body{
	margin: auto;
	font-family: Gabriola;
}
.responsible{
	position: relative;
	max-width: 640px;
	margin: auto;
}

.background > div:first-child{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-image: url(/images/background.jpg);
	background-size: auto calc(100% - 110px);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.background > div:last-child{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.header{
	text-align: center;
	background-image: url('/images/header_back.jpg');
	padding: 10px 0;

	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.8);
	background-size: cover;
}

.socialDiv{
	text-align: center;
	background-color: rgb(162, 177, 34);
	margin-bottom: 15px;
	color: white;
	line-height: 30px;
	opacity: 0.8;
}

.socialDiv .social{
	display: inline-block;
	text-decoration: none;
	width: 30%;
	height: 40px;

	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}

.socialDiv .whatsapp{
	background-image: url('/images/icons/whatsapp.png');
	background-color: #00e676;
}

.socialDiv .telegram{
	background-image: url('/images/icons/telegram.png');
	background-color: #36aee2;
}

.socialDiv .vkontakte{
	background-image: url('/images/icons/vkontakte.png');
	background-color: #5181b8;
}

.button{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;

	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;

	color: white;
	font-size: 20px;
	text-align: left;

	background-size: 25px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);

	background-color: rgba(162, 177, 34, 0.8);

	border-color: #ffffff;
	border-top: 1px solid;
	border-bottom: 1px solid;
	box-shadow: 0 0 11px -2px rgba(0, 0, 0, 0.5);
}


.menu .button:nth-child(2n){
	margin-right: 0;
	margin-left: auto;
	border-left: 1px solid;
	background-position: 10px;
	text-align: right;
}
.menu .button:nth-child(2n+1){
	border-right: 1px solid;
}

.menu .button{
	width: 90%;
}

.menu .button.schedule{
	background-image: url('/images/icons/schedule.png');
}

.menu .button.yoga{
	background-image: url('/images/icons/yoga.png');
}

.menu .button.massage{
	background-image: url('/images/icons/massage.png');
}

.menu .button.individual-yoga{
	background-image: url('/images/icons/individual-yoga.png');
	font-size: 17px;
}

.menu .button.price-list{
	background-image: url('/images/icons/price-list.png');
}

.menu .button.yoga-tours{
	background-image: url('/images/icons/yoga-tours.png');
}

.menu .button.gift-cards{
	background-image: url('/images/icons/gift-cards.png');
}
