

html{
	height: 100%;
	width: 100%;
	margin-top: 0 !important;
}
body{
	margin: 0;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	font-family: 'HeliosCond';
	line-height: normal;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 100%;
	min-width: 320px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
}
h2{
	font-size: 40px;
	line-height: 46px;
	font-weight: 600;
	color: #e1524b;
	text-transform: uppercase;
}
h2 span {

}
p {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	color: #7f8c8c;
}
img{
	display: block;
	max-width: 100%;
}

/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
}
button:hover , button:focus , button:active{
	outline: none;
}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.button{
	display: block;
	position: relative;
	width: 355px;
	height: 48px;
	background: transparent;
	color: #fefefe;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:before{
    position: absolute;
    top: -11px;
    left: -13px;
    content: "";
    width: 368px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:after{
	position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 366px;
    height: 59px;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.button:hover{
	background: #384245;
	transition: 0.3s;
}
button:active,
button:focus{
	outline: none;
}

/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}
.input-text,
textarea{
	display: block;
	margin: 0;
	padding: 5px 10px 5px 10px;
	height: 38px;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color:#333333;
	resize: none;
	outline: none;
	border: 1px solid #cacaca;
}
.b-input-text::-webkit-input-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.b-input-text:-moz-placeholder{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
select{
	outline: none;
}
.b-select{
	width: 100%;
	height: 54px;
	border: 1px solid #d6dfcc;
	color: #323232;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff url(../images/select-arrow.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.b-input-text{
	outline: none;
}
textarea{
	height:80px;
}

.b-container{

}
.blue-hover{
	transition: 0.3s;
}
.blue-hover:hover{
	 background: -webkit-linear-gradient(#b3dbed, #7cb4d6);
	 background: -o-linear-gradient(#b3dbed, #7cb4d6);
	 background: linear-gradient(#b3dbed, #7cb4d6);
	-webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	transition: 0.3s;
}

/* End Total css ====*/

/* -------------- page index -------------- */
.b-header{
	background: url(../images/bg.svg) top -80px left no-repeat;
	background-size: cover;
	padding: 80px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-header-top{
	position: relative;
	z-index: 5;
}
.b-header-top > .container > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 75px 0;
}
.b-logo{
	background: url(../images/logo.svg) no-repeat;
	width: 560px;
	height: 63px;
	display: block;
}
.header-btn{
	width: 199px;
	height: 64px;
	border-radius: 32px;
	background-image: -webkit-linear-gradient(161deg, #7cb4d6, #b3dbed);
	background-image: -o-linear-gradient(161deg, #7cb4d6, #b3dbed);
	background-image: linear-gradient(251deg, #7cb4d6, #b3dbed);
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #295798;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-transform: uppercase;
	display: block;
}

.b-header-content > .container .row > div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.b-header-content__left{
	width: 595px;
	padding: 30px 0 140px 0;
	margin: 0 0 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-header-content__left:before{
	position: absolute;
	bottom: 0;
	left:  3px;
	content: "";
	background: #78afd2;
	width: 2px;
	height: 93px;
}
h1{
	font-size: 56px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: none;
	margin: 0;
}

.btn-more{
	font-size: 18px;
	line-height: 20px;
	color: #7cb4d6;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 104px 0 0 0;
}
.b-header-content__right{
	position: relative;
	flex-shrink: 0;
}


.b-header-top__bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999999999;
	background: #f2f9fc;
	height: 10vh;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:  #f2f9fc url(../images/header-img.svg) center no-repeat;
	background-size: contain;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-top__bottom img{
	margin: 0 auto 0;
}


/* -------------- b-content -------------- */
.b-content{
	padding: 94px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/Oval.svg) center top -420px no-repeat;
	background-size: cover;
}
.b-content-top{
	text-align: center;
	margin: 0 0 84px 0;
}
.b-content-top span{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #20457b;
	text-transform: uppercase;
}
.b-content-row{

}
.b-content-item{
	text-align: center;
}
.b-content-item__img{
	margin: 0 auto 50px;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.b-content-item__img img{

}
.b-content-item b{
	color: #20457b;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	display: block;
}
.b-content-wrap{
	margin: 65px 0 0 0;
}
.b-content-block{
	margin: 0 0 95px 0;
}
.b-content-block__ico{
	background: url(../images/tablet.svg) no-repeat;
	width: 63px;
	height: 63px;
	margin: 0 auto 15px;
}
.b-content-block p{
	color: #5396b8;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	padding: 0 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-content-list{
	padding: 0 155px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-content-list__item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 35px 0;
}
.b-content-list__item:last-child{
	margin: 0 0 25px 0;
}
.b-content-list__item span{
	flex-shrink: 0;
	margin: 0 27px 0 0;
	background: #b3dbed;
	background: -moz-linear-gradient(top, #b3dbed 0%, #7cb4d6 100%);
	background: -webkit-linear-gradient(top, #b3dbed 0%,#7cb4d6 100%);
	background: linear-gradient(to bottom, #b3dbed 0%,#7cb4d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dbed', endColorstr='#7cb4d6',GradientType=0 );
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	border-radius: 100%;
}
.b-content-list__item p{
	color: #5396b8;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	margin: 0;
}

/* -------------- b-calc -------------- */
.b-calc{
	padding: 0 0 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-calc-item{
	position: relative;
}
.b-calc-item:before{
	position: absolute;
	top: 30px;
	left: 94%;
	content: "";
	background: url(../images/plus.svg) no-repeat;
	width: 24px;
	height: 25px;
}
.b-calc-item.last:before{
	display: none;
}
.b-calc-item__img{
	margin: 0 0 25px 0;
}
.b-calc-item__img img{
	margin: 0 auto 0;
}
.b-calc-item__text{
	text-align: center;
}
.b-calc-item__text p{
	color: #20457b;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
}
.b-calc-item__text p b{
	font-weight: 700;
	display: block;
	font-family: Arial;
}
.b-calc-item__text span{
	color: #7f807c;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	margin: 25px 0 0 0;
}
.btn-calc{
	display: block;
	margin: 40px auto 0;
	background: url(../images/mathematics.svg) left 21px center no-repeat #2a5a9d;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	/*width: 240px;*/
	width: 280px;
	height: 56px;
	border-radius: 28px;
	text-transform: uppercase;
	padding: 0px 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-calc-ico{
	background: url(../images/sum.svg) no-repeat;
	width: 33px;
	height: 16px;
	margin: 25px auto 55px;
}
.b-calc-text{
	background: #eafafe;
	border-radius: 54px;
	width: 771px;
	margin: 0 auto 0;
	padding: 27px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-calc-text span{
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color: #20457b;
}
/* -------------- b-info -------------- */
.b-info{
	padding: 150px 0 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/bg2.svg) no-repeat left top;
}
.b-info-title{
	margin: 0 0 45px 0;
	text-align: center;
}
h2{
	font-size: 64px;
	line-height: 70px;
	color: #20457b;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.b-info-content{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.b-info-left{
	flex-shrink: 0;
	position: relative;
	z-index: 5;
}

.b-info-left__text{
	position: absolute;
	top: 157px;
	color: #ca508e;
	right: 21px;
}
.b-info-left__text b{
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	font-weight: 700;
}
.b-info-left__text span{
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
}

.b-info-left__text2{
	color: #33a0ce;
	top: auto;
	right: -3px;
	bottom: 180px;
}





.b-info-left img{
    position: relative;
    left: 32px;
}
.b-info-right{
	position: relative;
	z-index: 2;
	padding: 74px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-item{
	margin: 0 0 20px 0;
}
.b-info-item:last-child{
	margin: 50px 0 0 0;
}
.b-info-item__top{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #f2d9e2;
	width: 500px;
	height: 74px;
	border-radius: 0 37px 37px 0;
	z-index: 5;
}
.b-info-item2 .b-info-item__top{
	background: #dae7ab;
}
.b-info-item3 .b-info-item__top{
	background: #d0ecf4;
}
.b-info-item__top:before{
    position: absolute;
    top: -31px;
    left: -121px;
    content: "";
    height: 133px;
    width: 133px;
    border-radius: 100%;
    background: #ffffff;
    z-index: 2;
}
.b-info-item__img{
	margin: 0 88px 0 0;
	position: relative;
}
.b-info-item__img:last-child{
	margin: 0;
}
.b-info-item1 .b-info-item__img:before{
	content: "";
	background: url(../images/plus.svg) no-repeat;
	background-size: contain;
	width: 13px;
	height: 13px;
	position: absolute;
    top: 28px;
    left: 155%;
	z-index: 5;
}
.b-info-item1 .b-info-item__img:last-child:before{
	display: none;
}
.b-info-item p{
	color: #7f807c;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 17px 0 0 40px;
	max-width: 470px;
}
.b-info-list{
	margin: 90px 0 0 0;
}
.b-info-list ul{
	padding: 0;
	margin: 0;
}
.b-info-list ul li{
	list-style: none;
	color: #7f807c;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: 1px solid #7cb4d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 7px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 27px 0;
	display: inline-block;
}
.b-info-list ul li:last-child{
	margin: 0;
}



/* -------------- b-footer -------------- */
.b-footer{
	background: #1f4378;
	padding: 70px 0 0px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-footer-logo{
	margin: 0 0 46px 0;
}
.btn-instr{
    display: flex;
    align-items: center;
	width: 199px;
	height: 56px;
	background: #2a5a9d url(../images/download.svg) left 20px center no-repeat;
	border-radius: 28px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 67px;
	text-align: left;
	text-decoration: none !important;
}
.btn-instr:hover{
    text-decoration: none;
    color: #ffffff;
	background: #2a5a9d url(../images/download.svg) left 20px center no-repeat;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 14px 0px rgba(50, 50, 50, 0.75);
	transition: 0.3s;
}
.b-footer-menu{

}
.b-footer-menu b{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #ffffff;
	margin: 0 0 60px 0;
}
.b-footer-menu ul{
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-footer-menu ul li{
	list-style: none;
	margin: 0 55px 0 0;
}
.b-footer-menu ul li:last-child{
	margin: 0;
}
.b-footer-menu ul li a{
	display: block;
}
.btn-footer{
	width: 199px;
	height: 64px;
	border-radius: 32px;
	background-image: -webkit-linear-gradient(#b3dbed, #7cb4d6);
	background-image: -o-linear-gradient(#b3dbed, #7cb4d6);
	background-image: linear-gradient(#b3dbed, #7cb4d6);
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #295798;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	margin: 70px 0 0 0;
}
.btn-footer:hover{
	background: #b1d9ec;
}
.b-footer-content{
	margin: 35px 0 0 0;
}
.b-footer-content__wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.b-footer-content__left{

}
.b-footer-content img{
	margin: 0 0 20px 0;
}
.b-footer-content p{
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}
.b-footer-content p a{
	font-weight: 700;
	color: #ffffff;
	padding: 0 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-img{
	margin: 40px 0 0 0;
	background: #eafafe;
    padding: 2px 0 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-footer-img img{
	margin: 0 auto 0;
}


.body-lock {
	overflow: hidden;
	width: 100%;
	position: fixed;
}

.scrollbot-scrollbar-holder,
.scrollbot-scrollbar {
	display: none !important;
}


@media (max-width: 767px) {
    .btn-calc-header {
        width: 230px !important;
        display: block !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


@media (min-width: 768px) {
    .btn-calc-header {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


@media (min-width: 992px) {
    .header-btn.blue-hover.buy-btn {
        width: 240px;
    }
    
    .btn-calc-header {
        height: 64px;
    }
}


@media (min-width: 1200px) {
    .b-logo {
        margin-left: 100px;
    }
    
    .header-wrapper {
        display: flex;
    }
    
    .btn-calc.btn-calc-header {
        margin-bottom: 0;
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .b-logo {
        width: 350px !important;
        margin-left: 94px;
    }
}

@media (min-width: 992px) {
    .b-logo {
        width: 560px;
        margin-left: 94px;
    }
}




