body,
html,
li,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	-webkit-font-feature-settings: inherit;
	font-feature-settings: inherit;
	-webkit-font-language-override: inherit;
	font-language-override: inherit;
	-webkit-font-kerning: inherit;
	font-kerning: inherit;
	font-synthesis: inherit;
	font-variant: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
	font-size: 100%;
	width: 100%;
	position: relative;
	background: #fff;
}
ul {
	list-style: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.jsTabs {
	position: relative;
}
.jsTabs .jsTabs-tabs-list {
	margin: 0 -0.5em 1em;
	text-align: left;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point {
	-moz-user-select: none;
	position: relative;
	padding: 0 0 0.19em;
	margin: 0 0.5em;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	color: #b7b7b7;
	display: inline-block;
	vertical-align: middle;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point span {
	font-size: 0.75em;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
	cursor: default;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
	color: #62a7d9;
}
.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
	text-decoration: none;
}
.jsTabs .jsTabs-tabs-list.jsTabs-center {
	text-align: center;
}
.jsTabs .jsTabs-content {
	display: none;
	position: relative;
}
.jsTabs .jsTabs-content::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.jsTabs .jsTabs-content.jsTabs-active {
	display: block;
}
html,
input {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #282828;
}
a:hover {
	text-decoration: underline;
}
i {
	font-style: italic;
}
input {
	font-size: 1em;
	margin: 0;
	vertical-align: baseline;
	line-height: normal;
}
input[type='submit'] {
	cursor: pointer;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input:invalid {
	background-color: #f0dddd;
}
* {
	max-height: 1000000px;
}
body {
	background: #e7e7e7;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	min-width: 58.5em;
	min-height: 100%;
	position: relative;
	display: block;
	font-family: 'Open Sans', sans-serif !important;
}
body.mode-adaptive {
	min-width: 20em;
	min-width: auto !important;
}
input[type='text'] {
	position: relative;
	border: 1px solid #dfdfdf;
	background: #fff;
	margin: 0;
	font-size: 0.687em;
	outline: 0;
	padding: 0.455em 0.9em;
	display: block;
	font-weight: 600;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.l-wr-main {
	overflow: hidden;
}
.l-page-width {
	margin: 0 auto;
	display: block;
	width: 58.5em;
	position: relative;
}
.l-page-width::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.l-page-width .l-page-width__ledge {
	margin: 0 1.125em;
	padding: 0 1.125em;
	background: #fff;
}
@media only screen and (max-width: 780px) {
.contentBox h2{
	font-size: 1.3em;
}
}

@media only screen and (max-width: 500px) {
	.l-page-width .l-page-width__ledge {
		margin: 0;
		padding: 0;
	}
}
.l-page-width .l-page-width__ledge::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.l-page-width .l-page-width__ledge.m-ledge-blue {
	background: #62a7d9;
}
.l-main-column {
	width: 45.25em;
	float: left;
}
.l-main-column::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.mode-adaptive .l-wr-main {
	position: relative;
}
.mode-adaptive .l-page-width {
	width: 100%;
	max-width: 58.5em;
	position: relative;
}
.mode-adaptive .l-main-column {
	float: none;
}
@media screen and (min-width: 64em) {
	.mode-adaptive .l-wr-main {
		position: static;
	}
	.mode-adaptive .l-main-column {
		width: 45.25em;
		float: left;
	}
}
@media screen and (max-width: 479px) {
	body img {
		max-width: 100%;
	}
}
.b-top-bar {
	background: #000;
	color: #fff;
	position: relative;
	padding: 0.2em 0;
	z-index: 10;
}
.b-top-bar::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-top-bar a {
	color: #fff;
}
.b-top-bar .b-top-bar__home {
	float: left;
	display: block;
	padding: 0 0.5em 0 1.063em;
	position: relative;
}
.b-top-bar .b-top-bar__home span {
	width: 180px;
	display: block;
	padding: 0.313em 0;
}
.b-top-bar .b-top-bar__home span img {
	display: block;
	width: 100%;
}
.b-top-bar .b-top-bar__login {
	float: right;
	display: block;
	padding: 0.31em;
	margin-right: 0.75em;
	position: relative;
	text-align: left;
}
.b-top-bar .b-top-bar__login span {
	width: 1.06em;
	height: 1.06em;
	display: block;
	background-position: 0 -636px;
	background-repeat: no-repeat;
}
.b-top-bar .b-top-bar__projects_list {
	overflow: hidden;
	display: block;
	text-align: center;
	position: relative;
}
.b-top-bar .b-top-bar__projects_list li {
	display: inline-block;
	border-left: 1px solid #3e3e3e;
}
.b-top-bar .b-top-bar__projects_list li a {
	padding: 0 1em 0.19em;
	display: block;
}
.b-top-bar .b-top-bar__projects_list li a span {
	font-size: 0.69em;
	font-weight: 600;
}
.b-top-bar .b-top-bar__projects_list li:first-child {
	border: 0;
}
.mode-adaptive .b-top-bar .b-top-bar__projects_list {
	display: none;
}
@media screen and (min-width: 64em) {
	.mode-adaptive .b-top-bar .b-top-bar__projects_list {
		display: block;
	}
}
.b-header::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-header .l-page-width .l-page-width__ledge {
	background: #f4f4f4;
	position: relative;
	overflow: hidden;
}
.b-header .b-header__bg-img {
	position: absolute;
	height: 5.625em;
	top: 0;
	right: 0;
	display: block;
}
.b-header .b-header__logo-link {
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	height: 5.625em;
	overflow: hidden;
}
.b-header .b-header__menu-button {
	display: none;
}
.b-header .b-header__layer {
	overflow: hidden;
	height: 5.625em;
}
.b-header .b-header__search {
	position: relative;
	float: right;
	width: 12em;
	margin: 1.25em 1.063em 0 1em;
	overflow: hidden;
}
.b-header .b-header__search .b-header__search-input {
	position: relative;
	margin-right: 1.69em;
}
.b-header .b-header__search .b-header__search-input input[type='text'] {
	position: relative;
	float: right;
	border: 0;
	background: #fff;
	margin: 0;
	font-size: 0.688em;
	outline: 0;
	padding: 0.55em;
	display: block;
	font-weight: 600;
}
.b-header .b-header__search .b-header__search-nav {
	display: none;
}
.b-header .b-header__search .b-header__search-button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1.69em;
	height: 1.69em;
	cursor: pointer;
}
.b-header .b-header__search .b-header__search-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -0.438em 0 0 -0.438em;
	width: 1.125em;
	height: 1.125em;
	background-position: 0 -1482px;
	background-repeat: no-repeat;
}
.b-header .b-header__search .b-header__search-button input[type='submit'] {
	position: relative;
	width: 100%;
	height: 100%;
	background: 0 center;
	color: transparent;
	top: 0;
	right: 0;
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.b-header .b-header__social {
	float: right;
	position: relative;
	margin: 1.25em 0 0;
	padding-top: 0.19em;
}
.b-header .b-header__social .b-header__social-expand {
	float: right;
	display: block;
	width: 1.31em;
	height: 1.31em;
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -37px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-expand:hover {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.b-header .b-header__social ul {
	float: right;
	overflow: hidden;
	white-space: nowrap;
	width: 7em;
	height: 1.31em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width;
	transition-property: width;
}
.b-header .b-header__social ul li {
	display: inline-block;
	margin-right: 0.44em;
}
.b-header .b-header__social ul li a {
	display: block;
	width: 1.31em;
	height: 1.31em;
}
.b-header .b-header__social .b-header__social-fb a {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -423px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-fb a:hover {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -386px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-vk a {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -2417px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-vk a:hover {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -2380px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-tw a {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -2179px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-tw a:hover {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -2142px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-ok a {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -1703px;
	background-repeat: no-repeat;
}
.b-header .b-header__social .b-header__social-ok a:hover {
	background-image: url(../images/social-ico-s508f28af8b.png);
	background-position: 0 -1666px;
	background-repeat: no-repeat;
}
.mode-adaptive .b-header {
	overflow: hidden;
	height: 3.625em;
}
.mode-adaptive .b-header .b-header__bg-img {
	right: -7.75em;
	top: -1.5em;
}
.mode-adaptive .b-header .b-header__logo-link {
	height: 3.625em;
	margin-left: 0.25em;
}
.mode-adaptive .b-header .b-header__menu-button {
	position: relative;
	display: block;
	float: right;
	margin-right: 0.313em;
	width: 2.625em;
	height: 3.625em;
}
.mode-adaptive .b-header .b-header__menu-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -0.563em 0 0 -0.563em;
	width: 1.125em;
	height: 1.125em;
	background-position: 0 -735px;
	background-repeat: no-repeat;
}
.mode-adaptive .b-header .b-header__layer {
	height: 3.625em;
}
.mode-adaptive .b-header .b-header__search {
	position: absolute;
	margin: 0;
	top: 0;
	right: 4.063em;
	height: 3.625em;
	width: auto;
	float: none;
	z-index: 100;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
.mode-adaptive .b-header .b-header__search .b-header__search-input {
	margin-right: 2.625em;
	margin-top: 0.5em;
	-webkit-transition: margin-right 0.25s;
	transition: margin-right 0.25s;
}
.mode-adaptive .b-header .b-header__search .b-header__search-input input[type='text'] {
	width: 0;
	padding: 0.667em 0 0.734em;
	font-size: 0.937em;
	-webkit-transition: width 0.25s;
	transition: width 0.25s;
}
.mode-adaptive .b-header .b-header__search .b-header__search-nav {
	position: absolute;
	display: block;
	width: 2.625em;
	height: 3.625em;
	top: 0;
	right: -2.625em;
	cursor: pointer;
	-webkit-transition: right 0.25s;
	transition: right 0.25s;
}
.mode-adaptive .b-header .b-header__search .b-header__search-nav span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin: -0.563em 0 0 -0.563em;
	width: 1.125em;
	height: 1.125em;
	background-position: 0 -803px;
	background-repeat: no-repeat;
}
.mode-adaptive .b-header .b-header__search .b-header__search-button {
	width: 2.625em;
	height: 3.625em;
	-webkit-transition: right 0.25s;
	transition: right 0.25s;
}
.mode-adaptive .b-header .b-header__search .b-header__search-button span {
	margin: -0.563em 0 0 -0.563em;
	background-position: 0 -1448px;
	background-repeat: no-repeat;
}
.mode-adaptive .b-header .b-header__search .b-header__search-button input[type='submit'] {
	height: 0;
}
.mode-adaptive .b-header .b-header__social {
	display: none;
}
@media screen and (min-width: 30em) {
	.mode-adaptive .b-header {
		height: 4.375em;
	}
	.mode-adaptive .b-header .b-header__bg-img {
		right: -3.5em;
		top: -0.75em;
	}
	.mode-adaptive .b-header .b-header__logo-link {
		position: relative;
		left: auto;
		height: 4.375em;
	}
	.mode-adaptive .b-header .b-header__layer,
	.mode-adaptive .b-header .b-header__menu-button {
		height: 4.375em;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-input {
		margin-top: 0.875em;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-button,
	.mode-adaptive .b-header .b-header__search .b-header__search-nav {
		height: 4.375em;
	}
}
@media screen and (min-width: 35em) {
	.mode-adaptive .b-header .b-header__layer {
		position: relative;
	}
	.mode-adaptive .b-header .b-header__search {
		height: 4.375em;
		right: 0;
	}
}
@media screen and (min-width: 54em) {
	.mode-adaptive .b-header .b-header__search {
		left: 55%;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-input {
		margin-right: 2.625em;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-input input[type='text'] {
		width: 100%;
		padding: 0.667em 0.667em 0.734em;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-nav {
		display: none;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-button {
		right: 0;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-button input[type='submit'] {
		height: 100%;
	}
}
@media screen and (min-width: 64em) {
	.mode-adaptive .b-header {
		height: 5.625em;
		overflow: visible;
	}
	.mode-adaptive .b-header .b-header__bg-img {
		right: 0;
		top: 0;
	}
	.mode-adaptive .b-header .b-header__logo-link {
		height: 5.625em;
	}
	.mode-adaptive .b-header .b-header__menu-button {
		display: none;
	}
	.mode-adaptive .b-header .b-header__layer {
		height: 5.625em;
	}
	.mode-adaptive .b-header .b-header__search {
		position: relative;
		left: auto;
		float: right;
		display: block;
		width: 12em;
		margin: 1.25em 1.063em 0 1em;
		height: auto;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-input {
		position: relative;
		margin-right: 1.69em;
		margin-top: 0;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-input input[type='text'] {
		width: 100%;
		font-size: 0.688em;
		padding: 0.55em;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-button {
		width: 1.69em;
		height: 1.69em;
		right: 0;
	}
	.mode-adaptive .b-header .b-header__search .b-header__search-button span {
		margin: -0.438em 0 0 -0.438em;
		background-position: 0 -1482px;
		background-repeat: no-repeat;
	}
	.mode-adaptive .b-header .b-header__social {
		display: block;
	}
	.b-slide {
		height: auto !important;
	}
}
.b-main-nav {
	display: block;
}
.b-main-nav::after {
	content: '';
	max-width: 64.75em;
	height: 1px;
	background: #e7e7e7;
	display: block;
	clear: both;
	margin: 0 auto;
	position: relative;
}
.b-main-nav .b-main-nav__main {
	position: relative;
}
.b-main-nav .b-main-nav__main::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item {
	float: left;
	height: 2.375em;
	white-space: nowrap;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
	display: none;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
	display: block;
	padding: 0.75em 0.625em 0.625em;
	color: #282828;
	text-transform: uppercase;
	overflow: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
	font-size: 0.687em;
	font-weight: 600;
	display: block;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
	padding-left: 1.063em;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item:last-child .b-main-nav__main-link {
	padding-right: 1.063em;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
	display: none;
	position: absolute;
	top: 2.375em;
	right: 0;
	left: 0;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
	max-height: 2.625em;
	overflow: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item.m-active .b-main-nav__main-link {
	color: #62a7d9;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
	color: #62a7d9;
	text-decoration: underline;
}
.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
	z-index: 200;
	height: auto;
	overflow: visible;
	display: none;
}
.mode-adaptive .b-content-body {
	position: relative;
}
@media screen and (max-width: 63.938em) {
	.mode-adaptive .b-main-nav::after {
		height: 0;
		line-height: 0;
	}
	.mode-adaptive .b-main-nav .l-page-width .l-page-width__ledge {
		margin: 0;
		padding: 0;
		background: 0 center;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item {
		float: none;
		height: auto;
		border-bottom: 1px solid #f4f4f4;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
		display: block;
		float: right;
		padding: 0.75em 0 0.625em;
		width: 2.937em;
		position: relative;
		cursor: pointer;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop span {
		font-size: 0.937em;
		display: block;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop::after {
		content: '';
		display: block;
		border-left: 0.5em solid #7c7c7c;
		border-top: 0.375em solid transparent;
		border-bottom: 0.375em solid transparent;
		position: absolute;
		margin: -0.375em 0 0 -0.5em;
		top: 50%;
		left: 50%;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
		padding: 0.75em 1.063em 0.625em;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
		font-size: 0.937em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
		position: relative;
		top: 0;
		background: #f4f4f4;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
		max-height: none;
	}
	.mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
		display: none;
	}
	.mode-adaptive .b-slide {
		position: absolute;
		right: 0;
		float: right;
		margin-right: -20em;
		width: 20em;
		background: #fff;
		z-index: 200;
		display: block;
		-webkit-transition: margin-right 0.25s;
		transition: margin-right 0.25s;
	}
	.mode-adaptive .b-slide .b-slide-menu {
		position: relative;
	}
}
@media screen and (min-width: 64em) {
	.mode-adaptive .b-content-body {
		position: static;
	}
}
.b-footer {
	margin: 2.5em 0 0;
	padding: 1em 0 2.5em;
	position: relative;
	display: block;
	background: #282828;
	color: #fff;
}
.b-footer .b-footer__nav {
	position: relative;
}
.b-footer .b-footer__nav::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-footer .b-footer__nav .b-footer__wr-items {
	display: table;
	width: 100%;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
	display: table-cell;
	overflow: hidden;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
	float: left;
	padding: 0.56em 1.06em 0.625em;
	cursor: pointer;
	color: #7c7c7c;
	white-space: nowrap;
	font-weight: 700;
	text-transform: uppercase;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
	text-decoration: underline;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
	font-size: 0.81em;
	display: block;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
	color: #62a7d9;
}
.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a:hover {
	text-decoration: none;
	cursor: default;
}
.b-footer .b-footer__nav .b-footer__nav-content {
	visibility: hidden;
	float: right;
	width: 100%;
	margin: 1.69em 0 2em -100%;
}
.b-footer .b-footer__nav .b-footer__nav-content.m-active {
	visibility: visible;
}
.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
	float: left;
	width: 25%;
}
.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
	padding-left: 1.06em;
	line-height: 1;
	margin-bottom: 0.625em;
}
.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
	color: #62a7d9;
}
.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a span {
	font-size: 0.81em;
}
.b-footer .b-footer__copyright {
	padding: 0 1.06em;
}
.b-footer .b-footer__copyright::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-footer .b-footer__copyright p {
	font-size: 0.75em;
	color: #7c7c7c;
	margin-bottom: 0.75em;
}
.b-footer .b-footer__copyright a {
	color: #7c7c7c;
	text-decoration: underline;
}
.b-footer .b-footer__copyright a:hover {
	text-decoration: none;
}
@media screen and (max-width: 47.938em) {
	.mode-adaptive .b-footer .b-footer__nav {
		display: none;
	}
}
.l-banner-place {
	position: relative;
}
.l-banner-place.m-mobile,
.mode-adaptive .l-banner-place.m-desktop {
	display: none;
}
.mode-adaptive .l-banner-place.m-mobile {
	display: block;
}
@media screen and (min-width: 64em) {
	.mode-adaptive .l-banner-place.m-desktop {
		display: block;
	}
	.mode-adaptive .l-banner-place.m-mobile {
		display: none;
	}
}
.b-banner {
	margin: 0;
	padding: 0;
	position: relative;
}
.b-comments::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-comments .b-comments__title {
	margin: 0 0 1em;
	padding: 1.31em 0 0.31em;
	font-weight: 800;
	text-transform: uppercase;
}
.b-comments .b-comments__title span {
	font-size: 1.25em;
	letter-spacing: 0.025em;
}
.b-comments .b-comments__users-stat {
	margin: 0 0 1em;
	font-weight: 600;
	color: #7c7c7c;
}
.b-comments .b-comments__users-stat span {
	font-size: 0.75em;
}
.b-comments .b-comments__users-stat i {
	color: #282828;
	font-style: normal;
	font-weight: 700;
}
.b-comments .b-comments__button-comment {
	display: block;
	text-align: center;
	padding-bottom: 1em;
}
.b-comments .b-comments__button-comment a {
	background: 0 center;
	display: inline-block;
	border: 1px solid #62a7d9;
	color: #62a7d9;
	padding: 0 0.75em 0.19em;
	line-height: 1.4;
	cursor: pointer;
	min-width: 2.5em;
	text-align: center;
	position: relative;
	-moz-user-select: none;
}
.b-comments .b-comments__button-comment a span {
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
}
.b-comments .b-comments__button-comment a:hover {
	text-decoration: none;
	background: #62a7d9;
	color: #f4f4f4;
}
.b-comments .b-comments__create-top-place {
	position: relative;
}
.b-comments .b-comments__create-top-place .b-comments__button-comment {
	display: none;
	padding-bottom: 1.5em;
}
.b-comments .b-comments__create-bottom-place .b-comments__button-comment {
	border-top: 1px solid #dfdfdf;
	padding-top: 1.5em;
}
.b-comments .b-comments__lists-place {
	border-top: 1px solid #dfdfdf;
	padding-top: 1em;
}
.b-comments .b-comments__list::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-comments .b-comments__list ul {
	padding: 0;
	margin: 0;
	display: block;
}
.b-comments .b-comments__list ul::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item {
	display: block;
	position: relative;
	margin: 0 0 1em;
	padding-left: 0;
	overflow: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__comment {
	position: relative;
}
.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
	display: block;
	float: left;
	width: 3.625em;
	height: 3.625em;
	margin-top: 0.5em;
	margin-right: 1em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
	margin-left: 4.125em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
	margin: 0 0 0.31em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
	font-weight: 700;
	margin-right: 0.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author span {
	font-size: 0.938em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
margin: 0 0 0.5em;
    font-size: 1.17em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text a {
	color: #62a7d9;
	text-decoration: underline;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text a:hover {
	text-decoration: none;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
	margin: 0 0 0.75em;
	min-height: 1.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
	float: left;
	font-weight: 700;
	color: #62a7d9;
	margin-right: 0.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
	float: left;
	font-weight: 600;
	color: #62a7d9;
	margin-right: 1em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
	font-size: 0.81em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
	display: none;
	font-size: 1em;
	position: relative;
	padding-left: 1.25em;
	margin: 0 1em 0 0;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view .b-comments__item-likes-icon {
	width: 1.06em;
	height: 1.06em;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
	display: inline-block;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like .b-comments__item-likes-icon {
	background-position: 0 -488px;
	background-repeat: no-repeat;
}
.mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
	margin-left: 0;
}
.mode-adaptive .b-comments .b-comments__button-comment a {
	padding: 0.438em 0.75em 0.563em;
}
.mode-adaptive .b-comments .b-comments__button-comment a span {
	font-size: 0.875em;
}
@media screen and (min-width: 30em) {
	.mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
		margin-left: 4.625em;
	}
}
.b-article {
	position: relative;
}
.b-article__main {
	width: 100%;
	display: block;
	padding: 2em 1.063em 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.b-article__ind {
	max-width: 40em;
}
.mode-adaptive .b-article__ind {
	margin: 0 auto;
}
@media screen and (min-width: 64em) {
	.mode-adaptive .b-comments .b-comments__button-comment a {
		padding: 0 0.75em 0.19em;
	}
	.mode-adaptive .b-comments .b-comments__button-comment a span {
		font-size: 0.75em;
	}
	.mode-adaptive .b-article__ind {
		margin: 0;
	}
}
.b-article__body {
	padding-bottom: 1em;
	max-width: 40em;
}
.b-article__body::after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.b-article__body p {
	margin-bottom: 1.2em;
}
.b-article__body a {
	color: #62a7d9;
	text-decoration: underline;
}
.b-article__body a:hover {
	text-decoration: none;
	color: #da1942;
}
.b-article__body ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 0.5em;
}
.b-article__body li {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-size: 15px !important;
}
.mode-adaptive .b-article__relap {
	margin: 0 1.063em 0 0;
}
@media screen and (min-width: 64em) {
	.mode-adaptive .b-article__relap {
		margin: 0;
	}
}
.submit {
	margin: 0;
	text-align: center;
	width: 100%;
	height: auto;
	background: 0 center;
	position: static;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}
.submit[type='submit'] {
	position: absolute;
	cursor: pointer;
	border: 1px solid #499bea;
	background: linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 60px;
	vertical-align: top;
	text-indent: 0;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 472px;
	height: 64px;
	opacity: 1;
	bottom: 29px;
	margin-left: 175px;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	border-radius: 10px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.submit[type='submit']:hover {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#de455c),
		color-stop(13%, #de455c),
		color-stop(76%, #c01f37),
		to(#c01f37)
	);
	background: linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
}
.contentBox {
	line-height: 1.5;
}
.contentBox p {
	padding-bottom: 10px;
	padding-top: 10px;
}
.contentBox h2 {
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}
.b-article__body {
	padding-top: 10px;
}
.b-article__main {
	padding-top: 0 !important;
}
.b-article__main p,
.b-article__main ul {
	margin: 0 !important;
}
.b-comments__title {
	margin-bottom: 0 !important;
}
.mode-adaptive .l-main-column {
	width: 100% !important;
}
.b-article__body,
.b-article__ind {
	width: 100% !important;
	max-width: 100% !important;
}
.b-article__body img {
	width: 100%;
	margin-bottom: 0;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
	border-radius: 1.875em;
}
.b-comments__item-text img {
	margin: 5px 0;
}
.obutton {
	display: inline-block;
	padding: 20px 40px;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none!important;
	-webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
	box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45) !important;
	border-radius: 10px;
	background-color: red;
	background-position: 1.35em 0.94em;
	background-size: 1em;
	background-repeat: no-repeat;
	transition: all 0.25s ease;
	border: none;
	cursor: pointer;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.obutton:hover {
	color: #fff;
	opacity: 0.7;
}
@media screen and (max-width: 450px) {
	.b-header {
		display: none;
	}
	.b-article__body img {
		width: 100%;
	}
}
.input-roulette {
	padding-left: 5px;
	height: 42px;
	margin-bottom: 10px;
	width: auto !important;
}
.ruletka-p {
	text-indent: 0;
	color: #000;
	text-align: center !important;
	margin: 15px;
	line-height: 28px;
	font-weight: 700;
}
.ruletka-p h2 {
	font-size: 25px;
	margin-bottom: 15px;
}
.spin-wrapper {
	-webkit-box-shadow: 0 0 10px;
	box-shadow: 0 0 10px;
	border: 3px solid red;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
	max-width: 560px;
    margin: 0 auto 10px !important;
    width: 100%;
}
.danger-text {
	color: red;
	font-weight: 700;
}
.wheel {
	width: 380px !important;
	margin: 0 auto;
	position: relative;
}
.wheel img {
	max-width: 100%;
}
.wheel-img {
	-webkit-transition: 4s;
	transition: 4s;
}
.wheel-cursor {
	position: absolute;
	width: 35% !important;
	height: 35%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cursor-text {
	position: absolute;
	z-index: 2;
	display: inline-block;
	width: 45% !important;
	height: 45%;
	font: 16px/61px Arial !important;
	cursor: pointer;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
	top: 50%;
	left: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
	background: #fff;
	background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
}
.order_block {
	display: none;
	text-align: center !important;
}
.order_block img {
	width: 20%;
}
.order_block h3 {
	font: bold 18px Arial !important;
	background: 0 0;
	line-height: 1.3 !important;
}
.time_remains {
	font-size: 1.1em;
	font-weight: 700;
}
.spin-result-wrapper {
	display: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}
.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(https://nano-flex.likegoodsdelivery.com/lt/2/images/cross.svg);
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	cursor: pointer;
}
.pop-up-heading {
	font-size: 40px;
	margin-bottom: 20px;
}
.pop-up-text {
    margin-bottom: 25px;
    font-size: 23px;
    line-height: 32px;
    text-align: center !important;
    padding-top: 0 !important;
}
select {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}
@-moz-document url-prefix(){select{-webkit-text-indent:-2px;-moz-text-indent:-2px;text-indent:-2px}}
.pop-up-button {
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: none;
	cursor: pointer;
	outline: 0;
	display: table;
	margin: 10px auto;
	transition: all .25s ease;
}
.pop-up-button:hover {
	opacity: 0.7;
}
.super-rotation {
	-webkit-animation-name: super-rotation;
	animation-name: super-rotation;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
@keyframes super-rotation {
	70% {
		-webkit-transform: rotate(1783deg);
		transform: rotate(1783deg);
	}
	100% {
		-webkit-transform: rotate(1774deg);
		transform: rotate(1774deg);
	}
}
.cursor-text:active {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 20%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	padding: 70px 10px 20px;
	border-radius: 10px;
	-webkit-animation: 0.7s;
	animation: 0.7s;
	animation-name: pop-up-appear;
}
.pop-up-window::before {
	content: '';
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #71c341;
	border-radius: 50%;
	-webkit-animation: 0.5s 0.6s backwards;
	animation: 0.5s 0.6s backwards;
}
.pop-up-window::after {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: -22px;
	left: calc(50% + 2px);
	transform: translate(-50%);
	background-image: url(../images/done.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@keyframes pop-up-appear {
	0% {
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	30% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes pop-up-appear-before {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pop-up-appear-after {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.pop-up-button:hover {
	color: #fff !important;
	text-decoration: none !important;
}
@media all and (max-width: 520px) {
	.wheel {
		width: 260px !important;
	}
	.cursor-text {
		line-height: 45px !important;
		font-size: 12px !important;
	}
}
@media screen and (max-width: 345px) {
	.wheel {
		width: 250px !important;
	}
	.cursor-text {
		line-height: 40px !important;
		font-size: 11px !important;
	}
}
.order_block,
.order_block * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	font-family: Arial, sans-serif !important;
}
.order_block {
	max-width: 430px;
	width: 100%;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12);
	border: 3px dashed #eaeaea;
	border-radius: 0;
}
.order_block .order_offer {
	text-align: center;
}
.order_block .order_offer img {
	max-width: 100%;
	width: auto;
	height: 220px;
}
.order_pre_form {
	padding: 20px 20px 0;
}
.order_form_row {
	margin-bottom: 10px;
	text-align: left;
}
.order_form {
	width: 100%;
	max-width: 500px;
	padding: 0 20px 20px;
}
.order_header {
	margin: 12px 0 !important;
	padding: 0 !important;
	font-size: 18px;
}
.order_form .order_form_row input,
.order_form .order_form_row select {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	padding: 14px;
	border: 2px solid #eaeaea;
	font-size: 15px;
	border-radius: 3px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}
select {
	padding: 0 0 0 14px !important;
}
.order_form .order_form_row label {
	font-size: 13px;
	text-align: left;
	font-weight: 700;
}
.order_form .order_form_row input:active,
.order_form .order_form_row select:active,
.order_form .order_form_row input:focus,
.order_form .order_form_row select:focus {
	outline: 0;
	border: 2px solid #cecece;
}
.order_form .order_form_button {
	-webkit-box-shadow: 0 1px 0 0 #f5978e inset;
	box-shadow: 0 1px 0 0 #f5978e inset;
	background: #f24537;
	border-radius: 3px;
	border: 1px solid #d02718;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	outline: 0;
	padding: 16px 0;
	font-weight: 700;
	font-size: 19px;
	margin-top: 5px;
	text-decoration: none;
	letter-spacing: 0.6px;
	text-shadow: 0 1px 0 #810e05;
}
.order_form .order_form_button:hover {
	background: #c62d1f;
}
.order_form .order_form_button:active {
	position: relative;
	top: 1px;
}
.order_timer_block {
	line-height: 1.3;
	font-weight: 700;
}
.order_timer_block p {
	font-size: 18px;
	margin: 10px 0 !important;
	padding: 0 !important;
}
.order_timer_block .order_timer {
	font-size: 21px;
}
.time_remains {
	color: red;
}
.inL_565368 {
	display: none;
}
.inL_876393 {
	width: 100%;
}
.inL_714836 {
	color: red;
}
.inL_882488 {
	text-align: center;
}
.inL_306186,
.inL_793625 {
	max-width: 350px;
	width: 100%;
}
.inL_713972 {
	text-align: center;
}
.inL_233455,
.inL_287458 {
	max-width: 350px;
	width: 100%;
}
.inL_177416 {
	text-align: center;
}
.inL_752087 {
	max-width: 650px;
	width: 100%;
}
.inL_110005 {
	text-align: center;
}
.inL_339380 {
	max-width: 400px;
	width: 100%;
}
.inL_855497 {
	max-width: 293px;
	width: 100%;
}
.inL_287848 {
	width: 100%;
	max-width: 391px;
}
.inL_138623 {
	text-align: center;
}
.inL_321477 {
	color: red;
}
.inL_217315,
.inL_559098,
.inL_790525 {
	text-align: center;
}
.inL_139097,
.inL_919420 {
	width: 100%;
	max-width: 350px;
}
.inL_621264 {
	width: 80%;
}
.inL_515008 {
	margin: 0 auto;
}
.centered--horizontal {
	display: flex;
	justify-content: center;
}
.search-fake {
	width: 175px;
	height: 20px;
	background-color: #fff;
	font-size: 0.688em;
	padding: 0.55em;
	color: gray;
	display: flex;
	align-items: center;
}
@media (max-width: 1023px) {
	.search-fake {
		width: 100%;
		height: 30px;
		font-size: 0.937em;
	}
}
@media (max-width: 864px) {
	.search-fake {
		display: none;
	}
	.inL_882488 picture, .inL_713972 picture {
		display: block;
		margin-bottom: 30px;
	}
	.inL_882488, .inL_713972 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.inL_110005 picture img {
		margin-bottom: 10px;
	}
}
.fake-form--link:active,
.fake-form--link:hover {
	text-decoration: none;
}

.comm__geo {
	font-size: 14px;
    font-weight: normal;
    color: #fff;
    background-color: #333;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 19px;
    vertical-align: super;
}

@media screen and (max-width:420px) {
	.comm__geo {
		display: table;
		margin-top: 3px;
	}

	.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
		margin-top: 0;
	}
}
