	/*-_GLOBAL_-*/

	/* fonts */

	* { margin: 0; padding: 0; }

	html, body { width: 100%; min-width: 320px; height: 100%; font-family: 'proxima-nova', Arial, sans-serif; color: #6a6a6a; font-weight: 300; font-size: 16px; }

	div.wrapper ul { /* margin: 0; */ }

	/*-_HEADER_-*/

	header.main-header {
		display: block;
		position: relative;
		top: 30px;
		/*max-width: 1170px;*/
		max-width: 1450px;
		height: auto;
		z-index: 10;
		margin: 0 auto -30px;
	}

	div.main-header-uplevel {
		display: block;
		width: 100%;
		height: 30px;
	}

	div.upcoming-race {
		float: right;
		height: 100%;
	}

	div.upcoming-race-heading {
		display: inline-block;
		padding: 0 10px;
		height: 100%;
		background: #2f37a2;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 2.6;
		position:relative;
		float:left;
	}

	div.upcoming-race-heading:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -20px;
		width: 20px;
		height: 30px;
		background: url('../img/triangle.png') no-repeat;
	}

	div.upcoming-race-val{
		display: inline-block;
		padding: 0 10px;
		height: 100%;
		background: #2a329a;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		font-size: 20px;
		float:left;
		line-height: 1.4;
	}

	div.upcoming-race-val > span { color: #000; padding: 0 3px; }

	a.logotype {
		display: inline-block;
		float: left;
		margin-top: -12px;
		width: 10%;
	}

	a.logotype img {
		width: 230px;
		margin-top: 27px;
	}

	ul#menu-main-menu {
		float: right;
		width: 80%;
		height: auto;
		background: #171717;
	}

	ul#menu-main-menu:after {
		clear: both;
		content: "";
		display: block;
	}

	ul#menu-main-menu li {
		float: left;
		list-style-type: none;
		display: inline-block;
		box-sizing: border-box;
		padding: 30px 13px;
		border-bottom: 3px solid #171717;
	}

	body.home ul#menu-main-menu li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	body.home ul#menu-main-menu li a{
		font-size: 13px;
		padding: 30px 15px;
		display: block;
	}

	ul#menu-main-menu li:hover, body ul#menu-main-menu li.current-menu-item {
		background: #212121;
		border-bottom: 3px solid #3a42af;
	}

	ul#menu-main-menu li a {
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
	}

	/* первый элемент в списке */

	/* active */


	body ul#menu-main-menu li.purple-button {
		padding: 19px 17px 18px;
		border: 3px solid #171717;
	}



	/*ul#menu-main-menu li.current-menu-item:hover {
		background: #171717;
		border: 3px solid #171717;
	}*/

	/*body.home ul#menu-main-menu li.current-menu-item a {
		display: block;
		text-align: center;
		background: #3a42af;
	}*/

	body ul#menu-main-menu li a, body ul#menu-main-menu li {
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	body ul#menu-main-menu li.purple-button a {
		display: block;
		text-align: center;
		background: #3a42af;
		padding: 10px 16px;
	}

	body ul#menu-main-menu li.purple-button:hover {
		background: inherit;
	}

	body ul#menu-main-menu li.purple-button a:hover {
		background: #1e2581;
	}


	body ul#menu-main-menu li.red-button {
		padding: 19px 17px 18px;
		border: 3px solid #171717;
	}

	body ul#menu-main-menu li.red-button a {
		display: block;
		text-align: center;
		background: #CB1818;
		padding: 10px 16px;
	}

	body ul#menu-main-menu li.red-button:hover {
		background: inherit;
	}

	body ul#menu-main-menu li.red-button a:hover {
		background: #AA0C0C;
	}

/* 	ul#menu-main-menu li:first-child {
		text-align: center;
	}

	ul#menu-main-menu li:first-child:hover {
		background: #171717;
		border-bottom: 0;
	}

	ul#menu-main-menu li:first-child a {
		width: 100px;
		height:30px;
		text-align: center;
		box-sizing: border-box;
		background: #3a42af;
		padding: 10px 20px;
	}

	@media(max-width: 779px) {
		ul#menu-main-menu li:first-child a {
			background: none;
		}
	} */

	/* закончился */

	div.main-header-fanclub {
		width: 10%;

		background: #3a42af;
		float: right;

		box-sizing: border-box;
	}

	.main-header-fanclub a{
		line-height: 1;
		padding: 22px 0px;
		border-bottom: 1px solid #3A42AF;
	}

	div.main-header-fanclub a { display: inline-block; color: #fff; text-decoration: none;}

	div.main-header-fanclub a span {
		font-size: 16px;
		text-align: center;
		display: inline-block;
		clear: both;
		text-transform: uppercase;
		width: 100%;
		padding: 2px 0px;
	}

	div.main-header-fanclub a span:last-child { font-weight: 600; }

	/*-_ MAIN PAGE_-*/

	/* header */

	body.home header.main-header {
		max-width: none;
		width: 100%;
		max-width: 1450px;
		top: 61px;
	}

	div.main-page-content {
		width: 100%;

	}

	div.top-messange {
		/* margin: 0 auto; */
		background: #171717;
		text-align: center;
		box-sizing: border-box;
		/* padding: 10px 0 0; */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
		width: 100%;
		line-height: 1;
		padding: 5px 0;
	}

	.top-messange-button {
		background: #fff;
		display: inline-block;
		text-transform: uppercase;
		font-size: 13px;
		color: #f81d00;
		border: 0;
		margin-right: 6px;
		padding: 4px 7px;
		font-weight: 600;
	}

	span.top-messange-text {
		color: #fff;
		font-size: 14px;
	}

	ul.slick-dots {
		top: 91%;
	}

	div.main-page-slider {
		position: relative;
		height: 895px;
		height: 100vh;
	}

	div.main-page-content div.slider-body {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
	}

	div.main-page-content div.slider-body .slide {
		height: 895px;
		height: 100vh;
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
	}

	div.main-page-content div.slider-information {
		width: 940px;
		/* height: 100px; */
		clear: both;
		position: absolute;
		bottom: 165px;
		left: calc(50% - 470px);
		text-align: center;
	}

	div.main-page-content li.slick-active button{
		border-color: #3a42af;
	}

	.slick-dots li button {
		display: block;
		width: 100%;
		height: 20px;
		border-top: 2px solid #fff;
		background: none;
	}

	.slick-dots li {
		width: 120px;
	}

	div.main-page-content div.slide-date,
	div.main-page-content div.slide-name {
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}

	div.main-page-content div.slide-date {
		font-size: 22px;
		letter-spacing: 4px;
		text-transform: uppercase;
	}

	div.main-page-content div.slide-name {
		font-size: 48px;
		font-weight: bold;
		line-height: 60px;
		margin: 10px 0 30px 0;
	}

	div.main-page-content button.slide-button {
		width: 242px;
		height: 56px;
		background: #3a42af;
		padding: 10px 20px;
		box-sizing: border-box;
		border: 0;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}

	/* races */

	div.main-page-races {
		width: 100%;
		height: auto;
		background: url('../img/back.jpg');
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 60px 0;
		box-sizing: border-box;
	}

	a.race {
		position: relative;
		min-height: 240px;
		overflow: hidden;
		display: block;
		margin-bottom: 25px;
	}

	a.race img {
		-webkit-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}

	img.race-image {
		    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	}

	.home img.race-image {
		width: 100%;
		height: 300px;
	}

	.race-bottom {
		display: block;
 		position: absolute;
		bottom: -1px;
		width: 100%;
		background: #fff;
		cursor: pointer;
	}

	.race-bottom-name {
		font-size: 20px;
		text-transform: uppercase;
		width: 90%;
		font-weight: 700;
		float: left;
		height: 100%;
		letter-spacing: 1px;
		vertical-align: middle;
		line-height: 60px;
		text-align: left;
		color: #171717;
		box-sizing: border-box;
		padding-left: 20px;
	}

	.race-bottom-comment {
		color: #bebebe;
		font-size: 16px;
		width: 100%;
		float: left;
		text-align: left;
		box-sizing: border-box;
		padding-left: 20px;
		height: 0;
		transition: all .5s ease;
		overflow: hidden;
	}

	div.race-pointer {
		background-image: url(data:image/png;);
		background-repeat: no-repeat;
		background-position: center;
		background-size: inherit;
		display: inline-block;
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}

	.arrow-light {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAMAAABVab95AAAAPFBMVEX///////////////////////////////////////////////////////////////////////////////8gsV51AAAAE3RSTlMAAQYKDQ94e4iRl6Gmsrq+yMnng4AYWwAAAENJREFUeAFjEOJhYoACbmFeGJuRC4XNxwxjcwrzw9gMHML8LAi2ICuMzY7EZhMWQGYiFCC0IQxDWIGwGOEcDEcinA4ANoMDIWE/BQ8AAAAASUVORK5CYII=);
	}
	.arrow-dark {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAMAAABVab95AAAAPFBMVEX///8XFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxcXFxdPd3LnAAAAE3RSTlMAAQYKDQ94e4iRl6Gmsrq+yMnng4AYWwAAAENJREFUeAFjEOJhYoACbmFeGJuRC4XNxwxjcwrzw9gMHML8LAi2ICuMzY7EZhMWQGYiFCC0IQxDWIGwGOEcDEcinA4ANoMDIWE/BQ8AAAAASUVORK5CYII=);
	}

	a.race:hover .race-bottom {
		background: #262626;
		color: #f5f5f4;
		padding-bottom: 20px;
	}

	a.race:hover .race-pointer{
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAMAAABVab95AAAAPFBMVEX///////////////////////////////////////////////////////////////////////////////8gsV51AAAAE3RSTlMAAQYKDQ94e4iRl6Gmsrq+yMnng4AYWwAAAENJREFUeAFjEOJhYoACbmFeGJuRC4XNxwxjcwrzw9gMHML8LAi2ICuMzY7EZhMWQGYiFCC0IQxDWIGwGOEcDEcinA4ANoMDIWE/BQ8AAAAASUVORK5CYII=);
	}

	a.race:hover img {
		transform: scale(1.1);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	a.race:hover .race-bottom .race-bottom-left {
		width: 90%;
		height: 100%;
		float: left;
	}

	a.race:hover .race-bottom .race-bottom-comment {
		height: 40px;
	}

	a.race:hover .race-bottom .race-bottom-name {
		height: auto;
		color: #fff;
	}

	a.race:hover .race-bottom div.race-pointer {
		background: url('../img/arrow-white.png') no-repeat;
	}

	/* date */

	div.main-page-content div.main-page-date {
		width: 100%;
		height: auto;
		background: url('../img/back-buggi.jpg');
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 30px;
		box-sizing: border-box;
	}

	div.main-page-content div.page-date-head {
		font-size: 24px;
		color: #fff;
		text-transform: capitalize;
		text-align: center;
		margin: 40px 0 30px;
	}

	div.main-page-content div.page-date-container {
		width: 100%;
		text-align: center;
	}

	div.main-page-content div.page-month {
		border-left: 1px solid #2e2d2b;
		box-sizing: border-box;
		padding: 0 5px;
		float: left;
		height: 365px;
	}

	div.page-month .button {
		width: 100%;
	}

	div.page-month .date-title {
		opacity: 0.6;
	}

	div.page-month:hover .date-title {
		opacity: 1;
	}

	div.main-page-content div.date-title {
		font-size: 18px;
		color: #fff;
		text-transform: capitalize;
		vertical-align: top;
		height: 135px;
		padding-top: 20px;
	}

	div.main-page-content div.date-date {
		height: 165px;
	}

	div.main-page-content div.date-date div:first-child {
		font-size: 48px;
		line-height: 1;
		font-weight: bold;
		color: #fff;
	}

	div.main-page-content div.date-date div:last-child {
		font-size: 18px;
		color: #686868;
	}

	div.main-page-content button.date-button {
		width: 90%;
		margin: 0 auto;
	}

	div.main-page-content a.date-comment {
		clear: both;
		color: #a6a6a6;
		text-align: center;
		padding: 30px 0 0;
		display: block;
	}

	div.main-page-content a.date-comment:hover {
		color: #fff;
	}

	div.main-page-content div.main-page-latest {
		width: 100%;
		box-sizing: border-box;
		background: url('../img/back1.jpg');
		padding-bottom: 70px;
	}

	a.latest-big {
		max-width: 345px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		display: block;
	}

	div.main-page-content div.main-page-latest a.latest-big img {
		width: auto;
    height: 100%;
    /* margin-left: 0; */
    position: absolute;
    left: -50%;
    /* right: 0; */
    margin: 0 auto;
	}


	div.latest-small-information {
		display: block;
		background-color: #fff;
		-webkit-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		box-sizing: border-box;
		padding: 14px 20px;
		text-decoration: none;
	}

	div.latest-information,
	div.latest-small-information {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	div.main-page-content div.main-page-latest a.latest-small {
		max-width: 345px;
		display: block;
		height: 244px;
		position: relative;
		overflow: hidden;
	}


	div.main-page-content div.main-page-latest a.latest-small img, a.latest-big img {
		-webkit-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
		width: 100%;
	}

	div.main-page-content div.main-page-latest a.latest-small img {
		width: 100%;
		height: auto;
	}

	div.main-page-content div.main-page-latest a.latest-small:hover img,
	.latest-big:hover img {
		transform: scale(1.1);
	}

	div.main-page-latest h3.latest-title {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: bold;
	}

	div.latest-information {
		display: block;
		background: #fff;
		box-sizing: border-box;
		padding: 20px 30px;
		text-decoration: none;
	}

	div.latest-date {
		font-size: 14px;
		font-weight: 600;
		color: #3a42af;
		margin-bottom: 5px;
	}

	span.latest-date-clock {
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url('../img/clock.png') no-repeat;
		margin-right: 5px;
	}

	div.latest-content {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.2;
		color: #171717;
		  min-height: 38px;
	}

	div.latest-info {
		font-size: 14px;
		color: #bebebe;
		text-transform: uppercase;
		height: 0;
		overflow: hidden;
		transition: all .5s ease;
	}

	.latest-small:hover .latest-small-information, .latest-big:hover .latest-information {
		background-color: #262626;

	}

	.latest-small:hover .latest-small-information div.latest-date,
	.latest-big:hover .latest-information div.latest-date {
		color: #bebebe;
	}

	.latest-small:hover .latest-small-information div.latest-info,
	.latest-big:hover .latest-information div.latest-info {
		height: 22px;
	}

	.latest-small:hover .latest-small-information div.latest-content,
	.latest-big:hover .latest-information div.latest-content {
		color: #fff;
	}

	.latest-small:hover .latest-small-information span.latest-date-clock,
	.latest-big:hover .latest-information span.latest-date-clock {
		background: url(../img/clock2.png) no-repeat;
	}

	div.latest-group div.container {
		width: 100%;
	}

	div.main-page-latest-speedway {
		padding: 35px 30px 20px 30px;
	}

	div.latest-all {
		width: 100%;
		text-align: center;
		margin: 25px 0 20px;
	}

	div.latest-all a {
		font-size: 14px;
		color: #3a42af;
		font-weight: 600;
		text-decoration: none;
	}

	/* latest videos */

	div.main-page-latest-videos {
		width: 100%;
	}

	div.main-page-latest-videos > div.container {
		background: #fff;
	}

	div.latest-videos-container {
		background: #fff;
	}

	div.main-page-latest-videos img {
		width: 100%;
	}

	div.main-page-latest-videos div.col-lg-3,
	div.main-page-latest-videos div.col-md-3,
	div.main-page-latest-videos div.col-sm-6,
	div.main-page-latest-videos div.col-xs-12 {
		padding-right: 0;
		padding-left: 0;
	}

	h3.latest-videos-title {
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 24px;
		margin: 30px 0 20px;
	}

	/* FUNCLAB */

	.funclab-page-content .container {
		max-width: 100%;
	}

	div.funclab-page-content {
		width: 100%;
		background: url('../img/back2.jpg') no-repeat center center;
		box-sizing: border-box;
		background-size: cover;
	}

	div.funclab-upblock {
		background: url('../img/workup.jpg') no-repeat;
		height: 920px;
		width: 100%;
	    padding-top: 215px;
		box-sizing: border-box;
		background-size: cover;
	}

	div.funclab-intr {
		font-size: 20px;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
		color: #fff;
	}

	div.funclab-title {
		font-size: 48px;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
		color: #fff;
	}

	div.funclab-line {
		width: 100%;
		height: 2px;
		background: url('../img/horizontal-line.png') no-repeat center center;
	}

	div.funclab-comment {
		font-size: 20px;
		color: #fff;
		text-align: center;
		margin: 0 auto;
	}

	div.funclab-call {
		margin: 40px auto 100px;
		border: 1px solid #fff;
		padding: 10px 20px;
		box-sizing: border-box;
		text-transform: uppercase;
		font-size: 36px;
		color: #fff;
		text-align: center;
	}

	div.funclab-call > span {
		color: #258cff;
	}

	div.funclab-mouse {
		background: url('../img/mouse.png') no-repeat;
		width: 20px;
		height: 30px;
		margin: 0 auto;
	}

	/* card */

	div.funclab-card {
		width: 100%;
		box-sizing: border-box;
	    display: inline-block;
		padding: 125px 0;
	}

	div.funclab-discription {
		float: left;
	}

	div.discript-title, div.discript-text {
		padding: 0 5%;
	}

	div.discript-title {
		font-size: 30px;
	}

	div.discript-text {
		font-size: 18px;
		color: #6a6a6a;
	}

	div.card-card {
		/*background: url('../img/card1.png') no-repeat center center;*/
		background: url('../img/vodaCard.png') no-repeat center center;
		height: 300px;
		float: right;
	}

	div.f-area, div.s-area {
		background: #fff;
	}

	div.image-area {
		position: relative;
	}

	div.image-area img {
		width: 100%;
	}

	div.a-img {
		height: 112px;
		margin-top: 50px;
	}

	div.a-title {
		font-size: 30px;
		padding: 10px 50px;
	}

	div.a-discript {
		font-size: 18px;
		color: #6a6a6a;
		padding: 0 10px 10px 50px;
	}

	div.descript-area {
		box-sizing: border-box;
	}

	div.fanclub-s-call {
		/* background: linear-gradient( right top, right bottom, color-stop(0, #3A42AF), color-stop(1, #2b2f6c)); */
		background: -moz-linear-gradient(top, #3A42AF 0%, #2b2f6c 100%);
		background: -webkit-linear-gradient(top, #3A42AF 0%, #2b2f6c 100%);
		background: -o-linear-gradient(top, #3A42AF 0%, #2b2f6c 100%);
		background: -ms-linear-gradient(top, #3A42AF 0%, #2b2f6c 100%);
		background: linear-gradient(top, #3A42AF 0%, #2b2f6c 100%);
		padding: 40px 0 60px;
	}

	div.funclab-s-comment {

	}

	div.funclab-s-call {
		margin: 10px auto; !important;
	}

	/* FOR SCREEN */

	@media (max-width: 1274px) {

		ul#menu-main-menu {
			width: 80%;
			height: auto;
			display: block/*  !important */;
			text-align: left;
		}

		body.home ul#menu-main-menu li {
			float: none;
		}


	}

	@media (min-width: 1200px) {

		div.main-page-content div.page-month {
			width: 20%;
			border-left: 1px solid #2e2d2b;
			box-sizing: border-box;
			padding: 0 10px;
		}

		div.funclab-line {
			padding: 135px 0;
		}

		div.funclab-comment {
			width: 38%;
		}

		div.funclab-call {
			width: 675px;
		}

		/* header */

		div.mbl-nav-batton {
			display: none;
		}

/* 		ul#menu-main-menu {
			display: block !important;
		} */

		div.main-page-latest div.latest-group > div.row:first-of-type {
			margin-bottom: 46px;
		}

		a.latest-big {
			height: 534px;
		}

		div.latest-information,
		div.latest-small-information {
			max-width: 330px;
		}

	}

	@media (min-width: 992px) and (max-width: 1199px) {

		div.main-page-content div.page-month {
			width: 20%;
			border-left: 0;
			box-sizing: border-box;
			padding: 0 5px;
		}

		div.funclab-line {
			padding: 100px 0;
		}

		div.funclab-comment {
			width: 40%;
		}

		div.funclab-call {
			width: 675px;
		}

		/* header */

		div.main-header-downlevel a.logotype {
			margin-top: -10px;
			width: 10%;
		}

		div.main-header-downlevel img {
			width: 200px;
			margin-top: 40px;
		}

		li.mbl-nav-batton {
			display: none;
		}

		ul#menu-main-menu li:first-child {
			text-align: center;
			width: auto;
		}

		div.main-page-latest div.latest-group > div.row:first-of-type {
			margin-bottom: 21px;
		}

		a.latest-small {

		}

		a.latest-big {
			height: 414px;
		}

		a.race {
			max-width: 463px;
			margin: 0 auto 40px;
		}

		div.latest-information,
		div.latest-small-information {
			max-width: 213px;
		}

	}

	@media (min-width: 780px) and (max-width: 991px) {

		div.main-page-content div.page-month {
			width: 50%;
			border-left: 0;
			box-sizing: border-box;
			padding: 0 5px;
			margin: 30px 0;
			height: 230px;
		}

		div.main-page-content div.date-title {
			height: 60px;
		}

		div.main-page-content div.date-date {
			height: 120px;
		}

		div.funclab-line {
			padding: 90px 0;
		}

		div.funclab-comment {
			width: 50%;
		}

		div.funclab-call {
			width: 675px;
		}

		/* header */

		div.main-header-downlevel a.logotype {
			margin-top: -8px;
			width: 10%;
		}

		div.main-header-downlevel img {
			width: 200px;
			margin-top: 40px;
		}

		li.mbl-nav-batton {
			display: none;
		}

		div.main-header-fanclub {
			width: 10%;
		}

		ul#menu-main-menu li:first-child {
			width: auto;
		}

		div.main-page-content div.slide-name {
			font-size: 43px;
		}

		a.race {
			max-width: 463px;
			margin: 0 auto 40px;
		}

		div.main-page-content div.main-page-latest h3.latest-title {
			text-align: center;
		}

		div.main-page-content div.main-page-latest a.latest-small {
			max-width: 345px;
			margin: 20px auto 0;
			position: relative;
		}

		a.latest-big {
			max-width: 345px;
			margin: 0 auto;
		}

		div.main-page-latest div.latest-group > div.row:first-of-type {
			margin-bottom: 0;
		}

		div.main-header-fanclub {
			padding: 14px 0;
		}

		div.latest-information,
		div.latest-small-information {
			max-width: 315px;
		}

	}

	@media (min-width: 480px) and (max-width: 779px) {

		div.main-page-content div.page-month {
			width: 50%;
			border-left: 0;
			box-sizing: border-box;
			padding: 0 5px;
			margin: 30px 0;
			height: 230px;
		}

		div.main-page-content div.date-title {
			height: 100px;
		}

		div.main-page-content div.date-date {
			height: 120px;
		}

		div.funclab-line {
			padding: 60px 0;
		}

		div.funclab-comment {
			width: 85%;
		}

		div.funclab-call {
			width: 415px;
		}

		/* header */

		div.main-header-fanclub,
		div.main-header-uplevel {
			display: none;
		}

		ul#menu-main-menu {
			display: none;
			position: absolute;
			top: 70px;
			right: 0;
			width: 150px;
			background-color: #171717;
			height: auto;
			text-align: center;
		}

		body.home header.main-header {
			top: 30px;
		}

		div.mbl-nav-batton {
			display: inline-block;
			width: 35px;
			height: 35px;
			background: url('../img/mbl-nav-btn1.png') no-repeat center center #000;
			background-size: 35px;
			position: absolute;
			right: 32px;
			top: 15px;
			cursor: pointer;
			background-size: cover;
		}

		ul#menu-main-menu li {
			width: 100%;
			height: auto;
		}

		a.logotype {
			position: absolute;
			top: 0;
			padding: 3px 5px;
			background-color: #000;
			width: 100%;
		}

		a.logotype img {
			padding: 10px 5px;
			width: 200px;
			margin-top: 13px;
		}

		div.funclab-card {
			padding: 40px 0;
		}

		div.discript-text {
			padding: 10px 0;
		}

		div.main-page-content div.slide-name {
			font-size: 27px;
		}

		a.race {
			max-width: 463px;
			margin: 0 auto 40px;
			min-height: 240px;
		}

		div.main-page-content div.main-page-latest a.latest-small {
			max-width: 345px;
			margin: 20px auto 0;
		}

		a.latest-big {
			max-width: 345px;
			margin: 0 auto;
		}

		div.main-page-latest div.latest-group > div.container > div.row:first-of-type {
			margin: 0;
		}

		div.main-page-content div.main-page-latest h3.latest-title {
			text-align: center;
		}

		div.main-page-latest div.latest-group > div.row:first-of-type {
			margin-bottom: 0;
		}

		div.latest-information,
		div.latest-small-information {
			max-width: 315px;
		}

	}

	@media (max-width: 479px) {

		div.main-page-content div.page-month {
			width: 100%;
			border-left: 0;
			box-sizing: border-box;
			padding: 0 5px;
			margin: 30px 0;
			height: 230px;
		}

		div.main-page-content div.date-title {
			height: 100px;
			font-size: 18px;
		}

		div.main-page-content div.date-date {
			height: 120px;
		}

		div.funclab-line {
			padding: 60px 0;
		}

		div.funclab-comment {
			width: 85%;
		}

		div.funclab-call {
			width: 300px;
			margin-bottom: 60px;
		}

		/* header */

		div.main-header-fanclub,
		div.main-header-uplevel {
			display: none;
		}

/* 		ul#menu-main-menu {
			position: absolute;
			right: 0;
			width: 150px;
			background-color: #000;
			height: auto;
			text-align: center;
		} */

		ul#menu-main-menu {
			display: none;
			position: absolute;
			top: 70px;
			right: 0;
			width: 150px;
			background-color: #171717;
			height: auto;
			text-align: center;
		}

		body.home header.main-header {
			top: 30px;
		}

		div.mbl-nav-batton {
			display: inline-block;
			width: 35px;
			height: 35px;
			background: url('../img/mbl-nav-btn1.png') no-repeat center center #000;
			background-size: 35px;
			position: absolute;
			right: 32px;
			top: 5px;
			cursor: pointer;
			background-size: cover;
		}

		/*ul#menu-main-menu li:first-child {
			display: none;
		}*/

		ul#menu-main-menu li {
			width: 100%;
			height: auto;
		}

		a.logotype {
			position: absolute;
			top: 0;
			padding: 3px 5px;
			background-color: #000;
			width: 100%;
		}

		a.logotype img {
			padding: 10px 5px;
			width: 200px;
			margin-top: 13px;
		}

		div.funclab-card {
			padding: 40px 0;
		}

		div.discript-text {
			padding: 10px 0;
		}

		div.card-card {
			height: 250px;
			width: 100%;
			background-size: contain;
		}

		div.main-page-content div.slider-information {
			padding: 0 240px;
		}

		a.race {
			max-width: 463px;
			margin: 0 auto 40px;
		}

		div.main-page-content div.main-page-latest a.latest-small {
			max-width: 230px;
			margin: 20px auto 0;
		}

		a.latest-big {
			max-width: 230px;
			margin: 0 auto;
		}

		div.main-page-latest div.latest-group > div.container > div.row:first-of-type {
			margin: 0;
		}

		div.main-page-content div.main-page-latest h3.latest-title {
			text-align: center;
		}

		div.main-page-latest div.latest-group > div.row:first-of-type {
			margin-bottom: 0;
		}

		div.latest-information,
		div.latest-small-information {
			max-width: 200px;
		}

		div.main-page-content div.main-page-latest a.latest-small img,
		div.main-page-content div.main-page-latest a.latest-big img {
			max-width: 230px;
		}

		div.latest-small-information {
			padding: 16px 20px;
		}

		div.latest-content {
			font-size: 14px;
		}

	}
