@font-face {
  font-family: "helvetica";
  src: url("fonts/helvetica_bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "helvetica";
  src: url("fonts/helvetica_medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "helvetica";
  src: url("fonts/helvetica_light.otf");
  font-weight: 400;
}

body {
  font-size: 16px;
  font-weight: 400;
  background: #f5f5f5;
  color: #7e7f8e;
}

a,
a:hover {
  text-decoration: none;
}
button,
button:focus,
.btn:focus {
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

::selection {
  color: white;
  background: #ff7675;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}
.container {
  padding: 0px 60px;
}
.bg_effect_area .container {
  padding: 0px 15px;
}
.header_gap_top{
  padding-top: 140px;
}
.section_gap_bottom_big {
  padding-bottom: 130px;
}
.section_gap_bottom {
  padding-bottom: 70px;
}
.section_gap_top_big {
  padding-top: 130px;
}
.section_gap_top {
  padding-top: 70px;
}
.section_gap {
  padding: 70px 0px;
}
.section_heading {
  text-align: center;
  padding-bottom: 30px;
}
.section_title {
  color: #104189;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 4px;
}
.section_subtitle {
  color: #1b1f3b;
  font-size: 24px;
  margin: 0px;
}
.box_title {
  color: #7e7f8e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.scrolltotop {
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 5px;
  bottom: 5px;
  display: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.stiky_nav .desktop_block{
  display: none;
}
.stiky_nav .tablet_block{
  display: block;
}
.stiky_nav .main_nav li.dropdown > a, .stiky_nav .main_nav li > a{
  color: #1b1f3b;
  /* color: #fff; */
}

.stiky_nav  .dropdown-toggle::after {
  content: url(img/arrow-menu-black.svg);
}



.header_area{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.stiky_nav{
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.stiky_nav a {
  
}

.stiky_nav .logo-letter,
.stiky_nav .logo-action-element {
  fill: #1f68d1;
}




.header_wrapper {
  background-image: url(img/hero_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;
}
.header_box {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}
.order_btn_box {
  width: 15%;
}

/* .stiky_nav .order_btn {
  background: #fff;
  border: 2px solid #fff;
} */

.logo {
  width: 20%;
}
.main_nav_box {
  width: 63%;
}
.main_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_nav li.dropdown > a,
.main_nav li > a {
  font-size: 15px;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 16px;
  color: #ffffff;
  margin: 0px 4px;
  border-radius: 12px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.main_nav li.dropdown a:hover,
.main_nav li a:hover {
  background: rgba(16, 65, 137, 0.2);
}
.dropdown-menu {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 240px;
  padding: 6px 0px;
  border-radius: 8px;
}
.main_nav li > a.dropdown-item {
  color: #1b1f3b;
  border-bottom: 2px solid #d9d9d9;
  border-radius: 0px;
  margin: 0px;
}

.order_btn_box {
  text-align: center;
}
.start_btn,
.order_btn {
  background: #8de03a;
  border: 2px solid #8de03a;
  border-radius: 12px;
  color: #1b1f3b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-left: auto;
  padding: 10px 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 140px;
  text-align: center;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.order_btn:hover {
  background: #b2ea7b;
  border-color: #b2ea7b;
  color: #1b1f3b;
}

.start_btn {
  background: #1b6ce4;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  border-color: #1b6ce4;
}
.start_btn:hover {
  color: #ffffff;
}
.hero_area {
  position: relative;
  line-height: 1.4;
}
.hero_content h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}
.hero_content p {
  max-width: 680px;
  font-size: 24px;
  color: #ffffff;
}
.text_green {
  color: #8de03a;
}
.heros_stars .stars_item {
  margin-right: 60px;
}
.heros_stars {
  padding-top: 40px;
}
.bg_green {
  background: #135cca;
}
.bg_effect_down img {
  max-width: 100%;
  margin: 0px auto;
}
.satisfaction_wrapper {
  position: relative;
  padding-top: 10px;
  overflow: hidden;
}
.satisfaction_wrapper picture img {
  max-width: 100%;
  margin: 0px auto;
}
.satisfaction_wrapper picture {
  position: absolute;
  left: 20%;
  width: 100%;
  top: 0px;
  max-width: 100%;
  margin: 0px auto;
  height: 86%;
}
.satisfaction_box {
  min-height: 460px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
.satisfaction_item p {
  margin: 0px;
}
.satisfaction_item {
  margin-top: 30px;
  position: relative;
  top: 0px;
  width: 30%;
  padding: 56px 40px 40px;
  max-width: 400px;
  background: #eceef9;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  cursor: pointer;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.satisfaction_item:hover .box_title {
  color: #1b6ce4;
}
.satisfaction_item:hover {
  position: relative;
  top: -30px;
  background: #f6f7fd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1);
}
.satisfaction_item .start_btns_box {
  position: relative;
  padding-bottom: 0px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.satisfaction_item:hover .start_btns_box {
  position: relative;
  padding-bottom: 70px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.satisfaction_item .start_btn {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.satisfaction_item:hover .start_btn {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}
.satisfaction_item img {
  max-width: 100%;
  position: absolute;
  top: -100px;
  left: 30px;
}
.satisfaction_item img.satisfaction_icon_2 {
  top: -95px;
}
.satisfaction_item img.satisfaction_icon_3 {
  top: -70px;
}
.satisfac_box,
.struggling_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.struggling_item span {
  display: block;
  font-size: 56px;
  color: #104189;
  font-weight: bold;
}
.struggling_item {
  text-align: center;
  flex: 0 0 25%;
  width: 25%;
}
.satisfac_item p {
  margin-bottom: 0px;
}
.satisfac_item .box_title {
  color: #1b1f3b;
  margin-bottom: 0px;
  position: relative;
  top: -12px;
}
.satisfac_item p {
  max-width: 240px;
  margin: 0px auto;
}
.satisfac_item {
  position: relative;
  width: 25%;
  flex: 0 0 25%;
  padding: 10px;
  text-align: center;
}
.satisfac_wrapper > img {
  position: absolute;
  top: 65px;
  left: 0px;
  width: 100%;
}
.satisfac_wrapper {
  position: relative;
}
.blue_box {
  padding: 36px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(img/section_bg_1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.blue_box_content {
  width: 70%;
  color: #ffffff;
}
.blue_box_img {
  width: 30%;
  text-align: right;
}
.blue_box .section_subtitle {
  color: #ffffff;
  max-width: 576px;
}
.blue_box .section_title {
  color: #ffffff;
  margin-bottom: 10px;
}
.blue_box_img img {
  max-width: 100%;
  transform: scale(1.33);
}

.blue_box_content .order_btn {
  max-width: 220px;
  margin-top: 24px;
  display: block;
  width: 220px !important;
  margin-left: 0px;
}

.price_area .blue_box_img {
  margin-right: 20px;
}

.price_area .blue_box_img img {
  transform: scale(1.5);
  max-width: 85%;
}
.price_area .blue_box {
  background-image: url(img/section_bg_2.png);
}
.order_btn_box .order_btn svg {
  max-width: 100%;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}
.order_btn_box .order_btn:hover svg {
  fill: #ffffff;
}

.faq_accordion {
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  z-index: 1111;
}
.accordion-header .accordion-button {
  color: #104189;
  font-weight: 700;
  align-items: flex-start;
  font-size: 24px;
  padding: 22px 40px;
}
.accordion-body {
  padding-top: 0px;
}
.accordion-body p {
  color: #1b1f3b;
  padding-left: 40px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.accordion-item {
  border: none;
  border-bottom: 3px solid #eef0fb;
}
.accordion-button:not(.collapsed) {
  background: transparent;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(img/xmark.png);
}
.accordion-button::after {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(img/plus.png);
}
.blue_box_content .order_btn_box {
  width: 100%;
}
.papers_area .blue_box_content .order_btn {
  margin: 20px auto 0px;
}
.papers_area .blue_box_content .section_subtitle {
  text-align: center;
  margin: 0px auto;
}
.papers_area .blue_box {
  position: relative;
  top: -90px;
}
.papers_area .blue_box_content {
  text-align: center;
  padding-top: 64px;
  padding-bottom: 20px;
  width: 100%;
}

.footer_area {
  background-image: url(img/footer_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 0;
}
.footer_box {
  padding: 60px 0px 70px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.5;
}
.footer_logo,
.footer_contact {
  width: 20%;
  flex: 0 0 20%;
}
.footer_menu ul {
  max-width: 440px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.8;
}
.footer_menu ul li a {
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin: 14px;
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
  margin-top: 0px;
}
.footer_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer_menu {
  width: 60%;
  flex: 0 0 60%;
}
.footer_contact > span {
  display: block;
  margin-bottom: 16px;
}
.footer_contact ul li a svg {
  margin-right: 10px;
}
.footer_contact ul li a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #ffffff;
}
.footer_bt {
  padding: 11px 0px;
  background: #104189;
  line-height: 1.4;
}
.footer_bt span {
  display: block;
  text-align: center;
  color: #ffffff;
}
.mobile_block,
.tablet_block,
.tablet_menu {
  display: none;
}
.main_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
.popup_box {
  max-width: 991px;
  margin: 0px auto;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding-right: 24px;
}
.popup_content span {
  color: #686868;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.popup_content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #104189;
}
.popup_content {
  position: relative;
  padding: 20px;
  text-align: center;
  line-height: 1.4;
  max-width: 100%;
}

.discount_popup_text {
  max-width: 300px;
  margin: 15px 0 0 90px;
}

.discount_popup_text__top {
  margin: 0;
  color: #135DCA;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.discount_popup_text__bottom {
  color: #104189;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
  font-size: 40px;
  font-weight: 700;
  line-height: 30px; 
}

.popup_img {
  display: flex;
  align-items: center;
  width: 603px;
  height: 100%;
  min-height: 390px;
  background: url('img/popup_bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.popup_img img {
  max-width: 100%;
  min-height: 350px;
}

.popup_btns .popupclose_btn {
  background: #f3f2f7;
  border-color: #f3f2f7;
  border-radius: 15px;
  text-transform: uppercase;
  color: #1b1f3b;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}
.popup_btns .order_btn {
  border-radius: 15px;
  text-transform: uppercase;
  color: #1b1f3b;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  padding: 12px;
}
.popup_btns {
  text-align: center;
  max-width: 400px;
  margin: 0px auto;
}
.popup_mobile_img {
  display: none;
}
.popup_content .close_menu {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  margin-left: auto;
  padding: 4px;
}
.dropdown-toggle::after{
  border: none;
  content: url(img/arrow-down.svg);
  position: relative;
  /* top: 6px;
  left: 3px; */
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
  vertical-align: middle;
}
.dropdown-toggle.show::after{
  transform: rotate(-180deg);
  transition: 0.24s ease-in-out;
  -webkit-transition: 0.24s ease-in-out;
  -moz-transition: 0.24s ease-in-out;
}

.rating-item {
  display: flex;
  align-items: center;
}

.rating-name {
  margin: 0;
  color: #F5F6FD;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px; 
}

.rating-logo {
  margin-right: 10px;

}

.rating-numb {
  margin-right: 10px;
  color: #F5F6FD;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px; 
}

.rating-star {
  display: flex;
  align-items: center;
  line-height: 1;
}

.rating-box {
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}