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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
	font-family: 'Formular Light';
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

html {
	overflow-x: hidden;
}

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

* {
	box-sizing: border-box;
	outline: none;
	text-decoration: none;
}

.hidden-img {
	display: none;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.btn-mobile {
	display: none;
}

/* header */

header {
	position: static;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../images/bg-menu.png) no-repeat top center;
	padding: 27px 0 23px;
	z-index: 5;
}

header.fixed {
	position: fixed;
}

header .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.menu ul li {
	margin-right: 55px;
}

.menu ul li a {
	color: #111;
	font-family: 'Garamond';
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	transition: 0.5s;
}

.menu ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.info-right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.info-right .time {
	color: #111;
	font-family: 'Formular Light';
	font-size: 14px;
	font-weight: 300;
	padding-left: 25px;
	background: url(../images/icon-time.png) no-repeat scroll 0 0;
	margin-right: 25px;
}

.info-right .phone {
	position: relative;
	top: -7px;
}

.phone a {
	color: #111;
	font-family: 'Garamond Bold';
	font-size: 20px;
	font-weight: 700;
	padding-left: 25px;
	background: url(../images/icon-tel.png) no-repeat scroll 0px 3px;
}

.phone span {
	color: #111;
	font-family: 'Garamond';
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: right;
	cursor: pointer;
}

/* first block */

.first-block {
	position: relative;
}

.first-block .slick-initialized .slick-slide {
	display: flex !important;
	justify-content: center;
}

.first-block .container {
	position: absolute;
	top: 116px;
	left: 0;
	right: 0;
	width: 100%;
}

.social-right {
	position: absolute;
	top: 0;
	right: 15px;
}

.social-right a {
	margin-right: 15px;
}

.social-right a:last-child {
	margin-right: 0;
}

.logo {
	display: block;
	margin: 27px auto 0;
}

h1 {
	color: white;
	font-size: 68px;
	font-family: 'Garamond Bold';
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}

h1::after {
	content: "";
	background: url(../images/h1-line.png) no-repeat center;
	width: 583px;
	height: 12px;
	display: block;
	margin: 3px auto;
}

.second-title {
	color: white;
	font-family: 'Garamond';
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	margin-top: 21px;
}

.btn {
	background: #ebdfc3;
	color: #100402;
	font-family: 'Formular';
	font-size: 16px;
	font-weight: 400;
	padding: 24px 57px;
	display: table;
	border-radius: 50px;
	box-shadow: inset 0 -5px 0 #b5976c;
	cursor: pointer;
	transition: 0.5s;
}

.btn:hover {
	background: #d2c29e;
}

.first-block .btn {
	margin: 76px auto 0;
}

/* slider */

.slider::after {
	content: "";
	background: url(../images/slider-line.png) no-repeat center;
	width: 100%;
	height: 60px;

	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
}

.custom_dots {
	position: absolute;
	top: 140px;
	right: 15px;
}

.custom_dots li {
	margin-bottom: 50px;
}

.custom_dots li button {
	position: relative;
	background: transparent;
	color: white;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;

	padding: 12px 15px;
	border: 0;
	cursor: pointer;
}

.custom_dots .slick-active button::before {
	content: "";
	width: 74px;
	height: 38px;
	background: url(../images/dots-active.png) no-repeat;

	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* second block */


.second-block {
	padding: 73px 0 120px;
	background: url(../images/bg-second.jpg) no-repeat top 150px center;
}

.second-block .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.second-block h2 {
	width: 100%;
}

h2 {
	background: url(../images/decor-repeat.png) no-repeat center left, url(../images/decor-repeat.png) no-repeat center right;
}

h2 span {
	color: #111;
	font-family: 'Garamond';
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	display: table;
	margin: auto;
	padding: 0 15px;
	background: #fff;
}

.flex-block {
	max-width: 770px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 55px;
}

.flex-block .item {
	position: relative;
	width: 50%;
	padding: 30px 50px 30px;
	color: #111;
	transition: all 0.4s ease-in-out;
}

.flex-block .item:hover {
	transform: translateY(-10px);
	cursor: pointer;
}

.flex-block span {
	font-family: 'Formular Bold';
	font-size: 19px;
	font-weight: 700;
}

.flex-block p {
	font-family: 'Formular Light';
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
	margin-top: 8px;
}

.flex-block .item::before {
	content: "";
	width: 81px;
	height: 81px;
	background: url(../images/icon-circle.png) no-repeat center;
	display: block;
	margin-bottom: 23px;
}

.flex-block .item:nth-child(2),
.flex-block .item:nth-child(3n),
.flex-block .iteml:nth-child(4n) {
	background: url(../images/bg-item.png);
	background-size: cover;
	box-shadow: 0 13px 59px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.flex-block .item:nth-child(2)::before,
.flex-block .item:nth-child(3n)::before,
.flex-block .iteml:nth-child(4n)::before {
	background: url(../images/icon-circle-white.png) no-repeat center;
}

/* services */

.halls {
	position: relative;
	padding: 96px 0 95px;
	background: url(../images/bg-hall.jpg) no-repeat center top;
}

.halls .container {
	position: relative;
}

.leaves-left {
	position: absolute;
	top: -320px;
	left: -367px;
	width: 206px;
	height: 550px;
	background: url(../images/leaves-left.png) no-repeat center left;
}

.halls h2 {
	background: url(../images/decor-repeat-2.png) no-repeat left, url(../images/decor-repeat-2.png) no-repeat right;
}

.halls h2 span {
	color: #fff;
	background: none;
}

.hall-flex {
	margin-top: 80px;
}

.hall-flex .btn {
	display: inline-block;
}

.wrapper-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin: 41px 0 25px;
	text-align: right;
}

.hall-item {
	max-width: 515px;
}

.hall-title {
	position: relative;
	color: white;
	font-family: 'Garamond Bold';
	font-size: 27px;
	font-weight: 700;
	padding-bottom: 21px;
	margin-bottom: 25px;
}

.hall-title::after {
	content: "";
	width: 160px;
	height: 1px;
	background-color: silver;
	position: absolute;
	left: 0;
	bottom: 0;
}

.hall-item p {
	color: white;
	font-family: 'Formular Light';
	font-size: 15px;
	font-weight: 300;
	line-height: 31px;
	margin-bottom: 15px;
}

.hall-item strong {
	font-weight: 700;
}

.hall-item .btn {
	margin-top: 11px;
}

.wrapper-flex .hall-title::after {
	left: auto;
	right: 0;
}

/* spa */

.spa {
	padding: 100px 0 50px;
}

.spa h2 {
	background: url(../images/decor-repeat-3.png) no-repeat center left, url(../images/decor-repeat-3.png) no-repeat center right;
}

.spa-flex {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 95px;
}

@media(max-width: 767px) {
	.spa-flex {

		grid-template-columns: 100%;
	}
}

.spa-flex .items {
	width: 100%;
	` text-align: center;

	display: grid;
	grid-template-rows: 1fr auto;

	transition: all 0.4s ease-in-out;
}

.spa-head {}

.span-bottom {
	width: 100%;
	max-height: 283px;
}


.spa-flex .items:hover {
	transform: translateY(-10px);
}

.spa-flex .items>.spa-head::before {
	content: "";
	width: 81px;
	height: 81px;
	background: url(../images/spa-icon.png) no-repeat center;
	display: block;
	margin: 0 auto 15px;
}

.spa-flex .items:nth-child(even) {
	//  flex-direction: column-reverse;
}

.spa-flex .items img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: -0.6px 9px 18px rgba(51, 59, 69, 0.2);
}

.spa-flex span {
	color: #111;
	font-family: 'Garamond Bold';
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.spa-flex p {
	color: #333;
	font-family: 'Formular Light';
	font-size: 15px;
	font-weight: 300;
	line-height: 19px;
	margin: 15px 0 30px;
}

.btn-more {
	position: relative;
	background: url(../images/icon-arrow.png) no-repeat center right 35px;
	color: #464242;
	font-family: 'Formular Medium';
	font-size: 15px;
	font-weight: 500;

	border: 0.95px solid #9a9a9a;
	border-radius: 26px;
	padding: 18px 98px 18px 40px;
	display: table;
	margin: 40px auto 0;
	cursor: pointer;
	transition: 0.5s;
}

.btn-more:hover {
	background: url(../images/icon-arrow.png) no-repeat center right 20px;
}

/* form */

.wrapper-bg {
	background: url(../images/wrapper-bg.jpg) no-repeat center top;
	background-size: 1920px;
	margin-top: -235px;
}

.form .container {
	min-height: 1023px;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.center-form {
	margin-top: 121px;
}

.title-form {
	color: white;
	font-family: 'Formular Medium';
	font-size: 25px;
	font-weight: 500;
	text-align: center;
}

.title-form span {
	color: white;
	font-family: 'Garamond Bold';
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}

.text-info {
	color: #24303c;
	font-family: 'Formular Light';
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 63px;
}

.text-info strong,
.text-info b {
	font-weight: bold;
}

.text-info ul {
	list-style-type: disc;
	padding-left: 30px;
}

.text-info ol {
	list-style-type: decimal;
	padding-left: 30px;
}

.text-info em {
	font-style: italic;
}

#block-form {
	width: 100%;
	margin-top: 54px;
}

.txt-input {
	width: 296px;
	height: 46px;
	background-color: white;
	border-radius: 3px;
	border: 0;

	color: #111;
	font-size: 15px;
	font-weight: 300;
	padding: 0 35px;
	margin: 0 5px;
}

.submit-btn {
	background: #dbb174;
	width: 236px;
	height: 64px;

	color: #100402;
	font-family: 'Formular';
	font-size: 16px;
	font-weight: 400;
	border-radius: 50px;
	border: 0;
	cursor: pointer;
	box-shadow: inset 0 -5px 0 #b5976c;
	display: block;
	margin: 67px auto 0;
	transition: 0.5s;
}

.submit-btn:hover {
	background: #d2c29e;
}

/* service */

.service {
	padding: 40px 0 80px;
}

.service h2 span {
	background: transparent;
}

.service-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 67px;
}

.service-item {
	position: relative;
	width: 20%;
	min-height: 209px;
	padding: 0 28px 0 28px;
}

.service-item::before {
	content: "";
	width: 100%;
	height: 45px;
	background: url(../images/icon-1.png) no-repeat center left;
	display: block;
	margin: 34px 0 10px;
}

.service-item:nth-child(2)::before {
	background: url(../images/icon-2.png) no-repeat center left;
}

.service-item:nth-child(3)::before {
	background: url(../images/icon-3.png) no-repeat center left;
}

.service-item:nth-child(4)::before {
	background: url(../images/icon-4.png) no-repeat center left;
}

.service-item:nth-child(5)::before {
	background: url(../images/icon-5.png) no-repeat center left;
}

.service-item:nth-child(6)::before {
	background: url(../images/icon-6.png) no-repeat center left;
}

.service-item:nth-child(7)::before {
	background: url(../images/icon-8.png) no-repeat center left;
}

.service-item:nth-child(8)::before {
	background: url(../images/icon-9_.png) no-repeat center left;
}

/*.service-item:nth-child(9)::before {
	background: url(../images/icon-9.png) no-repeat center left;
}*/

.service-item:nth-child(even) {
	background: url(../images/bg-service.jpg) no-repeat;
	box-shadow: -0.6px 9px 18px rgba(51, 59, 69, 0.2);
}

.service-item span {
	color: #24303c;
	font-family: 'Garamond Bold';
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
}

.service-item p {
	color: #24303c;
	font-family: 'Formular Light';
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	margin-top: 6px;
}

.service-item:nth-child(even) span,
.service-item:nth-child(even) p {
	color: white;
}

/* form vopros */

.form-vopros {
	background: url(../images/bg-vopros.jpg) no-repeat center;
	min-height: 363px;
	padding: 75px 0 0;
}

.form-vopros .container {
	position: relative;
}

.center-vopros {
	max-width: 475px;
	text-align: center;
}

.tilte-vopros {
	color: white;
	font-family: 'Formular Medium';
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 28px;
}

.form-vopros h3 {
	color: white;
	font-family: 'Garamond Bold';
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

.form-vopros h3 span {
	color: white;
	font-family: 'Formular Light';
	font-size: 19px;
	font-weight: 300;
	display: block;
	text-transform: none;
}

.form-vopros .btn {
	margin: 42px auto 0;
}

.women {
	position: absolute;
	right: -97px;
	bottom: -73px;
}

/* review */

.review {
	background: url(../images/bg-review.jpg) no-repeat top center;
	padding: 94px 0;
}

.review h2 {
	background: url(../images/decor-repeat-4.png) no-repeat center left, url(../images/decor-repeat-4.png) no-repeat center right;
}

.slider-review {
	margin-top: 80px;
}

.slider-review .slick-arrow {
	position: absolute;
	top: 50%;
	width: 41px;
	height: 9px;
	border: 0;
	padding: 0;
	font-size: 0;
	background: url(../images/slider-arrow.png) no-repeat center;
	cursor: pointer;
}

.slider-review .slick-next {
	right: 0;
	transform: rotate(180deg);
}

.slider-review .slick-list {
	padding: 40px 0 43px;
	margin: 0 40px;
}

.item-review {
	position: relative;
	background: white url(../images/icon-review.png) no-repeat right 38px bottom 25px;
	border-radius: 4px;
	box-shadow: -0.2px 3px 79px rgba(118, 105, 105, 0.13);
	padding: 48px 40px 105px;
	margin: 0 12px;
}

.item-review .name {
	color: #3b362f;
	font-family: 'Formular Medium';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 23px;
}

.text-review {
	color: #625f5f;
	font-family: 'Formular Light';
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}

.item-review .photo {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 50px;
	bottom: -42px;
}

.item-review .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* contacts */

.contacts h2 {
	background: url(../images/decor-repeat-4.png) no-repeat center left, url(../images/decor-repeat-4.png) no-repeat center right;
}

.contact-flex {
	position: relative;
	background: #f7f7f9 url(../images/bg-contact.png) no-repeat center bottom;
	border-radius: 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px;
	padding-bottom: 71px;
}

#map {
	width: 765px;
	height: 375px;
}

.column-right {
	padding: 48px;
}

.info-list li {
	background: url(../images/icon-phone.png) no-repeat left top;
	margin-bottom: 30px;
	padding-left: 40px;
	min-height: 27px;
}

.info-list span {
	color: #111;
	font-family: 'Formular Medium';
	font-size: 17px;
	font-weight: 500;
}

.info-list p {
	color: #111;
	font-family: 'Formular Light';
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	margin-top: 3px;
}

.btn-contact {
	background: #e3dbca;
	color: #100402;
	font-family: 'Formular Light';
	font-size: 16px;
	font-weight: 400;
	display: table;
	padding: 24px 64px;
	border-radius: 35px;
	margin: 0 auto;
	cursor: pointer;
	transition: 0.5s;
}

.btn-contact:hover {
	background: #d2c29e;
}

/* footer */

footer {
	background: url(../images/bg-footer.jpg) no-repeat center top;
	margin-top: -140px;
	padding: 175px 0 25px;
}

.content-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-content: center;
	border-bottom: 0.95px solid #8d8886;
	padding-bottom: 34px;
}

.first-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.footer-menu ul {
	margin-left: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer-menu ul li {
	margin-right: 44px;
}

.footer-menu li a {
	color: white;
	font-family: 'Formular Light';
	font-size: 14px;
	font-weight: 300;
}

.footer-social img {
	width: 21px;
	height: 16px;
	object-fit: contain;
}

.footer-social a {
	margin: 0 5px;
}

.second-phone {
	color: white;
	font-family: 'Formular Bold';
	font-size: 17px;
	font-weight: 700;
}

.second-time {
	color: white;
	font-family: 'Formular Light';
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	margin-top: 5px;
}

.copy {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-top: 23px;
}

.copy p {
	color: white;
	font-family: 'Formular Light';
	font-size: 14px;
	font-weight: 300;
}

.politics {
	color: #ccc2c2;
	text-decoration: underline;
	margin-top: 5px;
}

.siteup {
	color: white;
	font-family: 'Formular Light';
	font-size: 13px;
	font-weight: 300;
}

/* modal price */

.popup-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) repeat scroll 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 5;
}

.modal-price {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

	max-width: 1270px;
	height: 100%;
	background-color: white;
	border-radius: 9px;

	padding: 83px 70px;
	overflow-y: scroll;
	z-index: 10;
}

.close {
	width: 36px;
	height: 36px;
	background: url(../images/icon-close.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 13px;
	right: 16px;
	z-index: 6;
}

/* table-price */

.modal-content h2 {
	background: url(../images/decor-repeat-5.png) no-repeat center left, url(../images/decor-repeat-5.png) no-repeat center right;
}

.table-price {
	width: 100%;
	margin-top: 58px;
}

.table-price td {
	border: 2px solid white;
}

thead tr td {
	background: #908070;
	color: white;
	font-family: 'Garamond Bold';
	font-size: 19px;
	font-weight: 700;
	line-height: 21px;
	text-transform: uppercase;
	text-align: center;
	padding: 28px 0;
}

thead tr td:first-child {
	width: 378px;
	background: url(../images/bg-table.png);
}

tbody tr td {
	background: #f1f1f3;
	color: #111;
	font-family: 'Formular Light';
	font-size: 16px;
	font-weight: 300;
	text-align: center;

	height: 82px;
	vertical-align: middle;
}

tbody tr td:first-child {
	background: #998a7c;
	color: white;
	font-family: 'Formular Medium';
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}

.price {
	color: #111;
	font-family: 'Formular Light';
	font-size: 21px;
	font-weight: 300;
	margin-top: 5px;
}

.price span {
	font-family: 'Formular Bold';
	font-weight: 700;
}

.message {
	color: #463f38;
	font-family: Formular;
	font-size: 16px;
	font-weight: 300;
	margin-top: 25px;
}

/* stock */

.stock {
	margin-top: 100px;
}

.list-stock {
	margin-top: 44px;
}

.item-stock {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;

	background: url(../images/icon-stock.png) no-repeat center left 28px, url(../images/bg-stock.jpg);
	min-height: 96px;
	padding: 0 50px 0 113px;
	margin-bottom: 61px;
}

.item-stock:after {
	content: "";
	background: url(../images/icon-after.png) no-repeat;
	width: 239px;
	height: 16px;

	position: absolute;
	left: 0;
	right: 0;
	bottom: -35px;
	margin: 0 auto;
}

.item-stock:last-child {
	margin-bottom: 0;
}

.item-stock:last-child::after {
	display: none;
}

.item-stock p {
	color: #111;
	font-family: 'Formular Light';
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}

.item-stock strong {
	color: #a81316;
	font-family: 'Formular Bold';
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
}

.item-stock span {
	color: #a81316;
	font-size: 25px;
	font-weight: 700;
	font-family: 'Formular Bold';
}


/* popup form */

.popup-form,
.modal-message {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 35px 25px;

	background: #fff;
	max-width: 584px;
	height: 300px;
	border-radius: 8px;
	text-align: left;
	box-shadow: 0 13px 59px rgba(0, 0, 0, 0.1);
	z-index: 5;
}

.modal-message {
	height: 200px;
}

.modal-message .modal-text {
	width: 100%;
	height: 100%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: 'Formular Bold';
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.popup-call-head {
	font-family: 'Formular Bold';
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.popup-form .txt-input {
	width: 47%;
	height: 40px;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #111;
	font-size: 15px;
	font-weight: 300;
	padding: 0 35px;
	margin: 0 5px;
	box-shadow: 0 13px 59px rgba(0, 0, 0, 0.1);
}

.popup-form .submit-btn {
	margin: 30px auto 0;
	height: 50px;
}

.info-agree {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	color: #111;
	font-family: 'Formular Light';
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
	margin-top: 15px;
}

.info-agree input {
	position: relative;
	width: 21px;
	height: 21px;
	border: 0.81px solid #0d212e;
	border-radius: 3px;
	-webkit-appearance: none;
	cursor: pointer;
}

.info-agree input[type="checkbox"]:checked::after {
	content: url(../images/icon-checked.png);
	position: absolute;
	top: 2.4px;
	left: 5px;
	display: block;
}

.info-agree span {
	padding-left: 10px;
}

.touch {
	display: none;
	width: 55px;
	height: 65px;
	background: url(../images/icon-touch.png) no-repeat center;
	margin: 0 auto;
	background-size: cover;

	-webkit-animation-name: touch;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: touch;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes touch {
	from {
		-webkit-transform: translate(0, 0px);
	}

	65% {
		-webkit-transform: translate(-20px, 0px);
	}

	to {
		-webkit-transform: translate(0, -0px);
	}
}

@-moz-keyframes touch {
	from {
		-moz-transform: translate(0, 0px);
	}

	65% {
		-moz-transform: translate(-20px, 0px);
	}

	to {
		-moz-transform: translate(0, -0px);
	}
}

.slogan {
	text-align: center;
	margin-top: 15px;
	color: red;
	font-family: 'Formular Bold';
	font-size: 18px;
	font-weight: 700;
}

.red {
	color: red;
	font-family: 'Formular Bold';
	display: inline-block;
}

.text-info h2 {
	background: none;
}

.message-header {
	padding: 15px 0;
	background: #d2c29e;
	color: white;
}

.message-header .message-text {
	margin: 0;
	line-height: 1.5;
}
