@import 'fonts.css';

* {  
	margin: 0;  
	padding: 0;  
} 

html, body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
}

body {
	*font: normal 14px MyriadProRegular;
	font: normal 14px Arial;
	/*background: url("../images/bg3.png") no-repeat center top;*/
	background: #e7e7e7;
	overflow: auto;
	top: 0 !important;
}

img {border: 0;}

.galery-page-content img {
	pointer-events: none;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}

ol,ul {
	list-style: none;
}

h1 {
	color: #ff7101;
	font-size: 25px;
	margin-bottom: 20px;
}

h2 {
	color: #181818;
	font-size: 20px;
}

.clear {
	clear: both;
}
 
.page-wrapper {  
	position: relative;  
	min-height: 100%;  
}  

* html .page-wrapper {  
	height: 100%;  
}  

.content-wrapper {
        background: url("../images/bg3.png") no-repeat center top;  
        /*background: url("../images/zimaback9.png") no-repeat center top;*/
            /*background-position-y: -300px;*/
    /*background-size: 100% 100%;*/
    /*background-repeat: round;*/
	padding-bottom: 372px;  
}  

/*.fon{background: url("../images/bg3.png") no-repeat center top;}*/

/* header */

.header {
	width: 1000px;
	height: 166px;
	margin: 0 auto;
	/*background: #e7e7e7;*/
}

.header .logo-header {
	display: block;
	margin: 12px 0 0 12px;
	float: left;
}

.header .logo-header-txt {
	width: 338px;
	height: 130px;
	float: left;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #fff;
	padding: 36px 0 0 30px;
}

.header .logo-header-txt .red {
	color: #ff1352;
	display: block;
}

.header .logo-header-txt .orange {
	color: #ff7101;
	display: block;
}

.header .logo-header-txt .green {
	color: #6ebd47;
	display: block;
}

.header .header-search-contacts {
	width: 246px;
	height: 166px;
	float: left;
}

.header .search-block {
	width: 222px;
	height: 30px;
	margin-top: 18px;
	background: #5ad3fe;
	border: 1px solid #03abab;
	-moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
	position: relative;
}

input.search {
	width: 144px;
	height: 22px;
	padding-left: 5px;
	background: #f9f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f8f8 32%, #efefef 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#f9f8f8), color-stop(99%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f8f8 32%,#efefef 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f8', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
	float: left;
	margin: 2px 0 0 3px;
	box-shadow: inset 2px 2px 2px -1px #e6e6e6;
	-webkit-box-shadow: inset 2px 2px 2px -1px #e6e6e6;
    -moz-box-shadow:  inset 2px 2px 2px -1px #e6e6e6;
}

input.search-btn {
	width: 60px;
	height: 24px;
	background: -moz-linear-gradient(top, #f3ac00 0%, #ffb300 35%, #ff9001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ac00), color-stop(35%,#ffb300), color-stop(100%,#ff9001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ac00', endColorstr='#ff9001',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
	margin: 2px 0 0 4px;
	font-size: 12px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

input.search-btn:hover {
	background: #ffd200; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd200 35%, #ffbf00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffd200), color-stop(99%,#ffbf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd200 35%,#ffbf00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffbf00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

.header .search-icon {
	width: 37px;
	height: 37px;
	background: url("../images/icon_search.png") no-repeat;
	position: absolute;
	top: -4px;
	left: 116px;
}

.header .header-search-contacts ul {
	text-align: right;
	margin: 20px 22px 0 0;
}

.header .header-search-contacts ul li {
    /*color: #ffffff;*/
	color: #3f3f3f;
	font-size: 15px;
	line-height: 23px;
}

.header .header-search-contacts ul li a {
	/*color: #ffffff;*/
	color: #3f3f3f;
	font-size: 15px;
	text-decoration: none;
}

.header .header-search-contacts ul li a:hover {
	text-decoration: underline;
}

.header .header-search-contacts ul li span {
	font-size: 18px;
}

.user_login {background: url("../images/registr_bg.png") no-repeat 146px 0;}
.header .header-registration {
	width: 228px;
	float: left;
	height: 166px;
	border: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3');
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
	color: #3f3f3f;
}

.header .header-registration ul, .header .header-registration .user_login {
	width: 228px;
	height: 150px;
	background: url("../images/registr_bg.png") no-repeat 146px 0;
	padding-top: 16px;
	position: relative;
}

.user_login > p {
    font-size: 16px;
}

.user_login span {
    font-size: 20px;
}
.user_login .kabinet {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.user_login .logout {
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.user_login .kabinet, .user_login .logout {color: #3f3f3f;}
.user_login .kabinet:hover, .user_login .logout:hover {text-decoration: none;}
.user_login {padding-top: 35px; padding-left: 10px;}
.header .header-registration .user_login {width: 218px}

.header .header-registration ul li {
	margin-left: 11px;
}

.header .header-registration ul li.authorization {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.header .header-registration ul li input.registr-field{
	border: 1px solid #fff;
	width: 203px;
	height: 22px;
	padding-left: 5px;
	background: #f9f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f8f8 32%, #efefef 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(32%,#f9f8f8), color-stop(99%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f8 32%,#efefef 99%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f8f8 32%,#efefef 99%); /* W3C */
	margin-top: 8px;
	box-shadow: inset 2px 2px 2px -1px #e6e6e6;
	-webkit-box-shadow: inset 2px 2px 2px -1px #e6e6e6;
    -moz-box-shadow:  inset 2px 2px 2px -1px #e6e6e6;
}

.header .enter-btn {
	border: 1px solid #fff;
	width: auto;
	height: 24px;
	font-size: 13px;
	padding: 0 5px;
	background: #f3ac00;
	background: -moz-linear-gradient(top, #f3ac00 0%, #ffb300 35%, #ff9001 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ac00), color-stop(35%,#ffb300), color-stop(100%,#ff9001));
	background: -webkit-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%);
	background: -o-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%);
	background: -ms-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%);
	background: linear-gradient(to bottom, #f3ac00 0%,#ffb300 35%,#ff9001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ac00', endColorstr='#ff9001',GradientType=0 );
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
	color: #fff;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
	margin-top: 15px;
}

.header .enter-btn:hover {
	background: #ffd200; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd200 35%, #ffbf00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffd200), color-stop(99%,#ffbf00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd200 35%,#ffbf00 99%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd200 35%,#ffbf00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd200', endColorstr='#ffbf00',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

.header .header-registration ul li a {
	float: right;
	color: #3f3f3f;
	display: inline-block;
	font-size: 13px;
	margin: 17px 11px 0 0;
}

.header .header-registration ul li a:hover {
	text-decoration: none;
}

.header .header-authorized-user {
	width: 228px;
	float: left;
	height: 166px;
	border: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3');
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
	color: #3f3f3f;
}

.header .header-authorized-user .user-info {
	background: url("../images/registr_bg.png") no-repeat 4px 0;
	color: #3f3f3f;
	font-size: 13px;
	padding: 12px 0 0 10px;
	min-height: 55px;
}

.header .header-authorized-user .user-info .user-name {
	margin-right: 68px;
	text-align: right;
}

.header .header-authorized-user .user-info span {
	text-transform: uppercase;
	display: block;
}

.header .header-authorized-user .user-info img {
	float: right;
	width: 48px;
	height: 43px;
	margin-right: 10px;
}

.header .header-authorized-user .enter-btn {
	float: left;
	margin: 0px;
	margin: 54px 0 0 12px;
}

.header .header-authorized-user .user-options {
	margin: 10px 10px 0 80px;
	text-align: right;
}

.header .header-authorized-user .user-options a {
	/*margin-bottom: 4px;*/
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
	display: block;
	padding-right: 22px;
}

.header .header-authorized-user .user-options a:hover {
	text-decoration: none;
}

.header .header-authorized-user .user-options a.private-office {
	background: url("../images/private_office_bg.png") no-repeat right center;
}

.header .header-authorized-user .user-options a.profile {
	background: url("../images/profile_bg.png") no-repeat right center;
}

.header .header-authorized-user .user-options a.settings {
	background: url("../images/settings_bg.png") no-repeat right center;
}

/*.horizontal_menu */

.horizontal_menu {
	width: 1000px;
	height: 62px;
}

.horizontal_menu li {
	float: left;
	width: 203px;
	height: 62px;
	text-align: center;
	background: #ffd800; /* Old browsers */
	background: -moz-linear-gradient(top, #ffd800 0%, #ffbf00 50%, #ffd800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd800), color-stop(50%,#ffbf00), color-stop(100%,#ffd800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffd800 0%,#ffbf00 50%,#ffd800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffd800 0%,#ffbf00 50%,#ffd800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffd800 0%,#ffbf00 50%,#ffd800 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffd800 0%,#ffbf00 50%,#ffd800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#ffd800',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
	box-shadow: -4px 0 6px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: -4px 0 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow:  -4px 0 6px -2px rgba(0,0,0,0.2);
	margin-left: -3px;
}

.horizontal_menu li:first-child {
	box-shadow: 0px 0 6px -2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0 6px -2px rgba(0,0,0,0.2);
    -moz-box-shadow:  0px 0 6px -2px rgba(0,0,0,0.2);
}

.horizontal_menu li:nth-child(2n) {
	background: #ffaf01; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaf01 0%, #ff7e01 50%, #ffaf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf01), color-stop(50%,#ff7e01), color-stop(100%,#ffaf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf01', endColorstr='#ffaf01',GradientType=0 ); /* IE6-9 */
}

.horizontal_menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	padding-top: 21px;
	height: 41px;
}

.horizontal_menu li:hover {
	box-shadow: 0px 0 12px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0 12px 1px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 0 12px 1px rgba(0,0,0,0.3);
}

.horizontal_menu li:hover a {
	padding-top: 20px;
	height: 42px;
}

.horizontal_menu li:hover a {
	font-size: 18px;
}

.horizontal_menu li.active {
	
}

.horizontal_menu li.active a{
	/*text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);*/
	color: #000;
	font-size: 18px;
	padding-top: 20px;
	height: 42px;
}

.horizontal_menu li.active:hover {
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
    -moz-box-shadow:  inherit;
	padding-top: 0px;
	height: 62px;
	cursor: default;
}

.horizontal_menu li.active:hover a {
	box-shadow: none;
	-webkit-box-shadow: none;
    -moz-box-shadow:  none;
		color: #000;
	font-size: 18px;
	cursor: default;
}

/* content-block */

.content-block {
	width: 1000px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	overflow: auto;
	*padding: 0 12px;
	
}
/* хром, сафари */
.content-block::-webkit-scrollbar { width: 0; }
/* ie 10+ */
.content-block { -ms-overflow-style: none; }

.left-column {
	width: 215px;
	float: left;
	margin: 10px 0 0 0px;
	padding-left: 9px;
}

.left-column .feedback {
	
    background-color: white;
}



.left-column .feedback li {
    
	height: 31px;
	margin-bottom: 12px;
	padding-left: 46px;
}

.left-column .feedback li.feedback-first-item {
	background: url("../images/feedback_1.png") no-repeat left top;
	height: 23px;
	padding-top: 3px;
}

.left-column .feedback li.feedback-second-item {
	background: url("../images/feedback_2.png") no-repeat left top;
}

.left-column .feedback li.feedback-third-item {
	background: url("../images/feedback_3.png") no-repeat left top;
}
.left-column .feedback li.feedback-four-item {
	background: url("/images/feedback_4.png") no-repeat left top;
}

.left-column .feedback li a {
	text-decoration: none;
	color: #3f3f3f;
}

.left-column .feedback li a:hover {
	text-decoration: underline;
}


/* left_menu */

.left-menu {
	width: 215px;
	border: 1px solid #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3');
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
	margin-bottom: 24px;
}

.left-menu-title {
	width: 166px;
	height: 30px;
	margin: 6px 0 3px 0;
	padding: 10px 0 0 28px;
	background: #f3ac00; /* Old browsers */
	background: -moz-linear-gradient(top, #f3ac00 0%, #ffb300 35%, #ff9001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ac00), color-stop(35%,#ffb300), color-stop(100%,#ff9001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* W3C */
	-moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
	color: #fff;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 14px;
	text-transform: uppercase;
}

.left-menu ul li {
	width: 215px;
}

.left-menu ul li a {
	margin: 0 14px;
	text-decoration: none;
	display: block;
	padding: 10px 5px 10px 20px;
	color: #3f3f3f;
	border-bottom: 1px solid #e1e1e1;
}

.left-menu ul li:last-child a {
	border-bottom: 1px solid transparent;
}
.left-menu ul li ul li:last-child a {
	border-bottom: 1px solid transparent;
}

.left-menu ul li:hover {
	background: #33cece;
}

.left-menu > ul > li:hover {
	*width: 217px;
	margin: -1px 0 0 -1px;
}

.left-menu > ul > li:hover a {
	padding-top: 11px;
}

.left-menu > ul > li.last:hover {
	margin-bottom: -1px;
}

.left-menu > ul > li.last:hover a {
	padding-bottom: 11px;
}

.left-menu ul li:hover a{
	color: #fff;
	border-bottom: 1px solid #33cece;
}

.left-menu > ul > li {
	position: relative;
}

.left-menu ul li.left-drop-down {
	background: url("../images/arrow_orange.png") no-repeat 14px center;
}

.left-menu ul li.left-drop-down:hover  {
	background: url("../images/arrow_white.png") no-repeat 14px center #33cece;
}

.left-menu ul li.left-drop-down ul {
	display: none;
	position: absolute;
	top: 0;
	left: 217px;
	margin-top: 0;
	width: 215px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f3f3f3');
    background: -moz-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
    background: linear-gradient(top, #f3f3f3 0%, #f9f9f9 25%, #fcfcfc 50%, #f9f9f9 75%, #f3f3f3 100%);
	z-index: 9000;
	box-shadow: 0 0 14px -2px #000;
	-webkit-box-shadow: 0 0 14px -2px #000;
    -moz-box-shadow:  0 0 14px -2px #000;
	
}

.left-menu ul li.left-drop-down:hover ul {
	display: block;
	border-right: 1px solid silver;
}

.left-menu ul li.left-drop-down ul li {
	width: 215px;
}

.left-menu ul li.left-drop-down ul li:hover {
	margin: 0;
	width: 215px;
}

.left-menu ul li.left-drop-down ul li a {
	margin: 0 14px;
	color: #3f3f3f;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #e1e1e1;
}

.left-menu ul li.left-drop-down ul li.last a {
	border-bottom: 1px solid transparent;
}

.left-menu ul li.left-drop-down:hover ul li a {
	color: #3f3f3f;
}

.left-menu ul li.left-drop-down ul li:hover {
	background: #33cece;
	margin-top: -1px;
}

.left-menu ul li.left-drop-down ul li:first-child:hover {
	background: #33cece;	
	margin-top: 0px;
}

.left-menu ul li.left-drop-down ul li:first-child:hover a {
	padding-top: 10px;
}

.left-menu ul li.left-drop-down ul li:hover > a {
	color: #fff;
	border-bottom: 1px solid #33cece;
	padding-bottom: 11px;
	padding-top: 11px;
}

a.assotiation-btn {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	width: 211px;
	height: 35px;
	border: 4px solid #fff;
	background: #f23900; /* Old browsers */
	background: -moz-linear-gradient(top, #f23900 0%, #dd0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f23900), color-stop(100%,#dd0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f23900 0%,#dd0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f23900 0%,#dd0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f23900 0%,#dd0019 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f23900 0%,#dd0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23900', endColorstr='#dd0019',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
	text-align: center;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
	padding-top: 15px;
}

a.assotiation-btn:hover {
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow:  1px 1px 10px 1px rgba(0, 0, 0, 0.8);
}

.left-column-banners{
	margin-top: 39px;
}

.left-column-banners a img{
	margin-bottom: 20px;
}


.content-column-main {
	margin-left: 245px;
	padding-top: 7px;
}


/* FEATURE CAROUSEL */
 
.carousel-container {
	position: relative;
	width: 755px;
	overflow: hidden;
	margin: 10px 0 26px 0;
}

#carousel {
	height: 320px;
	position: relative;
}

.carousel-image {
	border: 0;
	display: block;
	margin: 0 auto;
	z-index: 2000;
	position: absolute;
}

.carousel-feature {
	position: absolute;
	top: -1000px;
	left: -1000px;
	*cursor: pointer;
}

.carousel-feature .carousel-caption {
	position:absolute;
	top: 0px;
	z-index: 3000;
	margin-left: 28px;
	margin-right: 28px;
}

.carousel-feature .carousel-caption p {
	margin: 0;
	padding: 5px;
	font-size: 27px;
	color: white;
    *max-width: 290px;
	display: block;
	*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}

.carousel-feature .carousel-caption p span {
	font-weight: bold;
	font-size: 31px;
	color: white;
}

.carousel-feature .carousel-caption a.btn-carousel {
	display: inline-block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,.2), 0 -1px rgba(0,0,0,.8);
  outline: none;
  border: none;
  border-radius: 100px;
  background: red radial-gradient(150% 100% at 50% 5px, rgba(255,255,255,.2), rgba(0,0,0,0));
  box-shadow: inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, rgba(0,0,0,.8) 0 2px 5px -1px;
  color: white;
  user-select: none;
}

.carousel-feature .carousel-caption a:hover {
	font-size: 18px;
	box-shadow: 0px 0px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 0px 1px 5px rgba(0,0,0,0.3);
}

#carousel-left {
	position: absolute;
    cursor: pointer;
	top: 142px;
	left: 12px;
	z-index: 4000;
}
#carousel-right {
	position: absolute;
	cursor: pointer;
	top: 142px;
	right: 12px;
	z-index: 4000;
}

.left-column-content {
	width: 364px;
	float: left;
}

a.section-title {
	margin-bottom: 15px;
	display: inline-block;
  width: 350px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,.2), 0 -1px rgba(0,0,0,.8);
  outline: none;
  border: none;
  border-radius: 100px;
  background: #167ac6 radial-gradient(150% 100% at 50% 5px, rgba(255,255,255,.2), rgba(0,0,0,0));
  box-shadow: inset rgba(0,0,0,.6) 0 -2px 5px, inset rgba(252,255,255,.7) 0 2px 5px, rgba(0,0,0,.8) 0 2px 5px -1px;
  color: white;
  user-select: none;
}

a.section-title:hover {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

.section-preview ul {
	padding-bottom: 20px;
}

.section-preview ul li {
	width: 364px;
	height: 94px;
	background: #fff;
	margin-bottom: 14px;
	*overflow: hidden;
}

.section-preview ul li:hover {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

.section-preview ul li img {
	float: left;
	width: 126px;
	height: 94px;
}

.section-preview ul li a {
	padding-left: 140px;
	display: block;
	text-decoration: none;
	padding-top: 7px;
}

.section-preview ul li a p {
	display: block;
	margin-top: 7px;
}

.section-preview ul li a span {
	color: #181818;
}

.section-preview ul li a p {
	color: #555555;
}

.section-preview ul li:hover a p {
	text-decoration: underline;
}

.section-preview .video {
	width: 360px;
	height: 219px;
	/*background: url('../images/video.png');*/
	margin-bottom: 39px;
}

.right-column-content {
	margin-left: 390px;
}

.gallery-section {
	margin-bottom: 24px;
}

.gallery-section a img {
	opacity: .7;
	filter: alpha(opacity=70);
	margin: 0 7px 6px 0;
	width: 114px;
	height: 67px;
}

.question-answer {
	margin-bottom: 30px;
	width: 365px;
}

.question-answer span {
	color: #181818;
	font-size: 14px;
	display: block;
	margin-bottom: 3px;
}

.question-answer p {
	color: #555555;
	font-size: 13px;
}

.question {
	background: url('../images/question_bg_main.png') no-repeat center right #fff;
	padding: 7px 14px 0 14px;
}

.answer {
	background: #fff8aa;
	text-align: right;
	padding: 12px 14px 14px 14px;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 17px solid #fff8aa;
	margin-left: 280px;
}

.press-section ul li a {
	padding: 10px 15px 0 15px;
}


/*  content-column-dop  */
.content-column-dop {
	background: #fff;
	margin: 0 0px 0 230px;
	z-index: 4000; 
	padding: 15px 25px 20px 22px;
	min-height: 100px;
}

.breadcrumbs {
	color: #939393;
	margin-bottom: 7px;
}

.breadcrumbs li {
	display: inline;
}

.breadcrumbs li:after {
	content: " > ";
} 

.breadcrumbs li:last-child:after {
content: "";
} 

.breadcrumbs li a {
	color: #939393;
}

.breadcrumbs li a:hover {
	text-decoration: none;
}

/* news-previews */
.news-previews {
	padding-bottom: 23px;
}

.news-previews li {
	margin-bottom: 12px;
}

.news-previews-title {
	font-size: 20px;
	color: #181818;
	text-decoration: none;
}

.news-previews-title:hover {
	color: #ff7101;
}

.news-previews-date {
	color: #939393;
}

.news-previews-content {
	margin-top: 10px;
	min-height: 99px;
}

.news-previews-content img {
	width: 173px;
	height: 99px;
	float: left;
}

.news-previews-content p {
	font-size: 13px;
	color: #181818;
	margin: 0 0 8px 186px;
}

.news-previews-content a {
	color: #555555;
	margin: 12px;
}

.news-previews-content a:hover {
	text-decoration: none;
}

/* text-page */
.text-page-content p {
	*text-align: justify;
}

.text-page-content p, 
.text-page-content h2, 
.text-page-content h3, 
.text-page-content h4, 
.text-page-content h5, 
.text-page-content ul, 
.text-page-content ol {
	margin: 10px 0;
}

.text-page-content ul li, 
.text-page-content ol li {
	margin-left: 35px;
}

.text-page-content ul {
	list-style: disc;
}

.text-page-content p:first-child {
	margin-top: 0
}

.text-page-content img {
	margin: 5px 10px;
}
.text-page-content table img {
	margin: 0;
}

/* registration-content */
.registration-content {
	border: 2px solid #dcdcdc;
	margin: 0 auto;
	width: 254px;
	padding: 20px 40px 30px 40px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}	
.registration-content p {
	color: #181818;
	margin-bottom: 8px;
}
.registration-content p span {
	color: #e01200;
	font-size: 18px;
}

.registr-field-content {
	border: 2px solid #dcdcdc;
	margin-bottom: 15px;
	padding: 8px 16px 11px 16px;
	width: 216px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.registration-btn {
	padding: 8px 15px 10px 15px;
	background: #f3ac00; /* Old browsers */
	background: -moz-linear-gradient(top, #f3ac00 0%, #ffb300 35%, #ff9001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ac00), color-stop(35%,#ffb300), color-stop(100%,#ff9001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* W3C */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color: #fff;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 16px;
	border: 4px solid #fff;
	box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
    *float: right;
    clear: both;
}

.registration-btn:hover {
	cursor: pointer;
	background: #ffaf01; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaf01 0%, #ff7e01 50%, #ffaf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf01), color-stop(50%,#ff7e01), color-stop(100%,#ffaf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf01', endColorstr='#ffaf01',GradientType=0 ); /* IE6-9 */
}	

/* question-answer-content */
.question-answer-content {

}

.question-answer-title {
	color: #181818;
	font-size: 20px;
	margin-bottom: 8px; 
}

.question-answer-content p span {
	color: #e01200;
	font-size: 18px;
}

.question-answer-content p.symbols-number{
	color: #939393;
	float: right;
}

input.question-field-content {
	border: 2px solid #dcdcdc;
	margin: 4px 0 15px 0;
	padding: 8px 16px 11px 16px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.question-answer-content .question-field-content{width: 675px;}
.registration-content .question-field-content{width: 216px;}

.question-explanation {
	border: 2px solid #dcdcdc;
	margin: 7px 0 15px 0;
	padding: 8px 16px 11px 16px;
	width: 675px;
	height: 124px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	font: normal 14px MyriadProRegular;
	color: #939393;
}

.question-answer-content a.add-photo{
	color: #181818;
	float: right;
}

.question-btn {
	float: right;
	padding: 8px 15px 10px 15px;
	background: #f3ac00; /* Old browsers */
	background: -moz-linear-gradient(top, #f3ac00 0%, #ffb300 35%, #ff9001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3ac00), color-stop(35%,#ffb300), color-stop(100%,#ff9001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3ac00 0%,#ffb300 35%,#ff9001 100%); /* W3C */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color: #fff;
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 16px;
	border: 4px solid #fff;
	box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 7px 7px -3px rgba(0,0,0,0.5);
    -moz-box-shadow:  0px 7px 7px -3px rgba(0,0,0,0.5);
}

.question-btn:hover {
	cursor: pointer;
	background: #ffaf01; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaf01 0%, #ff7e01 50%, #ffaf01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf01), color-stop(50%,#ff7e01), color-stop(100%,#ffaf01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaf01 0%,#ff7e01 50%,#ffaf01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf01', endColorstr='#ffaf01',GradientType=0 ); /* IE6-9 */
}	

.capcha {
	min-height: 54px;
}

.users-questions-block {
	margin-top: 40px;
}

.user-question-wrapper {
	background: url("../images/question_bg.png") no-repeat top left;
	list-style: none;
}
.user-question h4{ margin-top: 12px;}
.user-question {
	border-bottom: 1px solid #d0d0d0;
	width: 650px;
	margin-left: 57px;
	padding-bottom: 14px;
}

.user-question span {
	color: #939393;
}

.unroll-btn {
	display: block;
	text-decoration: none;
	width: 68px;
	color: #fff;
	padding: 2px 0 2px 16px;
	background: #1bbcc4;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
	text-shadow:  1px 1px 1px rgba(0, 0, 0, 0.7);
}

.active-unroll-btn {
	background: #33cdcd;
	padding-left: 33px;
}

/* galery-page-content */
.album-title {
	font-size: 20px;
	color: #181818;
}

.album-date {
	color: #939393;
}

.album-description {
	font-size: 13px;
	color: #181818;
	text-align: justify;
	margin: 10px 0 14px 0;
}

.album-navigation {
	margin-top: 30px;
}

.next-album {
	float: right;
}

a.prev-album,
a.next-album {
	color: #181818;
}

a.prev-album:hover,
a.next-album:hover {
	text-decoration: none;
}
/* forum */
#forum {margin-top: 25px;}
#forum table{border-spacing: 0; border-collapse: collapse;width: 100%;}
#forum td, #forum th{padding: 5px;border: 2px solid #dcdcdc;}

.registration-content.theme-forum{width: 640px; overflow: hidden; margin-top: 25px; border: none;}
.registration-content.theme-forum .form_element{float: left;}
.registration-content.theme-forum .form_element input.registration-btn {margin-left: 45px;}
.registration-content.theme-forum .form_element input.registr-field-content {width: 400px;}
#forum .registration-content.theme-forum .form_element p, .registration-content.message-forum p.zagl{text-transform: uppercase;	font-weight: bold;}
#forum .registration-content.theme-forum .form_element p.first-msg {font-weight: normal;    text-transform: none;}
#forum textarea.first-msg.registr-field-content {width: 600px;resize: none;}

.registration-content.message-forum{width: 640px; overflow: hidden; margin-top: 25px;}
.registration-content.message-forum .registr-field-content {width: 605px}
.registration-content.message-forum textarea.registr-field-content {height: 70px; resize: none;}
.registration-content.message-forum 	input.registration-btn {float: right;}

.forum_message {
    border-bottom: 2px dotted #dcdcdc;
    margin-bottom: 5px;
    padding: 10px;
}
.forum_message:last-child {border-bottom: none;}
.forum_message:first-of-type {background: none repeat scroll 0 0 #fffccc;}
.forum_message .author { margin-bottom: 10px;}
.forum_message .author > span {color: #808080;}

p.reg_forum {
	color: red;
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
}
.back_to_theme {
	text-align: right;
	margin: 20px 0;
}
.forum_message strong.zagolovok {
	margin-left: 12px;
}
/* footer */
.footer-wrapper {  
	position: relative;  
	height: 352px;  
	margin-top: -352px;  
	background: url("../images/footer_bg.png") no-repeat top center;
	background-size: auto 350px;
}  

.footer {  
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	overflow: hidden;
}  

.name_footer {
    font-size: 19px;
    position: absolute;
    right: 0;
	top: 39px;
	width: 355px;
}
.name_footer span {
    display: block;
}

.footer-contacts {  
	padding-top: 28px;
	width: 215px;
	float: left;
}  

.footer-contacts ul {  
	padding-top: 10px;
} 

.footer-contacts ul li,
.footer-contacts ul li a {  
	font-size: 15px;
}  

.footer-contacts ul li a {  
	color: #fff;
	text-decoration: none;
}  

.footer-contacts ul li a:hover {  
	text-decoration: underline;
}  

.footer-contacts ul li span {  
	font-size: 18px;
} 

.footer-contacts .copyrights {  
	font-size: 14px;
	*text-transform: uppercase;
	margin-top: 97px;
	*position: absolute;
} 

.footer-menu {
	margin: 0 135px 0 170px;
	padding: 38px 0 0 70px;
}

.footer-menu ul {
	width: 170px;
	float: left;
	margin-right: 40px;
}

.footer-menu ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.footer-menu ul li a:hover {
	text-decoration: underline;
}

.footer-linkor {
	float: right;
	width: 135px;
	font-size: 11px;
	margin-top: 230px;
}

.fashion-mill-logo img {
	float: right;
	width: 66px;
	height: 143px;
	margin: 12px 32px 0 0;
}
.method-logo img {
	float: right;
	*width: 66px;
	height: 143px;
	margin: 12px 32px 0 0;
}
.text-page-content table {    border-spacing: 0;border-collapse: collapse;}
.text-page-content table td{    padding: 1px; word-wrap: normal; *border: 1px solid;min-width: 38px;}


.album-navigation li a{color: #181818;display: block;}
.album-navigation ul {margin-top: 10px; *padding-left: 10px;}
.album-navigation li {
    margin-bottom: 5px;
}
.album-navigation.spisok-albums ul { overflow: hidden}
.album-navigation.spisok-albums li p{text-align: center; margin-top: 10px;}
.album-navigation.spisok-albums li {
    background: none repeat scroll 0 0 #f7f7f7;
    float: left;
    height: 200px;
    margin: 0 12px 20px;
    width: 200px;
	padding: 5px;
}

div.errors li{list-style: none;}
div.errors {
color: red;
font-weight: bold;
font-size: 17px;
}

.numpage {
    height: 40px;
}
.pagination li.active {
    background: none repeat scroll 0 0 #fb9c01;
    cursor: default;
	color: #fff;
}
.pagination li {
	list-style: none;
    background: none repeat scroll 0 0 #d0d0d0;
    border-radius: 4px;
    float: left;
    margin-left: 4px;
    padding: 1px 10px 4px;
}
.pagination li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.pagination {
    float: right;
    margin-bottom: 31px;
}

.footer-linkor > a {
    display: block;
	color: #fff;
	text-decoration: none;
}

.album-description p {margin-bottom: 10px;}
.album-description ul {
    list-style: disc outside none;
    padding-left: 15px;
}

.ministerstvo {
    left: 180px;
    position: absolute;
    top: 180px;
}

.ministerstvo > a img {
    height: 56x;
    margin: 0 10px;
    width: auto;
}

.ministerstvo1 > a img {
    height: 150px;
    margin: 0 10px;
    width: auto;
}

.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
  margin-right:3px;
}

.language{
    margin-right:20px;
    position:relative;
    height:10px;
}

.wrpapper-language{
    position:absolute;
    margin-left:700px;
    margin-top:6px;
}



/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none;
}

.hide + label ~ div{
    display: none;
}

/* оформляем текст label */
.hide + label {
    border-bottom: 1px green;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}

/* вид текста label при активном переключателе */
.hide:checked + label {
    color: green;
    border-bottom: 0;
}

/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block;
    padding: 10px;
    background-color: white;
    margin-top: 10px;
}

/* demo контейнер */
.demo {
    /*margin: 5% 10%;*/
    padding: 10px;
}

.cucu{
    width: 140px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #f8a63d;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    vertical-align: text-top;
    transition-duration: 0.4s;
}

.cucu:hover {
  background-color: #c0b9af;
  color: white;
}

.cucu.active{
  background-color: #c0b9af;
}


.cucuu{
    width: 597px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #fbe7a4;
    /*text-transform: uppercase;*/
    color: #000000 !important;
    text-align: center;
    vertical-align: text-top;
    transition-duration: 0.4s;
}

.cucuu:hover {
  background-color: #c0b9af;
  color: white;
}

.cucuu.active{
  background-color: #c0b9af;
}


.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: yellow;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}



.cookie-block {
  width: 300px;
  height: 50px;
  border: 3px solid red;
  display: none;
}

.cookie-block_active {
  width: 300px;
  height: 50px;
  border: 3px solid red;
  display: none;
}

#text {
    
    position: fixed;
    justify-content: center;
    width: 100%;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #4480c9;
    height: 60px;
    text-align: center;
    border: 3px solid #a2b5c2;
    color: #fff;
    padding-right: 110px;
    z-index: 2;
    line-height: 20px;
}

#hider {
    border-radius: 10px;
    color: black;
    transition: .2s linear;
    background: #feffff;
    width: 100px;
    height: 20px;
    cursor: pointer;
}

#hider:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
}

#hider2 {
    border-radius: 10px;
    color: black;
    transition: .2s linear;
    background: #feffff;
    width: 100px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
}

#hider2:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
}

.ssilka{
    color:white;
}