@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oranienbaum&display=swap');

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Bold.woff') format('woff'),
		url('fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Medium.eot');
	src: local('Montserrat Medium'), local('Montserrat-Medium'),
		url('fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Attentica_4F_UltraLight';
	src: url('fonts/Attentica_4F_UltraLight.otf');
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-weight: normal;
	padding-bottom: 55px;
}

body,
html {
	background-color: rgb(245, 245, 245);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	outline: none;
	text-decoration: none;
	list-style: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'Open Sans', sans-serif;
	/*
    -webkit-backdrop-filter: saturate(180%) blur(5px);
            backdrop-filter: saturate(180%) blur(5px);
*/
}

.container {
	width: 100%;
	max-width: 480px;
	padding: 0px 15px;
	margin: 0 auto;
}

.content {
	padding: 55px 0px 0px;
}

.white_header {
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 0px;
}

.line_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.line_header .logo img {
	width: 150px;
	margin: 0px;
}

.return_icon {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: rgb(175, 31, 35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.toggle_icon_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.white_footer {
	background: rgb(255, 255, 255);
	padding: 8px 0px 8px 0;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 10;
}

header:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*
    background: rgb(255, 255, 255);
    z-index: -1
*/
}

footer {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.2);
}

.line_footer_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.line_footer_link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background: rgb(225, 225, 225);
}

.line_footer_link a img {
	-webkit-filter: invert(0.2);
	filter: invert(0.2);
}

.line_footer_link a.active {
	background: rgb(175, 31, 35);
}

.line_footer_link a.active img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.count_cart {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	top: -4px;
	right: -4px;
	background: rgb(255, 255, 255);
	font-size: 9px;
	line-height: 1.22;
	color: rgb(43, 43, 43);
}

.active .count_cart {
	color: rgb(255, 255, 255);
	background: rgb(175, 31, 35);
}

.content {
	min-height: 100%;
}

.wrap_page_years_old {
	padding: 0px 0px;
	height: 100%;
	padding-bottom: 75px;
}

.title_text:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	top: 50%;
	display: block;
	background: rgb(225, 225, 225);
}

.title_text {
	text-align: center;
	margin-bottom: 20px;
	margin: 20px 0px;
}

.title_text span {
	background: rgb(245, 245, 245);
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: rgb(43, 43, 43);
	text-align: center;
	display: inline-block;
	padding: 0px 10px;
}

.white_block_hello {
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	padding: 65px 20px 50px;
	font-size: 11px;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.white_block_hello > img {
	margin-bottom: 20px;
}

.name_years {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	margin-bottom: 10px;
}

.orange_link {
	width: 100%;
	max-width: 300px;
	margin: 24px auto 0 auto;
	color: rgb(175, 31, 35);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 16px 24px;
	background-color: #fff;
	border: 1px solid rgb(175, 31, 35);
	transition: 0.3s ease;
	cursor: pointer;
}
.orange_link:hover {
	color: #fff;
	background-color: rgb(175, 31, 35);
}

.orange_link span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: rgb(255, 255, 255);
}

.white_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 300px;
	height: 45px;
	border-radius: 5px;
	padding: 0px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	margin: 10px auto;
	border: solid 1px rgb(175, 31, 35);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	color: rgb(175, 31, 35);
}

.slider_top {
	width: calc(100% + 30px);
	left: -15px;
	font-size: 0px;
	margin-top: -55px;
	padding-top: 49px;
}

.slider_top img {
	width: 100%;
}

.slider_top video {
	width: 100%;
}

.owl-item {
	display: inline-block;
	vertical-align: top;
}

.owl-stage-outer {
	overflow: hidden;
}

.owl-loaded .disabled {
	display: none;
}

.owl-dots {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	left: 0px;
}

.owl-dots button {
	padding: 0px;
	border-radius: 3px;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	background: rgba(255, 255, 255, 0.8);
	border: none;
	cursor: pointer;
}

.owl-dots button.active:after {
	background: rgb(175, 31, 35);
	position: absolute;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 2px;
	top: 3px;
	left: 3px;
}

.owl-nav {
	position: static;
}

.slider_combo .owl-nav button,
.slider_recomendation .owl-nav button {
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -25px;
}

.slider_combo .owl-nav button.disabled,
.slider_recomendation .owl-nav button.disabled {
	display: block;
	opacity: 0.4;
}

.slider_combo .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-next {
	left: auto;
	right: -30px;
}

.slider_combo .owl-nav button.owl-next,
.slider_combo .owl-nav button.owl-prev,
.slider_recomendation .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-prev {
	width: 25px;
	height: 50px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	background-image: url(../image/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	padding: 0px;
	font-size: 0px;
}

.slider_combo .owl-nav button.owl-next,
.slider_recomendation .owl-nav button.owl-next {
	background-image: url(../image/arrow_right.svg);
}

.two_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.one_two_cats {
	width: calc(50% - 8px);
	margin-right: 15px;
	padding: 20px 5px 20px 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	text-align: center;
	margin-bottom: 15px;
}

.slider_products_cat {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.slider_products_cat::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
	height: 2px;
}

.slider_products_cat::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgb(175, 31, 35);
}

.slider_products_cat::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #f9f9fd;
}

.list_toggle_menu > ul::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
	height: 2px;
}

.list_toggle_menu > ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgb(175, 31, 35);
}

.list_toggle_menu > ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #f9f9fd;
}

.slider_products_cat .one_two_cats,
.slider_products_cat .one_two_cats:nth-child(2n) {
	margin-right: 20px;
	width: 215px;
	min-width: 215px;
}

.one_two_cats:nth-child(2n) {
	margin-right: 0px;
}

.one_two_cats img {
	margin-bottom: 10px;
	/*    width: 100%;*/
	max-width: 100px;
	max-height: 150px;
}

.slider_products_cat .one_two_cats img {
	max-height: 100px;
}

.name_cat_card {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 5px;
}

.count_in_stock {
	font-size: 11px;
	font-weight: normal;
	line-height: 1.27;
	color: rgb(125, 125, 125);
}

.one_card {
	width: 100%;
	padding: 20px;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	margin: 0 auto;
	border-radius: 10px;
	text-align: center;
	max-width: 320px;
	margin: 0 auto;
}

.one_tab_show_product {
	display: none;
}

.one_tab_show_product.active {
	display: block;
}

.one_tab_show_product .one_card {
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.one_card .name_cat_card {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.one_card .count_in_stock {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.23;
	color: rgb(125, 125, 125);
}

.to_line_card {
	position: relative;
	width: calc(100% + 40px);
	margin: 0px 0px 20px -20px;
	padding: 0px 40px;
}

.to_line_card:before {
	content: '';
	position: absolute;
	width: 20px;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: rgb(245, 245, 245);
	-webkit-box-shadow: inset -8px 0px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: inset -8px 0px 4px -4px rgba(0, 0, 0, 0.1);
}

.to_line_card:after {
	content: '';
	position: absolute;
	width: 20px;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: rgb(245, 245, 245);
	-webkit-box-shadow: inset 8px 0px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: inset 8px 0px 4px -4px rgba(0, 0, 0, 0.1);
}

.one_tab_show_product .to_line_card:before,
.one_tab_show_product .to_line_card:after {
	background: rgb(255, 255, 255);
}

.to_line_card span {
	display: block;
	width: 100%;
	height: 1px;
	display: block;
	/*    background: rgb(225, 225, 225);*/
}

.slider_combo .to_line_card,
.slider_recomendation .to_line_card {
	margin-top: 10px;
	margin-bottom: 10px;
}

.slider_combo .to_line_card span,
.slider_recomendation .to_line_card span {
	background: rgb(225, 225, 225);
}

.line_rayting_icon_combo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.rayting_wishlist {
	width: 25px;
	text-align: center;
}

.wishlist_icon,
.wishlist_icon_no_auth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	margin-bottom: 20px;
}

.wishlist_icon img,
.wishlist_icon_no_auth img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	width: 11px;
	height: 11px;
}

.wishlist_icon.wished img,
.wishlist_icon_no_auth.wished img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.line_wish_in_prods .wishlist_icon_no_auth {
	margin-bottom: 0px;
}

.col_stars img {
	display: block;
	margin: 0 auto 5px;
}

.icon_combo {
	width: calc(100% - 50px);
	padding-top: 20px;
	text-align: center;
}

.icon_combo img {
	max-width: 100%;
	max-height: 270px;
}

.line_price_to_cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.orange_price {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: rgb(175, 31, 35);
}

.old_price {
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
	color: rgb(125, 125, 125);
	text-decoration: line-through;
	text-align: left;
}

.add_to_cart_price,
.add_free_to_cart_price {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: rgb(175, 31, 35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.add_to_cart_price .to_cart_icon,
.add_free_to_cart_price .to_cart_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin-left: 5px;
	background-color: rgb(175, 31, 35);
	border-radius: 50%;
}

.line_prod_cell_year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(43, 43, 43);
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider_combo,
.slider_recomendation {
	width: calc(100% - 40px);
	margin: 0 auto 55px;
}

.slider_combo .owl-stage-outer,
.slider_recomendation .owl-stage-outer {
	padding: 10px 0px;
	/*
    width: calc(100% - 50px);
    margin: 0 auto;
*/
}

.about_section {
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	padding: 20px;
	margin-bottom: 50px;
}

.about_section img {
	border-radius: 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin: 0px auto 20px;
	display: block;
}

.logo_alkos:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	background: rgb(225, 225, 225);
	top: 50%;
}

.logo_alkos {
	margin-bottom: 10px;
}

.logo_alkos > span {
	display: inline-block;
	padding: 0px 10px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.21;
	color: rgb(43, 43, 43);
	background: rgb(255, 255, 255);
}

.logo_alkos > span > span {
	color: rgb(175, 31, 35);
}

.logo_footer {
	padding: 50px 0px 125px;
	text-align: center;
	background-color: rgb(175, 31, 35);
}

.logo_footer img {
	max-width: 150px;
	margin-bottom: 10px;
}

.logo_footer p {
	font-size: 34px;
	color: rgb(255, 255, 255);
	font-family: 'Oranienbaum', serif;
}

.fixed_menu_mobile {
	position: fixed;
	top: 0px;
	left: auto;
	width: 100%;
	height: calc(100% - 65px);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, rgb(175, 31, 35), rgb(105, 13, 18));
	padding: 20px 0px;
	z-index: 10;
	border-radius: 0px 0px 5px 5px;
	right: calc(100% + 130px);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
	-webkit-transition-delay: skew 1000ms;
	transition-delay: skew 1000ms;
}

.fixed_menu_mobile.open {
	right: 0px;
	-webkit-transform: skew(0);
	transform: skew(0);
}

.fixed_menu_mobile .container {
	height: 100%;
}

.top_logo_close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top_logo_close .logo img {
	width: 200px;
}

.close_mobile {
	width: 15px;
	height: 15px;
}

.close_mobile:after,
.close_mobile:before {
	content: '';
	position: absolute;
	width: 22px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -11px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: rgb(255, 255, 255);
}

.close_mobile:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list_toggle_menu {
	height: calc(100% - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/*    padding-top: 20px;*/
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.list_toggle_menu > ul {
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}

.list_toggle_menu > ul li:not(:last-child) {
	width: 100%;
	margin-bottom: 10px;
}

.list_toggle_menu > ul > li > a {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(255, 255, 255);
}

.list_toggle_menu > ul > li > ul {
	padding: 15px 0px 10px 20px;
}

.list_toggle_menu > ul > li > ul li a {
	font-size: 15px;
	line-height: 1.27;
	color: rgb(255, 255, 255);
}

.line_lang_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lang_toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lang_toggle a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 5px;
}

.lang_toggle a:not(:last-child) {
	margin-right: 5px;
}

.lang_toggle a.active {
	border: 1px solid rgb(255, 255, 255);
}

.social_link_modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social_link_modal a {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid rgb(255, 255, 255);
	margin-left: 5px;
}

.social_link_modal a:first-child {
	margin-left: 0px;
}

.image_buttle {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	max-height: 470px;
	width: 100%;
	text-align: right;
}

.bootle {
	max-width: 150px;
	position: absolute;
	width: 100%;
	right: -100px;
	opacity: 0;
	top: 0px;
	margin-right: 0px;
	margin-left: auto;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
	height: 100%;
}

.bootle img {
	max-height: 100%;
}

.fixed_menu_mobile.open .bootle {
	right: 0px;
	opacity: 1;
}

.stakan {
	position: absolute;
	bottom: 0px;
	width: 150px;
	bottom: -10px;
	right: 100%;
	opacity: 0;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.fixed_menu_mobile.open .stakan {
	right: 90px;
	opacity: 1;
}

.img_ice1,
.img_ice2,
.img_ice3 {
	position: absolute;
	width: 70px;
	top: auto;
	bottom: 235px;
	left: 20px;
	opacity: 0;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-transition: 300ms ease-in;
	transition: 300ms ease-in;
	-webkit-animation: rotateIce 10s infinite;
	animation: rotateIce 10s infinite;
}

.img_ice1 {
	left: 20px;
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	-webkit-animation: rotateIce 10s infinite;
	animation: rotateIce 10s infinite;
}

.img_ice2 {
	left: 35px;
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
	-webkit-animation: rotateIce 5s infinite;
	animation: rotateIce 5s infinite;
}

.img_ice3 {
	left: 80px;
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-animation: rotateIce 8s infinite;
	animation: rotateIce 8s infinite;
}

.fixed_menu_mobile.open .img_ice1,
.fixed_menu_mobile.open .img_ice2,
.fixed_menu_mobile.open .img_ice3 {
	bottom: 35px;
	opacity: 1;
}

.copy_clipboard_function.copy_link_true {
	padding-left: 20px;
	background: url(../image/green_checkbox.svg) center left no-repeat;
}

@-webkit-keyframes rotateIce {
	0% {
		-webkit-transform: translate(0px) rotate(0deg);
		transform: translate(0px) rotate(0deg);
	}

	50% {
		-webkit-transform: translate(-15px) rotate(15deg);
		transform: translate(-15px) rotate(15deg);
	}

	100% {
		-webkit-transform: translate(0px) rotate(0deg);
		transform: translate(0px) rotate(0deg);
	}
}

@keyframes rotateIce {
	0% {
		-webkit-transform: translate(0px) rotate(0deg);
		transform: translate(0px) rotate(0deg);
	}

	50% {
		-webkit-transform: translate(-15px) rotate(15deg);
		transform: translate(-15px) rotate(15deg);
	}

	100% {
		-webkit-transform: translate(0px) rotate(0deg);
		transform: translate(0px) rotate(0deg);
	}
}

.white_block_hello label {
	width: 100%;
	display: block;
	max-width: 300px;
	margin: 0 auto 10px;
}

.white_block_hello label p {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(125, 125, 125);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 6px;
}

.white_block_hello label p img {
	margin-right: 10px;
	width: 11px;
}

.white_block_hello label input {
	border-radius: 5px;
	border: solid 1px rgb(175, 31, 35);
	background-color: rgb(255, 255, 255);
	padding: 0px 10px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(45, 45, 45);
	width: 100%;
	height: 45px;
}

.white_block_hello label textarea {
	width: 100%;
	height: 90px;
	resize: none;
	border-radius: 5px;
	border: 1px solid rgb(175, 31, 35);
	padding: 15px 10px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(45, 45, 45);
}

.link_recover_password {
	padding-top: 20px;
	max-width: 260px;
	border-top: 1px solid rgb(225, 225, 225);
	margin: 20px auto 0px;
	text-align: center;
}

.link_recover_password a {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(29, 54, 177);
}

.title_mini_reg {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 20px;
}

.facebook_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px 0px 25px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(56, 82, 154);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
	height: 45px;
}

.gp_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px 0px 25px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(247, 77, 65);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(255, 255, 255);
	height: 45px;
}

.link_recover_password.soc_reg {
	max-width: 300px;
}

.facebook_link span,
.gp_link span {
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.facebook_link span img,
.gp_link span img {
	margin-right: 10px;
}

.soc_reg {
	padding-top: 30px;
}

.product_in_catalog {
	margin-bottom: 40px;
}

.product_in_catalog .one_card:not(:last-child) {
	margin-bottom: 20px;
}

.best_price {
	position: absolute;
	top: -14px;
	right: 30px;
	background: rgb(175, 31, 35);
	padding: 5px 20px 5px 35px;
	text-align: center;
	color: rgb(255, 255, 255);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 1;
}

.best_price:after {
	content: '';
	position: absolute;
	border: 15px solid transparent;
	border-left: 10px solid rgb(255, 255, 255);
	left: -1px;
	top: 0px;
}

.rayting_wishlist .best_price {
	right: 20px;
	width: 170px;
	top: -35px;
}

.load_more {
	margin-top: 40px;
	margin-bottom: 50px;
}

.load_more_button {
	width: 220px;
	margin: 0 auto 0 auto;
	color: rgb(175, 31, 35);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 16px 32px 16px 32px;
	border: 1px solid rgb(175, 31, 35);
	transition: 0.3s ease;
	cursor: pointer;
}

.load_more_button:hover {
	color: #fff;
	background-color: rgb(175, 31, 35);
}

span.section_click_settings,
span.close_filter,
span.section_change_theme {
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background: rgb(175, 31, 35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

span.section_change_theme {
	background-image: url(../image/night_theme.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px 19px;
}

.section_settings {
	position: fixed;
	padding: 55px 0px;
	background: rgb(245, 245, 245);
	top: 0px;
	left: calc(100% + 200px);
	width: 100%;
	height: 100%;
	z-index: 9;
	-webkit-transform: skew(25deg);
	transform: skew(25deg);
	-webkit-transition: 300ms;
	transition: 300ms;
}

.section_settings.open {
	left: 0px;
	-webkit-transform: skew(0);
	transform: skew(0);
}

.section_settings .container {
	height: 100%;
}

.white_list_filter {
	padding: 20px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	overflow-y: auto;
	max-height: calc(100% - 60px);
	min-height: calc(100% - 60px);
	-webkit-overflow-scrolling: touch;
}

.name_toggle_block_filter {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(175, 31, 35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.name_toggle_block_filter span {
	display: block;
	width: 11px;
	height: 11px;
	-webkit-transition: 300ms;
	-webkit-transition: 100ms;
	transition: 100ms;
}

.name_toggle_block_filter.open span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.one_block_cats_filter {
	margin-bottom: 25px;
}

.name_toggle_block_filter span:after,
.name_toggle_block_filter span:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	left: 0px;
	background: rgb(29, 177, 44);
	-webkit-transition: 300ms;
	-webkit-transition: 100ms;
	transition: 100ms;
}

.name_toggle_block_filter span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.name_toggle_block_filter.open span:before {
	opacity: 0;
}

.block_toggle_filter {
	display: none;
}

.block_toggle_filter label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
}

.block_toggle_filter label input[type='checkbox'] {
	display: none;
}

.block_toggle_filter label input[type='checkbox'] ~ span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	margin-right: 10px;
}

.block_toggle_filter label input[type='checkbox']:checked ~ span:before {
	content: '';
	position: absolute;
	background: url(../image/green_checkbox.svg) center no-repeat;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.block_toggle_filter .from_input,
.block_toggle_filter .to_input {
	display: none;
}

.block_toggle_filter .irs--flat .irs-handle {
	width: 11px;
	height: 11px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	font-size: 0px;
	display: block;
	z-index: 1;
	border-radius: 50%;
}

.block_toggle_filter .irs--flat .irs-handle > i:first-child {
	display: none;
}

.block_toggle_filter .irs--flat .irs-from,
.block_toggle_filter .irs--flat .irs-to,
.block_toggle_filter .irs--flat .irs-single {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	position: absolute;
	top: 40px;
	display: block;
	background: transparent;
}

.block_toggle_filter .irs--flat .irs-from:before,
.block_toggle_filter .irs--flat .irs-to:before,
.block_toggle_filter .irs--flat .irs-single:before {
	content: none;
}

.block_toggle_filter .irs--flat .irs-bar {
	height: 5px;
	background: rgb(175, 31, 35);
}

.block_toggle_filter .irs--flat .irs-line {
	height: 5px;
}

.two_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 300px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.two_label label {
	width: calc(50% - 5px);
}

.two_label > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 10px;
}

.two_label > p img {
	width: 11px;
	margin-right: 10px;
}

.two_label input[type='radio'] {
	display: none;
}

.two_label input[type='radio'] ~ span {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgb(225, 225, 225);
	border-radius: 5px;
	-webkit-transition: 300ms;
	transition: 300ms;
	height: 25px;
	width: 25px;
	cursor: pointer;
	margin-right: 5px;
}

.two_label input[type='radio'] ~ span:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: rgba(29, 177, 44, 0);
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
}

.two_label {
	text-align: left;
}

.two_label input[type='radio']:checked ~ span:after {
	background-color: rgba(29, 177, 44, 1);
}

.two_label.radio_label {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.two_label.radio_label label {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	width: auto;
	margin: 0px 0px;
}

.total_payment {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	color: rgb(43, 43, 43);
	font-weight: 600;
	max-width: 300px;
	margin: 10px auto 20px;
}

.total_payment:before {
	content: '';
	position: absolute;
	width: 260px;
	height: 1px;
	top: 0px;
	left: 50%;
	margin-left: -130px;
	background: rgb(195, 195, 195);
}

.total_payment span {
	font-weight: bold;
	color: rgb(175, 31, 35);
}

.coctails_block {
	padding: 20px;
	background: rgb(255, 255, 255);
	margin-bottom: 25px;
}

.one_slide_coctails:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.name_click_slide_coctails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
	cursor: pointer;
}

.name_click_slide_coctails span {
	display: block;
	width: 11px;
	height: 11px;
	-webkit-transition: 100ms;
	transition: 100ms;
}

.name_click_slide_coctails.open span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.name_click_slide_coctails.open span:before {
	opacity: 0;
}

.name_click_slide_coctails span:before,
.name_click_slide_coctails span:after {
	content: '';
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background: rgb(29, 177, 44);
	-webkit-transition: 100ms;
	transition: 100ms;
}

.name_click_slide_coctails span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slide_down_coctails {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(112, 112, 112);
	margin-bottom: 15px;
	display: none;
}

.name_n_slide {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
}

.ingradients_coctails {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(112, 112, 112);
	margin-bottom: 15px;
}

.wrap_to_product {
	display: block;
	padding: 20px;
	background: rgb(255, 255, 255);
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 50px;
}

.name_wishlist_in_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.name_wishlist_in_product p {
	width: calc(100% - 80px);
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.line_wish_in_prods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
}

.line_wish_in_prods .wishlist_icon {
	margin-bottom: 0px;
}

.add_comments {
	width: 50px;
	height: 25px;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(225, 225, 225);
	color: rgb(29, 177, 44);
	border-radius: 3px;
}

.add_comments img {
	width: 11px;
	margin-left: 6px;
}

.rating_count_reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 13px;
	line-height: 1.23;
	color: rgb(29, 54, 177);
	padding-top: 10px;
	margin-bottom: 10px;
}

.line_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: 10px;
}

.line_rating img:not(:last-child) {
	margin-right: 5px;
}

.line_tab_click_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 10px 0px;
	border-top: 1px solid rgb(175, 31, 35);
	border-bottom: 1px solid rgb(175, 31, 35);
	margin-bottom: 20px;
	width: calc(100% + 40px);
	left: -20px;
}

.one_tab_product {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
}

.one_tab_product.active {
	color: rgb(175, 31, 35);
}

.line_product_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
	/*
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
*/
}

/*
.line_product_description span {
    display: block;
    border-top: 1px dashed rgb(225, 225, 225);
    max-width: calc(100% - 75px);
    width: 100%;
    min-width: 10px;
}
*/

.description_key {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	width: calc(100% - 150px);
	padding-right: 10px;
}

.description_value {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	width: 150px !important;
	text-align: left;
}

.description_value a {
	color: rgb(29, 54, 177);
}

.description_key:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 15px;
	width: 100%;
	border-bottom: 1px dashed rgb(225, 225, 225);
}

.description_key span {
	display: inline-block;
	border-color: rgb(45, 45, 45);
	background: rgb(255, 255, 255);
	padding-bottom: 2px;
	bottom: -2px;
}

.line_name_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.name_reviewer {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(43, 43, 43);
}

.date_review {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(125, 125, 125);
}

.stars_reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.stars_reviews img {
	margin-right: 5px;
}

.text_review {
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: rgb(125, 125, 125);
}

.one_block_reviews {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.one_block_reviews:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 200px;
	height: 1px;
	background: rgb(225, 225, 225);
	margin-left: -100px;
}

.load_more_review {
	text-align: center;
	font-size: 13px;
	line-height: 1.23;
	color: rgb(29, 54, 177);
}

.load_more_review span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
}

.one_tab_show_product .one_slide_coctails {
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.one_tab_show_product .line_prod_cell_year {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(225, 225, 225);
}

.one_tab_show_product .line_prod_cell_year {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	color: rgb(43, 43, 43);
}

.line_icon_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 11px;
	line-height: 1.27;
	color: rgb(125, 125, 125);
}

.line_icon_text img {
	margin-right: 5px;
}

.one_tab_show_product .one_slide_coctails:not(:last-child):after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 200px;
	height: 1px;
	background: rgb(225, 225, 225);
	margin-left: -100px;
}

.one_tab_show_product .one_slide_coctails:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.one_tab_show_product .line_modificator {
	margin-bottom: 15px;
	margin-top: -15px;
	border-top: none;
}

.add_comment_page {
	background: rgb(175, 31, 35);
	color: rgb(255, 255, 255);
	border: none;
}

.ratyng_inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 230px;
	margin: 0 auto 20px;
}

.ratyng_inputs label {
	cursor: pointer;
}

.ratyng_inputs input {
	display: none;
}

.ratyng_inputs label .star_image {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../image/empty_star.svg) center no-repeat;
	background-size: 100% 100%;
}

.ratyng_inputs label.checked .star_image {
	background: url(../image/star.svg) center no-repeat;
	background-size: 100% 100%;
}

.name_form_add_comment {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
	text-align: center;
}

.add_comment_tab textarea {
	width: 100%;
	height: 135px;
	border-radius: 5px;
	border: solid 1px rgb(175, 31, 35);
	background-color: rgb(255, 255, 255);
	resize: none;
	margin-bottom: 10px;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.white_cart_clock {
	padding: 40px 20px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	min-height: calc(100vh - 341px);
	margin-bottom: 25px;
}

.empty_in_cart_block {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	text-align: center;
}

.empty_in_cart_block img {
	width: 200px;
	display: block;
	opacity: 0.4;
	margin: 20px auto 0;
}

.one_product_in_cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.one_product_in_cart:after {
	content: '';
	width: 200px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -100px;
	background: rgb(225, 225, 225);
}

.image_in_cart {
	width: 50px;
}

.image_in_cart img {
	max-width: 100%;
}

.text_product_in_cart {
	width: calc(100% - 50px);
	padding-left: 10px;
}

.name_remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
}

.to_product_in_cart .name_cat_card {
	margin-bottom: 15px;
}

.to_product_in_cart .line_prod_cell_year {
	max-width: 200px;
}

.to_product_in_cart {
	width: calc(100% - 25px);
}

.remove_product {
	width: 25px;
	height: 25px;
	margin: 0 0 1px 28px;
	padding: 7px;
	border-radius: 3px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.remove_product img {
	width: 11px;
}

.plus_minus_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price_in_cart {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.29;
	color: rgb(175, 31, 35);
}

.plus_minus_cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 115px;
	height: 45px;
	border: 1px solid rgb(225, 225, 225);
	border-radius: 5px;
}

.minus,
.plus {
	width: 25px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(29, 177, 44);
	font-size: 25px;
	font-weight: bold;
	line-height: 0px;
}

.count_product {
	width: calc(100% - 50px);
	border: none;
	border-left: 1px solid rgb(225, 225, 225);
	border-right: 1px solid rgb(225, 225, 225);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: rgb(43, 43, 43);
	text-align: center;
}

.dop_price {
	padding-top: 15px;
	font-size: 11px;
	line-height: 1.27;
	color: rgb(175, 31, 35);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dop_price span {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	margin-right: 5px;
}

.in_bar_product p {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.in_bar_product p img {
	width: 19px;
	margin-right: 10px;
}

.in_bar_product .orange_link {
	-webkit-transition: 300ms;
	transition: 300ms;
	border: 1px solid rgb(225, 95, 0);
}

.in_bar_product .orange_link p {
	margin-bottom: 0px;
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
}

.in_bar_product .orange_link.open p {
	color: rgb(175, 31, 35);
}

.in_bar_product .orange_link img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 300ms;
	transition: 300ms;
}

.in_bar_product .orange_link img:last-child {
	display: none;
}

.in_bar_product .orange_link.open {
	background: rgb(255, 255, 255);
	color: rgb(175, 31, 35);
}

.in_bar_product .orange_link.open img {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.in_bar_product .orange_link.open img {
	display: none;
}

.in_bar_product .orange_link.open img:last-child {
	display: block;
}

.total_price_in_cart {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgb(225, 225, 225);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(43, 43, 43);
	margin-bottom: 20px;
}

.total_price {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(175, 31, 35);
}

.product_in_bar {
	display: none;
}

.one_product_in_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.one_product_in_bar:not(:last-child):after {
	content: '';
	position: absolute;
	width: 250px;
	bottom: 0px;
	left: 50%;
	margin-left: -125px;
	height: 1px;
	background: rgb(225, 225, 225);
}

.one_product_in_bar .line_price_to_cart {
	width: 100%;
	padding-top: 20px;
}

.image_in_bar {
	width: 50px;
}

.image_in_bar img {
	max-width: 100%;
}

.text_in_bar {
	width: calc(100% - 105px);
	padding-left: 10px;
}

.add_in_bar {
	width: 25px;
}

.text_in_bar > p {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.text_in_bar .line_prod_cell_year {
	max-width: 200px;
}

.add_in_bar_cart {
	width: 25px;
	height: 25px;
	border: 1px solid rgb(225, 225, 225);
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.add_in_bar_cart:before,
.add_in_bar_cart:after {
	content: '';
	width: 12px;
	height: 2px;
	background: rgb(29, 177, 44);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	margin-left: -6px;
	left: 50%;
}

.add_in_bar_cart:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.block_account {
	padding: 20px;
	background: rgb(255, 255, 255);
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.bar_in_account {
	min-height: calc(100vh - 341px);
}

.name_redact_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.22;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
}

.button_green_pen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid rgb(225, 225, 225);
}

.button_green_pen img {
	width: 11px;
}

.two_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	color: rgb(43, 43, 43);
}

.two_block > div {
	width: 50%;
}

.nameblock_cabinet {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: left;
	color: rgb(125, 125, 125);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px;
}

.nameblock_cabinet img {
	width: 11px;
	margin-right: 5px;
}

.nameblock_cabinet span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 2px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	width: 11px;
	height: 11px;
	font-size: 6px;
	line-height: 1;
	color: rgb(225, 225, 225);
	margin-left: 5px;
}

.one_block {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	color: rgb(43, 43, 43);
}

.list_link_in_account {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 45px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	color: rgb(43, 43, 43);
}

.list_link_in_account img {
	width: 19px;
	margin-right: 10px;
}

.list_link_in_account:last-child {
	margin-bottom: 50px;
}

.counts_events {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	font-weight: 600;
	line-height: 0;
	color: rgb(255, 255, 255);
	background: rgb(175, 31, 35);
	margin-top: -10px;
}

.remove_button_wishlist {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.block_account .title_text {
	margin: 0px 0px 10px;
}

.block_account .title_text span:not(.section_click_settings) {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	background: rgb(255, 255, 255);
}

.in_account_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.in_account_bar:not(:last-child):after {
	content: '';
	width: 260px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -130px;
	background: rgb(225, 225, 225);
}

.in_account_bar:not(:last-child) {
	content: '';
	/*
    width: 260px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -130px;
*/
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.slide_icon_bar_account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 10px;
}

.slide_icon_bar_account::-webkit-scrollbar {
	width: 2px;
	background-color: #f9f9fd;
	height: 2px;
}

.slide_icon_bar_account::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgb(175, 31, 35);
}

.slide_icon_bar_account::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #f9f9fd;
}

.icon_percent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	width: 80px;
	margin-right: 10px;
	cursor: pointer;
}

.icon_percent span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(112, 112, 112);
	margin-bottom: 10px;
}

.wrap_append_bootle {
	font-size: 0px;
	overflow: hidden;
}

.wrap_append_bootle .append_svg_animation {
	z-index: 1;
	width: 100%;
	max-width: 80px;
	margin: 0 auto;
}

.append_svg_animation svg {
	width: 100%;
}

.wave1 {
	position: absolute;
	bottom: 3px;
	width: calc(100% - 2px);
	height: 0%;
	left: 1px;
	background: rgb(175, 31, 35);
}

.wave1:after {
	content: '';
	position: absolute;
	width: calc(100% + 10px);
	left: -5px;
	height: 30px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	position: absolute;
	top: -15px;
	-webkit-animation: waveAnimation 4s ease-in-out infinite;
	animation: waveAnimation 4s ease-in-out infinite;
}

@-webkit-keyframes waveAnimation {
	0% {
		-webkit-transform: translate(25px, 0px);
		transform: translate(25px, 0px);
	}

	50% {
		-webkit-transform: translate(-25px, 0px);
		transform: translate(-25px, 0px);
	}

	100% {
		-webkit-transform: translate(25px, 0px);
		transform: translate(25px, 0px);
	}
}

@keyframes waveAnimation {
	0% {
		-webkit-transform: translate(25px, 0px);
		transform: translate(25px, 0px);
	}

	50% {
		-webkit-transform: translate(-25px, 0px);
		transform: translate(-25px, 0px);
	}

	100% {
		-webkit-transform: translate(25px, 0px);
		transform: translate(25px, 0px);
	}
}

.icon_percent.active span {
	background: rgb(175, 31, 35);
}

.icon_percent span img {
	width: 30px;
}

.icon_percent div {
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: center;
	color: rgb(125, 125, 125);
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.icon_percent.active div {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.icon_percent div p:not(:last-child) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5px;
}

.icon_percent div p img {
	margin-right: 5px;
}

.icon_percent div p.orange_percent {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: rgb(175, 31, 35);
}

.append_bootle_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
}

.link_in_bar a {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(255, 0, 0);
}

.link_in_bar a.green_link {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(29, 177, 44);
}

.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(43, 43, 43, 0.5);
	display: none;
	z-index: 10;
}

.modal_block {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgb(255, 255, 255);
	max-height: calc(100% - 20px);
	width: calc(100% - 30px);
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	max-width: 350px;
	display: none;
	z-index: 11;
}

.close_modal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	background: url(../image/black_close.svg) center no-repeat;
	z-index: 2;
}

.name_modal_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	color: rgb(43, 43, 43);
	margin-bottom: 10px;
}

.name_modal_block img {
	margin-right: 10px;
}

.name_modal_block span {
	display: none;
}

.append_text {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.about_delivery {
	padding: 20px;
	border-radius: 3px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	margin-top: 40px;
	font-size: 11px;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.about_delivery p:not(:last-child) {
	margin-bottom: 10px;
}

.about_delivery p.line_auto_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
}

.line_auto_title img {
	margin-right: 10px;
}

.line_blocks_igs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 13px;
	line-height: 1.23;
	color: rgb(125, 125, 125);
	margin-bottom: 5px;
}

.line_blocks_igs img {
	margin-right: 5px;
}

.line_name_mini_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 13px;
	line-height: 1.23;
	color: rgb(125, 125, 125);
	margin-top: 10px;
	margin-bottom: 5px;
}

.line_price_checkouts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	padding-bottom: 20px;
}

.orange_price_mini {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.23;
	color: rgb(175, 31, 35);
}

.line_name_mini_description p:nth-child(3) {
	width: 100px;
	text-align: right;
}

.line_name_mini_description p:nth-child(2) {
	width: 60px;
}

.line_name_mini_description p:nth-child(1) {
	width: calc(100% - 115px);
}

.circle_image_to_click {
	position: fixed;
	z-index: 11;
	display: block;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: transparent;
	border: 0px solid rgb(255, 95, 0);
	opacity: 1;
	-webkit-box-shadow: inset 0px 0px 45px rgb(175, 31, 35);
	box-shadow: inset 0px 0px 45px rgb(175, 31, 35);
}

.circle_image_to_click.click {
	-webkit-animation: animationCircle 300ms ease-out infinite;
	animation: animationCircle 300ms ease-out infinite;
}

@-webkit-keyframes animationCircle {
	0% {
		width: 0px;
		height: 0px;
		opacity: 1;
		border: 0px solid rgb(255, 95, 0);
	}

	100% {
		width: 100px;
		height: 100px;
		opacity: 0;
		border: 10px solid rgb(255, 95, 0);
	}
}

@keyframes animationCircle {
	0% {
		width: 0px;
		height: 0px;
		opacity: 1;
		border: 0px solid rgb(255, 95, 0);
	}

	100% {
		width: 100px;
		height: 100px;
		opacity: 0;
		border: 10px solid rgb(255, 95, 0);
	}
}

@media screen and (max-height: 570px) {
	.fixed_menu_mobile.open .stakan {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		bottom: -40px;
	}
}

.line_modificator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px solid rgb(224, 224, 224);
	border-top: 1px solid rgb(224, 224, 224);
	width: 100%;
}

.one_product_in_bar .line_modificator {
	margin-top: 5px;
}

.line_modificator label {
	display: block;
	width: 100%;
	max-width: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(112, 112, 112);
}

.line_modificator label input {
	display: none;
}

.line_modificator label span {
	display: block;
	width: 100%;
	padding: 12px 0px;
}

.line_modificator label input[type='radio']:checked ~ span {
	color: rgb(175, 31, 35);
}

.line_modificator label input[type='radio']:checked ~ span:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0px;
	height: 1px;
	width: 100%;
	background: rgb(175, 31, 35);
}

.link_center_enter_registration {
	padding-top: 30px;
	font-size: 13px;
	line-height: 1.23;
	font-weight: bold;
	color: rgb(43, 43, 43);
	text-align: center;
}

.link_center_enter_registration a {
	color: rgb(29, 54, 177);
}

.white_block_hello .daterangepicker.show-calendar > .drp-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.white_block_hello .daterangepicker .drp-buttons .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 80px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(175, 31, 35);
	color: rgb(255, 255, 255);
	padding: 0px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.27;
	margin: 0;
	border: none;
	cursor: pointer;
}

.white_block_hello .daterangepicker .drp-buttons .btn:last-child {
	margin-left: 5px;
}

.white_block_hello .daterangepicker select.monthselect,
.white_block_hello .daterangepicker select.yearselect {
	border: 1px solid rgb(175, 31, 35);
	border-radius: 5px;
	padding: 0px 10px;
	height: 30px;
}

.empty_events {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(43, 43, 43);
}

.empty_events img {
	display: block;
	width: 100%;
	max-width: 125px;
	margin: 20px auto 50px;
}

.error_validation {
	display: block;
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	color: rgb(255, 95, 95);
	text-align: left;
	max-width: 300px;
	margin: 0 auto;
}

.wrap_in_cart_modificator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.in_cart_modificator {
	/*    width: 40px;*/
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid rgb(45, 45, 45);
	border-radius: 3px;
	color: rgb(45, 45, 45);
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
}

.wrap_new_white_black .title_text {
	margin-top: 0px;
	margin-bottom: 0px;
}

.wrap_new_white_black .title_text span:not(.section_click_settings) {
	background: rgb(255, 255, 255);
}

.wrap_new_white_black {
	padding: 15px 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	background: rgb(255, 255, 255);
}

.wrap_new_white_black:last-child {
	margin-bottom: 20px;
}

.empty_wishlist_block {
	text-align: center;
}

.section_one_blocks {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-bottom: 20px;
}

.section_one_blocks:not(:last-child) {
	margin-bottom: 0px;
}

.section_one_blocks p {
	margin-bottom: 10px;
}

.line_icon_delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(43, 43, 43);
}

.section_one_blocks ul {
	margin: 20px 0px;
}

.section_one_blocks ul li:not(:last-child) {
	margin-bottom: 10px;
}

.about_section .section_one_blocks img {
	width: 15px;
	margin: 0px 10px 0px 0px !important;
	margin-right: auto;
}

.line_icon_method_pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.about_section .line_icon_method_pay img {
	margin: 0px 10px 0px 0px !important;
	width: 35px;
}

.orange_spans {
	color: rgb(175, 31, 35);
}

.about_section .orange_link img {
	border-radius: 0px;
	line-height: 1.23;
	margin: 0px;
	display: block;
}

.section_one_blocks p.big_title_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	margin-bottom: 20px;
}

.big_title_contacts img {
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 15px !important;
}

.line_icon_contacts_page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.line_icon_contacts_page:last-child {
	margin-bottom: 0px;
}

.line_icon_contacts_page img {
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 11px;
}

.text_link_contacts {
	font-size: 11px;
	line-height: 1.27;
	color: rgb(125, 125, 125);
}

.text_link_contacts a {
	color: rgb(125, 125, 125);
}

.conkrete_link_text {
	font-size: 13px;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	margin-top: 5px;
}

#map {
	position: absolute;
	left: -9999;
	z-index: -9999;
	opacity: 0;
}

.mini_payment_delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.23;
	color: rgb(43, 43, 43);
	max-width: 300px;
	margin: 0 auto 15px;
}

.orange_span_del {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.23;
	color: rgb(175, 31, 35);
}

.white_block_hello > img.big_icon_errrs {
	width: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.bignbrss {
	font-size: 72px;
	font-weight: bold;
	line-height: 1.22;
}

.in_slider_slides_images {
	/*    max-width: 200px;*/
	width: 100%;
	padding-bottom: 40px;
}

.in_slider_slides_images img {
	max-width: 200px;
	display: block;
	/*    margin: 0 auto 10px;*/
	z-index: 1;
}

.one_slide_svg_icon {
	text-align: center;
}

.line_bootles_icon {
	width: 100%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	overflow-y: auto;
	margin-bottom: 30px;
}

.one_slide_icon_tab {
	width: auto;
	padding: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	background-color: rgb(112, 112, 112);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgb(255, 255, 255);
	margin-right: 10px;
}

.one_slide_icon_tab.active {
	background-color: rgb(175, 31, 35);
}

.one_slide_icon_tab > div {
	margin-left: 5px;
}

.one_slide_icon_tab > div img {
	margin-right: 5px;
}

.tab_slides {
	opacity: 0;
	position: absolute;
	z-index: -9999;
	visibility: hidden;
	width: 100%;
}

.tab_slides.active {
	opacity: 1;
	position: relative;
	z-index: 1;
	visibility: visible;
}

.image_and_wawe {
	max-width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.image_and_wawe svg {
	z-index: 1;
	margin-bottom: -3px;
}

.name_but_product {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.name_poilo {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	color: rgb(43, 43, 43);
	margin-bottom: 5px;
}

.cell_poilo {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.27;
	color: rgb(43, 43, 43);
}

.one_slide_svg_icon .orange_price {
	min-width: 60px;
}

.one_slide_svg_icon .line_price_to_cart {
	max-width: 300px;
	margin: 0 auto;
}

.in_slider_slides_images .owl-dots {
	bottom: -30px;
}

.in_slider_slides_images .owl-dots button {
	width: 19px;
	height: 4px;
	margin: 0 2px;
	border-radius: 2px;
	border: solid 1px rgb(225, 225, 225);
}

.in_slider_slides_images .owl-dots button.active {
	background-color: rgb(175, 31, 35);
	border: 1px solid rgb(175, 31, 35);
}

.in_slider_slides_images .owl-dots button.active:after {
	content: none;
}

.one_slide_icon_tab span img {
	width: 20px;
	height: 20px;
}

input[name='street'] {
	-webkit-transition: 300ms;
	transition: 300ms;
}

input[name='street'].errorInputStreet {
	-webkit-box-shadow: 0px 0px 10px rgb(255, 0, 0);
	box-shadow: 0px 0px 10px rgb(255, 0, 0);
	border: 1px solid rgb(255, 0, 0);
}

.strip_tags {
	white-space: nowrap;
	overflow: hidden;
	padding: 0px 5px 0px 0px;
	text-overflow: ellipsis;
}

.two_label.radio_label > label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.white_block_hello label > div p {
	margin-bottom: 0px;
}

.modal__percentage {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	top: 0px;
	left: 0px;
	z-index: 10000;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__percentage.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.my_white_percentage {
	padding: 45px 15px 20px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	max-width: calc(100% - 20px);
	text-align: center;
	font-size: 11px;
	color: rgb(43, 43, 43);
}

.my_white_percentage > img {
	width: 100%;
	max-width: 330px;
	display: block;
	left: auto;
	right: -15px;
}

.close_modal_percent {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 3px;
	border: solid 1px rgb(225, 225, 225);
	background-color: rgb(255, 255, 255);
	width: 25px;
	height: 25px;
}

.close_modal_percent:before,
.close_modal_percent:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	width: 10px;
	background-color: rgb(175, 31, 35);
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close_modal_percent:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.big_percentage {
	padding-top: 20px;
	font-size: 15px;
	font-weight: 600;
	color: rgb(43, 43, 43);
}

span.orange_spans {
	color: rgb(175, 31, 35);
}

@media screen and (min-width: 480px) {
	.container {
		max-width: 768px;
	}

	.one_two_cats,
	.one_two_cats:nth-child(2n) {
		width: calc(25% - 8px);
		margin-right: 10px;
	}

	.one_two_cats:nth-child(4n) {
		margin-right: 0px;
	}

	.product_in_catalog {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.product_in_catalog .one_card {
		max-width: inherit;
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-left: 0;
	}

	.product_in_catalog .one_card:nth-child(2n) {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.product_in_catalog .one_card:last-child {
		/*        margin-bottom: 0px;*/
	}

	.image_in_bar,
	.image_in_cart {
		width: 100px;
	}

	.text_in_bar {
		width: calc(100% - 155px);
	}

	.text_product_in_cart {
		width: calc(100% - 100px);
	}
}

/* Нова сторінка */

.hero {
	position: relative;
	background-image: url(../image/hero_new.png);
	height: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 96px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.hero-overview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}
.hero-logo {
	margin-bottom: 23px;
}
.hero > h1 {
	font-family: 'Oranienbaum', serif;
	color: rgb(255, 255, 255);
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 32px;
}
.new-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 24px;
}
.new-title > h2 {
	font-family: 'Oranienbaum', serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 46px;
	letter-spacing: 0%;
	text-align: center;
}
.new-title > h2 > span {
	font-family: 'Oranienbaum', serif;
	color: #af1f23;
}
.story {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 96px;
}
.story-text {
	color: rgb(79, 79, 79);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
}
.menu {
	margin-bottom: 96px;
}
.menu-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}
.menu-item {
	width: 343px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu-item-img {
	max-width: 100%;
	margin-bottom: 16px;
}
.menu-item-title {
	color: rgb(49, 49, 49);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 4px;
}
.menu-item-text {
	color: rgb(79, 79, 79);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 12px;
}
.menu-item-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 64px;
}
.menu-item-weight {
	color: rgb(123, 123, 123);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
}
.menu-item-price {
	color: rgb(175, 31, 35);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
}
.new-btn {
	width: 300px;
	margin: 56px auto 0 auto;
	color: rgb(175, 31, 35);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 16px 32px 16px 32px;
	border: 1px solid rgb(175, 31, 35);
	transition: 0.3s ease;
	cursor: pointer;
}
.new-btn:hover {
	color: #fff;
	background-color: rgb(175, 31, 35);
}
.interior {
	margin-bottom: 96px;
}
.swiper-container {
	overflow: hidden;
	width: calc(100% + 30px);
	height: 500px;
	margin: 20px auto 36px -15px;
}

.swiper-slide img {
	width: 100%;
	height: 500px;
	display: block;
	object-fit: cover;
}
.swiper-btns {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.swiper-button-prev {
	position: relative;
	left: auto;
	top: auto;
}
.swiper-button-next {
	position: relative;
	right: auto;
	top: auto;
}
.swiper-button-prev::after {
	display: none;
}
.swiper-button-next::after {
	display: none;
}

.events {
	margin-bottom: 96px;
}
.events-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}
.events-item {
	width: 343px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.events-item-img {
	margin-bottom: 16px;
}
.events-item-info {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: 72px;
}
.events-item-title {
	color: rgb(49, 49, 49);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 4px;
}
.events-item-text {
	color: rgb(79, 79, 79);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
	margin-bottom: 13px;
}
.events-item-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 13px;
	color: rgb(175, 31, 35);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
}
.events-item-date {
	position: absolute;
	left: -64px;
	top: -16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: left;
	padding: 8px;
	background: rgb(175, 31, 35);
}
.contacts {
	margin-bottom: 80px;
}
.contacts-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contacts-item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #313131;
}
.contact-item > span {
	color: #646464;
}
.new-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding: 32px 8px 32px 8px;
	background: rgb(175, 31, 35);
	padding-bottom: 70px;
}
.new-footer-description {
	color: rgb(255, 255, 255);
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0%;
	text-align: left;
}

@media screen and (min-width: 480px) {
	.hero {
		height: 400px;
	}
	.menu-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 24px;
	}
	.menu-item {
		width: 230px;
	}
	.swiper-container {
		width: 100%;
		margin: 20px auto 36px auto;
	}
	.events-list {
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 24px;
	}
}
.white_link > img {
	width: 10px;
}
.line_blocks_igs > img {
	width: 15px;
}
.load_more_button > img {
	width: 10px;
}

.rolldate-content {
	max-width: 200px;
	margin: 0 auto;
	top: 0px !important;
}

.rolldate-panel header {
	position: static !important;
}
.rolldate-container .rolldate-panel {
	min-height: 273px !important;
	padding-bottom: 80px !important;
	height: auto !important;
}

.rolldate-btn.rolldate-confirm {
	position: absolute !important;
	bottom: 30px !important;
	top: auto !important;
	height: auto !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0px !important;
	width: 220px !important;
	height: 45px !important;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgb(175, 31, 35);
	font-size: 15px !important;
	line-height: 19px !important;
	text-align: center;
	letter-spacing: -0.3px;
	color: #ffffff !important;
	z-index: 99;
}
.show_time {
	margin-top: 10px;
	margin-bottom: 10px;
}
.show_time input {
	border: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: -0.3px;
	color: #4e2c28;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
}
.new-footer-logo {
	width: 200px;
}
