.noscript__content {
  width: 100%;
  height: 30px;
  text-align: center;
  color: #ffffff;
  background: #cd4f39;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.noscript__content .admin__content-status {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  color: #ffd50a;
  margin: 0 15px 0 0;
}
.noscript__content .noscript__content-text,
.noscript__content .admin__content-text {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 28px;
  margin: 0 15px 0 0;
}
.noscript__content .admin__content-edit {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 28px;
  color: #1337ff;
}
.noscript__content .admin__content-edit:hover {
  text-decoration: underline;
}
.noscript__placeholder {
  width: 100%;
  height: 30px;
}
.admin__content {
  width: 100%;
  height: 20px;
  padding: 6px 0 0 0;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg,#ce6f5c,#9d4f4a);
  position: fixed;
  z-index: 300;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.admin__content .admin__content-status {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  color: #ffd50a;
  margin: 0 15px 0 0;
}
.admin__content .noscript__content-text,
.admin__content .admin__content-text {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 14px;
  margin: 1px 15px 0 0;
}
.admin__content .admin__content-edit {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  color: #1337ff;
}
.admin__content .admin__content-edit:hover {
  text-decoration: underline;
}
.admin__content .admin__content-assetic {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  border-radius: 8px 0 0 0;
  padding: 8px 60px 6px 20px;
  color: #ffffff;
  background: linear-gradient(180deg,#047eb6,#46b0e2);
}
.admin__content .admin__content-assetic:hover {
  background: linear-gradient(180deg,#05a1e8,#72c3e9);
}
.admin__content .admin__content-assetic.disabled {
  background: linear-gradient(180deg,#9ca4a8,#c6d0d5);
  cursor: default;
}
.admin__content .admin__content-assetic.error {
  background: linear-gradient(180deg,#7f1509,#dc4a4a);
}
.admin__content .admin__content-assetic.success {
  background: linear-gradient(180deg,#10c970,#49ee9e);
}
.popup_login {
  width: 220px;
  padding: 0 5px;
}
.popup_login h3 {
  margin-bottom: 12px;
}
.popup_login h3 span {
  color: red;
}
.popup_login .message_error {
  margin-bottom: 6px;
  font-size: 14px;
}
.popup_login .error_text {
  color: #ff0000;
}
.popup_login .socialAuth {
  margin: 20px auto 0 auto;
  padding: 15px 0 0 0;
  border-top: 1px solid #cccccc;
}
.popup_login .socialAuth p {
  text-align: center;
}
.popup_login .socialAuth ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.popup_login .socialAuth ul li {
  margin: 0 0 0 19px;
  width: 47px;
  height: 44px;
  float: left;
}
.popup_login .socialAuth ul li a {
  display: block;
  text-align: center;
  height: 44px;
  border-radius: 3px;
}
.popup_login .socialAuth ul li a.vk {
  background: #5c87b2 url('../i/socialAuth/vk.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.vk:hover {
  background: #1a4bff url('../i/socialAuth/vk.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.facebook {
  background: #577abb url('../i/socialAuth/facebook.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.facebook:hover {
  background: #1a4bff url('../i/socialAuth/facebook.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.odnk {
  background: #ff7e00 url('../i/socialAuth/odnk.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.odnk:hover {
  background: #1a4bff url('../i/socialAuth/odnk.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.twitter {
  background: #00bbf1 url('../i/socialAuth/twitter.png') center center no-repeat;
}
.popup_login .socialAuth ul li a.twitter:hover {
  background: #1a4bff url('../i/socialAuth/twitter.png') center center no-repeat;
}
.popup_login .socialPreview {
  margin: 0 auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.popup_login .socialPreview .img {
  width: 60px;
  height: 60px;
  float: left;
}
.popup_login .socialPreview .img img {
  width: 60px;
  height: 60px;
}
.popup_login .socialPreview .name {
  float: left;
  margin: 0 0 0 15px;
  width: 145px;
  overflow: hidden;
  font-size: 18px;
}
.popup_login .socialPreview .text {
  margin: 15px 0 0 0;
  color: #666666;
}
.popup_login .socialReset {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 12px;
  height: 18px;
}
.popup_login .socialReset a {
  color: #000000;
  border-bottom: 1px dashed #000000;
}
.popup_login .socialReset a:hover {
  text-decoration: none;
  border: none;
}
.popup_login .socialSelect {
  padding: 20px 20px 20px 20px;
}
.popup_login .socialSelect ul {
  list-style: none;
}
.popup_login .socialSelect li {
  list-style: none;
  text-align: center;
  margin: 15px auto 0 auto;
  float: none;
}
.authPopup {
  display: none;
  font-family: "HMN55" !important;
  position: relative;
}
.authPopup h3 {
  font-weight: bold;
}
.authPopup li input[type="text"],
.authPopup li input[type="password"] {
  border: 1px solid #cfd0d1;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 4px 5px;
  width: 210px;
  line-height: 15px;
  font-size: 15px;
  height: 20px;
  font-family: HMN55;
}
.authPopup li.sbm {
  text-align: center;
}
.authPopup .authPopupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(../i/shadow.png) 0 0 repeat;
}
.authPopup .authPopupOverlay table {
  width: 100%;
  height: 100%;
}
.authPopup .authPopupOverlay table td {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.authPopup .authPopupOverlay .authPopupContent {
  position: relative;
  display: none;
  width: 230px;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
  text-align: left;
  z-index: 200;
  border: 1px solid #1c1c1c;
}
.authPopup .authPopupOverlay .authPopupContent .authPopupClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(../i/btn-close-grey.png) 0 0 no-repeat;
  z-index: 201;
  cursor: pointer;
}
.authPopup h3 {
  margin-bottom: 12px;
}
.authPopup .message_error {
  margin-bottom: 6px;
  font-size: 14px;
}
.authPopup .error_text {
  color: #ff0000;
  font-size: 14px;
}
.authPopup .socialSelect {
  width: 300px;
}
.authPopup .socialAuth {
  margin: 20px auto 0 auto;
  padding: 15px 0 0 0;
  border-top: 1px solid #cccccc;
}
.authPopup .socialAuth p {
  text-align: center;
}
.authPopup .socialAuth ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.authPopup .socialAuth ul li {
  margin: 0 0 0 19px;
  width: 47px;
  height: 44px;
  float: left;
}
.authPopup .socialAuth ul li a {
  display: block;
  text-align: center;
  height: 44px;
  border-radius: 3px;
}
.authPopup .socialAuth ul li a.vk {
  background: #5c87b2 url('../i/socialAuth/vk.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.vk:hover {
  background: #1a4bff url('../i/socialAuth/vk.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.facebook {
  background: #577abb url('../i/socialAuth/facebook.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.facebook:hover {
  background: #1a4bff url('../i/socialAuth/facebook.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.odnk {
  background: #ff7e00 url('../i/socialAuth/odnk.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.odnk:hover {
  background: #1a4bff url('../i/socialAuth/odnk.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.twitter {
  background: #00bbf1 url('../i/socialAuth/twitter.png') center center no-repeat;
}
.authPopup .socialAuth ul li a.twitter:hover {
  background: #1a4bff url('../i/socialAuth/twitter.png') center center no-repeat;
}
.authPopup .socialPreview {
  margin: 0 auto 20px auto;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.authPopup .socialPreview .img {
  width: 60px;
  height: 60px;
  float: left;
}
.authPopup .socialPreview .img img {
  width: 60px;
  height: 60px;
}
.authPopup .socialPreview .name {
  float: left;
  margin: 0 0 0 15px;
  width: 145px;
  overflow: hidden;
  font-size: 18px;
}
.authPopup .socialPreview .text {
  margin: 15px 0 0 0;
  color: #666666;
}
.authPopup .socialSelect ul {
  list-style: none;
}
.authPopup .socialSelect li {
  list-style: none;
  text-align: center;
  margin: 15px auto 0 auto;
  float: none;
}
.authPopup .socialSelect li.socialSubmit {
  display: block;
  float: left;
}
.authPopup .socialSelect li.socialReset {
  text-decoration: none;
  display: block;
  float: right;
  text-align: center;
  padding: 15px 5px 0 0;
  font-size: 12px;
  height: 18px;
}
.authPopup .socialSelect a {
  color: #000000;
  border-bottom: 1px dashed #000000;
}
.authPopup .socialSelect a:hover {
  text-decoration: none;
  border: none;
}
.lockScroll {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.blocked_block {
  background-color: white;
  opacity: 0.7;
  position: absolute;
  width: 250px;
  height: 304px;
  display: block;
  z-index: 100;
}
.js-change-city-name_span {
  border-bottom: 1px dashed #333333;
  position: relative;
  display: inline-block;
  cursor: default;
}
.js-change-city-name_span i {
  font-style: normal;
  cursor: pointer;
}
.js-city-id_select {
  background: transparent;
  color: transparent;
  border: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
}
.js-city-id_select option {
  color: black;
}
.js-form-price-loader-block {
  display: none;
  background: url('../img/horiz-loading.gif') center no-repeat;
  width: 60px;
  height: 12px;
}
iframe.bugorBanner {
  position: fixed;
  right: -150px;
  top: 200px;
  transition: right 0.5s;
  z-index: 100;
}
iframe.bugorBanner:hover {
  right: 0;
}
.promoInputBlock {
  display: none;
  margin-top: 10px;
}
.promoLink {
  font-size: 16px;
  border-bottom: 1px dashed #0033ff;
  color: #0033ff;
}
.promoLink:hover {
  color: #0033ff;
  border-bottom: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: visible !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../i/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../i/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../i/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../img/fancyboxOverlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../i/fancybox/fancybox_sprite%402x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../i/fancybox/fancybox_loading%402x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*! jQuery UI - v1.10.3 - 2013-08-08
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;margin:-1px}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-widget{font-family:Helvetica,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Helvetica,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#fff url(../i/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#444}.ui-widget-content a{color:#444}.ui-widget-header{border:1px solid #ddd;background:#ddd url(../i/ui/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;color:#444;font-weight:bold}.ui-widget-header a{color:#444}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ddd;background:#f6f6f6 url(../i/ui/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#0073ea}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#0073ea;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #0073ea;background:#0073ea url(../i/ui/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#fff;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ddd;background:#fff url(../i/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#ff0084}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#ff0084;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #ccc;background:#fff url(../i/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;color:#444}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#444}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #ff0084;background:#fff url(../i/ui/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#222}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#222}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(../i/ui/ui-icons_ff0084_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../i/ui/ui-icons_0073ea_256x240.png)}.ui-state-default .ui-icon{background-image:url(../i/ui/ui-icons_666666_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(../i/ui/ui-icons_ffffff_256x240.png)}.ui-state-active .ui-icon{background-image:url(../i/ui/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../i/ui/ui-icons_0073ea_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../i/ui/ui-icons_ff0084_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:2px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:2px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:2px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:2px}.ui-widget-overlay{background:#eee url(../i/ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;opacity:.8;filter:Alpha(Opacity=80)}.ui-widget-shadow{margin:-4px 0 0 -4px;padding:4px;background:#aaa url(../i/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.6;filter:Alpha(Opacity=60);border-radius:0}
* {
  margin: 0;
  padding: 0;
}
a img,
fieldset {
  border: 0;
}
fieldset {
  display: inline;
}
* > fieldset {
  display: block;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clear {
  display: inline-block;
}
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}
input,
textarea,
button {
  vertical-align: top;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff;
}
::-ms-clear {
  width: 0;
  height: 0;
}
::-ms-reveal {
  width: 0;
  height: 0;
}
select {
  background: #ffffff;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
} */

.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
.helvetica-regular {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.lyno-stan {
  font-family: "Lyno Stan CYR";
  font-weight: normal;
  font-style: normal;
}
.lyno-ulys {
  font-family: "Lyno Ulys CYR";
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-regular {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-light {
  font-family: "ProximaNova Light";
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-bold {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-black {
  font-family: "ProximaNova Black";
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-extrabold {
  font-family: "ProximaNova Extrabold";
  font-weight: normal;
  font-style: normal;
}
.als-rubl {
  font-family: "ALSRubl";
  font-weight: normal;
  font-style: normal;
}
.probapro-regular {
  font-family: "ProbaPro Regular";
  font-weight: normal;
  font-style: normal;
}
.probapro-light {
  font-family: "ProbaPro Light";
  font-weight: normal;
  font-style: normal;
}
.probapro-bold {
  font-family: "ProbaPro Bold";
  font-weight: normal;
  font-style: normal;
}
.probapro-medium {
  font-family: "ProbaPro Medium";
  font-weight: normal;
  font-style: normal;
}
.probapro-semibold {
  font-family: "ProbaPro SemiBold";
  font-weight: normal;
  font-style: normal;
}
.roboto-regular {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center,
.ta_c {
  text-align: center;
}
.strong {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.relative {
  position: relative;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
  vertical-align: top;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-fixed {
  position: fixed !important;
}
.visibility-hidden {
  visibility: hidden;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hidden {
  display: none !important;
}
.ajax-disabled {
  cursor: default !important;
}
.ajax-disabled:hover {
  opacity: 1 !important;
}
.ajax-disabled .text {
  opacity: 0;
}
.ajax-disabled .loading {
  opacity: 1 !important;
}
.hmn45 {
  font-family: 'HMN45';
}
.hmn55 {
  font-family: 'HMN55';
}
.hmn75 {
  font-family: 'HMN75';
}
.lyno_stan {
  font-family: 'Lyno Stan CYR';
}
.lyno_ulys {
  font-family: 'Lyno Ulys CYR';
}
.proxima-nova-regular {
  font-family: "ProximaNova Reg";
  font-weight: normal;
  font-style: normal;
}
textarea {
  resize: none;
}
input[type="password"] {
  font-family: sans-serif;
}
input[type="password"]::-ms-clear {
  display: none;
}
.fl,
.float_l {
  float: left;
}
.fr,
.float_r {
  float: right;
}
.list_null {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ta_l {
  text-align: left;
}
.ta_c,
.center {
  text-align: center;
}
.ta_r {
  text-align: right;
}
.loginBox {
  width: 500px;
  background: white;
  z-index: 300;
  position: relative;
}
.loginBox .fancyboxClose {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
.loginBox .fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
.loginBox_items {
  padding: 25px 55px 0;
  margin-bottom: 27px;
  font-size: 0;
  white-space: nowrap;
  font: 24px/1 'Open Sans', sans-serif;
  color: #bbbbbb;
}
.loginBox_items li {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.loginBox_items li:first-child {
  margin-left: 0;
}
.loginBox_items li.item {
  cursor: pointer;
  border-bottom: 1px dotted #bbbbbb;
}
.loginBox_items li.item a {
  color: #bbbbbb;
}
.loginBox_items li.active {
  font-family: 'Open Sans', sans-serif;
  color: #00c080;
  border: none;
}
.loginBox .loginBox__title {
  text-align: center;
  padding: 50px 55px 10px 55px;
  font: 24px/30px 'Open Sans', sans-serif;
  color: #000000;
}
.loginBox .loginBox__title .sub {
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 10px 0 0 0;
  color: #333333;
}
.loginBox .loginBox__bottom {
  text-align: center;
  color: #02cd89;
  display: block;
  margin: 0 0 20px 0;
  font-size: 16px;
  text-decoration: underline;
}
.loginBox .loginBox__bottom:hover {
  color: #0000ff;
  text-decoration: none;
}
.loginBox_content {
  font-size: 14px;
}
.loginBox_content .content_item {
  display: none;
}
.loginBox_content .show {
  display: block;
}
.loginBox_content ul {
  margin: 0;
  padding: 0 55px 30px;
  list-style: none;
}
.loginBox_content ul li {
  margin-bottom: 20px;
}
.loginBox_content ul li .loginBox__label {
  font-weight: bold;
  padding: 0 0 10px 0;
  display: block;
}
.loginBox_content ul li .notpass {
  display: inline-block;
  margin: 5px 0 0 0;
  text-decoration: none;
  color: #02cd89;
}
.loginBox_content ul li .notpass:hover {
  text-decoration: none;
  color: #0033ff;
}
.loginBox_content .form_input {
  border: none;
  background: none;
  width: 100%;
  height: 38px;
  border-radius: 3px;
  background: #ebebeb;
  text-indent: 13px;
  font-size: 16px;
}
.loginBox_content input.error {
  width: 384px;
  height: 34px;
  border: 2px solid red;
  background: white;
}
.loginBox_content .error-text {
  text-align: right;
  color: red;
}
.loginBox_content .form_btn {
  border: none;
  background: none;
  width: 100%;
  height: 49px;
  border-radius: 3px;
  background: #02cd89;
  color: #ffffff;
  cursor: pointer;
  font-family: 'ProximaNova Reg';
  font-size: 21px;
}
.loginBox_content .form_btn:hover {
  background: #1a4bff;
}
.loginBox ul.loginBox_social {
  padding: 17px 55px 45px;
  background: #ebebeb;
  font-size: 0;
  white-space: nowrap;
}
.loginBox ul.loginBox_social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 21px 0 0;
  width: 47px;
  height: 44px;
}
.loginBox ul.loginBox_social li.helper {
  width: 100%;
  height: 1px;
}
.loginBox ul.loginBox_social li.title {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  color: #bbbbbb;
  font-size: 24px;
  margin: 0 0 14px 0;
}
.loginBox ul.loginBox_social li a {
  display: block;
  height: 44px;
  border-radius: 3px;
}
.loginBox ul.loginBox_social li a.vk {
  background: #5c87b2 url('../img/vk.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.vk:hover {
  background: #1a4bff url('../img/vk.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.facebook {
  background: #577abb url('../img/facebook.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.facebook:hover {
  background: #1a4bff url('../img/facebook.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.mail {
  background: #3f67b3 url('../img/mail.png') center 13px no-repeat;
}
.loginBox ul.loginBox_social li a.mail:hover {
  background: #1a4bff url('../img/mail.png') center -38px no-repeat;
}
.loginBox ul.loginBox_social li a.odnk {
  background: #ff7e00 url('../img/odnk.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.odnk:hover {
  background: #1a4bff url('../img/odnk.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.google {
  background: #d34534 url('../img/google.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.google:hover {
  background: #1a4bff url('../img/google.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.yandex {
  background: #00b4ff url('../img/tweet-blue.png') center 50% no-repeat;
}
.loginBox ul.loginBox_social li a.yandex:hover {
  background: #1a4bff url('../img/tweet-blue.png') center 50% no-repeat;
}
.loginBox .none {
  display: none;
}
.loginBox .complet {
  padding-top: 37px;
}
.loginBox .complet .form_btn {
  height: 44px;
  margin-bottom: 15px;
}
.loginBox .complet ul li {
  margin-bottom: 0;
}
.loginBox .complet_title {
  text-align: center;
  padding-bottom: 87px;
  font: 24px/1 'Open Sans Bold', sans-serif;
  color: #00c080;
  background: url("../img/arr-down.png") center 35px no-repeat;
}
.loginBox .password {
  padding-top: 37px;
}
.loginBox .password .form_btn {
  height: 44px;
  margin-bottom: 0;
}
.loginBox .password ul li {
  margin-bottom: 20px;
}
.loginBox .password_title {
  margin-bottom: 20px;
  text-align: center;
  font: 24px/1 'Open Sans Bold', sans-serif;
  color: #00c080;
}
.loginBox.mobile {
  border-radius: 10px;
  padding: 0 0 30px 0;
}
.loginBox.mobile .fancyboxClose {
  width: 84px;
  height: 84px;
  top: -42px;
  right: 36px;
  background: url(../img/fancybox-close-mobile.png) 0 0 no-repeat !important;
}
.loginBox.mobile .fancyboxClose:hover {
  background: url(../img/fancybox-close-mobile.png) 0 0 no-repeat !important;
}
.loginBox.mobile .title {
  font-size: 34px;
  font-weight: bold;
  padding: 30px 0 30px 40px;
  color: #000000;
}
.loginBox.mobile .password {
  padding-top: 0;
}
.loginBox.mobile .loginBox_content ul {
  padding: 0 40px 20px 40px;
}
.loginBox.mobile .loginBox_content ul li .loginBox__label {
  color: #353535;
  font-size: 26px;
  padding: 0 0 10px 0;
  font-weight: normal;
  display: block;
}
.loginBox.mobile .loginBox_content ul .form_input {
  background: #ffffff;
  border: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  padding: 10px 0 10px 0;
}
.loginBox.mobile .loginBox_content ul .form_btn {
  border-bottom: 5px solid #009a69;
  box-shadow: 0 10px 20px #888888;
  height: 75px;
  font-size: 30px;
  line-height: 70px;
}
.loginBox.mobile .loginBox_content ul .form_btn:hover {
  border-bottom: 5px solid #164882;
}
.loginBox.mobile .loginBox_content ul .form-agreement {
  padding: 0;
}
.loginBox.mobile .loginBox_content ul .form-agreement .form-agreement__label,
.loginBox.mobile .loginBox_content ul .form-agreement .form-agreement__text {
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px 0;
  color: #434343;
}
.loginBox.mobile .loginBox_content ul .change-form {
  display: inline-block;
  padding: 10px 20px 20px 0;
  margin: 0;
}
.loginBox.mobile .loginBox_content ul .change-form a {
  display: inline-block;
  color: #606060;
  font-size: 18px;
  border-bottom: 1px dotted #606060;
}
.loginBox.mobile ul.loginBox_social {
  border-radius: 10px;
  background: #ffffff;
}
.loginBox.mobile ul.loginBox_social li {
  margin: 0;
  width: 70px;
  height: 64px;
}
.loginBox.mobile ul.loginBox_social li a {
  height: 64px;
  border-radius: 0;
}
.loginBox.mobile ul.loginBox_social li a.mail {
  background: #3f67b3 url(../img/mail.png) center 23px no-repeat;
}
.loginBox.mobile ul.loginBox_social li a.mail:hover {
  background: #1a4bff url(../img/mail.png) center 23px no-repeat;
}
.loginBox.mobile ul.loginBox_social .title {
  text-align: left;
  color: #353535;
  font-size: 26px;
  padding: 0 0 10px 0;
  display: block;
}
.loginBox.mobile ul.loginBox_social .loginBox_social-block {
  box-shadow: 0 10px 20px #888888;
}
.commentaries {
  padding-bottom: 30px;
  text-align: left;
  background: #ebebeb url(../img/biegeShadow.png) 0 0 repeat-x;
}
.commentaries .commentariesLogin {
  margin: 0 0 10px 0;
}
.commentaries .commentariesLogin .name {
  width: 250px;
}
.commentaries .commentariesLogin .surname {
  width: 250px;
  margin: 10px 0 0 0;
}
.commentaries .commentariesLogin .description {
  float: left;
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #9d9d9d;
}
.commentaries .commentariesLogin span {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #444444;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.commentaries .commentariesLogin input[type="text"] {
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  width: 220px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ffffff;
}
.commentaries .commentariesLogin input[type="text"]:hover {
  border: 1px solid #c8c8c8;
}
.commentaries .moreComments {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 33px;
  line-height: 33px;
  background: #00bd7d;
  color: #ffffff;
  padding: 0 15px 0 15px;
  margin: 15px 0 0 0;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-family: "Helvetica Neue", "helveticaneuelocal", Arial;
  text-transform: none;
}
.commentaries .moreComments:hover {
  background: #0551ff;
}
.commentaries .moreComments-loading {
  display: none;
  text-align: center;
  height: 15px;
  color: #a09f9f;
  border-radius: 4px;
  margin: 15px 0 0 0;
  padding: 8px 0 10px 0;
}
.commentaries .moreComments-loading .icon {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  background: url(../img/bm5/feed/loading-comments.png) 0 0 no-repeat;
}
.commentaries .moreAnswers {
  display: inline-block;
  background: url(../img/moreAnswers.png) right 0 no-repeat;
  color: #808080;
  font-size: 14px;
  height: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0 15px 3px 130px;
  margin: 0;
}
.commentaries .moreAnswers:hover {
  text-decoration: none;
}
.commentaries .moreAnswers.up {
  background: url(../img/moreAnswers.png) right -17px no-repeat;
}
.commentaries h4 {
  font-family: "Open Sans Bold";
  font-size: 30px;
  line-height: 38px;
  color: #444444;
  margin: 0;
  padding: 30px 0 0 0;
}
.commentaries a {
  color: #01ad6a;
  text-decoration: none;
}
.commentaries a:hover {
  color: #0033ff;
}
.commentaries a.showAll {
  font-size: 14px;
  margin: 0 0 20px 0;
  display: block;
}
.commentaries .container {
  width: 654px;
}
.commentaries_hr {
  display: block;
  margin-bottom: -12px;
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
.commentaries_title {
  display: inline-block;
  margin: -40px 0 30px;
  background: #ebebeb;
}
.commentaries_head {
  margin-bottom: 10px;
  font: bold 30px/1 'Open Sans', sans-serif;
  color: #444444;
}
.commentaries_all {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00a76e;
  letter-spacing: 2px;
}
.commentaries_all:hover {
  color: #00a76e;
  text-decoration: underline;
}
.commentaries_item {
  margin: 5px 0 20px 0;
  text-align: left;
  overflow: hidden;
}
.commentaries_item.level2 {
  padding: 0 0 0 65px;
}
.commentaries_item.deleted-comment {
  color: #cccccc !important;
}
.commentaries_item.deleted-comment .text {
  color: #cccccc !important;
}
.commentaries_pic {
  float: left;
  width: 50px;
  overflow: hidden;
}
.commentaries_pic img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.commentaries_detals {
  margin-left: 64px;
}
.commentaries_detals .name {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #1b1b1b;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.commentaries_detals .date {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color: #808080;
}
.commentaries_detals .text {
  margin: 5px 0 3px;
  font-size: 14px;
  line-height: 20px;
  color: #2a2a2a;
}
.commentaries_detals .answer {
  font-size: 14px;
  line-height: 18px;
  color: #00a76e;
  font-weight: normal;
}
.commentaries_detals .answer:hover {
  color: #0033ff;
}
.commentaries_detals .delete {
  font-size: 12px;
  line-height: 18px;
  color: #00a76e;
  float: right;
  clear: right;
  font-weight: normal;
}
.commentaries_detals .delete:hover {
  text-decoration: underline;
}
.commentaries_detals .message {
  display: block;
  margin-top: 0;
  background: white;
  width: 570px;
  height: 100px;
  padding: 7px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid #ffffff;
  font-style: italic;
  font-family: "Helvetica Neue", "helveticaneuelocal", Arial, sans-serif;
}
.commentaries_detals .message:hover {
  border: 1px solid #c8c8c8;
}
.commentaries_detals .send {
  -webkit-appearance: none;
  display: block;
  text-align: center;
  height: 33px;
  line-height: 33px;
  background: #00bd7d;
  color: #ffffff;
  padding: 0 15px 0 15px;
  margin: 15px 0 15px 0;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  font-family: "Helvetica Neue", "helveticaneuelocal", Arial;
}
.commentaries_detals .send:hover {
  background: #0551ff;
}
.commentaries .newsContainerBlock {
  margin-left: -117px;
}
.commentaries ::-webkit-input-placeholder {
  color: #999999;
  font-style: italic;
  font-size: 13px;
}
.commentaries :-moz-placeholder {
  color: #999999;
  font-style: italic;
  font-size: 13px;
}
.commentaries ::-moz-placeholder {
  color: #999999;
  font-style: italic;
  font-size: 13px;
}
.commentaries .commentaries__counter {
  float: right;
  margin-top: -28px;
}
.commentaries .commentaries__counter-clear {
  clear: both;
  height: 20px;
}
.share42 {
  text-align: center;
  display: block;
}
.share42 .share42-item {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  color: #4d4d4d;
}
.share42 .share42-item[data-count="vk"] {
  background: url(../img/bm5/feed/share-icons.png) 0 0 no-repeat;
  padding: 0 10px 0 28px;
}
.share42 .share42-item[data-count="vk"]:hover {
  background: url(../img/bm5/feed/share-icons.png) 0 -72px no-repeat;
}
.share42 .share42-item[data-count="fb"] {
  background: url(../img/bm5/feed/share-icons.png) 0 -24px no-repeat;
  padding: 0 10px 0 20px;
}
.share42 .share42-item[data-count="fb"]:hover {
  background: url(../img/bm5/feed/share-icons.png) 0 -96px no-repeat;
}
.share42 .share42-item[data-count="twi"] {
  background: url(../img/bm5/feed/share-icons.png) 0 -48px no-repeat;
  padding: 0 10px 0 28px;
}
.share42 .share42-item[data-count="twi"]:hover {
  background: url(../img/bm5/feed/share-icons.png) 0 -120px no-repeat;
}
.share42 .share42-item .share42-counter {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  color: #4d4d4d;
}
.check-in {
  margin: 62px 0;
}
.check-in_list {
  font-size: 0;
  white-space: nowrap;
}
.check-in_list li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0 15px 0;
}
.check-in_list li:first-child {
  border: none;
  width: 230px;
}
.check-in_list li.appCenter {
  width: 160px;
  text-align: center;
}
.check-in_list li.appLast {
  width: 250px;
  text-align: center;
}
.check-in_list li .tooltip {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 34px;
  padding: 10px 11px 11px;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: white;
  background: url(../img/bg-tooltip.png) 0 0 repeat;
  visibility: hidden;
}
.check-in_list li .tooltip .ang {
  float: left;
  margin: -18px 0 0 -10px;
  width: 8px;
  height: 8px;
  background: url(../img/ang2.png) 0 0 no-repeat;
}
.check-in_list li .tooltip2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 34px;
  padding: 10px 11px 11px;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: white;
  background: url(../img/bg-tooltip.png) 0 0 repeat;
}
.check-in_list li .tooltip2 .ang {
  float: left;
  margin: -18px 0 0 -10px;
  width: 8px;
  height: 8px;
  background: url(../img/ang2.png) 0 0 no-repeat;
}
.check-in_list li .tooltip2 .addedProfit {
  padding: 1px 0 2px 30px;
  background: url(../img/addedProfit.png) left 50% no-repeat;
}
.check-in_list li .title {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.3px;
}
.check-in_list li .clap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 0 0;
  padding: 3px 0 3px 35px;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: #838383;
  cursor: pointer;
  background: url(../img/iconSprite.png) 0 -200px no-repeat;
}
.check-in_list li .clap.disabled {
  background: url(../img/iconSprite.png) 0 -200px no-repeat;
}
.check-in_list li .clap:hover {
  background: url(../img/iconSprite.png) 0 -100px no-repeat;
}
.check-in_list li .clap:hover .tooltip {
  visibility: visible;
}
.check-in_list li .clap.active {
  background: url(../img/iconSprite.png) 0 -220px no-repeat;
}
.check-in_list li .clap .tooltip {
  position: absolute;
  top: -8px;
  left: 0;
  padding: 10px 11px 11px 11px;
  font: 14px/20px "Helvetica Neue", "helveticaneuelocal", Arial, sans-serif;
  color: #ffffff;
  background: url(../img/bg-tooltip.png) 0 0 repeat;
  display: none;
  z-index: 200;
}
.check-in_list li .clap .tooltip .ang {
  float: left;
  margin: -18px 0 0 -10px;
  width: 100px;
  height: 8px;
  background: url(../img/ang2.png) 0 0 no-repeat;
}
.check-in_list li .clap .tooltip .addedProfit {
  padding: 0 0 0 30px;
  background: url(../img/addedProfit.png) left 50% no-repeat;
}
.check-in_list li .profit {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 3px 0 2px 34px;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: #838383;
  cursor: pointer;
  background: url(../img/iconSprite.png) 0 -240px no-repeat;
}
.check-in_list li .profit:hover {
  background: url(../img/iconSprite.png) 0 -120px no-repeat;
}
.check-in_list li .profit.active {
  background: url(../img/iconSprite.png) 0 -260px no-repeat;
}
.check-in_list li .profit.disabled {
  background: url(../img/iconSprite.png) 0 -20px no-repeat;
  cursor: default;
}
.check-in_list li .star {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 19px;
  height: 18px;
  cursor: pointer;
  background: url("../img/check-in-star.png") left top no-repeat;
}
.check-in_list li .star:hover {
  background: url("../img/check-in-star.png") left -18px no-repeat;
}
.check-in_list li .star:hover .tooltip {
  visibility: visible;
}
.check-in_list li .star.active {
  background: url("../img/check-in-star.png") left -36px no-repeat;
}
.check-in_list li .download {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 19px;
  cursor: pointer;
  margin: 0px 0px 0px 37px;
  background: url("../img/check-in-download.png") left top no-repeat;
}
.check-in_list li .download:hover {
  background: url("../img/check-in-download.png") left -19px no-repeat;
}
.check-in_list li .download:hover .tooltip {
  visibility: visible;
}
.check-in_list li .download.active {
  background: url("../img/check-in-download.png") left -38px no-repeat;
}
.check-in_list li .vk {
  display: inline-block;
  margin-top: 1px;
  padding: 0 0 0 18px;
  vertical-align: top;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: #838383;
  cursor: pointer;
  background: url("../img/check-in-vk.png") left top no-repeat;
}
.check-in_list li .vk:hover {
  background: url("../img/check-in-vk.png") left -14px no-repeat;
}
.check-in_list li .facebook {
  display: inline-block;
  padding: 1px 0 3px 16px;
  margin: 0 30px;
  vertical-align: top;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: #838383;
  cursor: pointer;
  background: url("../img/check-in-facebook.png") left top no-repeat;
}
.check-in_list li .facebook:hover {
  background: url("../img/check-in-facebook.png") left -18px no-repeat;
}
.check-in_list li .tweet {
  display: inline-block;
  padding: 1px 0 2px 28px;
  vertical-align: top;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  color: #838383;
  cursor: pointer;
  background: url("../img/check-in-tweet.png") left top no-repeat;
}
.check-in_list li .tweet:hover {
  background: url("../img/check-in-tweet.png") left -18px no-repeat;
}
.check-in.wo {
  margin: 0;
  padding: 0;
  text-align: left;
}
.check-in.wo .clap {
  cursor: pointer;
  background: url(../img/iconSprite.png) 0 -200px no-repeat;
  height: 14px;
  display: inline-block;
  float: none;
  margin: 0;
}
.check-in.wo .clap .tooltip {
  position: absolute;
  top: -7px;
  left: 0;
  padding: 10px 11px 11px 11px;
  font: 14px/20px "Helvetica Neue", "helveticaneuelocal", Arial, sans-serif;
  color: #ffffff;
  background: url(../img/bg-tooltip.png) 0 0 repeat;
  display: none;
  z-index: 200;
}
.check-in.wo .clap .tooltip .ang {
  float: left;
  margin: -18px 0 0 -10px;
  width: 100px;
  height: 8px;
  background: url(../img/ang2.png) 0 0 no-repeat;
}
.check-in.wo .clap .tooltip .addedProfit {
  padding: 0 0 0 30px;
  background: url(../img/addedProfit.png) left 50% no-repeat;
}
.check-in.wo .clap.disabled {
  background: url(../img/iconSprite.png) 0 -200px no-repeat;
}
.check-in.wo .clap:hover {
  background: url(../img/iconSprite.png) 0 -100px no-repeat;
}
.check-in.wo .clap.active {
  background: url(../img/iconSprite.png) 0 -220px no-repeat;
}
.check-in.wo .profit {
  display: inline-block;
  cursor: pointer;
  height: 15px;
  float: none;
  background: url(../img/iconSprite.png) 0 -240px no-repeat;
}
.check-in.wo .profit:hover {
  background: url(../img/iconSprite.png) 0 -120px no-repeat;
}
.check-in.wo .profit.active {
  background: url(../img/iconSprite.png) 0 -260px no-repeat;
}
.check-in.wo .profit.disabled {
  background: url(../img/iconSprite.png) 0 -20px no-repeat;
  cursor: default;
}
.check-in.wo .view {
  height: 15px;
  display: inline-block;
  float: none;
  background: url(../img/iconSprite.png) 0 -300px no-repeat;
}
.check-in.wo .star {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 37px 0 0;
  width: 19px;
  height: 18px;
  cursor: pointer;
  background: url("../i/check-in/check-in-star.png") left top no-repeat;
}
.check-in.wo .star:hover {
  background: url("../i/check-in/check-in-star.png") left -18px no-repeat;
}
.check-in.wo .star:hover .tooltip {
  visibility: visible;
}
.check-in.wo .star.active {
  background: url("../i/check-in/check-in-star.png") left -36px no-repeat;
}
.check-in.wo .download {
  cursor: pointer;
  display: block;
  width: 100px;
  height: 18px;
  margin: 0 0 0 50px;
  padding: 2px 0 0 30px !important;
  text-align: left;
  background: url(../img/iconSprite.png) 0 -80px no-repeat;
}
.check-in.wo .download:hover {
  background: url(../img/iconSprite.png) 0 -180px no-repeat;
  color: #0551ff;
}
.check-in.wo .download a {
  color: #838383;
}
.check-in.wo .download a:hover {
  color: #0551ff;
}
.socialBlock {
  width: 652px;
  margin: 25px auto 25px auto;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
}
.socialBlock .check-in {
  margin: 15px 0 0 0;
}
header {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  min-width: 960px;
  height: 74px;
  box-shadow: 0 5px 8px #dddddd;
  margin: 0 0 30px 0;
  letter-spacing: normal;
}
header .container {
  position: relative;
  width: 960px;
  margin: auto;
}
header .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
header .header__logo {
  display: block;
  width: 62px;
  height: 62px;
  float: left;
  margin: 6px 0 0 0;
}
header .header__logo .img {
  display: block;
  width: 62px;
  height: 62px;
}
header .header__menu {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 20px 0 0 8px;
  padding: 7px 7px 7px 7px;
  text-align: center;
}
header .header__menu .item {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0 0 0;
  background: #215dff;
}
header .header__search {
  width: 474px;
  height: 30px;
  border-radius: 3px;
  float: left;
  margin: 22px 0 0 40px;
  border: 1px solid #dde0e3;
}
header .header__search .input-text {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 410px;
  height: 28px;
  font-size: 15px;
  line-height: 28px;
  background: #ffffff;
  border: none;
  margin: 1px 0 0 10px;
}
header .header__search .input-submit {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: none;
  margin: 3px 0 0 20px;
  background: url(https://molodost.bz/default/bm7/img/header/search-submit-sprite.svg) 6px 4px no-repeat;
  background-size: 30px auto;
  cursor: pointer;
}
header .header__search:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
header .header__search:hover .input-submit {
  background: url(https://molodost.bz/default/bm7/img/header/search-submit-sprite.svg) 6px -26px no-repeat;
  background-size: 30px auto;
}
header .header__phone {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  color: #85929c;
  margin: 26px 0 0 20px;
  padding: 0 0 0 30px;
  background: url(https://molodost.bz/default/bm7/img/header/phone-sprite.svg) 0 2px no-repeat;
  background-size: 26px auto;
}
header .header__phone:hover {
  color: #1d5aff;
  background: url(https://molodost.bz/default/bm7/img/header/phone-sprite.svg) 0 -24px no-repeat;
  background-size: 26px auto;
}
header .bm-avatar {
  float: right;
  margin: 23px 0 0 20px;
}
header .header__user-firstname {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 30px;
  float: right;
  margin: 23px 0 0 20px;
  max-width: 85px;
  color: #85929c;
}
header .header__user-firstname:hover {
  color: #1d5aff;
}
header .bm-button {
  float: right;
  margin: 21px 0 0 20px;
}
header .header__messages,
header .header__notification {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  position: relative;
  float: right;
  margin: 26px 8px 0 10px;
  background: url(https://molodost.bz/default/bm7/img/header/messages-sprite.svg) 0 0 no-repeat;
  background-size: 27px auto;
}
header .header__messages .counter,
header .header__notification .counter {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  border-radius: 10px;
  display: none;
  position: absolute;
  padding: 1px 4px 1px 4px;
  z-index: 2;
  top: -3px;
  left: 15px;
  color: #ffffff;
  background: #0012ff;
  border: 2px solid #ffffff;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
header .header__messages:hover,
header .header__messages.active,
header .header__notification:hover,
header .header__notification.active {
  background: url(https://molodost.bz/default/bm7/img/header/messages-sprite.svg) 0 center no-repeat;
  background-size: 27px auto;
}
header .header__messages.unread,
header .header__notification.unread {
  background: url(https://molodost.bz/default/bm7/img/header/messages-sprite.svg) 0 bottom no-repeat;
  background-size: 27px auto;
}
header .header__messages.unread .counter,
header .header__notification.unread .counter {
  display: inline-block;
  vertical-align: top;
}
header .header__notification {
  width: 30px;
  height: 30px;
  background: url(https://molodost.bz/default/bm7/img/header/notification-sprite.svg) 0 0 no-repeat;
  background-size: 30px auto;
}
header .header__notification:hover,
header .header__notification.active {
  background: url(https://molodost.bz/default/bm7/img/header/notification-sprite.svg) 0 center no-repeat;
  background-size: 30px auto;
}
header .header__notification.unread {
  background: url(https://molodost.bz/default/bm7/img/header/notification-sprite.svg) 0 bottom no-repeat;
  background-size: 30px auto;
}
header .header__messages-popup,
header .header__notification-popup {
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  top: 72px;
  right: 94px;
  background: #ffffff;
  width: 360px;
  border: 1px solid #cacaca;
  box-shadow: 0 13px 40px rgba(0,0,0,0.3);
}
header .header__messages-popup .title,
header .header__notification-popup .title {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  padding: 15px 20px 10px 20px;
}
header .header__messages-popup .list,
header .header__notification-popup .list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 237px;
}
header .header__messages-popup .list .item,
header .header__notification-popup .list .item {
  position: relative;
  height: 64px;
  padding: 12px 18px 0 18px;
  cursor: pointer;
}
header .header__messages-popup .list .item .bm-avatar,
header .header__notification-popup .list .item .bm-avatar {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 18px;
  float: none;
  margin: 0;
}
header .header__messages-popup .list .item .info,
header .header__notification-popup .list .item .info {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  padding: 6px 18px 0 65px;
}
header .header__messages-popup .list .item .info .name,
header .header__notification-popup .list .item .info .name {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  color: #000000;
}
header .header__messages-popup .list .item .info .name:hover,
header .header__notification-popup .list .item .info .name:hover {
  color: #1d5aff;
}
header .header__messages-popup .list .item .info .text,
header .header__notification-popup .list .item .info .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  color: #323232;
}
header .header__messages-popup .list .item .date,
header .header__notification-popup .list .item .date {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 18px;
  color: #aeaeae;
}
header .header__messages-popup .list .item:after,
header .header__notification-popup .list .item:after {
  display: block;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 0;
  background: #e3e3e3;
}
header .header__messages-popup .list .item:hover,
header .header__notification-popup .list .item:hover {
  background: #f8f9fc;
}
header .header__messages-popup .list .item:last-child:after,
header .header__notification-popup .list .item:last-child:after {
  display: none;
}
header .header__messages-popup .more,
header .header__notification-popup .more {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  margin: 9px 20px 15px 20px;
}
header .header__messages-popup.empty,
header .header__notification-popup.empty {
  text-align: center;
  background: #ffffff url(../bm7/img/header/messages-empty.png) center 40px no-repeat;
}
header .header__messages-popup.empty .more,
header .header__notification-popup.empty .more {
  margin: 180px 20px 20px 20px;
}
header .header__messages-popup:before,
header .header__notification-popup:before {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: -8px;
  right: 16px;
  background: #ffffff;
  border-top: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header__notification-popup {
  right: 47px;
}
header .header__notification-popup .list .item .notification-icon {
  right: 18px;
}
header .header__notification-popup .list .item .info {
  font-size: 13px;
  line-height: 18px;
  padding: 0 36px 0 65px;
  margin: -1px 0 0 0;
}
header .header__notification-popup .list .item .info .name {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline;
  white-space: normal;
  max-width: none;
}
header .header__notification-popup .list .item .date {
  position: static;
  padding: 0 0 0 65px;
}
header .header__notification-popup.empty {
  background: #ffffff url(../bm7/img/header/notification-empty.png) center 40px no-repeat;
}
header .header__user {
  position: relative;
  float: right;
  margin: 23px 0 0 5px;
}
header .header__user .header__user-avatar {
  display: inline-block;
  vertical-align: top;
}
header .header__user .header__user-options-show,
header .header__user .header__user-options-hide {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 2px;
  text-align: center;
}
header .header__user .header__user-options-show .icon,
header .header__user .header__user-options-hide .icon {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 5px 0 0 0;
  background: url(https://molodost.bz/default/bm8/img/icons/dropdown.svg) 0 0 no-repeat;
  background-size: auto 24px;
}
header .header__user .header__user-options-show:hover .icon,
header .header__user .header__user-options-hide:hover .icon {
  background: url(https://molodost.bz/default/bm8/img/icons/dropdown.svg) 0 -12px no-repeat;
  background-size: auto 24px;
}
header .header__user .header__user-options-hide {
  float: right;
  margin: 5px 0 20px 2px;
}
header .header__user .header__user-options-hide .icon {
  transform: rotate(180deg);
  background: url(https://molodost.bz/default/bm8/img/icons/dropdown.svg) 0 0 no-repeat;
  background-size: auto 24px;
}
header .header__user .header__user-options-hide:hover .icon {
  background: url(https://molodost.bz/default/bm8/img/icons/dropdown.svg) 0 -12px no-repeat;
  background-size: auto 24px;
}
header .header__user .header__user-options {
  position: absolute;
  z-index: 5;
  top: -25px;
  right: 0;
  width: 190px;
  padding: 25px 20px 6px 20px;
  box-shadow: 0 10px 15px rgba(0,0,0,0.4);
  border: 1px solid #dbdbdb;
  background: #ffffff;
}
header .header__user .header__user-options .bm-avatar {
  float: none;
  margin: 0;
}
header .header__user .header__user-options .header__user-name {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  margin: 0 8px 0 8px;
  color: #232323;
}
header .header__user .header__user-options .header__user-name:hover {
  color: #1d5aff;
}
header .header__user .header__user-options .item {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
  color: #7d7d7d;
}
header .header__user .header__user-options .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 4px 8px 0 0;
}
header .header__user .header__user-options .item.options .icon {
  background: url(https://molodost.bz/default/bm8/img/header/options.svg) 0 0 no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item.pay .icon {
  background: url(https://molodost.bz/default/bm8/img/header/pay.svg) 0 0 no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item.favorites .icon {
  background: url(https://molodost.bz/default/bm8/img/header/favorites.svg) 0 0 no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item.logout .icon {
  background: url(https://molodost.bz/default/bm8/img/header/logout.svg) 0 0 no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item:hover {
  color: #1d5aff;
}
header .header__user .header__user-options .item:hover.options .icon {
  background: url(https://molodost.bz/default/bm8/img/header/options.svg) 0 -14px no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item:hover.pay .icon {
  background: url(https://molodost.bz/default/bm8/img/header/pay.svg) 0 -14px no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item:hover.favorites .icon {
  background: url(https://molodost.bz/default/bm8/img/header/favorites.svg) 0 -14px no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item:hover.logout .icon {
  background: url(https://molodost.bz/default/bm8/img/header/logout.svg) 0 -14px no-repeat;
  background-size: 14px auto;
}
header .header__user .header__user-options .item:after {
  display: inline-block;
  display: block;
  margin: 0 0 8px 0;
  content: "";
}
header .header__user .header__user-options .line {
  height: 1px;
  background: #efeff0;
  margin: 15px -20px 15px -20px;
}
.main-menu {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  position: fixed !important;
  width: 300px;
  height: 100%;
  -ms-transition: left 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: left 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: left 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: left 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: left 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-font-smoothing: antialiased;
  z-index: 100;
  top: 0;
  left: -300px;
  background: #ffffff;
  letter-spacing: normal;
}
.main-menu .main-menu__top {
  width: 260px;
  height: 48px;
  position: relative;
  overflow: auto;
  padding: 13px 20px 13px 20px;
  background: #272727;
}
.main-menu .main-menu__top .guest {
  display: block;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  width: 200px;
  margin: 5px auto 0 auto;
  color: #ffffff;
  text-align: center;
}
.main-menu .main-menu__top .bm-avatar {
  float: left;
}
.main-menu .main-menu__top .main-menu__top-content {
  float: left;
  width: 170px;
  margin: 6px 0 0 12px;
}
.main-menu .main-menu__top .main-menu__top-content .name {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  max-width: 160px;
  margin: 0 0 1px 0;
  color: #ffffff;
}
.main-menu .main-menu__top .main-menu__top-content .edit {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #959595;
}
.main-menu .main-menu__top .main-menu__top-content .edit:hover {
  color: #ffffff;
}
.main-menu .main-menu__top .logout {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 12px -5px 0 0;
  float: right;
  background: url(../bm7/img/icons/logout.png) 0 -30px no-repeat;
}
.main-menu .main-menu__top .logout:hover {
  opacity: 0.8;
}
.main-menu .main-menu__list {
  padding: 25px 0 15px 30px;
  border-bottom: 1px solid #efeff0;
}
.main-menu .main-menu__list .item {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  overflow: hidden;
  color: #232323;
}
.main-menu .main-menu__list .item:after {
  display: inline-block;
  display: block;
  margin: 0 0 8px 0;
  content: "";
}
.main-menu .main-menu__list .item:hover {
  color: #1d5aff;
}
.main-menu .main-menu__list.gray .item {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7d7d7d;
}
.main-menu .main-menu__list.gray .item:hover {
  color: #1d5aff;
}
.main-menu .main-menu__list.last {
  border-bottom: none;
}
.main-menu.show {
  left: 0;
}
.bm-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  background: rgba(0,40,100,0.8);
}
footer {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  width: 960px;
  color: #7d7d7d;
  height: 150px;
  padding: 30px 0 0 0;
  position: relative;
  margin: auto;
  background: #f4f4f4;
}
footer .footer__text {
  padding: 0 0 0 30px;
  float: left;
  width: 480px;
}
footer .footer__social {
  float: left;
  width: 290px;
}
footer .footer__social .list {
  padding: 13px 0 0 0;
}
footer .footer__social .list .item {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  color: #7d7d7d;
}
footer .footer__social .list .item.fb {
  width: 15px;
  height: 15px;
  background: url(https://molodost.bz/default/bm8/img/footer/fb.svg) center 0 no-repeat;
  background-size: auto 30px;
}
footer .footer__social .list .item.fb:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/fb.svg) center -15px no-repeat;
  background-size: auto 30px;
}
footer .footer__social .list .item.vk {
  width: 28px;
  height: 14px;
  background: url(https://molodost.bz/default/bm8/img/footer/vk.svg) center 0 no-repeat;
  background-size: auto 28px;
}
footer .footer__social .list .item.vk:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/vk.svg) center -14px no-repeat;
  background-size: auto 28px;
}
footer .footer__social .list .item.ok {
  width: 15px;
  height: 15px;
  background: url(https://molodost.bz/default/bm8/img/footer/ok.svg) center 0 no-repeat;
  background-size: auto 30px;
}
footer .footer__social .list .item.ok:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/ok.svg) center -15px no-repeat;
  background-size: auto 30px;
}
footer .footer__social .list .item.tw {
  width: 20px;
  height: 14px;
  background: url(https://molodost.bz/default/bm8/img/footer/tw.svg) center 0 no-repeat;
  background-size: auto 28px;
}
footer .footer__social .list .item.tw:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/tw.svg) center -14px no-repeat;
  background-size: auto 28px;
}
footer .footer__social .list .item.yt {
  width: 42px;
  height: 16px;
  background: url(https://molodost.bz/default/bm8/img/footer/yt.svg) center 0 no-repeat;
  background-size: auto 32px;
}
footer .footer__social .list .item.yt:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/yt.svg) center -16px no-repeat;
  background-size: auto 32px;
}
footer .footer__social .list .item.in {
  background: url(https://molodost.bz/default/bm8/img/footer/in.svg) center 0 no-repeat;
  background-size: auto 32px;
}
footer .footer__social .list .item.in:hover {
  background: url(https://molodost.bz/default/bm8/img/footer/in.svg) center -16px no-repeat;
  background-size: auto 32px;
}
footer .footer__phones {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
  float: right;
  margin: 0 20px 0 0;
}
footer .footer__phones .footer__phones-button {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 20px;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 3px;
  color: #7d7d7d;
  border: 1px solid #929292;
  margin: 10px 0 0 0;
  padding: 3px 10px 2px 10px;
}
footer .footer__phones .footer__phones-button:hover {
  color: #1d5aff;
  border: 1px solid #1d5aff;
}
footer .footer__restriction {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #d2d2d2;
  float: left;
  text-align: center;
  margin: 20px 0 0 30px;
}
footer .footer__menu {
  float: left;
  margin: 27px 0 0 15px;
}
footer .footer__menu .item {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  color: #7d7d7d;
}
footer .footer__menu .item:hover {
  color: #7d7d7d;
  text-decoration: underline;
}
footer .footer__link {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 27px 20px 0 0;
  color: #7d7d7d !important;
}
footer .footer__link:hover {
  color: #7d7d7d !important;
  text-decoration: underline;
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder {
  color: #c3c3c3;
}
:-moz-placeholder {
  color: #c3c3c3;
}
::-moz-placeholder {
  color: #c3c3c3;
}
:-ms-input-placeholder {
  color: #c3c3c3 !important;
}
* ::selection {
  background: #00c291;
  color: #ffffff;
}
::-moz-selection {
  background: #00c291;
  color: #ffffff;
}
::-o-selection {
  background: #00c291;
  color: #ffffff;
}
::-ms-selection {
  background: #00c291;
  color: #ffffff;
}
#main {
  position: relative;
  margin: auto;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1000px;
}
.container {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.black-white img {
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.black-white img canvas {
  zoom: 1;
  filter: gray;
}
.seoText {
  color: #666666;
  font-size: 11px;
  line-height: normal !important;
}
.seoText p {
  line-height: normal !important;
}
.btn_orange {
  background: #f39200;
  background: -moz-linear-gradient(180deg,#ffe536,#f39200);
  background: -o-linear-gradient(180deg,#ffe536,#f39200);
  background: -webkit-linear-gradient(180deg,#ffe536,#f39200);
  background: -ms-linear-gradient(180deg,#ffe536,#f39200);
  background: linear-gradient(180deg,#ffe536,#f39200);
  box-shadow: 0 0 5px rgba(0,0,0,0.3), inset 0 20px 0 0 rgba(255,255,255,0.3);
  display: inline-block;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  color: #231f20;
  font-family: "HMN55";
  text-decoration: none;
  border: none;
}
.btn_orange:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5), inset 0 20px 0 0 rgba(255,255,255,0.3);
  color: #231f20;
}
.btn_orange.large {
  border-radius: 10px;
  padding: 12px 20px;
}
.btn_yellow {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  color: #231f20;
  line-height: normal !important;
  white-space: nowrap;
}
.btn_yellow.small {
  background: #f7d800;
  background: -moz-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -o-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -webkit-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -ms-linear-gradient(180deg,#f3eb00,#f7d800);
  background: linear-gradient(180deg,#f3eb00,#f7d800);
  border-radius: 3px;
  padding: 5px 20px;
  border-bottom: 1px solid #cfceba;
}
.btn_yellow.large {
  background: #f7d800;
  background: -moz-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -o-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -webkit-linear-gradient(180deg,#f3eb00,#f7d800);
  background: -ms-linear-gradient(180deg,#f3eb00,#f7d800);
  background: linear-gradient(180deg,#f3eb00,#f7d800);
  border-radius: 10px;
  padding: 12px 20px;
}
.btn_yellow.small:hover,
.btn_yellow.large:hover {
  background: #f3eb00;
  background: -moz-linear-gradient(180deg,#f7d800,#f3eb00);
  background: -o-linear-gradient(180deg,#f7d800,#f3eb00);
  background: -webkit-linear-gradient(180deg,#f7d800,#f3eb00);
  background: -ms-linear-gradient(180deg,#f7d800,#f3eb00);
  background: linear-gradient(180deg,#f7d800,#f3eb00);
  color: #231f20;
}
.btn_yellow.xlarge {
  border-radius: 6px;
  font-size: 18px;
  color: #0033ff;
  padding: 18px 0;
  width: 330px;
  background: #f3eb00;
}
.btn_yellow.block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
a.btn_yellow.small {
  padding-top: 6px;
  padding-bottom: 6px;
}
.guestAbsolute .error-text {
  margin-bottom: 3px;
  color: #ff3939;
}
.post__video.closed video {
  display: none;
}
.post__video.closed .closed-video-content-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 10;
  text-align: center;
}
.post__video.closed .closed-video-content-block .closed-video-content {
  padding-top: 10%;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-icon {
  background: url(../img/closed-content.png) center no-repeat;
  width: 17px;
  height: 28px;
  margin: 10px auto;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 80px 0 80px;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-text a {
  color: #0025ff;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-button {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  background: #04a05e;
  background: -moz-linear-gradient(180deg,#05b076,#04a05e);
  background: -o-linear-gradient(180deg,#05b076,#04a05e);
  background: -webkit-linear-gradient(180deg,#05b076,#04a05e);
  background: -ms-linear-gradient(180deg,#05b076,#04a05e);
  background: linear-gradient(180deg,#05b076,#04a05e);
  position: relative;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  border-radius: 5px;
  border-bottom: 3px solid #049054;
  padding: 20px 50px 15px 50px;
  margin: 0 auto 20px auto;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-button:after {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 0;
  left: 5%;
  display: block;
  width: 90%;
  height: 6px;
  background: transparent;
  box-shadow: 0 5px 20px #000000;
}
.post__video.closed .closed-video-content-block .closed-video-content .closed-video-button:hover {
  background: #03874f;
  background: -moz-linear-gradient(90deg,#049765,#03874f);
  background: -o-linear-gradient(90deg,#049765,#03874f);
  background: -webkit-linear-gradient(90deg,#049765,#03874f);
  background: -ms-linear-gradient(90deg,#049765,#03874f);
  background: linear-gradient(90deg,#049765,#03874f);
  border-bottom: 3px solid #037746;
}
.top .container {
  position: relative;
  padding-top: 20px;
}
.top_title {
  color: #3259FF;
  font: bold 30px/1 'Helvetica', 'Arial', sans-serif;
  margin: -75px 0 0 62px;
  position: absolute;
  width: 355px;
  z-index: 3;
}
.top_line {
  font-size: 0;
  margin-left: -5px;
}
.top_big-item {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.top_item {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
  margin-bottom: 17px;
  width: 245px;
  white-space: normal;
}
.top_item .link {
  display: block;
  position: relative;
  text-decoration: none;
}
.top_item .link .link_drop {
  position: absolute;
  top: 0;
  left: 0;
  width: 245px;
  height: 245px;
  background: url(../img/bg-drop80.png) 0 0 repeat;
  color: white;
  z-index: 0;
}
.top_item .link .link_drop-text {
  display: block;
  margin: 30px 0 0 35px;
  width: 195px;
  height: 110px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  color: white;
}
.top_item .link .link_drop-arr {
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: block;
  width: 58px;
  height: 59px;
  background: url(../img/drop-arr.png) 0 0 no-repeat;
}
.top_item .link .link_drop-arr:hover {
  background-position: 0 -59px;
}
.top_item .link:hover .link_drop {
  z-index: 5;
}
.top_item .link:hover .date {
  visibility: hidden;
}
.top_item .link:hover .title {
  color: #0600ff;
}
.top_item .picture {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.top_item .picture img {
  display: block;
  width: 245px;
  height: 245px;
}
.top_item .title {
  display: block;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #090909;
  position: relative;
  z-index: 2;
}
.top_item .title:hover {
  color: #0033ff;
}
.top_item .date {
  position: absolute;
  background: url(../img/new-shadow.png) repeat-x scroll 0 0 rgba(0,0,0,0);
  bottom: 0;
  padding-left: 12px;
  color: #FFFFFF;
  font: 12px/33px helveticaneuelocal, Arial;
  height: 33px;
  left: 0;
  width: 100%;
}
.top_item.hotBig {
  width: 500px;
}
.top_item.hotBig img {
  width: 500px;
}
.top_item.hotBig .title {
  color: #231F20;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
  margin: 8px 0 0 0;
}
.top_item.hotBig .title:hover {
  color: #0033ff;
}
.top_item.hotBig .link_drop {
  width: 500px;
}
.top_item.hotBig .link_drop .link_drop-text {
  width: 400px;
}
.gallery .fotorama__nav-wrap {
  margin: 65px auto 0 auto !important;
  background: #ffffff;
  height: 60px;
}
.gallery .fotorama__stage,
.gallery .fotorama__active {
  overflow: visible !important;
}
.gallery_fotorama {
  position: relative;
  overflow: hidden;
  background: #242626;
  height: 625px;
  padding: 60px 0 0 0;
}
.gallery_fotorama .title {
  position: absolute;
  top: -42px;
  left: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  width: 500px;
  color: #ffffff;
  z-index: 98;
}
.gallery .gallery_fotorama-title {
  font: 60px/1 'ProximaNova Black';
  position: relative;
  z-index: 1;
  color: white;
  text-shadow: 0 0 10px #323232;
}
.gallery_share {
  padding: 15px 5px 5px 5px;
  overflow: hidden;
  position: absolute;
  top: 500px;
  left: 0;
  color: #ffffff;
}
.gallery_share * {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  font: 14px/1 Arial, sans-serif;
  text-decoration: none;
}
.gallery_share a {
  float: left;
  display: block;
  color: #ffffff;
  margin: 10px 15px 0 0;
}
.gallery_share a:hover {
  color: white;
}
.gallery_share-eye {
  padding: 3px 0 1px 25px;
  background: url("../img/eye.png") 0 50% no-repeat;
}
.gallery_share-clap {
  height: 30px;
  padding: 8px 5px 1px 31px;
  margin: 5px 15px 0 0 !important;
  background: url(../img/galleryClap.png) 0 5px no-repeat;
  position: relative;
  z-index: 9999999;
  cursor: pointer;
}
.gallery_share-clap .tooltip {
  display: none;
}
.gallery_share-comment {
  padding: 3px 0 2px 21px;
  background: url(../img/case-comments.png) 0 3px no-repeat;
}
.gallery_share-share {
  height: 30px;
  padding: 8px 0 1px 23px;
  margin: 5px 15px 0 0 !important;
  background: url("../img/rupr.png") 0 5px no-repeat;
}
.gallery_share .shareOpen {
  background: url(../img/shareOpenGallery.png) 0 0 no-repeat;
  width: 214px;
  height: 32px;
  padding: 12px 0 2px 25px;
  z-index: 10;
  float: left;
  margin: -5px 0 0 -5px;
  color: #7f8080;
  text-shadow: none;
  display: none;
}
.gallery input[type='search']:focus {
  outline: none;
}
.gallery input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.gallery input[type='text']:focus {
  outline: none;
}
.gallery select:focus {
  outline: none;
}
.gallery button[type='submit']:active {
  outline: none;
}
.gallery textarea:focus {
  outline: none;
}
.gallery_report-title {
  margin-bottom: 13px;
  font: 45px/1 'Lyno Stan CYR';
  color: #444;
  letter-spacing: 0.12em;
}
.gallery_report-title span {
  font-family: 'Lyno Ulys CYR';
}
.gallery_report .top_item .title {
  font-weight: bold;
}
.gallery_report .top_item .title:hover {
  color: #0033ff;
}
.fotorama--fullscreen .gallery_share {
  display: none !important;
}
.roboto-regular {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-light {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-medium {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-bold {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.roboto-black {
  font-family: "Roboto Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.helvetica-regular {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.lyno-stan {
  font-family: "Lyno Stan CYR", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.lyno-ulys {
  font-family: "Lyno Ulys CYR", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-regular {
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-light {
  font-family: "ProximaNova Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-bold {
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-black {
  font-family: "ProximaNova Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.proxima-nova-extrabold {
  font-family: "ProximaNova Extrabold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.als-rubl {
  font-family: "ALSRubl", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.probapro-regular {
  font-family: "ProbaPro Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.probapro-light {
  font-family: "ProbaPro Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.probapro-bold {
  font-family: "ProbaPro Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.probapro-medium {
  font-family: "ProbaPro Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.probapro-semibold {
  font-family: "ProbaPro SemiBold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.pt-serif-regular-italic {
  font-family: "PT Serif Regular Italic", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
  vertical-align: top;
}
.display-flex {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-fixed {
  position: fixed !important;
}
.hidden {
  display: none !important;
}
::-webkit-input-placeholder {
  color: #c3c3c3;
}
:-moz-placeholder {
  color: #c3c3c3;
}
::-moz-placeholder {
  color: #c3c3c3;
}
:-ms-input-placeholder {
  color: #c3c3c3 !important;
}
.block-shadow-radius {
  -ms-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.13);
}
.block-shadow-radius:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.go-back .go-back__button {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  color: #9ca5ac;
}
.go-back .go-back__button:hover {
  color: #1d5aff;
}
.page__error {
  text-align: center;
  padding: 80px 0 80px 0;
}
.page__error .page__error-top .item {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 150px;
  line-height: 210px;
  color: #0000ff;
}
.page__error .page__error-top .item.cat {
  width: 210px;
  height: 210px;
  background: url(../bm7/img/icons/cat.gif) 0 0 no-repeat;
}
.page__error .page__error-top .item.fox {
  width: 499px;
  height: 258px;
  background: url(../bm7/img/icons/fox.gif) 0 0 no-repeat;
}
.page__error .page__error-title {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  color: #8c8c8c;
  padding: 10px 0 10px 0;
}
.page__error .page__error-text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0 20px 0;
}
.page__error .back-button__link {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  padding: 6px 25px 7px 25px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #c4ccd2;
  color: #9ca5ac;
  box-shadow: 0 1px 2px #c4ccd2;
  cursor: pointer;
}
.page__error .back-button__link:hover {
  border: 1px solid #1d5aff;
  color: #1d5aff;
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.page__error.private-profile {
  padding: 40px 0 72px 0;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #00bd8c;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
.bm-button {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  padding: 6px 25px 7px 25px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #c4ccd2;
  color: #9ca5ac;
  box-shadow: 0 1px 2px #c4ccd2;
  cursor: pointer;
}
.bm-button.small {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  padding: 4px 13px 5px 13px;
}
.bm-button:hover,
.bm-button.active {
  border: 1px solid #1d5aff;
  color: #1d5aff;
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.bm-button.disabled,
.bm-button[disabled="disabled"] {
  opacity: 0.5;
  color: #9ca5ac;
  cursor: default;
}
.bm-button.disabled:hover,
.bm-button[disabled="disabled"]:hover {
  border: 1px solid #c4ccd2;
  color: #9ca5ac;
  box-shadow: 0 1px 2px #c4ccd2;
}
.bm-button.blue {
  background: #1d5aff;
  border: 1px solid #2940fe;
  color: #ffffff;
  box-shadow: 0 3px 7px rgba(31,47,188,0.2);
}
.bm-button.blue:hover,
.bm-button.blue.active {
  background: #1c6cff;
  border: 1px solid #2936cf;
  color: #ffffff;
  box-shadow: 0 3px 7px rgba(31,47,188,0.3);
}
.bm-button.blue.disabled {
  color: #ffffff;
}
.bm-button.blue.disabled:hover {
  border: 1px solid #2940fe;
  color: #ffffff;
}
.bm-button.photo-button,
.bm-button.cancel-button {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 35px;
  border: none;
  box-shadow: none;
  background: url(../bm7/img/icons/photo-button.png) 0 0 no-repeat;
  color: #85929c;
  padding: 0 0 0 30px;
}
.bm-button.photo-button:hover,
.bm-button.cancel-button:hover {
  background: url(../bm7/img/icons/photo-button.png) 0 -35px no-repeat;
  border: none;
  box-shadow: none;
  color: #1d5aff;
}
.bm-button.cancel-button {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 20px 0 0;
  background: url(../bm7/img/icons/item-close.png) 0 0 no-repeat;
  padding: 0 0 0 18px;
}
.bm-button.cancel-button:hover {
  background: url(../bm7/img/icons/item-close.png) 0 -15px no-repeat;
  border: none;
  box-shadow: none;
}
.bm-tags {
  padding: 0 0 0 22px;
  background: url(../bm7/img/icons/tags.png) 0 1px no-repeat;
}
.bm-tags .item {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin: 0 8px 8px 0;
}
.bm-tags .item .counter {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: normal;
  color: #bababa;
}
.bm-item-label {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #b3b3b5;
  margin: 10px 0 6px 0;
}
.bm-item-input {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  background: #ffffff;
  color: #272727;
  border: 1px solid #dbe0e3;
}
.bm-item-input.error {
  border: 1px solid #ff0000;
}
.bm-options-show {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  position: relative;
  background: url(https://molodost.bz/default/bm7/img/icons/options-sprite.svg) 0 top no-repeat;
  background-size: 14px auto;
}
.bm-options-show .bm-options-label {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  color: #aeaeae;
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 0;
  padding: 0 20px 0 0;
}
.bm-options-show:hover,
.bm-options-show.active {
  background: url(https://molodost.bz/default/bm7/img/icons/options-sprite.svg) 0 -14px no-repeat;
  background-size: 14px auto;
}
.bm-options-show:hover .bm-options-label,
.bm-options-show.active .bm-options-label {
  color: #1d5aff;
}
.bm-options {
  border-radius: 3px;
  width: 232px;
  box-shadow: 0 2px 10px #aaaaaa;
  background: #ffffff;
}
.bm-options .item {
  display: block;
  padding: 10px 20px 10px 15px;
  overflow: auto;
}
.bm-options .item .icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 1px 10px 0 0;
}
.bm-options .item .icon.cross {
  background: url(../bm7/img/icons/options-sprite.png) 0 0 no-repeat;
}
.bm-options .item .icon.eye-cross {
  background: url(../bm7/img/icons/options-sprite.png) 0 -16px no-repeat;
}
.bm-options .item .icon.bell {
  background: url(../bm7/img/icons/options-sprite.png) 0 -32px no-repeat;
}
.bm-options .item .icon.alert {
  background: url(../bm7/img/icons/options-sprite.png) 0 -48px no-repeat;
}
.bm-options .item .icon.bm {
  background: url(../bm7/img/icons/options-sprite.png) 0 -64px no-repeat;
}
.bm-options .item .icon.vk {
  background: url(../bm7/img/icons/options-sprite.png) 0 -80px no-repeat;
}
.bm-options .item .icon.fb {
  background: url(../bm7/img/icons/options-sprite.png) 0 -96px no-repeat;
}
.bm-options .item .icon.tw {
  background: url(../bm7/img/icons/options-sprite.png) 0 -112px no-repeat;
}
.bm-options .item .icon.planet {
  background: url(../bm7/img/icons/options-sprite.png) 0 -128px no-repeat;
}
.bm-options .item .icon.eye {
  background: url(../bm7/img/icons/options-sprite.png) 0 -144px no-repeat;
}
.bm-options .item .text {
  float: left;
  width: 166px;
}
.bm-options .item .text .title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #9da5ab;
}
.bm-options .item .text .description {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 14px;
  color: #9da5ab;
}
.bm-options .item .label {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}
.bm-options .item:first-child {
  padding: 12px 20px 10px 15px;
}
.bm-options .item:last-child {
  padding: 10px 20px 10px 15px;
}
.bm-options .item:hover {
  background: #f8f9fc;
}
.bm-options .separator {
  height: 1px;
  background: #e8eaef;
}
.attached-files {
  width: 230px;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.attached-files .item .title {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 0 18px;
  background: url(../bm7/img/icons/file.png) 0 0 no-repeat;
  color: #85929c;
  max-width: 190px;
}
.attached-files .item .title.link:hover {
  color: #1d5aff;
  background: url(../bm7/img/icons/file.png) 0 -16px no-repeat;
}
.attached-files .item .bm-item-close {
  margin: 1px 0 0 1px;
}
.attached-files.inside {
  margin: 30px 20px 30px 20px;
}
.bm-form {
  background: #ffffff;
  padding: 20px 20px 15px 20px;
  overflow: hidden;
}
.bm-form .bm-avatar {
  float: left;
  cursor: default;
}
.bm-form .textarea {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  border-radius: 3px;
  width: 518px;
  height: 80px;
  float: right;
  color: #2b333e;
  border: 1px solid #dde0e3;
  padding: 10px 10px 10px 10px;
  margin: 0 0 10px 0;
  resize: none;
}
.bm-form .photo-button {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 35px;
  background: url(../bm7/img/icons/photo-button.png) 0 0 no-repeat;
  color: #85929c;
  padding: 0 0 0 30px;
  float: right;
}
.bm-form .photo-button:hover {
  background: url(../bm7/img/icons/photo-button.png) 0 -35px no-repeat;
  color: #1d5aff;
}
.bm-form .attached-files {
  float: left;
  margin: 10px 0 0 40px;
}
.bm-form .photo-button {
  float: right;
  margin: 0 20px 0 0;
}
.bm-form .bm-button {
  float: right;
}
.bm-form .tinymce-form-wrapper {
  float: right;
  width: 540px;
  padding: 0 0 5px 0;
}
.bm-form .tinymce-form-wrapper .attached-files {
  margin: 10px 0 0 0;
}
.bm-form.separate {
  -ms-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.13);
  margin: 0 0 20px 0;
}
.bm-form.separate:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.bm-form.full {
  margin: 0 0 20px 0;
}
.bm-form.full .tinymce-form-wrapper {
  width: 580px;
}
.bm-form.full .tinymce-form-wrapper .tinymce-form .tinymce-form-input {
  width: 548px;
}
.bm-form.full .tinymce-form-wrapper .tinymce-form .textarea {
  width: 558px;
  height: 80px;
}
.bm-form-show {
  display: block;
  padding: 10px 10px 8px 20px;
  background: #ffffff;
  overflow: hidden;
}
.bm-form-show .bm-avatar {
  margin: 0 3px 0 0;
  float: left;
}
.bm-form-show > .text {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  float: left;
  padding: 7px 10px 8px 10px;
  color: #85929c;
}
.bm-form-show:hover > .text {
  color: #1d5aff;
}
.bm-form-show.separate {
  -ms-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.13);
  margin: 0 0 20px 0;
}
.bm-form-show.separate:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.bm-choose {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9da5ab;
  background: url(../bm7/img/icons/post-options.png) 100% 1px no-repeat;
  padding: 0 19px 0 0;
}
.bm-choose .strong {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #151515;
}
.bm-choose:hover,
.bm-choose.active {
  background: url(../bm7/img/icons/post-options.png) 100% -14px no-repeat;
}
.bm-share-block .bm-share-block__header {
  position: relative;
  background: #f8f9fc;
  border-top: 1px solid #e8eaef;
  border-bottom: 1px solid #e8eaef;
  padding: 15px 20px 9px 20px;
}
.bm-share-block .bm-share-block__header .bm-options {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 20px;
}
.bm-share-block .bm-form {
  padding: 20px 20px 0 20px;
}
.bm-share-block .bm-share-block__footer {
  position: relative;
  padding: 5px 20px 15px 20px;
}
.bm-share-block .bm-share-block__footer .bm-choose {
  margin: 10px 0 0 40px;
}
.bm-share-block .bm-share-block__footer .bm-button {
  float: right;
}
.bm-share-block .bm-share-block__footer .bm-options {
  position: absolute;
  z-index: 4;
  top: 40px;
  left: 60px;
}
.bm-share-block .bm-share-block__footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.bm-avatar,
.bm-aside-image {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background: #b1b1b1;
  text-align: center;
  cursor: pointer;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.bm-avatar .img,
.bm-aside-image .img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.bm-avatar .text,
.bm-aside-image .text {
  display: inline-block;
  vertical-align: top;
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.bm-avatar.x48,
.bm-aside-image.x48 {
  width: 48px;
  height: 48px;
}
.bm-avatar.x48 .text,
.bm-aside-image.x48 .text {
  font-size: 20px;
  line-height: 48px;
}
.bm-avatar.x48.square,
.bm-aside-image.x48.square {
  border-radius: 3px;
}
.bm-avatar.x48.square .img,
.bm-aside-image.x48.square .img {
  border-radius: 3px;
}
.bm-avatar.x56,
.bm-aside-image.x56 {
  width: 56px;
  height: 56px;
}
.bm-avatar.x56 .text,
.bm-aside-image.x56 .text {
  font-size: 22px;
  line-height: 56px;
}
.bm-avatar.x56.square,
.bm-aside-image.x56.square {
  border-radius: 3px;
}
.bm-avatar.x56.square .img,
.bm-aside-image.x56.square .img {
  border-radius: 3px;
}
.bm-avatar.x90,
.bm-aside-image.x90 {
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.bm-avatar.x90 .text,
.bm-aside-image.x90 .text {
  font-size: 32px;
  line-height: 90px;
}
.bm-avatar.x90 .img,
.bm-aside-image.x90 .img {
  border-radius: 3px;
}
.bm-avatar.x96,
.bm-aside-image.x96 {
  width: 96px;
  height: 64px;
  border-radius: 4px;
}
.bm-avatar.x96 .img,
.bm-aside-image.x96 .img {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  top: -16px;
}
.bm-item-close {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  background: url(../bm7/img/icons/item-close.png) 0 0 no-repeat;
}
.bm-item-close:hover {
  background: url(../bm7/img/icons/item-close.png) 0 -15px no-repeat;
}
.bm-item-title {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.bm-item-views {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  background: url(https://molodost.bz/default/bm7/img/icons/views.svg) 0 2px no-repeat;
  background-size: 30px auto;
  color: #aeaeae;
  padding: 0 0 0 17px;
}
.bm-item-time {
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  padding: 5px 7px 4px 7px;
}
.bm-item-like__small {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  background: url(../bm7/img/icons/item-like-small.png) 0 1px no-repeat;
  color: #bababa;
  padding: 0 0 0 16px;
}
.bm-item-start {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  background: url(../bm7/img/icons/item-start.png) -2px 0 no-repeat;
  color: #aeaeae;
  padding: 0 0 0 13px;
}
.bm-item-date {
  width: 56px;
  height: 52px;
  border-radius: 4px;
  padding: 4px 0 0 0;
  background: #1d5aff;
  color: #ffffff;
  text-align: center;
}
.bm-item-date .day {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
}
.bm-item-date .month {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
}
.bm-item-date.orange {
  background: #eca403;
}
.bm-item-date.green {
  background: #00bd8c;
}
.bm-item-comment,
.bm-item-share,
.bm-item-like,
.bm-item-download,
.bm-item-files {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #9da5ab;
  padding: 0 0 0 23px;
  background: url(https://molodost.bz/default/bm7/img/icons/comments-sprite.svg) 0 4px no-repeat;
  background-size: 30px auto;
}
.bm-item-comment:hover,
.bm-item-comment.active,
.bm-item-share:hover,
.bm-item-share.active,
.bm-item-like:hover,
.bm-item-like.active,
.bm-item-download:hover,
.bm-item-download.active,
.bm-item-files:hover,
.bm-item-files.active {
  color: #1d5aff;
  background: url(https://molodost.bz/default/bm7/img/icons/comments-sprite.svg) 0 -26px no-repeat;
  background-size: 30px auto;
}
.bm-item-share {
  padding: 0 0 0 24px;
  background: url(https://molodost.bz/default/bm7/img/icons/share-sprite.svg) 0 2px no-repeat;
  background-size: 30px auto;
}
.bm-item-share:hover,
.bm-item-share.active {
  background: url(https://molodost.bz/default/bm7/img/icons/share-sprite.svg) 0 -28px no-repeat;
  background-size: 30px auto;
}
.bm-item-like {
  background: url(https://molodost.bz/default/bm7/img/icons/like-sprite.svg) 0 4px no-repeat;
  background-size: 30px auto;
}
.bm-item-like:hover,
.bm-item-like.active {
  background: url(https://molodost.bz/default/bm7/img/icons/like-sprite.svg) 0 -26px no-repeat;
  background-size: 30px auto;
}
.bm-item-download {
  background: url(../bm7/img/icons/item-download.png) 0 0 no-repeat;
}
.bm-item-download:hover,
.bm-item-download.active {
  background: url(../bm7/img/icons/item-download.png) 0 -20px no-repeat;
}
.bm-item-files {
  background: url(https://molodost.bz/default/bm7/img/icons/files-sprite.svg) 0 4px no-repeat;
  background-size: 30px auto;
}
.bm-item-files:hover,
.bm-item-files.active {
  background: url(https://molodost.bz/default/bm7/img/icons/files-sprite.svg) 0 -26px no-repeat;
  background-size: 30px auto;
}
.bm-item-dark {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.empty-block {
  padding: 30px 20px;
  border: 1px dashed #bcbdbe;
  text-align: center;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
}
.empty-block .empty-block__title {
  font-size: 25px;
  line-height: 27px;
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8c8c8c;
}
.empty-block .empty-block__text {
  font-size: 13px;
  line-height: 17px;
  color: #979797;
  margin: 10px 0 0 0;
}
.empty-block .bm-button {
  margin: 15px 0 0 0;
}
.empty-block:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
a.empty-block:hover .bm-button {
  border: 1px solid #1d5aff;
  color: #1d5aff;
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.bm-item-edit {
  width: 16px;
  height: 16px;
  background: url(../bm7/img/icons/profile-edit.png) 50% 0 no-repeat;
  display: none;
}
.bm-item-edit:hover {
  background-position: 50% -24px;
}
.top__section {
  border-radius: 3px;
  height: 268px;
  background: #262626;
  margin: 0 0 30px 0;
  position: relative;
  background: url(../bm7/img/profile/top-profile.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 25px -5px #262626;
}
.top__section .top__section-business {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.top__section .top__section-business .text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 12px;
  left: 15px;
  background: url(../bm7/img/profile/avatar-icon.png) 0 0 no-repeat;
  color: #ffffff;
  padding: 0 0 0 30px;
}
.top__section .top__section-business:hover {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(180deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -o-linear-gradient(180deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -webkit-linear-gradient(180deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -ms-linear-gradient(180deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: linear-gradient(180deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
}
.top__section .top__section-avatar {
  width: 160px;
  height: 160px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 3;
  left: 78px;
  bottom: -12px;
  background: url(../bm7/img/profile/avatar.png) 0 0 no-repeat;
  box-shadow: 0 3px 3px -3px #262626;
}
.top__section .top__section-avatar .img {
  width: 160px;
  height: 160px;
}
.top__section .top__section-avatar .update-avatar {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.top__section .top__section-avatar .update-avatar:after {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -o-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -ms-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
}
.top__section .top__section-avatar .update-avatar:hover:after {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -o-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -webkit-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -ms-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
}
.top__section .top__section-avatar .update-avatar .update-avatar-text {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
  opacity: 0.8;
  z-index: 2;
}
.top__section .top__section-avatar .update-avatar .update-avatar-text .update-avatar-text-icon {
  width: 20px;
  height: 15px;
  background: url(../bm7/img/profile/avatar-icon.png) 0 0 no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.top__section .top__section-avatar .top__section-avatar-image {
  max-width: 100%;
  height: auto;
  min-height: 100%;
  vertical-align: top;
}
.top__section .top__section-avatar.business-avatar {
  background: url(../bm7/img/icons/business-default-avatar.jpg) 0 0 no-repeat;
}
.top__section .top__section-avatar:hover .update-avatar-text {
  opacity: 1;
}
.top__section .top__section-buttons {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
}
.top__section .top__section-buttons .bm-button {
  box-shadow: none;
  border: 1px solid #ffffff;
}
.top__section .top__section-buttons .bm-button:hover {
  border: 1px solid #ffffff;
}
.top__section .top__section-buttons .bm-button.active {
  display: inline-block;
  vertical-align: top;
  background: url(../bm7/img/icons/profile-subscriber.png) 20px 50% no-repeat rgba(255,255,255,0.3);
  border-radius: 3px;
  padding: 6px 25px 7px 41px;
  font-size: 13px;
  line-height: 22px;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e9e8e8;
  border: none;
}
.top__section .top__section-buttons .bm-button.active:hover {
  background-color: rgba(255,255,255,0.4);
}
.top__section .top__section-buttons .bm-button.message-button {
  margin: 0 15px 0 0;
}
.top__section .top__section-buttons.message-button {
  margin: 0 0 0 15px;
}
.top__section:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}
.bm-item-counter {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 8px;
  line-height: 12px;
  border-radius: 3px;
  text-align: center;
  background: #3939ff;
  color: #ffffff;
  padding: 2px 6px 2px 6px;
}
.bm-page-title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  float: left;
  margin: 0 0 15px 0;
}
.bm-input-checkbox,
.bm-input-radio {
  display: inline-block;
  vertical-align: top;
  height: 14px;
  position: relative;
  cursor: pointer;
}
.bm-input-checkbox input[type="checkbox"],
.bm-input-checkbox input[type="radio"],
.bm-input-radio input[type="checkbox"],
.bm-input-radio input[type="radio"] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bm-input-checkbox input[type="checkbox"] + label,
.bm-input-checkbox input[type="radio"] + label,
.bm-input-radio input[type="checkbox"] + label,
.bm-input-radio input[type="radio"] + label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 0 22px;
  cursor: pointer;
}
.bm-input-checkbox input[type="checkbox"] + label:before,
.bm-input-checkbox input[type="radio"] + label:before,
.bm-input-radio input[type="checkbox"] + label:before,
.bm-input-radio input[type="radio"] + label:before {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #9fa6ae;
}
.bm-input-checkbox input[type="checkbox"] + label:after,
.bm-input-checkbox input[type="radio"] + label:after,
.bm-input-radio input[type="checkbox"] + label:after,
.bm-input-radio input[type="radio"] + label:after {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  content: "";
  position: absolute;
  z-index: 3;
  top: 3px;
  left: 3px;
  background: #ffffff;
}
.bm-input-checkbox input[type="checkbox"]:checked + label:after,
.bm-input-checkbox input[type="radio"]:checked + label:after,
.bm-input-radio input[type="checkbox"]:checked + label:after,
.bm-input-radio input[type="radio"]:checked + label:after {
  background: #1d5aff;
}
.bm-input-checkbox input[type="checkbox"]:focus + label:after,
.bm-input-checkbox input[type="checkbox"]:hover + label:after,
.bm-input-checkbox input[type="radio"]:focus + label:after,
.bm-input-checkbox input[type="radio"]:hover + label:after,
.bm-input-radio input[type="checkbox"]:focus + label:after,
.bm-input-radio input[type="checkbox"]:hover + label:after,
.bm-input-radio input[type="radio"]:focus + label:after,
.bm-input-radio input[type="radio"]:hover + label:after {
  opacity: 0.8;
}
.bm-input-checkbox.orange input[type="checkbox"]:checked + label:after,
.bm-input-checkbox.orange input[type="radio"]:checked + label:after,
.bm-input-radio.orange input[type="checkbox"]:checked + label:after,
.bm-input-radio.orange input[type="radio"]:checked + label:after {
  background: #eca403;
}
.bm-input-checkbox.green input[type="checkbox"]:checked + label:after,
.bm-input-checkbox.green input[type="radio"]:checked + label:after,
.bm-input-radio.green input[type="checkbox"]:checked + label:after,
.bm-input-radio.green input[type="radio"]:checked + label:after {
  background: #00bd8c;
}
.bm-page-title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #323232;
  float: left;
  margin: 0 0 15px 0;
}
.bm-tooltip {
  font-size: 13px;
  line-height: 20px;
  border-radius: 3px;
  height: 21px;
  padding: 15px 49px 15px 19px;
  color: #ffffff;
  position: absolute;
  bottom: -32px;
  left: 70px;
  background: rgba(10,10,10,0.7);
  z-index: 9;
}
.bm-tooltip:after {
  width: 0px;
  height: 0px;
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 29px;
  border: 7px solid transparent;
  border-bottom-color: rgba(10,10,10,0.7);
}
.bm-tooltip .bm-tooltip__content {
  white-space: nowrap;
}
.bm-tooltip .bm-tooltip__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  right: 7px;
  background: url(../bm7/img/icons/close-tooltip.png) 50% 50% no-repeat;
  opacity: 0.8;
  cursor: pointer;
}
.bm-tooltip .bm-tooltip__close:hover {
  opacity: 1;
}
.guest-banner {
  text-align: center;
  background: url(../img/bg_banner.jpg) center 0 repeat;
}
.file-icon {
  width: 56px;
  height: 56px;
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 0 no-repeat;
}
.file-icon.pdf {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -56px no-repeat;
}
.file-icon.xls {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -112px no-repeat;
}
.file-icon.xlsx {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -168px no-repeat;
}
.file-icon.ppt {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -224px no-repeat;
}
.file-icon.pptx {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -280px no-repeat;
}
.file-icon.rtf {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -336px no-repeat;
}
.file-icon.doc {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -392px no-repeat;
}
.file-icon.docx {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -448px no-repeat;
}
.file-icon.wav {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -504px no-repeat;
}
.file-icon.mp3 {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -560px no-repeat;
}
.file-icon.wma {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -616px no-repeat;
}
.file-icon.jpg {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -672px no-repeat;
}
.file-icon.jpeg {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -728px no-repeat;
}
.file-icon.gif {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -784px no-repeat;
}
.file-icon.png {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -840px no-repeat;
}
.file-icon.tiff {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -896px no-repeat;
}
.file-icon.bmp {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -952px no-repeat;
}
.file-icon.zip {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -1008px no-repeat;
}
.file-icon.rar {
  background: url(../bm7/img/icons/file-icon-sprite.png) 0 -1064px no-repeat;
}
.upload-photo {
  width: 90px;
  height: 90px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: url(../bm7/img/icons/upload-photo.png) 0 0 no-repeat;
  border: none;
  color: transparent;
  box-shadow: none;
  padding: 0;
}
.upload-photo .img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
.upload-photo:hover,
.upload-photo[disabled="disabled"],
.upload-photo[disabled="disabled"]:hover {
  border: none;
  color: transparent;
  box-shadow: none;
}
.autocomplete .angucomplete-holder {
  position: relative;
}
.autocomplete .angucomplete-dropdown {
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #dde0e3;
  width: 280px;
  padding: 0;
  position: absolute;
  z-index: 9999;
  top: 38px;
  left: 0;
}
.autocomplete .angucomplete-searching {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 13px 10px 13px;
  color: #aeaeae;
  clear: both;
}
.autocomplete .angucomplete-description {
  font-size: 14px;
}
.autocomplete .angucomplete-row {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 13px 10px 13px;
  color: #282828;
  clear: both;
  cursor: pointer;
}
.autocomplete .angucomplete-selected-row {
  background: #f8f9fc;
}
.bm-toggle .text {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  color: #afaeae;
}
.bm-toggle .text:first-child {
  margin: 0 5px 0 0;
}
.bm-toggle .text:last-child {
  margin: 0 0 0 5px;
}
.bm-toggle .status {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 10px;
  border-radius: 5px;
  margin: 4px 0 0 0;
  position: relative;
  background: #e6e5e5;
}
.bm-toggle .status .circle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  -ms-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  content: "";
  position: absolute;
  z-index: 2;
  top: -2px;
  left: 12px;
  background: #85929c;
}
.bm-toggle .status:hover .circle {
  opacity: 0.8;
}
.bm-toggle.active .text:first-child {
  color: #1d5aff;
}
.bm-toggle.active .status .circle {
  left: 0;
  background: #3b64fc;
}
.materials__list > .item {
  position: relative;
  display: block;
  min-height: 60px;
  margin: 0 0 15px 0;
  padding: 0 30px 0 70px;
}
.materials__list > .item .bm-options-show {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 0;
}
.materials__list > .item .bm-options {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 0;
}
.materials__list > .item .file-icon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  float: left;
  margin: 0 15px 0 0;
}
.materials__list > .item .file-text .title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  vertical-align: top;
  color: #000000;
  margin: 0 0 4px 0;
}
.materials__list > .item .file-text .title:hover {
  color: #1d5aff;
}
.materials__list > .item .file-text .description {
  font-size: 12px;
  line-height: 16px;
  color: #aeaeae;
  max-height: 32px;
  overflow: hidden;
}
.materials__list > .item:last-child {
  margin: 0;
}
.materials__list.single {
  margin: 0 0 10px 0;
}
.products__list > .item {
  position: relative;
  padding: 20px 0 20px 0;
  border-top: 1px solid #e3e3e3;
}
.products__list > .item .bm-options-show {
  position: absolute;
  top: 23px;
  right: 0;
}
.products__list > .item .bm-options {
  position: absolute;
  z-index: 4;
  top: 50px;
  right: 0;
}
.products__list > .item .image {
  width: 90px;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.products__list > .item .image .img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.products__list > .item .data {
  margin: 0 20px 0 100px;
}
.products__list > .item .data .title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 0 0 8px 0;
}
.products__list > .item .data .text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
}
.products__list > .item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.products__list > .item:first-child {
  padding: 0 0 20px 0;
  border-top: none;
}
.products__list > .item:first-child .bm-options-show {
  top: 3px;
}
.products__list > .item:first-child .bm-options {
  top: 30px;
}
.products__list > .item:last-child {
  padding: 20px 0 10px 0;
}
.products__list > .item:last-child:first-child {
  padding: 0 0 10px 0;
}
.media__list .item {
  width: 142px;
  height: 142px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 3px 3px 0;
}
.media__list .item .img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.media__list .item:after {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -o-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -webkit-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: -ms-linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  background: linear-gradient(0deg,rgba(0,0,0,0.4),rgba(0,0,0,0));
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  position: absolute;
}
.media__list .item.video {
  position: relative;
}
.media__list .item.video:before {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  clear: both;
  background: url(../bm7/img/icons/video-icon.png) 50% 50% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
}
.media__list .item:hover:after {
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -o-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -webkit-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: -ms-linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
  background: linear-gradient(0deg,rgba(20,83,255,0.6),rgba(0,0,0,0));
}
.media__list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.gold-page {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 1350px;
  padding: 0 0 50px 0;
  background: rgba(0,0,0,0.8);
}
.gold-page .gold-page__video {
  width: 640px;
  height: 360px;
  margin: 0 auto 40px auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}
.gold-page .gold-page__title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  padding: 35px 0 20px 0;
}
.gold-page .gold-page__form {
  width: 400px;
  padding: 15px 25px 0 25px;
}
.gold-page .gold-page__top {
  position: relative;
  width: 600px;
  margin: auto;
}
.gold-page .gold-page__top .title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  padding: 35px 0 20px 0;
}
.gold-page .gold-page__top .text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  padding: 0 0 15px 0;
}
.gold-page .gold-page__top .gold-page__form {
  margin: auto;
}
.gold-page .gold-page__top:before {
  width: 89px;
  height: 182px;
  content: "";
  position: absolute;
  z-index: 2;
  top: 98px;
  left: -20px;
  background: url(../bm7/img/gold/top-arrow.png) 0 0 no-repeat;
}
.gold-page .gold-page__left {
  float: left;
  width: 440px;
  text-align: center;
}
.gold-page .gold-page__left .user-list {
  text-align: center;
}
.gold-page .gold-page__left .user-list .item {
  width: 60px;
  height: 120px;
  display: inline-block;
  vertical-align: top;
  background: url(../bm7/img/gold/user-sprite.png) center -120px no-repeat;
}
.gold-page .gold-page__left .user-list .item.active {
  background: url(../bm7/img/gold/user-sprite.png) center 0 no-repeat;
}
.gold-page .gold-page__left .title {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  padding: 25px 0 12px 0;
}
.gold-page .gold-page__left .description {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 17px;
  color: #ababab;
}
.gold-page .gold-page__right {
  float: right;
  width: 480px;
  padding: 0 0 0 40px;
}
.gold-page .gold-page__right .text-list > .item {
  position: relative;
  color: #ffffff;
  padding: 20px 0 0 0;
}
.gold-page .gold-page__right .text-list > .item > .num {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 0;
}
.gold-page .gold-page__right .text-list > .item > .text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  padding: 5px 0 0 25px;
}
.gold-page .gold-page__right .text-list > .item > .text .link {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gold-page .gold-page__right .share-list {
  padding: 15px 0 0 25px;
}
.gold-page .gold-page__right .share-list .item {
  border-radius: 3px;
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 9px 12px 9px 12px;
  margin: 0 6px 9px 0;
  height: 20px;
}
.gold-page .gold-page__right .share-list .item .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
}
.gold-page .gold-page__right .share-list .item a {
  position: relative;
  color: #ffffff;
  display: block;
  height: 100%;
  padding: 9px 12px 9px 12px;
  margin: -9px -12px -9px -12px;
}
.gold-page .gold-page__right .share-list .item.vk {
  background: #5a86b4;
}
.gold-page .gold-page__right .share-list .item.vk .icon {
  background: url(../bm7/img/gold/share-sprite.png) 0 0 no-repeat;
}
.gold-page .gold-page__right .share-list .item.fb {
  background: #5679bd;
}
.gold-page .gold-page__right .share-list .item.fb .icon {
  background: url(../bm7/img/gold/share-sprite.png) 0 -20px no-repeat;
}
.gold-page .gold-page__right .share-list .item.tw {
  background: #00b3ff;
}
.gold-page .gold-page__right .share-list .item.tw .icon {
  background: url(../bm7/img/gold/share-sprite.png) 0 -40px no-repeat;
}
.gold-page .gold-page__right .share-list .item.mail {
  background: #1bc055;
}
.gold-page .gold-page__right .share-list .item.mail .icon {
  background: url(../bm7/img/gold/share-sprite.png) 0 -60px no-repeat;
}
.gold-page .gold-page__right .share-list .item.browser {
  background: #04b692;
  padding: 9px 14px 9px 12px;
}
.gold-page .gold-page__right .share-list .item.browser .icon {
  background: url(../bm7/img/gold/share-sprite.png) 0 -80px no-repeat;
}
.gold-page .gold-page__right .share-list .item:hover {
  opacity: 0.9;
}
.gold-page.playlist {
  top: 290px;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  border-radius: 3px;
  width: auto;
  padding: 0;
  font-family: inherit;
}
.ngdialog.ngdialog-theme-default {
  text-align: center;
}
.ngdialog {
  z-index: 8000;
}
.ngdialog-overlay {
  background: rgba(0,40,100,0.8);
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -ms-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  position: absolute;
  top: -30px;
  right: -30px;
  content: "";
  background: url(https://molodost.bz/default/bm7/img/icons/popup-close.svg) center center no-repeat;
  background-size: 30%;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before {
  opacity: 1;
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 80px;
  padding-top: 80px;
}
.popup {
  -ms-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.13);
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  position: relative;
  background: #ffffff;
  width: 300px;
  padding: 30px 40px 30px 40px;
  box-sizing: content-box;
}
.popup:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.popup .popup__close {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  -ms-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  position: absolute;
  top: -30px;
  right: -30px;
  background: url(https://molodost.bz/default/bm7/img/icons/popup-close.svg) center center no-repeat;
  background-size: 30%;
}
.popup .popup__close:hover {
  opacity: 1;
}
.popup .popup__title {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  color: #323232;
  margin: 10px 0 20px 0;
}
.popup .popup__title .or {
  font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #b3b3b5;
  padding: 0 5px 0 5px;
}
.popup .popup__title .link {
  color: #9ca5ac;
}
.popup .popup__title .link:hover {
  color: #1d5aff;
}
.popup .popup__form .popup__error {
  font-size: 14px;
  line-height: 20px;
  color: #ff0000;
  display: none;
  padding: 0 0 15px 0;
  text-align: center;
}
.popup .popup__form .simple-form {
  padding: 0;
}
.popup .popup__form .item .name {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #b3b3b5;
  margin: 10px 0 6px 0;
}
.popup .popup__text {
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin: 0 0 20px 0;
}
.popup .popup__social {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
.popup .popup__social .item {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  margin: 0 0 0 14px;
}
.popup .popup__social .item.vk {
  background: url(../bm7/img/icons/social-sprite.png) 0 0 no-repeat;
  margin: 0;
}
.popup .popup__social .item.fb {
  background: url(../bm7/img/icons/social-sprite.png) 0 -38px no-repeat;
}
.popup .popup__social .item.tw {
  background: url(../bm7/img/icons/social-sprite.png) 0 -76px no-repeat;
}
.popup .popup__social .item.ok {
  background: url(../bm7/img/icons/social-sprite.png) 0 -114px no-repeat;
}
.popup .popup__social .item.ma {
  background: url(../bm7/img/icons/social-sprite.png) 0 -152px no-repeat;
}
.popup .popup__social .item.gp {
  background: url(../bm7/img/icons/social-sprite.png) 0 -190px no-repeat;
}
.popup .popup__social .item:hover {
  opacity: 0.8;
}
.popup .popup__user {
  overflow: auto;
  height: 65px;
}
.popup .popup__user .bm-avatar {
  float: left;
  margin: 0 12px 0 0;
}
.popup .popup__user .title {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  margin: 4px 0 0 0;
  color: #000000;
}
.popup .popup__user .title .name {
  font-family: "Roboto Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.popup .hidden-text {
  font-size: 20px;
  line-height: 26px;
  padding: 0 0 20px 0;
  text-align: center;
}
.popup .hidden-text.link {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.popup .hidden-text.link:first-child {
  padding: 20px 0 0 0;
}
.popup .popup__center {
  text-align: center;
}
.popup.avatar {
  width: 400px;
  text-align: center;
}
.popup.media {
  border-radius: 3px;
  width: 620px;
  padding: 35px 0 0 0;
}
.popup.media .popup__delete {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 10px;
  right: 40px;
  color: #9da5ab;
  padding: 0 0 0 20px;
  background: url(../bm7/img/icons/trash-icon.png) 0 0 no-repeat;
}
.popup.media .popup__delete:hover {
  color: #1d5aff;
  background: url(../bm7/img/icons/trash-icon.png) 0 -16px no-repeat;
}
.popup.media .popup__img {
  display: block;
  width: 100%;
}
.popup.learning-popup {
  position: relative;
  width: 500px;
  text-align: center;
  padding: 50px 50px 50px 50px;
}
.popup.learning-popup .learning-popup__title {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px 0;
}
.popup.learning-popup .learning-popup__text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #b5b5b5;
  padding: 0 0 20px 0;
}
.popup.learning-popup .popup__bottom {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 600px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.popup.learning-popup .popup__bottom .text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  font-size: 15px;
  padding: 13px 15px 0 0;
}
.popup.learning-popup .popup__bottom .text a {
  color: #ffffff;
  text-decoration: underline;
}
.popup.learning-popup .popup__bottom .text a:hover {
  text-decoration: none;
}
.popup.learning-popup .popup__bottom .button {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 17px 9px 17px;
  border-radius: 20px;
  color: #ffffff;
}
.popup.image {
  width: 378px;
}
.popup.image .popup__title {
  text-align: center;
}
.popup.image .popup__text {
  text-align: center;
}
.popup.image .popup__img {
  width: 458px;
  height: 223px;
  border-radius: 3px 3px 0 0;
  margin: -30px 0 30px -40px;
}
.popup.image .popup__img.eye {
  background: url(../bm7/img/icons/popup-image-sprite.jpg) 0 -223px no-repeat;
}
.popup.image .popup__img.flag {
  background: url(../bm7/img/icons/popup-image-sprite.jpg) 0 0 no-repeat;
}
.popup.image .popup__img.case {
  background: url(../bm7/img/icons/popup-image-sprite.jpg) 0 -446px no-repeat;
}
.popup.image .popup__img.subscription {
  background: url(../bm7/img/icons/popup-image-sprite.jpg) 0 -669px no-repeat;
}
.popup.image .popup__img.cock {
  background: url(../bm7/img/icons/popup-image-sprite.jpg) 0 -892px no-repeat;
}
.popup.image .popup__form {
  width: 300px;
  margin: auto;
}
.fancybox-overlay {
  background: rgba(0,40,100,0.8);
}
.fancybox-lock {
  width: auto;
  overflow: visible !important;
}
.fancybox-inner {
  overflow: visible;
}
.phone-3 {
  width: 140px !important;
}
.fancyboxClose {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
.fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
.popupBody {
  position: relative;
  width: 486px;
}
.popupBody .fancyboxClose {
  position: absolute;
  top: -60px;
  right: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
.popupBody .fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
.popupBody_wrap {
  position: relative;
  padding: 15px 50px 50px;
  background: white;
  z-index: 300;
}
.popupBody_wrap .head {
  position: absolute;
  top: -30px;
  left: 0;
  width: 486px;
  height: 30px;
  background: url(../img/top-bg-popupVK.png) 0 0 no-repeat;
}
.popupBody_wrap .close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -61px -30px;
  height: 60px;
  width: 60px;
  background: url(../img/modal-btn.png) 0 -60px no-repeat;
}
.popupBody_title {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  text-align: center;
  font: 600 24px/1 'Open Sans';
  color: #bbbbbb;
}
.popupBody_user {
  margin-bottom: 25px;
  overflow: hidden;
}
.popupBody_user img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
}
.popupBody_info {
  margin-left: 65px;
  font: 15px/1.2 "Helvetica Neue", Arial, sans-serif;
  color: #444444;
}
.popupBody_info span {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}
.popupBody p {
  color: #444444;
}
.popupBody p.NotBott {
  margin-bottom: 0;
}
.popupBody_form {
  margin-top: 30px;
  margin-bottom: 12px;
}
.popupBody_form * {
  display: block;
}
.popupBody_form .popupBody__label {
  font: 11px/1 "Helvetica Neue", Arial, sans-serif;
  color: #b7b7b7;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}
.popupBody_form input[type="text"],
.popupBody_form input[type="password"] {
  border: none;
  width: 376px;
  padding-left: 10px;
  height: 38px;
  background: #ebebeb;
  border-radius: 4px;
  margin-bottom: 25px;
}
.popupBody_form button {
  border: none;
  width: 100%;
  background: none repeat scroll 0 0 #02cd89;
  border-radius: 4px;
  color: #ffffff;
  height: 49px;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  font-family: 'ProximaNova Reg';
  font-size: 21px;
}
.popupBody .come_back {
  color: #2a2a2a;
  font: 12px/1 "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
  border-bottom: 1px dashed #2a2a2a;
  padding-left: 1px;
}
.popupCitySearch {
  position: absolute;
  top: 0;
  left: 0;
  margin: 48px 0 0 220px;
  width: 270px;
  background: white;
  z-index: 107;
  max-height: 294px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.3);
}
.popupCitySearch_list {
  border: 1px solid #f1f1f1;
}
.popupCitySearch_list li {
  height: 34px;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;
}
.popupCitySearch_list li:first-child {
  border: none;
}
.popupCitySearch_list li a {
  display: block;
  padding-left: 15px;
  font: 13px/34px "Helvetica Neue", Arial, sans-serif;
  color: #7e7e7e;
}
.popupCitySearch_list li a:hover {
  background: #1840ff;
  color: white;
}
.popupCitySearch_list li a span {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  background: url(../img/arr-popup.png) 0 0 no-repeat;
  visibility: hidden;
}
.popupCitySearch_list li a.active {
  color: #0aaf78;
}
.popupCitySearch_list li a.active span {
  visibility: visible;
}
.popupCitySearch_list li a.active:hover {
  color: white;
}
.popupCitySearch_list li a.active:hover span {
  visibility: hidden;
}
.popupCitySearch_list li a.all_city {
  color: #636777;
  text-decoration: underline !important;
}
.popupCitySearch_list li a.all_city:hover {
  color: #636777;
  background: none;
  text-decoration: none;
}
.popupCitySearch .relative {
  position: relative;
}
.popupCitySearch .relative .angel {
  z-index: 1;
  position: absolute;
  top: -6px;
  left: 15px;
  width: 13px;
  height: 7px;
  background: #ffffff url(../img/ang-top.png) 0 0 no-repeat;
}
.popupCitySearch form {
  border: 1px solid #f1f1f1;
  border-bottom: none;
  border-top: none;
  height: 40px;
  overflow: hidden;
  width: 268px;
}
.popupCitySearch form .box {
  height: 100%;
  position: relative;
  width: 100%;
}
.popupCitySearch form .box input {
  background: none;
  border: none;
  font-size: 14px;
  height: 40px;
  text-indent: 11px;
  width: 268px;
  display: block;
  border-top: 1px solid #f1f1f1;
}
.popupCitySearch form .box .icon {
  background: url("../img/search-icon-top.png") no-repeat scroll 0 50% rgba(0,0,0,0);
  height: 17px;
  margin-right: 9px;
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  margin-top: 12px;
  cursor: pointer;
}
.popupCityList h4 {
  font-size: 24px;
  color: #bbbbbb;
  margin: 20px 0 15px 0;
  font-family: 'Open Sans';
}
.popupCityList .fancyboxClose {
  position: absolute;
  top: -32px;
  right: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
.popupCityList .fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
.popupCityList_wrap {
  position: relative;
  padding: 15px 50px 30px 50px;
  background: white;
  z-index: 300;
}
.popupCityList_wrap .close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -61px -30px;
  height: 60px;
  width: 60px;
  background: url(../img/modal-btn.png) 0 -60px no-repeat;
}
.popupCityList_wrap .title {
  font: 17px/1.3 "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  color: #202020;
  margin: 0 0 5px 0;
}
.popupCityList_wrap .russia {
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.popupCityList_wrap .russia ul {
  display: inline-block;
  vertical-align: top;
  width: 208px;
}
.popupCityList_wrap .russia ul li {
  list-style: none;
}
.popupCityList_wrap .russia ul li a {
  margin-left: 8px;
  padding-left: 12px;
  background: url(../img/dot-list-city.png) left 50% no-repeat;
  color: #7e7e7e;
  font: 13px/1.7 "Helvetica Neue", Arial, sans-serif;
}
.popupCityList_wrap .russia ul li a:hover {
  color: #1840ff;
}
.popupCityList_wrap .column {
  display: inline-block;
  vertical-align: top;
  width: 208px;
}
.popupCityList_wrap .column ul {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
.popupCityList_wrap .column ul li {
  list-style: none;
}
.popupCityList_wrap .column ul li a {
  margin-left: 8px;
  padding-left: 12px;
  background: url(../img/dot-list-city.png) left 50% no-repeat;
  color: #7e7e7e;
  font: 13px/1.7 "Helvetica Neue", Arial, sans-serif;
}
.popupCityList_wrap .column ul li a:hover {
  color: #1840ff;
}
.popupFeedbackThanks {
  font-size: 15px;
  color: #444444;
}
.popupFeedbackThanks .wrap {
  padding: 15px 30px 30px 30px;
}
.popupFeedbackThanks h4 {
  font-size: 24px;
  color: #bbbbbb;
  margin: 20px 0 15px 0;
  font-family: 'Open Sans';
}
.popupFeedbackThanks .fancyboxClose {
  position: absolute;
  top: -32px;
  right: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
.popupFeedbackThanks .fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
#popup_knowledge_access {
  display: none;
  padding: 0 15px 15px 15px;
  margin: auto;
  line-height: normal;
}
#popup_knowledge_access p {
  margin: 0 0 10px 0;
}
#popup_knowledge_access .fancyboxClose {
  position: absolute;
  top: -48px;
  right: -43px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 28040;
  background: url(../img/fancyboxCloseSprite.png) 0 0 no-repeat !important;
}
#popup_knowledge_access .fancyboxClose:hover {
  background: url(../img/fancyboxCloseSprite.png) 0 -60px no-repeat !important;
}
#popup_knowledge_access h4 {
  font-family: "Open Sans";
  font-size: 24px;
  color: #bbbbbb;
  text-align: center;
  margin: 0 0 15px 0;
}
#popup_knowledge_access .popup-link {
  background: #00ce86;
  padding: 12px 0 12px 0;
  margin: 18px auto 0 auto;
  color: #ffffff;
  width: 386px;
  display: block;
  border-radius: 3px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
}
#popup_knowledge_access .popup-link:hover {
  background: #0551ff;
}
.captchaBlock .captchaWord {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  margin: 8px 0 0 0;
}
.thx_block {
  margin: 0 0 30px;
  width: 1000px;
  position: relative;
  z-index: 10;
}
.thx_block li {
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: -5px;
  width: 247px;
  height: 241px;
}
.thx_block li .outer {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  height: 241px;
}
.thx_block li .outer .inner {
  padding: 15px;
}
.thx_block li .outer .inner .row_1 {
  margin-bottom: 15px;
}
.thx_block li .outer .inner .row_1 .ava {
  float: left;
}
.thx_block li .outer .inner .row_1 .name_and_date {
  margin-left: 62px;
}
.thx_block li .outer .inner .row_1 .name_and_date .name {
  max-height: 44px;
  overflow: hidden;
}
.thx_block li .outer .inner .row_1 .name_and_date .date {
  color: #808285;
  font-size: 11px;
}
.thx_block li .outer .inner .row_2 {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
.thx_block li .outer .inner .row_2 .comment_text_outer {
  max-height: 126px;
  overflow: hidden;
  position: relative;
}
.thx_block li .outer .inner .row_2 .comment_text_outer .text_overflow {
  display: none;
}
.thx_block li .outer .inner .row_2 .toggle_data span.show_less {
  display: none;
}
.thx_block li.item.x2 .outer .inner .row_2 .show_more,
.thx_block li.item.x3 .outer .inner .row_2 .show_more,
.thx_block li.item.x4 .outer .inner .row_2 .show_more,
.thx_block li.item.x5 .outer .inner .row_2 .show_more,
.thx_block li.item.x6 .outer .inner .row_2 .show_more {
  display: none;
}
.thx_block li.item.x2 .outer .inner .row_2 .show_less,
.thx_block li.item.x3 .outer .inner .row_2 .show_less,
.thx_block li.item.x4 .outer .inner .row_2 .show_less,
.thx_block li.item.x5 .outer .inner .row_2 .show_less,
.thx_block li.item.x6 .outer .inner .row_2 .show_less {
  display: inline-block;
}
.thx_block li.item.x2 .outer .inner .row_2 .comment_text_outer,
.thx_block li.item.x3 .outer .inner .row_2 .comment_text_outer,
.thx_block li.item.x4 .outer .inner .row_2 .comment_text_outer,
.thx_block li.item.x5 .outer .inner .row_2 .comment_text_outer,
.thx_block li.item.x6 .outer .inner .row_2 .comment_text_outer {
  overflow: auto;
  max-height: none;
}
.thx_block li.item.x2 .outer {
  height: 477px;
}
.thx_block li.item.x3 .outer {
  height: 713px;
}
.thx_block li.item.x4 .outer {
  height: 949px;
}
.thx_block li.item.x5 .outer {
  height: 1185px;
}
.thx_block li.item.x6 .outer {
  height: 1421px;
}
.thx_block li.thx_color_1 {
  z-index: 10001;
}
.thx_block li.thx_color_1 .outer {
  background: #ffffff;
}
.thx_block li.thx_color_2 .outer {
  background: #eacde4;
}
.thx_block li.thx_color_3 .outer {
  background: #f9f585;
}
.thx_block li.thx_color_4 .outer {
  background: #fcbd00;
}
.thx_block li.thx_color_5 .outer {
  background: #c9d4ff;
}
.thx_block li.thx_color_6 .outer {
  background: #fdfcd6;
}
.thx_block li.thx_color_7 .outer {
  background: #ff9bda;
}
.thx_block li.thx_color_8 .outer {
  background: #e9f1fe;
}
.thx_block li.thx_color_9 .outer {
  background: #b5cc64;
}
.thx_block h2,
.thx_block .h2 {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
  margin: 0 0 29px;
}
.thx_block textarea {
  width: 206px;
  height: 99px;
  resize: none;
  border: 1px solid #e5e5e5;
  padding: 3px 5px;
  overflow: auto;
}
.thx_block .btn_yellow {
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.thx_block .thx_success {
  display: none;
}
.thx_block .thx_success .thx_success-message {
  padding-top: 4px;
  font-size: 13px;
  height: 103px;
}
.thx_block .thx_success .thx_success-btn .btn_yellow.small {
  padding: 5px 0 5px 0;
}
.profile_wrapper {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  margin: 7px 0 10px;
  overflow: hidden;
}
.b_tabs {
  margin: 15px 30px 30px 30px;
}
.b_tabs .b_tabs-tabs {
  height: 41px;
}
.b_tabs .b_tabs-tabs .item {
  float: left;
  border-radius: 6px 6px 0 0;
  display: block;
  height: 40px;
  padding: 0 55px;
  margin-right: -10px;
  line-height: 38px;
  font-size: 11px;
  font-family: "HMN55";
  border: 1px solid #c5c6c8;
  border-bottom: none;
  cursor: pointer;
  color: #000000;
}
.b_tabs .b_tabs-tabs .item.tab_1 {
  background-color: #ffffff;
  z-index: 100;
}
.b_tabs .b_tabs-tabs .item.tab_2 {
  background-color: #fafafb;
  z-index: 90;
}
.b_tabs .b_tabs-tabs .item.tab_3 {
  background-color: #f1f1f2;
  z-index: 80;
}
.b_tabs .b_tabs-tabs .item.tab_4 {
  background-color: #e7e7e8;
  z-index: 70;
}
.b_tabs .b_tabs-tabs .item.active {
  background-color: #ffffff;
  cursor: default;
  color: #0033ff;
  height: 41px;
  z-index: 150;
}
.b_tabs .b_tabs-content {
  border-radius: 0 8px 8px 8px;
  border: 1px solid #c5c6c8;
  padding: 30px 25px;
}
.b_tabs .b_tabs-content .item {
  display: none;
}
.b_tabs .btn_yellow {
  -webkit-appearance: none;
  background: none repeat scroll 0 0 #02cd89;
  border-bottom: 3px solid #02a46e;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "ProximaNova Bold";
  font-size: 18px;
  height: 38px;
  line-height: 41px;
  padding: 0 80px;
  text-align: center;
  vertical-align: middle;
}
.personal_data .col_left {
  float: left;
  width: 140px;
}
.personal_data .col_center {
  float: left;
  width: 320px;
  margin-left: 40px;
}
.personal_data .col_right {
  float: right;
  width: 320px;
  margin-right: 15px;
}
.error li {
  color: #ff0000;
  list-style: none outside none;
  text-align: right;
  font-size: 11px;
}
.l_form_profile .row {
  margin-top: 8px;
}
.l_form_profile .row .field_name {
  float: left;
  font-size: 11px;
  color: #808285;
  padding-top: 3px;
}
.l_form_profile .row .field_option {
  margin-left: 110px;
  font-size: 11px;
}
.l_form_profile .row .field_option input[type="text"],
.l_form_profile .row .field_option input[type="password"] {
  font-size: 11px;
  color: #231f20;
  border: 1px solid #cfd0d1;
  margin: 0;
  padding: 2px 5px 3px;
  text-align: center;
  vertical-align: top;
  width: 198px;
  height: 17px;
}
.l_form_profile .row .field_option input[type="text"].error,
.l_form_profile .row .field_option input[type="password"].error {
  box-shadow: 0 0 0 1px #ff0000;
  border-color: #ff0000;
}
.l_form_profile .row .field_option select {
  font-size: 11px;
  color: #231f20;
  border: 1px solid #cfd0d1;
  padding: 2px;
}
.l_form_profile .row.gender .field_option {
  padding-top: 3px;
}
.l_form_profile .row.phone .field_option input {
  float: left;
  margin-left: 3px;
}
.l_form_profile .row.phone .field_option input.pre {
  width: 25px;
}
.l_form_profile .row.phone .field_option input.operator {
  width: 36px;
}
.l_form_profile .row.phone .field_option input.num {
  width: 98px;
}
.l_form_profile .row.phone .field_option input:first-child {
  margin-left: 0;
}
.l_form_profile .row.phone .field_option .plus {
  float: left;
  display: block;
  padding-top: 3px;
  width: 14px;
}
.l_form_profile .row.business .field_option {
  padding-top: 3px;
  height: 97px;
}
.l_form_profile .row.email .field_option {
  padding: 3px 0 5px;
}
.l_form_profile .row.country .field_option select {
  width: 210px;
}
.l_form_profile .row.sphere .field_option select {
  width: 210px;
}
.l_form_profile .row:first-child {
  margin-top: 0;
}
.l_form_profile .divider {
  height: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .l_form .row .field_option select {
    line-height: 18px;
  }
}
label.radio {
  padding-left: 20px;
  margin-right: 16px;
  display: inline-block;
}
label.radio input {
  float: left;
  position: relative;
  margin: 2px 0 0 -20px;
}
*:first-child + html label.radio {
  position: relative;
}
*:first-child + html label.radio input {
  margin: 0;
  position: absolute;
  z-index: 10;
  top: -2px;
  left: -2px;
}
.change_password {
  width: 330px;
}
.personal_data-sbm {
  text-align: right;
  padding: 30px 16px 0 0;
}
.personal_data-sbm input.btn_yellow:hover {
  background: #1224fb;
  border-bottom: 3px solid #0e1dc9;
}
.business_exist {
  margin-bottom: 20px;
}
.business_availability {
  display: none;
}
.business_availability label {
  margin-bottom: 10px;
}
.business_availability .business_availability-item {
  display: none;
}
.btn_photo_options,
.btn_logout {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  font-size: 11px;
  color: #231f20;
  white-space: nowrap;
}
.btn_photo_options i,
.btn_logout i {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../i/sprite-icons-plus-minus.png) no-repeat 0 0;
}
.btn_photo_options.upload i,
.btn_logout.upload i {
  background-position: 0 0;
}
.btn_photo_options.remove i,
.btn_logout.remove i {
  background-position: 0 -8px;
}
.photo_upload {
  position: relative;
  width: 150px;
  overflow: hidden;
}
.photo_upload .img {
  height: 140px;
  overflow: hidden;
}
.photo_upload input {
  opacity: 0;
  transform: translate(400px,65px) scale(7);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  cursor: pointer;
  direction: rtl;
}
.photo_delete {
  display: none;
}
.personal_data_logout {
  margin-top: 10px;
}
.personal_data_logout .btn_logout {
  text-decoration: underline;
}
.personal_data_logout .btn_logout i {
  background-position: 0 -8px;
}
.personal_data_logout .btn_logout:hover {
  text-decoration: none;
  color: #231f20;
}
.ui-datepicker.ui-widget {
  font-family: "HMN55";
}
.ui-datepicker.ui-widget select {
  font-size: 11px !important;
  color: #231f20;
  border: 1px solid #cfd0d1;
  margin: 0 !important;
  padding: 2px;
  vertical-align: top;
}
.message_success,
.message_error {
  font-size: 16px;
  margin-bottom: 22px;
}
.message_error {
  color: #ff0000;
}
.ui-autocomplete {
  border-radius: 0 !important;
  font-family: "HMN55" !important;
  border-top: none !important;
}
.ui-autocomplete a {
  font-size: 11px;
  color: #231f20 !important;
  border: none !important;
  margin: 0 !important;
  background: none !important;
}
.ui-autocomplete a:hover {
  background: #deebfe !important;
}
.socialAuth.profile {
  padding: 20px 0 0 0;
  font-size: 13px;
}
.socialAuth.profile .one {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 5px 12px 0 0;
}
.socialAuth.profile .one a {
  display: block;
}
.socialAuth.profile .one .icon {
  margin: 0 0 10px 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  display: inline-block;
}
.socialAuth.profile .one .icon.vk {
  background: #cccccc url('../i/socialAuth/vk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.vk:hover {
  background: #1224fb url('../i/socialAuth/vk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.vk.active {
  background: #5c87b2 url('../i/socialAuth/vk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.fb {
  background: #cccccc url('../i/socialAuth/facebook.png') center center no-repeat;
}
.socialAuth.profile .one .icon.fb:hover {
  background: #1224fb url('../i/socialAuth/facebook.png') center center no-repeat;
}
.socialAuth.profile .one .icon.fb.active {
  background: #577abb url('../i/socialAuth/facebook.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ok {
  background: #cccccc url('../i/socialAuth/odnk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ok:hover {
  background: #1224fb url('../i/socialAuth/odnk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ok.active {
  background: #ff7e00 url('../i/socialAuth/odnk.png') center center no-repeat;
}
.socialAuth.profile .one .icon.tw {
  background: #cccccc url('../i/socialAuth/twitter.png') center center no-repeat;
}
.socialAuth.profile .one .icon.tw:hover {
  background: #1224fb url('../i/socialAuth/twitter.png') center center no-repeat;
}
.socialAuth.profile .one .icon.tw.active {
  background: #00bbf1 url('../i/socialAuth/twitter.png') center center no-repeat;
}
.socialAuth.profile .one .icon.gp {
  background: #cccccc url('../i/socialAuth/gplus.png') center center no-repeat;
}
.socialAuth.profile .one .icon.gp:hover {
  background: #1224fb url('../i/socialAuth/gplus.png') center center no-repeat;
}
.socialAuth.profile .one .icon.gp.active {
  background: #da4835 url('../i/socialAuth/gplus.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ya {
  background: #cccccc url('../i/socialAuth/yandex.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ya:hover {
  background: #1224fb url('../i/socialAuth/yandex.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ya.active {
  background: #ec2020 url('../i/socialAuth/yandex.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ma {
  background: #cccccc url('../i/socialAuth/mailru.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ma:hover {
  background: #1224fb url('../i/socialAuth/mailru.png') center center no-repeat;
}
.socialAuth.profile .one .icon.ma.active {
  background: #3d82e2 url('../i/socialAuth/mailru.png') center center no-repeat;
}
.storyBlock #storyForm {
  background-color: white;
  padding: 10px 30px;
}
.storyBlock #storyForm h1 {
  margin-bottom: 5px;
  text-align: center;
}
.storyBlock #storyForm h3 {
  text-align: center;
}
.storyBlock #storyForm label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.storyBlock #storyForm input[type="text"] {
  width: 804px;
  padding: 0px 10px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.storyBlock #storyForm .storyLabel {
  margin-top: 10px;
}
.storyBlock #storyForm .anonimBlock {
  margin-top: 20px;
  text-align: center;
}
.storyBlock #storyForm .anonimBlock input[type="submit"] {
  height: 35px;
  font-size: 16px;
  margin-top: 5px;
}
.storyBlock #storyForm .upload_file_title {
  width: 300px;
}
.storyBlock #storyForm #uploadFile {
  margin: 20px 0px 5px;
  display: inline-block;
  border-bottom: 1px dashed #0033ff;
  cursor: pointer;
}
.storyBlock #storyForm #file_in_story {
  padding-left: 20px;
}
.storyBlock #storyForm #file_in_story a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  margin-right: 10px;
}
.storyBlock #storyForm #file_in_story a:hover {
  text-decoration: underline;
}
.storyBlock #storyForm #file_in_story .deleteFuckungFile {
  color: red;
  font-size: 12px;
  border-bottom: 1px dashed red;
}
.storyBlock #storyForm #file_in_story .deleteFuckungFile:hover {
  text-decoration: none;
  border-bottom: none;
}
.storyBlock #storyForm .message_success {
  text-align: center;
  color: green;
  font-size: 20px;
}
ul.regionalEventsList {
  list-style: disc;
  margin: 0 0 0 50px;
}
.regionalEvent {
  margin: 0 50px 0 50px;
}
.regionalEvent .checkboxBlock {
  float: left;
  width: 40px;
  height: 30px;
  text-align: left;
  margin: 0px 0px 0px 20px;
}
.regionalEvent .checkboxBlock.first {
  width: 55px;
  margin: 0px 5px 0px 0px;
  font-size: 12px;
}
.regionalEvent .checkboxBlock input[type='checkbox'] {
  margin-left: 5px;
  margin-top: 5px;
}
.regionalEvent .nameBlock {
  float: left;
  font-size: 12px;
  width: 240px;
}
.regionalEvent .nameBlock.emailBlock {
  margin-left: 10px;
}
.regionalEvent .nameBlock.phoneBlock {
  margin-left: 20px;
  width: 90px;
}
.regionalEvent .nameBlock.activatedBlock {
  margin-left: 10px;
  width: 80px;
}
.regionalEvent .nameBlock.buyBlock {
  width: 130px;
  margin-left: 20px;
}
.regionalEvent .search {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.regionalEvent .search .search-input {
  width: 300px;
}
.regionalEvent .search .button {
  float: none;
  padding: 3px 20px;
}
.regionalEvent .button {
  font-size: 12px;
  background-color: #f1f1f1;
  border: 1px solid #909090;
  border-radius: 3px;
  color: #555555;
  display: inline-block;
  float: left;
  padding: 3px 5px;
}
.regionalEvent .success {
  text-align: center;
  color: #00c080;
  margin: 0 0 20px 0;
}
.regionalEvent .error {
  text-align: center;
  color: #ff0000;
  margin: 0 0 20px 0;
}
.regionalEvent .save {
  margin: 20px;
}
.rasp_subtitle {
  font-size: 20px;
  line-height: 31px;
  padding: 10px 20px 12px;
  background: #8abfec;
  color: #ffffff;
}
.b_timetable {
  position: relative;
  margin: 0 -15px 30px;
}
.b_timetable table {
  height: 40px;
}
.b_timetable table td {
  vertical-align: middle;
}
.b_timetable p {
  margin-bottom: 0 !important;
}
.b_timetable .tt_date {
  width: 160px;
  color: #777777;
  text-align: left;
}
.b_timetable .tt_name {
  width: 415px;
  padding: 5px 20px;
}
.b_timetable .tt_link {
  text-align: center;
  width: 105px;
}
.b_timetable .tt_link span {
  color: #0033ff;
  font-size: 13px;
}
.b_timetable span {
  font-size: 12px;
  color: #777777;
}
.oplataTableHead {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  margin-top: -10px;
  vertical-align: middle;
  height: 60px !important;
}
.rasp_string {
  padding: 10px 0;
}
.rasp_string .wrapper {
  position: relative;
}
.rasp_string .wrapper.hidden-requests {
  display: none;
}
.rasp_string td {
  height: 0;
}
.rasp_string a {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
  background: url("../i/blank.gif") repeat;
}
.oplataStatus0,
.oplataStatus1 {
  color: red;
}
.oplataStatus2 {
  color: green;
}
.b_tabs a.next {
  padding: 10px 20px;
  border: none;
  color: #ffffff;
  display: inline-block;
  width: auto;
  background: #19c289;
}
.b_tabs .btn_yellow:hover {
  background: #1224fb;
  border-bottom: 3px solid #0e1dc9;
  color: #ffffff;
}
.b_tabs .post .bg_blue #card-block p.message_error {
  padding-left: 38px;
  text-align: left;
}
.card_showNumber {
  display: inline-block;
  margin: 13px 30px 0;
}
.b_tabs-content button.next {
  border: 1px solid #0db67d;
  color: #0db67d;
}
.b_tabs-content button.next:hover {
  background-color: #0033ff;
  border: 1px solid #0033ff;
}
.b_form_content {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background-color: #bcd6fd;
  padding: 20px 155px;
  margin: 0 -15px;
  position: relative;
}
.b_form_content h4,
.b_form_content .h4 {
  margin-bottom: 40px;
}
.b_form_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b_form_content ul li {
  margin-bottom: 20px;
  padding-left: 0;
}
.b_form_content ul li .field_name {
  font-size: 16px;
  letter-spacing: 0.07em;
}
.b_form_content ul li .field_option input,
.b_form_content ul li .field_option select,
.b_form_content ul li .field_option textarea {
  border: 1px solid #cccccc;
  margin: 0;
  padding: 7px 5px 8px;
  color: #231f20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
}
.b_form_content ul li .field_option input[readonly="readonly"],
.b_form_content ul li .field_option select[readonly="readonly"],
.b_form_content ul li .field_option textarea[readonly="readonly"] {
  background-color: #ebebe4;
  cursor: default;
}
.b_form_content ul li .field_option input {
  width: 368px;
}
.b_form_content ul li .field_option select {
  width: 380px;
  text-align: left;
}
.b_form_content ul li .field_option select.new-select {
  width: 100%;
}
.b_form_content ul li .field_option textarea {
  width: 368px;
  height: 90px;
}
.b_form_content ul li.sbm {
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
}
.b_form_content ul li.phone .field_option {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
}
.b_form_content ul li.phone .field_option input {
  display: inline-block;
}
.b_form_content ul li.phone .field_option input.pre {
  width: 50px;
}
.b_form_content ul li.phone .field_option input.code {
  width: 84px;
  margin-left: 5px;
}
.b_form_content ul li.phone .field_option input.num {
  width: 200px;
  margin-left: 5px;
}
.b_form_content ul li .resume_link {
  border-bottom: 1px dashed;
}
.b_form_content .useragreement {
  font-family: 'HMN55';
  color: #808285;
  font-size: 11px;
  line-height: 13px;
  margin: 15px 0 15px 0;
}
.b_form_content .activationText {
  font-family: 'HMN55';
  margin: -15px 0 0 0;
  font-size: 14px;
}
.b_form_content .captchaRefresh,
.b_form_content .codeRefresh {
  display: block;
  text-align: center;
}
.b_form_content .captchaRefresh {
  margin-top: 10px;
}
.b_form_content input {
  box-sizing: content-box;
}
.b_form_content .price {
  font-size: 20px;
}
.b_form_content .price span {
  display: block;
  font-size: 15px;
  padding: 2px 0 0 195px;
}
.b_form_content .priceTimer {
  font-family: 'HMN55';
  text-align: center;
  padding: 10px 0px 10px 0;
  border: 1px solid #cccccc;
  background-color: #dfecff;
  margin: 10px auto 20px auto;
}
.b_form_content .priceTimer .timer {
  font-family: 'HMN45';
  font-size: 28px;
  line-height: 34px;
}
.b_form_content .priceWarning {
  height: 36px;
  font-size: 20px;
  line-height: 30px;
  padding: 13px 0 0 32px;
  position: relative;
  font-family: 'HMN55';
}
.b_form_content .priceWarning img {
  position: absolute;
  top: 15px;
  left: 0;
}
.b_form_content .email-response {
  text-align: center;
  color: #ff0000;
  margin: 20px auto 20px auto;
}
.b_form_content .email-response.success {
  color: green;
}
.b_form_content .formRadio1 {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 18px;
}
.b_form_content .counter_price_form.green .priceTimer {
  background: #2ac16d;
  font-family: "ProximaNova Bold", "HelveticaNeue", "Arial", sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  border: none;
}
.b_form_content .counter_price_form.green .priceTimer p {
  font-family: "ProximaNova Bold", "HelveticaNeue", "Arial", sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}
.b_form_content .counter_price_form.green .priceTimer .timer {
  font-family: "ProximaNova Bold", "HelveticaNeue", "Arial", sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
}
.enterForm {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background-color: #bcd6fd;
  width: 400px !important;
  margin: 0 auto 20px auto !important;
  padding: 20px 40px 20px 40px !important;
  position: relative;
}
.enterForm .regForm,
.enterForm .recForm {
  display: none;
}
.enterForm h4 {
  text-align: center;
}
.enterForm input[type="text"],
.enterForm input[type="password"] {
  width: 390px;
}
.enterForm select {
  width: 390px;
  text-align: left;
}
.enterForm textarea {
  width: 390px;
  height: 90px;
}
.enterForm input,
.enterForm select,
.enterForm textarea {
  border: 1px solid #cccccc;
  margin: 5px 0 5px 0;
  padding: 7px 5px 8px 5px;
  color: #231f20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: center;
}
.enterForm input[type="submit"],
.enterForm select[type="submit"],
.enterForm textarea[type="submit"] {
  margin: 5px 0 15px 30px;
}
.enterForm input[readonly="readonly"],
.enterForm select[readonly="readonly"],
.enterForm textarea[readonly="readonly"] {
  background-color: #ebebe4;
  cursor: default;
}
.enterForm input.bill_phone1,
.enterForm select.bill_phone1,
.enterForm textarea.bill_phone1 {
  width: 50px;
}
.enterForm input.bill_phone2,
.enterForm select.bill_phone2,
.enterForm textarea.bill_phone2 {
  width: 80px;
  margin: 5px 0 5px 5px;
}
.enterForm input.bill_phone3,
.enterForm select.bill_phone3,
.enterForm textarea.bill_phone3 {
  width: 216px;
  margin: 5px 0 5px 5px;
}
.enterForm .error {
  color: #ff0000;
  padding: 0 0 10px 0;
  text-align: center;
}
.popup_entry_form .field_name {
  margin-bottom: 5px;
}
.popup_entry_form input[type="text"] {
  width: 420px;
  height: 30px;
  margin-bottom: 10px;
  border: 1px solid #aaaaaa;
  padding: 0px 10px;
}
.popup_entry_form input.pre {
  width: 50px;
  margin-right: 5px;
}
.popup_entry_form input.code {
  width: 128px;
  margin-right: 5px;
}
.popup_entry_form input.num {
  width: 178px;
}
.popup_entry_form .btn_yellow.xlarge {
  background: #19c289;
  color: white;
  margin-top: 10px;
  width: 420px;
  border-radius: 0px;
  margin-bottom: 10px;
}
.tinymce-form-wrapper {
  padding: 10px 0 30px 0;
}
.tinymce-form-wrapper .tinymce-form-open {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  display: block;
  color: #5a5a5a;
  text-align: center;
  border: 1px solid #d7d7d7;
  padding: 16px 0 13px 0;
  border-radius: 4px;
}
.tinymce-form-wrapper .tinymce-form-open:hover {
  color: #414141;
  border: 1px solid #bebebe;
}
.tinymce-form-wrapper .tinymce-form {
  position: relative;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  padding: 3px 0 3px 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 4px 0;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-input,
.tinymce-form-wrapper .tinymce-form .tinymce-form-textarea {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  height: 18px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 12px 15px 10px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #232323;
  width: 608px;
  margin-bottom: 20px;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-input.error,
.tinymce-form-wrapper .tinymce-form .tinymce-form-textarea.error {
  border: 1px solid #ff0000;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-textarea {
  height: 120px;
  resize: vertical;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-main {
  position: relative;
  margin: 0 0 10px 0;
  background: url(../img/bm5/forms/tinymce-form-header.png) 0 0 no-repeat;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-attach {
  float: left;
  margin: 10px 0 20px 0;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-attach .text {
  padding: 16px 0 13px 20px;
  background: url(../img/bm5/forms/tinymce-form-attach-icon.png) 0 15px no-repeat;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-preview {
  float: right;
  margin: 10px 15px 20px 0;
  cursor: pointer;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-submit {
  float: right;
  margin: 10px 0 20px 0;
}
.tinymce-form-wrapper .tinymce-form .tinymce-form-main-post {
  margin: 0 0 15px 0;
}
.form-agreement {
  text-align: left;
  margin: 10px 0 0 0;
}
.form-agreement .form-agreement__choose {
  padding: 0 0 0 20px;
}
.form-agreement .form-agreement__label,
.form-agreement .form-agreement__text {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  display: block;
  color: #b3b3b5;
  margin: 10px 0 6px 0;
}
.form-agreement .form-agreement__text {
  text-align: center;
}
.form-agreement .form-agreement__confidential {
  color: #85929c;
}
.form-agreement .form-agreement__confidential:hover {
  color: #1d5aff;
}
.form-agreement .form-agreement__checkbox {
  display: inline-block;
  vertical-align: top;
  margin: 2px 2px 0 0;
}
.form-agreement .form-agreement__options {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  color: #333333;
  font-style: italic;
  text-decoration: underline;
}
.form-agreement .form-agreement__options:hover {
  text-decoration: none;
}
.form-agreement .form-captcha-input {
  display: block;
}
.request-form .request-form__loading {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  margin: auto;
  background: url(../img/bm5/feed/loading-posts.png) 0 0 no-repeat;
}
.simple-form {
  border-radius: 3px;
  border: none;
  background: #ffffff;
  padding: 20px 60px 20px 60px;
}
.simple-form .item {
  position: relative;
  margin: 6px 0 6px 0;
}
.simple-form .item .name {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
  color: #1e1e1e;
}
.simple-form .item .data {
  margin: 0 0 5px 0;
}
.simple-form .item .data .data-input {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  width: 100%;
  height: 40px;
  color: #232323;
  display: block;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #dbe0e3;
  background: #f8f9fc;
}
.simple-form .item .data .data-input.error {
  border: 1px solid #ff4646;
}
.simple-form .item .data .phone-country-code {
  width: 18%;
  float: left;
}
.simple-form .item .data .phone-country-code .data-input {
  border-radius: 3px 0 0 3px;
}
.simple-form .item .data .phone-city-code {
  position: relative;
  width: 28%;
  float: left;
}
.simple-form .item .data .phone-city-code:after {
  content: "(";
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 13px;
  color: #bab9b9;
}
.simple-form .item .data .phone-city-code:before {
  content: ")";
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 13px;
  color: #bab9b9;
}
.simple-form .item .data .phone-city-code .data-input {
  border-radius: 0;
  text-align: center;
  border-left: none;
  border-right: none;
}
.simple-form .item .data .phone-number {
  width: 54%;
  float: left;
}
.simple-form .item .data .phone-number .data-input {
  border-radius: 0 3px 3px 0;
}
.simple-form .item .data:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.simple-form .item .data-error {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  clear: both;
  color: #ff4646;
}
.simple-form .item .data-captcha {
  margin: 10px 0 0 0;
  text-align: center;
}
.simple-form .item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.simple-form .simple-form__bottom {
  margin: 10px 0 0 0;
  text-align: center;
}
.simple-form .bottom-link {
  display: inline-block;
  vertical-align: top;
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1d5aff;
}
.simple-form .bottom-link:hover {
  text-decoration: underline;
}
.simple-form .bm-button {
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 6px 0 7px 0;
}
.social-auth {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
.social-auth .item {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  margin: 0 0 0 14px;
}
.social-auth .item.vk {
  background: url(../bm7/img/icons/social-sprite.png) 0 0 no-repeat;
  margin: 0;
}
.social-auth .item.fb {
  background: url(../bm7/img/icons/social-sprite.png) 0 -38px no-repeat;
}
.social-auth .item.tw {
  background: url(../bm7/img/icons/social-sprite.png) 0 -76px no-repeat;
}
.social-auth .item.ok {
  background: url(../bm7/img/icons/social-sprite.png) 0 -114px no-repeat;
}
.social-auth .item.ma {
  background: url(../bm7/img/icons/social-sprite.png) 0 -152px no-repeat;
}
.social-auth .item.gp {
  background: url(../bm7/img/icons/social-sprite.png) 0 -190px no-repeat;
}
.social-auth .item:hover {
  opacity: 0.8;
}
.b_socials {
  text-align: center;
  height: 38px;
  margin-bottom: 21px;
}
.b_vacancies .l_vacancy-cities {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f6f6f6;
  position: relative;
  margin: 0 -15px 20px;
  padding: 5px 15px;
  display: none;
}
.b_vacancies .l_vacancy-cities li {
  float: left;
  margin-right: 22px;
  border-bottom: 1px dashed #0033ff;
  color: #0033ff;
  cursor: pointer;
  line-height: 16px;
}
.b_vacancies .l_vacancy-cities li.active {
  border-bottom: transparent;
  color: #231f20;
  cursor: default;
}
.b_vacancies .l_vacancy-items {
  margin-top: 20px;
}
.b_vacancies .l_vacancy-items .item {
  margin-bottom: 4px;
}
.b_vacancies .l_vacancy-items .item .title {
  font-size: 20px;
  color: #0033ff;
  border-bottom: 1px dashed #0033ff;
  cursor: pointer;
  line-height: 20px;
}
.b_vacancies .l_vacancy-items .item .data {
  margin-top: 20px;
  margin-bottom: 28px;
  position: relative;
  display: none;
}
.b_vacancies .l_vacancy-items .item .data:before,
.b_vacancies .l_vacancy-items .item .data:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 100%;
  border-style: solid;
}
.b_vacancies .l_vacancy-items .item .data:before {
  left: 15px;
  border-width: 14px 24px;
  border-color: transparent transparent #bcd6fd transparent;
}
.b_vacancies .l_vacancy-items .item .data:after {
  left: 21px;
  border-width: 10px 18px;
  border-color: transparent transparent #ffffff transparent;
}
.b_vacancies .l_vacancy-items .item .data h6,
.b_vacancies .l_vacancy-items .item .data .h6 {
  margin: 0;
}
.b_vacancies .bordered_blue {
  border: 3px solid #bcd6fd;
  position: relative;
  margin: 0 -18px;
  padding: 20px 15px;
}
.b_vacancies ul {
  margin: 0 0 18px;
  padding: 0 0 0 15px;
}
.b_vacancies ul li {
  padding-left: 10px;
  margin: 5px 0;
}
.dictionaryImage {
  width: 160px;
  height: 200px;
  float: left;
  margin: 20px 0 0 0;
}
.dictionaryImage img {
  width: 140px;
  height: 140px;
}
.dictionaryText {
  width: 500px;
  float: left;
  margin: 20px 0 20px 0;
}
.services_wrapper .services-site-bg {
  padding: 50px 0 0 0;
  width: 100%;
  height: 430px;
  margin: 0 0 190px 0;
  background: url(../../img/markup/services/services-site-bg.png) 50% 0 repeat;
}
.services_wrapper .discount {
  width: 620px;
  height: 140px;
  padding: 60px 0 0 380px;
  background: url(../../img/markup/services/services-site-discount.jpg) 0 0 no-repeat;
}
.services_wrapper .video {
  margin: auto;
  text-align: center;
}
.services_wrapper .register {
  width: 580px;
  height: 170px;
  margin: auto;
  text-align: center;
  position: relative;
  background: url(../../img/markup/services/services-site-register.jpg) 0 0 no-repeat;
}
.services_wrapper .register a {
  display: block;
  width: 500px;
  height: 60px;
  position: absolute;
  top: 23px;
  left: 40px;
}
.unsignForm {
  float: left;
  background-color: #bcd6fd;
  width: 425px;
  margin: 15px 0 15px 30px;
  padding: 15px;
}
.unsignForm label {
  margin: 10px 0 10px 0;
  display: block;
}
.unsignForm label p {
  position: relative;
  top: -4px;
  left: 20px;
  margin: 0;
}
.unsignForm.last {
  float: none;
  width: 500px;
  margin: 20px auto 20px auto;
}
.unsignForm .whiteBlockDown {
  background: #ffffff;
  width: 400px;
  margin: 20px auto 20px auto;
  padding: 15px;
}
.unsignForm .message_success,
.unsignForm .message_error {
  text-align: center;
}
.navigation {
  font-size: 14px;
  line-height: 18px;
  color: #0c0c0c;
  text-align: center;
  margin: 20px auto 30px auto;
}
.navigation a,
.navigation span {
  display: inline-block;
  color: #0c0c0c;
  padding: 0 15px 0 15px;
}
.navigation a:hover,
.navigation span:hover {
  color: #0033ff;
}
.navigation a.current,
.navigation span.current {
  color: #b7b6b6;
  cursor: default;
}
.navigation a.current:hover,
.navigation span.current:hover {
  color: #b7b6b6;
}
.navigation span:hover {
  color: #0c0c0c;
  cursor: default;
}
.classes {
  margin-top: 40px;
  margin-bottom: 40px;
}
.classes.schedule,
.classes.products {
  margin-top: 20px;
}
.classes.schedule h1.title,
.classes.products h1.title {
  position: absolute;
  top: -47px;
  left: 60px;
  color: #3259ff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.classes.schedule.appTop,
.classes.products.appTop {
  margin-top: 0;
}
.classes .standart_title {
  color: #444444;
  font: 45px/1.3 'Lyno Stan CYR';
  letter-spacing: 0.2em;
}
.classes .standart_title span {
  font-family: 'Lyno Ulys CYR';
}
.classes_header {
  display: inline-block;
  vertical-align: top;
  font: 45px/1 'Lyno Stan CYR';
  color: #444444;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.classes_header span {
  font-family: 'Lyno Ulys CYR';
  display: inline-block;
  margin-right: -2px;
}
.classes_subheader {
  margin-top: 5px;
  font-size: 20px;
  color: #686868;
}
.classes_grafik {
  float: right;
  width: 188px;
  height: 44px;
  background: #19c289;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  border-radius: 3px;
}
.classes_grafik:hover {
  color: white;
  background: #1f4afb;
}
.classes_filter {
  float: right;
  background: url(../img/classesFilter.png) 0 0 no-repeat;
  width: 230px;
}
.classes_filter .filter {
  text-align: center;
  font-family: "ProximaNova Reg";
  font-size: 21px;
  width: 225px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
.classes_filter .filter.blue {
  margin: 40px 0 0 0;
  color: #1f4aff;
  border: 2px solid #1f4aff;
}
.classes_filter .filter.blue:hover {
  color: #19c289;
  border: 2px solid #19c289;
}
.classes_filter .filter.blue.active {
  background-color: #1f4aff;
  border: 2px solid #1f4aff;
  color: #ffffff;
}
.classes_filter .filter.red {
  color: #e9505f;
  border: 2px solid #e9505f;
}
.classes_filter .filter.red:hover {
  color: #19c289;
  border: 2px solid #19c289;
}
.classes_filter .filter.red.active {
  background-color: #e9505f;
  border: 2px solid #e9505f;
  color: #ffffff;
}
.classes_filter .filter.grey {
  color: #b3acba;
  border: 2px solid #b3acba;
}
.classes_filter .filter.grey:hover {
  color: #19c289;
  border: 2px solid #19c289;
}
.classes_filter .filter.grey.active {
  background-color: #b3acba;
  border: 2px solid #b3acba;
  color: #ffffff;
}
.classes_filter span.description {
  font-size: 11px;
  line-height: 15px;
  display: block;
  margin: 6px 0 17px 0;
  color: #6e6e6e;
}
.classes_filter .showAll {
  color: #bbbbbb;
  font-size: 13px;
  float: right;
  cursor: pointer;
  margin: 10px 0 0px 0;
}
.classes_filter .showAll:hover {
  color: #1f4aff;
  border-bottom: none;
}
.classes_filter .cardUnlim,
.classes_filter .photoReviews,
.classes_filter .anketaImg {
  background: url(../img/cardUnlim.png) 0 0 no-repeat;
  padding: 0 0 0 80px;
  font-size: 12px;
  line-height: 14px;
  color: #989898;
  display: block;
}
.classes_filter .cardUnlim span,
.classes_filter .photoReviews span,
.classes_filter .anketaImg span {
  display: block;
  font-size: 15px;
  color: #303030;
  margin-bottom: 5px;
}
.classes_filter .cardUnlim:hover span,
.classes_filter .photoReviews:hover span,
.classes_filter .anketaImg:hover span {
  color: #1f4aff;
}
.classes_filter .cardUnlim {
  margin-top: 55px;
}
.classes_filter .cardUnlim:hover {
  color: #1f4aff;
}
.classes_filter .photoReviews {
  margin: 40px 0 40px 0;
  background: url(../img/photoReviews.png) 0 0 no-repeat;
}
.classes_filter .anketaImg {
  margin: 40px 0 0 0;
  background: url(../img/anketaImg.png) 0 0 no-repeat;
}
.classes_wrap {
  margin-top: 15px;
  font-size: 0;
  margin-left: -5px;
}
.classes.products .classes_wrap {
  margin-top: 0;
}
.classes_item {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-bottom: 20px;
  width: 245px;
  white-space: normal;
}
.classes_pic {
  position: relative;
  margin-bottom: 10px;
  width: 245px;
  height: 245px;
  text-align: center;
  z-index: 1;
}
.classes_pic .common__icons {
  width: 60px;
  height: 59px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
}
.classes_pic .common__icons-video {
  background-image: url(../img/drop-play.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.classes_pic .common__icons-video:hover {
  background-position: 0 -59px;
}
.classes_pic .common__icons-case {
  background-image: url(../img/drop-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.classes_pic .common__icons-case:hover {
  background-position: 0 -59px;
}
.classes_pic .common__icons-photo {
  background-image: url(../img/drop-arr.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.classes_pic .common__icons-photo:hover {
  background-position: 0 -59px;
}
.classes_pic .iconVideo {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -29px 0 0 -29px;
  background: url(../img/iconVideo.png) 0 0 no-repeat;
}
.classes_pic .iconAudio {
  width: 144px;
  height: 62px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -72px;
  background: url(../img/iconAudio.png) 0 0 no-repeat;
}
.classes_pic .time {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  padding: 3px 5px 3px 5px;
  background: #444444;
  color: #ffffff;
  font-size: 10px;
}
.classes_pic .classes_drop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 245px;
  height: 245px;
  text-decoration: none;
  background: url(../img/bg-drop80.png) 0 0 repeat;
  color: white;
  text-align: left;
}
.classes_pic .classes_drop-text {
  display: inline-block;
  margin: 73px 40px 0 40px;
  max-height: 74px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
}
.classes_pic .classes_drop-arr {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 7px;
  margin: 0 0 32px 30px;
  width: 60px;
  height: 59px;
  background: url(../img/drop-arr.png) center 0 no-repeat;
}
.classes_pic .classes_drop-arr:hover {
  background-position: center -59px;
}
.classes_pic .classes_drop-social {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.classes_pic:hover .classes_drop {
  z-index: 5;
}
.classes_pic:hover .classes_pic-date {
  background: transparent !important;
}
.classes_pic img {
  width: 245px;
  height: 245px;
  position: relative;
  z-index: 1;
}
.classes_pic.title {
  background: url(../img/yourNextStep.png) 0 0 no-repeat;
}
.classes_pic-date {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  padding-right: 18px;
  font-size: 0;
  overflow: hidden;
  z-index: 10;
}
.classes_pic-date li {
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0 0 36px;
  background: url(../img/tire-data.png) 8px 50% no-repeat;
}
.classes_pic-date li span {
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.classes_pic-date li:first-child {
  background: none;
  padding: 2px 0 0 18px;
}
.classes .redBorder .classes_pic {
  border-bottom: 5px solid #e9505f;
}
.classes .redBorder .classes_pic-date {
  background: #e9505f;
}
.classes .greyBorder .classes_pic {
  border-bottom: 5px solid #b3acbb;
}
.classes .greyBorder .classes_pic-date {
  background: #b3acbb;
}
.classes .blueBorder .classes_pic {
  border-bottom: 5px solid #1f4aff;
}
.classes .blueBorder .classes_pic-date {
  background: #1f4aff;
}
.classes_big {
  width: 745px;
  height: 380px;
  margin: 0 25px 0 0;
  float: left;
}
.classes_big .classes_item {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  width: 745px;
  white-space: normal;
  position: relative;
}
.classes_big .classes_item:hover .order {
  background: none;
  border: 1px solid white;
  color: #ffffff;
}
.classes_big .classes_url {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.classes_big .classes_pic {
  margin-bottom: 10px;
  width: 745px;
  height: 380px;
  text-align: center;
  cursor: default;
}
.classes_big .classes_pic .classes_shadow {
  background: url(../img/bigShadow.png) left bottom no-repeat;
  width: 745px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.classes_big .classes_pic img {
  width: 745px;
  height: 380px;
}
.classes_big .classes_pic .classes_drop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 745px;
  height: 380px;
  text-decoration: none;
  background: url(../img/bg-drop80.png) 0 0 repeat;
  color: white;
  text-align: left;
}
.classes_big .classes_pic .classes_drop-text {
  display: inline-block;
  margin: 73px 0 0 40px;
  width: 500px;
  height: 250px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
}
.classes_big .classes_pic .classes_drop-arr {
  display: block;
  margin: 20px 0 32px 0;
  width: 60px;
  height: 59px;
  background: url(../img/drop-arr.png) center 0 no-repeat;
  left: auto;
  bottom: auto;
}
.classes_big .classes_pic .classes_drop-arr:hover {
  background-position: center -59px;
}
.classes_big .classes_detals {
  position: absolute;
  bottom: 5px;
  left: 30px;
  z-index: 10;
  width: 680px;
  font-family: "HelveticaNeueLight", "HelveticaNeue", "arial", sans-serif;
}
.classes_big .classes_detals .classes_text {
  color: #ffffff;
  float: left;
  width: 450px;
  text-align: left;
  line-height: 23px;
}
.classes_big .classes_detals .rubl {
  font-family: "ALSRubl", "Conv_rouble";
  vertical-align: top;
}
.classes_big .classes_detals .oldMoney {
  float: right;
  position: relative;
  color: #989898;
  margin: 0 10px 0 0;
  height: 23px;
  line-height: 23px;
}
.classes_big .classes_detals .oldMoney .notMoney {
  position: absolute;
  top: 0;
  left: 45%;
  margin-left: -25px;
  width: 51px;
  height: 21px;
  background: url(../img/notMoney.png) 0 0 no-repeat;
  z-index: 1;
}
.classes_big .classes_detals .order_wrap {
  display: block;
  margin-top: 0;
  margin-left: 20px;
  float: right;
  position: relative;
  z-index: 5;
}
.classes_big .classes_detals .newMoney,
.classes_big .classes_detals .order {
  text-align: center;
  padding: 0;
  height: 23px;
  line-height: 23px;
  float: right;
  color: #ffffff;
}
.classes_big .classes_detals .newMoney .rubl-black,
.classes_big .classes_detals .order .rubl-black {
  font-family: "ALSRubl", "Conv_rouble";
  vertical-align: top;
}
.classes_big .classes_detals .order {
  display: inline-block;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background: #19c289;
  line-height: 24px;
  font-size: 11px;
  letter-spacing: 1.1px;
  border-radius: 3px;
  border: 1px solid #19c289;
}
.classes_big .classes_detals .order:hover {
  background: #ffffff;
  color: #0d9671;
  border: 1px solid #ffffff;
}
.classes_big .classes_pic-date {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  padding-right: 18px;
  font-size: 0;
  overflow: hidden;
  z-index: 10;
}
.classes_big .classes_pic-date li {
  display: inline-block;
  vertical-align: top;
  color: white;
  font: 35px/1 helveticaneueboldlocal, Arial;
  text-align: center;
  padding: 8px 0 0 36px;
  background: url(../img/tire-data.png) 8px 50% no-repeat;
}
.classes_big .classes_pic-date li span {
  display: block;
  text-align: center;
  font-size: 13px;
}
.classes_big .classes_pic-date li:first-child {
  background: none;
  padding: 8px 0 0 18px;
}
.classes_big:hover .classes_drop {
  z-index: 5;
}
.classes_big:hover .classes_pic-date {
  background: transparent !important;
}
.classes_change {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 0 6px;
  width: 245px;
  font: 11px/1 helveticaneuelocal, Arial;
  color: white;
  background: url(../img/bg-change.png) 0 0 repeat;
  z-index: 6;
}
.classes_change-text {
  display: inline-block;
  margin-right: 15px;
}
.classes_titles {
  display: inline-block;
  color: white;
}
.classes_detals {
  color: #222222;
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.classes_detals li {
  margin-bottom: 8px;
}
.classes_detals li * {
  display: inline-block;
  vertical-align: middle;
}
.classes_detals li .rubl {
  font-family: "ALSRubl", "Conv_rouble";
  vertical-align: top;
}
.classes_detals li .oldMoney {
  position: relative;
  color: #989898;
  margin: 0 10px 0 0;
  height: 23px;
  line-height: 23px;
}
.classes_detals li .oldMoney .notMoney {
  position: absolute;
  top: 0;
  left: 45%;
  margin-left: -25px;
  width: 51px;
  height: 21px;
  background: url("../img/notMoney.png") 0 0 no-repeat;
  z-index: 1;
}
.classes_detals li .order_wrap {
  display: block;
  margin-top: 5px;
}
.classes_detals li .newMoney,
.classes_detals li .order {
  text-align: center;
  padding: 0;
  height: 23px;
  line-height: 23px;
  color: black;
}
.classes_detals li .newMoney .rubl-black,
.classes_detals li .order .rubl-black {
  font-family: "ALSRubl", "Conv_rouble";
  vertical-align: top;
}
.classes_detals li .requestCount {
  text-align: left;
  padding: 0;
  height: 23px;
  line-height: 23px;
  color: black;
  display: block;
  margin-top: 2px;
}
.classes_detals li .order {
  display: inline-block;
  padding: 0 10px 0 10px;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background: #19c289;
  line-height: 24px;
  font-size: 11px;
  letter-spacing: 1.1px;
  border-radius: 3px;
}
.classes_detals li .order:hover {
  background: #1f4afb;
  color: #ffffff;
}
.classes_text {
  padding-right: 20px;
  height: 62px;
}
.classes_text.extended {
  height: 87px;
}
.classes_text.weight {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #252525;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.classes_text.weight a {
  color: #252525;
}
.classes_text.weight a:hover {
  color: #0033ff;
}
.classes_text.weight em {
  font-style: normal;
  max-height: 60px;
  overflow: hidden;
}
.classes_text.weight span {
  display: block;
  font-weight: normal;
  color: #8a8a8a;
  margin: 5px 0 0 0;
}
.classes_text a.title,
.classes_text h3.title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #222222;
  margin: 0 0 5px 0;
  max-height: 34px;
  overflow: hidden;
  font-weight: normal;
}
.classes_text a.title:hover,
.classes_text h3.title:hover {
  color: #0033ff;
}
.classes_text a.title.full,
.classes_text h3.title.full {
  max-height: 51px;
}
.classes_timer {
  color: #ff3333;
  font-style: italic;
  font-size: 13px;
}
.dynamic-prices {
  font-family: "ProximaNova Bold", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  height: 440px;
  background: url(../img/dynamic-prices-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  margin: auto;
}
.dynamic-prices .dynamic-prices__title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding: 50px 0 30px 0;
}
.dynamic-prices .dynamic-prices__list {
  width: 800px;
  margin: auto;
  padding: 70px 0 0 0;
  text-align: center;
}
.dynamic-prices .dynamic-prices__list .item {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 250px;
  margin: 0 5px 0 5px;
  text-align: left;
}
.dynamic-prices .dynamic-prices__list .item .price {
  position: absolute;
  top: -60px;
  font-size: 13px;
  line-height: 20px;
}
.dynamic-prices .dynamic-prices__list .item .price .moscow .num {
  font-size: 18px;
}
.dynamic-prices .dynamic-prices__list .item .price .moscow .num .rub {
  font-family: "ALSRubl", Arial, sans-serif;
}
.dynamic-prices .dynamic-prices__list .item .price .region .num {
  font-size: 14px;
}
.dynamic-prices .dynamic-prices__list .item .price .region .num .rub {
  font-family: "ALSRubl", Arial, sans-serif;
}
.dynamic-prices .dynamic-prices__list .item .graph {
  position: relative;
}
.dynamic-prices .dynamic-prices__list .item .graph .top {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #604d86;
  border-top: 5px solid #e8ebf0;
}
.dynamic-prices .dynamic-prices__list .item .description {
  font-size: 14px;
  padding: 15px 0 0 0;
}
.dynamic-prices .dynamic-prices__list .item.today .price .moscow .num {
  color: #f09942;
}
.dynamic-prices .dynamic-prices__list .item.today .graph {
  height: 80px;
  background: #f09840;
  background: linear-gradient(45deg,#f09840,#f19e4c);
}
.dynamic-prices .dynamic-prices__list .item.today .description {
  text-align: left;
}
.dynamic-prices .dynamic-prices__list .item.ny .price .moscow .num {
  color: #ff4800;
}
.dynamic-prices .dynamic-prices__list .item.ny .graph {
  height: 140px;
  background: #e16c3d;
  background-image: url(../img/dynamic-prices-tree.png), linear-gradient(90deg,#e16d3d,#e47c4b);
  background-position: center center;
  background-repeat: no-repeat;
}
.dynamic-prices .dynamic-prices__list .item.ny .description {
  text-align: center;
}
.dynamic-prices .dynamic-prices__list .item.start .price .moscow .num {
  color: #ff1700;
}
.dynamic-prices .dynamic-prices__list .item.start .graph {
  height: 200px;
  background: #e55b4c;
  background: linear-gradient(45deg,#e55b4c,#e76857);
}
.dynamic-prices .dynamic-prices__list .item.start .description {
  text-align: right;
}
.dynamic-prices.dynamic-prices-coaching {
  min-width: 960px;
  max-width: 1420px;
}
.dynamic-prices.dynamic-prices-marketing {
  width: 1420px;
}
.dynamic-prices.dynamic-prices-seller {
  width: 1500px;
}
@media (max-width: 600px) {
  .dynamic-prices .dynamic-prices__list {
    width: 600px;
  }
  .dynamic-prices .dynamic-prices__list .item {
    width: 180px;
  }
}
#hints {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#hints .container {
  position: relative;
  width: 1000px;
  margin: auto;
}
#hints .hint__item {
  display: none;
}
#hints .hint2 {
  position: absolute;
  top: 195px;
  left: 82px;
  width: 347px;
  height: 126px;
  background: url(../img/hints/hint2.png) 0 0 no-repeat;
}
#hints .hint3 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 1001px;
  height: 302px;
  background: url(../img/hints/hint3.png) 0 0 no-repeat;
}
#hints .hint4 {
  position: absolute;
  top: 60px;
  right: 8px;
  width: 993px;
  height: 274px;
  background: url(../img/hints/hint41b26.png?v2) 0 0 no-repeat;
}
#hints .hint5 {
  position: absolute;
  top: 48px;
  right: 13px;
  width: 653px;
  height: 116px;
  background: url(../img/hints/hint5.png) 0 0 no-repeat;
}
#hints .hint6 {
  position: absolute;
  top: 32px;
  right: 33px;
  width: 237px;
  height: 147px;
  background: url(../img/hints/hint6.png) 0 0 no-repeat;
}
#hints .hint7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 64px;
  background: url(../img/hints/hint7.png) 0 0 no-repeat;
}
.green-button {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  background: #00a15b;
  background: -moz-linear-gradient(180deg,#00b174,#00a15b);
  background: -o-linear-gradient(180deg,#00b174,#00a15b);
  background: -webkit-linear-gradient(180deg,#00b174,#00a15b);
  background: -ms-linear-gradient(180deg,#00b174,#00a15b);
  background: linear-gradient(180deg,#00b174,#00a15b);
  position: relative;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  text-align: center;
  padding: 16px 40px 13px 40px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-sizing: content-box;
}
.green-button .text {
  -ms-transition: opacity 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: opacity 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: opacity 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: opacity 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: opacity 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  color: #ffffff;
}
.green-button .loading {
  opacity: 0;
  position: absolute;
  z-index: 5;
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/bm5/forms/loading-white.png) 0 0 no-repeat;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.green-button:hover {
  background: #00aa69;
  background: -moz-linear-gradient(180deg,#00aa69,#00aa69);
  background: -o-linear-gradient(180deg,#00aa69,#00aa69);
  background: -webkit-linear-gradient(180deg,#00aa69,#00aa69);
  background: -ms-linear-gradient(180deg,#00aa69,#00aa69);
  background: linear-gradient(180deg,#00aa69,#00aa69);
}
.green-button:active {
  background: #00a25c;
  background: -moz-linear-gradient(180deg,#009655,#00a25c);
  background: -o-linear-gradient(180deg,#009655,#00a25c);
  background: -webkit-linear-gradient(180deg,#009655,#00a25c);
  background: -ms-linear-gradient(180deg,#009655,#00a25c);
  background: linear-gradient(180deg,#009655,#00a25c);
}
.green-button.active {
  background: #ffffff;
  color: #00aa69;
  border: 2px solid #00aa69;
  padding: 14px 38px 11px 38px;
}
.green-button.active .text {
  color: #00aa69;
}
.green-button.active .loading {
  background: url(../img/bm5/forms/loading-green.png) 0 0 no-repeat;
}
.green-button.active:hover {
  background: #ffffff;
}
.green-button.active:active {
  background: #ffffff;
}
.green-button.small {
  font-size: 11px;
  line-height: 11px;
  padding: 10px 15px 8px 15px;
}
.green-button.small .loading {
  width: 14px;
  height: 14px;
  background: url(../img/bm5/forms/loading-white.png) 0 0 no-repeat;
  background-size: 100%;
  margin: -7px 0 0 -7px;
}
.green-button.small.active {
  padding: 8px 13px 6px 13px;
}
.green-button.small.active .loading {
  background: url(../img/bm5/forms/loading-green.png) 0 0 no-repeat;
  background-size: 100%;
  margin: -7px 0 0 -7px;
}
.green-button.invert {
  background: #ffffff;
  color: #00aa69;
  border: 2px solid #00aa69;
  padding: 14px 38px 11px 38px;
}
.green-button.invert .text {
  color: #00aa69;
}
.green-button.invert .loading {
  background: url(../img/bm5/forms/loading-green.png) 0 0 no-repeat;
}
.green-button.invert:hover {
  opacity: 0.8;
}
.green-button.invert.active {
  background: #00a15b;
  background: -moz-linear-gradient(180deg,#00b174,#00a15b);
  background: -o-linear-gradient(180deg,#00b174,#00a15b);
  background: -webkit-linear-gradient(180deg,#00b174,#00a15b);
  background: -ms-linear-gradient(180deg,#00b174,#00a15b);
  background: linear-gradient(180deg,#00b174,#00a15b);
  border: none;
  padding: 16px 40px 13px 40px;
  color: #ffffff;
}
.green-button.invert.active .text {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 0 0 0 20px;
  background: url(../img/bm5/profile/profile-add-active.png) 0 0 no-repeat;
}
.green-button.invert.active .loading {
  background: url(../img/bm5/forms/loading-white.png) 0 0 no-repeat;
}
.green-button.invert.active:hover {
  opacity: 1;
  background: #00aa69;
  background: -moz-linear-gradient(180deg,#00aa69,#00aa69);
  background: -o-linear-gradient(180deg,#00aa69,#00aa69);
  background: -webkit-linear-gradient(180deg,#00aa69,#00aa69);
  background: -ms-linear-gradient(180deg,#00aa69,#00aa69);
  background: linear-gradient(180deg,#00aa69,#00aa69);
}
.green-button.invert.active:active {
  background: #00a25c;
  background: -moz-linear-gradient(180deg,#009655,#00a25c);
  background: -o-linear-gradient(180deg,#009655,#00a25c);
  background: -webkit-linear-gradient(180deg,#009655,#00a25c);
  background: -ms-linear-gradient(180deg,#009655,#00a25c);
  background: linear-gradient(180deg,#009655,#00a25c);
}
.green-button.invert.small {
  padding: 8px 17px 6px 18px;
}
.green-button.invert.small .loading {
  width: 14px;
  height: 14px;
  background: url(../img/bm5/forms/loading-green.png) 0 0 no-repeat;
  background-size: 100%;
  margin: -7px 0 0 -7px;
}
.green-button.invert.small.active {
  padding: 10px 15px 8px 15px;
}
.green-button.invert.small.active .loading {
  background: url(../img/bm5/forms/loading-white.png) 0 0 no-repeat;
  background-size: 100%;
  margin: -7px 0 0 -7px;
}
.feed-tabs {
  padding: 0 0 10px 0;
}
.feed-tabs .feed-tabs__separator {
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 24px;
  background: url(../img/bm5/feed/main-tab-sep.png) 11px 1px no-repeat;
}
.feed-tabs .feed-tabs__separator:first-child {
  display: none;
}
.feed-tabs .feed-tabs__item {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 27px;
}
.feed-tabs .feed-tabs__item.active,
.feed-tabs .feed-tabs__item:hover {
  color: #000fff;
}
.profile-tabs {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 11px 0;
  margin: 0 0 16px 0;
}
.profile-tabs .item-tabs {
  float: left;
  margin: 0;
}
.profile-tabs .profile-tabs__more {
  display: block;
  float: right;
  width: 40px;
  height: 16px;
  margin: 3px 0 0 0;
  background: url(../img/bm5/profile/profile-more-options.png) center 0 no-repeat;
}
.profile-tabs .profile-tabs__more:hover {
  background: url(../img/bm5/profile/profile-more-options.png) center -16px no-repeat;
}
.profile-tabs .profile-tabs__more.active {
  background: url(../img/bm5/profile/profile-more-options.png) center -16px no-repeat;
}
.profile-tabs .profile-tabs__more-block {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: none;
  position: absolute;
  z-index: 5;
  background: #ffffff;
  top: 30px;
  right: 0;
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  width: 230px;
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.profile-tabs .profile-tabs__more-block .list {
  padding: 30px 32px 12px 32px;
}
.profile-tabs .profile-tabs__more-block .list .item {
  display: block;
  height: 16px;
  color: #535353;
  margin: 0 0 16px 0;
}
.profile-tabs .profile-tabs__more-block .list .item:hover {
  color: #1d5aff;
}
.profile-tabs .profile-tabs__more-block:before {
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: -5px;
  right: 14px;
  width: 10px;
  height: 10px;
  background: #ffffff;
}
.item-tabs {
  margin: 0 0 20px 0;
}
.item-tabs .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 0 0;
}
.item-tabs .item .text {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 3px 7px 0 0;
}
.item-tabs .item .counter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  background: #eeeeee;
  color: #9d9d9d;
  padding: 4px 7px 4px 7px;
  border-radius: 2px;
}
.item-tabs .item .counter:before {
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
  content: "";
  top: 7px;
  left: -3px;
  background: #eeeeee;
  width: 5px;
  height: 5px;
}
.item-tabs .item.active .text {
  color: #000000;
}
.item-tabs .item:hover .text {
  color: #1d5aff;
}
.item-tabs .item:hover .counter {
  background: #1d5aff;
  color: #ffffff;
}
.item-tabs .item:hover .counter:before {
  background: #1d5aff;
}
.new-members-status-block {
  width: 1000px;
  margin-top: -15px;
}
.new-members-status-block .members-count-number {
  display: none;
}
.new-members-status-block .new-members-status-text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.new-members-status-block .new-members-status-text span {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
}
.new-members-status-block .new-members-status-text a {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  color: #04a15f;
  border-bottom: 1px solid #c0e7d7;
}
.new-members-status-block .new-members-status-bg {
  background: url(../img/members-status-line-bg.png) no-repeat;
  width: 1025px;
  height: 58px;
  padding-top: 29px;
}
.new-members-status-block .new-members-status-bg .new-members-status-inner {
  width: 1000px;
  position: relative;
}
.new-members-status-block .new-members-status-bg .new-members-status-inner .new-members-status-line {
  width: 50%;
  background: url('../img/progress_bar.gif');
  border-bottom: 3px solid #048e53;
  height: 26px;
  border-radius: 5px;
  box-shadow: 0px 5px 10px #cccccc;
  display: block;
  position: relative;
  z-index: 5;
}
.new-members-status-block .new-members-status-bg .new-members-status-inner .new-members-counter {
  position: absolute;
  color: white;
  font-size: 14px;
  top: 6px;
  right: 10px;
}
.new-members-status-block .new-members-status-bg .new-members-status-inner .new-members-all-counter {
  color: #ababab;
  font-size: 14px;
  position: absolute;
  top: 7px;
  right: 10px;
}
.new-members-status-block .new-members-status-bg .new-members-next-video-text {
  text-align: right;
  margin: 5px 0px 0px;
  color: #777777;
  font-size: 13px;
}
.line-text {
  display: block;
  height: 20px;
  text-align: center;
}
.line-text .line {
  position: relative;
  display: block;
  z-index: 2;
  height: 1px;
  background: #cfd4d5;
  top: 10px;
}
.line-text .text {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 3px;
  z-index: 3;
  font-size: 11px;
  color: #9b9b9b;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0 10px 0 10px;
}
.line-text.link:hover .line {
  background: #1d5aff;
}
.line-text.link:hover .text {
  color: #1d5aff;
}
.switch {
  display: inline-block;
  vertical-align: top;
}
.switch .status {
  -ms-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  background: #f5f5f5;
  box-shadow: inset 0 2px 5px #dddddd;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  border-radius: 10px;
}
.switch .status .circle {
  -ms-transition: all 200ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 200ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 200ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 200ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 200ms cubic-bezier(0.215,0.610,0.355,1.000);
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.switch .status.active {
  background: #15c295;
  box-shadow: inset 0 2px 5px #109371;
}
.switch .status.active .circle {
  left: 13px;
}
.switch .status.active.red {
  background: #f04141;
  box-shadow: inset 0 2px 5px #ba3535;
}
.switch .text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #535353;
  display: inline-block;
  vertical-align: top;
  margin: 1px 4px 0 6px;
}
.switch .text:hover {
  color: #1d5aff;
}
.switch .text:first-child {
  margin: 1px 4px 0 0;
}
.users-block {
  position: relative;
  margin: 0 0 50px 0;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}
.users-block .item {
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin: 0 0 25px 0;
  overflow: hidden;
  text-align: center;
}
.users-block .item .img {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 0 7px 0;
}
.users-block .item .text {
  display: block;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  width: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-block .users-block__more {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 15px 0 11px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #898989;
}
.users-block .users-block__more .text {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 20px;
  background: url(../img/bm5/profile/profile-more-list.png) 0 0 no-repeat;
}
.users-block .users-block__more:hover {
  border: 1px solid #1d5aff;
  color: #1d5aff;
}
.users-block .users-block__more:hover .text {
  background: url(../img/bm5/profile/profile-more-list.png) 0 -15px no-repeat;
}
.users-block .empty {
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}
.action-success {
  text-align: center;
  background: url(../img/bm5/feed/feed-write-success.png) center 10px no-repeat;
  padding: 75px 0 15px 0;
}
.action-success .title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.action-success .text {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.action-error {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #ff0000;
  text-align: center;
  border: 1px solid #ff0000;
  padding: 16px 0 13px 0;
  margin: 0 0 15px 0;
  border-radius: 4px;
}
.green-border-block {
  position: relative;
  border: 4px solid #00bd8c;
  text-align: center;
  padding: 33px 30px 28px 30px;
  margin: 0 0 36px 0;
  border-radius: 4px;
}
.green-border-block .title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
}
.green-border-block .item {
  position: relative;
  border-bottom: 1px solid #cfd4d5;
  padding: 12px 0 0 0;
}
.green-border-block .item .text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 5px 0;
  overflow: hidden;
}
.green-border-block .item .deadline {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #848484;
  padding: 10px 0 15px 0;
}
.green-border-block .item .user {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 2px 0 0 19px;
  margin: 0 0 12px 0;
  background: url(../img/bm5/profile/user-small-icon.png) 0 0 no-repeat;
}
.green-border-block .item .user:hover {
  background: url(../img/bm5/profile/user-small-icon.png) 0 -16px no-repeat;
}
.green-border-block .item .button {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 0;
}
.green-border-block .item .button .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 0;
  background: url(../img/bm5/goals/goals-edit.png) 0 0 no-repeat;
}
.green-border-block .item .button .text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  color: #535353;
  padding: 2px 0 0 1px;
}
.green-border-block .item .button:hover .icon {
  background: url(../img/bm5/goals/goals-edit.png) 0 -20px no-repeat;
}
.green-border-block .item .button:hover .text {
  color: #1d5aff;
}
.green-border-block .item .social {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}
.green-border-block .item .social .share {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 15px;
  background: url(../img/bm5/feed/share.png) 0 0 no-repeat;
  padding: 5px 10px 0 28px;
}
.green-border-block .item .social .share:hover {
  background: url(../img/bm5/feed/share.png) 0 -20px no-repeat;
}
.green-border-block .item .social .share.active {
  background: url(../img/bm5/feed/share.png) 0 -20px no-repeat;
}
.green-border-block .item .social .share .angle {
  -ms-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  opacity: 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 6;
  top: 27px;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
}
.green-border-block .item .social .share .angle.show {
  opacity: 1;
}
.green-border-block .item .social .share.disabled,
.green-border-block .item .social .share.inactive {
  cursor: default;
}
.green-border-block .item .social .share.disabled:hover,
.green-border-block .item .social .share.inactive:hover {
  color: #232323;
  background: url(../img/bm5/feed/share.png) 0 0 no-repeat;
}
.green-border-block .item .social .clap {
  display: inline-block;
  vertical-align: top;
  height: 15px;
  background: url(../img/bm5/feed/clap.png) 0 0 no-repeat;
  padding: 5px 0 0 37px;
  cursor: pointer;
}
.green-border-block .item .social .clap:hover {
  background: url(../img/bm5/feed/clap.png) 0 -20px no-repeat;
}
.green-border-block .item .social .clap.active {
  background: url(../img/bm5/feed/clap.png) 0 -20px no-repeat;
}
.green-border-block .item .social .clap .tooltip {
  display: none;
}
.green-border-block .item .social .clap.disabled,
.green-border-block .item .social .clap.inactive {
  cursor: default;
}
.green-border-block .item .social .clap.disabled:hover,
.green-border-block .item .social .clap.inactive:hover {
  color: #232323;
  background: url(../img/bm5/feed/clap.png) 0 0 no-repeat;
}
.green-border-block .item .social-share {
  width: 250px;
  left: -24px;
  top: auto;
  bottom: -50px;
}
.green-border-block .item:last-child {
  border: none;
}
.green-border-block .item.list-item {
  padding: 20px 0 20px 0;
}
.green-border-block .item.list-item .text {
  padding: 0 0 15px 0;
}
.green-border-block .item .task {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 15px 0;
  margin: 20px 0 0 0;
  color: #606060;
  text-align: left;
}
.green-border-block .item .task .title {
  text-align: center;
  padding: 0 0 15px 0;
}
.green-border-block .item .task .ul {
  margin: 0 0 0 17px;
}
.green-border-block .item .task .ul .li {
  font-size: 14px;
  line-height: 20px;
  color: #00bd8c;
  margin: 0 0 8px 0;
}
.green-border-block .item .task .ul .li .span {
  color: #606060;
}
.green-border-block .item .task .ul .li .link {
  color: #1d5aff;
}
.green-border-block .item .task .ul .li .link:hover {
  text-decoration: underline;
}
.green-border-block.main-goal > .icon {
  position: absolute;
  top: -22px;
  left: 128px;
  width: 37px;
  height: 37px;
  background: url(../img/bm5/profile/profile-left-goal-icon.png) 0 0 no-repeat;
}
.green-border-block.conclusion {
  padding: 33px 30px 10px 30px;
}
.green-border-block.conclusion > .icon {
  position: absolute;
  top: -23px;
  left: 127px;
  width: 39px;
  height: 30px;
  background: url(../img/bm5/profile/profile-left-conclusion-icon.png) 0 0 no-repeat;
}
.green-border-block.feed-message {
  margin: 30px 0 36px 0;
}
.green-border-block.feed-message > .icon {
  position: absolute;
  top: -24px;
  left: 295px;
  width: 37px;
  height: 37px;
  background: url(../img/bm5/feed/feed-file-icon.png) 0 0 no-repeat;
}
.green-border-block.disabled {
  border: 4px solid #eeeeee;
}
.gray-button {
  text-align: center;
  height: 20px;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 9px 0 11px 0;
  margin: 0 0 30px 0;
  border-radius: 4px;
}
.gray-button .icon {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 20px;
}
.gray-button .text {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 1px;
}
.gray-button:hover {
  color: #1d5aff;
  border-color: #1d5aff;
}
.gray-button.half {
  display: inline-block;
  vertical-align: top;
  width: 309px;
}
.gray-button.half + .half {
  margin: 0 0 30px 9px;
}
.gray-button.icon-edit .icon {
  width: 18px;
  height: 18px;
  margin: 3px 0 0 0;
  background: url(../img/bm5/goals/goals-edit.png) 0 0 no-repeat;
}
.gray-button.icon-edit:hover .icon {
  background: url(../img/bm5/goals/goals-edit.png) 0 -20px no-repeat;
}
.input-style {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  height: 18px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 12px 15px 10px 15px;
  font-size: 15px;
  line-height: 18px;
  color: #232323;
}
.input-style.error {
  border: 1px solid #ff0000;
}
.label-style {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.showMore-center {
  text-align: center;
  margin: auto;
  padding: 0 0 20px 0;
}
.showMore {
  display: inline-block;
  vertical-align: top;
  height: 58px;
  text-align: center;
}
.showMore .icon {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: url(../img/bm5/feed/loading-posts.png) 0 0 no-repeat;
}
.showMore .text {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  padding: 25px 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #9c9c9c;
}
.showMore.disabled {
  cursor: default;
}
.showMore:not(.disabled):hover .icon {
  -ms-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  background: url(../img/bm5/feed/loading-posts-hover.png) 0 0 no-repeat;
}
.showMore:not(.disabled):hover .text {
  color: #0033ff;
}
.scroll-top {
  -ms-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: box-shadow 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.13);
  -ms-transition: all 400ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 400ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 400ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 400ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 400ms cubic-bezier(0.215,0.610,0.355,1.000);
  width: 80px;
  height: 65px;
  opacity: 0.8;
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: -100px;
  text-align: center;
  background: #ffffff;
  box-shadow: 5px 0 15px rgba(0,0,0,0.05);
  border-right: 1px solid #ececec;
  cursor: pointer;
}
.scroll-top:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.13);
}
.scroll-top .icon {
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  background: #ffffff url(../bm7/img/icons/scroll-top.png) center 0 no-repeat;
}
.scroll-top .icon-text {
  position: absolute;
  top: 30px;
  font-size: 14px;
  color: #cccccc;
  left: 15px;
  font-family: MuseoSansCyrl-500, Helvetica, Arial;
}
.scroll-top:hover {
  opacity: 1;
  box-shadow: 5px 0 15px rgba(0,0,0,0.05);
}
.scroll-top:hover .icon {
  background: #ffffff url(../bm7/img/icons/scroll-top.png) center -40px no-repeat;
}
.scroll-top:hover .icon-text {
  color: #1552FF;
}
.scroll-top.show {
  left: 0;
}
@media screen and (max-width: 1140px) {
  .scroll-top {
    left: -100px !important;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #00bd8c;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
.social-block-extended {
  position: relative;
  z-index: 3;
}
.social-block-extended .social {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  color: #878787;
  margin: 10px 0 0 0;
  float: right;
}
.social-block-extended .social .share {
  display: inline-block;
  vertical-align: top;
  color: #878787;
  position: relative;
  height: 16px;
  padding: 5px 10px 0 0;
  margin: 0 0 0 10px;
}
.social-block-extended .social .share .icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../img/bm5/icons/share-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .share:hover {
  color: #1d5aff;
}
.social-block-extended .social .share:hover .icon {
  background: url(../img/bm5/icons/share-icon.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .share.active .icon {
  background: url(../img/bm5/icons/share-icon.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .share .angle {
  -ms-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
  opacity: 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 6;
  top: 27px;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
}
.social-block-extended .social .share .angle.show {
  opacity: 1;
}
.social-block-extended .social .share.disabled,
.social-block-extended .social .share.inactive {
  cursor: default;
}
.social-block-extended .social .share.disabled:hover,
.social-block-extended .social .share.inactive:hover {
  color: #878787;
}
.social-block-extended .social .share.disabled:hover .icon,
.social-block-extended .social .share.inactive:hover .icon {
  background: url(../img/bm5/icons/share-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .download {
  display: inline-block;
  vertical-align: top;
  color: #878787;
  height: 16px;
  padding: 5px 10px 0 0;
  margin: 0 0 0 10px;
}
.social-block-extended .social .download .icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url(../img/bm5/icons/download-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .download:hover {
  color: #1d5aff;
}
.social-block-extended .social .download:hover .icon {
  background: url(../img/bm5/icons/download-icon.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .clap {
  display: inline-block;
  vertical-align: top;
  color: #878787;
  height: 15px;
  padding: 5px 0 0 0;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.social-block-extended .social .clap .icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url(../img/bm5/icons/like-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .clap:hover {
  color: #1d5aff;
}
.social-block-extended .social .clap:hover .icon {
  background: url(../img/bm5/icons/like-icon.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .clap.active .icon {
  background: url(../img/bm5/icons/like-icon.png) 0 100% no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social .clap .tooltip {
  display: none;
}
.social-block-extended .social .clap.disabled,
.social-block-extended .social .clap.inactive {
  cursor: default;
}
.social-block-extended .social .clap.disabled:hover,
.social-block-extended .social .clap.inactive:hover {
  color: #878787;
}
.social-block-extended .social .clap.disabled:hover .icon,
.social-block-extended .social .clap.inactive:hover .icon {
  background: url(../img/bm5/icons/like-icon.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.social-block-extended .social .comments {
  display: inline-block;
  vertical-align: top;
  height: 15px;
  background: url(../img/bm5/archive/archive-comments.png) 0 0 no-repeat;
  padding: 5px 0 0 26px;
  margin: 0 7px 0 0;
}
.social-block-extended .social .views {
  display: inline-block;
  vertical-align: top;
  color: #878787;
  height: 15px;
  padding: 5px 10px 0 0;
  margin: 0 0 0 10px;
}
.social-block-extended .social .views .icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  background: url(../img/bm5/icons/view-icon.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.social-block-extended .social-share {
  opacity: 1;
  display: inline-block;
  position: relative;
  box-shadow: none;
  padding: 0;
  top: 0;
  width: auto;
  margin-bottom: 45px;
}
.social-block-extended .social-share .share42init {
  width: auto;
  margin-right: 10px;
}
.social-block-extended .social-share .social-share__input {
  width: 220px;
}
.social-block-extended .social-share.visibility-hidden {
  visibility: visible !important;
}
.screen-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.screen-loading .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -29px 0 0 -29px;
  display: block;
  width: 58px;
  height: 58px;
  background: url(../img/bm5/feed/loading-posts.png) 0 0 no-repeat;
}
.screen-loading .stop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  background: url(../img/bm5/forms/popup-close.png) 0 0 no-repeat;
  cursor: pointer;
}
.attached-files .attached-files__title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
  padding: 0 0 17px 0;
}
.attached-files .attached-files__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 30px 20px 0;
  padding: 0 0 0 34px;
}
.attached-files .attached-files__item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 32px;
  background: url(../img/bm5/forms/attached-file-icons.png) 0 0 no-repeat;
}
.attached-files .attached-files__item .name {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #272727;
  max-width: 130px;
  padding: 0 0 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.attached-files .attached-files__item .extension {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #b1b1b1;
}
.attached-files .attached-files__item .delete {
  display: block;
  position: absolute;
  top: 4px;
  right: -18px;
  width: 10px;
  height: 10px;
  background: url(../img/bm5/forms/attached-file-delete.png) 0 0 no-repeat;
}
.attached-files .attached-files__item.red .icon {
  background: url(../img/bm5/forms/attached-file-icons.png) 0 -32px no-repeat;
}
.attached-files .attached-files__item.green .icon {
  background: url(../img/bm5/forms/attached-file-icons.png) 0 -64px no-repeat;
}
.attached-files .attached-files__item.yellow .icon {
  background: url(../img/bm5/forms/attached-file-icons.png) 0 -96px no-repeat;
}
.attached-files .attached-files__item:hover {
  opacity: 0.8;
}
.video-outer-block {
  position: relative;
  background: black;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.video-outer-block:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin: -29px 0 0 -29px;
  background: url(../img/bm5/archive/type-video.png) 0 0 no-repeat;
  width: 58px;
  height: 58px;
  outline: none;
  cursor: pointer;
  z-index: 3;
}
.video-outer-block.started:before {
  display: none;
}
.video-outer-block img.external {
  width: 100%;
  position: relative;
  top: 7px;
}
.round-button {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  opacity: 0.8;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 17px 9px 17px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}
.round-button.gray {
  background: transparent;
  border: 2px solid #a8b3bb;
  padding: 11px 15px 7px 15px;
  color: #a8b3bb;
}
.round-button.gray .icon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #a8b3bb;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.round-button.blue {
  background: #0b3ae0;
  background: -moz-linear-gradient(180deg,#0e49fb,#0b3ae0);
  background: -o-linear-gradient(180deg,#0e49fb,#0b3ae0);
  background: -webkit-linear-gradient(180deg,#0e49fb,#0b3ae0);
  background: -ms-linear-gradient(180deg,#0e49fb,#0b3ae0);
  background: linear-gradient(180deg,#0e49fb,#0b3ae0);
  color: #ffffff;
}
.round-button.red {
  background: #c63737;
  background: -moz-linear-gradient(180deg,#ef3f3f,#c63737);
  background: -o-linear-gradient(180deg,#ef3f3f,#c63737);
  background: -webkit-linear-gradient(180deg,#ef3f3f,#c63737);
  background: -ms-linear-gradient(180deg,#ef3f3f,#c63737);
  background: linear-gradient(180deg,#ef3f3f,#c63737);
  color: #ffffff;
}
.round-button.green {
  background: #179957;
  background: -moz-linear-gradient(180deg,#1ab075,#179957);
  background: -o-linear-gradient(180deg,#1ab075,#179957);
  background: -webkit-linear-gradient(180deg,#1ab075,#179957);
  background: -ms-linear-gradient(180deg,#1ab075,#179957);
  background: linear-gradient(180deg,#1ab075,#179957);
  color: #ffffff;
}
.round-button.add {
  padding: 11px 39px 7px 15px;
}
.round-button.add:after {
  display: inline-block;
  vertical-align: top;
  content: "";
  position: absolute;
  top: 3px;
  right: 4px;
  background: #a8b3bb;
  color: #ffffff;
  width: 24px;
  height: 24px;
  background: url(../img/bm5/learning/button-add.png) 0 0 no-repeat;
  border-radius: 24px;
}
.round-button:hover {
  -ms-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  opacity: 1;
}
.round-button.disabled,
.round-button[disabled="disabled"] {
  opacity: 0.3;
  cursor: default;
}
.page-error {
  text-align: center;
  padding: 100px 0 0 0;
}
.page-error .page-error__title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 112px;
  line-height: 120px;
  padding: 0 0 10px 0;
  color: #cccccc;
}
.page-error .page-error__private {
  position: relative;
  margin: auto;
  width: 54px;
  height: 120px;
  padding: 0 0 10px 0;
  background: url(../img/bm5/main/private-profile.png) 0 20px no-repeat;
}
.page-error .page-error__private .page-error__avatar {
  position: absolute;
  bottom: 20px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.page-error .page-error__description {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  padding: 0 0 30px 0;
}
.page-error .page-error__back {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  height: 16px;
  padding: 0 0 0 25px;
  background: url(../img/bm5/article/back.png) 0 0 no-repeat;
  color: #232323;
}
.page-error .page-error__back:hover {
  background: url(../img/bm5/article/back.png) 0 -16px no-repeat;
  color: #0033ff;
}
.tags-list .item {
  display: inline-block;
  vertical-align: top;
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  -ms-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: opacity 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  opacity: 1;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #d5dade;
  margin: 0 10px 10px 0;
  padding: 11px 15px 9px 15px;
  color: #9ca5ae;
}
.tags-list .item:hover {
  opacity: 0.8;
}
.content-loading {
  position: absolute;
  z-index: 555;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5 url(../img/bm5/main/page-loading.gif) center center no-repeat;
}
.admin-menu {
  border-radius: 0 5px 0 0;
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  height: 16px;
  padding: 8px 10px 8px 8px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: rgba(255,255,255,0.5);
}
.admin-menu .admin-menu__status {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  background: #fa2222;
}
.admin-menu .admin-menu__status.active {
  background: #28fa85;
}
.admin-menu .admin-menu__edit {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  color: #232323;
  margin: 0 0 0 7px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.admin-menu .admin-menu__edit:hover {
  color: #1d5aff;
}
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 999;
}
.search-popup_block .container {
  width: 656px;
  height: 140px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -327px;
  margin-top: -140px;
  z-index: 1000;
}
.search-popup_block .container .search-popup_title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.search-popup_block .container .search-popup_input-block {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 15px;
}
.search-popup_block .container .search-popup_input-block input.search-popup_input {
  font-family: "ProximaNova Light";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Light", "Helvetica Neue", Arial, sans-serif;
  border: none;
  background: transparent;
  width: 500px;
  font-size: 60px;
  margin-right: 30px;
}
.search-popup_block .container .search-popup_input-block input.search-popup_submit {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  width: 120px;
  height: 43px;
  border: none;
  border-radius: 4px;
  background: #00ae6f;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 45px;
  margin-top: 7px;
  cursor: pointer;
}
.search-popup_block .container .search-popup_input-block input.search-popup_submit:hover {
  background: #029962;
}
.search-popup_block .container .search-popup_text-hint {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #848484;
}
.search .search__main-input-block {
  margin-bottom: 30px;
}
.search .search__main-input-block .main-input-search {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  width: 835px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  height: 40px;
  font-size: 15px;
  color: #535353;
  padding: 0px 15px;
  float: left;
}
.search .search__main-input-block .main-submit-search {
  font-family: "ProximaNova Regular";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Reg";
  font-family: "ProximaNova Regular", "Helvetica Neue", Arial, sans-serif;
  background: #18a565;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 43px;
  text-transform: uppercase;
  border: 0;
  width: 120px;
  height: 42px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  float: right;
}
.search .search__main-input-block .main-submit-search:hover {
  background: #158f57;
}
.search .search-results_main-block {
  margin: 0 auto 50px auto;
}
.search .search-results_main-block .search-result_block {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 20px 0;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block {
  float: left;
  width: 468px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_avatar-block {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_avatar-block .search-result-avatar {
  width: 55px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_text-block {
  display: inline-block;
  vertical-align: top;
  width: 403px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_text-block .search-result_name {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 5px 0 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_text-block .search-result_text {
  color: #aaaaaa;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
}
.search .search-results_main-block .search-result_block .search-result_inner-left-block .search-result_text-block .search-result_city {
  letter-spacing: 0.02em;
  padding: 9px 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
  background: url(../img/bm5/profile/profile-city-gray.png) 0 9px no-repeat;
}
.search .search-results_main-block .search-result_block .search-result_inner-right-block {
  float: right;
}
.search .search-results_main-block .search-result_block .search-result_inner-right-block .search-result_buttons-block {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.search .search-results_main-block .search-result_block .search-result_inner-right-block .search-result_buttons-block .search-result_message-icon {
  background: url(../img/bm5/search/search-icons-sprite.png) 0 0 no-repeat;
  width: 26px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.search .search-results_main-block .search-result_block .search-result_inner-right-block .search-result_buttons-block .add-button {
  display: inline-block;
  vertical-align: middle;
}
.search .search-results_main-block .search-result_block:first-child {
  padding: 5px 0 20px 0;
}
.search .right-search_filter-block {
  background: #f7f7f7;
  padding: 35px 30px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_text {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_input {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border: 0;
  background: white;
  width: 210px;
  height: 42px;
  border-radius: 4px;
  padding: 0px 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_input.city-input {
  padding-left: 40px;
  background: url("../img/bm5/profile/profile-city.png") 13px 13px no-repeat white;
  width: 185px;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_input.first-age-input {
  width: 75px;
  float: left;
  margin-right: 7px;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_input.last-age-input {
  width: 75px;
  float: right;
}
.search .right-search_filter-block .right-search_filter-inner-block .filter-block_line {
  width: 16px;
  height: 1px;
  background: #d7d7d7;
  float: left;
  margin-top: 21px;
}
.search .right-search_filter-block .switch {
  margin-bottom: 20px;
}
.search .users-block_text-title {
  font-family: "ProximaNova Bold";
  font-weight: normal;
  font-style: normal;
  font-family: "ProximaNova Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.hotNews {
  white-space: nowrap;
  font-size: 0;
}
.hotNews_video {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  width: 500px;
  height: 350px;
  white-space: normal;
}
.hotNews_video_1 {
  background: url(../img/parni_video-1.png) 0 0 no-repeat;
}
.hotNews_video_2 {
  background: url(../img/video.png) 0 0 no-repeat;
}
.hotNews_video:hover .hotNews_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../i/bm4/bg-drop.png) 0 0 repeat;
}
.hotNews_play {
  position: relative;
  display: block;
  height: 350px;
  background: url(../img/play.png) center 50% no-repeat;
  border: none;
  z-index: 1;
}
.hotNews_play:hover .hotNews_title span {
  border-bottom: 2px solid #01b584;
}
.hotNews_title {
  display: inline-block;
  margin: -55px 0 0 68px;
  width: 355px;
  font: bold 30px/1 'Helvetica', 'Arial', sans-serif;
  color: #3259ff;
}
.hotNews_text {
  position: absolute;
  top: 227px;
  left: 50%;
  margin-left: -46px;
  width: 92px;
  color: white;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.09em;
}
.hotNews_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  width: 224px;
  white-space: normal;
}
.hotNews_items {
  display: inline-block;
  vertical-align: top;
  width: 474px;
  height: 350px;
  overflow: hidden;
  white-space: nowrap;
}
.hotNews_items-link {
  text-decoration: none;
}
.hotNews_items-pic {
  display: block;
  margin-bottom: 13px;
  overflow: hidden;
  position: relative;
  width: 224px;
  height: 223px;
}
.hotNews_items-pic img {
  display: block;
  width: 224px;
  height: 223px;
  position: absolute;
  z-index: 2;
}
.hotNews_items-pic .bgHolder {
  width: 224px;
  height: 223px;
  position: absolute;
  background: url(../img/bg-drop80.png) 0 0 repeat;
  z-index: 1;
}
.hotNews_items-pic:hover .bgHolder {
  z-index: 5;
}
.hotNews_items-title {
  display: inline;
  font: 15px/1.2 helveticaneueboldlocal, 'Arial';
  color: black;
}
.hotNews_items-title:hover {
  color: #1f4afb;
}
.hotNews_items-tag {
  margin-top: 10px;
  display: block;
  font: bold 13px/1 'Helvetica', 'Arial', sans-serif;
  color: #9f9e9e;
}
.hotNews_items-tag:hover {
  color: #08c38c;
}
.case {
  position: relative;
  font-size: 0;
}
.case_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  height: 303px;
  background: #ebebeb;
}
.case .topBlock {
  background: #ebebeb;
  color: #444444;
  cursor: default;
}
.case .topBlock * {
  width: 190px;
}
.case .topBlock_title {
  margin-top: 45px;
  margin-bottom: 18px;
  font: 47px/1 'Lyno Stan CYR';
  text-transform: uppercase;
  letter-spacing: 6px;
}
.case .topBlock_subtitle {
  font-size: 14px;
}
.case .topBlock_link {
  display: inline-block;
  margin: 44px 0 0 0;
  width: 58px;
  height: 59px;
  background: url(../img/arr-topCase.png) center 0 no-repeat;
}
.case .topBlock_link:hover {
  background-position: center -59px;
}
.case_wrap {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 250px;
}
.case_item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 303px;
  cursor: pointer;
}
.case_item .social {
  position: relative;
  margin: 10px 0 10px 0;
  z-index: 0;
}
.case_item .social a {
  margin: 3px 15px 0 0;
  width: auto;
  color: white;
  display: inline-block;
  font-style: normal;
}
.case_item .social a.preview_title-clap {
  margin: 0 10px 0 0;
}
.case_item .social a span {
  margin: 0;
  width: auto;
  opacity: 0.8;
}
.case_item-new {
  position: absolute;
  bottom: 37px;
  left: 41px;
  width: 58px;
  height: 58px;
  background: url(../img/new-case.png) 0 0 no-repeat;
}
.case_item-hr {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 303px;
  background: url("../img/hr.png") 0 0 repeat-y;
  z-index: 1;
}
.case_item img {
  display: block;
  width: 250px;
  height: 303px;
  position: relative;
  z-index: 2;
}
.case_item .new {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 35px;
  width: 58px;
  height: 58px;
  background: url(../img/new-case.png) 0 0 no-repeat;
  z-index: 3;
}
.case_item .case_drop {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 250px;
  height: 303px;
  text-decoration: none;
  background: url("../i/bm4/bg-drop.png") 0 0 repeat;
  color: white;
  z-index: 0;
}
.case_item .case_drop * {
  margin-left: 38px;
  width: 190px;
}
.case_item .case_drop-reltv {
  position: relative;
  display: block;
  margin: 0;
  width: 250px;
  height: 303px;
}
.case_item .case_drop-title {
  display: inline-block;
  margin: 30px 0 10px 38px;
  font: bold 14px/1.3 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.case_item .case_drop-subtitle {
  display: block;
  max-height: 60px;
  overflow: hidden;
  font: 14px/1.4 'Helvetica', 'Arial', sans-serif;
}
.case_item .case_drop-subtitle > .rubl {
  font-family: 'Conv_rouble';
  margin: 0;
}
.case_item .case_drop-icon {
  position: absolute;
  left: 41px;
  bottom: 40px;
  margin: 0;
  display: block;
  width: 60px;
  height: 59px;
  background: url("../img/drop-icon.png") center 0 no-repeat;
}
.case_item .case_drop-icon:hover {
  background-position: center -59px;
}
.case_item .case_drop .appMarg {
  margin-top: 33px;
  max-height: 118px;
  overflow: hidden;
}
.case_item .case_drop .appPos {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 34px -4px;
}
.case_item .case_drop .comments {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  padding: 0 0 4px 23px;
  background: url("../img/case-comments.png") left top no-repeat;
  font: bold 12px/1 Arial, sans-serif;
  color: white;
  visibility: hidden;
}
.case_item .case_drop .comments:hover {
  background: url("../img/case-comments.png") left -16px no-repeat;
  color: white;
}
.case_item:hover .case_drop {
  z-index: 5;
}
.case_item:hover .comments {
  visibility: visible;
}
.case_item:hover .case_item-new {
  visibility: hidden;
}
.case_item:hover .new {
  visibility: hidden;
}
.case_item:hover .social {
  z-index: 5;
}
.case_item-info {
  padding: 0;
  list-style: none;
  margin: 13px 0 0 13px;
}
.case_item-info li {
  font-size: 14px;
  margin-bottom: 4px;
  color: #8a8a8a;
}
.case_item-info li:first-child {
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.case_item-info li.income {
  color: #0f0f0f;
}
.case_item-info li.income .rubl {
  display: inline-block;
  font-size: 14px;
  font-family: 'Conv_rouble';
}
.case_item-info li a {
  color: black;
}
.case_item-info li a:hover {
  color: #1f4aff;
}
.case_item .case_small-link {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.case .appHeight {
  height: auto;
}
.case_large {
  white-space: nowrap;
  font-size: 0;
}
.case_large-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 500px;
  height: 500px;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}
.case_large-item img {
  display: block;
  width: 500px;
  height: 607px;
}
.case_large-item .comments {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 4px 23px;
  background: url("../img/case-comments.png") left top no-repeat;
  font: bold 12px/1 Arial, sans-serif;
  color: white;
}
.case_large-item .comments:hover {
  background: url("../img/case-comments.png") left -16px no-repeat;
  color: white;
}
.case_large-item .social {
  position: relative;
  z-index: -1;
}
.case_large-item .social a {
  color: white;
}
.case_large-item .social a span {
  opacity: 0.8;
}
.case_large-item .new {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 35px;
  width: 58px;
  height: 58px;
  background: url(../img/new-case.png) 0 0 no-repeat;
}
.case_large-item .book {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 34px 35px;
  height: 59px;
  width: 60px;
  background: url("../img/drop-icon.png") 0 0 no-repeat;
  z-index: -1;
}
.case_large-item .book:hover {
  background-position: 0 -59px;
}
.case_large-item:hover .comments,
.case_large-item:hover .book {
  z-index: 5;
}
.case_large-item:hover .social {
  z-index: 5;
}
.case_large-item:hover .new {
  display: none;
}
.case_large-item:hover .case_large-title span {
  border-color: white;
  border-image: none;
}
.case_large-title {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  margin-top: 22px;
  text-align: center;
  padding: 0 53px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  font: 600 20px/28px 'Open Sans Light';
}
.case_large-title:hover {
  color: white;
}
.case_large-title:hover span {
  color: white;
}
.case_large-info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 135px;
  color: white;
  text-align: center;
  left: 0;
}
.case_large-info .name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.case_large-info .business,
.case_large-info .income,
.case_large-info .age,
.case_large-info .city {
  line-height: 1.3;
  font-size: 14px;
}
.case_large-info .business {
  display: inline-block;
  max-height: 42px;
  width: 260px;
}
.case_large-info .rubl {
  display: inline-block;
  font-family: 'Conv_rouble';
  height: 17px;
  margin-top: -2px;
  vertical-align: top;
}
.case_large-info:hover {
  color: white;
}
.case_large-info:hover span {
  color: white;
}
.case_large-link {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/shadow-large.png") left bottom repeat-x;
}
.case_large-link:hover {
  background: url("../img/bg-drop75.png") 0 0 repeat;
  z-index: 1;
}
.case .bigLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.caseOne h1 {
  margin: 50px 0 55px 0;
  padding: 0;
  font-family: "Open Sans Bold";
  font-size: 30px;
  line-height: 34px;
}
.caseOne:not(.caseOnly) .preview_title-name {
  font: 50px/56px "Open Sans Bold", "ProximaNova Black", Arial, sans-serif;
  float: none;
  max-width: none;
  white-space: normal;
  text-transform: none;
  padding: 0 0 20px 0;
  margin: 0;
}
.showMore-center {
  text-align: center;
  margin: auto;
  padding: 0 0 20px 0;
}
.showMore {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.showMore .icon {
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  background: url(../img/bm5/feed/loading-posts.png) 0 0 no-repeat;
}
.showMore .text {
  font-family: "ProximaNova Bold";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
  padding: 25px 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #9c9c9c;
}
.showMore.disabled {
  cursor: default;
}
.showMore:not(.disabled):hover .icon {
  -ms-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -o-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -moz-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -webkit-transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  transition: all 600ms cubic-bezier(0.215,0.610,0.355,1.000);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  background: url(../img/bm5/feed/loading-posts-hover.png) 0 0 no-repeat;
}
.showMore:not(.disabled):hover .text {
  color: #0033ff;
}
.appNon {
  margin: 0;
}
.library {
  height: 450px;
}
.library .container {
  height: 450px;
  text-align: center;
  overflow: hidden;
}
.library_title {
  margin: 60px 0 20px;
  font: 47px/1 'Lyno Stan CYR';
  color: white;
  text-shadow: 1px 1px 5px #000000;
  text-transform: uppercase;
}
.library_title a {
  color: #ffffff;
}
.library_title a:hover {
  color: #1f4aff;
}
.library_subtitle {
  margin-bottom: 25px;
  font-size: 20px;
  color: white;
}
.library_subtitle .marker {
  color: #05f4b8;
}
.library_subtitle .marker:hover {
  color: #1f4aff;
}
.library_list {
  font-size: 0;
  text-align: center;
}
.library_list a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 166px;
  height: 191px;
  white-space: normal;
  font-size: 18px;
  color: white;
  text-align: center;
  cursor: pointer;
}
.library_list a.biznesmenu {
  background: url("../img/business.png") center 18px no-repeat;
}
.library_list a.nachinayushemu {
  background: url("../img/begin.png") center 18px no-repeat;
}
.library_list a.metafizika {
  background: url("../img/meta.png") center 22px no-repeat;
}
.library_list a.vebinary {
  background: url("../img/web.png") center 45px no-repeat;
}
.library_list a.infografika {
  background: url("../img/infograf.png") center 28px no-repeat;
}
.library_list a.biznes_i_pravo {
  background: url("../img/right.png") center 34px no-repeat;
}
.library_list a .library_name {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  width: 100%;
  color: #ffffff;
}
.library_list a .library_drop {
  position: absolute;
  top: 0;
  left: 0;
  margin: 40px 25px 0 25px;
  width: 120px;
  z-index: 0;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  color: transparent;
}
.library_list a .library_drop a {
  display: block;
  margin-bottom: 10px;
  padding: 22px 0 22px 63px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.library_list a .library_drop a:hover {
  color: white;
}
.library_list a .library_drop-kadr {
  background: url("../img/base-drop-01.png") 15px 50% no-repeat;
}
.library_list a .library_drop-kadr:hover {
  background: url("../img/base-drop-01-hover.png") 0 50% no-repeat;
}
.library_list a .library_drop-book {
  background: url("../img/base-drop-02.png") 20px 50% no-repeat;
}
.library_list a .library_drop-book:hover {
  background: url("../img/base-drop-02-hover.png") 0 50% no-repeat;
}
.library_list a:hover {
  background: url("../img/bg-base-hover.png") left top no-repeat;
}
.library_list a:hover .library_drop {
  z-index: 5;
  color: white;
}
.mapSearch {
  padding: 15px 0 15px 0;
  margin-top: 100px;
}
.mapSearch_title {
  margin-right: 27px;
  display: inline-block;
  vertical-align: middle;
  font: 47px/1 'Lyno Stan CYR';
  text-transform: uppercase;
  color: #444444;
}
.mapSearch_subtitle {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #444444;
}
.mapSearch_form {
  float: right;
  width: 266px;
  height: 34px;
  border: 2px solid #f1f1f1;
  position: relative;
  margin-top: 5px;
}
.mapSearch_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.mapSearch_input {
  width: 225px;
  height: 100%;
  border: none;
  text-indent: 11px;
  font-size: 14px;
}
.mapSearch_icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 9px;
  width: 24px;
  height: 34px;
  background: url("../img/search-icon.png") 0 50% no-repeat;
  cursor: pointer;
}
.contacts {
  padding: 0;
  height: 60px;
  margin-top: -15px;
}
.contacts .container {
  position: relative;
}
.contacts .mapSearch_title {
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 0 0 61px;
  width: 310px;
  font: 30px/1 helveticaneueboldlocal;
  color: #3259ff;
  text-transform: inherit;
}
.map {
  position: relative;
  height: 485px;
  text-align: center;
}
.map img {
  display: inline-block;
}
.map .shadow {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.map .top {
  top: 0;
  height: 49px;
  background: url("../img/map-shadow-top.png") center top no-repeat;
}
.map .bottom {
  bottom: 0;
  height: 55px;
  background: url("../img/map-shadow-bottom.png") center top no-repeat;
}
.map .ymaps-image-with-content {
  background: url("../img/hint.png") 0 0 no-repeat !important;
}
.map .ymaps-image-with-content:hover {
  background: url("../img/hint2.png") 0 0 no-repeat !important;
}
.map .ymaps-b-balloon {
  box-shadow: 0 0 22px rgba(0,0,0,0.3);
}
.map .ymaps-b-balloon__sprite {
  background: none;
  background: white;
}
.map .ymaps-b-balloon__br,
.map .ymaps-b-balloon__tail,
.map .ymaps-b-balloon__bl-holster,
.map .ymaps-b-balloon__bl,
.map .ymaps-b-balloon__tl-holster,
.map .ymaps-b-balloon__tr {
  display: none;
}
.map .ymaps-b-balloon__content-holster {
  padding: 10px 40px 10px 20px;
}
.map .ymaps-b-balloon__content-body {
  font: 13px/1.5 helveticaneuelocal, Arial;
  color: #5a5a5a;
}
.map .ymaps-b-balloon__content-body .header {
  margin-bottom: 0;
}
.map .ymaps-b-balloon__content-body .company,
.map .ymaps-b-balloon__content-body .event {
  display: block;
}
.map .ymaps-b-balloon__content-body .company:hover,
.map .ymaps-b-balloon__content-body .event:hover {
  color: inherit;
}
.map .ymaps-b-balloon__content-body .event {
  color: #00ba7b;
}
.map .ymaps-b-balloon__content-body .event:hover {
  color: #0033ff;
}
.map .ymaps-b-balloon__close {
  width: 16px;
  height: 15px;
  background: url(../img/hint-close.png) 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.map .ymaps-b-balloon-shadow__b {
  display: none;
}
.map .map .ymaps-b-balloon-shadow__r {
  background: url(../img/shadow-ballown.png) 0 0 no-repeat;
}
.map .ymaps-b-balloon-shadow__r_size_small {
  background: url(../img/shadow-ballown.png) 0 0 no-repeat;
}
.map .ymaps-b-balloon-shadow__r_size_small {
  height: 57px;
  margin-top: -43px;
  left: -153px;
  width: 173px;
}
.preview {
  text-align: center;
  position: relative;
  margin: 0 auto 50px auto;
}
.preview_pic {
  min-width: 1000px;
  position: relative;
  text-align: center;
  box-shadow: 0 -60px 170px rgba(0,0,0,0.9) inset;
  height: 544px;
}
.preview .wrapper {
  display: inline-block;
  vertical-align: top;
  width: 1000px;
  position: relative;
  text-align: left;
  height: 100%;
  z-index: 2;
}
.preview_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -46px;
  width: 92px;
  height: 91px;
  background: url(../img/play-big.png) 0 0 no-repeat;
  z-index: 9999;
  text-align: center;
  letter-spacing: 0.1em;
}
.preview_play span {
  display: block;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  margin: 97px 0 0 0;
  font-family: "Helvetica", "Arial", sans-serif;
}
.preview_play:hover {
  background: url("../img/play-big.png") 0 -91px no-repeat;
}
.preview_play-fixed {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -46px;
  width: 92px;
  height: 91px;
  background: url("../img/play-big.png") 0 0 no-repeat;
  z-index: 9999;
}
.preview_play-fixed:hover {
  background: url("../img/play-big.png") 0 -91px no-repeat;
}
.preview_pause {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -46px;
  width: 92px;
  height: 91px;
  background: url("../img/pause.png") 0 0 no-repeat;
  z-index: 9999;
}
.preview_close {
  display: none;
  position: fixed;
  top: 76px;
  left: 96%;
  margin: -45px 0 0 -46px;
  width: 92px;
  height: 91px;
  background: url("../img/close.png") 0 0 no-repeat;
  z-index: 9999;
}
.preview_title {
  color: #ffffff;
  display: inline-block;
  margin: 52px 0 185px;
  height: 335px;
}
.preview_title-avatar {
  border: 3px solid #ffffff;
  border-radius: 100px;
  float: left;
  height: 80px;
  margin: -18px 20px 40px 0;
  width: 80px;
}
.preview_title-name {
  float: left;
  font: 60px/56px 'ProximaNova Black', 'Arial', sans-serif;
  text-transform: uppercase;
}
.preview_title-ageCity {
  font-size: 18px;
  margin: 0 0 25px 3px;
}
.preview_title-text {
  margin: 0 0 20px 3px;
  width: 405px;
  max-height: 400px;
  overflow: hidden;
  font-family: "Open Sans Bold";
  font-size: 30px;
  line-height: 35px;
}
.preview_title-star {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 0 3px;
  width: 18px;
  height: 18px;
  background: url(../img/case-star.png) 0 0 no-repeat;
}
.preview_title-star:hover {
  background: url(../img/case-star.png) 0 -18px no-repeat;
}
.preview_title .star-tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 33px 0 0 1px;
  width: 552px;
  height: 63px;
  background: #ffffff;
  border-radius: 0 2px 2px 2px;
  color: #707070;
  cursor: default;
  box-shadow: 1px 1px 10px #000000;
}
.preview_title .tooltip_wrap {
  display: block;
  position: relative;
  width: 550px;
  height: 63px;
}
.preview_title .tooltip_wrap .ang {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  background: url(../img/ang.png) 0 0 no-repeat;
}
.preview_title .tooltip_wrap .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px 2px;
  z-index: 1;
  float: right;
  color: black;
  cursor: pointer;
  width: 15px;
  height: 14px;
  background: url(../img/tooltip-close.png) 0 0 no-repeat;
}
.preview_title .tooltip_wrap .text {
  display: block;
  padding: 10px 0 0 15px;
  font: 18px/1.2 'Flow';
}
.preview_title .addedStar {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../../html/bm4/css/default/img/bg-tooltip.png") repeat scroll 0 0 rgba(0,0,0,0);
  color: #ffffff;
  font: 14px/1 'helveticaneuelocal', sans-serif;
  margin-top: 34px;
  padding: 10px 11px 11px;
  white-space: nowrap;
  visibility: hidden;
}
.preview_title .addedStar .ang {
  background: url("../../../html/bm4/css/default/img/ang2.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  float: left;
  height: 8px;
  margin: -18px 0 0 -10px;
  width: 8px;
}
.preview_title-download {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px 0 0;
  width: 15px;
  height: 18px;
  background: url(../img/case-download.png) 0 0 no-repeat;
}
.preview_title-download:hover {
  background: url(../img/case-download.png) 0 -18px no-repeat;
}
.preview_title-comments {
  display: inline-block;
  vertical-align: top;
  margin: 3px 17px 0 5px;
  padding: 0 0 2px 23px;
  color: #ffffff;
  font: 14px/1 Arial, sans-serif;
  background: url(../img/case-comments.png) left top no-repeat;
}
.preview_title-clap {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 0 0;
  padding: 3px 0 1px 34px;
  color: #ffffff;
  font: 14px/1 Arial, sans-serif;
  background: url(../img/case-clap.png) left top no-repeat;
}
.preview_title-profit {
  display: inline-block;
  vertical-align: top;
  margin: 3px 17px 0 0;
  padding: 0 0 2px 23px;
  color: #ffffff;
  font: 14px/1 Arial, sans-serif;
  background: url(../img/case-profit.png) left top no-repeat;
}
.preview_detals {
  position: absolute;
  width: 1000px;
  bottom: 0;
  margin-bottom: 50px;
  z-index: 1;
  font-family: "Helvetica", "Arial", sans-serif;
}
.preview_detals td {
  color: white;
}
.preview_detals td a {
  color: white;
  text-decoration: underline;
}
.preview_detals td a:hover {
  text-decoration: none;
}
.preview_detals td .business {
  max-width: 300px;
  overflow: hidden;
}
.preview_detals td div:first-child {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.preview_detals .mail {
  font-style: italic;
}
.itemContent {
  margin: 30px 0 80px;
}
.itemContent .container {
  text-align: center;
}
.itemContent .container .itemContent_wrap {
  display: inline-block;
  vertical-align: top;
  width: 634px;
  text-align: left;
}
.itemContent .container .itemContent_wrap .header {
  margin-bottom: 15px;
  font: bold 30px/1.1 'Open Sans', sans-serif;
  color: #2a2a2a;
}
.itemContent .container .itemContent_wrap p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}
.itemContent .container .itemContent_wrap p .marker {
  padding: 0 0 3px;
  background: #ffe88b;
}
.itemContent .container .itemContent_wrap p .marker * {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 22px;
}
.itemContent .container .itemContent_wrap p .marker .leftMarker {
  margin-right: 2px;
  background: url("../img/left-marker.png") left top no-repeat;
}
.itemContent .container .itemContent_wrap p .marker .rightMarker {
  margin-left: 2px;
  background: url("../img/right-marker.png") right top no-repeat;
}
.itemContent .container .itemContent_wrap p .bigFont {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 2px;
  color: black;
}
.itemContent .container .itemContent_wrap .incut {
  text-align: center;
  margin: 30px 0;
  padding: 0 53px;
  background: url("../img/bg-incurt.png") center 50% no-repeat;
  font: 28px/1.2 'Open Sans', sans-serif;
  color: #535353;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.itemContent .container .itemContent_wrap .slider {
  position: relative;
  width: 634px;
  margin: 30px 0 60px;
  overflow: hidden;
}
.itemContent .container .itemContent_wrap .slider .fotorama__arr {
  width: 43px;
  height: 82px;
  margin-top: -41px;
  transform: translate3d(0,0,0);
  opacity: 1;
}
.itemContent .container .itemContent_wrap .slider .fotorama__arr--prev {
  margin-left: 15px;
  background: url("../img/arr-prev-sprite.png") 0 0 no-repeat;
}
.itemContent .container .itemContent_wrap .slider .fotorama__arr--prev:hover {
  background: url("../img/arr-prev-sprite.png") 0 -82px no-repeat;
}
.itemContent .container .itemContent_wrap .slider .fotorama__arr--next {
  margin-right: 15px;
  background: url("../img/arr-next-sprite.png") 0 0 no-repeat;
}
.itemContent .container .itemContent_wrap .slider .fotorama__arr--next:hover {
  background: url("../img/arr-next-sprite.png") 0 -82px no-repeat;
}
.itemContent .container .itemContent_wrap .slider .fotorama__caption {
  margin-bottom: -35px;
}
.itemContent .container .itemContent_wrap .slider_info {
  margin-top: 10px;
}
.itemContent .container .itemContent_wrap .slider_info * {
  display: inline-block;
  vertical-align: middle;
}
.itemContent .container .itemContent_wrap .slider_pagination {
  margin-right: 20px;
  font-weight: bold;
}
.itemContent .container .itemContent_wrap .slider_pagination .current {
  color: black;
  margin-right: 1px;
}
.itemContent .container .itemContent_wrap .slider_pagination .total {
  margin-left: 1px;
  color: #b1b1b1;
}
.itemContent .container .itemContent_wrap .slider_caption {
  font-size: 13px;
  font-style: italic;
  color: #444444;
}
.b_map {
  width: 740px;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .webinar .head_text {
    font-family: Arial;
    font-size: 9px;
    height: 68px;
  }
}
.webinar .head {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
}
.webinar .head_pic {
  position: relative;
  min-height: 692px;
}
.webinar .head .container {
  margin: 0 auto;
  padding-bottom: 143px;
  width: 1000px;
}
.webinar .head_top {
  height: 92px;
}
.webinar .head_ribbon {
  display: inline-block;
  vertical-align: top;
  width: 87px;
  height: 92px;
  text-align: center;
  color: black;
  background: url("../img/ribbon.png") 0 0 no-repeat;
}
.webinar .head_date {
  margin: 1px 0;
  font: 39px/1 'ProximaNova Bold', 'Arial', sans-serif;
}
.webinar .head_month {
  margin-bottom: 3px;
  font: bold 13px/1 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
.webinar .head_time {
  margin: 1px 0;
  font: 14px/1 'Helvetica', 'Arial', sans-serif;
}
.webinar .head_adress {
  display: inline-block;
  vertical-align: top;
  margin: 14px 11px;
  padding-left: 20px;
  background: url("../img/adress.png") left 1px no-repeat;
  color: white;
  font: 15px/1.3 'Helvetica', 'Arial', sans-serif;
}
.webinar .head_logo {
  float: right;
  display: block;
  margin-top: 5px;
  width: 54px;
  height: 53px;
}
.webinar .head_logo img {
  display: block;
  width: auto;
  height: auto;
}
.webinar .head_body {
  color: white;
}
.webinar .head_list {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  list-style: none;
}
.webinar .head_subtitle {
  margin-bottom: 8px;
  font: bold 14px/1 'Helvetica', 'Arial', sans-serif;
  text-transform: uppercase;
}
.webinar .head_title {
  width: 660px;
  max-height: 275px;
  overflow: hidden;
  font: 54px/1 'ProximaNova Black', 'Arial', sans-serif;
}
.webinar .head_text {
  margin-bottom: 33px;
  line-height: 1.5;
  width: 800px;
  height: 70px;
  overflow: hidden;
}
.webinar .head_people {
  float: right;
  margin-top: 37px;
  text-align: right;
  list-style: none;
}
.webinar .head_people li {
  margin-bottom: 20px;
  font: bold 15px/1 'Helvetica', 'Arial', sans-serif;
}
.webinar .head_people li span {
  padding-top: 1px;
  border-top: 3px solid white;
}
.webinar .head_btn a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 57px;
  text-align: center;
  color: white;
  font: bold 20px/2.6 'Helvetica', "Arial", sans-serif;
  text-shadow: 0 1px 1px #686868;
  background: url("../img/bg-btn-int.png") left -53px repeat-x;
  border-radius: 3px;
}
.webinar .head_btn a:active {
  height: 53px;
  margin-top: 4px;
  background: url("../img/bg-btn-int.png") left 0 repeat-x;
}
.webinar .intensive .head_title {
  font-size: 100px;
  text-transform: uppercase;
}
.webinar .intensive .head_text {
  width: 560px;
}
.webinar .post {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 634px;
  overflow: hidden;
}
.webinar form.direct {
  background: #ebebeb;
  margin: 0 auto;
  padding: 30px 122px;
  width: 390px;
}
.webinar form.direct .post {
  width: auto;
}
.webinar form.direct h4 {
  margin: 0 0 31px;
  font: bold 30px/1 'Open Sans', sans-serif;
}
.webinar form.direct .formPriceText {
  display: none;
  font-size: 22px;
  margin-bottom: 25px !important;
  text-align: center;
  text-transform: uppercase;
}
.webinar form.direct ul {
  overflow: hidden;
}
.webinar form.direct ul li {
  margin-bottom: 17px;
  overflow: hidden;
  font: bold 11px/1 'Helvetica', 'Arial', sans-serif;
}
.webinar form.direct ul li .leftRadio {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.webinar form.direct ul li .leftRadio * {
  display: inline-block;
  vertical-align: middle;
}
.webinar form.direct ul li .rightRadio {
  float: right;
  text-transform: uppercase;
}
.webinar form.direct ul li .rightRadio * {
  display: inline-block;
  vertical-align: middle;
}
.webinar form.direct ul li .leftRadio label,
.webinar form.direct ul li .rightRadio label {
  margin-left: 2px;
}
.webinar form.direct ul li .field_name {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.webinar form.direct ul li .field_option input {
  border: none;
  background: white;
  width: 100%;
  height: 37px;
  color: black;
  text-indent: 13px;
  border-radius: 2px;
  text-transform: uppercase;
}
.webinar form.direct ul li.phone {
  margin-bottom: 20px;
}
.webinar form.direct ul li.phone .field_option {
  font-size: 0;
  white-space: nowrap;
}
.webinar form.direct ul li.phone .field_option input {
  display: inline-block;
  vertical-align: top;
  color: #2b2b2b;
}
.webinar form.direct ul li.phone .field_option input.pre {
  width: 48px;
  background: #ffffff;
  text-align: center;
  text-indent: 0;
}
.webinar form.direct ul li.phone .field_option input.code {
  text-indent: 0;
  text-align: center;
  background: #ffffff url("../img/form-code.png") center 0 no-repeat;
  margin: 0 16px;
  width: 84px;
}
.webinar form.direct ul li.phone .field_option input.num {
  width: 226px;
}
.webinar form.direct ul li.sbm {
  float: right;
}
.webinar form.direct ul li.sbm button {
  border: none;
  background: none;
  padding: 0 20px 3px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 57px;
  text-align: center;
  color: white;
  font: bold 20px/1 'Helvetica', "Arial", sans-serif;
  text-shadow: 0 1px 1px #686868;
  background: url("../img/bg-btn-int.png") left -53px repeat-x;
  border-radius: 3px;
  cursor: pointer;
}
.webinar form.direct ul li.sbm button:active {
  height: 53px;
  margin-top: 4px;
  background: url("../img/bg-btn-int.png") left 0 repeat-x;
}
.webinar form.direct ul .useragreement {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  font-size: 12px;
  color: #ababab;
}
.webinar .capture {
  position: relative;
  padding-bottom: 10px;
  font-size: 0;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  margin-top: -95px;
  overflow: hidden;
  background: white;
}
.webinar .capture .post {
  display: inline-block;
  vertical-align: top;
  width: 530px;
  background: white;
  white-space: normal;
}
.webinar .capture .post + .post {
  width: 470px;
}
.webinar .capture .post + .post h5 {
  padding: 33px 17px 0 17px;
}
.webinar .capture .post + a + .post {
  width: 470px;
}
.webinar .capture .post + a + .post h5 {
  padding: 33px 17px 0 17px;
}
.webinar .capture .post .wrapper {
  padding: 33px 37px 0;
  font-size: 16px;
  line-height: 1.4;
}
.webinar .capture .post .bigFont {
  font-size: 23px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.webinar .capture form.direct {
  display: inline-block;
  vertical-align: top;
  width: 470px;
  white-space: normal;
  padding: 0;
}
.webinar .capture form.direct .post {
  background: #ebebeb;
  padding: 30px 40px;
  font-size: 16px;
  width: auto;
  display: block;
}
.webinar .capture form.direct h4 {
  margin: 0 0 31px;
  font: bold 30px/1 'Open Sans', sans-serif;
}
.webinar .capture form.direct .formPriceText {
  display: none;
  font-size: 22px;
  margin-bottom: 25px !important;
  text-align: center;
  text-transform: uppercase;
}
.webinar .capture form.direct ul {
  overflow: hidden;
}
.webinar .capture form.direct ul li {
  margin-bottom: 17px;
  overflow: hidden;
  font: bold 11px/1 'Helvetica', 'Arial', sans-serif;
}
.webinar .capture form.direct ul li .leftRadio {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.webinar .capture form.direct ul li .leftRadio * {
  display: inline-block;
  vertical-align: middle;
}
.webinar .capture form.direct ul li .rightRadio {
  float: right;
  text-transform: uppercase;
}
.webinar .capture form.direct ul li .rightRadio * {
  display: inline-block;
  vertical-align: middle;
}
.webinar .capture form.direct ul li .leftRadio label,
.webinar .capture form.direct ul li .rightRadio label {
  margin-left: 2px;
}
.webinar .capture form.direct ul li .field_name {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.webinar .capture form.direct ul li .field_option input {
  border: none;
  background: white;
  width: 100%;
  height: 37px;
  color: black;
  text-indent: 13px;
  border-radius: 2px;
  text-transform: uppercase;
}
.webinar .capture form.direct ul li.phone {
  margin-bottom: 20px;
}
.webinar .capture form.direct ul li.phone .field_option {
  font-size: 0;
  white-space: nowrap;
}
.webinar .capture form.direct ul li.phone .field_option input {
  display: inline-block;
  vertical-align: top;
  color: #2b2b2b;
}
.webinar .capture form.direct ul li.phone .field_option input.pre {
  width: 48px;
  background: #ffffff;
  text-align: center;
  text-indent: 0;
}
.webinar .capture form.direct ul li.phone .field_option input.code {
  text-indent: 0;
  text-align: center;
  background: #ffffff url("../img/form-code.png") center 0 no-repeat;
  margin: 0 16px;
  width: 84px;
}
.webinar .capture form.direct ul li.phone .field_option input.num {
  width: 226px;
}
.webinar .capture form.direct ul li.sbm {
  float: right;
}
.webinar .capture form.direct ul li.sbm button {
  border: none;
  background: none;
  padding: 0 20px 3px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  height: 57px;
  text-align: center;
  color: white;
  font: bold 20px/1 'Helvetica', "Arial", sans-serif;
  text-shadow: 0 1px 1px #686868;
  background: url("../img/bg-btn-int.png") left -53px repeat-x;
  border-radius: 3px;
  cursor: pointer;
}
.webinar .capture form.direct ul li.sbm button:active {
  height: 53px;
  margin-top: 4px;
  background: url("../img/bg-btn-int.png") left 0 repeat-x;
}
.webinar .capture form.direct ul .useragreement {
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  font-size: 12px;
  color: #ababab;
}
.webinar .post h4,
.webinar .post .h4 {
  color: #2a2a2a;
  margin-bottom: 15px;
  font: bold 30px/1.1 'Open Sans', sans-serif;
}
.webinar .post h5,
.webinar .post .h5 {
  color: #2a2a2a;
  margin-bottom: 15px;
  font: bold 23px/1.1 'Open Sans', sans-serif;
}
.webinar .post p {
  color: #2a2a2a;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.webinar .post img {
  display: block;
  margin: 35px auto;
  max-width: 100%;
}
.webinar .post .photo_vert {
  text-align: center;
}
.webinar .post .photo_vert img {
  width: 634px;
}
.webinar .post cite {
  display: block;
  text-align: center;
  margin: 30px 0;
  padding: 0 53px;
  background: url("../img/bg-incurt.png") center 50% no-repeat;
  font: 28px/1.2 'Open Sans', sans-serif;
  color: #535353;
  letter-spacing: 1px;
  font-style: normal;
}
.webinar .post div.btn {
  text-align: center;
  margin: 30px 0 40px;
}
.webinar .post div.btn .btn_yellow {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0 20px 3px;
  font-size: 20px;
  vertical-align: middle;
  height: 54px;
  text-align: center;
  color: white;
  font: bold 20px/2.6 'Helvetica', "Arial", sans-serif;
  text-shadow: 0 1px 1px #686868;
  background: url("../img/bg-btn-int.png") left -53px repeat-x;
  border-radius: 3px;
  cursor: pointer;
}
.webinar .post div.btn .btn_yellow:active {
  height: 50px;
  margin-top: 4px;
  background: url("../img/bg-btn-int.png") left 0 repeat-x;
}
.webinar .post h6,
.webinar .post .h6 {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
}
.webinar .post .quote {
  margin: 35px 0;
}
.webinar .post .quote span {
  font: 23px/1.5 'Open Sans', sans-serif;
  letter-spacing: 1px;
  background: #ffea94;
}
#tubular-shield {
  display: none;
}
#tubular-container {
  display: none;
}
.closeVideo {
  display: none;
  z-index: 1000;
}
.closeVideo:hover {
  text-decoration: none;
}
.detals_share {
  display: inline-block;
  margin-top: 10px;
  font-size: 0;
  white-space: nowrap;
}
.detals_share div {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  margin-right: 10px;
  font: 12px/1 helveticaneuelocal, Arial;
  color: #838383;
}
.detals_share div span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.detals_share div span.detals_eye {
  width: 25px;
  height: 19px;
  background: url(../img/augen.png) 0 2px no-repeat;
}
.detals_share div span.detals_hand {
  width: 27px;
  height: 19px;
  background: url(../img/hand.png) 0 0 no-repeat;
}
.detals_share div span.detals_profit {
  width: 22px;
  height: 19px;
  background: url(../img/stein.png) 0 0 no-repeat;
}
.detals_share div span.detals_camera {
  width: 22px;
  height: 19px;
  background: url(../img/camera.png) 0 1px no-repeat;
}
.hotArticle {
  margin-bottom: 22px;
}
.hotArticle .container {
  white-space: nowrap;
  font-size: 0;
}
.hotArticle_top {
  float: left;
  vertical-align: top;
  margin-right: 20px;
  width: 592px;
  white-space: normal;
  position: relative;
}
.hotArticle_link {
  position: relative;
  border: medium none;
  display: block;
  height: 357px;
  z-index: 1;
}
.hotArticle_link:hover {
  display: block;
  position: relative;
  z-index: 3;
}
.hotArticle_link img {
  width: 592px;
  height: 357px;
  position: relative;
  z-index: 2;
}
.hotArticle_link .link_drop {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  width: 100%;
  height: 357px;
  background: url(../img/bg-drop80.png) repeat 0 0;
  z-index: 1;
}
.hotArticle_link .link_drop-text {
  display: block;
  font-size: 14px;
  line-height: 21px;
  max-height: 152px;
  overflow: hidden;
  margin: 50px 40px 20px 40px;
}
.hotArticle_link .link_drop-icon {
  background: url("../img/drop-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 59px;
  margin: 0 0 0 40px;
  width: 58px;
}
.hotArticle_link .link_drop-icon:hover {
  background-position: 0 -59px;
}
.hotArticle_link .link_drop .comments {
  color: #ffffff;
  font-size: 12px !important;
  display: block;
  float: left;
  padding: 0 0 2px 20px;
  height: 14px;
  margin: 9px 9px 6px 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/case-comments.png) left top no-repeat;
}
.hotArticle_link .link_drop .comments em {
  font-style: normal;
  opacity: 0.8;
  display: inline;
}
.hotArticle_link:hover .hotArticle_date {
  z-index: 1;
}
.hotArticle_link:hover .hotArticle_date .comments {
  z-index: 2;
}
.hotArticle_link:hover .link_drop {
  z-index: 2;
}
.hotArticle_title {
  position: absolute;
  color: #3259ff;
  display: inline-block;
  font: bold 30px/1 'helveticaneuelocal', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  margin: -55px 0 0 68px;
  width: 355px;
  z-index: 3;
  white-space: normal;
}
.hotArticle_title-bott {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 5px;
  position: relative;
  color: #000000;
  width: 100%;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
}
.hotArticle_title-bott:hover {
  color: #0033ff;
}
.hotArticle_date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  color: white;
  font: 12px/1 helveticaneuelocal, Arial;
  background: url(../img/new-shadow.png) 0 0 repeat-x;
  z-index: 2;
}
.hotArticle_date span {
  display: inline-block;
  margin: 13px 9px;
}
.hotArticle .hotArticle_items {
  display: inline-block;
  vertical-align: top;
  width: 408px;
  margin-left: -20px;
  white-space: normal;
  font-size: 0;
}
.article_box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 38px;
  margin-left: 20px;
  width: 184px;
}
.article_box .detals {
  display: inline-block;
  margin-top: 5px;
  font-size: 0;
  white-space: nowrap;
}
.article_box .detals div {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
  margin-right: 10px;
  font: 12px/1 helveticaneuelocal, Arial;
  color: #838383;
  line-height: 14px;
}
.article_box .detals div span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.article_box .detals div span.detals_augen {
  width: 25px;
  height: 19px;
  background: url(../img/augen.png) 0 2px no-repeat;
}
.article_box .detals div span.detals_hand {
  width: 27px;
  height: 19px;
  background: url(../img/hand.png) 0 0 no-repeat;
}
.article_box .detals div span.detals_stein {
  width: 22px;
  height: 19px;
  background: url(../img/stein.png) 0 0 no-repeat;
}
.article_items-link {
  text-decoration: none;
}
.article_items-pic {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 120px;
  width: 184px;
}
.article_items-pic img {
  position: absolute;
  display: block;
  height: 120px;
  width: 184px;
}
.article_items-title {
  margin-top: 10px;
  display: block;
  color: #444444;
  font-size: 14px;
  line-height: 17px;
}
.article_items-title:hover {
  color: #000cff;
}
.article_items-link:hover {
  position: relative;
  display: block;
  z-index: 3;
}
.article_items-link:hover .article_items-title {
  color: #1f4aff;
}
.article_items-date {
  z-index: 1;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 184px;
  height: 120px;
  color: white;
  font: 12px/1 helveticaneuelocal, Arial;
  background: url("../img/new-shadow.png") 0 bottom repeat-x;
}
.article_items-date span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin: 9px;
}
.article_items-date .article_items-icon {
  display: block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 59px;
  margin: -30px 0 0 -30px;
  background: url("../img/drop-icon.png") 0 0 no-repeat;
  visibility: hidden;
}
.article_items-date .article_items-icon:hover {
  background-position: 0 -59px;
}
.article_items-date .newsDate {
  visibility: visible;
}
.article_items-date .comments {
  color: #ffffff;
  font-size: 12px !important;
  display: block;
  float: left;
  padding: 0 0 2px 20px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 9px;
  visibility: hidden;
  background: url(../img/case-comments.png) left top no-repeat;
}
.article_items-date .comments em {
  font-style: normal;
  opacity: 0.8;
  display: inline;
}
.article_items-pic:hover .article_items-date {
  background: url(../img/bg-drop80.png) 0 0 repeat;
  color: #16c494;
}
.article_items-pic:hover .article_items-date .article_items-icon {
  visibility: visible;
  z-index: 2;
}
.article_items-pic:hover .newsDate {
  visibility: hidden;
}
.article_items-pic:hover .comments {
  visibility: visible;
}
.article-news_items {
  margin-left: -20px;
  font-size: 0;
}
.article-news_more {
  text-align: center;
}
.article-news_more .btn {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font: bold 21px/1 'ProximaNova Reg';
  color: #00ba76;
  padding: 12px 56px;
  border-radius: 3px;
  border: 2px solid #00ba76;
}
.info {
  position: relative;
}
.info .container {
  padding: 40px 0 25px;
  overflow: hidden;
  background: white;
}
.info_left {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 560px;
  white-space: nowrap;
}
.info_left-list {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  white-space: normal;
}
.info_left-list li {
  margin: 0;
  padding: 0;
}
.info_left-list li.title {
  margin-bottom: 15px;
  color: #444444;
  font: 30px/1 helveticaneueboldlocal;
}
.info_left-list li.adres {
  margin-bottom: 7px;
  font: 15px/1.2 helveticaneuelocal;
  color: #000000;
}
.info_left-list li a.link {
  display: inline-block;
  margin-bottom: 23px;
  padding: 5px 0 5px 29px;
  font: 15px/1 helveticaneuelocal;
  color: #00b789;
  background: url(../img/bullet.png) left 50% no-repeat;
}
.info_left-list li a.link span {
  border-bottom: 1px dashed #00b789;
}
.info_left-list li.phone {
  margin-bottom: 10px;
  font: 24px/1 'Open Sans Semibold';
}
.info_left-list li.phone span {
  display: inline-block;
  vertical-align: top;
  font: 11px/1 'Open Sans Light';
  margin-left: 7px;
  display: none;
}
.info_left-list li a.mail {
  display: inline-block;
  margin-bottom: 34px;
  padding: 0 0 2px 20px;
  color: #2356ff;
  font: 15px/1 'HelveticaNeueLight';
  background: url(../img/mail-info.png) left 50% no-repeat;
}
.info_ur * {
  display: inline-block;
  vertical-align: top;
  font: 15px/1.4 helveticaneuelocal;
  color: #000000;
  width: 50%;
}
.info_ur-title {
  display: block;
  width: auto;
  font: 20px/1.2 helveticaneueboldlocal;
  color: #444444;
  margin-bottom: 19px;
}
.info_bg-right {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 40px;
  width: 50%;
  height: 355px;
  background: #f7f7f7;
}
.info_bg-right .relative {
  position: relative;
  height: 355px;
}
.info_bg-right .relative .absLine {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(../img/bord-contact.png) 0 0 repeat-x;
}
.info_right {
  float: right;
  width: 400px;
}
.info_right .bord {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 5px;
  background: url(../img/bord-contact.png) 0 0 repeat-x;
}
.info_right-wrap {
  position: relative;
  background: #f7f7f7;
  font: 15px/1.2 helveticaneuelocal;
  height: 291px;
  padding: 30px 37px 34px;
}
.info_right-text {
  margin-bottom: 10px;
}
.info_right-mail {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 0 2px 20px;
  color: #2356ff;
  background: url("../img/mail-info-grey.png") left 50% no-repeat;
}
.info_right-mail:hover {
  color: #2356ff;
}
.info .get-question_link {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 312px;
  text-align: center;
  padding: 10px 0;
  background: #02b87b;
  font: 21px/1 'ProximaNova Reg';
  color: #ffffff;
  border-radius: 3px;
}
.info .get-question_link span {
  opacity: 1;
}
.info .get-question_link span.opacity {
  opacity: 0.5;
}
.info .get-question_link:hover {
  background: #1d45ed;
}
.question .appCenter {
  padding-bottom: 12px;
  text-align: center;
}
.post {
  width: 660px;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  font-family: "Helvetica Neue", "helveticaneuelocal", Arial, sans-serif;
  font-weight: 300;
}
.post ul {
  padding-left: 20px;
  margin-top: 20px;
}
.post ul li {
  margin-bottom: 10px;
}
.post ol {
  padding-left: 25px;
  margin-top: 20px;
}
.post ol li {
  margin-bottom: 10px;
}
.post h4,
.post .h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}
.post h1,
.post h2,
.post h5,
.post .h5 {
  font-size: 40px;
  line-height: 46px;
  font-family: "ProximaNova Bold";
  text-align: left;
  margin: 40px 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
.post h6,
.post .h6 {
  font-size: 20px;
  line-height: 26px;
  color: #2a2a2a;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.post p {
  line-height: 23px;
  margin: 20px 0 0 0;
}
.post p:first-child {
  margin: 0;
}
.post span.over {
  background: #fbe89e;
  position: relative;
  line-height: 23px;
  height: 23px;
}
.post span.over:before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 23px;
  background: #ffffff url(../img/overBefore.png) 0 0 no-repeat;
  vertical-align: top;
}
.post span.over:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 23px;
  background: #ffffff url(../img/overAfter.png) 0 0 no-repeat;
  vertical-align: top;
}
.post.dialog {
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 50px auto 50px auto;
}
.post.dialog .one {
  margin: 0 0 28px 0;
}
.post.dialog span {
  display: block;
  padding: 0 0 0 30px;
  margin: 0 0 0 -30px;
  background: url(../img/dialog.png) 0 0 no-repeat;
  font-weight: bold;
  font-family: "Helvetica", "Arial", sans-serif;
}
.post.bordered_blue {
  text-align: left;
  width: 660px;
  margin: 50px auto 50px auto;
  color: #1f4aff;
  padding: 57px 90px 41px 90px;
  border: 2px solid #1f4aff;
  font-size: 20px;
  line-height: 28px;
}
.post.bordered_blue p,
.post.bordered_blue h4,
.post.bordered_blue h5,
.post.bordered_blue h6,
.post.bordered_blue .h4,
.post.bordered_blue .h5,
.post.bordered_blue .h6 {
  text-align: center;
  color: #1f4aff;
}
.post.photo_horz {
  width: 660px;
  margin: 50px auto 50px;
}
.post.photo_horz img {
  display: block;
  width: 660px;
}
.post.photo_horz .wide {
  width: 845px;
  margin: 50px 0 0px -93px;
}
.post.cite {
  margin: 50px auto 50px auto;
}
.post.cite cite {
  position: relative;
  padding: 75px 0 75px 0;
  display: block;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  font-family: "PT Serif";
}
.post.cite cite p {
  line-height: 35px;
}
.post.cite cite:before {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  top: 10px;
  left: 305px;
  background: url(../img/cite.png) 0 0 no-repeat;
}
.post.cite cite:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  bottom: 5px;
  left: 305px;
  background: url(../img/cite.png) 0 0 no-repeat;
}
.post.padding-top {
  padding: 30px 0 0 0;
}
.post .btn {
  text-align: center;
  margin: 20px 0 20px 0;
}
.post .btn .btn_yellow {
  -webkit-appearance: none;
  display: inline-block;
  padding: 0 80px 0 80px;
  vertical-align: middle;
  height: 50px;
  text-align: center;
  color: #ffffff;
  font-family: "ProximaNova Bold";
  font-size: 21px;
  line-height: 50px;
  background: #02cd89;
  border-bottom: 3px solid #02a46e;
  border-radius: 3px;
  cursor: pointer;
}
.post .btn .btn_yellow:hover {
  background: #02cd89;
}
.post .btn .btn_yellow.white {
  background: #ffffff;
  border: 2px solid #02cd89;
  color: #02cd89;
}
.post .ta_c {
  text-align: center;
}
.post.slider {
  margin-left: 77px;
}
.post.slider .fotorama {
  width: 845px;
}
.post.slider .fotorama__arr {
  width: 71px;
  height: 138px;
  margin-top: -69px;
  transform: translate3d(0,0,0);
  opacity: 1;
}
.post.slider .fotorama__arr--prev {
  display: block !important;
  margin-left: 15px;
  background: url("../img/arr-prev-sprite.png") 0 0 no-repeat;
}
.post.slider .fotorama__arr--prev:hover {
  background: url("../img/arr-prev-sprite.png") 0 -138px no-repeat;
}
.post.slider .fotorama__arr--next {
  display: block !important;
  margin-right: 15px;
  background: url("../img/arr-next-sprite.png") 0 0 no-repeat;
}
.post.slider .fotorama__arr--next:hover {
  background: url("../img/arr-next-sprite.png") 0 -137px no-repeat;
}
.post.slider .fotorama__caption {
  margin-bottom: -35px;
}
.post.slider_info {
  margin-top: 10px;
}
.post.slider_info * {
  display: inline-block;
  vertical-align: middle;
}
.post.slider_pagination {
  margin-right: 20px;
  font-weight: bold;
}
.post.slider_pagination .current {
  color: black;
  margin-right: 1px;
}
.post.slider_pagination .total {
  margin-left: 1px;
  color: #b1b1b1;
}
.post.slider_caption {
  font-size: 13px;
  font-style: italic;
  color: #444444;
}
.post.slider .slider_info {
  display: none;
}
.post.slider .fotorama__stage:before,
.post.slider .fotorama__nav:before {
  display: none;
}
.post.slider .fotorama__stage:after,
.post.slider .fotorama__nav:after {
  display: none;
}
.post .post {
  margin: 0;
}
.newsOne .post {
  width: 654px;
  margin: 0 60px 20px 60px;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  font-family: "Helvetica", "Arial", sans-serif;
}
.newsOne .post.photo_horz img {
  width: 654px;
  margin: 50px 0 50px 0;
  display: block;
}
.newsOne .post.photo_horz .wide {
  width: 774px;
  margin: 50px 0 50px -60px;
}
.newsOne .post p {
  line-height: 24px;
}
.newsOne .post h1,
.newsOne .post h2,
.newsOne .post h5,
.newsOne .post .h5 {
  font-size: 38px;
  line-height: 38px;
  font-family: "ProximaNova Bold";
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: none;
}
.newsOne .post.bordered_blue {
  text-align: left;
  width: 654px;
  margin: 50px 0 50px 0;
  color: #1f4aff;
  padding: 57px 58px 41px 58px;
  border: 2px solid #1f4aff;
  font-size: 20px;
  line-height: 28px;
}
.newsOne .post.bordered_blue p,
.newsOne .post.bordered_blue h4,
.newsOne .post.bordered_blue h5,
.newsOne .post.bordered_blue h6,
.newsOne .post.bordered_blue .h4,
.newsOne .post.bordered_blue .h5,
.newsOne .post.bordered_blue .h6 {
  text-align: center;
  color: #1f4aff;
}
.newsOne .post.cite {
  width: 654px;
  margin: 50px 60px 50px 60px;
}
.newsOne .post.cite cite {
  position: relative;
  padding: 75px 0 75px 0;
  display: block;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  font-family: "PT Serif";
}
.newsOne .post.cite cite p {
  line-height: 35px;
}
.newsOne .post.cite cite:before {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  top: 0;
  left: 300px;
  background: url(../img/cite.png) 0 0 no-repeat;
}
.newsOne .post.cite cite:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  content: "";
  bottom: 0;
  left: 300px;
  background: url(../img/cite.png) 0 0 no-repeat;
}
.newsContent .post:first-child p:first-child {
  font-size: 20px;
  line-height: 28px;
}
.question {
  background: #1e3b29 url(../img/bg-question-new.jpg) center 0 no-repeat;
  margin-bottom: -100px;
}
.question_wrap {
  padding: 70px 260px 30px;
  color: white;
}
.question_title {
  margin-bottom: 27px;
  text-align: center;
  font: 47px/1 'Lyno Stan CYR';
  letter-spacing: 0.03em;
}
.question_title span {
  font-family: 'Lyno Ulys CYR';
}
.question_list {
  margin-bottom: 20px;
  list-style: none;
  font-size: 0;
  white-space: nowrap;
  padding: 1px;
  border: 1px solid white;
  border-radius: 3px;
}
.question_list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
}
.question_list li:first-child {
  margin-left: 0;
}
.question_list li a {
  padding: 12px 0 10px;
  border-radius: 3px;
  display: block;
  color: white;
  font: 15px/1 'ProximaNova Bold';
  text-align: center;
}
.question_list li a.first {
  width: 110px;
}
.question_list li a.second {
  width: 136px;
}
.question_list li a.three {
  width: 228px;
}
.question_list li a:hover {
  color: #2356ff;
  background: white;
}
.question_list li.active a {
  color: #2356ff;
  background: white;
}
.question .question_content-item {
  display: none;
}
.question .show {
  display: block;
}
.question .form_line {
  padding-bottom: 20px;
  overflow: hidden;
}
.question .form_line .teil-left {
  float: left;
  width: 228px;
}
.question .form_line .teil-right {
  float: right;
  width: 228px;
}
.question .form_line label {
  display: block;
  margin-bottom: 5px;
  font: 11px/1 helveticaneueboldlocal;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.question .form_line .form-agreement {
  padding: 10px 0 0 0;
}
.question .form_line .form-agreement .form-agreement__label {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: none;
}
.question .form_line input[type="text"],
.question .form_line input[type="password"] {
  background: none;
  border: none;
  border-radius: 3px;
  background: white;
  height: 38px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #2a2a2a;
  font: 14px/1 helveticaneuelocal;
  padding-left: 13px;
}
.question .form_line textarea {
  border: none;
  background: none;
  width: 100%;
  height: 120px;
  max-height: 200px;
  font-size: 100%;
  padding: 13px;
  background: white;
  border-radius: 3px;
  color: #2a2a2a;
  font: 12px/1 helveticaneuelocal;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.question .form_line button {
  border: none;
  background: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  width: 205px;
  height: 46px;
  background: #20c887;
  border-bottom: 3px solid #1aa06c;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.5);
  color: #ffffff;
  font: 21px/2.1 'ProximaNova Bold';
  text-align: center;
  text-shadow: 0 1px 0 #858585;
  cursor: pointer;
}
.question .form_line button:hover {
  background: #1d45ed;
  border-bottom: 3px solid #1531a6;
}
.question .form_line button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.question .form_line .teil-desk {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  letter-spacing: 0.09em;
  font: 11px/1.4 helveticaneueboldlocal;
  text-transform: uppercase;
}
.question .form_line .teil-img {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  width: 130px;
  height: 38px;
  border-radius: 3px;
  overflow: hidden;
}
.question .form_line .teil-img img {
  display: block;
  height: 38px;
  width: 130px;
}
.question .form_line .teil-place {
  float: right;
  width: 140px;
}
.question .form .appCenter {
  text-align: center;
  overflow: inherit;
}
.question .form .text_error ul li {
  font-size: 14px;
  color: #ff0000;
}
.material {
  margin-bottom: 40px;
  margin-top: -15px;
}
.material .container {
  position: relative;
  overflow: inherit;
}
.material_title {
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 0 0 61px;
  width: 310px;
  font: 30px/1 helveticaneueboldlocal;
  color: #3259ff;
  text-transform: inherit;
}
.material_topList {
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
  padding-left: 40px;
  font-size: 0;
  white-space: nowrap;
}
.material_topList li {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  width: 464px;
  font: 15px/1.3 helveticaneuelocal;
  white-space: normal;
}
.material_topList li .teil-top {
  min-height: 56px;
  color: #444444;
  position: relative;
}
.material_topList li .teil-top span {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
}
.material_topList li .teil-top .bord {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 5px;
  background: url(../img/bord-smi.png) left 0 repeat-x;
}
.material_topList li .teil-top a.pr_mail {
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
  color: #3259ff;
  font: 34px/1 'HelveticaNeueLight';
  background: url(../img/mail-big.png) left 65% no-repeat;
}
.material_topList li:first-child .teil-top span {
  padding-left: 22px;
}
.smi_slider {
  margin-bottom: 60px;
  height: 628px;
  background: url(../img/bg-fotorama.png) center 0 no-repeat;
}
.smi_slider-title {
  color: white;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 42px 0 0;
  font: 47px/1 'Lyno Stan CYR';
  letter-spacing: 0.05em;
}
.smi_slider-title span {
  font-family: 'Lyno Ulys CYR';
}
.smi_slider .slider {
  position: relative;
  width: 1000px;
  height: 530px;
  margin: 0;
  margin-top: -42px;
  overflow: inherit;
  color: white;
}
.smi_slider .slider .fotorama {
  overflow: inherit;
}
.smi_slider .slider .fotorama__arr {
  position: absolute;
  top: 4px;
  margin: 0;
  width: 17px;
  height: 33px;
  transform: translate3d(0,0,0);
  opacity: 1;
}
.smi_slider .slider .fotorama__arr--prev {
  margin-left: 215px;
  background: url("../img/arr-prev-smi.png") 0 0 no-repeat;
}
.smi_slider .slider .fotorama__arr--prev:hover {
  background: url("../img/arr-prev-smi.png") 0 -33px no-repeat;
}
.smi_slider .slider .fotorama__arr--next {
  margin-right: 215px;
  background: url("../img/arr-next-smi.png") 0 -33px no-repeat;
}
.smi_slider .slider .fotorama__arr--next:hover {
  background: url("../img/arr-next-smi.png") 0 0 no-repeat;
}
.smi_slider .slider .fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--prev,
.smi_slider .slider .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(0,0,0);
}
.smi_slider .slider .fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__arr--next,
.smi_slider .slider .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(0,0,0);
}
.smi_slider .slider .fotorama__dot {
  border-color: #ffffff;
}
.smi_slider .slider .fotorama__active .fotorama__dot {
  background-color: #ffffff;
}
.smi_slider .slider .smi_item {
  width: 1000px;
  height: 480px;
  padding-top: 20px;
  display: block;
  line-height: 1;
  margin: 0;
}
.smi_slider .slider .smi_item-line {
  margin-top: 80px;
  white-space: nowrap;
  font-size: 0;
}
.smi_slider .slider .smi_item-line li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  overflow: hidden;
  text-align: center;
  font: 13px/1 helveticaneuelocal;
  color: white;
  white-space: normal;
}
.smi_slider .slider .smi_item-line li .newspaper {
  border: none;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  overflow: hidden;
  width: 200px;
  padding: 0 25px;
  text-align: center;
}
.smi_slider .slider .smi_item-line li .newspaper img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.smi_slider .slider .smi_item-line li .date {
  margin-top: 10px;
  margin-bottom: 10px;
}
.smi_slider .slider .smi_item-line li .title {
  font-size: 15px;
  line-height: 1.3;
  max-height: 60px;
  overflow: hidden;
  padding: 0 20px;
}
.smi_video .smi_video-line {
  width: 100%;
  height: 1px;
}
.smi_video .container {
  overflow: inherit;
}
.smi_video-title {
  margin-bottom: 40px;
  text-align: center;
  color: #2a2a2a;
  font: 47px/1 'Lyno Stan CYR';
  letter-spacing: 0.05em;
}
.smi_video-box .smi_video-big {
  margin-bottom: 25px;
  background: #2a2a2a;
  height: 620px;
  padding: 30px 0;
  display: none;
}
.smi_video-box .smi_video-big-close {
  position: absolute;
  top: -4px;
  right: 0;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
  font-size: 0;
  background: url(../img/close-smi-video.png) 0 0 no-repeat;
}
.smi_video-box .smi_video-big-close:hover {
  background: url(../img/close-smi-video.png) 0 -26px no-repeat;
}
.smi_video-box .smi_video-big .container {
  position: relative;
  height: 620px;
}
.smi_video-box .smi_video-big .container .smi_video-big-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 620px;
  display: none;
}
.smi_video-box .smi_video-big .container .smi_video-big-item.active {
  display: block;
}
.smi_video-box .smi_video-big .container .smi_video-big-item .title {
  padding: 0 50px;
  font-size: 20px;
  line-height: 24px;
  height: 30px;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px auto;
}
.smi_video-box .smi_video-big .container img {
  display: block;
}
.smi_video-preview {
  margin-bottom: 20px;
}
.smi_video-preview .list_preview {
  margin-left: -25px;
  font-size: 0;
}
.smi_video-preview .list_preview li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 26px;
  width: 230px;
  font: 15px/1.2 'HelveticaNeueLight';
  position: relative;
}
.smi_video-preview .list_preview li .arr_current {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -17px;
  width: 27px;
  height: 15px;
  background: url(../img/arr-smi.png) 0 0 no-repeat;
  z-index: 2;
  display: none;
}
.smi_video-preview .list_preview li.active .arr_current {
  display: block;
}
.smi_video-preview .list_preview li a {
  display: block;
  width: 230px;
  height: 130px;
  position: relative;
  z-index: 10;
}
.smi_video-preview .list_preview li a img {
  display: block;
  width: 230px;
  height: 130px;
  position: absolute;
  z-index: 5;
}
.smi_video-preview .list_preview li a .hover {
  display: block;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-drop80.png) 0 0 repeat;
  z-index: 2;
}
.smi_video-preview .list_preview li a .hover .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -29px 0 0 -29px;
  width: 58px;
  height: 58px;
  background: url(../img/play-smi.png) 0 0 no-repeat;
  z-index: 8;
}
.smi_video-preview .list_preview li a .time {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  padding: 2px 4px 3px;
  border-radius: 3px;
  background: #444444;
  color: white;
  font: 10px/1 helveticaneueboldlocal;
  z-index: 1px;
}
.smi_video-preview .list_preview li a:hover .hover {
  z-index: 7;
}
.smi_video-preview .list_preview li a.link_title {
  display: block;
  margin-top: 10px;
  color: black;
  max-height: 56px;
  overflow: hidden;
}
.smi_video-preview .list_preview li a.link_title:hover {
  color: #1840ff;
}
.smi_video-preview .list_preview li.active .hover {
  visibility: visible;
}
.smi_video-preview .list_preview li.active a.link_title {
  color: #1840ff;
}
.smi_video .smi_video_more {
  text-align: center;
}
.smi_video .smi_video_more .btn {
  border: 2px solid #00ba76;
  border-radius: 3px;
  color: #00ba76;
  display: inline-block;
  font: bold 21px/1 'ProximaNova Reg';
  margin-bottom: 20px;
  padding: 12px 56px;
  vertical-align: top;
}
.newsLeft {
  float: left;
  width: 774px;
  margin: 17px 0 0 0;
}
.newsLeft .titleBlock {
  width: 774px;
  height: 357px;
  position: relative;
  margin: 0 0 30px 0;
  background: #f9f9f9;
}
.newsLeft .titleBlock img {
  width: 774px;
  height: 357px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsLeft .titleBlock .title {
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: 3;
}
.newsLeft .titleBlock .title .h1 {
  margin: 0;
  padding: 0;
}
.newsLeft .titleBlock .title .h1 span {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  background: #1f4aff;
  height: 35px;
  vertical-align: top;
  padding: 0 15px 0 15px;
}
.newsLeft .titleBlock .title .h1:first-child span {
  padding: 8px 15px 0 15px;
}
.newsLeft .titleBlock .title em {
  display: inline-block;
  background: #1f4aff;
  color: #ffffff;
  padding: 0 15px 8px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  height: 20px;
}
.newsLeft .titleBlock .social {
  width: 754px;
  height: 34px;
  padding: 48px 0 0 20px;
  background: url(../img/newsTitleShadow.png) 0 0 repeat-x;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}
.newsRight {
  float: right;
  margin-top: 17px;
  width: 184px;
}
.newsRight .heading {
  color: #1f1f1f;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.newsRight .article_box {
  margin-bottom: 28px;
  margin-left: 0;
}
.newsRight .article_box .detals {
  display: block;
}
.case_filtr {
  margin-top: 21px;
}
.case_filtr.filter_block ul.filter {
  list-style: none;
  float: left;
  margin-right: 40px;
  padding: 8px 0 0 20px;
}
.case_filtr.filter_block ul.filter li {
  float: left;
  margin: 0px;
  line-height: 20px;
  font-size: 13px;
  padding-left: 5px;
  color: #9e9d9d;
}
.case_filtr.filter_block ul.filter li a {
  color: #9e9d9d;
}
.case_filtr.filter_block ul.filter li a.active_filter {
  color: #1f1f1f;
}
.case_filtr.filter_block ul.filter li:before {
  content: "/ ";
}
.case_filtr.filter_block ul.filter li:first-child:before {
  content: none;
  padding: 0px;
}
.case_filtr .container {
  height: 36px;
  background: #ebebeb;
  position: relative;
  overflow: inherit;
}
.case_filtr-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: -55px 0 0 110px;
  width: 410px;
  color: #3259ff;
  text-transform: inherit;
  font: 30px/1 helveticaneueboldlocal;
}
.case_filtr .showIndex {
  position: relative;
  z-index: 20;
  color: #1a4bff;
  background: url(../img/arr-filtr-hover.png) right 50% no-repeat;
  font: 11px/1 helveticaneueboldlocal;
}
.case_filtr-list {
  position: relative;
  list-style: none;
  height: 36px;
  margin: 0;
  padding: 0;
  z-index: 99;
  float: left;
}
.case_filtr-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
}
.case_filtr-list li a {
  display: inline-block;
  vertical-align: top;
  padding: 13px 12px 13px 0;
  color: #919090;
  text-transform: uppercase;
  background: url(../img/arr-filtr.png) right 50% no-repeat;
  font: bold 11px/1 Helvetica;
  letter-spacing: 0.08em;
}
.case_filtr-list li a:hover {
  background: url(../img/arr-filtr-hover.png) right 50% no-repeat;
  color: #0033ff;
}
.case_filtr-list li .case_filtr-sublist {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 36px;
  padding-bottom: 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 10;
}
.case_filtr-list li .case_filtr-sublist li {
  display: block;
  margin: 0;
  padding: 0;
  background: white;
}
.case_filtr-list li .case_filtr-sublist li:first-child {
  margin-left: 0;
}
.case_filtr-list li .case_filtr-sublist li a {
  background: white;
  display: block;
  padding: 10px 20px;
  font: 11px/1 helveticaneueboldlocal;
  color: black;
  letter-spacing: 0.08em;
  background: none;
  white-space: nowrap;
}
.case_filtr-list li .case_filtr-sublist li a:hover {
  background: #1a4bff;
  color: white;
}
.case_filtr .rightLink {
  width: 160px;
  background: #00c090;
  font: bold 11px/37px Helvetica;
  padding: 0;
  text-align: center;
  letter-spacing: 0.08em;
  float: right;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
.case_filtr .rightLink a {
  height: 36px;
  display: block;
  color: #ffffff;
}
.case_filtr .rightLink:hover {
  background: #0033ff;
}
.case_filtr .heading {
  color: #7a7979;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.case_filtr .oneNews {
  width: 210px;
  margin: 0 0 30px 0;
}
.case_filtr .oneNews .img {
  width: 210px;
  height: 125px;
  position: relative;
}
.case_filtr .oneNews .img img {
  width: 210px;
  height: 125px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.case_filtr .oneNews .img .date {
  z-index: 3;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
}
.case_filtr .oneNews .title {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 5px 0;
}
.case_filtr .oneNews a {
  display: block;
  color: #171717;
}
.case_filtr .oneNews a:hover {
  color: #1f4aff;
}
.iconText {
  color: #838383;
  font-size: 12px !important;
  display: block;
  float: left;
  padding: 2px 0 2px 30px;
  margin: 0 2px 0 0;
}
.iconText .tooltip {
  position: absolute;
  top: -7px;
  left: 0;
  margin-top: 34px;
  padding: 10px 11px 11px 11px;
  font: 14px/20px "Helvetica Neue", "helveticaneuelocal", Arial, sans-serif;
  color: #ffffff;
  background: url(../img/bg-tooltip.png) 0 0 repeat;
  display: none;
  z-index: 200;
}
.iconText .tooltip .ang {
  float: left;
  margin: -18px 0 0 -10px;
  width: 100px;
  height: 8px;
  background: url(../img/ang2.png) 0 0 no-repeat;
}
.iconText .tooltip .addedProfit {
  padding: 0 0 0 30px;
  background: url(../img/addedProfit.png) left 50% no-repeat;
}
.autocompleteMap {
  font: 16px 'helveticaneuelocal', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
  width: 262px !important;
  border: 2px solid #f1f1f1 !important;
  font-size: 14px !important;
  top: 34px !important;
  left: -2px !important;
}
.autocompleteMap li a {
  padding: 4px 10px 4px 10px !important;
}
.autocompleteCity {
  font: 16px 'helveticaneuelocal', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
  width: 264px !important;
  border: 1px solid #f1f1f1 !important;
  font-size: 14px !important;
  top: 66px !important;
  left: -16px !important;
}
.autocompleteCity li a {
  padding: 4px 10px 4px 10px !important;
}
iframe.bugorBanner {
  position: fixed;
  right: -110px;
  top: 200px;
  transition: right 0.5s;
  z-index: 100;
}
iframe.bugorBanner:hover {
  right: 0;
}
.socHeader {
  width: 1000px;
  height: 250px;
  margin: auto;
  background: url(../i/bm4/socHeader.png) center 87px no-repeat;
  text-align: center;
}
.socHeader em {
  font-size: 16px;
  color: #3f3f3f;
  font-style: normal;
}
.webinar_soc {
  width: 1000px;
  margin: auto;
  padding: 20px 0 30px 0;
  text-align: center;
  overflow: auto;
}
.webinar_soc .vk_block {
  width: 450px;
  float: left;
}
.webinar_soc .fb_block {
  width: 450px;
  float: right;
}
.webinar_soc .soc_header {
  display: none;
}
.webinar_soc #vk-comments > p,
.webinar_soc #fb-comments > p {
  display: none;
}
.footer_bordered {
  width: 910px;
  border-top: 3px solid #bcd6fd;
  margin: 30px auto 0 auto;
  padding: 20px 0;
}
.footer_bordered .logo {
  float: left;
  width: 200px;
  position: relative;
  padding: 10px 0 0 0;
}
.footer_bordered .logo span {
  position: absolute;
  top: 50px;
  left: 65px;
}
.footer_bordered .address {
  float: left;
  text-align: left;
  padding: 32px 0 0 120px;
  font-size: 15px;
  line-height: 18px;
}
.footer_bordered .phone {
  float: right;
  text-align: right;
  padding: 0 5px 0 5px;
  font-size: 30px;
  line-height: 32px;
}
.footer_bordered .phone span {
  font-size: 15px;
  line-height: 18px;
  display: block;
}
.success_block_letter {
  background: url(../img/main-done/letter.png) no-repeat scroll 0 80px;
  height: 200px;
  margin: auto;
  padding: 0 0 20px;
  position: relative;
  width: 780px;
}
.success_block_letter .title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.success_block_letter .text {
  color: #545454;
  font-family: Roboto Regular, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  left: 237px;
  letter-spacing: 0;
  line-height: 18px;
  position: absolute;
  top: 15px;
  margin-top: 79px;
  z-index: 2;
}
.main-done__bottom {
  padding: 40px 50px 40px 50px;
  width: 660px;
  margin: auto;
}
.main-done__bottom .title {
  font-family: "Roboto Bold", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  padding: 0 0 20px 0;
}
.main-done__bottom .list {
  overflow: hidden;
}
.main-done__bottom .list .item {
  font-family: "Roboto Regular", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  width: 270px;
  float: left;
  padding: 0 0 0 40px;
}
.main-done__bottom .list .item:before {
  width: 22px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  padding: 0 0 0 2px;
  content: "2";
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 3px;
  left: 0;
  border: 2px solid #c0c1cb;
  color: #c0c1cb;
}
.main-done__bottom .list .item:first-child {
  padding: 0 40px 0 40px;
}
.main-done__bottom .list .item:first-child:before {
  content: "1";
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .head_menu li a {
    font-weight: 400 !important;
  }
}

@font-face {
    font-family: 'HMN45';
    src: url('https://molodost.bz/default/fonts/HMN45.eot?') format('eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HMN45.woff') format('woff'), url('https://molodost.bz/default/fonts/HMN45.ttf') format('truetype'), url('https://molodost.bz/default/fonts/HMN45.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HMN55';
    src: url('https://molodost.bz/default/fonts/HMN55.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HMN55.woff') format('woff'), url('https://molodost.bz/default/fonts/HMN55.ttf') format('truetype'), url('https://molodost.bz/default/fonts/HMN55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HMN75';
    src: url('https://molodost.bz/default/fonts/HMN75.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HMN75.woff') format('woff'), url('https://molodost.bz/default/fonts/HMN75.ttf') format('truetype'), url('https://molodost.bz/default/fonts/HMN75.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lyno Stan CYR';
    src: url('https://molodost.bz/default/fonts/Lyno_Stan_CYR.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Lyno_Stan_CYR.woff') format('woff'),
    url('https://molodost.bz/default/fonts/Lyno_Stan_CYR.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/Lyno_Stan_CYR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lyno Ulys CYR';
    src: url('https://molodost.bz/default/fonts/Lyno_Ulys_CYR.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Lyno_Ulys_CYR.woff') format('woff'), url('https://molodost.bz/default/fonts/Lyno_Ulys_CYR.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Lyno_Ulys_CYR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: helveticaneuelocal;
    src: url('https://molodost.bz/default/fonts/HelveticaNeue.ttf');
}

@font-face {
    font-family: "Ditod Bold";
    src: url('https://molodost.bz/default/fonts/Didot_Bold.ttf');
}

@font-face {
    font-family: helveticaneueboldlocal;
    src: url('https://molodost.bz/default/fonts/HelveticaNeue-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HelveticaNeue-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/HelveticaNeue-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaUltraLight';
    src: url('https://molodost.bz/default/fonts/HelveticaUltraLight.ttf') format('truetype'), url('https://molodost.bz/default/fonts/HelveticaUltraLight.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('https://molodost.bz/default/fonts/HelveticaNeueLight/HelveticaNeueLight.eot?') format('eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HelveticaNeueLight/HelveticaNeueLight.woff') format('woff'),
    url('https://molodost.bz/default/fonts/HelveticaNeueLight/HelveticaNeueLight.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/HelveticaNeueLight/HelveticaNeueLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('https://molodost.bz/default/fonts/HelveticaNeueLightItalic/HelveticaNeueLightItalic.eot?') format('eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/HelveticaNeueLightItalic/HelveticaNeueLightItalic.woff') format('woff'),
    url('https://molodost.bz/default/fonts/HelveticaNeueLightItalic/HelveticaNeueLightItalic.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/HelveticaNeueLightItalic/HelveticaNeueLightItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue Bold Italic';
    src: url('https://molodost.bz/default/fonts/HelveticaNeueCyr-BoldItalic.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Reg';
    src: url('https://molodost.bz/default/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
    src: local('☺'), url('https://molodost.bz/default/fonts/ProximaNova-Reg.woff') format('woff'), url('https://molodost.bz/default/fonts/ProximaNova-Reg.ttf') format('truetype'), url('https://molodost.bz/default/fonts/ProximaNova-Reg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Bold';
    src: url('https://molodost.bz/default/fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/ProximaNova-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/ProximaNova-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Black';
    src: url('https://molodost.bz/default/fonts/ProximaNova-Black.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/ProximaNova-Black.woff') format('woff'), url('https://molodost.bz/default/fonts/ProximaNova-Black.ttf') format('truetype'), url('https://molodost.bz/default/fonts/ProximaNova-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Extrabld';
    src: url('https://molodost.bz/default/fonts/ProximaNova-Extrabld.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/ProximaNova-Extrabld.woff') format('woff'), url('https://molodost.bz/default/fonts/ProximaNova-Extrabld.ttf') format('truetype'), url('https://molodost.bz/default/fonts/ProximaNova-Extrabld.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova Light';
    src: url('https://molodost.bz/default/fonts/ProximaNova-Light.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/ProximaNova-Light.woff') format('woff'), url('https://molodost.bz/default/fonts/ProximaNova-Light.ttf') format('truetype'), url('https://molodost.bz/default/fonts/ProximaNova-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChunkfiveEx';
    src: url('https://molodost.bz/default/fonts/chunkfive_ex_regular.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/chunkfive_ex_regular.woff') format('woff'), url('https://molodost.bz/default/fonts/chunkfive_ex_regular.ttf') format('truetype'), url('https://molodost.bz/default/fonts/chunkfive_ex_regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('https://molodost.bz/default/fonts/OpenSans-Light.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/OpenSans-Light.woff') format('woff'), url('https://molodost.bz/default/fonts/OpenSans-Light.ttf') format('truetype'), url('https://molodost.bz/default/fonts/OpenSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url('https://molodost.bz/default/fonts/OpenSans-Regular.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/OpenSans-Regular.woff') format('woff'), url('https://molodost.bz/default/fonts/OpenSans-Regular.ttf') format('truetype'), url('https://molodost.bz/default/fonts/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Light';
    src: url('https://molodost.bz/default/fonts/OpenSans-Light.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/OpenSans-Light.woff') format('woff'), url('https://molodost.bz/default/fonts/OpenSans-Light.ttf') format('truetype'), url('https://molodost.bz/default/fonts/OpenSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url('https://molodost.bz/fonts/opensans-semibold.eot');
    src: local('☺'), url('https://molodost.bz/fonts/opensans-semibold.woff') format('woff'), url('https://molodost.bz/fonts/opensans-semibold.ttf') format('truetype'), url('https://molodost.bz/fonts/opensans-semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url('https://molodost.bz/default/fonts/OpenSans-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/OpenSans-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/OpenSans-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/OpenSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flow';
    src: url('https://molodost.bz/default/fonts/flow.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/flow.woff') format('woff'), url('https://molodost.bz/default/fonts/flow.ttf') format('truetype'), url('https://molodost.bz/default/fonts/flow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Flow Bold';
    src: url('https://molodost.bz/default/fonts/flow-bold.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_rouble';
    src: url('https://molodost.bz/default/fonts/rouble.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/rouble.woff') format('woff'), url('https://molodost.bz/default/fonts/rouble.ttf') format('truetype'), url('https://molodost.bz/default/fonts/rouble.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Local';
    src: url('https://molodost.bz/default/fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/MyriadPro-Regular.woff') format('woff'), url('https://molodost.bz/default/fonts/MyriadPro-Regular.ttf') format('truetype'), url('https://molodost.bz/default/fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Bold Local';
    src: url('https://molodost.bz/default/fonts/MyriadPro-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/MyriadPro-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/MyriadPro-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTMonoRegular';
    src: url('https://molodost.bz/default/fonts/PTM55F_W.eot');
    src: local('PT Mono'), local('PTMonoRegular'),
    url('https://molodost.bz/default/fonts/PTM55F_W.eot?#iefix') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/PTM55F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTM55F_W.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/PTM55F_W.svg#PTMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTMonoBold';
    src: url('https://molodost.bz/default/fonts/PTM75F_W.eot');
    src: local('PT Mono'), local('PTMonoRegular'),
    url('https://molodost.bz/default/fonts/PTM75F_W.eot?#iefix') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/PTM75F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTM75F_W.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/PTM75F_W.svg#PTMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirnextBold';
    src: url('https://molodost.bz/default/fonts/avenirnext-bold.eot');
    src: url('https://molodost.bz/default/fonts/avenirnext-bold.eot') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/avenirnext-bold.woff') format('woff'),
    url('https://molodost.bz/default/fonts/avenirnext-bold.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/avenirnext-bold.svg#/default/fonts/avenirnextBold') format('svg');
}

@font-face {
    font-family: 'AvenirNextRegular';
    src: url('https://molodost.bz/default/fonts/avenirnext-regular.eot');
    src: url('https://molodost.bz/default/fonts/avenirnext-regular.eot') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/avenirnext-regular.woff') format('woff'),
    url('https://molodost.bz/default/fonts/avenirnext-regular.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/avenirnext-regular.svg#/default/fonts/avenirnextRegular') format('svg');
}

@font-face {
    font-family: "PT Mono Regular";
    src: url('https://molodost.bz/default/fonts/PTMono-Regular.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/PTMono-Regular.woff') format('woff'), url('https://molodost.bz/default/fonts/PTMono-Regular.ttf') format('truetype'), url('https://molodost.bz/default/fonts/PTMono-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PT Mono Bold";
    src: url('https://molodost.bz/default/fonts/PTMono-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/PTMono-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/PTMono-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/PTMono-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Regular";
    src: url('https://molodost.bz/default/fonts/Roboto-Regular.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Roboto-Regular.woff') format('woff'), url('https://molodost.bz/default/fonts/Roboto-Regular.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold";
    src: url('https://molodost.bz/default/fonts/Roboto-Bold.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Roboto-Bold.woff') format('woff'), url('https://molodost.bz/default/fonts/Roboto-Bold.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Black";
    src: url('https://molodost.bz/default/fonts/Roboto-Black.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Roboto-Black.woff') format('woff'), url('https://molodost.bz/default/fonts/Roboto-Black.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Roboto-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Medium";
    src: url('https://molodost.bz/default/fonts/Roboto-Medium.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Roboto-Medium.woff') format('woff'), url('https://molodost.bz/default/fonts/Roboto-Medium.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Roboto-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Light";
    src: url('https://molodost.bz/default/fonts/Roboto-Light.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/Roboto-Light.woff') format('woff'), url('https://molodost.bz/default/fonts/Roboto-Light.ttf') format('truetype'), url('https://molodost.bz/default/fonts/Roboto-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Thin";
    src: url('https://molodost.bz/default/fonts/roboto-thin.eot');
    src: local('☺'), url('https://molodost.bz/default/fonts/roboto-thin.woff') format('woff'), url('https://molodost.bz/default/fonts/roboto-thin.ttf') format('truetype'), url('https://molodost.bz/default/fonts/roboto-thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('https://molodost.bz/default/fonts/bebasneue_bold.eot');
    src: url('https://molodost.bz/default/fonts/bebasneue_bold.eot') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/bebasneue_bold.woff') format('woff'),
    url('https://molodost.bz/default/fonts/bebasneue_bold.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/bebasneue_bold.svg#BebasNeueBold') format('svg');
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('https://molodost.bz/default/fonts/ptsanscaption.eot');
    src: url('https://molodost.bz/default/fonts/ptsanscaption.eot') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/ptsanscaption.woff') format('woff'),
    url('https://molodost.bz/default/fonts/ptsanscaption.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/ptsanscaption.svg#PTSansRegular') format('svg');
}

@font-face {
    font-family: 'PTSansBold';
    src: url('https://molodost.bz/default/fonts/ptsansbold.eot');
    src: url('https://molodost.bz/default/fonts/ptsanscaption.eot') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/ptsanscaption.woff') format('woff'),
    url('https://molodost.bz/default/fonts/ptsanscaption.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/ptsanscaption.svg#PTSansBold') format('svg');
}

@font-face {
    font-family: 'PT Serif';
    src: url('https://molodost.bz/default/fonts/PTF55F_W.eot');
    src: local('PT Serif'), url('https://molodost.bz/default/fonts/PTF55F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTF55F_W.woff') format('truetype'),
    url('https://molodost.bz/default/fonts/PTF55F_W.woff#PTSerif-Regular') format('svg');
}

@font-face {
    font-family: 'PT Serif';
    src: url('https://molodost.bz/default/fonts/PTF56F_W.eot');
    font-style: italic;
    src: local('PT Serif Italic'),
    url('https://molodost.bz/default/fonts/PTF56F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTF56F_W.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/PTF56F_W.svg#PTSerif-Italic') format('svg');
}

@font-face {
    font-family: 'PT Serif';
    src: url('https://molodost.bz/default/fonts/PTF75F_W.eot');
    font-style: normal;
    font-weight: bold;
    src: local('PT Serif Bold'),
    url('https://molodost.bz/default/fonts/PTF75F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTF75F_W.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/PTF75F_W.svg#PTSerif-Bold') format('svg');
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: bold;
    src: url('https://molodost.bz/default/fonts/PTF76F_W.eot');
    src: local('PT Serif Bold Italic'),
    url('https://molodost.bz/default/fonts/PTF76F_W.woff') format('woff'),
    url('https://molodost.bz/default/fonts/PTF76F_W.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/PTF76F_W.svg#PTSerif-BoldItalic') format('svg');
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('https://molodost.bz/default/fonts/bebasneue_regular-webfont.eot');
    src: url('https://molodost.bz/default/fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/bebasneue_regular-webfont.woff') format('woff'),
    url('https://molodost.bz/default/fonts/bebasneue_regular-webfont.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Light';
    src: url('https://molodost.bz/default/fonts/bebasneue_light-webfont.eot');
    src: url('https://molodost.bz/default/fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://molodost.bz/default/fonts/bebasneue_light-webfont.woff') format('woff'),
    url('https://molodost.bz/default/fonts/bebasneue_light-webfont.ttf') format('truetype'),
    url('https://molodost.bz/default/fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ALSRubl";
    src: url(https://molodost.bz/default/fonts/ALSRubl.eot) format('embedded-opentype'), url(https://molodost.bz/default/fonts/ALSRubl.woff) format('woff'), url(https://molodost.bz/default/fonts/ALSRubl.ttf) format('truetype'), url(https://molodost.bz/default/fonts/ALSRubl.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

/* proba pro */

@font-face {
    font-family: "ProbaPro Regular";
    src: url(https://molodost.bz/mobile/fonts/ProbaPro-Regular.eot) format('embedded-opentype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Regular.woff) format('woff'), url(https://molodost.bz/mobile/fonts/ProbaPro-Regular.ttf) format('truetype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Regular.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProbaPro Light";
    src: url(https://molodost.bz/mobile/fonts/ProbaPro-Light.eot) format('embedded-opentype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Light.woff) format('woff'), url(https://molodost.bz/mobile/fonts/ProbaPro-Light.ttf) format('truetype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Light.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProbaPro Bold";
    src: url(https://molodost.bz/mobile/fonts/ProbaPro-Bold.eot) format('embedded-opentype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Bold.woff) format('woff'), url(https://molodost.bz/mobile/fonts/ProbaPro-Bold.ttf) format('truetype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Bold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProbaPro Medium";
    src: url(https://molodost.bz/mobile/fonts/ProbaPro-Medium.eot) format('embedded-opentype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Medium.woff) format('woff'), url(https://molodost.bz/mobile/fonts/ProbaPro-Medium.ttf) format('truetype'), url(https://molodost.bz/mobile/fonts/ProbaPro-Medium.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProbaPro SemiBold";
    src: url(https://molodost.bz/mobile/fonts/ProbaPro-SemiBold.eot) format('embedded-opentype'), url(https://molodost.bz/mobile/fonts/ProbaPro-SemiBold.woff) format('woff'), url(https://molodost.bz/mobile/fonts/ProbaPro-SemiBold.ttf) format('truetype'), url(https://molodost.bz/mobile/fonts/ProbaPro-SemiBold.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}