@import "assets/fonts/font.css";
@import "assets/css/normalize.css";
@import "assets/css/swiper.css";
@import "assets/css/swiper-bundle.min.css";
@import "assets/css/magnific-popup.css";
@import "libs/forms/sweet-alert.css";
@import "libs/overlay/overlay.css";
@import "libs/popup-toggle/popup-toggle.css";


	
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:30px 0;
}
.header__right{
	display: flex;
	align-items: center;
}
.header__phone{
	font-size: 20px;
  color: rgb(51, 85, 161);
  font-weight: bold;
  line-height: 0.4;
}
.header__call{
	margin-left:30px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	width: 268px;
  height: 69px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
}

.banner{
	background-image: url('assets/img/bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top:60px;
	padding-bottom:100px;
}
.banner__box{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap:20px;
}
.banner__logo{
	display: flex;
	align-items: flex-end;
	font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.banner__qute{
	position: absolute;
	top:-70px;
	left: 0px;
	display: none;
	background: #e4e8fa;
	color: rgb(0, 0, 0);
	font-size: 18px;
	max-width: 480px;
	padding:10px;
	border-radius: 30px;
	margin:15px 0; 
}
.js-hover:hover .banner__qute{
	display: block!important;
}

.banner__text h1 span{
	cursor: pointer;
}
.banner__text h1{
	position: relative;
}
.banner__text h1, .banner__text h1 span{
  font-size: 60px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.banner__text	strong{
  font-size: 25px;
  color: rgb(255, 222, 0);
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin:50px 0 30px 0;
}
.banner__text p{
  font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
}
.banner__text a{
	font-size: 20px;
	color: rgb(255, 255, 255);
	max-width: 340px;
	width: 100%;
  height: 88px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 88px;
  margin:50px 0 100px 0;
}
.banner__text span{
	font-size: 18px;
  color: rgba(255, 222, 0);
  margin-bottom: 65px;
}
.banner__form{
	border-radius: 30px;
	background: #fff;
	padding:50px;
	text-align: center;
}
.banner__form h2{
  font-size: 30px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.banner__form p{
	font-size: 20px;
  color: rgb(34, 34, 34);
  line-height: 1.2;
}
.banner__form strong{
	
}	
.banner__form form{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.banner__form input{	
	background:#f0f3fe;
	width: 100%;
	height: 70px;
	border-radius: 70px;
	text-align: center;
}	
.banner__form button{
	font-size: 20px;
	color: rgb(255, 255, 255);
	max-width: 359px;
	width: 100%;
  height: 69px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
}

.sec1{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap:20px;
	margin-top:140px;
}
.sec1__left{
	background: #203bb1;
	border-radius: 30px;
	padding:30px 0 0px 30px;
}
.sec1__left h2{
	font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
}
.sec1__left p{
	font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin:50px 0;
}
.sec1__left img{
	  display: block;
    margin-left: auto;
}	
.sec1__right{
	background:#e4e8fa;
	border-radius: 30px;
	padding:30px 0 0 30px;
}
.sec1__right h2{
	font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  margin-bottom: 52px;
}
.sec1__right img{
	display: block;
  margin-left: auto;
}

.sec2{
	margin-top:140px;
}
.sec2{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.sec2__left h2{
  font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec2__numbers{
	display: flex;
	align-items: center;
	background: #e4e8fa;
	margin-top:80px;
	margin-bottom:50px;
	border-radius: 30px;
  max-width: fit-content;
  gap:20px;
  padding:5px 15px;
}
.sec2__num{
	display: flex;
	align-items: center;
	gap:10px;
}
.sec2__num strong{
	font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec2__num span{
	font-size: 25px;
  color: rgb(62, 62, 62);
  font-weight: bold;
}
.sec2__left>strong{
	font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
}
.sec2__left ul{
	margin-top:30px;
}
.sec2__left ul li{
	font-size: 20px;
  color: rgb(58, 58, 58);
  margin-bottom:20px;
}

.sec2__right form{
	background: #e4e8fa;
	border-radius: 30px;
	text-align: center;
	padding:30px;
}
.sec2__right form h2{
	font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
}
.sec2__right form p{
	font-size: 18px;
  color: rgb(58, 58, 58);
}
.sec2__form{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	margin-top:30px;
}
.sec2__form input:nth-child(1){
	width: 45%;
}
.sec2__form input:nth-child(2){
	width: 45%;
}
.sec2__form input:nth-child(3){
	width: 100%;
}
.sec2__form input{
	font-size: 20px;
  color: rgb(182, 182, 182);
  line-height: 0.4;
  background-color: rgb(255, 255, 255);
  height: 69px;
  border-radius: 69px;
  text-align: center;

}
.sec2__form button{
  font-size: 20px;
	color: rgb(255, 255, 255);
	max-width: 100%;
	width: 100%;
  height: 69px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
}
 
#sec3{
	background: #e4e8fa;
	padding:100px 0;
	margin-top: 100px;
}
.sec3__top{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap:30px;
}
.sec3__top h2{
  font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec3__top p{
	font-size: 18px;
  color: rgb(58, 58, 58);
  line-height: 1.2;
}
.sec3__bottom{
	 margin-top:20px;
}
.sec3__bottom strong{
	font-size: 20px;
  color: rgb(58, 58, 58);
  font-weight: bold;
}
.sec3__slaider{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:30px;
	margin-top: 30px;
}
.sec3__item{
	position: relative;
	text-align: center;
}
.sec3__item strong{
  font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  display: block;
  margin-top:20px;
}
.sec3__play{
	position: absolute;
	bottom:40px;
	right: 0px;
}

.sec4{
	margin:100px 0;
}
.sec4>h2{
	 font-size: 40px;
  font-family: "Montserrat";
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:30px;
}
.sec4__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
.sec4__item{
	border-radius: 30px;
	background: #e4e8fa;
	position: relative;
	padding:30px 30px 80px 30px;
}
.sec4__item h2{
	font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
}
.sec4__item p{
	font-size: 20px;
  color: rgb(58, 58, 58);
  line-height: 1.2;
  margin-top:15px;
}
.sec4__item img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#sec6{
  background-color: rgb(32, 59, 177);
  padding:100px 0;
  margin-top:100px;
}
.sec6>h2{
	font-size: 40px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
}
.sec6__box{
	margin-top:30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:10px;
}
.sec6__item{
	 border-width: 1px;
  border-color: rgb(249, 249, 249);
  border-style: solid;
  border-radius: 30px;
  background-color: rgb(32, 59, 177);
  padding:15px 5px 40px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap:10px;
}
.sec6__item strong{
	font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.sec6__item p{
	font-size: 20px;
  color: rgb(255, 255, 255);
}

.sec7{
	margin-top:100px;
}
.sec7__title{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap:20px;
	margin-bottom:30px;
}
.sec7__title h2{
	font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec7__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	background: #e4e8fa;
	border-radius: 30px;
}
.sec7__item{
	padding:30px;
	position: relative;
}
.js-hover-show{
	display: none;
	position: absolute;
	top:-37px;
	left:0px;
}
.js-hover2{
	cursor: pointer;
}
.sec7__item h2{
	font-size: 25px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
  margin:10px 0;
  position: relative;
}
.sec7__item p{
	font-size: 20px;
  color: rgb(58, 58, 58);
  line-height: 1.2;
}
.sec7__item div{
	font-size: 12px;
  color: rgb(0, 23, 242);
  line-height: 1.2;
  border-radius: 30px;
  border:solid 1px rgb(58, 58, 58);
  padding:5px 15px;
}

#sec8{
	background: #e4e8fa;
	padding:100px 0;
	margin-top:100px;
}
.sec8{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.sec8__left h2{
  font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec8__left p{
  font-size: 20px;;
  color: rgb(58, 58, 58);
  margin:20px 0;
}
.sec8__social{
	display: flex;
	gap:20px;
}
.sec8__right{
	background: #ffffff;
	padding:40px 20px;
	border-radius: 30px;
}
.sec8__right button{
	background: transparent;
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 100%;
	 margin-bottom:10px;
	 position: relative;
	 padding-right: 30px;
}
.sec8__right button span{
	font-size: 20px;
  color: rgb(58, 58, 58);
  font-weight: bold;
}
.icon{
	position: absolute;
	top:0px;
	right: 0px;
	width: 18px;
  height: 10px;
  display: blcok;
}
.accordion-content p{
	font-size: 20px;
  color: rgb(58, 58, 58);
  line-height: 1.2;
  padding:5px 0 30px 0;
}
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}
.accordion-item.active .accordion-content {
  max-height: 1000px;
}


.sec10{
	margin-top:100px;
}
.sec10>p{
  font-size: 25px;
  color: rgb(58, 58, 58);
  text-align: center;
}
.sec10>p a{
 	color: rgb(0, 23, 242);
}
.sec10__box{
	margin-top:30px;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap:20px;
}	
.sec10__right h2{
  font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  margin-bottom:20px;
}	
.sec10__right form input{
	font-size: 20px;
  color: rgb(182, 182, 182);
  line-height: 0.4;
  text-align: center;
   background-color: rgb(228, 232, 250);
   height: 69px;
   border-radius: 69px;
}
.sec10__right form{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.sec10__right form input:nth-child(1){
	width: 48%;
}
.sec10__right form input:nth-child(2){
	width: 48%;
}
.sec10__right form input:nth-child(3){
	width: 100%;
}
.sec10__right form button{
	font-size: 20px;
	color: rgb(255, 255, 255);
	max-width: 100%;
	width: 100%;
  height: 69px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
}
.sec10__imgs{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.sec10__img:nth-child(1){	
	height: 225px;
}
.sec10__img:nth-child(2){	
	height: 400px;
}
.sec11{
	 background-color: rgb(228, 232, 250);
	 text-align: center;
	 border-radius: 30px;
	 padding:100px 100px;
	 margin-top:100px;
	 position: relative;
}
.sec11:before{
	content: '';
}
.sec11:after{
	content: '';
}
.sec11>h2{
  font-size: 40px;
  color: rgb(0, 23, 242);
  font-weight: bold;
  text-transform: uppercase;
}
.sec11>p{
  font-size: 25px;
  color: rgb(62, 62, 62);
  font-weight: bold;
  margin:20px;
}
.sec11 form{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
}
.sec11 form input{
	border-radius: 69px;
	text-align: center;
}   
.sec11 form button{
	font-size: 20px;
	color: rgb(255, 255, 255);
	max-width: 100%;
	width: 100%;
  height: 69px;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px;
}

.sec11 span {
	color: rgb(0, 23, 242);
}

.s400 {
	font-weight: 700;
	color: rgb(0, 23, 242);
}

footer{
	background: #2b2930;
	padding:50px 0;
	margin-top:100px;
}
.footer__box{
	display: flex;
	justify-content: space-between;
	margin-top:30px;
}
.footer__item{
	max-width: 33.333333%;
	display: flex;
	flex-direction: column;
}
.footer__item a{
	color: rgb(255, 255, 255);
}


@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
	.banner__box, .sec1, .sec2, .sec3__top, .sec4__box, .sec6__box, .sec7__title, .sec7__box, .sec8, .sec10__box, .sec11 form{
		grid-template-columns: 1fr;
	}
	.sec3__slaider, .footer__box{
		flex-wrap: wrap;
	}
	.footer__item{
		max-width: 50%;
		margin-top: 10px;
	}
	.sec11 form input{
		height: 69px;
	}
	.sec4__item{
		padding: 30px 30px 120px 30px;
	}
	.sec4__item p{
		position: relative;
		z-index: 999;
	}
	.banner__form button{
		max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.header{
		flex-direction: column;
	}
}
@media only screen and (max-width: 576px) {
	.banner__text h1{
		font-size: 32px;
	}
	.sec3__top h2, .sec4>h2, .sec6>h2, .sec7__title h2, .sec8__left h2, .sec10__right h2, .sec11>h2{
		font-size: 30px;
	}
	.sec11{
		padding: 30px;
	}
	.footer__item{
		max-width: 100%;
		margin-top: 15px;
	}
	.sec10__right form input:nth-child(1), 	.sec10__right form input:nth-child(2){
		width: 100%;
	}
	.sec2__form input:nth-child(1), .sec2__form input:nth-child(2){
		width: 100%;
	}
	#sec6{
		padding: 30px 0;
    margin-top: 30px;
	}
	.banner__qute{
		max-width: 320px;
	}
	.header__right{
		flex-direction: column;
		gap:20px;
		margin-top:20px;
	}
	.banner__text strong, .banner__text p{
		font-size: 22px;
	}
	.banner__form{
		padding:30px;
	}
	.sec2__numbers{
		flex-wrap: wrap;
	}
	.sec2__form{
		flex-direction: column;
	}
	.sec3__top h2{
		font-size: 24px;
	}
	.sec7__item h2{
		font-size: 20px;
	}
	.sec6__item p{
		font-size: 16px;
	}
	.sec4__item h2{
		font-size: 22px;
	}
	.sec4__item p{
		font-size: 16px;
	}
	.sec1__left h2{
		font-size: 30px;
	}
	.sec1{
		margin-top:50px;
	}
	.banner__text span{
		font-size: 16px;
	}
	.banner__form h2{
		font-size: 22px;
	}
	.banner__form p{
		font-size: 16px;
	}
	.sec2 {
    margin-top: 50px;
	}
	#sec3{
		margin-top:50px;
	}
	.sec4 {
    margin: 50px 0;
	}
	.sec8__right button span{
		font-size: 18px;
	}
	.accordion-content p{
		font-size: 14px;
	}
	.sec11>p{
		font-size: 18px;
	}
	.sec10__img:nth-child(1){
		height: auto;
	}
	.sec10__imgs{
		grid-template-columns: 1fr;
		text-align: center;
	}
}

/*form-block*/
.form-block {
  background: linear-gradient(138.71deg, #E0F3FD 3.09%, #E5E5FD 34.78%, #EFE7FC 102.1%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 98px 0;
}
.form-block h2 em {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
}
.benefits {
  padding-right: 38px;
  padding-top: 47px;
  margin-top: 70px;
  border-top: 1px solid #949494;
}
.benefit {
  width: 33.3333%;
  padding-right: 20px;
  box-sizing: border-box;
}
.benefit__title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.benefit__desc {
  color: #ffffff;
  margin-top: 9px;
  max-width: 295px;
  font-size: 18px;
  line-height: 1.2;
}
.benefit:nth-child(2) .benefit__desc {
  max-width: 325px;
}
.benefit:nth-child(3) .benefit__desc {
  max-width: 280px;
}
.stats {
  width: 100%;
  max-width: 414px;
}
.form-block__wrap {
  padding-top: 51px;
  max-width: 1070px;
}
.stats__date {
  padding-left: 10px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-right: 24px;
  font-size: 25px;
  background: #ffcc00;
}
.form-block__right {
  max-width: 438px;
}
.form-block__title {
  font-size: 25px;
  line-height: 1.2;
  padding-top: 3px;
}
.form {
  margin-top: 27px;
  border-radius: 10px;
  background: linear-gradient(138.71deg, #E0F3FD 3.09%, #E5E5FD 34.78%, #EFE7FC 102.1%);
  box-shadow: 1px 1px 16px 1px rgba(22, 21, 21, 0.34);
  padding: 40px 34px 21px;
}
.form__btn {
  height: 74px;
  max-width: inherit;
}
.form__info {
  padding-right: 20px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  padding-left: 6px;
  margin-top: 22px;
}
.form__field {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000;
  height: 74px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.form__field::placeholder {
  color: #000;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #000;
}

.form__field_btn {
    background: #000;
    height: 52px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.3s;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}