HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DFN, IMG, INS, KBD, Q, SAMP,
VAR, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD,
ARTICLE, ASIDE, CANVAS, DETAILS, EMBED,
FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP,
MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY,
TIME, MARK, AUDIO, VIDEO {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE,
FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
	display:block;
}
BODY, HTML {
	width: 100%;
	height: 100%;
}
BODY {
	font-family: 'gothampro', Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	background: #fff;
	text-rendering: geometricPrecision;
}
DIV {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
OL, UL {
	list-style:none;
}
BLOCKQUOTE, Q {
	quotes:none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content:'';
	content:none;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
IMG {
	vertical-align:top;
}
BUTTON:focus,
INPUT:focus {
	outline: none;
}
a {
	text-decoration: none;
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
	max-height: 1px;
}
.valign {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

body {
	font-family: 'gothampro', Arial, san-serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

h1 {
	font-size: 42px;
	color: #21a069;
	font-weight: 500;
}

body.inner div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.inner #content {
	width: 100%;
	height: 100%;
	position: relative;
}
body.inner {
	background: #f2f2f2;
	overflow: auto;
}
.touch body.submenu--shown {
	overflow: hidden;
}
body.inner .b-header {
	position: absolute;
}
body.inner .b-header-nav a {
	color: #737373;
}
body.inner .b-header-nav a:hover {
	color: #ffc000;
}
body.inner .b-header-nav a.active {
	color: #fff;
}
body.inner .b-header-logo .style0 {
	fill: #009959;
}

.b-content {
	width: 100%;
	min-height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 105px;
}
.b-content-bg {
	position: absolute;
	left: 50%;
	top: -100px;
	bottom: -100px;
	margin-left: -680px;
	width: 1360px;
	background: #fff;
	border-radius: 650px / 650px;
}

.b-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
}
.b-footer-content {
	width: 711px;
	margin: 0 auto;
	padding-bottom: 48px;
}
.b-footer p{
	font-size: 13px;
	font-weight: 500;
	color: #8a8a8a;
	text-align: center;
}
.b-footer a {
	text-decoration: underline;
	padding-left: 18px;
	color: #8a8a8a;
}
.b-footer a:hover {
	text-decoration: none;
}


.b-edit {
	margin-bottom: 70px;
}
.b-edit.hide-side-menu .b-nav-inner{
	display: none;
}
.b-edit h1 {
	margin: 0 0 20px;
	line-height: 1.2;
}
.b-edit h4 {
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px;
}
.b-edit h2 {
	font-size: 32px;
	color: #21a069;
	line-height: 1.2;
	margin-bottom: 15px;
}
.b-edit h3 {
	font-size: 21px;
	color: #21a069;
	line-height: 1.2;
	margin-bottom: 15px;
}
.b-edit ul {
	padding-bottom: 25px;
}
.b-edit ul li {
	display: block;
	position: relative;
	padding-left: 37px;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.b-edit ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 23px;
	width: 6px;
	height: 6px;
	background: #21a069;
	border-radius: 50%;
}
.b-edit ol {
	counter-reset: list 0;
	padding-bottom: 25px;
}

.b-edit ol li {
	position: relative;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 37px;
}

.b-edit ol li:before {
	position: absolute;
	top: 0;
	left: 19px;
	counter-increment: list;
	content: counters(list, '.') '. ';
	color: #21a069;
	display: inline-block;
	font-family: 'gothampro', Tahoma;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
}
.b-edit blockquote {
	padding: 15px 0 17px 36px;
	background: url(../i/blockquote.png) 2px 0 no-repeat;
	-webkit-background-size: 20px 100%;
	background-size: 20px 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #a1a1a1;
	margin-bottom: 42px;
}

.b-edit p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.b-edit p.short {
	max-width: 515px;
}
.b-edit p b {
	font-weight: 500;
	font-style: normal;
}
.b-edit p > span {
	font-weight: 500;
	font-style: normal;
	position: relative;
	white-space: nowrap;
}
.b-edit p > span:after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 7px;
	background: url(../i/content_underline.svg) center 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: auto 100%;
}
.b-edit p > span.long:after {
	background: url(../i/content_underline2.svg) center 0 no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.b-edit img {
	display: block;
	margin-bottom: 25px;
	max-width: 100%;
}
.b-edit .float-image {
	float: left;
	margin: 0 34px 20px 0;
}
.b-edit .float-image img {
	margin: 0;
}
.b-edit .float-image span {
	display: block;
	font-size: 12px;
	color: #9e9e9e;
	padding-top: 11px;
}
.b-edit .wrap {
	width: 724px;
	padding-left: 12px;
	margin: 0 auto;
	position: relative;
}

.b-edit .contacts-item {
	padding-top: 15px;
}
.b-edit .contacts-item h2 {
	font-size: 26px;
}
.b-edit .contacts-item ul {
	display: inline-block;
}
.b-edit .contacts-item p {
	color: #878787;
}
.b-edit .contacts-item li {
	padding-left: 17px;
}
.b-edit .contacts-item li:before {
	left: 0;
}
.b-edit .contacts-item li a {
	color: #21a069;
	font-weight: 600;
	border-bottom: 1px solid #c7e7d9;
}
.b-edit .contacts-item li a:hover {
	border-bottom: none;
}
.b-edit .contacts-item li span {
	color: #848484;
}
.b-edit .contacts-item li span:after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 10px;
	background: url(../i/y_arrow_right.png) 0 0 no-repeat;
	margin-left: 6px;
}

.b-nav-inner {
	position: absolute;
	top: 200px;
	left: -271px;
	max-width: 220px;
}
.b-nav-inner > div {
	margin-bottom: 12px;
}
.b-nav-inner a {
	display: inline;
	font-size: 15px;
	color: #00ab64;
	text-decoration: none;
	border-bottom: 1px solid #bfdae8;
	line-height: 1.2;
}
.b-nav-inner a:hover {
	border-bottom: none;
	margin-bottom: 15px;
}
.b-nav-inner a.active,
.b-nav-inner .current_page_item > a{
	color: #000;
	font-weight: 500;
	border-bottom: none;
	margin-bottom: 15px;
}

#veil {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 100;
	display: none;
}
.b-popup {
	position: fixed;
	top: 10%;
	left: 20%;
	border: 3px solid #fff;
	border-radius: 5px;
	display: none;
	z-index: 150;
}
.b-popup--close {
	position: absolute;
	top: -48px;
	right: -51px;
	background: url(../i/close_popup.png) 0 0 no-repeat;
	width: 42px;
	height: 41px;
	cursor: pointer;
}
#videoPopup iframe {
	display: block;
}
#photoPopup .b-popup-controls div{
	position: absolute;
	top: 229px;
	background: url(../i/media_arrows.png);
	height: 44px;
	width: 24px;
	cursor: pointer;
	display: none;
}
#photoPopup .b-popup-controls div{
	display: block;
}
#photoPopup .b-popup-controls .prev {
	background-position: 0 0;
	left: -60px;
}
#photoPopup .b-popup-controls .next {
	background-position: -35px 0;
	right: -60px;
}
#photoPopup .b-popup-photo-item {
	display: none;
}
#photoPopup .b-popup-photo-item.active {
	display: block;
}
.b-popup-photo-item {
	position: relative;
}
.b-popup-photo-item a {
	position: absolute;
	bottom: 28px;
	right: 32px;
	width: 52px;
	height: 56px;
	background: url(../i/download_btn.png) 0 0 no-repeat;
	opacity: 0.4;
}
.b-popup-photo-item a:hover {
	opacity: 0.8;
}

body.error .b-content-bg,
body.error .b-football-logo,
body.indev .b-content-bg,
body.indev .b-football-logo {
	display: none;
}
body.error #content,
body.indev #content {
	height: 100%;
}
body.error .b-content,
body.indev .b-content {
	background: url(../i/error_bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.b-error-content {
	position: absolute;
	top: 13%;
	left: 50%;
	margin-left: -55px;
	width: 594px;
	height: 585px;
	background: url(../i/error_content.png) 0 0 no-repeat;
	padding: 235px 134px 0 99px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-error-content p,
.b-indev-content p {
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.4;
}
.b-error-content p + p {
	margin-top: 30px;
}
.b-error-content li,
.b-indev-content li {
	display: block;
	margin-top: 20px;
	padding: 0 0 0 16px;
	position: relative;
}
.b-error-content li:before,
.b-indev-content li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #f8bf0a;
	border-radius: 50%;
}
.b-error-content li a,
.b-indev-content li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #57bf8a;
}
.b-error-content li a:hover,
.b-indev-content li a:hover {
	border-bottom: none;
}

.b-indev-content {
	position: absolute;
	top: 13%;
	left: 50%;
	margin-left: -55px;
	width: 594px;
	height: 585px;
	background: url(../i/slide1/s1_content_bg.png) 0 0 no-repeat;
	padding: 165px 134px 0 99px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-indev-content h2 {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.3;
	padding-bottom: 28px;
}
.inner .b-partners {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.inner .b-partners-title,
.inner .b-slide7-partners2 {
	position: relative;
}
div.b-partners-title {
	font-size: 30px;
	color: #a1a1a1;
	width: auto;
}

@media screen and (max-width: 1300px) {
	.b-edit .wrap {
		margin: 0 0 0 308px;
		max-width: 100%;
	}
	.b-nav-inner {
		left: -224px;
	}
}
@media screen and (max-width: 1200px) {
	.b-edit .wrap {
		width: 700px;
	}

	.b-error-content {
		right: 12%;
		height: auto;
		width: 450px;
		top: 20%;
		padding: 160px 60px 96px 63px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.b-error-content p, .b-indev-content p {
		font-size: 18px;
	}
	.b-error-content p + p {
		margin-top: 15px;
	}
}



@media screen and (max-width:1024px) {
	.b-content-bg {
		display: none;
	}
	.b-content {
		background: #fff;
		padding-top: 165px;
	}
	.b-football-logo {
		display: none;
	}
	#anchorTop {
		display: none !important;
	}

	.b-edit .wrap {
		width: 100%;
		margin: 0;
		padding: 0 40px;
	}
	.b-edit .float-image {
		margin: 0 20px 15px 0;
		max-width: 30%;
	}

	.b-nav-inner {
		position: static;
		margin-bottom: 30px;
	}
	.b-nav-inner > div {
		margin-bottom: 8px;
	}

	.b-footer-content {
		width: 100%;
	}

	.b-edit .float-image {
		clear: both;
	}

	.b-edit iframe {
		max-width: 100%;
	}

	body.inner .b-partners-title {
		max-width: 90%;
	}
	body.inner .b-partners {
		padding: 0 40px 100px 40px;
	}
	body.inner .b-partners .b-partners-partners1 > div {
		height: auto;
	}
	body.inner .b-partners-partners1 p {
		font-size: 12px;
	}
	body.inner  .b-slide7-partners2 a {
		max-width: 11%;
	}
	body.inner  .b-slide7-partners2 a img {
		max-width: 100%;
	}
	body.inner  .b-slide7-partners2 a + a {
		margin-left: 3%;
	}
}

@media screen and (max-width:768px) {
	body.inner .b-partners {
		padding: 0 10px 100px 10px;
	}

	.b-error-content {
		left: auto;
		right: 6%;
	}
}
@media screen and (max-width:640px) {
	.b-content {
		padding-top: 104px;
	}

	.b-edit .wrap {
		padding: 0 25px;
	}
	.b-edit h1,
	.dt-news div.b-edit h1 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.b-edit h2 {
		font-size: 22px;
	}
	.b-edit h3 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.b-edit h4 {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.b-edit p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.b-edit blockquote {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.b-edit ul,
	.b-edit ol {
		padding-bottom: 10px;
	}
	.b-edit ul li,
	.b-edit ol li {
		font-size: 12px;
		padding-left: 12px;
		margin-bottom: 10px;
	}
	.b-edit ul li:before {
		top: 4px;
		width: 5px;
		height: 5px;
		left: 0;
	}
	.b-edit ol li:before {
		font-size: 12px;
		left: 0;
	}

	body.inner .b-partners .b-partners-partners1 > div {
		width: 88px;
		max-width: 15%;
	}
	body.inner .b-partners-img-wrap {
		bottom: 8px;
	}
	body.inner .b-slide7-partners2 {
		margin-top: 25px;
		height: 58px;
		width: 100%;
	}
	body.inner .b-slide7-partners2 a {
		max-width: 10%;
		margin-top: -15px;
	}

	body.error .b-footer {
		display: none;
	}
	.b-error-content {
		left: auto;
		top: 15%;
		right: 6%;
		width: 320px;
		padding: 123px 60px 40px 50px;
	}
	.b-error-content p, .b-indev-content p {
		font-size: 14px;
	}
	.b-error-content p + p {
		font-size: 10px;
	}
	.b-error-content li a, .b-indev-content li a {
		font-size: 10px;
		line-height:1;
	}
	.b-error-content li, .b-indev-content li {
		margin-top: 10px;
		padding-left: 12px;
		line-height:1;
	}
	.b-error-content li:before, .b-indev-content li:before {
		top:8px;
		width:4px;
		height:4px;
	}
}
@media screen and (max-width:640px) and (orientation: portrait){
	body.inner .b-partners .b-partners-partners1 > div {
		width: 32%;
		max-width: 33%;
	}
}
@media screen and (max-width:640px) and (orientation: landscape){
	.b-error-content {
		width: 275px;
		padding: 103px 60px 40px 42px;
	}
	.b-error-content p, .b-indev-content p {
		font-size: 12px;
	}
	.b-error-content p + p {
		margin-top: 10px;
	}
	.b-error-content li, .b-indev-content li {
		margin-top: 5px;
		line-height: 0.8;
	}
}
@media screen and (max-width:480px) and (orientation: portrait){
	body.inner .b-partners-partners1 p {
		font-size: 9px;
		height: 40px;
	}
}
@media screen and (max-width:360px) {
	.b-edit .float-image {
		margin: 0 20px 10px 0;
		max-width: 40%;
	}

	.b-error-content {
		right: -1%;
		top: 19%;
	}
}

.b-contacts a{
	color: #21a069;
	font-weight: 600;
	border-bottom: 1px solid #c7e7d9;
}