

html{
	height: 100%;
	width: 100%;
	margin-top: 0 !important;
}
body{
    overflow-x: hidden;
	margin: 0;
	padding: 0 !important;
	color: #000000;
	font-size: 14px;
	font-family: 'Myriad Pro';
	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;
}
a:hover {text-decoration: none;}

.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{

}
.red-hover{
	transition: 0.3s;
}
.red-hover:hover{
	background-image: -webkit-linear-gradient(161deg, #eaa82d, #e6772e);
	background-image: -o-linear-gradient(161deg, #eaa82d, #e6772e);
	background-image: linear-gradient(251deg, #eaa82d, #e6772e);
	-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;
}
.blue-hover{
	transition: 0.3s;
}
.blue-hover:hover{
	transition: 0.3s;
	background: #3fa4cb;
	color: #ffffff;
}
/* End Total css ====*/

/* -------------- page index -------------- */
.b-header{
	background: url(../images/bg.png) top -80px right no-repeat;
	background-size: 52%;
	padding: 62px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-header-top{
	position: relative;
	z-index: 5;
}
.b-header-top > .container-fluid > .row > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 112px 0;
}
.b-header-top .container-fluid{
	max-width: 1350px;
}
.b-logo{
	background: url(../images/logo.svg) no-repeat;
	width: 500px;
	height: 59px;
	display: block;
}
.header-btn{
	width: 199px;
	height: 64px;
	border-radius: 32px;
	background-image: -webkit-linear-gradient(161deg, #e6772e, #eaa82d);
	background-image: -o-linear-gradient(161deg, #e6772e, #eaa82d);
	background-image: linear-gradient(251deg, #e6772e, #eaa82d);
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	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;
}
h1{
	font-size: 56px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: normal;
	color: #3f5ba3;
	text-transform: none;
	margin: 0;
}
h1 span{
	font-weight: 400;
	display: block;
}
.btn-more{
	width: 269px;
	height: 64px;
	border-radius: 32px;
	background: url(../images/arrow.svg) no-repeat center right 35px;
	border: solid 1px #3fa4cb;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	font-style: normal;
	color: #3fa4cb;
	text-transform: uppercase;
	padding: 3px 0 0 43px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: block;
	margin: 75px 0 0 0;
}
.btn-more:hover{
	background: #3fa4cb url(../images/arrow-wh.svg) no-repeat center right 35px;
}
.b-header-content__right{
	position: relative;
	flex-shrink: 0;
}
.b-header-content__right img{
	position: relative;
	z-index: 5;
}
.b-header-content__right:before{
	position: absolute;
	bottom: -169px;
    left: -92px;
	content: "";
	background: url(../images/bg-img.png) no-repeat;
	width: 698px;
	height: 783px;
	z-index: 1;
}
.b-header-top__bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	z-index: 99999999999;
	background: url(../images/text-img.png) top 5px center no-repeat #f2f9fc;
	background-size: contain;
}
.b-header-top__bottom img{
	margin: 0 auto 0;
}

/* -------------- b-ifno -------------- */
.b-ifno{
	padding: 100px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.b-info-item__img{
	margin: 0 0 45px 0;
	position: relative;
}
.b-info-item__img:after{
	position: absolute;
	top: 21px;
    left: 81%;
	content: "";
	width: 306px;
	height: 112px;
	background: url(../images/img1.svg) no-repeat;
	z-index: 1;
}
.b-ifno > .container > .row > div:first-child .b-info-item__img:before{
	position: absolute;
	top: -21px;
	right: 96px;
	content: "";
	width: 89px;
	height: 106px;
	background: url(../images/img11.svg) no-repeat;
	z-index: 1;
}
.b-ifno > .container > .row > div:nth-child(2) .b-info-item__img:after{
	background: url(../images/img2.svg) no-repeat;
}
.b-ifno > .container > .row > div:nth-child(2) .b-info-item__img:before{
	position: absolute;
	top: 53%;
	right: 80px;
	content: "";
	width: 103px;
	height: 90px;
	background: url(../images/img22.svg) no-repeat;
	z-index: 1;
}
.b-ifno > .container > .row > div:last-child .b-info-item__img:after{
	background: url(../images/img3.svg) no-repeat;
	left: 101px;
	top: 15px;
	width: 111px;
	height: 71px;
}
.b-info-item__img img{
	margin: 0 auto 0;
	position: relative;
	z-index: 5;
}
.b-info-item__text{
	text-align: center;
	padding: 0 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-info-item__text p{
	margin: 0 0 23px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: 400;
	color: #110f0f;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
}
.b-info-item__text b{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	color: #110f0f;
}

/* -------------- b-advantages -------------- */
.b-advantages{
	background: url(../images/adv-bg.svg) left top 150px no-repeat;
	position: relative;
	padding: 0 0 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages:after{
	position: absolute;
	top: 80px;
	left: 170px;
	content: "";
	transform: rotate(-40.41deg);
	background-image: -webkit-linear-gradient(47deg, #ffff2c, #029aa5);
	background-image: -o-linear-gradient(47deg, #ffff2c, #029aa5);
	background-image: linear-gradient(137deg, #ffff2c, #029aa5);
	display: block;
	border-radius: 100%;
	width: 32px;
	height: 32px;
}
.b-advantages .container:after{
	position: absolute;
	top: 460px;
	left: 212px;
	content: "";
	transform: rotate(-40.41deg);
	background-image: -webkit-linear-gradient(47deg, #feb84d, #ff2f00);
	background-image: -o-linear-gradient(47deg, #feb84d, #ff2f00);
	background-image: linear-gradient(137deg, #feb84d, #ff2f00);
	display: block;
	border-radius: 100%;
	width: 22px;
	height: 22px;
}
.b-advantages .container:before{
	position: absolute;
    bottom: 364px;
    right: 642px;
	content: "";
	transform: rotate(-40.41deg);
	background-image: -webkit-linear-gradient(47deg, #ffff2c, #029aa5);
	background-image: -o-linear-gradient(47deg, #ffff2c, #029aa5);
	background-image: linear-gradient(137deg, #ffff2c, #029aa5);
	display: block;
	border-radius: 100%;
	width: 32px;
	height: 32px;
}
.b-advantages:before{
	position: absolute;
	top: -35px;
	right: 0;
	content: "";
	background: url(../images/bg.svg) no-repeat;
	width: 208px;
	height: 292px;
}
.b-advantages-title{
	margin: 0 0 100px 0;
}
.b-advantages-content{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-advantages-content__2:after{
	position: absolute;
	bottom: 230px;
	right: -30px;
	content: "";
	display: block;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	transform: rotate(-40.54deg);
	background-image: -webkit-linear-gradient(50deg, #443193, #50bdd8);
	background-image: -o-linear-gradient(50deg, #443193, #50bdd8);
	background-image: linear-gradient(140deg, #443193, #50bdd8);
}
.b-advantages-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.b-advantages-item__img{
	margin: 0 40px 0 0;
	flex-shrink: 0;
	position: relative;
}
.b-advantages-item__img img{
	position: relative;
	z-index: 5;
}
.b-advantages-item__1 .b-advantages-item__img{
	background-image: -webkit-linear-gradient(43deg, #d92e2b, #e37137);
	background-image: -o-linear-gradient(43deg, #d92e2b, #e37137);
	background-image: linear-gradient(133deg, #d92e2b, #e37137);
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 210px;
	height: 210px;
	border-radius: 100%;
}
.b-advantages-item__1 .b-advantages-item__img:after{
	position: absolute;
	top: 101px;
	right: -152px;
	content: "";
	background: url(../images/b-advantages-img1.svg) no-repeat;
	width: 322px;
	height: 434px;
	z-index: 2;
}
.b-advantages-item__1 .b-advantages-item__text{
	padding: 25px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages-item__3 .b-advantages-item__img:after{
	position: absolute;
    bottom: 7px;
    left: 23px;
	content: "";
	background: url(../images/b-advantages-img3.svg) no-repeat;
	width: 325px;
	height: 294px;
	z-index: 1;
}
.b-advantages-item__2 .b-advantages-item__img:after{
	position: absolute;
	top: 40px;
    left: 41px;
	content: "";
	background: url(../images/b-advantages-img2.svg) no-repeat;
	width: 271px;
	height: 356px;
	z-index: 1;
}
.b-advantages-item__2 .b-advantages-item__img:before{
	background-image: -webkit-linear-gradient(47deg, #ffff00, #029377);
	background-image: -o-linear-gradient(47deg, #ffff00, #029377);
	background-image: linear-gradient(137deg, #ffff00, #029377);
	width: 56px;
	height: 56px;
	content: "";
    left: -8px;
    top: 10px;
	position: absolute;
	border-radius: 100%;
	transform: rotate(-150deg);
}
.b-advantages-item__3 .b-advantages-item__text{
	padding: 50px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages-item__3{
    margin: 8px 295px 0 0;
}
.b-advantages-item__3 .b-advantages-item__img{
	margin: 0 0 0 30px;
}
.b-advantages-item__img__wrap{
	border: 1px solid  #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.b-advantages-item__img__wrap b{
	display: block;
	color: #ffffff;
	font-size: 90px;
	line-height: 50px;
}
.b-advantages-item__img__wrap span{
	display: block;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}
.b-advantages-item__img__wrap p{
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages-item__text{

}
.b-advantages-item__text b{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	color: #110f0f;
	margin: 0 0 11px 0;
}
.b-advantages-item__text span{
	font-size: 26px;
	line-height: 32px;
	color: #110f0f;
	font-weight: 400;
}
.b-advantages-item__2{
	margin: 207px 0 0 0;
    left: -128px;
    position: relative;
    top: -7px;
}
.b-advantages-item__2 .b-advantages-item__text{
	padding: 56px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    top: -108px;
}
.b-advantages-item__4{
    margin: 100px 0 0 11px;
}

.b-advantages-bottom{
	padding: 30px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 25px 0 0 0;
	position: relative;
}
.b-advantages-bottom:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 45px;
	height: 1px;
	background: #d8d8d8;
}
.b-advantages-bottom span{
	font-size: 18px;
	line-height: 32px;
	color: #7d817f;
	font-weight: 400;
}


/* -------------- b-footer -------------- */
.b-footer{
	background-color: #f2f9fc;
	padding: 70px 0 10px 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;
    text-decoration: none !important;
	width: 199px;
	height: 56px;
	background: url(../images/download.svg) left 20px center no-repeat;
	border-radius: 28px;
	border: solid 1px #3fa4cb;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #3fa4cb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 67px;
	text-align: left;
}
.btn-instr:hover{
    color: #ffffff;
	background: #3fa4cb url(../images/download-wh.svg) left 20px center no-repeat;
}

.b-footer-menu{

}
.b-footer-menu b{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #110f0f;
	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(161deg, #e6772e, #eaa82d);
	background-image: -o-linear-gradient(161deg, #e6772e, #eaa82d);
	background-image: linear-gradient(251deg, #e6772e, #eaa82d);
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	display: block;
	margin: 70px 0 0 0;
}
.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 15px 0;
}
.b-footer-content p{
	font-size: 18px;
	line-height: 32px;
	color: #7d817f;
	font-weight: 400;
	margin: 0;
}
.b-footer-content p a{
	font-weight: 700;
	color: #7d817f;
	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;
}
.b-footer-img img{
	margin: 0 auto 0;
}

.body-lock {
	overflow: hidden;
	width: 100%;
	position: fixed;
}

