@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto+Flex:opsz,wght@8..144,400;8..144,700&family=Roboto:wght@300;400;500;700&display=swap');
html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
}
body{
	margin: 0;
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 16px 0;
	font-weight: 900;
	color: #2b3139;
	line-height: 1.3;
}
.fonts{
	font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Flex', sans-serif;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 26px;
}
h5{
	font-size: 24px;
}
h6{
	font-size: 18px;
}
p {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #8090AA;
	margin: 0 0 25px 0;
}
strong{
	font-weight: 500;
}
p a{
	text-decoration: underline;
	color: #004394;
}
p a:hover{
	text-decoration: none;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
	text-decoration: none;
	font-weight: 500;
	color: #004394;
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.btn-blue{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0 41.2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #1448E2;
	border-radius: 33px;
	transition: 0.3s;
	text-decoration: none;
}
.btn-blue:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #3769fb;
	transition: 0.3s;
}
.btn-blue:active , .btn-blue:focus{
	background: #1f49c3;
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.3s;
}

.b-link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #8090AA;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	transition: 0.3s;
}
.b-link:after{
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e909";
	display: block;
	font-size: 15px;
	line-height: 1;
	color: #111ED3;
	margin: 2px 0 0 11px;
	transition: 0.3s;
}
.b-link:hover{
	color: #111ED3;
	text-decoration: none;
	transition: 0.3s;
}
.b-link:hover:after{
	transform: translateX(5px);
	transition: 0.3s;
}

.swiper-button-disabled{
	color: gray !important;
	border-color: gray !important;
	pointer-events: none;	
}
/* ripple-effect */
.ripple {
   position: relative;
   overflow: hidden;
}
.ripple-effect {
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   border: 2px solid rgba(255, 255, 255, .3);
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-animation: ripple 1s ease forwards;
   animation: ripple 1s ease forwards;
   z-index: 3;
}
@-webkit-keyframes ripple {
   0% {
       -webkit-transform: scale(0);
       transform: scale(0);
   }
   100% {
       -webkit-transform: scale(200);
       transform: scale(200);
   }
}
@keyframes ripple {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200);
    }
}


/* inputs */
input{
	outline: none;
	border: none;
}
.b-input{
	position: relative;
	margin: 0 0 13px 0;
}
.b-input__text{
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #818181;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;	
	color: #414141;
}
.b-input__text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;	
	color: #414141;
	opacity: 0.7;
}
.b-input__text:-moz-placeholder{
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;	
	color: #414141;
	opacity: 0.7;
}
textarea{
	width: 100%;
	height: 128px;
	background: #ffffff;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	outline: none;
	resize: none;
}
.b-textarea{
	width: 100%;
	min-height: 70px;
	height: auto;
	max-height: 128px;
}
.b-textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	opacity: 0.75;
}
.b-textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	opacity: 0.75;
}

/* checkbox , radio */
.b-checkbox{
	margin: 21px 0 0 120px;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label span{
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-checkbox input[type="checkbox"] + label span:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 2px;
	opacity: 0;
}
.b-checkbox input[type="checkbox"]:checked + label span:after{
	opacity: 1;
}
.b-checkbox label i{
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-style: normal;
}
/* radio */
.b-radio{
	
}
.b-radio:not(:last-child){
	margin-right: 5px;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
	margin: 0;
	background: #F2F2F2;
	border-radius: 3px;
	width: 80px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	color: #000000;
	cursor: pointer;
}
.b-radio input[type="radio"]:checked + label{
	background: #29ABD5;
	color: #ffffff;
}
.b-radio input[type="radio"] + label:hover{
	background: #29ABD5;
	color: #ffffff;	
}
.b-radio input[type="radio"] + label i{

}

select{
	outline: none;
}
.b-select{
	width: 155px;
	height: 34px;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 0 10px;
	background: #F5F5F5 url('../images/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: right 7px center;
	background-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
.fancybox-enabled{
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-container{
	z-index: 999999;
}
.b-mobile{
	display: none;
}
.modal-dialog{
	pointer-events: inherit;
}
.modal{
	z-index: 99999999;
}
.slick-slide , .slick-slide:hover , .slick-slide:focus{
	outline: none !important;
}
.p-relative{
	position: relative;
}
.text-transform-none{
	text-transform: none !important;
}
.text-transform-uppercase{
	text-transform: uppercase !important;
}
.text-transform-lowercase{
	text-transform: lowercase !important;
}
.text-transform-capitalize{
	text-transform: capitalize !important;
}
.container{
	max-width: 980px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
/* End Total css ====*/
.b-container{
	padding: 110px 0 0 0;
	box-sizing: border-box;
}
/* -------------- page index -------------- */
.b-header{
	background: #ffffff;
	padding: 18.5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.header-btn{
	display: none;
}
.b-header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-logo{
	max-width: 165px;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	font-family: 'Roboto Flex', sans-serif;
}
.b-logo img{
	width: 77px;
	margin: 0 12px 0 0;
}
.b-logo span{
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 95.19%;
	letter-spacing: -0.03em;
	text-transform: capitalize;
	color: #000000;
}

.b-nav{
	font-family: 'Roboto Condensed', sans-serif;
}
.b-nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.b-nav ul li:not(:last-child){
	margin-right: 25px;
}
.b-nav ul li a{
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #292929;
	transition: 0.3s;
}
.b-nav ul li.active a{
	color: #AFAFAF;
}
.b-nav ul li a:hover{
	opacity: 0.7;
}
/* -------------- b-promo -------------- */
.b-promo{
	height: 486px;
	background: url(../images/bg2.png) center bottom no-repeat;
	padding: 0 0 62px 0;
	box-sizing: border-box;
}
.b-promo .container{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	height: 100%;
}
.b-promo__title{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 42px;
	line-height: 49px;
	color: #FFFFFF;
	max-width: 500px;
	margin: 0 25px 90px 0;
}
.b-promo__block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.b-promo__block-img{
	width: 75.57px;
	height: 75.57px;
	mix-blend-mode: normal;
	border: 2px solid #8779FF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
}
.b-promo__block-text{
	
}
.b-promo__block-text span{
	display: block;
	font-weight: 700;
	font-size: 23px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 5px 0;
}
.b-promo__block-phone{
	display: block;
	font-weight: 500;
	font-size: 19px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0 0 3px 0;
}
.b-promo__block-mail{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
}
/* -------------- b-reputation -------------- */
.b-reputation{
	background: radial-gradient(40.14% 86.22% at 50% 13.78%, rgba(228, 253, 255, 0.3) 0%, rgba(228, 253, 255, 0) 97.92%), #ECECEC;
}
.b-reputation .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: url(../images/rbg.png) left top 145px no-repeat;	
	padding-top: 90px;
	padding-bottom: 125px;
	box-sizing: border-box;
}
.b-reputation__img{
	width: 182px;
	flex-shrink: 0;
	margin-right: 90px;
}
.b-reputation__text{

}
.b-reputation__text strong{
	display: block;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #353535;
	margin: 0 0 10px 0;
}
.b-reputation__text span{
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #353535;
}
/* -------------- b-info -------------- */
.b-info{
	background: #ffffff;
	position: relative;
}
.b-info .container{
	padding-top: 70px;
	padding-bottom: 70px;
	box-sizing: border-box;
	background: url(../images/info_bg.png) top -60px left 15px no-repeat;
}
.b-info__logo{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.b-info .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-info__text{
	width: 386px;
	flex-shrink: 0;
	margin: 0 60px 0 0;
}
.b-info__text strong{
	display: block;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #353535;
	margin: 0 0 20px 0;
}
.b-info__text p{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #353535;
}
.b-info__img{
	
}
.b-info__img img{
	border-radius: 169px 0px;
}
/* -------------- b-bottom -------------- */
.b-bottom{
	background: #262D83;
	padding: 57px 0 70px 0;
	box-sizing: border-box;
}
.b-bottom .container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-bottom__img{
	width: 304px;
	flex-shrink: 0;
	margin: 0 55px 0 0;
}
.b-bottom__right{

}
.b-bottom__right strong{
	display: block;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0 0 16px 0;
}
.b-bottom__right span{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #CDCDCD;
}
.blue-btn{
	display: inline-block;
	background: #1F76FF;
	border-radius: 9px;
	padding: 11px 22px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.b-bottom__right .blue-btn{
	margin: 5px 5px 5px 0;
}
/* -------------- b-footer -------------- */
.b-footer{
	background: #E8E8E8;
	padding: 34px 0;
	box-sizing: border-box;
}
.b-footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-footer__left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.b-footer__logo{
	margin-right: 27px;
	max-width: 53px;
}
.b-copyright{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #353535;
}
.b-footer__nav{
	flex-grow: 1;

}
.b-footer__nav ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.b-footer__nav ul li:not(:last-child){
	margin-right: 13px;
}
.b-footer__nav ul li a{
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #353535;
	transition: 0.3s;
}
.b-footer__nav ul li a:hover{
	opacity: 0.7;
}

/* -------------- our-mission -------------- */
.b-promo_2{
	background: url(../images/bg02.png) bottom center no-repeat;
}
.b-reputation_2{
	background: #DCFFF7 url(../images/rp02.png) center top no-repeat;
	padding: 150px 0 30px 0;
	box-sizing: border-box;
	min-height: 460px;
}
.b-reputation_2 .container{
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.b-reputation_2 .b-reputation__text{
	max-width: 747px;
	margin: 0 auto 0;
	text-align: center;
}
.b-bottom_2{
	background: #EBFEFF;
}
.b-bottom_2 .b-bottom__right strong{
	color: #353535;
}
.b-bottom_2 .b-bottom__right span{
	color: #353535;
}

.b-text{
	padding: 160px 0 50px 0;
	box-sizing: border-box;
	min-height: 464px;
}
.b-text__wrap{
	max-width: 927px;
	margin: 0 auto 0;
}
.b-text p{
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #353535;
}
/* -------------- your-order -------------- */
.b-promo_3{
	background: url(../images/bg03.png) bottom center no-repeat;
}
.b-reputation_3{
	background: #FAEFFF url(../images/rbg02.png) center top no-repeat;
	min-height: 326px;
	text-align: center;
	padding: 136px 0 30px 0;
	box-sizing: border-box;
}
.b-reputation_3 .container{
	background: none;
	display: block;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/* -------------- b-contacts -------------- */
.b-contacts{
	padding: 115px 0;
	box-sizing: border-box;
}
.b-contacts__title{
	max-width: 603px;
	margin: 0 auto 50px;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #353535;
}
.b-contacts__form{
	margin: 0 0 45px 0;
}
.b-contacts__item{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 13px;
	max-width: 400px;
	position: relative;
}
.b-contacts__item-left{
	width: 212px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	text-align: right;
	color: #414141;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
}
.b-contacts__item-block{
	width: 100%;
}
.b-contacts__item-btn{
	width: 399px;
	height: 52px;
	background: #1F76FF;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	transition: 0.3s;
}
.b-contacts__item-btn:hover{
	opacity: 0.7;
}
.b-contacts__bottom{
	max-width: 603px;
	margin: 40px auto 0;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	color: #353535;
}
.b-contacts__bottom a{
	text-decoration-line: underline;
	color: #353535;
}
/* -------------- contacts-us -------------- */
.b-promo_4{
	background: url(../images/bg04.png) bottom center no-repeat;
}
.b-reputation_4{
	background: #1C1C1C url(../images/rbg04.png) center top no-repeat;
	min-height: 340px;
	padding: 95px 0 15px 0;
}
.b-reputation_4 .b-reputation__text{
	max-width: 662px;
}
.b-reputation_4 .b-reputation__text strong{
	color: #ffffff;
}
.b-info_4{

}
.b-info_4 .b-info__text p a{
	color: #353535;
	text-decoration: none;
}
.b-info__text-wrap{
	background: #E0FFD9;
	padding: 32px 34px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #353535;
	max-width: 330px;
}
.b-info__text-wrap span{
	font-weight: 700;
}
.b-bottom_4{
	padding: 120px 0 85px 0;
}
.b-bottom_4 .b-bottom__img{
	width: 387px;
	margin: 0 68px 0 0;
}
.b-bottom_4 .b-bottom__right strong{
	margin: 0 0 25px 0;
}
.b-bottom_4 .b-bottom__right span{
	display: block;
	margin: 0 0 20px 0;
}
.b-bottom_4 .b-bottom__right span:last-child{
	margin: 0;
}

.unsubscribe {
font-weight: 300;
font-size: 18px;
line-height: 1.25;
color: rgb(53, 53, 53);
}

.unsubscribe .title {
font-size: 26px;
font-weight: 600;
line-height: 30px;
color: rgb(53, 53, 53);
padding: 0 0 30px 0;
}

.unsubscribe form {
max-width: 400px;
padding: 30px 0 0 0;
}

.unsubscribe .b-contacts__item-btn {
margin: 10px 0 0 0;
}