@font-face {
		font-family: "ClearSansRegular";
		src: url("../fonts/ClearSansRegular/ClearSansRegular.eot");
		src: url("../fonts/ClearSansRegular/ClearSansRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ClearSansRegular/ClearSansRegular.woff") format("woff"),
		url("../fonts/ClearSansRegular/ClearSansRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "ClearSansBold";
		src: url("../fonts/ClearSansBold/ClearSansBold.eot");
		src: url("../fonts/ClearSansBold/ClearSansBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ClearSansBold/ClearSansBold.woff") format("woff"),
		url("../fonts/ClearSansBold/ClearSansBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "ClearSansLight";
		src: url("../fonts/ClearSansLight/ClearSansLight.eot");
		src: url("../fonts/ClearSansLight/ClearSansLight.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ClearSansLight/ClearSansLight.woff") format("woff"),
		url("../fonts/ClearSansLight/ClearSansLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
@font-face {
		font-family: "ClearSansMedium";
		src: url("../fonts/ClearSansMedium/ClearSansMedium.eot");
		src: url("../fonts/ClearSansMedium/ClearSansMedium.eot?#iefix")format("embedded-opentype"),
		url("../fonts/ClearSansMedium/ClearSansMedium.woff") format("woff"),
		url("../fonts/ClearSansMedium/ClearSansMedium.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy/Gilroy-Bold.eot');
	src: url('../fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
		url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype'),
		url('../fonts/Gilroy/Gilroy-Bold.svg#../fonts/Gilroy/Gilroy-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy/Gilroy-Regular.eot');
	src: url('../fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
		url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype'),
		url('../fonts/Gilroy/Gilroy-Regular.svg#../fonts/Gilroy/Gilroy-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
  margin:0;
  padding:0;
  outline:none
}
html, body {
  height: 100%;
}
html {
  font-size:100.01%;
}
body {
	color: #141414;
	font-size: 16px;
	font-family: 'ClearSansRegular';
	background: #fff;
	position: relative;
	height: 100%;	
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
a, a:visited {
	color:#141414;
	text-decoration:none;
	border-bottom: 1px solid #686868;
	}
a:hover {
	text-decoration:none;
	color:#141414;
	border-color: #141414;
	}
a:focus {
	outline:none;
	}
:focus, :active { 
	outline: 0; 
	}
::selection {
	background: #008143;
}
::-moz-selection {
	background: #008143;
}
::-webkit-selection {
	background: #008143;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
img::-webkit-selection {
	background: transparent;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
abbr {
	border-bottom:1px dotted #2b82dc;
	cursor:help;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height:1;
}
h1 {font-size:1.88em}
header, nav, section, article, aside, footer {
	display:block;
	position:relative;
}
label{
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}
input{
	border: 1px solid #686868;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	padding: 7px 20px 10px;
	width: 100%;
}
input[type="submit"]{
	width: auto;
}
textarea{
	border: 1px solid #686868;
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	padding: 8px 20px;
	width: 100%;
}
select{
	border: 1px solid #686868;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	padding: 7px 20px 10px;
	width: 100%;
}
select:disabled{
	color: #686868;
}
input:focus,
textarea:focus,
select:focus{
	position: relative;
	top: -1px;
	left: -1px;
	border-color: #008143;
	border-width: 2px;
	margin-bottom: -3px;
}
input.error,
textarea.error,
select.error{
	border-color: red;
}
input::placeholder{ color: #686868; font-size: 18px !important; }
input::-webkit-input-placeholder{ color: #686868; font-size: 18px !important; }
input:-moz-placeholder{ color: #686868; font-size: 18px !important; }
input::-moz-placeholder{ color: #686868; font-size: 18px !important; }
textarea::placeholder{ color: #686868; font-size: 18px !important; }
textarea:-moz-placeholder{ color: #686868; font-size: 18px !important; }
textarea::-moz-placeholder{ color: #686868; font-size: 18px !important; }
textarea::-webkit-input-placeholder{ color: #686868; font-size: 18px !important; }
.fl{ float: left; }
.fr{ float: right; }
.clr {
	overflow:hidden;
	display:block;
	content:".";	
	float:none;
	clear:both;
	height:0;	
}
.color-inherit{
	color: inherit;
	border-color: inherit;
}
.nopadding { padding: 0; }
img.responsive{
	max-width: 100%;
}

.heading{
	font-family: 'Gilroy';
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.heading.green{
	color: #008143;
}
.heading-2{
	font-family: 'ClearSansRegular';
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.button{
	display: inline-block;
	background: #dc291b;
	color: #fff;
	border: 2px solid #dc291b;
	padding: 15px 23px;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
}
.button:hover{
	color: #141414;
	background: rgba(255, 255, 255, 0.5);
}

/* screen 1b */
.screen-1b{
	padding-top: 40px;
	background: url('../img/s-1b-bg.jpg') top left no-repeat;
	background-size: cover;
}
.screen-1b.bg-1c{
	background-image: url('../img/s-1c-bg.jpg');
	background-position: bottom left;
}
.screen-1b.bg-1d{
	background-image: url('../img/s-1d-bg.jpg');
}
.screen-1b.bg-1d .heading{
	font-size: 65px;
}
.screen-1b .heading{
	color: #fff;
	font-size: 103px;
    line-height: 97px;
}
.screen-1b .heading-0{
	color: #fff;
	font-family: 'Gilroy';
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 25px;
}
.screen-1b .heading-0 span{
	font-size: 12px;
}
.screen-1b .heading-0 p{
	font-size: 16px;
}
.screen-1b .heading-2{
	color: #fff;
	line-height: 30px;
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 40px;
}
.screen-1b .button{
	margin-top: 100px;
	background: #fff;
	border-color: #fff;
	color: #dc291b;
	transition: 0.3s;
	font-weight: bold;
}
.screen-1b .button:hover{
	background: #008143;
	border-color: #008143;
	color: #fff;
}
.screen-1b .address{
	margin-top: 102px;
	margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

/* screen 1 */
.screen-1{
	height: 541px;
	padding-top: 80px;
	background: url('../img/s-1-bg.jpg') top right no-repeat;
	background-size: cover;
}
.screen-1 .logo.ocean.white{
	width: 168px;
	height: 41px;
	background: url('../img/sprite.png') 0 0 no-repeat;
}
.screen-1 .heading{
	color: #fff;
}
.screen-1 .heading-2{
	color: #fff;
	margin-top: 13px;
    line-height: 33px;
}
.screen-1 .button{
	margin-top: 48px;
}
.screen-1 .address{
	margin-top: 56px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.logos{
	position: relative;
	padding-top: 29px;
	padding-bottom: 58px;
}
.logos .logo.ocean.color{
	width: 146px;
	height: 36px;
	background: url('../img/sprite.png') -170px 0 no-repeat;
	margin-right: 47px;
}
.logos .logo.trial{
	width: 161px;
	height: 30px;
	background: url('../img/sprite.png') 0 -45px no-repeat;
	margin-right: 56px;
    margin-top: 6px;
}
.logos .bike{
	position: absolute;
	bottom: 30px;
	right: 50%;
	width: 826px;
	height: 490px;
	background: url('../img/bike.png') bottom center no-repeat;
}

/* screen-2 */
.screen-2{
	background: #dc291b;
	padding-top: 62px;
	padding-bottom: 80px;
}
.screen-2 .heading{
	color: #fff;
	font-size: 28px;
	text-align: center;
}
.screen-2 .heading-2{
	color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-top: 19px;
	text-transform: none;
}
.screen-2 .circle-wrap{
	position: relative;
	margin-top: 47px;
	margin-bottom: -5px;
}
.screen-2 .circle{
	width: 144px;
	height: 144px;
	border: 2px solid #fff;
	border-radius: 50%;
}
.screen-2 .circle .number{
	position: absolute;
	top: -4px;
	left: -2px;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #dc291b;
	color: #fff;
	line-height: 44px;
	text-align: center;
	font-family: 'Gilroy';
	font-size: 30px;
}
.screen-2 .circle .text{
	position: absolute;
	top: 40px;
	left: 40px;
	background: #dc291b;
	color: #fff;
	line-height: 58px;
	text-align: left;
	font-family: 'Gilroy';
	font-size: 40px;
	font-weight: bold;
	padding: 3px 0 3px 22px;
	text-transform: uppercase;
}
.screen-2 .rules{
	margin-top: 40px;
	text-align: center;
}
.screen-2 .rules .rules-heading{
	color: #fff;
	font-family: 'Gilroy';
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	text-transform: uppercase;
}
.screen-2 .rules .rules-text{
	margin-top: 30px;
}
.screen-2 .rules .text{
	text-align: center;
	color: #fff;
	font-family: 'Gilroy';
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.screen-2 .rules .text a{
	color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.screen-2 .rules .icon,
.screen-2 .rules .text{
	display: inline-block;
}
.screen-2 .rules .icon.share{
	background: url('../img/sprite.png') 0 -100px no-repeat;
	width: 50px;
	height: 49px;
	margin-left: 70px;
}
.screen-2 .rules .icon.vk{
	background: url('../img/sprite.png') -50px -100px no-repeat;
	width: 68px;
	height: 39px;
	margin-right: 55px;
}
.screen-2 .tip{
	position: relative;
	border: 1px solid #fff;
	margin-top: 110px;
	border-radius: 5px;
	<img src="" alt="">ding-bottom: 35px;
}
.screen-2 .tip .text{
	padding: 0 30px;
	position: relative;
	top: -14px;
	left: 20%;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	background: #dc291b;
}

/* screen 3 */
.screen-3{
	/* padding-top: 130px; */
	border-top: 1px solid #686868;
	overflow: hidden;
}
.screen-3 .border-top{
	position: relative;
	border-top: 1px solid #686868;
	text-align: center;
}
.screen-3 .border-top .heading{
	display: inline-block;
	position: relative;
	top: -24px;
	background: #fff;
	padding: 0 130px;
	font-size: 28px;
	line-height: 42px;
}
.screen-3 .border-top .heading-2{
	font-size: 16px;
	line-height: 23px;
	margin-top: -16px;
	text-transform: none;
}
.screen-3 .bike-wrap{
	margin-top: 50px;
}
.screen-3 .bike{
	position: relative;
	text-align: center;
}
.screen-3 .bike:before,
.screen-3 .bike:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url('../img/pattern.png') 0 0 no-repeat;
	background-size: contain;
	width: 650px;
	height: 100%;
}
.screen-3 .bike:before{
	background-position: right top;
	right: 100%;
}
.screen-3 .bike:after{
	left: 100%;
}
.screen-3 .second-and-third{
	margin-top: 110px;
}
.screen-3 .circle-wrap{
	position: relative;
	margin-top: 50px;
	margin-bottom: -5px;
}
.screen-3 .circle-wrap .text.uppercase{
	text-transform: uppercase;
}
.screen-3 .circle-wrap .price{
	font-size: 45px;
	line-height: 58px;
	text-transform: uppercase;
	font-weight: bold;
}
.screen-3 .circle-wrap .price.green{
	color: #008143;
}
.screen-3 .circle-wrap .price.red{
	color: #dc291b;
}
.screen-3 .circle{
	width: 242px;
	height: 242px;
	border: 3px solid #efefef;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 29px;
}
.screen-3 .circle .number{
	position: absolute;
	top: 0;
	left: 8px;
	width: 63px;
	height: 63px;
	border: 3px solid #efefef;
	border-radius: 50%;
	background: #fff;
	color: #141414;
	line-height: 56px;
	text-align: center;
	font-family: 'Gilroy';
	font-size: 28px;
	font-weight: bold;
}
.screen-3 .where{
	text-align: center;
	margin-top: 107px;
}
.screen-3 .where .heading{
	font-size: 28px;
	line-height: 42px;
}
.screen-3 .where .heading-2{
	font-size: 16px;
	line-height: 23px;
	margin-top: 22px;
	text-transform: none;
}
.map{
	margin-top: 70px;
}

/* screen-4 */
.screen-4{
	background: #008143;
	padding-top: 71px;
	padding-bottom: 110px;
}
.screen-4 .heading{
	color: #fff;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
.screen-4 .heading-2{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 38px;
	text-transform: none;
	text-align: center;
}
.screen-4 .program{
	margin-top: 55px;
}
.screen-4 .program .item{
	margin-bottom: 29px;
}
.screen-4 .time{
	font-family: 'Gilroy';
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}
.screen-4 .text{
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}
.screen-4 .border-top{
	position: relative;
	border-top: 1px solid #fff;
	text-align: center;
	margin-bottom: 27px;
}

/* screen-5 */
.screen-5{
	padding-top: 80px;
	padding-bottom: 110px;
	overflow: hidden;
}
.screen-5 .heading{
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
.screen-5 .ipad-wrap{
	margin-top: 35px;
}
.screen-5 .text-center{
	text-align: center;
}
.screen-5 .ipad{
	position: relative;
}
.screen-5 .ipad .vk-vidget{
	position: absolute;
	top: 10%;
	right: 13%;
	bottom: 11%;
	left: 12%;
	z-index: 3;
	text-align: center;
}
.screen-5 .ipad .vk-vidget #vk_groups{
	display: inline-block;
}
.screen-5 .ipad img{
	position: relative;
	z-index: 2;
}
.screen-5 .ipad:after{
	content: '';
	display: block;
	position: absolute;
	top: -45px;
	bottom: -70px;
	left: 100%;
	margin-left: -130px;
	background: url('../img/pattern-5.png') 0 0 no-repeat;
	background-size: contain;
	width: 650px;
	z-index: 1;
}
.screen-5 .ipad-wrap .text{
	margin-top: 32px;
	font-size: 14px;
	color: #686868;
}

/* screen-6 */
.screen-6{
	background: #efefef;
	padding-top: 25px;
	padding-bottom: 110px;
}
.screen-6 .heading{
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	margin-top: 0;
}
.screen-6 .heading-2{
	font-size: 16px;
	text-transform: none;
	text-align: center;
}
.screen-6 .logos{
	padding: 23px 0 0;
	text-align: center;
}
.screen-6 .logos .logo{
	display: inline-block;
	margin: 50px 25px 0 25px;
}
.be-partner{
	padding-top: 160px;
}
.be-partner .heading-2{
	margin-bottom: 28px;
}
.be-partner input{
	margin-bottom: 5px;
}
.be-partner .submit{
	margin-top: 36px;
}
.be-partner .submit label{
	display: inline-block;
    line-height: 56px;
	font-family: 'Gilroy';
	font-size: 16px;
	text-transform: uppercase;
}

/* activity */
.activity{
	padding-top: 80px;
	padding-bottom: 80px;
}
.activity .heading{
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	margin-top: 0;
}
.activity .heading-2{
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.activity .item{
	position: relative;
}
.activity .activity-text{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
    background: rgba(255, 255, 255, 0.45);
}

/* footer */
.footer{
	background: #008143;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer a{
	color: #fff;
	border-color: #fff;
}
.footer .logo.ocean.white{
	width: 168px;
	height: 41px;
	background: url('../img/sprite.png') 0 0 no-repeat;
	margin-bottom: 16px;
}
.footer .text{
	font-size: 14px;
	line-height: 21px;
}
.footer .contacts{
	margin-top: 12px;
	text-align: center;
}
.footer .contacts a{
	border: none;
	margin: 0 10px;
}
.footer .rules{
	margin-top: 4px;
}
.footer .rules a{
	border-bottom-style: dashed;
}
.socials .icon{
	display: inline-block;
	height: 40px;
	margin: 0 20px 20px;
}
.socials .vk{
	background: url('../img/sprite.png') -200px -100px no-repeat;
	width: 45px;
}
.socials .ok{
	background: url('../img/sprite.png') -170px -100px no-repeat;
	width: 25px;
}
.socials .insta{
	background: url('../img/sprite.png') -125px -100px no-repeat;
	width: 40px;
}