img{
  width: 100%;
}

.btn--def {
  padding: 12px 20px;
  background-color: #41b4d4;
  color: #ffffff;
}

.btn--def:hover {
  background-color: #0984d1;
  color: #ffffff;
}

.btn--def:active {
  background-color: #035e96;
  color: #ffffff;
}

.title.light {
  color: #ffffff;
}

.title--xxl {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 2%;
}
@media (min-width: 834px) {
  .title--xxl {
    font-size: 56px;
    line-height: 67px;
  }
}
.title--xl {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}
@media (min-width: 1200px) {
  .title--xl {
    font-size: 46px;
    line-height: 55px;
  }
}

.header {
  position: relative;
  padding: 14px 0;
}
@media (min-width: 1400px) {
  .header {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .header .container {
    max-width: 1420px;
  }
}
.header .header__logo {
  max-width: 151px;
}
@media (min-width: 1400px) {
  .header .header__logo {
    max-width: 238px;
  }
}
.header .header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 88px;
}
.header .nav_list {
  display: flex;
}
.header .nav_list .nav_list__item:last-child .nav_list__link {
  border-right: none;
}
.header .nav_list .nav_list__link {
  display: inline-block;
  padding: 38px 15px 34px;
  font-family: "Nokora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0b0e38;
  border-right: 1px solid #c8d8ea;
  transition: all 250ms ease-out;
}
.header .nav_list .nav_list__link.active {
  color: #1337bf;
  background-color: #e0efff;
}
.header .nav_list .nav_list__link:hover {
  background-color: #e0efff;
}
.header .burger_btn {
  width: 44px;
  height: 44px;
}
.header .burger_btn .close {
  display: none;
}
.header .burger_btn[aria-expanded=true] .close {
  display: inline;
}
.header .burger_btn[aria-expanded=true] .open {
  display: none;
}
.header .mobile-menu {
  padding: 30px 12px 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.header .mobile-menu .nav_list {
  max-width: 210px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.header .mobile-menu .nav_list .nav_list__link {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
}

.hero .hero__wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(180deg, #d1efff 0%, #81c0e2 100%);
}
.hero .hero__content {
  display: flex;
  justify-content: center;
}
@media (min-width: 1400px) {
  .hero .hero__content {
    justify-content: flex-end;
    padding-right: 40px;
  }
}
.hero .hero__box {
  max-width: 588px;
  padding: 45px 13px;
}
.hero .hero__box .title {
  text-align: center;
}
@media (min-width: 1400px) {
  .hero .hero__box .title {
    text-align: left;
  }
}
.hero .insurance_types {
  margin-top: 50px;
}

.hero .insurance_types .insurance_types__item_wrap {
  border-radius: 20px;
  overflow: hidden;
}

.hero .insurance_types .insurance_types__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 104px;
  border: 4px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(117, 181, 239, 0.6) 100%);
  border-radius: 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
                    linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(117, 181, 239, 0.6));
  background-origin: border-box;
  background-clip: content-box, border-box;
  z-index: 0;
}

@media (min-width: 768px) {
  .hero .insurance_types .insurance_types__item {
    flex-direction: column;
    justify-content: center;
    height: 184px;
    padding: 0;
    gap: 12px;
    background-image: url("../images/card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
  }
}

.hero .insurance_types .insurance_types__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../images/cardHover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  transition: all 250ms ease-out;
}

.hero .insurance_types .insurance_types__item:hover::before {
  opacity: 1;
}

.hero .insurance_types .insurance_types__img {
  margin-left: 20px;
  max-width: 75px;
  height: 75px;
}

@media (min-width: 768px) {
  .hero .insurance_types .insurance_types__img {
    margin: 0 auto;
    max-width: 129px;
    height: 106px;
  }
  .hero .insurance_types .insurance_types__img--home img {
    transform: scale(1.3);
  }
}

.hero .insurance_types .insurance_types__img img {
  object-fit: contain;
}

.hero .insurance_types .insurance_types__text {
  font-family: "Nokora", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #0b0e38;
}

.brands {
  padding: 12px 0;
}
@media (max-width: 1200px) {
  .brands .container {
    margin: 0;
    padding: 0 0 0 30px;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .brands .container {
    margin: 0;
    padding: 0 0 0 18px;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .brands .brands__wrap {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.brands .brands__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  width: 288px;
  flex-shrink: 0;
}
.brands .brands_list .swiper-slide {
  width: 120px;
}
@media (min-width: 768px) {
  .brands .brands_list .swiper-slide {
    width: 167px;
  }
}
.brands .brands_list .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .brands .brands_list .swiper-slide img {
    height: 48px !important;
  }
}

.steps {
  padding: 47px 0 6px;
  background-image: linear-gradient(180deg, #ffffff 0%, #dbecff 100%);
}
@media (min-width: 768px) {
  .steps {
    padding: 47px 0;
  }
}
.steps .steps__subtitle {
  margin-top: 16px;
  font-size: 18px;
  line-height: 20px;
  color: #0b0e38;
}
.steps .steps__head {
  margin: 0 0 34px;
}
.steps .steps_list .steps_list__item {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.steps .steps_list .steps_list__item:first-child {
  margin-top: 0;
}
.steps .steps_list .steps_list__img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
@media (min-width: 834px) {
  .steps .steps_list .steps_list__img {
    width: 95px;
    height: 95px;
  }
}
.steps .steps_list .steps_list__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 834px) {
  .steps .steps_list .steps_list__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (max-width: 833px) {
  .steps .steps_list .steps_list__text {
    font-size: 14px;
    line-height: 17px;
  }
}

.protect {
  padding: 40px 0 0;
  background-image: url("../images/illustrationProtect.png");
  background-repeat: no-repeat;
  background-size: 1176px auto, cover; 
  background-position: center top 130px;

  a.disabled {
    pointer-events: none;
    cursor: not-allowed;
}
}
@media (min-width: 345px) {
  .protect {
    background-image: url("../images/illustrationProtect.png");
    background-position: center top 100px;
  }
}
@media (min-width: 422px) {
  .protect {
    background-position: center top 73px;
  }
}
@media (min-width: 1200px) {
  .protect {
    padding-top: 60px;
    background-position: center bottom;
  }
}
.protect .title {
  text-align: center;
}
.protect .protect__list {
  margin-top: 168px;
}
.protect .protect_item {
  height: 149px;
  padding: 14px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  transition: all 250ms ease-out;

  &.disabled {
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .protect .protect_item {
    height: 238px;
    padding: 16px;
  }
}
.protect .protect_item:hover {
  box-shadow: 0px 4px 24px 0px #ffffff inset;
}
.protect .protect_item--life {
  background-image: url("../images/lifebuoy.png"), linear-gradient(129.49deg, #aae4fa 27.41%, #70b3f0 80.95%);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 258px auto, cover; 
}
@media (min-width: 1200px) {
  .protect .protect_item--life {
    background-image: url("../images/lifebuoy.png"), linear-gradient(129.49deg, #aae4fa 27.41%, #70b3f0 80.95%);
  }
}
.protect .protect_item--auto {
  background-image: url("../images/auto.png"), linear-gradient(129.49deg, #7bb2cd 27.41%, #d3e7f2 80.95%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 217px auto, cover; 
}
@media (min-width: 1200px) {
  .protect .protect_item--auto {
    background-image: url("../images/auto.png"), linear-gradient(129.49deg, #7bb2cd 27.41%, #d3e7f2 80.95%);
  }
}
.protect .protect_item--home {
  background-image: url("../images/house.png"), linear-gradient(180deg, #ade0fb 0%, #8fbdf5 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 221px auto, cover; 
}
@media (min-width: 1200px) {
  .protect .protect_item--home {
    background-image: url("../images/house.png"), linear-gradient(180deg, #ade0fb 0%, #8fbdf5 100%);
  }
}
.protect .protect_item--health {
  background-image: url("../images/health.png"), linear-gradient(129.49deg, #87d8ff 27.41%, #38b0f6 80.95%);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 166px auto, cover; 
}
@media (min-width: 1200px) {
  .protect .protect_item--health {
    background-image: url("../images/health.png"), linear-gradient(129.49deg, #87d8ff 27.41%, #38b0f6 80.95%);
  }
}
.protect .protect_item .protect_item__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}

.protect_item__text__mini{
  font-size: 16px;
}

@media (max-width: 834px) {
  .protect .protect_item--life {
    background-size: 133px auto, cover; 
  }

  .protect .protect_item--auto {
    background-size: 116px auto, cover; 
  }

  .protect .protect_item--home {
    background-size: 146px auto, cover; 
  }

  .protect .protect_item--health {
    background-size: 90px auto, cover; 
}
}

@media (min-width: 1200px) {
  .protect .protect_item .protect_item__text {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0%;
  }

  .protect_item__text__mini{
    font-size: 16px;
}
}

.testimonials {
  margin: 48px 0 0;
  padding: 56px 0 86px;
}
@media (min-width: 768px) {
  .testimonials {
    margin-top: 0;
    padding: 39px 0 44px;
  }
}
@media (min-width: 1200px) {
  .testimonials {
    margin: 87px 0 40px;
    padding: 30px 0 110px;
  }
}
.testimonials .testimonials__head {
  margin-bottom: 58px;
  text-align: center;
}
@media (min-width: 768px) {
  .testimonials .testimonials__head {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.testimonials .testimonials__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .testimonials .testimonials__btns {
    margin-top: 0;
  }
}
.testimonials .slider_nav {
  display: flex;
  gap: 10px;
}
.testimonials .slider_nav .slider_nav__prev,
.testimonials .slider_nav .slider_nav__next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #41b4d4;
  border-radius: 50%;
  background-color: #ffffff;
}
.testimonials .slider_nav .slider_nav__prev svg,
.testimonials .slider_nav .slider_nav__next svg {
  stroke: #41b4d4;
}
.testimonials .slider_nav .slider_nav__prev.swiper-button-disabled,
.testimonials .slider_nav .slider_nav__next.swiper-button-disabled {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.testimonials .slider_nav .slider_nav__prev.swiper-button-disabled svg,
.testimonials .slider_nav .slider_nav__next.swiper-button-disabled svg {
  stroke: #a7a8a7;
}
@media (max-width: 1200px) {
  .testimonials .container.container--testimonials_slider {
    margin: 0;
    padding: 0 0 0 38px;
    max-width: none;
  }
}
@media (max-width: 575px) {
  .testimonials .container.container--testimonials_slider {
    margin: 0;
    padding: 0 0 0 18px;
    max-width: none;
  }
}
.testimonials .testimonials_slider {
  padding-bottom: 4px;
}
.testimonials .testimonials_slider .swiper-slide {
  max-width: 284px;
  height: auto;
}
@media (min-width: 768px) {
  .testimonials .testimonials_slider .swiper-slide {
    max-width: 314px;
  }
}
.testimonials .testimonials_slider .swiper-slide:nth-child(4n+1) .testimonial__user, .testimonials .testimonials_slider .swiper-slide:nth-child(1) .testimonial__user {
  background-color: #58b1f7;
}
.testimonials .testimonials_slider .swiper-slide:nth-child(4n+2) .testimonial__user, .testimonials .testimonials_slider .swiper-slide:nth-child(2) .testimonial__user {
  background-color: #80d6e3;
}
.testimonials .testimonials_slider .swiper-slide:nth-child(4n+3) .testimonial__user, .testimonials .testimonials_slider .swiper-slide:nth-child(3) .testimonial__user {
  background-color: #80ace3;
}
.testimonials .testimonials_slider .swiper-slide:nth-child(4n+4) .testimonial__user, .testimonials .testimonials_slider .swiper-slide:nth-child(4) .testimonial__user {
  background-color: #8580e3;
}
.testimonials .testimonial {
  padding: 20px;
  border: 1px solid #87bfff;
  border-radius: 16px;
  height: 100%;
}
@media (min-width: 1400px) {
  .testimonials .testimonial {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .testimonials .testimonial {
    padding: 35px 30px;
  }
}
.testimonials .testimonial .testimonial__head {
  display: flex;
  gap: 13px;
}
.testimonials .testimonial .testimonial__user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 50%;
  font-weight: 300;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 2%;
  color: #ffffff;
  background-color: red;
}
.testimonials .testimonial .testimonial__stars {
  width: 130px;
}
.testimonials .testimonial .testimonial__name {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2%;
}
.testimonials .testimonial .testimonial__body {
  margin: 13px 0 0;
}
.testimonials .testimonial .testimonial__text {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 2%;
}

.advantages {
  position: relative;
  padding: 53px 0;
  background-image: url("../images/advantages/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .advantages {
    padding: 73px 0;
  }
}
.advantages .advantages_shield {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 189px;
  height: 195px;
}
@media (min-width: 834px) {
  .advantages .advantages_shield {
    display: block;
  }
}
@media (min-width: 1400px) {
  .advantages .advantages_shield {
    top: 198px;
    right: auto;
    left: 50%;
    transform: translateX(-60%);
    width: 207px;
    height: 214px;
  }
}
.advantages .title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .advantages .title {
    margin-bottom: 16px;
  }
}
.advantages .advantages__row {
  position: relative;
  max-width: 1207px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 6px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .advantages .advantages__row {
    row-gap: 36px;
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
}
.advantages .advantages_item {
  max-width: 300px;
  padding: 30px 30px 46px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1200px) {
  .advantages .advantages_item {
    max-width: none;
    width: calc(50% - 30px);
  }
}
.advantages .advantages_item--carrier {
  background-image: url("../images/advantages/bg/mobile/carrier.png");
}
@media (min-width: 1200px) {
  .advantages .advantages_item--carrier {
    padding: 56px 30px 30px 60px;
    background-image: url("../images/advantages/bg/carrier.png");
  }
}
.advantages .advantages_item--personalization {
  background-image: url("../images/advantages/bg/mobile/personalization.png");
}
@media (min-width: 1200px) {
  .advantages .advantages_item--personalization {
    padding: 53px 42px 27px 30px;
    background-image: url("../images/advantages/bg/personalized.png");
  }
}
.advantages .advantages_item--experience {
  background-image: url("../images/advantages/bg/mobile/experience.png");
}
@media (min-width: 1200px) {
  .advantages .advantages_item--experience {
    padding: 18px 38px 52px 30px;
    background-image: url("../images/advantages/bg/experience.png");
  }
}
.advantages .advantages_item--quick {
  background-image: url("../images/advantages/bg/mobile/quick.png");
}
@media (min-width: 1200px) {
  .advantages .advantages_item--quick {
    padding: 18px 30px 54px 30px;
    background-image: url("../images/advantages/bg/quick.png");
  }
}
.advantages .advantages_item .advantages_item__head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.advantages .advantages_item .advantages_item__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.advantages .advantages_item .advantages_item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.advantages .advantages_item .advantages_item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 1400px) {
  .advantages .advantages_item .advantages_item__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }
}
.advantages .advantages_item .advantages_item__text span {
  color: #9cfff8;
}

.knowledge {
  padding: 66px 0;
}
@media (min-width: 1200px) {
  .knowledge {
    padding: 99px 0;
  }
}
.knowledge .title {
  margin-bottom: 26px;
  text-align: center;
}
.knowledge .article_item {
  border-radius: 20px;
  background-color: #a7a8a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 109px 20px 20px;
  padding: 20px;
  height: 293px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .knowledge .article_item {
    height: auto;
    display: block;
  }
}
.knowledge .article_item--life {
  background-image: url("../images/knowledgeImg1.jpg");
}
@media (min-width: 1200px) {
  .knowledge .article_item--life {
    padding: 100px 20px 20px;
  }
}
.knowledge .article_item--home {
  margin-top: 20px;
  background-image: url("../images/knowledgeImg2.jpg");
}
@media (min-width: 1200px) {
  .knowledge .article_item--home {
    padding: 32px 30px 165px 20px;
  }
}
.knowledge .article_item--auto {
  background-image: url("../images/knowledgeImg3.jpg");
}
@media (min-width: 1200px) {
  .knowledge .article_item--auto {
    padding: 20px 20px 279px;
  }
}
.knowledge .article_item__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .knowledge .article_item__date {
    font-size: 14px;
    line-height: 18px;
  }
}
.knowledge .article_item__title {
  margin-top: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 768px) {
  .knowledge .article_item__title {
    font-size: 30px;
    line-height: 39px;
  }
}
.knowledge .article_item__descr {
  margin-top: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .knowledge .article_item__descr {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.knowledge .article_card {
  display: flex;
  gap: 11px;
  margin: 22px 0 0;
}
.knowledge .article_card--quote {
  margin-top: 32px;
}
.knowledge .article_card__img {
  width: 107px;
  height: 95px;
  flex-shrink: 0;
}
.knowledge .article_card__date {
  color: #0b0e38;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.knowledge .article_card__title {
  margin-top: 4px;
  color: #0b0e38;
  font-family: "Nokora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.44px;
}
.knowledge .article_card__descr {
  margin-top: 10px;
  color: #0b0e38;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 768px) {
  .knowledge .article_card__descr {
    font-size: 16px;
    line-height: 20px;
  }
}

.offers {
  padding: 36px 0;
  background-image: linear-gradient(180deg, #ddedff 0%, #fff 100%);
}
@media (min-width: 1200px) {
  .offers {
    padding: 72px 0;
  }
}
.offers .offers__wrap {
  padding: 60px 20px;
  background-image: linear-gradient(270deg, rgba(68, 127, 145, 0) 0%, #065075 100%), url("../images/browseOffersImg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  border-radius: 24px;
  background-color: #e2f0fc;
}
@media (max-width: 576px) {
  .offers .offers__wrap {
    background-image: linear-gradient(270deg, rgba(68, 127, 145, 0) 0%, #065075 100%), url("../images/browseOffersImg.jpg");
    background-position: left, left center;
    background-size: 100% 100%, auto 100%;
  }
}
@media (min-width: 1200px) {
  .offers .offers__wrap {
    padding: 82px 50px;
  }
}
.offers .offers__box {
  max-width: 528px;
}
.offers .offers_fields {
  margin: 36px 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .offers .offers_fields {
    flex-wrap: nowrap;
  }
}
.offers .select_box.auto::before {
  content: "";
  background-image: url("../images/icons/auto.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
.offers .offers_select {
  padding: 19px 20px;
  border-radius: 12px;
  background-color: #ffffff;
  border: none;
  color: #01132e;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.offers .ss-values .offers_select__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.offers .ss-values .offers_select__option::before {
  width: 22px;
  height: 22px;
}
.offers .ss-values .auto::before {
  content: url("../images/icons/auto.svg");
}
.offers .ss-values .life::before {
  content: url("../images/icons/life.svg");
}
.offers .ss-values .home::before {
  content: url("../images/icons/home.svg");
}
.offers .offers_input {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 19px 20px 19px 47px;
  width: 100%;
  border: none;
  background-image: url("../images/icons/pin.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 22px 22px;
  color: #01132e;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  border: 1px solid transparent;
  transition: all 250ms ease-out;
}
@media (min-width: 768px) {
  .offers .offers_input {
    max-width: 176px;
  }
}
.offers .offers_input:focus {
  outline: none;
  box-shadow: none;
}
.offers .offers_input.invalid {
  border-color: #d63928;
}
.offers .btn {
  width: 100%;
}

.ss-content {
  border-radius: 16px !important;
}
.ss-content .ss-list .ss-option {
  padding: 16px 20px;
  transition: all 250ms ease-out;
}
.ss-content .ss-list .ss-option:hover {
  background-color: #e0efff !important;
}
.ss-content .ss-list .ss-option.ss-selected {
  background-color: #e0efff !important;
}
.ss-content .ss-list .ss-option .offers_select__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #01132e;
}
.ss-content .ss-list .ss-option .offers_select__option::before {
  width: 22px;
  height: 22px;
}
.ss-content .ss-list .ss-option .auto::before {
  content: url("../images/icons/auto.svg");
}
.ss-content .ss-list .ss-option .life::before {
  content: url("../images/icons/life.svg");
}
.ss-content .ss-list .ss-option .home::before {
  content: url("../images/icons/home.svg");
}

.ss-content .ss-search {
  display: none !important;
}


.privacy {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
  padding: 25px;
  background-color: #ffffff;
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: block;

   &.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.privacy .privacy__box {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  justify-content: space-between;
}

.privacy__text{
  color: #0b0e38;
  font-size: 18px;
  margin-bottom: 10px;
}

.privacy__text a{
  color: #0b0e38;
  text-decoration: underline;
  transition: all .3s;
}

.privacy__text a:hover{
  color: #1a2185;
}

.privacy__btn__group{
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}

.btn--privacy {
  padding: 8px 16px;
  background-color: #0b0e38;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
}

.btn--privacy:hover {
  background-color: #0071da;
  color: #ffffff;
}

.btn--privacy:active {
  background-color: #0091da;
  color: #ffffff;
}

@media (max-width: 835px) {
  .privacy {
    padding: 30px;   
  }

  .privacy__box{
    align-items: center;
  }

  .privacy__text {
    font-size: 16px;
  }
}

@media (max-width: 755px) {
  .privacy .privacy__box {
    flex-direction: column;
    align-items: center;
    
  }
}


.faq_page {
  height: 100%;
  padding: 50px 0;
  background-image: url("../images/insurance-page/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.faq_page .article_head {
  padding: 100px 15px 25px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .faq_page .article_head {
    padding: 100px 40px 20px 20px;
  }
}
.faq_page .article_head--life {
  background-image: url("../images/insurance-page/life.png");
}
.faq_page .article_head--auto {
  background-image: url("../images/insurance-page/auto.png");
}
.faq_page .article_head--home {
  background-image: url("../images/insurance-page/home.png");
}
.faq_page .article_head--mistakes {
  background-image: url("../images/insurance-page/mistakes.png");
}
.faq_page .article_head--quote {
  background-image: url("../images/insurance-page/quote.png");
}
.faq_page .article_head .article_head__date {
  font-size: 14px;
  line-height: 18px;
}
.faq_page .article_head .article_head__title {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .faq_page .article_head .article_head__title {
    font-size: 30px;
    line-height: 39px;
  }
}
.faq_page .article_head .article_head__descr {
  margin-top: 10px;
}
.faq_page .article_body {
  margin-top: 23px;
}
.faq_page .article_body .article_body__title {
  margin: 24px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.66px;
  color: #0161ac;
}
.faq_page .article_body .article_body__subtitle {
  margin: 24px 0 7px;
  color: #0b0e38;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.faq_page .article_body .article_list {
  margin-top: 7px;
  list-style-type: disc;
  padding-left: 25px;
}
.faq_page .article_body .article_list .article_list__item {
  margin-bottom: 10px;
}
.faq_page .article_body .article_list .article_list__item span {
  font-weight: 700;
}
.faq_page .article_body .article_body__final {
  margin: 43px 0 0;
  padding: 20px;
  border-radius: 20px;
  background-color: #def4ff;
}
.faq_page .article_body .article_body__final .article_body__title {
  margin-top: 0;
}
.faq_page .article_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #1337bf;
}
.faq_page .comparison_table {
  margin-top: 43px;
  padding: 40px;
  border-radius: 30px;
  background-color: #0b0e38;
  overflow-x: auto;
}
.faq_page .comparison_table .article_body__title {
  margin: 0 0 10px;
  color: #ffffff;
  white-space: nowrap;
}
.faq_page .comparison_table .table {
  margin: 0;
  table-layout: fixed;
  border-spacing: 7px;
  border-collapse: separate;
  background-color: #0b0e38;
}
.faq_page .comparison_table .table th,
.faq_page .comparison_table .table td {
  padding: 10px;
  text-align: center;
  width: 269px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.528px;
  vertical-align: middle;
}
.faq_page .comparison_table .table th:first-child {
  background-color: #0f2b8a;
  font-weight: 700;
}
.faq_page .comparison_table .table th:nth-child(2) {
  background-color: rgba(77, 127, 255, 0.5);
}
.faq_page .comparison_table .table th:nth-child(3) {
  background-color: rgba(77, 187, 255, 0.5);
}
.faq_page .comparison_table .table th:nth-child(4) {
  background-color: rgba(77, 231, 255, 0.5);
}
.faq_page .comparison_table .table td:first-child {
  background-color: rgba(15, 43, 138, 0.5);
}
.faq_page .comparison_table .table td:nth-child(2) {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(77, 127, 255, 0.2) 0%, rgba(46, 76, 153, 0.2) 100%);
}
.faq_page .comparison_table .table td:nth-child(3) {
  background: linear-gradient(90deg, rgba(77, 187, 255, 0.2) 0%, rgba(46, 112, 153, 0.2) 100%);
}
.faq_page .comparison_table .table td:nth-child(4) {
  background: linear-gradient(90deg, rgba(77, 231, 255, 0.2) 0%, rgba(46, 139, 153, 0.2) 100%);
}
.faq_page .other_articles {
  overflow: auto;
  padding-right: 42px;
}
.faq_page .other_articles .simplebar-scrollbar::before {
  border-radius: 20px;
  background: #d6ddea;
  opacity: 1;
}
.faq_page .other_articles .simplebar-track.simplebar-vertical {
  width: 15px;
}
.faq_page .other_articles .other_articles__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq_page .other_articles .article_card {
  display: flex;
  gap: 11px;
}
.faq_page .other_articles .article_card__img {
  width: 107px;
  height: 95px;
  flex-shrink: 0;
}
.faq_page .other_articles .article_card__date {
  color: #0b0e38;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.faq_page .other_articles .article_card__title {
  margin-top: 4px;
  color: #0b0e38;
  font-family: "Nokora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.396px;
}

.content_wrap {
  padding: 60px 10px;
  border-radius: 50px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .content_wrap {
    padding: 30px;
  }
}

.contact_page {
  height: 100%;
  padding: 59px 0 131px;
  background-image: url("../images/insurance-page/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .contact_page {
    padding: 154px 0 134px;
  }
}
.contact_page .title {
  text-align: center;
}
.contact_page .contact_form {
  max-width: 907px;
  margin: 56px auto 0;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #91a4d5;
  background: #fff;
}
@media (min-width: 992px) {
  .contact_page .contact_form {
    padding: 30px 45px;
  }
}
.contact_page .contact_form .contact_form__text {
  text-align: center;
}
.contact_page .contact_form .contact_form__item {
  margin-top: 18px;
}
.contact_page .contact_form .contact_form__label {
  margin-bottom: 4px;
  display: block;
  color: #0b0e38;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.contact_page .contact_form .contact_form__label span {
  color: #d63928;
}
.contact_page .contact_form .contact_form__input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #0b0e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact_page .contact_form .error {
  margin: 4px 0 0;
  color: #d63928;
  font-size: 12px;
  line-height: 14px;
}
.contact_page .contact_form .contact_form__textarea {
  resize: none;
  width: 100%;
  height: 74px;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact_page .contact_form .btn-wrap {
  margin: 18px 0 0;
  text-align: center;
}

.contact__btn:hover{
  color: #ffffff;
}

@media (max-width: 575px) {
  .contact_page .contact_form .btn {
    width: 100%;
  }
}

.personal_info {
  padding: 64px 0 73px;
  background-image: url("../images/do-not-sell/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .personal_info {
    padding-bottom: 86px;
  }
}
@media (min-width: 1400px) {
  .personal_info .container {
    max-width: 1420px;
  }
}
.personal_info .personal_info__title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #161616;
}
@media (min-width: 768px) {
  .personal_info .personal_info__title {
    font-size: 38px;
    line-height: 38px;
  }
}
.personal_info .personal_info__text {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.personal_info .manage_data {
  margin: 56px 0 0;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.personal_info .manage_data .link {
  color: #0b6add;
}
@media (min-width: 992px) {
  .personal_info .manage_data {
    padding: 28px;
    margin-top: 32px;
  }
}
.personal_info .manage_data__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: capitalize;
}
.personal_info .contact_form {
  margin-top: 56px;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #91a4d5;
  background: #fff;
}
@media (min-width: 992px) {
  .personal_info .contact_form {
    margin: 0;
    padding: 30px;
  }
}
.personal_info .contact_form .contact_form__text {
  text-align: center;
}
.personal_info .contact_form .contact_form__item {
  margin-top: 18px;
}
.personal_info .contact_form .contact_form__label {
  margin-bottom: 4px;
  display: block;
  color: #0b0e38;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.personal_info .contact_form .contact_form__label span {
  color: #d63928;
}
.personal_info .contact_form .contact_form__input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #0b0e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.personal_info .contact_form .error {
  margin: 4px 0 0;
  color: #d63928;
  font-size: 12px;
  line-height: 14px;
}
.personal_info .contact_form .contact_form__textarea {
  resize: none;
  width: 100%;
  height: 74px;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.personal_info .contact_form .btn-wrap {
  margin: 18px 0 0;
  text-align: center;
}
@media (max-width: 575px) {
  .personal_info .contact_form .btn {
    width: 100%;
  }
}
.personal_info .contact_form .select_request {
  width: 100%;
  padding: 8px 12px 8px 12px;
}
.personal_info .contact_form .select_request .ss-placeholder {
  padding: 0;
}
.personal_info .contact_form .select_request.ss-main .ss-values {
  overflow: hidden;
}
.personal_info .contact_form .select_request.ss-main .ss-values .ss-single {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.personal_info .contact_form .agreement {
  display: flex;
  font-family: "Nokora", sans-serif;
}
.personal_info .contact_form .agreement .agreement__checkbox {
  margin: 8px 16px 0 8px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/do-not-sell/checkbox.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.personal_info .contact_form .agreement .agreement__checkbox:checked {
  background-image: url("../images/do-not-sell/checkbox-checked.svg");
}
.personal_info .success_message {
  margin-top: 56px;
  padding: 60px 20px 261px;
  border: 1px solid #91a4d5;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .personal_info .success_message {
    margin: 0;
    padding: 102px 48px 210px;
  }
}
.personal_info .success_message .success_message__icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.personal_info .success_message .success_message__title {
  margin: 31px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .personal_info .success_message .success_message__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.personal_info .success_message .success_message__text {
  max-width: 495px;
  margin: 0 auto;
}

.ss-content.select_request {
  padding: 8px 12px 8px 17px;
  margin-top: 4px !important;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 6px !important;
}
.ss-content.select_request .ss-list .ss-option {
  padding: 2px 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:hover {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:last-child {
  margin-bottom: 0;
}
.ss-content.select_request .ss-list .ss-option::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/do-not-sell/radio.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ss-content.select_request .ss-list .ss-option.ss-selected {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option.ss-selected::before {
  background-image: url("../images/do-not-sell/radio-checked.svg");
}