@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,cyrillic-ext);

body {
	padding: 0px;
	margin: 0px;
	background-image: url(/_ima/page-items/page-back-crown.gif);
	overflow-y: scroll;
	background-attachment: fixed;
	background-position: center 0px;
}

body, table, td, th, input, textarea, select {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
	color: #999;
}

a {
	color: #eb2227;
}
a:hover {
	color: #FFF;
}
a.to_map {
	font-size: 12px;
	padding-right: 15px;
	background-image: url(/_ima/page-items/arrow-red-right.png);
	background-position: right 4px;
	background-repeat: no-repeat;
}
a.to_map.yandex {
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: 300;
}

h1 {
	font-size: 34px;
	margin: 33px 10px 0px 35px;
	color: #191919;
	font-weight:400;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	letter-spacing: 1px;
	font-size: 20px;
	color: #414042;
}
table {
	border-spacing: 0px;
}


div.splitter {
	clear: both;
	height: 27px;
}
div.splitter.zero {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.margin_top {
	margin-top: 50px;
}

.margin_zero {
	margin: 0px;
}

.no_letter_spacing {
	letter-spacing: 0px;
}

div.line {
	height: 223px;
	overflow: hidden;
}

div.line.line_1 {
	margin-top: 10px;
}
div.line.line_2 {
	margin-top: 0px;
}







div.system_top {
	position: fixed;
	width: 100%;
	height: 67px;
	left: 0px;
	top: 0px;
	z-index: 22222;
	overflow: hidden;
	background-color: #FCD5D0;
	border-bottom: 2px solid #333;
}
div.system_top div.system_top_content {
	width: 100%;
	max-width: 980px;
	margin: 5px auto 0px auto;
}



div.slogan_line {
	height: 31px;
	width: 100%;
	background-image:url(/_ima/page-items/top-back-slogan.png);
	background-position: left top;
}



div.system_top div.socials {
	float: left;
	margin-left: 145px;
}
div.footer div.contacts div.socials {
	margin-left: 145px;
	height: 80px;
}
div.socials div {
	display: block;
	float: left;
	margin: 0px 16px 0px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 26px;
	height: 26px;
	border-radius: 2px;
}
div.socials div.facebook{
	background-image: url(/_ima/3/icon-facebook.png), url(/_ima/3/icon-facebook-active.png);
}
div.socials div.instagram{
	background-image: url(/_ima/3/icon-instagram.png), url(/_ima/3/icon-instagram-active.png);
}
div.socials div.facebook:hover{
	background-image: url(/_ima/3/icon-facebook-active.png);
}
div.socials div.instagram:hover{
	background-image: url(/_ima/3/icon-instagram-active.png);
}
div.socials div a {
	display: block;
	width: 100%;
	height: 100%;
}



div.system_top div.languages {
	float: right;
	width: 220px;
}
div.system_top div.languages div {
	float: left;
	margin: 0px 14px 0px 0px;
	text-transform: uppercase;
	color: #000;
	font-size: 0px;
	width: 26px;
	height: 26px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.6;
	transition: 0.3s;
	border-radius: 50%;
}
div.system_top div.languages div:hover, div.system_top div.languages div.language_active {
	opacity: 1;
	transition: 0.3s;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}
div.system_top div.languages div a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
div.system_top div.languages div.language_ru {
	background-image: url(/_ima/3/icon-flag-ru.png);
}
div.system_top div.languages div.language_en {
	background-image: url(/_ima/3/icon-flag-en.png);
}
div.system_top div.languages div.language_az {
	background-image: url(/_ima/3/icon-flag-az.png);
}
div.system_top div.languages div.language_kz {
	background-image: url(/_ima/3/icon-flag-kz.png);
}





div.body {
	width: 100%;
	max-width: 980px;
	min-width: 320px;
	margin: 0px auto;
	padding-top: 111px;
}



div.menu_mobile {
	display: none;
	float: right;
	width: 64px;
	margin-right: 3%;
	margin-left: 5%;
	background-image: url(/_ima/page-items/icon-menu-mobile-phone.png);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	background-size: 20px;
	margin-top: -3px;
}

div.menu_mobile .menu_mobile_button {
	padding: 0px 0px 5px 28px;
	width: 32px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #7D8080;
}
div.menu_mobile .menu_mobile_button .menu_mobile_button_line {
	display: block;
	padding: 0px;
	width: 80%;
	height: 3px;
	background-color: #7D8080;
	clear: left;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 2px;
}
div.menu_mobile .menu_mobile_button:hover .menu_mobile_button_line {
	background-color: #CCB2BB;
	transition: 0.3s;
}



.menu_mobile_items {
	padding: 0px 0px;
	left: 0px;
	top: 36px;
	width: 100%;
	position: fixed;
	z-index: 22000;
	background-color: rgba(0, 0, 0, 0.95);
}
.menu_mobile_items div {
	float: left;
	margin: 2px 3px;
	padding: 2px 5px;
	clear: left;
	border-top: 1px solid #222;
	width: 90%;
	font-size: 18px;
}
.menu_mobile_items div a {
	color: #eb2227;
	text-decoration: none;
	font-weight: 700;
}
body.page_az .menu_mobile_items div a {
	letter-spacing: 0px;
}
.menu_mobile_items div a:hover {
	color: #FFF;
}
.menu_mobile_items div table {
	border-spacing: 0px;
}
.menu_mobile_items div table tr td {
	border: 3px none;
	padding: 0px;
	line-height: 30px;
}
.menu_mobile_items div table tr td.td_name {
	width: 90px;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}








div.heading div.logo {
	clear: right;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 50%;
}
div.heading div.logo a img {
	border: none 0px #FFF;
	max-width: 430px;
}
div.heading div.logo img {
	max-width: 430px;
}

div.heading div.contacts div.links {
	display: none;
}
div.heading div.contacts {
	margin-top: 0px;
	float: right;
	width: 250px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	text-align: left;
}
div.heading div.contacts .phones {
	font-size: 20px;
	color: #FBD5D1;
	letter-spacing: 3px;
}
div.heading div.contacts .phones .phones_item {
	padding: 5px 0px;
}
div.heading div.contacts .phones a {
	font-size: 22px;
	line-height: 23px;
	text-align: right;
	text-decoration: none;
	color: #FBD5D1;
	font-weight: 400;
}
div.heading div.contacts .phones a:hover {
	text-decoration: underline;
}

div.menu_main_place {
	height: 73px;
}
div.menu_main_place div.menu_main_back {
	border-top: 5px #FED5D1 solid;
	height: 68px;
	background-color: #000;
	position: absolute;
	left: 0px;
	width: 100%;
}

table.menu_main {
	max-width: 980px;
	width: 100%;
	margin: 0px auto;
	border-spacing: 0px;
}
table.menu_main td {
	padding: 0px;
	vertical-align: middle;
	background-color: #000;
	text-align: center;
}
table.menu_main td a {
	font-size: 16px;
	text-decoration: none;
	color: #CCC;
	text-align: center;
	height: 26px;
	padding: 22px 0px;
	display: block;
	width: 100%;
}
table.menu_main td a:hover {
	background-color: #FBD5D1;
	color: #D93D4A;
}
table.menu_main td.about {
}
table.menu_main td.order {
	width: 250px;
	background-color: #eb2227;
}
table.menu_main td.order a {
	width: 100%;
	background-color: #eb2227;
	color: #FFF;
	text-decoration: none;
	font-size: 19px;
}
table.menu_main td.active {
	color: #D93D4A;
}
table.menu_main td.active a {
	color: #D93D4A;
}
table.menu_main td.order.active {
	color: #FFF;
}
table.menu_main td.active div.td_active_liner {
	background-color: #FBD5D1;
	width: 80%;
	height: 12px;
	margin: 8px auto 0px auto;
}
table.menu_main div.menu_drops {
	margin-top: -3px;
	position: absolute;
	z-index: 11100;
	display: none;
	opacity: 0;
	background-color: rgba(0,0,0,0.80);
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
table.menu_main div.menu_drops div.menu_drop_item {
	margin: 0px 0px;
	width: 312px;
	float: none;
	height: auto;
}
table.menu_main div.menu_drops div.menu_drop_item a div {
	background-color: #B22F3F;
	padding: 3px 0px;
	transition: 0.3s;
}
table.menu_main div.menu_drops div.menu_drop_item a {
	height: auto;
	padding: 0px;
	margin-bottom: 15px;
	opacity: 0.85;
}
table.menu_main div.menu_drops div.menu_drop_item a:hover {
	background-color: transparent;
	opacity: 1;
	transition: 0.3s;
}
table.menu_main div.menu_drops div.menu_drop_item a:hover div {
	background-color: #eb2227;
	transition: 0.3s;
}
table.menu_main div.menu_drops div.menu_drop_item a img {
	height: auto;
	padding: 0px;
	display: block;
	max-height: 37px;
	width: auto;
}



div.menu_services div a img {
	float: right;
	margin-right: 10px;
}
div.menu_services div a:hover img {
	opacity: 0.75;
}


div.for_slider {
	height: 480px;
	margin-bottom: 20px;
}
div.for_slider div.slider {
	width: 100%;
	position: absolute;
	left: 0px;
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
div.for_slider div.slider img {
	width: 100%;
	height: auto;
	display: block;
}
div.for_slider div.slider .slick-slide {
}



div.on_main div.our_services {
	width: 48%;
	margin-right: 2%;
	background-color: #eb2227;
	color: #FFF;
	text-align: center;
	height: 220px;
	float: left;
	letter-spacing: 4px;
}
div.on_main div.our_services h1 {
	border-bottom: 1px solid #FFF;
	padding: 20px 0px 15px 0px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 100;
	color: #FFF;
	width: 80%;
	margin: 0px auto 20px auto;
}
body.page_az div.on_main div.our_services h1 {
	font-size: 32px;
	letter-spacing: 2px;
}
div.on_main div.our_services a {
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	background-color: #dd737d;
	border: 2px solid #dd737d;
	padding: 3% 1%;
	text-align: center;
	width: 40%;
	margin: 4%;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}
div.on_main div.our_services a.our_services_moscow {
	float: left;
	margin-right: 2%;
}
div.on_main div.our_services a.our_services_barvikha {
	float: right;
	margin-left: 2%;
}
div.on_main div.our_services a.our_services_wide {
	float: none;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
div.on_main div.our_services a.our_services_baku {
	float: none;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
div.on_main div.our_services a:hover {
	border: 2px solid #FFF;
}
div.on_main div.our_services h3 a:hover {
	color: #CCC;
	text-decoration: underline;
}
div.on_main div.our_services p {
	font-size: 14px;
}

div.on_main div.product {
	width: 48%;
	margin-left: 2%;
	height: 220px;
	background-image: url(/_ima/page-main/product-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
	vertical-align: middle;
	text-align: center;
	display: table;
}
div.on_main div.product a {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 50px;
	text-decoration: none;
	letter-spacing: 10px;
	color: #F2F2F2;
}
div.on_main div.product a:hover {
	text-decoration: underline;
	color: #eb2227;
}

div.on_main div.zebra {
	height: 12px;
	background-image: url(/_ima/page-main/zebra.gif);
}

div.on_main div.about {
	height: 260px;
	margin-top: 40px;
}
div.on_main div.about h4 {
	border-bottom: #666 solid 1px;
	margin-top: 20px;
	font-size: 19px;
	color: #D84351;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
div.on_main div.about p {
	font-size: 15px;
	color: #CCC;
}

div.on_main div.about div.about_1 {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 200px;
	background-color: rgba(150, 150, 150, 0.3);
}
div.on_main div.about div.about_1 div.about_content {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
	padding: 10px 0px;
}
div.on_main div.about div.about_1 div.about_content div.about_1_logo {
	float: right;
	margin-right: 25px;
	margin-top: -45px;
	margin-left: 45px;
	width: 28%;
	text-align: right;
}
div.on_main div.about div.about_1 div.about_content div.about_1_logo img {
	width: 100%;
	height: 100%;
	max-width: 261px;
}
div.on_main div.about div.about_1 div.about_content h4 {
	margin-top: 30px;
	padding-left: 2%;
	width: 64%;
}
div.on_main div.about div.about_1 div.about_content p {
	padding-left: 2%;
	width: 64%;
}



div.on_main div.services {
	background-color: #FED5D1;
	padding-top: 20px;
	padding-bottom: 45px;
	margin-top: 50px;
}
div.on_main div.services h3 {
	border-bottom: 1px solid #888;
	padding-bottom: 20px;
	text-align: center;
	width: 60%;
	margin: 30px auto;
	font-size: 17px;
}
div.on_main div.services h3 a {
	color: #666666;
	text-decoration: none;
}
div.on_main div.services h3 a:hover {
	color: #eb2227;
}
div.on_main div.services div.services_list {
	width: 100%;
	margin: auto;
	max-width: 940px;
}
div.on_main div.services div.services_list div.service_item {
	width: 24%;
	margin: 0.5%;
	float: left;
	text-align: center;
}
div.on_main div.services div.services_list div.service_item a {
	text-decoration: none;
}
div.on_main div.services div.services_list div.service_item a h4 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	margin: 10px 0px;
}
div.on_main div.services div.services_list div.service_item a:hover h4 {
	color: #eb2227;
}
div.on_main div.services div.services_list div.service_item a img {
	display: block;
	width: 90%;
	max-width: 202px;
	height: auto;
	margin: auto;
	border: 10px solid #FFF;
}
div.on_main div.services div.services_list div.service_clearer {
	clear: both;
}



div.on_main div.about div.about_2 div.about_content {
	height: 330px;
}
div.on_main div.about div.about_2 div.about_content div.about_2_logo {
	text-align: center;
}
div.on_main div.about div.about_2 div.about_content div.about_2_logo img {
	max-width: 132px;
}
div.on_main div.about div.about_2 div.about_content h4 {
	width: 85%;
	margin: 10px auto;
	text-align: center;
}
div.on_main div.about div.about_2 div.about_content p {
	text-align: center;
	font-size: 17px;
}



div.on_main div.gallery {
	background-color: #FFEDEF;
	padding: 18px 0px;
	margin: 100px 0px;
}
div.on_main div.gallery h3 {
	text-align: center;
	font-size: 42px;
	position: absolute;
	margin-top: 95px;
	z-index: 999;
	width: 100%;
	letter-spacing: 15px;
	display: none;
}
div.on_main div.gallery h3 a {
	color: #FFE1E4;
	text-decoration: none;
}
div.on_main div.gallery h3 a:hover {
	color: #eb2227;
	text-decoration: underline;
}
div.on_main div.gallery div.masking {
	background-color: #232323;
	opacity: 0.45;
	height: 225px;
	width: 950px;
	position: absolute;
	margin-left: 15px;
	display: none;
}

div.on_main div.gallery div.gallery_list {
	width: 100%;
	max-width: 96%;
	margin: auto;
	background-color: #9A9091;
}
div.on_main div.gallery div.gallery_list div.gallery_item {
	width: 23%;
	float: left;
	height: 225px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
div.on_main div.gallery div.gallery_list div.gallery_splitter {
	width: 2.666%;
	height: 225px;
	float: left;
}
div.on_main div.gallery div.gallery_list div.gallery_clearer {
	clear: both;
}



div.for_slide_wide {
	height: 300px;
	margin-top: 40px;
}
div.for_slide_wide a {
	background-color: #fed5d1;
	display: block;
	height: 290px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	width: 100%;
}
div.for_slide_wide.for_slide_wide_moscow a {
	background-image: url(/_ima/2/slide-bbm.png);
}
div.for_slide_wide.for_slide_wide_baku a {
	background-image: url(/_ima/2/slide-bbb.jpg);
}



div.page.inner {
	background-color: #FBD5D1;
	padding-bottom: 20px;
	padding-top: 20px;
}
div.page.inner p {
	color: #414042;
	font-size: 15px;
}



div.page.inner .img_right {
	float: right;
	margin-left: 20px;
}
div.page.inner div.content {
	margin: 0px 20px;
	background-color: #FFF;
}

div.contacts_slider {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
}
div.contacts_slider img {
	width: 100%;
	height: auto;
	display: block;
}



div.page.inner.about div.content,
div.page.inner.contacts div.content,
div.page.inner.order div.content {
	margin: 0px 20px;
	background-color: #000;
	padding: 0px;
	min-height: 350px;
}
div.page.inner.product div.content {
	min-height: 525px;
}
div.page.inner.product div.content.product_item_anastasiabeverlyhills,
div.page.inner.product div.content.product_item_senna,
div.page.inner.product div.content.product_item_hdcosmetics {
	background-color: #2a2b2e;
}
p.product_item_image_anastasiabeverlyhills img {
	width: 320px;
	height: auto;
	display: block;
}

div.page.inner.about div.content .text,
div.page.inner.contacts div.content .text,
div.page.inner.product div.content .text {
	padding-top: 10px;
}
div.page.inner.order div.content .text {
	padding: 10px;
}
div.page.inner.about div.content p,
div.page.inner.contacts div.content p,
div.page.inner.product div.content p,
div.page.inner.order div.content p {
	color: #adaaab;
	padding: 10px 10px 0px 20px;
	font-size: 14px;
	margin: 0px;
}
div.page.inner.about div.content p a, div.page.inner.contacts div.content p a {
	text-decoration: none;
}
div.page.inner.about div.content p a:hover, div.page.inner.contacts div.content p a:hover {
	text-decoration: underline;
}
div.contacts_monaco_hor img {
	width: 100%;
	height: auto;
	max-width: 940px;
	margin: 100px auto 30px auto;
	display: block;
}



div.page.inner.services h1 {
	border-top-width: 0px;
	color: #D93D4A;
	padding: 0px;
	margin: 0px;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 60px;
}

div.page.inner.services div.content {
	background-color: #FBD5D1;
	padding-left: 20px;
	margin-right: 0px;
}

div.page.inner.services h3.new_part {
	border-top: #4E4E4E solid 1px;
	color: #191919;
	font-size: 30px;
	text-transform: lowercase;
	font-weight: 400;
}
div.page.inner.services h3.new_part span.comment.br {
	display: block;
	color: #191919;
	font-size: 22px;
	font-weight: 300;
}

div.page.inner.services table.service_item {
	border-spacing: 0px;
	margin-bottom: 90px;
	width: 100%;
}
div.page.inner.services table.service_item td {
	padding: 0px;
	border: 0px none;
}
div.page.inner.services table.service_item td.service_item_left {
	width: 32%;
	background-position: left top;
	background-repeat:no-repeat;
}
div.page.inner.services table.service_item td.service_item_left_line {
	height: 25px;
	background-color: #D93D4A;
	margin-bottom: 100px;
}
div.page.inner.services table.service_item.service_item_eyebrows td.service_item_left {
	background-image: url(/_ima/2/services/left-eyebrows.jpg);
}
div.page.inner.services table.service_item.service_item_lashes td.service_item_left {
	background-image: url(/_ima/2/services/left-lashes.jpg);
}
div.page.inner.services table.service_item.service_item_eyebrows_lashes td.service_item_left {
	background-image: url(/_ima/2/services/left-eyebrows-lashes.jpg);
	background-position: top center;
}
div.page.inner.services table.service_item.service_item_makeup td.service_item_left {
	background-image: url(/_ima/2/services/left-makeup.jpg);
	background-position: top center;
}
div.page.inner.services table.service_item.service_item_spa td.service_item_left {
	background-image: url(/_ima/2/services/left-spa.jpg);
	background-position: top center;
}
div.page.inner.services table.service_item.service_item_epilation td.service_item_left {
	background-image: url(/_ima/2/services/left-epilation.jpg);
	background-position: center center;
}

div.page.inner.services table.service_item td.service_item_right {
	padding-left: 25px;
}

div.page.inner.services table.service_item td.service_item_right h3 {
	font-weight: 400;
	color: #000;
	padding: 0px;
	margin: 20px 0px;
	font-size: 36px;
	text-transform: uppercase;
	border-top: none;
	border-bottom: 5px solid #000;
	padding-right: 15px;
	float: left;
}

div.page.inner.services div.service_item div.service_item_right table.service_item {
	border-spacing: 0px;
}

div.page.inner.services table.service_item td.service_item_right table.service_item_prices {
	clear: left;
	margin-right: 10%;
	width: 90%;
}

div.page.inner.services table.service_item td.service_item_right table.service_item_prices td {
	color: #333;
	padding: 2px 0px;
	font-size: 15px;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices td.price {
	text-align: right;
	color: #D93D4A;
	font-weight: 700;
	font-size: 18px;
	width: 70px;
	vertical-align: bottom;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices tr.liner td {
	border-bottom: solid 1px #eab6bc;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices tr.liner:hover td {
	border-bottom: solid 1px #C16885;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices td.header {
	padding-top: 20px;
	font-size: 20px;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices .comment {
	color: #777;
	font-size: 16px;
	letter-spacing: 0px;
}
div.page.inner.services table.service_item td.service_item_right table.service_item_prices.short {
	width: 60%;
}
div.page.inner.services div.img_right {
	float: right;
	margin-top: -19px;
	border-top: #D93D4A solid 20px;
	padding-top: 15px;
	padding-right: 4px;
}



div.page.contacts h3 {
	margin: 8px 20px;
	color: #000;
	font-size: 20px;
}



div.page.inner div.product_item {
	background-color: #FFF;
}
div.page.inner div.product_item.anastasiabeverlyhills {
	background-color: #2a2b2e;
	color: #FFF;
}
div.page.inner div.product_item.anastasiabeverlyhills p {
	color: #999;
}



div.page.inner.gallery div.content {
	padding: 10px;
}
div.page.inner.gallery div.content div.gallery_alt {
	display: none;
}
div.page.inner.gallery div.content .gallery_item {
	margin: 13px;
	float: left;
	width: 204px;
	height: 214px;
	text-align: center;
	overflow: hidden;
	display: table;
}
div.page.inner.gallery div.content .gallery_item_clear {
	height: 60px;
	clear: left;
}
div.page.inner.gallery div.content .gallery_item img {
	display: block;
}
div.page.inner.gallery div.content .gallery_item span {
	width: 194px;
	height: 204px;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;
	background-color: #F7BBC6;
	color: #FFF;
	font-size: 17px;
	line-height: 38px;
}
div#order_services_place {
	width: 420px;
	font-size: 14px;
	background-color: #FFF;
	color: #333;
	padding: 8px;
	border: none 0px #000;
	border-left: 8px solid #000;
}
a#order_link, a#order_relink{
	text-decoration: none;
	border-bottom: dashed 1px red;
}
a#order_relink {
	font-size: 13px;
	line-height: 35px;
}
td.field_name {
	width: 130px;
}



div.page.inner.order div.content {
	height: auto;
	min-height: 263px;
}
table.order td {
	padding: 5px;
	vertical-align: top;
	border-width: 0px;
}



div.instagram_feed {
	display: none;
}
div.instagram_feed div.instagram_feed_content {
	background-color: #FBD5D1;
	padding: 20px 10px 10px 10px;
	margin: 60px auto;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_caption h3 {
	border-bottom: 1px solid #888;
    padding-bottom: 20px;
    text-align: center;
    width: 60%;
    margin: 30px auto;
    font-size: 17px;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_caption h3 a {
	color: #666666;
    text-decoration: none;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_caption h3 a:hover {
	color: #eb2227;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_item {
	opacity: 0;
	width: 30%;
	height: 300px;
	float: left;
	background-size: cover; 
	background-position: center center;
	margin: 1.6666%;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_item a {
	width: 100%;
	height: 100%;
	display: block;
}
div.instagram_feed div.instagram_feed_content div.instagram_feed_item_clearer {
	clear: both;
}



div.footer {
	background-color: #1a1a1a;
}
div.footer div.footer_slider {
	border-top: 40px solid #000;
	height: 250px;
	background-image:url(/_ima/2/pre-footer-1.jpg);
	width: 100%;
	margin: 0px;
	background-position: center;
}
body.page div.footer div.footer_slider, body.page_eng div.footer div.footer_slider, body.page_services div.footer div.footer_slider, body.page_eng_services div.footer div.footer_slider {
	display: none;
}
div.footer div.footer_slogan {
	height: 24px;
	background-image:url(/_ima/2/footer-slogan.png);
	width: 100%;
	margin: 30px 0px 0px 0px;
	background-position: center;
}
div.footer table.footer {
	width: 100%;
	border-spacing: 1px;
}
div.footer table.footer tr.logos td {
	text-align: center;
	vertical-align: top;
	padding: 50px 0px 0px 0px;
	width: 33.333333%;
}
div.footer table.footer.footer_alternative tr.logos td {
	width: 50%;
}
div.footer table.footer tr.footer_maps td {
	background-color: #FCE8E7;
	text-align: center;
	width: 33.333333%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 392px;
	padding: 0px;
	background-size: 100%;
}
div.footer table.footer tr.footer_maps td.footer_maps_moscow {
	background-image: url(/_ima/6/footer-map-moscow-ru.gif);
}
div.footer table.footer tr.footer_maps td.footer_maps_baku {
	background-image: url(/_ima/6/footer-map-baku-ru.gif);
}
div.footer table.footer tr.footer_maps td.footer_maps_london {
	background-image: url(/_ima/6/footer-map-london-en.gif);
}
div.footer table.footer tr.footer_maps td.footer_maps_monaco {
	background-image: url(/_ima/6/footer-map-monaco-en.gif);
}

body.page_en div.footer table.footer tr.footer_maps td.footer_maps_moscow {
	background-image: url(/_ima/6/footer-map-moscow-en.gif);
}
body.page_en div.footer table.footer tr.footer_maps td.footer_maps_baku {
	background-image: url(/_ima/6/footer-map-baku-en.gif);
}

body.page_az div.footer table.footer tr.footer_maps td.footer_maps_moscow {
	background-image: url(/_ima/6/footer-map-moscow-az.gif);
}
body.page_az div.footer table.footer tr.footer_maps td.footer_maps_baku {
	background-image: url(/_ima/6/footer-map-baku-az.gif);
}

div.footer table.footer tr.footer_maps td.footer_maps_monaco {
	height: auto;
	background-image: none;
}
div.footer table.footer tr.footer_maps td img {
	margin: 0px auto;
	width: 100%;
	height: auto;
	display: none;
}
div.footer table.footer tr.footer_maps td.footer_maps_monaco img {
	max-width: 980px;
	display: block;
}
div.footer table.footer tr.logos div.time, div.footer table.footer tr.logos div.footer_address {
	font-size: 18px;
}
div.footer table.footer.footer_alternative {
	display: none;
}

div.footer table.footer tr.logos td a.footer_phone {
	display: block;
	padding: 3px;
	color: #CDCDCD;
	text-decoration: none;
	font-size: 18px;
}
div.footer table.footer tr.logos td a.footer_phone:hover {
	text-decoration: underline;
}
div.footer table.footer tr.logos td a img {
	border: 0px;
	width: 80%;
	height: auto;
	max-width: 211px;
}

div.footer div.footer_footer {
	margin-top: 60px;
	padding: 5% 5%;
	background-color: #000;
}
div.footer div.footer_footer div.footer_logo {
	float: left;
	width: 70%;
}
div.footer div.footer_footer div.footer_logo img {
	width: 100%;
	height: auto;
	max-width: 230px;
}
div.footer div.footer_footer div.footer_socials {
	float: right;
	padding: 8px;
}
div.footer div.footer_footer div.footer_socials a {
	width: 26px;
	height: 26px;
	margin: 10px 5px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: right;
}
div.footer div.footer_footer div.footer_socials a.instagram {
	background-image: url(/_ima/page-items/symbol-instagram.png);
}
div.footer div.footer_footer div.footer_socials a.instagram:hover {
	background-image: url(/_ima/page-items/symbol-instagram-active.png);
}
div.footer div.footer_footer div.footer_socials a.facebook {
	background-image: url(/_ima/page-items/symbol-facebook.png);
}
div.footer div.footer_footer div.footer_socials a.facebook:hover {
	background-image: url(/_ima/page-items/symbol-facebook-active.png);
}
div.footer div.footer_footer div.footer_clearer {
	clear: both;
}
div.footer div.footer_footer div.footer_liner {
	margin-top: 15px;
	height: 1px;
	overflow: hidden;
	background-color: #CCC;
}
div.footer table.footer_links {
	width: 100%;
	border-spacing: 0px;
}
div.footer table.footer_links td {
	padding: 10px 0px;
	vertical-align: top;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #FFF;
}
div.footer table.footer_links td.td_footer_left {
	width: 50px;
}
div.footer table.footer_links td.td_footer_first {
	text-align: left;
}
div.footer table.footer_links td.td_footer_last {
	text-align: right;
	width: 100px;
}
div.footer table.footer_links td a {
	color: #BBB;
	text-decoration: none;
}
div.footer table.footer_links td a:hover {
	color: #FFF;
	text-decoration: none;
}

div.footer div.copyright {
	text-align: center;
	font-size: 10px;
	color: #999999;
	background-color: transparent;
	padding: 10px;
	clear: both;
}
div.footer div.cinemot {
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	background-color: transparent;
}
div.footer div.cinemot a {
	color: #999999;
	text-decoration: none;
}
div.footer div.cinemot a:hover {
	color: #2F75EB;
}




ul.sitemap {
  float: left;
  margin: 0px 125px 0px 25px;
  padding: 25px;
  list-style: none;
  list-style-image: none;
}
ul.sitemap li {
  margin: 10px 5px;
  list-style: none;
  list-style-image: none;
}



div.footer_link_buttons {
	opacity: 0.3;
	transition: 0.3s;
	float: none;
	text-align: center;
}
div.footer_link_buttons:hover {
	opacity: 0.9;
	transition: 0.3s;
}




body.page_kz div.body {
	padding-top: 0px;
}

div.logo_coming_soon {
	width: 90%;
	max-width: 400px;
	margin: 5% auto 20% auto;
}
div.logo_coming_soon img {
	width: 100%;
	height: auto;
	display: block;
}
div.logo_coming_soon.logo_coming_soon_astana {
}


