* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

section {
	position: relative;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

body {
	font-family: "Roboto", "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: black;
}

.out {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 900px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.header {
	padding: 20px 0;
	background: #fff;
}

.header.footer {
	background-color: #333333;
}

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

.header .logo {
	text-decoration: none;
	font-size: 28px;
	font-weight: 700;
	color: black;
}

.header.footer .logo {
	color: #fff;
}

.burger {
	display: none;
	width: 21px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	z-index: 3;
}

.header nav a {
	color: #000;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}

.header.footer nav a {
	color: #fff;
}

.header nav a:hover {
	color: #478ac9;
}

.header nav a:active {
	color: #db545a;
}

.main {
	padding: 65px 0 0;
	background: #f3f3f3;
}

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

.contacts {
	padding: 130px 0 150px;
}

.contacts .inner {
	flex-direction: column;
}

.contacts .text {
	margin-bottom: 12px;
}

.main .inner div {
	width: 50%;
}

.contacts .inner div {
	width: 100%;
}

.contacts iframe {
	width: 100%;
}

.main h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}

.main p {
	font-size: 18px;
	margin-bottom: 20px;
}
.main p b {
	font-weight: 700;
}
.main h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.main ul
.main li {
	font-size: 18px;
	margin-bottom: 5px;
}

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

.main li b {
	font-weight: 500;
}

.main .prod {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.main .prod img {
	max-width: 400px;
	width: 100%;
	padding: 0 20px;
}
.order {
	background: #f3f3f3;
	padding: 30px 0 60px;
}

.order .inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order h2 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.order b {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 15px;
}

.order a {
	background-color: #478ac9;
	font-size: 22px;
	border-radius: 50px;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.popup {
	display: none;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11
}

.popup .inner {
	max-width: 560px;
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.popup .wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 40px 30px;
	position: relative
}

.popup .wrapper .close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 22px;
	height: 22px;
	cursor: pointer
}

.popup .wrapper .close:before,
.popup .wrapper .close:after {
	content: "";
	position: absolute;
	right: 50%;
	top: 50%;
	width: 2px;
	height: 21px;
	background-color: #808080;
}

.popup .wrapper .close:before {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg)
}

.popup .wrapper .close:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg)
}

.popup .wrapper h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin: 10px auto 20px;
}

.popup .wrapper form {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

.popup .wrapper form label {
	display: inline-block;
	color: #b3b3b3;
	width: 100%;
	margin-bottom: 2px;
}

.popup .wrapper form .email, .popup .wrapper form .name, .popup .wrapper form .phone {
	color: #111111;
	width: 100%;
	border: 1px solid #b3b3b3;
	padding: 0 10px;
	height: 44px;
	margin-bottom: 10px;
}

.popup .wrapper form .form_btn {
	width: 100%;
	color: #111111;
	background-color: #f1c50e;
	height: 44px;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}

.popup .wrapper .success {
	display: none;
	background: #62C584;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0px 20px 0px;
	border: none;
}

.popup .wrapper .active+.success {
	display: block;
}

.active {
	display: none;
}

.discl {
	font-size: 18px;
	line-height: 1.2;
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	background-color: #f5f5f5;
	color: #bdbdbd
}

.discl p {
	padding: 0;
	margin: 0
}

.discl span {
	cursor: pointer;
	text-decoration: underline
}

.discl-footer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	float: right;
}

.discl-footer .note {
	font-size: 16px;
	width: 100%;
	padding: 10px 0;
	background: rgb(238, 238, 238);
	color: rgb(102, 102, 102)
}

.discl-footer .cellar {
	width: 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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #000;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	padding: 20px 0;
	text-align: center
}

.discl-footer p {
	margin: 0 2px;
	padding: 0;
	text-align: center
}

.discl-footer a {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 2px;
	padding: 0
}

@media (max-width:540px) {
	.discl-footer .cellar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.cookie-notice {
	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: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 4px 10px;
	background-color: rgba(30, 30, 30, .7);
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: 2s;
	transition-delay: 2s
}

.cookie-notice span {
	color: inherit;
	cursor: pointer;
	text-decoration: underline
}

.cookie-notice .btn {
	width: 72px;
	border: 1px solid #fff;
	padding: 0;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	margin-left: 30px
}

.cookie-active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.cookie-active a {
	color: inherit;
}
@media (max-width:700px) {
	.header {
		padding: 15px 0;
	}

	.header .logo {
		font-size: 22px;
	}

	.main {
		padding: 20px 0;
	}

	.main .inner {
		flex-direction: column-reverse;
		align-items: center;
	}

	.main .inner div {
		width: 100%;
	}

	.main .prod {
		margin: 15px 0;
	}

	.burger {
		display: block;
	}

	.navigation nav a {
		font-size: 18px;
		color: #fff;
		margin: 0;
	}

	.navigation .burger-line {
		position: absolute;
		top: 0;
		width: 21px;
		height: 2px;
		background-color: #000;
		-webkit-transition: .5s all;
		transition: .5s all;
		left: 0;
	}

	.navigation .second,
	.navigation .third {
		margin-top: 9px;
	}

	.navigation .fourth {
		margin-top: 18px;
	}

	.navigation.open {
		top: 0;
		bottom: 0;
	}

	.navigation.open .inner {
		height: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.navigation.open .nav-wrap {
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		overflow: auto;
	}

	.navigation.open .first {
		display: none;
	}

	.navigation.open .second {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #fff;
	}

	.navigation.open .third {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #fff;
	}

	.navigation.open .fourth {
		display: none;
	}

	.navigation .nav-wrap {
		background-color: rgba(30, 30, 30, .7);
		max-width: 150px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		max-height: none;
		font-size: 0;
		overflow: hidden;
		-webkit-transition: .5s all;
		transition: .5s all;
		z-index: 2;
		padding: 12px 0 10px;
	}

	.navigation nav {
		max-width: 180px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.navigation-top {
		width: 100%;
		padding: 8px 0;
	}

	.navigation.open .navigation-top {
		padding: 20px 0;
	}
}
#consent-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 20px;
	text-align: center;
	display: none;
	flex-direction: column;
	z-index: 1000;
}
#consent-message {
	max-width: 90%;
	margin: 0 auto;
	font-size: 0.9rem;
	line-height: 1.5;
}
#consent-message a {
	color: #007bff;
	text-decoration: none;
}
#consent-message a:hover {
	text-decoration: underline;
}
.consent-buttons {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.consent-button {
	background-color: #007bff;
	border: none;
	padding: 10px 20px;
	margin: 5px;
	color: white;
	cursor: pointer;
	flex: 1;
	max-width: 150px;
	font-size: 0.9rem;
}
.consent-button:hover {
	background-color: #0056b3;
}
#additional-settings {
	display: none;
	text-align: left;
	margin-top: 10px;
	max-width: 300px;
	margin: 0 auto;
}
.switch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.switch input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.switch span {
	flex-grow: 1;
	margin-right: 10px;
}
@media (max-width: 480px) {
	.consent-button {
		padding: 10px;
		margin: 3px;
	}
	#consent-message {
		font-size: 0.8rem;
	}
}