*{
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  color: #000000;
  overflow-x: hidden;
}
form input{
	blacground: white;
}
.header_top{
  padding: 0 100;
  background:rgba(0, 130, 255, 0.1);
  height: 85px;
  padding-top: 5px;
}
.header_top_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}
.header_menu a{
  margin-right: 70px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
  position: relative;
}
.header_menu a:hover{
  color: #000;
}
.header_menu a:after{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #000;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
.header_menu a:hover:after{
  width: 100%;
}
.conact{
  display: flex;
  justify-content: right;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  position: relative;
  top: -40px;
}
.conact div{
  margin-right: 15px;
}

/**----------------------------------------**/

.header_bottom{
  background-image: url(../img/head_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.title{
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding-top: 50px;
  position: relative;
  width: 650px;
  margin: 0 auto 35px;
}
.title::after{
  content: "";
  position: absolute;
  width: 95px;
  height: 1px;
  background: #000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.header_bottom_flex{
  display: flex;
  justify-content: space-between;
  padding: 0 160px;
}
.header_bottom_text{
  width: 700px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 37px;
  background: rgb(255 255 255 / 70%);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.header_bottom_form{
  width: 950px;
  text-align: center;
}
.header_bottom_form h2{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.form_text{
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 20px;
  color: rgb(0 0 0 / 60%);
}
.header_form input{
  border: 2px solid #000000;
  border-radius: 30px;
  background: transparent;
  width: 130px;
  height: 40px;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.5);
}
.header_form button{
  width: 190px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 30px;
  background: transparent;
  font-size: 14px;
  line-height: 10px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.5s;
}
.header_form button:hover{
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.4);
}

/**------------------------------------------**/

.section_1{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 36px 55px;
  position: relative;
  background: url(../img/Arrow\ 4.png) 94% 30px no-repeat;
}

/**------------------------------------------**/

.section_2{
  height: 900px;
  background: rgba(0, 130, 255, 0.3) url(../img/Arrow\ 4.png) 94% 92% no-repeat;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
}
.bold{
  /*font-weight: 600;*/
}

.dl_flex_2 span{
  display: inline-block;
  width: 84%;
  position: relative;
  top: 18px;
}
.dl_flex{
  padding-left: 150px;
}
.row.justify-content-md-center{
  align-items: center;
  margin-bottom: 30px;
}
.container{
  max-width: 1440px!important;
}
.row.row_center{
  text-align: center;
  margin-top: 60px;
}

/**-------------------------------------**/

.section_3{
  background: url(../img/Arrow\ 4.png) 94% bottom no-repeat;
}
.section_3_card{
  width: 500px;
  height: 218px;
  background: linear-gradient(90deg, #0085FF 0.32%, #003C74 100%);
  border-radius: 30px;
  margin: 25px auto 0;
  padding-left: 140px;
  padding-top: 35px;
  padding-right: 45px;
  position: relative;
}
.card_img{
  position: absolute;
  top: 15px;
  left: 20px;
}
.card_text{
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.card_text_2{
  color:#920010;
  font-size: 30px;
  font-weight: bold;
}
.card_text_3{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color:#fff;
}
.section_3_text{
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  padding-left: 65px;
}
.row.row_section_3{
  margin-top: 50px;
}
.section_3_form input{
  width: 250px;
  height: 42px;
  border: 2px solid #920010;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 5px 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0.05em;
  margin-right: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.section_3_form button{
  width: 320px;
  height: 51.64px;
  background: #A60012;
  border: 2px solid #A60012;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #680D16;
  border-radius: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-left: 25px;
}
.section_3_form_div{
  text-align: center;
  margin-top: 30px;
}
.section_3_form_div h3{
  margin-bottom: 36px;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #920010;
}

/*-----------------------------------*/

.section_4{
  height: 455px;
  background: rgba(0, 130, 255, 0.3) url(../img/Arrow\ 4.png) 94% 90% no-repeat;
  margin-top: 40px;
}
.row.section_4_row{
  text-align: center;
  margin-bottom: 30px;
}
.col-right{
  text-align: right;
}
.col-left{
  text-align: left;
}
.section_4_row_top{
  margin-top: 50px!important;
}

/*---------------------------------*/

.section_5{
  padding: 35px 0;
  text-align: center;
  background: url(../img/Arrow\ 4.png) 94% 95% no-repeat;
}
.section_5_text{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-left: -15px;
  margin-bottom: 13px;
}
.section_5_text_2{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
}
.section_5_text_3{
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-left: -15px;
  margin-top: 13px;
}
.section_5_span{
  display: inline-block;
  width: 340px;
  padding-left: 10px;
}
.section_5_img{
  margin-top: -85px;
}

/*---------------------------------*/

.section_6{
  background: rgba(0, 130, 255, 0.3);
  padding-bottom: 35px;
}
.section_6 p{
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: left;
}
.p_top{
  margin-top: 25px;
}
.row-item{
  align-items: center;
  text-align: center;
}
.section_6 h3{
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #920010;
  margin-bottom: 15px;
}
.section_6_title{
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  color: #920010;
  margin-bottom: 15px;
}
.form_section_6 input{
  width: 251px;
  height: 41px;
  border: 2px solid #920010;
  box-sizing: border-box;
  border-radius: 30px;
  background: white;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0.05em;
  color: black;
  padding: 5px 15px;
}
.form_section_6 button{
  width: 321px;
  height: 50px;
  background: #920010;
  border: 2px solid #920010;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #680D16;
  border-radius: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

/*-----------------------------*/

.footer{
  background: #324359;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 10px 0 15px;
}
.footer .row.row-item{
  text-align: left;
}
.section_6_bold{
  /*font-weight: bold;*/
}
.row_margin{
  margin-top: 10px!important;
}
.mar_top{
  margin-top: 7px;
}
.gamburger{
  display: none;
}
.mini_section_2_img{
  display: none;
}
.mini_menu{
  display: none;
}
.round{
  width: 100px;
  height: 100px;
  background: #739ba8;
  border-radius: 50%;
  line-height: 86px;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  color: #000;
  display: inline-block;
  position: relative;
  top: -30px;
}
.round.round_2{
  background: #ff8080;
}
.round.round_3{
  background: #869977;
}