/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 13.04.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	height: 100%;
	color: #411c0a;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #992b20;
	text-decoration: none;
}
a:visited {
}
a:hover, a:hover:visited {
	text-decoration: underline;
}
a:active {
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.main_page .h1 {
	margin: 0 -17px 13px;
}
.h1 {
	background: url(../images/pic9.png);
	font-family: 'Exo 2', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fffae0;
	margin: 0 -17px 24px;
	padding: 4px 18px 9px;
	line-height: 1.2;
}

.h1 .link {
	color: #fffae0;
}
.h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 0.83em;
}
.h3 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin: 0 0 1em;
}
.h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
.x1 {
	background: url(../images/pic9.png);
	font-family: 'Exo 2', sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fffae0;
	margin: 0 -17px 18px;
	padding: 4px 18px 9px;
	line-height: 1.2;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 10px;
	font-size: 1rem;
}
.f-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f-20 {
	font-size: 20px;
	font-size: 2rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: rgba(255,255,255,0.70);
	border: 1px solid #ded7b3;
	border-radius: 3px;
	padding: 11px 10px 10px 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	-moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field.placeholder {
	color: gray;
	font-style: italic;
}
.field.invalid {
	border: 1px solid red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 27px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 2px dashed #dab694;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	position: relative;
	min-width: 1000px;
	margin: auto;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
}
.bg {
	background: #fae584 url(../images/bg.png) repeat-y 50% 0;
	position: absolute;
	top: 224px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -3;
}
.bg_top {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE0MDAgMjI0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0ZDMyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2U5YWQxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIyMjQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #4d3200 0%, #e9ad15 60.06%, #fdfdbd 100%);
	background-image: -o-linear-gradient(bottom, #4d3200 0%, #e9ad15 60.06%, #fdfdbd 100%);
	background-image: -webkit-linear-gradient(bottom, #4d3200 0%, #e9ad15 60.06%, #fdfdbd 100%);
	background-image: linear-gradient(bottom, #4d3200 0%, #e9ad15 60.06%, #fdfdbd 100%);
	height: 224px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -3;
}
.cine_film {
	background: url(../images/pic8.png) repeat-x 50% 0;
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.bg_content {
	background: #fff;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	top: 224px;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.inner {
	width: 940px;
	margin: 0 auto 81px;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	padding: 182px 0 0 0;
	position: relative;
}
.cine_film_header {
	background: url(../images/pic7.png) no-repeat;
	width: 495px;
	height: 176px;
	position: absolute;
	top: 4px;
	right: -43px;
	z-index: -2;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 319px;
	height: 240px;
	position: absolute;
	top: 11px;
	left: -44px;
}
.logo .link {
	display: block;
	width: 219px;
	height: 140px;
}
.phone {
	background: url(../images/pic1.png) no-repeat;
	padding: 0 0 0 66px;
	position: absolute;
	top: 49px;
	left: 240px;
	font-size: 21px;
	color: #fff;
	line-height: 2.4;
}
.feedback {
	background: url(../images/pic2.png) no-repeat;
	padding: 0 0 0 71px;
	position: absolute;
	top: 114px;
	left: 240px;
	line-height: 1.5;
}
.feedback .link {
	font-size: 19px;
	color: #fede6e;
	text-decoration: none;
}
.feedback .link:hover {
	text-decoration: underline;
}
.feedback .ask_question {
	border-bottom: 1px dashed #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
.feedback .ask_question:hover {
	border-bottom: none;
}
.social_networks {
	position: absolute;
	top: 150px;
	right: 0;
}
.social_networks .list {
	margin: 0 0 0 -4px;
}
.social_networks .item {
	float: left;
	margin: 0 0 0 4px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.social_networks .item:hover {
	top: -1px;
}
.main_page .nav {
	margin: 0 0 19px;
}
.nav {
	height: 42px;
	margin: 0 0 23px;
	padding: 0 0 0 240px;
	position: relative;
	z-index: 10;
}
.nav:before {
	content: "";
	background: url(../images/menu.png) repeat-x;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #503f34;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.nav> .list {
	background: url(../images/border_menu.png) no-repeat 100% 50%;
	display: table;
	width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.nav> .list> .item {
	background: url(../images/border_menu.png) no-repeat 0 50%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	font-family: 'Exo 2', sans-serif;
}
.nav> .list> .item> .link {
	display: table;
	width: 100%;
	height: 42px;
	position: relative;
	color: #fede6e;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
	color: #b9362c;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
.nav .sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	display: none;
}
.nav .sub_menu {
	background: #411c0a;
	display: block;
	padding: 17px 36px 11px 29px;
	float: left;
	position: relative;
}
.nav .sub_menu .item {
	margin: 0 0 9px;
	font-family: 'Exo 2', sans-serif;
}
.nav .sub_menu .link {
	color: #fede6e;
	text-decoration: none;
}
.nav .sub_menu .link:hover {
	text-decoration: underline;
}
.nav> .list> .item:hover .sub {
	display: block;
}
.nav> .list> .item:last-child .sub_menu {
	float: right;
}
.nav> .list> .item:last-child .sub {
	left: auto;
	right: 0;
}
.carousel_1 {
	float: right;
	width: 700px;
	height: 409px;
	margin: 0 0 19px;
	position: relative;
}
.carousel_1 .main_list, .carousel_1 .main_list .item {
	width: 700px;
	height: 409px;
	overflow: hidden;

}

.carousel_1 .main_list p {
	width: 700px;
	height: 409px;
}

.carousel_1 .tabs {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
}
.carousel_1 .tabs li {
	float: left;
	margin: 0 0 0 10px;
}
.carousel_1 .tabs a {
	background: #fbd14f;
	border: 3px solid #f5bd2b;
	border-radius: 7px;
	display: block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	text-indent: -1000em;
}

.carousel_1 .tabs .active a {
	background: #fff;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.main_page .side {
	margin: -489px 0 24px 0;
}
.side {
	width: 220px;
	margin: -65px 0 24px 0;
	position: relative;
	float: left;
	z-index: 11;
}
.box_2 {
	background: #361505;
	margin: 0 0 9px;
	padding: 0 14px;
}
.box_2 .x1 {
	margin: 0 -14px 15px;
}
.services_list_1> .item {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: bold;
}
.services_list_1> .item> .link {
	color: #fede6e;
	text-decoration: none;
}
.services_list_1> .item> .link:hover {
	text-decoration: none;
}
.services_list_1 .list {
	margin: 10px 0 0 12px;
}
.services_list_1 .list .item {
	margin: 7px 0 0 0;
	font-size: 15px;
	font-weight: normal;
}
.services_list_1 .list .link {
	color: #f7e7ad;
	text-decoration: none;
}
.services_list_1 .list .link:hover {
	text-decoration: underline;
}
.staff_list_1 {
	padding: 0 0 2px;
}
.staff_list_1 p {
	margin: 0 0 4px;
}
.staff_list_1 .item {
	border-bottom: 1px dashed #dab694;
	margin: 0 0 16px;
	padding: 0 0 7px;
	font-size: 11px;
	color: #262626;
}
.staff_list_1 .link {
	font-size: 13px;
	color: #992b20;
	text-decoration: none;
}
.staff_list_1 .link:hover {
	text-decoration: underline;
}
.staff_list_1 .fig {
	float: left;
	margin: 1px 14px 0 0;
}
.staff_list_1 .img {
	vertical-align: top;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	padding: 0 0 24px 20px;
	position: relative;
	overflow: hidden;
}
.box_1 {
	background: #fffae0;
	margin: 0 0 25px;
	padding: 1px 17px 0;
}
.main_page .box_1 .h1 {
	margin: 0 -17px 13px;
}
.box_1 .h1 {
	margin: 0 -17px 24px;
}
.news_list_1 .item {
	margin: 0 0 10px;
}
.news_list_1 p {
	margin: 0 0 6px;
}
.news_list_1 .link {
	display: block;
	font-size: 15px;
	color: #921c12;
	text-decoration: none;
	line-height: 1.2;
}
.news_list_1 .link:hover {
	text-decoration: underline;
}
.news_list_1 .date {
	background: #411c0a;
	display: inline-block;
	height: 26px;
	margin: 0 0 9px;
	padding: 0 8px;
	font-size: 11px;
	
	color: #fff;
	line-height: 26px;
}
.w-437 {
	width: 437px;
}
.video_list_1 {
	margin: 0 0 0 -18px;
}
.video_list_1 .item {
	width: 192px;
	margin: 0 0 15px 18px;
	font-size: 15px;
}
.video_list_1 .link {
	color: #9c281f;
	text-decoration: none;
}
.video_list_1 .link:hover {
	text-decoration: underline;
}
.video_list_1 .fig {
	background: url(../images/pic47.png) no-repeat;
	display: block;
	margin: 0 0 10px;
	padding: 17px 11px;
	position: relative;
}
.video_list_1 .fig:before {
	content: "";
	background: url(../images/pic12.png) no-repeat;
	width: 31px;
	height: 31px;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.video_list_1 .img {
	border-radius: 5px;
	vertical-align: top;
}
.gallery_list_1 {
	margin: 0 0 0 -19px;
	padding: 4px 0 0 0;
}
.gallery_list_1 .item {
	border-left: 1px dashed #dab694;
	width: 137px;
	margin: 0 0 16px 19px;
	padding: 4px 0 10px 19px;
	font-size: 15px;
}
.gallery_list_1 .item:first-child {
	border: none;
	padding: 4px 0 10px 0;
}
.gallery_list_1 .link {
	color: #9c281f;
	text-decoration: none;
}
.gallery_list_1 .link:hover {
	text-decoration: underline;
}
.gallery_list_1 .fig {
	display: block;
	margin: 0 0 12px;
}
.gallery_list_1 .img {
	vertical-align: top;
}
.crumbs {
	margin: 0 0 22px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic24.png) no-repeat 4px 3px;
	display: inline;
	padding: 0 0 0 17px;
	line-height: 1.6;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .link {
	color: #992b20;
}
.news_list_2 {
	margin: 0 0 3px;
}
.news_list_2 .item {
	margin: 0 0 31px;
}
.news_list_2 p {
	margin: 0 0 10px;
}
.news_list_2 .link {
	font-size: 15px;
	color: #921c12;
	text-decoration: none;
}
.news_list_2 .link:hover {
	text-decoration: underline;
}
.news_list_2 .date {
	background: #411c0a;
	display: inline-block;
	vertical-align: bottom;
	height: 26px;
	margin: 0 11px 0 0;
	padding: 0 8px;
	font-size: 11px;
	
	color: #fff;
	line-height: 26px;
}
.news_list_2 .fig {
	float: left;
	margin: 0 11px 0 0;
}
.news_list_2 .img {
	vertical-align: top;
}
.pages {
	margin: 0 0 19px;
}
.pages .item {
	width: 24px;
	height: 24px;
	margin: 0 3px 0 0;
	font-size: 15px;
	color: #f7e7ad;
	text-align: center;
}
.pages .link {
	background: #a23127;
	display: block;
	width: 24px;
	height: 24px;
	color: #f7e7ad;
	text-decoration: none;
	line-height: 24px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pages .item:hover .link, .pages .active {
	background: #411c0a;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
.main_page .promo {
	padding: 0;
}
.promo {
	padding: 0 0 22px;
}
.date_1 {
	background: #411c0a;
	display: inline-block;
	height: 26px;
	margin: 0 0 7px;
	padding: 0 8px;
	font-size: 11px;
	
	color: #fff;
	line-height: 26px;
}
.fig_1 {
	margin: 0 0 23px;
}
.fig_1 .img {
	vertical-align: top;
}
.back {
	background: #a23127;
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	font-size: 15px;
	color: #f7e7ad;
	text-decoration: none;
	line-height: 24px;
}
.back:hover {
	text-decoration: underline;
}
.projects_list_1 {
	margin: 0 0 9px;
}
.projects_list_1 .item {
	margin: 0 0 22px;
}
.projects_list_1 p {
	margin: 0 0 8px;
}
.projects_list_1 .link {
	font-size: 15px;
	color: #921c12;
	text-decoration: none;
}
.projects_list_1 .link:hover {
	text-decoration: underline;
}
.projects_list_1 .fig {
	float: left;
	margin: 2px 16px 0 0;
}
.projects_list_1 .img {
	vertical-align: top;
}
.fig_2 {
	float: left;
	margin: 0 14px 10px 0;
}
.fig_2 .img {
	vertical-align: top;
}
.gallery_list_2 {
	margin: 0 0 4px -8px;
}
.gallery_list_2 .item {
	width: 125px;
	margin: 0 0 11px 8px;
}
.gallery_list_2 .img {
	vertical-align: top;
}
.video_fig {
	margin: 0 0 12px;
}
.video_fig .in {
	display: block;
	position: relative;
}
.video_fig .in:after {
	content: "";
	background: rgba(0,0,0,0.70);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.video_fig .in:before {
	content: "";
	background: url(../images/pic36.png) no-repeat;
	width: 59px;
	height: 59px;
	margin: -29px 0 0 -29px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.video_fig .img {
	vertical-align: top;
}
.services_list_2 .title {
	margin: 0 0 16px;
	text-align: center;
}
.services_list_2 .item {
	border-bottom: 2px dashed #dab694;
	margin: 0 0 18px;
	padding: 0 0 11px;
}
.services_list_2 .link {
	font-size: 15px;
	font-weight: bold;
	color: #921c12;
	text-decoration: none;
}
.services_list_2 .link:hover .text {
	text-decoration: underline;
}
.services_list_2 .text {
	display: inline-block;
	margin: 0 0 16px;
}
.services_list_2 .img {
	vertical-align: top;
}
.fig_3 {
	background: url(../images/pic40.png) no-repeat;
	float: left;
	margin: 0 17px 10px 0;
	padding: 18px 11px;
}
.fig_3 .in {
	display: block;
	position: relative;
}
.fig_3 .in:after {
	content: "";
	background: rgba(0,0,0,0.70);
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.fig_3 .in:before {
	content: "";
	background: url(../images/pic36.png) no-repeat;
	width: 59px;
	height: 59px;
	margin: -29px 0 0 -29px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.fig_3 .img {
	border-radius: 5px;
	vertical-align: top;
}
.btn_1 {
	border: 1px solid #ded7b3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMSA0MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTgwZDA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGQxNTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDEiIGhlaWdodD0iNDMiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: -o-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: -webkit-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	display: inline-block;
	height: 37px;
	padding: 0 15px;
	color: #fffae0;
	text-decoration: none;
	line-height: 37px;
}
.label {
	display: inline-block;
	padding: 12px 0 0 0;
}
.star {
	background: url(../images/pic45.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 5px;
	margin: 17px 0 0 0;
}
.button {
	border: 1px solid #ded7b3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMSA0MyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTgwZDA3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOGQxNTBiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDEiIGhlaWdodD0iNDMiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: -o-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: -webkit-linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	background-image: linear-gradient(bottom, #580d07 0%, #8d150b 100%);
	height: 39px;
	padding: 0 15px;
	color: #fffae0;
	line-height: 39px;
}
.captcha {
	display: inline-block;
	padding-left: 124px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig {
	width: 124px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.captcha .field {
	width: 100%;
}
.h-74 {
	height: 74px;
}
.ml-175 {
	margin-left: 175px;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1600px;
	perspective: 1600px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.show .modal__bg {
	opacity: 0.5;
}

.modal__content {
	background: #fffae0;
	padding: 14px;
	position: relative;
	opacity: 0;
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	transform: translateZ(-3000px) rotateY(90deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.show .modal__content {
	-webkit-animation: slit 0.7s ease-out 0s normal forwards 1;
	animation: slit 0.7s ease-out 0s normal forwards 1;
}

@-webkit-keyframes slit {
	50% {
		-webkit-animation-timing-function: ease-out;
		opacity: 0.5;
		-webkit-transform: translateZ(-250px) rotateY(89deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0px) rotateY(0deg);
	}
}
@keyframes slit {
	50% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateZ(-250px) rotateY(89deg);
	}
	100% {
		opacity: 1;
		transform: translateZ(0px) rotateY(0deg);
	}
}

.box_form .modal__content {
	padding: 0 20px 21px;
}
.box_feedback .modal__content {
	width: 237px;
	padding: 0 20px 38px;
}
.modal__close_btn {
	background: url(../images/pic44.png) no-repeat 50% 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	z-index: 2;
}
.modal__content .h1 {
	margin: -14px -20px 19px;
}
.box_feedback .modal__content .h1 {
	margin: 0 -20px 24px;
}
.lightbox__title {
	background: url(../images/pic9.png);
	margin: 0 -13px 11px;
	padding: 5px 37px 8px 15px;
	color: #fffef6;
}
.lightbox__prev, .lightbox__next {
	background: rgba(255,249,223,0.70) url(../images/pic43.png) no-repeat 12px 50%;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 23px;
	z-index: 2;
}
.lightbox__next {
	background: rgba(255,249,223,0.70) url(../images/pic42.png) no-repeat 15px 50%;
	left: auto;
	right: 23px;
}
.lightbox__image img {
	vertical-align: top;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	background: #411c0a;
	width: 1000px;
	height: 68px;
	margin-left: -500px;
	padding: 13px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.footer .fig_bg_footer {
	background: url(../images/pic22.png) no-repeat;
	width: 188px;
	height: 135px;
	position: absolute;
	top: -54px;
	right: -40px;
}
.company_footer {
	position: absolute;
	top: 11px;
	left: 29px;
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
	color: #987c6f;
}
.counter {
	position: absolute;
	top: 34px;
	left: 29px;
	overflow: hidden;
}
.counter .item {
	float: left;
	margin: 0 11px 0 0;
}
.developer {
	position: absolute;
	top: 51px;
	left: 275px;
	font-family: 'Exo 2', sans-serif;
	font-size: 11px;
}
.developer .link {
	color: #987c6f;
}
.nav_footer {
	border-bottom: 1px dashed #62331c;
	margin: 0 164px 0 275px;
	padding: 0 0 16px;
	position: relative;
	z-index: 10;
}
.nav_footer .item {
	background: url(../images/border_menu_footer.png) no-repeat 0 50%;
	padding: 0 25px;
	font-family: 'Exo 2', sans-serif;
	font-size: 10px;
}
.nav_footer .item:first-child {
	background: none;
	padding-left: 0;
}
.nav_footer .link {
	color: #fffae0;
	text-decoration: none;
}
.nav_footer .item:hover .link {
	text-decoration: underline;
}

/*---------------------- end footer -----------------------------------*/

/* print media */
@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html,  body,  article,  header,  section,  footer,  aside,  div {
	width: 100% !important;
}
a,  a:link,  a:visited,  a:hover,  a:active,  abbr,  acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1,  h2,  h3,  h4,  h5,  h6,  p,  li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
