a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	background: #fff;
	color: #000;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br {
	font-size: 0;
	line-height: 0;
	opacity: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
	outline: 0;
}
a {
	text-decoration: none;
}
button {
	border: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
	border: 0;
	padding: 0;
}
a:-moz-focusring,
select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}
:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0 !important;
}
::-moz-focus-inner {
	border: 0;
	outline: 0;
}
.wrapper {
	width: 1220px;
	margin: 0 auto;
	padding: 0 25px;
}
@media screen and (max-width: 1219px) {
	.wrapper {
		width: 1024px;
	}
}
@media screen and (max-width: 1023px) {
	.wrapper {
		width: 768px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.wrapper {
		width: 640px;
	}
}
@media screen and (max-width: 639px) {
	.wrapper {
		width: 480px;
	}
}
@media screen and (max-width: 479px) {
	.wrapper {
		width: 320px;
	}
}
.title {
	font-size: 48px;
	text-align: center;
	line-height: 1.05;
	font-weight: 800;
	color: #000;
}
@media screen and (max-width: 1219px) {
	.title {
		font-size: 42px;
	}
}
@media screen and (max-width: 1023px) {
	.title {
		font-size: 36px;
		line-height: 1.1;
	}
}
@media screen and (max-width: 767px) {
	.title {
		font-size: 32px;
	}
}
@media screen and (max-width: 639px) {
	.title {
		font-size: 29px;
	}
}
@media screen and (max-width: 479px) {
	.title {
		font-size: 26px;
	}
}
.fw300 {
	font-weight: 300;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw800 {
	font-weight: 800;
}
.text-nowrap {
	white-space: nowrap;
}
.flex-ccc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.row {
	width: 100%;
}
.dib {
	display: inline-block;
}
.tac {
	text-align: center;
}
.fsi {
	font-style: italic;
}
.fsn {
	font-style: normal;
}
.btn {
	width: 210px;
	height: 48px;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: 0 4px 1px #d47422, inset 0 0 4px rgba(251, 109, 22, 0.48);
	box-shadow: 0 4px 1px #d47422, inset 0 0 4px rgba(251, 109, 22, 0.48);
	border-radius: 23px;
	background-color: #fd7532;
	background-image: -webkit-gradient(linear, left top, right top, from(#fb791f), color-stop(51%, #f68a49), to(#fb791f));
	background-image: linear-gradient(to right, #fb791f 0%, #f68a49 51%, #fb791f 100%);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	cursor: pointer;
}
.fixed-head {
	width: 100%;
	padding: 13px 0 12px;
	background: #35582e;
	position: relative;
	top: 0;
}
.fixed-head .wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.fixed-head__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 60px;
}
.fixed-head__logo-name {
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 2px;
	border-bottom: 2px solid #b63045;
}
.fixed-head__logo-cream {
	opacity: 0.8;
	color: #fff;
	font-size: 13px;
	letter-spacing: 2.08px;
}
.fixed-head__link,
.fixed-head__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
}
.fixed-head__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 43px;
}
.fixed-head__link:last-child {
	margin-right: 0;
}
.fixed-head__link a,
.header .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixed-head__link a {
	color: #fff;
	font-size: 16px;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixed-head__link a span {
	position: relative;
}
.fixed-head__link a span::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #fff;
	position: absolute;
	bottom: -2px;
}
.fixed-head__link svg {
	margin-right: 10px;
}
.fixed-head__link:hover svg path {
	fill: #fff;
}
.fixed-head__timer {
	width: 260px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 1.82px;
	text-align: center;
	margin-right: 10px;
}
.fixed-head__timer-title {
	width: 100%;
	line-height: 1;
	margin-bottom: 5px;
}
.fixed-head__timer-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 2.4px;
	margin-right: 6px;
}
.fixed-head__timer-block span {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background-color: #ffc900;
	margin-right: 3px;
	padding-left: 2px;
}
.header {
	padding: 155px 0 127px;
	background: url(../img/bg.jpg) no-repeat center;
	background-size: 140% 100%;
	position: relative;
	margin-bottom: 120px;
}
.header::before,
.header__title::before {
	content: '';
	display: block;
	position: absolute;
}
.header::before {
	background: url(../img/2.png) no-repeat center 5px;
	bottom: 0;
	width: 100%;
	height: 100px;
}
.header .wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__pack {
	position: absolute;
	bottom: -210px;
	right: 0;
	z-index: 32;
}
.header__left {
	max-width: 780px;
	position: relative;
	z-index: 20;
}
.header__title {
	color: #000;
	font-size: 65px;
	margin-bottom: 55px;
	line-height: 70px;
	position: relative;
}
.header__title::before {
	width: 121px;
	height: 73px;
	background: url(../img/header-arrow.png) no-repeat center;
	top: 115px;
	right: 85px;
}
.header__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 138px;
}
.header__item {
	color: #666;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	padding-top: 60px;
	position: relative;
	margin-right: 37px;
}
.header__item span {
	color: #000;
}
.header__item::after,
.header__item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.header__item::before {
	background: url(../img/header-item1.png) no-repeat center;
	width: 43px;
	height: 50px;
	left: 0;
	z-index: 1;
}
.header__item::after {
	width: 24px;
	height: 24px;
	background-color: #ffc900;
	border-radius: 50%;
	left: 27px;
	z-index: 0;
}
.header__item:last-child {
	margin-right: 0;
}
.header__item:nth-child(2)::before {
	background: url(../img/header-item2.png) no-repeat center;
}
.header__item:nth-child(3)::before {
	background: url(../img/header-item3.png) no-repeat center;
}
.header__right {
	width: 700px;
	height: 991px;
	position: absolute;
	left: calc(50% + 27px);
	top: 97px;
	z-index: 11;
	max-width: 100%;
}
.header__right.pseudo::after,
.header__right.pseudo::before {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
}
.header__right.pseudo::before {
	border: 1px solid #e0e2e2;
	width: 751px;
	height: 751px;
	background-color: #fff;
	z-index: -1;
	top: 200px;
	right: 10px;
}
.header__right.pseudo::after {
	width: 579px;
	height: 579px;
	background-color: #f3f4f1;
	z-index: 0;
	top: 285px;
	right: 90px;
}
.header .hover-text,
.header .hover-text::before {
	background-color: #fff;
	opacity: 0.9;
	position: absolute;
}
.header .hover-text {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	border-radius: 3px;
	padding: 7px 0 0;
	text-align: center;
	z-index: 99;
	width: 182px;
	height: 42px;
	left: -62.5px;
	top: 70px;
	display: none;
}
.header .hover-text::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-top: 5px solid rgba(255, 255, 255, 0.9);
	top: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
.header-bottom {
	padding-bottom: 100px;
	position: relative;
}
.header-bottom::before {
	content: '';
	display: block;
	width: 100%;
	height: 45px;
	background: url(../img/header-bot-underline.png) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-bottom .wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-bottom__title {
	color: #000;
	font-size: 30px;
	line-height: 40px;
	margin-right: 85px;
}
.header-bottom .wrapper,
.header-bottom__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-bottom__item {
	color: #000;
	font-size: 22px;
	line-height: 55px;
	position: relative;
	padding: 35px 0 0 87px;
	margin-right: 68px;
}
.header-bottom__item:last-child {
	margin-right: 0;
}
.header-bottom__item::before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	border: 2px solid #ffc900;
	border-radius: 50%;
	background: url(../img/header-bot-check.png) no-repeat 16px 18px;
	position: absolute;
	left: 0;
	bottom: 11px;
}
.header-bottom__item::after {
	content: '1.';
	display: block;
	color: #e8e8e7;
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	position: absolute;
	left: 85px;
	top: 0;
}
.effect__item:nth-child(2) .effect__img::after,
.header-bottom__item:nth-child(2)::after {
	content: '2.';
}
.effect__item:nth-child(3) .effect__img::after,
.header-bottom__item:nth-child(3)::after {
	content: '3.';
}
.form-wrap {
	position: relative;
	z-index: 10;
}
.form-wrap::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background-color: #436a33;
	position: absolute;
	left: 0;
	top: -32px;
}
.price-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}
.price-text {
	color: #666;
	font-size: 13px;
	line-height: 16px;
	margin-right: 15px;
}
.price-new,
.price-old {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}
.option-text,
.options ~ selected,
option,
select {
	display: none;
}
.price-old {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	margin-right: 20px;
}
.price-old .price_main_value {
	font-size: 45px;
	position: relative;
}
.price-old .price_main_value::after,
.price-old .price_main_value::before {
	content: '';
	display: block;
	width: 100%;
	height: 1.5px;
	background: #b63045;
	position: absolute;
	top: 53%;
	left: 0;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
.price-old .price_main_value::after {
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.price-old .price_main_currency {
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1.5;
}
.price-new {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.price-new .price_main_value-text {
	color: #444;
}
.header__btn,
.price-new .price_main_value {
	font-size: 55px;
	font-weight: 800;
}
.price-new .price_main_currency {
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1.5;
}
.header__btn {
	width: 430px;
	height: 70px;
	font-size: 28px;
	line-height: 20px;
	margin-top: 40px;
	letter-spacing: 0;
}
.header__btn,
.header__btn:hover {
	border-radius: 34px;
}
.form__input {
	display: inline-block;
	width: 170px;
	margin-right: 20px;
	position: relative;
}
.form__input:last-child {
	margin-right: 0;
}
.form__input input {
	width: 100%;
	padding: 0 0 15px 30px;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	outline: 0;
	background: 0 0;
}
.form__input::before {
	content: '';
	display: block;
	width: 22px;
	height: 26px;
	background: url(../img/form-phone.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.form__input:nth-child(3) {
	margin-right: 10px;
}
.form__input:nth-child(3)::before {
	background: url(../img/form-name.png) no-repeat center;
}
.form__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.custom-select {
	display: inline-block;
	margin-right: 20px;
	width: 30px;
	height: 37px;
	position: relative;
	color: #666;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
	/* background: url(../img/form-down.png) no-repeat right 9px; */
	pointer-events: none;
}
.selected {
	width: 100%;
	height: 37px;
	opacity: 1;
	text-align: left;
}
.selected .countryName {
	font-size: 17px;
	padding-left: 50px;
	display: none;
}
.selected.disabled {
	opacity: 0;
}
.selected.DE {
	background: url(../img/form-flag.png) no-repeat 10px 0;
}
.selected.UA {
	background: url(../img/UA.png) no-repeat 10px 0;
}
.selected.RU {
	background: url(../img/RU.png) no-repeat 10px 0;
}
.selected.KZ {
	background: url(../img/KZ.png) no-repeat 10px 0;
}
.selected.KG {
	background: url(../img/KG.png) no-repeat 10px 0;
}
.selected.BY {
	background: url(../img/BY.png) no-repeat 10px 0;
}
.selected.TH {
	background: url(../img/TH.png) no-repeat 10px 0;
}
.selected.GE {
	background: url(../img/GE.png) no-repeat 10px 0;
}
.selected.MD {
	background: url(../img/MD.png) no-repeat 10px 0;
}
.options {
	position: absolute;
	z-index: 10;
	display: none;
	overflow-y: scroll;
}
.options.opened {
	display: block;
	height: 150px;
	top: -9px;
}
.options ::-webkit-scrollbar-button {
	background-image: url();
	background-repeat: no-repeat;
	width: 5px;
	height: 0;
}
.options::-webkit-scrollbar-track {
	background-color: #ecedee;
}
.options::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: #436a33;
}
.options::-webkit-scrollbar-thumb:hover {
	background-color: #56999f;
}
.options::-webkit-resizer {
	background-image: url();
	background-repeat: no-repeat;
	width: 4px;
	height: 0;
}
.options::-webkit-scrollbar {
	width: 4px;
}
.option {
	width: 50px;
	height: 37px;
	display: block;
}
.option.DE {
	background: #fff url(../img/form-flag.png) no-repeat center center;
}
.option.UA {
	background: rgba(255, 255, 255, 0.5) url(../img/UA.png) no-repeat center;
}
.option.RU {
	background: rgba(255, 255, 255, 0.5) url(../img/RU.png) no-repeat center;
}
.option.KZ {
	background: rgba(255, 255, 255, 0.5) url(../img/KZ.png) no-repeat center;
}
.option.KG {
	background: rgba(255, 255, 255, 0.5) url(../img/KG.png) no-repeat center;
}
.option.BY {
	background: rgba(255, 255, 255, 0.5) url(../img/BY.png) no-repeat center;
}
.option.TH {
	background: rgba(255, 255, 255, 0.5) url(../img/TH.png) no-repeat center;
}
.option.GE {
	background: rgba(255, 255, 255, 0.5) url(../img/GE.png) no-repeat center;
}
.option.MD {
	background: rgba(255, 255, 255, 0.5) url(../img/MD.png) no-repeat center;
}
@media screen and (min-width: 0\0) and (max-width: 1459px) {
	.header {
		margin-bottom: 230px;
	}
}
@media (max-width: 1459px) {
	.header__right {
		left: calc(50% + 7px);
	}
	.header__right.pseudo::before {
		width: 651px;
		height: 651px;
		top: 240px;
		right: 70px;
	}
	.header__right.pseudo::after {
		width: 479px;
		height: 479px;
		background-color: #f3f4f1;
		z-index: 1;
		top: 315px;
		right: 150px;
	}
}
@media (max-width: 1409px) {
	.header {
		padding-top: 125px;
	}
	.header .hover-text {
		display: none !important;
	}
	.header .beer-range {
		left: 135px;
	}
	.header__title {
		font-size: 55px;
		margin-bottom: 35px;
		line-height: 56px;
	}
	.header__title::before {
		top: 79px;
		right: 15px;
	}
	.header .beer-handle {
		top: 49%;
	}
	.header__items {
		margin-bottom: 95px;
	}
	.header__item {
		font-size: 20px;
		line-height: 23px;
	}
	.header__pack {
		width: 340px;
		bottom: -165px;
		right: -65px;
	}
	.header__left {
		width: 700px;
	}
	.header__right {
		width: 520px;
	}
	.header__right.pseudo::before {
		width: 601px;
		height: 601px;
		top: 200px;
		right: -10px;
	}
	.header__right.pseudo::after {
		width: 449px;
		height: 449px;
		top: 265px;
		right: 60px;
	}
	.header .line::after {
		height: 215px;
		bottom: 5px;
	}
	.header .twentytwenty-handle:after {
		height: 221px;
	}
	.header .woman-bottom::before {
		width: 485px;
		height: 245px;
		background: url(../img/woman-bottom.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: 177px;
		left: 3px;
	}
	#header2 .woman-bottom::before {
		display: none;
	}
}
@media (max-width: 1219px) {
	.fixed-head__logo {
		margin-right: 15px;
	}
	.fixed-head__link,
	.fixed-head__links {
		margin-right: 10px;
	}
	.fixed-head__timer {
		margin-right: 0;
		width: 220px;
	}
	.fixed-head__timer-block {
		line-height: 28px;
		margin-right: 3px;
	}
	.fixed-head__timer-block span {
		width: 30px;
		height: 30px;
	}
	.fixed-head .btn {
		width: 195px;
	}
	.header {
		margin-bottom: 50px;
	}
	.header .woman-bottom::before {
		width: 440px;
		height: 245px;
		background: url(../img/woman-bottom.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: 244px;
		left: 6px;
	}
	#header2 .woman-bottom::before {
		display: none;
	}
	.header .twentytwenty-container {
		overflow: visible;
	}
	.header .twentytwenty-handle:before {
		height: 334px;
	}
	.header .twentytwenty-handle:after {
		height: 191px;
	}
	.header__title {
		font-size: 50px;
		margin-bottom: 15px;
		line-height: 52px;
	}
	.header__title::before {
		top: 65px;
		right: 0;
	}
	.header__left {
		width: 600px;
	}
	.header__pack {
		width: 240px;
		bottom: -125px;
		right: -81px;
	}
	.header__right {
		width: 470px;
	}
	.header__right.pseudo::before {
		width: 501px;
		height: 501px;
		top: 180px;
		right: 0;
	}
	.header__right.pseudo::after {
		width: 409px;
		height: 409px;
		top: 225px;
		right: 46px;
	}
	.header .line::after {
		height: 185px;
		bottom: 35px;
	}
	.header-bottom::before {
		width: 1000px;
	}
	.header-bottom__title {
		margin-right: 33px;
		font-size: 28px;
		line-height: 35px;
	}
	.header-bottom__item {
		margin-right: 10px;
	}
}
@media (max-width: 1023px) {
	.fixed-head__timer,
	.header::before,
	.header__title::before {
		display: none;
	}
	.fixed-head .btn {
		width: 190px;
	}
	.header {
		padding: 100px 0 40px;
		margin-bottom: 0;
	}
	.header .woman-bottom::before {
		width: 320px;
		height: 245px;
		background: url(../img/woman-bottom.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -33px;
		left: 1px;
	}
	.header .twentytwenty-handle:after {
		height: 141px;
	}
	.header .twentytwenty-handle:before {
		height: 232px;
	}
	.header .beer-range {
		left: 85px;
	}
	.header__title {
		text-align: center;
	}
	.header__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 540px;
	}
	.header__item {
		text-align: center;
	}
	.header__item::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header__item::after {
		left: 55%;
	}
	.header__left {
		width: 100%;
	}
	.header__right {
		left: calc(50% - 360px);
		width: 340px;
		top: 360px;
		height: auto;
		z-index: 30;
	}
	.form-wrap::before,
	.header-bottom::before,
	.header-bottom__title br,
	.header__right.pseudo::after,
	.header__right.pseudo::before {
		display: none;
	}
	.header__pack {
		width: 260px;
		bottom: 0;
		right: 80px;
		top: 330px;
		height: 450px;
	}
	.header__btn {
		margin-top: 20px;
		margin-bottom: 3px;
	}
	.header .line::after {
		height: 130px;
		bottom: 90px;
	}
	.header-bottom {
		padding-bottom: 50px;
	}
	.header-bottom .wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-bottom__title {
		text-align: center;
		width: 100%;
		margin: 0 0 30px;
		font-size: 30px;
	}
	.header-bottom__items {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.header-bottom__item {
		margin-right: 0;
	}
	.price-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form,
	.form__inputs {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.form-wrap {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.fixed-head .wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.fixed-head .btn {
		display: none;
	}
	.header {
		padding: 80px 0 30px;
	}
	.header .woman-bottom::before {
		width: 335px;
		height: 245px;
		background: url(../img/woman-bottom.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -30px;
		left: 0;
	}
	.header .twentytwenty-handle:after {
		height: 141px;
	}
	.header .twentytwenty-handle:before {
		height: 240px;
	}
	.header__title {
		font-size: 45px;
		line-height: 47px;
	}
	.header__item {
		font-size: 18px;
		line-height: 19px;
	}
	.header__items {
		margin-bottom: 570px;
	}
	.header__right {
		width: 350px;
		top: 335px;
		left: calc(50% - 320px);
	}
	.header__pack {
		right: 30px;
		top: 340px;
	}
	.header .line::after {
		height: 135px;
		bottom: 85px;
	}
	.header-bottom__title {
		margin-bottom: 10px;
	}
	.header-bottom__item {
		padding: 27px 0 0 57px;
	}
	.header-bottom__item::before {
		width: 50px;
		height: 50px;
		background-position: center;
		background-size: 60%;
	}
	.header-bottom__item::after {
		left: 55px;
	}
	.price-block {
		margin-bottom: 15px;
	}
}
@media (max-width: 639px) {
	.fixed-head .wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.fixed-head__logo {
		margin: 0 0 10px;
	}
	.header {
		padding: 120px 0 30px;
	}
	.header .woman-bottom::before {
		width: 265px;
		height: 245px;
		background: url(../img/woman-bottom.png) no-repeat center;
		background-size: contain;
		position: absolute;
		bottom: -49px;
		left: 1px;
	}
	.header .twentytwenty-handle:after {
		height: 113px;
	}
	.header .twentytwenty-handle:before {
		height: 184px;
	}
	.header__right .beer-range {
		left: 74px;
	}
	.header__title {
		font-size: 35px;
		line-height: 37px;
	}
	.header__item {
		font-size: 16px;
	}
	.header__right {
		width: 280px;
		left: calc(50% - 260px);
	}
	.header__pack {
		width: 220px;
		top: 250px;
		right: 0;
		height: 310px;
	}
	.header__items {
		margin-bottom: 455px;
	}
	.header .line::after {
		height: 102px;
		bottom: 118px;
	}
	.header-bottom__title {
		font-size: 29px;
		line-height: 1.1;
	}
	.header-bottom__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-bottom__item {
		width: 50%;
		padding: 0 0 0 87px;
		margin-bottom: 10px;
	}
	.header-bottom__item:last-child {
		margin-bottom: 0;
	}
	.header-bottom__item::before {
		left: 30px;
		bottom: 0;
	}
	.header-bottom__item::after {
		display: none;
	}
}
@media (max-width: 479px) {
	.fixed-head {
		padding: 2px 0 5px;
	}
	.fixed-head__logo {
		margin-bottom: 0;
	}
	.fixed-head__links,
	.header__item br {
		display: none;
	}
	.header {
		padding: 70px 0 25px;
	}
	.header__btn {
		width: 300px;
		height: 60px;
		font-size: 23px;
	}
	.header__title {
		font-size: 32px;
		line-height: 33px;
		margin-bottom: 25px;
	}
	.header__items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.header__item {
		width: 100%;
		margin-right: 0;
		padding: 0 0 0 70px;
		text-align: left;
		margin-bottom: 30px;
	}
	.header__item::before {
		left: 30px;
		top: -5px;
	}
	.header__item::after {
		left: 35px;
		top: -5px;
	}
	.header__item:last-child {
		margin-bottom: 0;
	}
	.header .custom-select {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header__right,
	.price-text br {
		display: none;
	}
	.header__left {
		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;
	}
	.header__form-wrap {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.header__pack {
		position: static;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 20px 0;
	}
	.header .line::after {
		height: 61px;
		bottom: 159px;
	}
	.header .form__input input {
		padding-left: 56px;
	}
	.header .form__input::before {
		left: 17px;
	}
	.header .options {
		width: 90%;
	}
	.header .options.opened {
		height: 140px;
	}
	.header .option {
		width: 100%;
		background-position: 10px !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 17px;
		color: #666;
		padding-left: 50px;
		background-color: rgba(255, 255, 255, 0.9) !important;
		border-bottom: 1px solid rgba(102, 102, 102, 0.3);
		height: 46px;
	}
	.header .option:last-child {
		border: 0;
	}
	.header .option-text {
		font-size: 17px;
		display: block;
	}
	.form-wrap {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.form__inputs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form__input {
		width: 270px;
		margin: 0 0 25px;
	}
	.form__input:nth-child(2) {
		margin-right: 0;
	}
	.form .custom-select {
		width: 270px;
	}
	.form .selected .countryName {
		display: block;
	}
	.price-block {
		margin-bottom: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.price-old {
		margin-right: 0;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 10px;
		padding-left: 50px;
	}
	.price-old .price_main_value {
		font-size: 36px;
	}
	.price-text {
		margin-right: 12px;
	}
	.price-new {
		padding-left: 50px;
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.price-new .price_main_value {
		font-size: 46px;
	}
	.header-bottom__title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.header-bottom__item {
		width: 50%;
		text-align: center;
		padding: 50px 0 0;
		line-height: 1.2;
		font-size: 20px;
	}
	.header-bottom__item::before {
		bottom: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header-bottom__item::after {
		display: none;
	}
}
.hidden_heading {
	display: none;
}
