*,
*:before,
*:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
img{
    vertical-align: middle;
	max-width: 100%;
}
#s1 img,
#s3 img,
.macbook .bg,
#s9 img{
	width: 100%;
}

.anim,
.anim *,
.anim:before,
.anim:after{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
html, body {
    font-size: 14px;
    font-family: 'LatoWeb', Arial, sans-serif;
    width: 100%;
	height: 100%;
    color: #14214e;
    background: #f1f1f1;
    position: relative;
}
.light{
	font-family: 'LatoWebLight', Arial, sans-serif;
}
.semibold{
	font-family: 'LatoWebSemibold', Arial, sans-serif;
}
.slide{
	position: relative;
	min-width: 960px;
}
.wrap,
.a-wrap {
    position: relative;
    top: 0;
    width: 100%;
    padding: 40px 60px;
    min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
}
.a-wrap{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.light{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#s1{
	background-color: #040404;
	color: #fff;
}
#s1 .window{
	position: absolute;
	bottom: -100px;
	right: 0;
	left: 0;
}
#s1 .window .bg{
	position: relative;
}
#s1 .window .w_l,
#s1 .window .w_r{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#s1 .window .text{
	position: absolute;
	color: #121212;
	font-weight: bold;
}
#s1 .window .text .top{
	font-size: 20px;
}
#s1 .window .text .bottom{
	font-size: 80px;
}
#s1 .window .text.left{
	left: 40%;
	top: 6%;
}
#s1 .window .text.left .bottom{
	font-size: 50px;
}

#s1 .window .text.right{
	left: 60%;
	top: -14%;
}

#s2{
	padding-top: 100px;
	margin-bottom: 100px;
}
#s2 .bg-logo{
	position: absolute;
	width: 50%;
	right: 0;
	top: 340px;
}
#s2 .red-text{
	margin-bottom: 15px;
}
#s2 .grid{
	max-width: 650px;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
#s2 .grid  .block-wrap{
	height: 100%;
	/*background: #f1f1f1;*/
	padding: 20px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#s2 .grid .block-wrap.active,
#s2 .grid .block-wrap:hover{
	background: #fff;
}
#s2 .grid>div img{
	margin-bottom: 10px;
}
#s2 .grid>div .num{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #d6d6d6;
}
#s3 h1{
	letter-spacing: 0.5vw;
}
#s3 .window{
	position: absolute;
	bottom: -60%;
	right: 0;
	left: 0;
}
#s3 .window .w_iner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#s4 .color{
	position: relative;
}
#s4 .color .circle{
	position: relative;
	border-width: 1px;
	border-style: solid;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#s4 .color .circle:before{
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border-radius: 50px;
}
#s4 .color .name{
	font-size: 12px;
	margin-top: 10px;
}

#s5 h1,
.h1_bg{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 140px;
	margin: 0;
	color: #eaeaea;
	white-space: nowrap;
	font-weight: bold;
}
#s5 .user{
	margin-top: 30px;
}
#s5 .user>div{
	padding: 20px;
	margin-right: 3px;
	background-color: #ffffff;

	-webkit-box-shadow: 0px 0px 50px 0px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 50px 0px rgba(234,234,234,1);
	box-shadow: 0px 0px 50px 0px rgba(234,234,234,1);
}
#s5 .user>div:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	width: 30px;
	height: 1px;
	background: #c70041;
	z-index: 1;
}
#s5 .user>div:last-child:after{
	display: none;
}
#s5 .user>div .num{
	font-size: 18px;
	color: #c70041;
	margin-bottom: 5px;
}
#s5 .user>div .text{
	font-size: 12px;
}
#s5 .s5_l{
	max-width: 40%;
}

#s6>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#s6 .wrap{
	margin-top: -170px;
}
.big-bg-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	color: #e6e6e6;
	font-weight: bold;
}

#s7{
	padding-top: 200px;
}

#s7 h1{
	position: relative;
	color: #303030;
	font-weight: bold;
	margin-top: 0;
}
#s7 .h1_bg{
	margin-top: 10px;
	top: 100px;
	letter-spacing: 15px;
}
#s7 .macbook{
	position: relative;
	margin: 50px 0 80px 0;
}
#s7 .macbook .items{
	position: absolute;
	top: 48.3%;
	left: 50%;
	width: 55.6%;
	height: 81.4%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
#s7 .macbook .items>img{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;*/
}
#s7 .macbook .items>img.active{
	opacity: 1;
}

#s8 .s8_p_r{
	width: 80%;
}
#s8 .red-horizon:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #c70041;
}


#s9 .summary{
	
}
#s9 .summary .info{
    align-items: baseline;
}
#s9 .summary .info .increase{
	font-size: 50px;
	font-weight: bold;
}

.s-14214e  .circle{
	border-color: #14214e;
}
.s-14214e  .name{
	color: #14214e;
}
.s-14214e  .circle:before{
	background-color: #14214e;
}

.s-bc003d  .circle{
	border-color: #bc003d;
}
.s-bc003d  .name{
	color: #bc003d;
}
.s-bc003d  .circle:before{
	background-color: #bc003d;
}

.s-c2aa49  .circle{
	border-color: #c2aa49;
}
.s-c2aa49  .name{
	color: #c2aa49;
}
.s-c2aa49  .circle:before{
	background-color: #c2aa49;
}

.hel-1{
	font-family: 'HelveticaNeueCyr';
	font-size: 26px;
}
.hel-2{
	font-family: 'HelveticaNeueCyr';
	font-size: 20px;
}

h1{
	color: #dbdbdb;
	font-size: 48px;
	font-weight: normal;
	line-height: normal;
}
.uppercase{
	text-transform: uppercase;
}
.red{
	color: #c70041;
}
.pr{
	position: relative;
}
.red-text{
	color: #c70041;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}
.small-text{
	font-size: 12px;
}
.lh-24{
	line-height: 24px;
}
p{
	position: relative;
}
a{
	color: #010101;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
	padding-left: 30px;
}
ul li{
	position: relative;
	line-height: 20px;
}
ul li:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -30px;
	width: 15px;
	height: 1px;
	background: #c70041;
}
.f18{
	font-size: 18px;
}
#s1 .line-text{
	height: 0px;
	left: 24%;
	bottom: 70px;
}
#s1.filled .line-text{
	height: 140px;
	bottom: -70px;
}
#s2 .line-text{
	height: 0px;
	left: 50%;
	bottom: 90px;
}
#s2.filled .line-text{
	height: 140px;
	bottom: -50px;
}

#s3 .line-text{
	height: 0px;
	left: 30%;
	bottom: 80px;
}
#s3.filled .line-text{
	height: 80px;
	left: 30%;
	bottom: 0px;
}
#s6 .line-text{
	height: 0px;
	left: 50%;
	bottom: -20px;
}
#s6.filled .line-text{
	height: 120px;
	bottom: -140px;
}
.line-text{
	position: absolute;
	/*left: 50%;
	transform: translateX(-50%);*/
	font-size: 20px;
	z-index: 1;
}
.line-text:before{
	content: '';
	display: block;
	margin: 0 auto;
	height: 100%;
	width: 1px;
}
.line-text:after{
	content: '';
	display: block;
	margin: 0 auto;
	height: 5px;
	width: 5px;
	border-radius: 50px;
}
.line-text>span{
	margin-top: 10px;
	display: inline-block;
}

.red.line-text{
	color: #c70041;
}
.red.line-text:before,
.red.line-text:after{
	background: #c70041;
}

.blue.line-text:before,
.blue.line-text:after{
	background: #04295a;
}

.btn{
	position: relative;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 20px;
}
.btn:before,
.btn:after{
	position: absolute;
	top: 50%;
	content: '';
	width: 30px;
	border-top: 1px solid #fff;
}
.btn:before{
	left: -50px;
}
.btn:after{
	right: -50px;
}

strong, b{
	font-weight: bold;
}

.clear{
	clear: both;
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.cf:after{
	content: '';
	clear: both;
	font-size: 0px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}
.text-center {
	text-align: center;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.a-center{
	-webkit-align-items: center;
	align-items: center;
}
.v-center {
	align-items: center;
	-webkit-align-items: center;
}
.j-content-space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.j-content-space-around{
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.j-content-center{
	justify-content: center;
	-webkit-justify-content: center;
}
.j-content-flex-end{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.a-self-center {
	align-self: center;
	-webkit-align-self: center;
}
.a-self-stretch {
	align-self: stretch;
	-webkit-align-self: stretch;
}
[class*="col-"]{
	position: relative;
}
.col-2 {
	width: 2%;
}
.col-5 {
	width: 5%;
}
.col-10 {
	width: 10%;
}
.col-15 {
	width: 15%;
}
.col-20 {
	width: 20%;
}
.col-25 {
	width: 25%;
}
.col-30 {
	width: 30%;
}
.col-33 {
	width: 33.333332%;
}
.col-35 {
	width: 35%;
}
.col-40 {
	width: 40%;
}
.col-45 {
	width: 45%;
}
.col-50 {
	width: 50%;
}
.col-66 {
	width: 66.6666667%;
}
.col-75 {
	width: 75%;
}
.col-80 {
	width: 80%;
}
.col-90 {
	width: 90%;
}
.col-100 {
	width: 100%;
}

.scroll-wrap{
	height: 100vh;
	overflow: hidden;
}
.scroll-wrap .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}