.hero {
  position: relative;
  padding: 135px 0 185px;
  min-height: 680px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .hero {
    padding: 95px 0 85px;
    min-height: 540px;
  }
}
@media (max-width: 599px) {
  .hero {
    padding: 30px 0 60px;
    min-height: 370px;
  }
}
.hero .wrapper {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .hero .wrapper {
    padding: 0 30px;
  }
}
.hero .subtitle {
  padding: 10px 15px 8px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 599px) {
  .hero .subtitle {
    padding: 6px 9px 5px;
    gap: 3px;
    font-size: 7px;
  }
}
.hero .subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .hero .subtitle .icon {
    width: 10px;
    height: 10px;
  }
}
.hero .title {
  margin: 25px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  text-transform: capitalize;
  color: #0b3948;
  max-width: 830px;
}
@media (max-width: 1199px) {
  .hero .title {
    margin-top: 12px;
    margin-left: 15px;
    font-size: 36px;
    max-width: 385px;
  }
}
@media (max-width: 599px) {
  .hero .title {
    margin-top: 9px;
    margin-left: 0;
    font-size: 24px;
    max-width: 220px;
  }
}
.hero .desc {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #748289;
}
@media (max-width: 1199px) {
  .hero .desc {
    margin-top: 25px;
    margin-left: 15px;
    font-size: 18px;
    line-height: 167%;
    max-width: 368px;
  }
}
@media (max-width: 599px) {
  .hero .desc {
    margin-top: 19px;
    margin-left: 0;
    font-size: 14px;
    line-height: 157%;
    max-width: 220px;
  }
}
.hero .find_form {
  margin-top: 20px;
  display: flex;
  justify-content: start;
  max-width: 100%;
  width: 555px;
}
@media (max-width: 1199px) {
  .hero .find_form {
    margin-top: 34px;
    margin-left: 15px;
    width: 425px;
  }
}
@media (max-width: 599px) {
  .hero .find_form {
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
}
.hero .find_form input {
  outline: none;
  border: none;
  flex-grow: 1;
  height: 60px;
  padding: 20px 20px 20px 40px;
  background: #fff;
  border-radius: 8px 0 0 8px;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.04);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #0b3948;
  background-image: var(--icon-url);
  background-size: 20px 20px;
  background-position: center left 16px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .hero .find_form input {
    border-radius: 12px 0 0 12px;
  }
}
@media (max-width: 599px) {
  .hero .find_form input {
    width: 195px;
  }
}
.hero .find_form input::-moz-placeholder {
  opacity: 1;
  color: #0b3948;
}
.hero .find_form input::placeholder {
  opacity: 1;
  color: #0b3948;
}
.hero .find_form button {
  outline: none;
  border: none;
  flex-shrink: 0;
  height: 60px;
  border-radius: 0 8px 8px 0;
  background: #ffd470;
  padding: 20px 23.5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #1f5873;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .hero .find_form button {
    border-radius: 0 12px 12px 0;
    font-size: 14px;
    line-height: 130%;
    padding: 21px 15px;
    box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 599px) {
  .hero .find_form button {
    padding: 12px 15px;
    flex-shrink: 1;
  }
}
.hero .find_form button:hover {
  background: #f9a21b;
}
.hero .svg_bg {
  width: 924px;
  height: auto;
  aspect-ratio: 924/794;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -140px;
  right: -65px;
  transform: rotate(-70deg);
  transform-origin: center;
  z-index: -2;
}
@media (max-width: 1439px) {
  .hero .svg_bg {
    width: 620px;
  }
}
@media (max-width: 1199px) {
  .hero .svg_bg {
    width: 50%;
    bottom: -10px;
    transform: rotate(-60deg);
  }
}
@media (max-width: 899px) {
  .hero .svg_bg {
    display: none;
  }
}
.hero .svg_bg_mob {
  display: none;
  width: 35%;
  min-width: 282px;
  height: auto;
  aspect-ratio: 282/265;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -3px;
  right: 15px;
  transform: rotate(-60deg);
  transform-origin: center;
  z-index: -2;
}
@media (max-width: 899px) {
  .hero .svg_bg_mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero .svg_bg_mob {
    min-width: 109px;
  }
}
@media (max-width: 599px) {
  .hero .svg_bg_mob {
    top: 40px;
    right: 4px;
    width: 30%;
  }
}
.hero .img_bg {
  width: auto;
  height: 100%;
  aspect-ratio: 942/680;
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: -1;
}
@media (max-width: 1439px) {
  .hero .img_bg {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  .hero .img_bg {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 899px) {
  .hero .img_bg {
    display: none;
  }
}
.hero .img_bg_mob {
  display: none;
  width: 33.5%;
  min-width: 260px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 7px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: -1;
}
@media (max-width: 899px) {
  .hero .img_bg_mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero .img_bg_mob {
    min-width: 100px;
  }
}
@media (max-width: 599px) {
  .hero .img_bg_mob {
    top: 55px;
    width: 27.5%;
  }
}

.insurance {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .insurance {
    padding: 30px 0;
  }
}
.insurance .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.insurance .subtitle {
  padding: 10px 15px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .insurance .subtitle {
    padding: 8px 13px;
    gap: 5px;
    font-size: 10px;
  }
}
.insurance .subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .insurance .subtitle .icon {
    width: 13px;
    height: 13px;
  }
}
.insurance .section_title {
  margin: 7px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .insurance .section_title {
    margin-top: 10px;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: initial;
    text-transform: initial;
  }
}
@media (max-width: 599px) {
  .insurance .section_title {
    font-size: 24px;
  }
}
.insurance .swiper_wrapper {
  margin-top: 42px;
  position: relative;
  padding: 0 38px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .insurance .swiper_wrapper {
    margin-top: 32px;
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .insurance .swiper_wrapper {
    padding: 0;
  }
}
.insurance .swiper_wrapper .swiper_labels_prev {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: 19px;
  left: 0;
  transition: 0.35s;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1199px) {
  .insurance .swiper_wrapper .swiper_labels_prev {
    top: 0;
  }
}
@media (max-width: 599px) {
  .insurance .swiper_wrapper .swiper_labels_prev {
    display: none;
  }
}
.insurance .swiper_wrapper .swiper_labels_prev svg {
  display: block;
  width: 17px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurance .swiper_wrapper .swiper_labels_prev:hover {
  border-color: #a0aec0;
}
.insurance .swiper_wrapper .swiper_labels_next {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: 19px;
  right: 0;
  transition: 0.35s;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1199px) {
  .insurance .swiper_wrapper .swiper_labels_next {
    top: 0;
  }
}
@media (max-width: 599px) {
  .insurance .swiper_wrapper .swiper_labels_next {
    display: none;
  }
}
.insurance .swiper_wrapper .swiper_labels_next svg {
  display: block;
  width: 17px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurance .swiper_wrapper .swiper_labels_next:hover {
  border-color: #a0aec0;
}
.insurance .swiper_labels {
  width: 100%;
  overflow: hidden;
}
.insurance .swiper_labels .swiper-slide {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 3px;
  gap: 9px;
  opacity: 0.7;
  transition: opacity 0.35s;
  cursor: pointer;
}
@media (max-width: 599px) {
  .insurance .swiper_labels .swiper-slide {
    padding: 0;
  }
}
.insurance .swiper_labels .swiper-slide .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurance .swiper_labels .swiper-slide .name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  text-align: center;
  text-transform: uppercase;
  color: #0b3948;
}
.insurance .swiper_labels .swiper-slide:hover {
  opacity: 0.85;
}
.insurance .swiper_labels .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.insurance .swiper_labels .swiper-slide.swiper-slide-thumb-active .name {
  text-decoration: underline;
}
.insurance .swiper_cards {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .insurance .swiper_cards {
    margin-top: 25px;
  }
}
@media (max-width: 599px) {
  .insurance .swiper_cards {
    margin-top: 30px;
  }
}
.insurance .swiper_cards .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  opacity: 0 !important;
}
@media (max-width: 1199px) {
  .insurance .swiper_cards .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .insurance .swiper_cards .swiper-slide {
    grid-template-columns: 1fr;
  }
}
.insurance .swiper_cards .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.insurance .swiper_cards .swiper-slide .card {
  width: 100%;
  border: 1px solid #eeeae5;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.insurance .swiper_cards .swiper-slide .card .img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/403;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .insurance .swiper_cards .swiper-slide .card .img {
    aspect-ratio: 344/183;
  }
}
@media (max-width: 599px) {
  .insurance .swiper_cards .swiper-slide .card .img {
    aspect-ratio: 299/183;
  }
}
.insurance .swiper_cards .swiper-slide .card .name {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0b3948;
}
.insurance .labels_popup {
  margin-top: 15px;
}
@media (min-width: 600px) {
  .insurance .labels_popup {
    display: none;
  }
}
.insurance .labels_popup .popup_open_btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  text-transform: uppercase;
  color: #0b3948;
}
.insurance .labels_popup .popup_plans {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 200;
  background: #fff;
  padding: 30px;
}
.insurance .labels_popup .popup_plans .popup_img {
  width: 380px;
  height: auto;
  position: absolute;
  top: -60px;
  right: -70px;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(-5deg);
}
.insurance .labels_popup .popup_plans .popup_close {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 1;
}
.insurance .labels_popup .popup_plans .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.insurance .labels_popup .popup_plans .box .plan_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  opacity: 0.7;
}
.insurance .labels_popup .popup_plans .box .plan_item .icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.insurance .labels_popup .popup_plans .box .plan_item .name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  text-transform: uppercase;
  color: #0b3948;
}

.why {
  padding: 100px 0;
  background: #0b3948;
}
@media (max-width: 1199px) {
  .why {
    padding: 60px 0 77px;
  }
}
@media (max-width: 599px) {
  .why {
    padding: 60px 0 30px;
  }
}
.why .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why .section_subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px 8px;
  background: #21596d;
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1199px) {
  .why .section_subtitle {
    gap: 5px;
    padding: 9px 14px 8px;
    font-size: 10px;
    line-height: 145%;
  }
}
.why .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .why .section_subtitle .icon {
    width: 15px;
    height: 15px;
  }
}
.why .section_title {
  margin: 20px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199px) {
  .why .section_title {
    margin-top: 28px;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: initial;
    text-transform: initial;
  }
}
@media (max-width: 599px) {
  .why .section_title {
    font-size: 24px;
  }
}
.why .desc {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: #fff;
  max-width: 980px;
}
@media (max-width: 1199px) {
  .why .desc {
    margin-top: 8px;
  }
}
@media (max-width: 599px) {
  .why .desc {
    font-size: 14px;
    line-height: 168%;
  }
}
.why .grid_wrapper {
  margin-top: 27px;
  width: 100%;
  display: grid;
  grid-template-columns: 548fr 710fr;
  gap: 10px;
  max-width: 1268px;
}
@media (max-width: 1199px) {
  .why .grid_wrapper {
    margin-top: 20px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    max-width: initial;
    gap: 20px;
    grid-template-columns: 300fr 448fr;
  }
}
@media (max-width: 599px) {
  .why .grid_wrapper {
    grid-template-columns: 1fr;
  }
}
.why .grid_wrapper .img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .why .grid_wrapper .img {
    padding: 0 30px;
  }
}
.why .grid_wrapper .list {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1199px) {
  .why .grid_wrapper .list {
    margin-top: 0;
    padding: 0 15px;
  }
}
.why .grid_wrapper .list .item {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 18px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.why .grid_wrapper .list .item .title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .why .grid_wrapper .list .item .title {
    font-size: 20px;
    line-height: 130%;
  }
}
.why .grid_wrapper .list .item .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #748289;
}
@media (max-width: 1199px) {
  .why .grid_wrapper .list .item .text {
    font-size: 14px;
  }
}

.simplified {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .simplified {
    padding: 65px 0 60px;
  }
}
@media (max-width: 599px) {
  .simplified {
    padding: 65px 0 67px;
  }
}
.simplified .wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .simplified .wrapper {
    flex-direction: column;
    gap: 44px;
  }
}
.simplified .list {
  width: 100%;
  max-width: 693px;
  padding: 0 76.5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .simplified .list {
    order: 1;
    max-width: 530px;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .simplified .list {
    gap: 19px;
  }
}
.simplified .list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 19px 4px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  background: #fff;
  min-height: 150px;
  cursor: pointer;
}
@media (max-width: 599px) {
  .simplified .list .item {
    padding: 8px 15px 10px;
    border-radius: 7px;
    min-height: 140px;
  }
}
.simplified .list .item .icon {
  width: auto;
  height: 60px;
}
@media (max-width: 599px) {
  .simplified .list .item .icon {
    height: 48px;
  }
}
.simplified .list .item .title {
  margin: 9px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #0b3948;
  max-width: 190px;
}
@media (max-width: 599px) {
  .simplified .list .item .title {
    margin-top: 11px;
    font-size: 12px;
    line-height: 133%;
  }
}
.simplified .list .item .info .info_icon {
  display: block;
  width: auto;
  height: 12px;
  cursor: pointer;
}
.simplified .list .item .info .popup_part {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 30px;
}
@media (max-width: 399px) {
  .simplified .list .item .info .popup_part {
    padding: 0;
  }
}
.simplified .list .item .info .popup_part .popup_wrapper {
  position: relative;
  width: 920px;
  max-width: 100%;
  padding: 40px 30px;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  box-shadow: 9px 6px 20px 11px rgba(0, 0, 0, 0.08);
  background: top right/260px no-repeat url(../img/popup_part.webp), var(--style);
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .popup_wrapper {
    width: 640px;
    padding: 40px;
    background: top right/200px no-repeat url(../img/popup_part.webp), var(--style);
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .popup_wrapper {
    width: 420px;
    padding: 40px 30px;
    background: top right/114px no-repeat url(../img/popup_part.webp), var(--style);
  }
}
.simplified .list .item .info .popup_part .popup_close {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .popup_close {
    top: 20px;
    right: 23px;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .popup_close {
    width: 24px;
    height: 24px;
    top: 7px;
    right: 8px;
  }
}
.simplified .list .item .info .popup_part .popup_icon {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .popup_icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .popup_icon {
    width: 60px;
    height: 60px;
  }
}
.simplified .list .item .info .popup_part .popup_title {
  margin: 20px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 97%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .popup_title {
    font-size: 36px;
    line-height: 148%;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .popup_title {
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: initial;
  }
}
.simplified .list .item .info .popup_part .popup_content {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: var(--0b3948);
  max-width: 820px;
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .popup_content {
    font-size: 16px;
    max-width: 526px;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .popup_content {
    margin-top: 16px;
    font-size: 14px;
  }
}
.simplified .list .item .info .popup_part .popup_content > * {
  margin: 0 0 1em;
}
.simplified .list .item .info .popup_part .popup_content > *:last-child {
  margin-bottom: 0;
}
.simplified .list .item .info .popup_part .btn_wrapper {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .btn_wrapper {
    margin-top: 30px;
    flex-direction: column;
    max-width: 260px;
  }
}
.simplified .list .item .info .popup_part .btn_wrapper .btn_1 {
  min-width: 260px;
  border-radius: 8px;
  background: var(--ffd470);
  height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .btn_wrapper .btn_1 {
    min-width: initial;
    width: calc(50% - 6px);
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .btn_wrapper .btn_1 {
    width: 100%;
    height: 48px;
  }
}
.simplified .list .item .info .popup_part .btn_wrapper .btn_1:hover {
  background: var(--f9a21b);
}
.simplified .list .item .info .popup_part .btn_wrapper .btn_2 {
  min-width: 260px;
  border-radius: 8px;
  background: var(--0b3948);
  height: 60px;
  padding-left: 30px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .simplified .list .item .info .popup_part .btn_wrapper .btn_2 {
    min-width: initial;
    width: calc(50% - 6px);
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .simplified .list .item .info .popup_part .btn_wrapper .btn_2 {
    width: 100%;
    height: 48px;
  }
}
.simplified .list .item .info .popup_part .btn_wrapper .btn_2 svg {
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
.simplified .list .item .info .popup_part .btn_wrapper .btn_2:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.simplified .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .simplified .content {
    align-items: center;
  }
}
.simplified .content .section_subtitle {
  padding: 10px 15px;
  display: flex;
  gap: 6px;
  border-radius: 100px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .simplified .content .section_subtitle {
    padding: 8px 12px;
    gap: 5px;
    font-size: 10px;
  }
}
.simplified .content .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .simplified .content .section_subtitle .icon {
    width: 14px;
    height: 14px;
  }
}
.simplified .content .section_title {
  margin: 12px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #0b3948;
  max-width: 545px;
}
@media (max-width: 1199px) {
  .simplified .content .section_title {
    margin-top: 10px;
    font-size: 41px;
    text-align: center;
    max-width: initial;
  }
}
.simplified .content .text {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #748289;
  max-width: 430px;
}
@media (max-width: 1199px) {
  .simplified .content .text {
    margin-top: 12px;
    font-size: 13px;
    text-align: center;
    max-width: 355px;
  }
}
.simplified .content .link {
  margin-top: 40px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  min-width: 320px;
  height: 60px;
  border-radius: 8px;
  background: #0b3948;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 1199px) {
  .simplified .content .link {
    margin-top: 33px;
    border-radius: 7px;
    padding: 10px 10px 10px 25px;
    gap: 13px;
    min-width: 265px;
    height: 50px;
    font-size: 14px;
  }
}
.simplified .content .link:hover {
  background: #f9a21b;
  color: #0b3948;
}

.network {
  position: relative;
  padding: 180px 0;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .network {
    padding: 60px 0;
  }
}
.network .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.network .icon_bg {
  width: 485px;
  height: auto;
  position: absolute;
  top: 50px;
  right: -110px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .network .icon_bg {
    display: none;
  }
}
.network .section_title {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
  color: #0b3948;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .network .section_title {
    font-size: 28px;
    line-height: 125%;
  }
}
@media (max-width: 599px) {
  .network .section_title {
    font-size: 24px;
  }
}
.network .desc {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #0b3948;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .network .desc {
    margin-top: 20px;
    font-size: 14px;
  }
}
.network .list {
  margin-top: 50px;
  width: 100%;
  max-width: 1184px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .network .list {
    margin-top: 20px;
    gap: 10px;
    max-width: 900px;
  }
}
.network .list .link {
  padding: 12px 20px;
  border: 1px solid #eee8de;
  border-radius: 12px;
  background: #f9f7f5;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .network .list .link {
    padding: 10px 15px;
    font-size: 20px;
  }
}
.network .list .link:hover {
  background: #1f5873;
  border-color: #1f5873;
  color: #fff;
}

.faq {
  padding: 62px 0 73px;
}
@media (max-width: 1199px) {
  .faq {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .faq {
    padding: 40px 0 0;
  }
}
.faq .wrapper {
  display: grid;
  grid-template-columns: 565fr 790fr;
  align-items: start;
  gap: 35px;
  max-width: 1450px;
}
@media (max-width: 1199px) {
  .faq .wrapper {
    grid-template-columns: 1fr 228px;
    gap: 0 10px;
    align-items: center;
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .faq .wrapper {
    padding: 0 30px;
    grid-template-columns: 1fr 130px;
    align-items: start;
    gap: 0 8px;
  }
}
.faq .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.faq .content .section_subtitle {
  padding: 10px 15px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 42px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 100px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 599px) {
  .faq .content .section_subtitle {
    padding: 6px 8px 4px;
    gap: 3px;
    box-shadow: 0 6px 23px 0 rgba(0, 0, 0, 0.05);
    font-size: 7px;
  }
}
.faq .content .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .faq .content .section_subtitle .icon {
    width: 9px;
    height: 9px;
  }
}
.faq .content .section_title {
  margin: 25px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .faq .content .section_title {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .faq .content .section_title {
    margin-top: 16px;
    font-size: 24px;
    letter-spacing: initial;
  }
}
.faq .content .desc {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #666;
}
@media (max-width: 1199px) {
  .faq .content .desc {
    display: none;
  }
}
@media (max-width: 599px) {
  .faq .content .desc {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
.faq .content .img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .faq .content .img {
    display: none;
  }
}
.faq .img_mob {
  display: none;
}
@media (max-width: 1199px) {
  .faq .img_mob {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .faq .img_mob {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
.faq .faq {
  margin-top: 30px;
  padding: 30px 38px 20px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .faq .faq {
    grid-column: span 2;
    margin-top: 0;
    padding: 10px 16px;
  }
}
.faq .faq .faq_item {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  border-top: 1px solid #f7f5f2;
}
@media (max-width: 1199px) {
  .faq .faq .faq_item {
    padding: 0;
  }
}
.faq .faq .faq_item:first-child {
  border-top: none;
}
.faq .faq .faq_item .title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 60px;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #0b3948;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .faq .faq .faq_item .title {
    font-size: 16px;
  }
}
.faq .faq .faq_item .title svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .faq .faq .faq_item .title svg {
    width: 18px;
    height: 18px;
  }
}
.faq .faq .faq_item.open .title svg {
  transform: rotate(180deg);
}
.faq .faq .faq_item .text {
  display: none;
  padding-top: 12px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .faq .faq .faq_item .text {
    padding-bottom: 20px;
    padding-right: 24px;
    font-size: 14px;
  }
}
.faq .faq .faq_item .text > * {
  margin: 0 0 1em;
}
.faq .faq .faq_item .text > *:last-child {
  margin-bottom: 0;
}
.faq .faq .faq_item .text a {
  color: #f9a21b;
  text-decoration: underline;
}

.blog {
  padding: 90px 0 120px;
}
@media (min-width: 1200px) {
  .blog {
    background: left bottom/auto no-repeat url(../img/blog_bg.webp);
  }
}
@media (max-width: 599px) {
  .blog {
    padding: 60px 0;
  }
}
.blog .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog .section_subtitle {
  padding: 10px 15px;
  border-radius: 100px;
  box-shadow: 0 10px 42px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: #0b3948;
}
.blog .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog .section_title {
  margin: 25px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .blog .section_title {
    margin-top: 20px;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .blog .section_title {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: initial;
    text-transform: initial;
  }
}
.blog .swiper_posts_wrapper {
  position: relative;
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog .swiper_posts_wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .blog .swiper_posts_wrapper {
    margin-top: 20px;
  }
}
.blog .swiper_posts_wrapper .swiper_posts_prev {
  display: none;
  margin-bottom: 20px;
  padding: 6px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eeeae5;
  position: absolute;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .blog .swiper_posts_wrapper .swiper_posts_prev {
    display: flex;
  }
}
.blog .swiper_posts_wrapper .swiper_posts_prev svg {
  transform: rotate(180deg);
  width: 24px;
  max-width: 100%;
  height: auto;
}
.blog .swiper_posts_wrapper .swiper_posts_prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.blog .swiper_posts_wrapper .swiper_posts_next {
  display: none;
  margin-bottom: 20px;
  padding: 6px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eeeae5;
  position: absolute;
  top: 50%;
  right: -9px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .blog .swiper_posts_wrapper .swiper_posts_next {
    display: flex;
  }
}
.blog .swiper_posts_wrapper .swiper_posts_next svg {
  width: 24px;
  max-width: 100%;
  height: auto;
}
.blog .swiper_posts_wrapper .swiper_posts_next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.blog .swiper_posts {
  overflow: hidden;
}
.blog .swiper_posts .swiper-slide {
  position: relative;
  border: 1px solid #eeeae5;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
}
.blog .swiper_posts .swiper-slide .category {
  padding: 0 10px;
  border-radius: 8px;
  background: #0b3948;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .blog .swiper_posts .swiper-slide .category {
    padding: 4px 8px;
    font-size: 12px;
    left: 14px;
  }
}
@media (max-width: 599px) {
  .blog .swiper_posts .swiper-slide .category {
    padding: 0 4px;
    top: 10px;
    left: 12px;
  }
}
.blog .swiper_posts .swiper-slide .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 452/209;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .blog .swiper_posts .swiper-slide .thumb {
    aspect-ratio: 337/224;
  }
}
@media (max-width: 599px) {
  .blog .swiper_posts .swiper-slide .thumb {
    aspect-ratio: 297/159;
  }
}
.blog .swiper_posts .swiper-slide .title {
  flex-grow: 1;
  margin-top: 16px;
  padding: 0 20px;
}
.blog .swiper_posts .swiper-slide .title h3 {
  margin: 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .blog .swiper_posts .swiper-slide .title h3 {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .blog .swiper_posts .swiper-slide .title h3 {
    font-size: 16px;
  }
}
.blog .swiper_posts .swiper-slide .meta {
  margin: 25px 0 38px;
  padding-left: 26px;
  padding-right: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.blog .swiper_posts .swiper-slide .meta .date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 148%;
  text-align: center;
  color: #0b3948;
}
.blog .swiper_posts .swiper-slide .meta .date .icon {
  flex-shrink: 0;
  width: auto;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog .swiper_posts .swiper-slide .meta .link {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 148%;
  text-align: center;
  color: #0b3948;
}
.blog .swiper_posts .swiper-slide .meta .link svg {
  flex-shrink: 0;
  width: 23px;
  height: auto;
}

.testimonials {
  padding: 80px 0 60px;
  background: #fff;
}
@media (max-width: 599px) {
  .testimonials {
    padding: 0 30px;
    background: transparent;
  }
}
.testimonials .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .testimonials .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .testimonials .wrapper {
    padding: 60px 20px 50px;
    background: #fff;
  }
}
.testimonials .section_subtitle {
  padding: 10px 15px 8px;
  border-radius: 100px;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: #0b3948;
}
.testimonials .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .section_title {
  margin: 15px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .testimonials .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .testimonials .section_title {
    font-size: 20px;
    line-height: 125%;
    letter-spacing: initial;
    text-transform: initial;
  }
}
.testimonials .swiper_reviews {
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonials .swiper_reviews {
    margin-top: 40px;
    max-width: 640px;
  }
}
.testimonials .swiper_reviews .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials .swiper_reviews .swiper-slide .name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  color: #0b3948;
}
.testimonials .swiper_reviews .swiper-slide .stars {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonials .swiper_reviews .swiper-slide .stars svg {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .swiper_reviews .swiper-slide .text {
  margin-top: 10px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
  text-align: center;
  color: #748289;
}
@media (max-width: 599px) {
  .testimonials .swiper_reviews .swiper-slide .text {
    font-size: 14px;
    line-height: 171%;
    padding: 0 21px;
  }
  .testimonials .swiper_reviews .swiper-slide .text br {
    display: none;
  }
}
.testimonials .swiper_reviews .swiper_reviews_dots {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .testimonials .swiper_reviews .swiper_reviews_dots {
    margin-top: 35px;
  }
}
@media (max-width: 599px) {
  .testimonials .swiper_reviews .swiper_reviews_dots {
    margin-top: 45px;
  }
}
.testimonials .swiper_reviews .swiper_reviews_dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
  margin: 0;
  transition: 0.35s;
}
.testimonials .swiper_reviews .swiper_reviews_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #181b2b;
}