﻿/*** --- Document params --- ***/
html,
body {
	height: 100%;
	background: #f9f9f9;
	color: #4f4b4b;
	font: normal 17px/1.3 'Times New Roman', Georgia, serif;
}

/*** --- Default objects --- ***/
p {
	margin-bottom: 1em;
}
.i-clear {
	clear: both;
}
.hidden {
	display: none;
}
input:focus{
	outline: none;
}


/*** --- Links --- ***/
a,
.b-link {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:hover,
.b-link:hover {
	color: #4e8020;
}
.b-link {
	text-decoration:none;
}
.b-link__text {
	text-decoration: underline;
}
/* Pseudo */
.b-link_pseudo .b-link__text {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
.b-link_pseudo:hover .b-link__text {
	border-bottom-color: #4e8020;
}


/*** --- Page --- ***/
.b-page {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	min-width: 1250px;
}


/*** --- Centered --- ***/
.i-center {
	width: 1218px;
	margin-left: auto;
	margin-right: auto;
}


/*** --- Panel --- ***/
.b-panel {
	margin-bottom: 25px;
	overflow: hidden;
	border: 1px solid #DDD;
	border-top: none;
}

/* section */
.b-panel__section_left {
	float: left;
	width: 50%;
	border-right: 1px solid #DDD;
}
.b-panel__section_right {
	float: right;
}

/* link */
.b-panel__link {
	float: left;
	padding: 21px 40px;
	color: #666;
	font: normal 12px/1 Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.b-panel__link_hello {
	padding-left: 60px;
	background: url(../images/hello/pin.png) no-repeat 40px -4px;
}
.b-panel__link_hello:active {
	background-position: 40px 0;
}
.b-panel__section_left .b-panel__link {
	border-right: 1px solid #DDD;
}
.b-panel__section_right .b-panel__link {
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #DDD;
}
.b-panel__link__text {
	text-decoration: none;
	border-bottom: none;
}
.b-panel__link:hover {
	color: #4e8020;
}
.b-panel__link:hover .b-panel__link__text {
	border-bottom: 1px solid #acbe00;
}
.b-panel__link_pseudo:hover .b-panel__link__text {
	border-bottom-style: dotted;
}
.b-panel__section_right .b-panel__link_login {
	padding-left: 33px;
	background: url(../images/b-panel__link_login.png) no-repeat 15px 17px;
}

/* social */
.b-panel__social {
	float: left;
	padding: 17px 37px;
	border-left: 1px solid #DDD;
}
.b-panel__social__title {
	float: left;
	color: #666;
	font: normal 11px/18px Arial, Helvetica, sans-serif;
}
.b-panel__social__link {
	float: left;
	background: url(../images/b-panel__social__link.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 15px;
}
.b-panel__social__link_vk {
	width: 18px;
	background-position: 3px 3px;
}
.b-panel__social__link_fb {
	width: 15px;
	background-position: -19px 3px;
}
.b-panel__social__link_tw {
	width: 16px;
	background-position: -38px 3px;
}
.b-panel__social__link_vk:hover {
	background-position: 3px -21px;
}
.b-panel__social__link_fb:hover {
	background-position: -19px -21px;
}
.b-panel__social__link_tw:hover {
	background-position: -38px -21px;
}


/*** --- Header --- ***/
.b-header {
	position: relative;
}

/* site */
.b-header__site {
	position: relative;
	overflow: hidden;
	padding: 0 60px 25px;
	margin-bottom: 21px;
	border-bottom: 1px solid #d2d2d2;
}
.b-header__site__slogan {
	color: #665c51;
	font-style: italic;
	font-size: 20px;
	line-height: 46px;
}
.b-header__site__search {
	float: right;
	width: 46px;
	height: 46px;
	background: #acbe00 url(../images/b-header.png) no-repeat -156px 14px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.b-header__site__search:hover {
	background-color: #90a600;
}

/* logo */
.b-header__logo {
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: -80px;
	width: 160px;
	height: 160px;
	z-index: 10;
	background: url(../images/b-header.png) no-repeat 0 0;
}

/* menu */
.b-header__site__menu {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 135px;
}
.b-header__site__menu__link {
	float: left;
	margin-right: 30px;
	color: #666;
	font: normal 12px/50px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.b-header__site__menu__link:hover {
	text-decoration: underline;
}

/* search */
.b-header__site__search-form{
	position: relative;
	float: right;
	z-index: 5;
}
.b-header__site__search-form__input{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #e0e0e0;
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	width: 0;
	font-size: 15px;
	line-height: 15px;
	color: #999;
	padding: 16px 60px 16px 30px;
	-webkit-transition: opacity 0.3s, width 0.3s;
	-moz-transition: opacity 0.3s, width 0.3s;
	-ms-transition: opacity 0.3s, width 0.3s;
	-o-transition: opacity 0.3s, width 0.3s;
	transition: opacity 0.3s, width 0.3s;
}
.b-header__site__search-form:hover .b-header__site__search-form__input,
.b-header__site__search-form_focus .b-header__site__search-form__input,
.b-header__site__search-form_filled .b-header__site__search-form__input {
	width: 200px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}
.b-header__site__search-form__submit{
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;
	width: 46px;
	height: 46px;
	background: #acbe00 url(../images/b-header.png) no-repeat -156px 14px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.b-header__site__search-form__submit:hover{
	background-color: #90a600;
	cursor: pointer;
}

/*** --- Menu Second --- ***/
.b-menu-second {
	margin-bottom: 35px;
	font-size: 0;
	text-align: center;
}
.b-menu-second__link {
	display: inline-block;
	position: relative;
	padding: 14px;
	margin: 0 2px;
	color: #443e2e;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.b-menu-second__link:hover {
	text-decoration: underline;
}
.b-menu-second__link_active,
.b-menu-second__link_active:hover {
	color: #FFF;
	background-color: #acbe00;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/*** --- Menu --- ***/
.b-menu {
	margin-bottom: 35px;
	font-size: 0;
	text-align: center;
}
.b-menu__link {
	display: inline-block;
	position: relative;
	padding: 14px;
	margin: 0 2px;
	color: #443e2e;
	font: bold 12px/1 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.b-menu__link:hover {
	text-decoration: underline;
}
.b-menu__link_active,
.b-menu__link_active:hover {
	color: #FFF;
	background-color: #acbe00;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.b-menu__link_go:after {
	position: absolute;
	right: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	background: url(../images/b-header.png) no-repeat -170px -34px;
	content: '';
}


/*** --- Content --- ***/
.b-content {
	margin-bottom: 50px; 
}


/*** --- Heading --- ***/
.b-heading {
	margin-bottom: 35px;
	text-align: center;
}
.b-heading__title {
	display: inline-block;
	padding: 20px 0 20px 7px;
	border: 2px solid #333;
	border-left: none;
	border-right: none;
	color: #2e2b25;
	font: normal 25px/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: 7px;
	text-transform: uppercase;
}


/*** --- Copyright --- ***/
.b-copyright {
	border-top: 1px solid #d2d2d2;
	color: #4b4b4b;
	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
}
.b-copyright__content {
	overflow: hidden;
	width: 960px;
	padding: 25px 0;
	margin: 0 auto;
}
.b-copyright__ruformat {
	float: right;
}
.b-copyright a {
	color: #877d63;
}
.b-copyright a:hover {
	color: #222;
}


/*** --- Footer --- ***/
.b-footer {
	background: #403a26 url(../images/b-footer.gif) repeat 50% 0;
	color: #FFF;
	font: normal 11px/1.3 Arial, Helvetica, sans-serif;
	text-align: center;
}
.b-footer a {
	color: #877d63;
}
.b-footer a:hover {
	color: #FFF;
}
.b-footer__decor {
	height: 12px;
	background: url(../images/b-footer__decor.gif) repeat-x 50% 0;
}
.b-footer__menu {
	padding: 25px 0;
	border-bottom: 1px solid #666151;
}
.b-footer__menu .b-link {
	margin: 0 20px;
	font-size: 10px;
	color: #d5d2c2;
	text-transform: uppercase;
}
.b-footer__menu .b-link_pseudo .b-link__text {
	border-bottom-color: #d9d8d4;
}
.b-footer__menu .b-link:hover {
	color: #FFF;
}
.b-footer__menu .b-link_pseudo:hover .b-link__text {
	border-bottom-color: #FFF;
}
.b-footer__site {
	padding: 20px 0 25px;
}
.b-footer__site__menu {
	font-size: 12px;
	margin-bottom: 10px;
}
.b-footer__site__menu__link {
	margin: 0 8px;
}



/*** --- Text --- ***/
.b-text h1,
.b-text h2,
.b-text h3,
.b-text h4,
.b-text h5,
.b-text h6,
.b-subtitle {
	padding-top: 0.2em;
	padding-bottom: 10px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}
.b-text h1:first-child,
.b-text h2:first-child,
.b-text h3:first-child,
.b-text h4:first-child,
.b-text h5:first-child,
.b-text h6:first-child {
	padding-top: 0;
}
.b-text h1:last-child,
.b-text h2:last-child,
.b-text h3:last-child,
.b-text h4:last-child,
.b-text h5:last-child,
.b-text h6:last-child {
	padding-bottom: 0;
}
.b-text h2,
.b-subtitle {
	font-size: 30px;
}
.b-subtitle {
	padding-top: 0;
}
.b-text h3 {
	font-size: 26px;
}
.b-text h4 {
	font-size: 22px;
}
.b-text h5 {
	font-size: 18px;
}
.b-text h6 {
	font-size: 14px;
	text-transform: none;
}

/* Lists */
.b-text ul,
.b-text ol {
	margin-bottom:0.7em;
}
.b-text ul > li,
.b-text ol > li {
	padding-bottom:0.5em;
	margin-left:2em;
}
.b-text ul > li {
	list-style:disc;
}
.b-text ol > li {
	list-style:decimal;
}

/* Headers */
.b-text table {
	margin-bottom:1.5em;
	border: 1px solid #CCC;
}
.b-text table td,
.b-text table th {
	padding: 8px 15px;
	border: 1px solid #CCC;
	text-align: left;
	vertical-align: middle;
}
.b-text table th {
	font-weight: bold;
	background-color:#eaeaea;
}

/* Last */
.b-text p:last-child,
.b-text ul:last-child,
.b-text ol:last-child,
.b-text table:last-child {
	margin-bottom: 0;
}



/*** --- Button --- ***/
.f-button {
	height: 50px;
	padding: 0 30px;
	border: none;
	background: #98a800;
	background: -moz-linear-gradient(top,  #acbe00 0%, #98a800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acbe00), color-stop(100%,#98a800));
	background: -webkit-linear-gradient(top,  #acbe00 0%,#98a800 100%);
	background: -o-linear-gradient(top,  #acbe00 0%,#98a800 100%);
	background: -ms-linear-gradient(top,  #acbe00 0%,#98a800 100%);
	background: linear-gradient(to bottom,  #acbe00 0%,#98a800 100%);
	color: #FFF;
	font: bold 14px/50px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 3px #CCC;
}
a.f-button {
	display: inline-block;
}
.f-button:hover {
	background: #869700;
	background: #9bb000;
	background: -moz-linear-gradient(top,  #9bb000 0%, #869700 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bb000), color-stop(100%,#869700));
	background: -webkit-linear-gradient(top,  #9bb000 0%,#869700 100%);
	background: -o-linear-gradient(top,  #9bb000 0%,#869700 100%);
	background: -ms-linear-gradient(top,  #9bb000 0%,#869700 100%);
	background: linear-gradient(to bottom,  #9bb000 0%,#869700 100%);
	color: #FFF;
}
.f-button_secondary {
	background: #b2b2b2;
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #b2b2b2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#b2b2b2));
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#b2b2b2 100%);
	background: -o-linear-gradient(top,  #c9c9c9 0%,#b2b2b2 100%);
	background: -ms-linear-gradient(top,  #c9c9c9 0%,#b2b2b2 100%);
	background: linear-gradient(to bottom,  #c9c9c9 0%,#b2b2b2 100%);
}
.f-button_secondary:hover {
	background: #9f9f9f;
	background: -moz-linear-gradient(top,  #bababa 0%, #9f9f9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#9f9f9f));
	background: -webkit-linear-gradient(top,  #bababa 0%,#9f9f9f 100%);
	background: -o-linear-gradient(top,  #bababa 0%,#9f9f9f 100%);
	background: -ms-linear-gradient(top,  #bababa 0%,#9f9f9f 100%);
	background: linear-gradient(to bottom,  #bababa 0%,#9f9f9f 100%);
}
.f-button_compact {
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	padding-right: 20px;
}



/*** --- Field --- ***/
.f-field {
	height: 16px;
	padding: 10px;
	margin: 0;
	border: 1px solid #dfdfdf;
	border-top-color: #c6c6c6;
	background: #FFF;
	color: #000;
	font: normal 14px Arial, Tahoma, Helvetica, sans-serif;
	vertical-align: middle;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px #d5d5d5;
	-moz-box-shadow: inset 0 1px 2px #d5d5d5;
	box-shadow: inset 0 1px 2px #d5d5d5;
}
.f-field_large {
	font-size: 22px;
	height: 25px;
}
textarea.f-field {
	height: auto;
}
.f-field:focus {
	border-color: #CCC;
	border-top-color: #B5B5B5;
}



/*** --- Select --- ***/
select.f-select {
	height: 38px;
	padding: 10px;
	font: normal 14px Arial, Tahoma, Helvetica, sans-serif;
	vertical-align: middle;
}



/*** --- Form --- ***/
.f-form__fieldset {
	margin-bottom: 1em;
}
.f-form__label {
	display: inline-block;
	margin-right: 5px;
	color: #000;
	font-style: italic;
	vertical-align: middle;
}
.f-form__label_wide {
	width: 200px;
	text-align: right;
}
.f-form .f-field {
	display: inline-block;
	margin-right: 10px;
}
.f-form__separator {
	color: #888;
	font-size: 12px;
	font-style: italic;
}
.f-form__message {
	padding: 15px;
	margin-bottom: 14px;
	background: #ACBE00;
	color: #FFF;
	font: normal 14px Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}
.f-form__message_error {
	color: #FFF;
	background: #D66;
}



/*** --- Section --- ***/
.b-section {
	border: 2px solid #e5e5e5;
	margin-bottom: 50px;
}
.b-section__content {
	padding: 35px;
	margin: 0 auto;
	width: 730px;
}
.b-section_infoblock {
	padding-top: 35px;
	padding-bottom: 35px;
}
.b-section_infoblock .b-section__content {
	padding-top: 0;
	padding-bottom: 0;
}
.b-section_infoblock .b-section__content_hidden {
	display: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
.b-section_infoblock .b-section__control {
	padding-top: 1em;
	text-align: center;
}



/*** --- Bullets --- ***/
.b-bullets {
	font-size: 0;
	text-align: center;
}
.b-bullets a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #776d64;
	/*border-radius */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.b-bullets a.active {
	background-color: #acbe00;
	cursor: default;
}



/*** --- Radio btn --- ***/
.f-radio-container{
	width: 27px;
	height: 28px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.f-radio-container span{
	width: 27px;
	height: 28px;
	background: url('../images/f-radio.png') no-repeat;
	display: inline-block;
	text-align: center;
}
.f-radio-container .checked{
	background-position: 0 -27px;
}
.f-radio-container input{
	background: none;
	border: none;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	text-align: center;
	margin: 0;
	width: 27px;
	height: 28px;
}



/*** --- Checkbox btn --- ***/
.f-checkbox-wrap{
	font-size: 0;
}

.f-checkbox-wrap a{
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: url('../images/f-checkbox.jpg') no-repeat;
	cursor: pointer;
}

.f-checkbox-wrap .checked{
	background-position: 0 -26px;
}

.f-checkbox-wrap label{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 10px;
	color: #474540;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 8px 0 8px 12px;
}



/*** --- Networks --- ***/
.networks {
	display: inline-block;
	vertical-align: middle;
	margin: -3px;
	white-space: nowrap;
	font-size: 0;
	height: 26px;
}
.networks__title {
	display: inline-block;
	padding: 5px 3px 3px;
	margin-right: 20px;
	color: #666;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.networks__item {
	display: inline-block;
	padding: 3px;
	vertical-align: top;
}
.networks__item.twitter-share-button {
	margin-left: 13px;
}