@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

header {
  position: relative;
  background: url(../assets/images/header-bg.png);
  background-position: center;
  background-size: cover;
  padding-bottom: 228px;
}

.header_content {
  max-width: 643px;
  margin-top: 42px;
}
.header_content h1 {
  /* H1 */
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: left;
  color: rgb(0, 0, 0);
}

.header_content h1 span {
  color: rgb(105, 41, 155);
}

.header_line {
  width: 98px;
  background: rgb(255, 255, 255);
  height: 4px;
  margin: 40px 0;
}

.header_content p {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 40px;
}

.main_btn {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
  border: none;
  height: 80px;
  width: 400px;
  border-radius: 39.5px;
  transition: all 0.4s ease;
  box-shadow: 0px 15px 20px -10px rgba(81, 31, 120, 0.4);
  background: linear-gradient(
    90deg,
    rgb(123, 46, 183),
    rgb(152, 60, 224) 50%,
    rgb(123, 46, 183) 100%
  );
}
.main_btn:hover {
  transition: all 0.4s ease;

  box-shadow: 0px 15px 20px -10px rgba(81, 31, 120, 0.4);
  background: linear-gradient(
    90deg,
    rgb(152, 60, 224),
    rgb(190, 106, 255) 50%,
    rgb(152, 60, 224) 100%
  );
}

.header_content .main_btn {
  width: 342px;
}

.desctop_logo {
  margin-left: -250px;
}

.protect_block {
  height: 445px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(251, 243, 232);
  padding-right: 98px;
}

.desc_protect_img {
  margin-top: -36px;
  margin-left: -43px;
}
.block_title_sec h4 {
  /* H2 */
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
}
.protect_block .block_title_sec h4 {
  line-height: 46px;
}
.block_title_sec h4 span {
  color: rgb(105, 41, 155);
}

.block_title_sec p {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}
.protect_block .block_title_sec p {
  max-width: 527px;
}
.center_title h4 {
  text-align: center;
}
.center_title p {
  text-align: center;
  max-width: none;
}

.plan_block {
  padding: 120px 0;
}
.center_title {
  margin-bottom: 80px;
}

.plan_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 24px;
}
.plan_card {
  border-radius: 0px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(251, 243, 232);
  padding: 0 37px 30px;
}
.plan_card div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan_card img {
  margin-top: -40px;
}

.plan_card p {
  margin-top: 30px; /* H3 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 25px;
}

.plan_card span {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

.price_block {
  border-radius: 40px;
  height: 400px;
  background: rgb(251, 243, 232);
  padding-left: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block_title h4 {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;

  text-align: left;
  margin-bottom: 30px;
}

.block_title h4 span {
  color: rgb(105, 41, 155);
}

.block_title p {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

.price_img {
  margin-right: -80px;
  margin-top: -105px;
  right: 0;
  position: absolute;
}
.price_block button {
  margin-top: 40px;
}
.block_title_sec_desc span {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}
.choose_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding-top: 60px;
}
.choose_block .block_title_sec {
  width: 60%;
}
.choose_img {
  margin-left: -100px;
}

.reviews {
  padding: 120px 0;
}
.reviews .block_title_sec_desc span {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
}

.reviews_cards {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.review_card {
  border-radius: 0px 20px 60px 20px;
  padding: 40px 30px;
  background: rgb(251, 243, 232);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review_card_text p {
  /* H3 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
}
.review_card_text span {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

.review_card_author {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.review_card_author div img {
  margin: 6px 0;
}

.review_card_author p {
  /* H4 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.review_card_author h5 {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;

  letter-spacing: 0%;
  text-align: left;
}

.review_card_author div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.protect_today_img {
  margin-top: -46px;
}
.buil_in p {
  max-width: none;
}

.buil_in {
  padding: 120px 0;
}

.builtin_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.builin_card {
  border-radius: 0px 20px 40px 20px;
  padding: 50px 30px;
  background: rgb(251, 243, 232);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.builin_card p {
  width: 70%; /* H3 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.faq {
  margin-bottom: 120px;
}

.faq_wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 45px;
  margin-top: 40px;
}

.faq_list {
  width: 55%;
}

.faq_item {
  border-radius: 20px;
  padding: 30px;
  background: rgb(251, 243, 232);
  margin-bottom: 24px;
}

.faq_item_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_item_title p {
  /* H3 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.faq_item_desc p {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}
.faq_item_desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq_item.faq_item_active .faq_item_desc {
  max-height: 500px; /* Установи подходящее значение */
}
.faq_item_title img {
  transition: transform 0.4s ease;
}

.faq_item.faq_item_active .faq_item_title img {
  transition: transform 0.4s ease;
  transform: rotate(180deg);
}

.faq_img {
  width: 45%;
}

.find_plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  padding: 50px 60px;
  background: rgb(251, 243, 232);
  gap: 20px;
}

.find_plan .main_btn {
  width: 348px;
}

footer {
  padding: 95px 0 52px;
  background: url(../assets/images/footer-bg.png);
  background-size: cover;
  background-position: top;
  margin-top: 50px;
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer p {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}

.footer_right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.privacy {
  background: url(../assets/images/privacy-bg.png);
  background-position: center;
  background-size: cover;
  width: 100%;
}

.back_page {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  margin-top: -50px;
}

.back_page p {
  /* H3 tablet */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.privacy_content {
  border-radius: 40px;
  padding: 0 47px 0 40px;
  background: rgb(255, 255, 255);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.privacy_content div {
  padding: 40px 0 60px;
  max-width: 668px;
}
.privacy_content h2 {
  /* H2 */
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 40px;
}
.privacy_content p {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

.privacy_footer {
  margin-top: 100px;
  background: url(../assets/images/footer-bg-privacy.png);
  background-position: top;
  background-size: cover;
}

.main_wrapper {
  overflow: hidden;
}
.mid_logo {
  display: none;
}

.mob_fixed_btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0.4),
    rgb(254, 235, 208) 100%
  );
  padding: 15px 12px;
  display: none;
}
.mob_fixed_btn button,
.mob_fixed_btn a {
  width: 100%;
  height: 62px;
}
.mob_text {
  display: none;
}

@media only screen and (max-width: 1540px) {
  .container {
    padding-left: 44px;
    padding-right: 44px;
  }
  header {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .desctop_logo {
    display: none;
  }

  .mid_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price_block button {
    color: rgb(255, 255, 255);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0%;
    text-align: center;
    width: 400px;
  }

  header {
    background: url(../assets/images/header-bg-mid.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 200px;
    margin-bottom: 50px;
  }

  .header_content {
    margin-top: 80px;
    max-width: 524px;
  }

  .header_content h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0%;
  }
  .header_content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
  }
  .main_btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0%;
    text-align: center;
  }
  .header_content .main_btn {
    width: 290px;
  }
  .protect_block {
    height: 316px;
  }
  .desc_protect_img {
    width: 50%;
    margin: 0;
    margin-left: 20px;
    margin-bottom: -18px;
  }
  .block_title_sec h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0%;
  }
  .block_title_sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .plan_card {
    padding: 0 26px 30px;
  }
  .plan_card p {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 27px 0 20px;
  }
  .plan_card span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .plan_card img {
    width: 56.64px;
    margin-top: -25px;
  }
  .plan_cards {
    gap: 55px 24px;
  }

  .block_title h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0%;
  }
  .block_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .price_block {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .price_img {
    margin: 0;
    height: 100%;
    margin-right: -60px;
  }
  .price_block .block_title {
    width: 50%;
  }
  .choose_img {
    margin: 0;
    width: 40%;
  }
  .plan_block,
  .reviews,
  .buil_in {
    padding: 60px 0;
  }
  .choose_block {
    gap: 24px;
  }
  .reviews .block_title_sec_desc span {
    font-size: 16px;
    line-height: 28px;
  }
  .review_card {
    padding: 30px 20px;
  }
  .review_card_text p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0%;
  }
  .review_card_text span {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .review_card_author h5,
  .review_card_author p {
    font-size: 14px;
  }
  .price_block {
    padding-left: 50px;
  }
  .builin_card {
    padding: 30px;
    justify-content: space-between;
  }
  .builin_card p {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }
  .faq_wrapper {
    gap: 24px;
  }
  .faq_list {
    width: 68%;
  }
  .faq_img {
    width: 32%;
  }
  .faq {
    margin-bottom: 60px;
  }
  .find_plan {
    padding: 50px 40px;
  }
  .find_plan .main_btn {
    width: 310px;
  }
  .back_page {
    margin-top: 10px;
  }
  .privacy_content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
  }
  .privacy_content img {
    width: 45%;
  }
  .privacy_content div {
    padding-bottom: 50px;
  }
  .privacy_footer {
    margin-top: 60px;
  }
}

.mob_logo {
  display: none;
}

@media only screen and (max-width: 450px) {
  header {
    margin-bottom: 0;
  }
  .desct_text {
    display: none;
  }
  .mob_text {
    display: flex;
  }
  .find_plan .block_title_sec h4 {
    display: flex;
    flex-direction: column;
  }
  .mob_logo {
    display: flex;
  }
  .mid_logo {
    display: none;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  header {
    background: url(../assets/images/header-bg-mob.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 390px;
    margin-bottom: 40px;
  }
  .header_content {
    margin-top: 30px;
  }
  .header_content h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header_line {
    width: 60px;
    margin: 25px auto;
  }
  br {
    display: none;
  }
  .header_content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
  }
  .header_content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 39.5px;
    letter-spacing: 0%;
    text-align: center;
    height: 62px;
  }
  .protect_block {
    height: auto;
    flex-direction: column-reverse;
    padding: 0;
    gap: 24px;
    padding-top: 30px;
  }
  .desc_protect_img {
    margin: 0;
    width: 120%;
  }
  .protect_block {
    padding-left: 12px;
    padding-right: 12px;
  }
  .block_title_sec h4,
  .block_title h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 140% !important;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
  }
  .block_title_sec p,
  .block_title p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .plan_block,
  .reviews,
  .buil_in {
    padding: 50px 0;
  }
  .center_title {
    margin-bottom: 44px;
  }
  .plan_cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .plan_card p {
    margin: 16px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 0;
  }
  .plan_card span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }

  .price_block {
    padding: 0;
    height: auto;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
  }
  .price_img {
    position: static;
    margin: 0;
    width: 120%;
  }
  .block_title {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .price_block button {
    width: 280px;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 25px;
  }
  .choose_block {
    flex-direction: column-reverse;
  }
  .block_title_sec {
    padding-left: 12px;
    padding-right: 12px;
  }
  .builtin_cards {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .builin_card {
    border-radius: 0px 20px 0px 20px;

    background: rgb(251, 243, 232);
    padding: 13px 20px;
  }
  .builin_card p {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .builin_card img {
    width: 24px;
  }
  .builin_card p {
    width: 90%;
  }
  .faq_wrapper {
    flex-direction: column;
  }
  .faq_img {
    display: none;
  }
  .faq_list {
    width: 100%;
  }

  .faq_item {
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 20px;
  }
  .faq_item_title p {
    font-size: 12px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .faq_item_title img {
    width: 10px;
  }

  .faq_item_desc p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    margin-top: 15px;
  }
  .faq {
    margin-bottom: 50px;
  }

  .find_plan {
    border-radius: 20px;
    padding: 30px 12px;
    background: rgb(251, 243, 232);
    flex-direction: column;
    align-items: center;
  }
  footer {
    margin-top: 36px;
    background: url(../assets/images/footer-bg-mob.png);
    background-size: cover;
    background-position: top;
    padding: 60px 0 30px;
  }
  footer .container,
  .footer_left {
    flex-direction: column;
    gap: 25px;
  }
  .footer_left img {
    width: 40px;
  }
  footer p {
    font-size: 12px;
    line-height: 100%;
  }
  .choose_block .block_title_sec,
  .choose_img {
    width: 100%;
  }
  .back_page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .back_page img {
    width: 20px;
  }
  .back_page p {
    font-size: 14px;
  }
  .privacy_content {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .privacy_content img {
    width: 100%;
  }
  .privacy_content div {
    padding: 30px 12px 0;
  }
  .privacy_content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
  }
  .privacy_content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
  }

  .privacy_footer {
    background: url(../assets/images/footer-bg-privacy-mob.png);
    background-position: top;
    background-size: cover;
    margin-top: 40px;
  }

  .review_card {
    border-radius: 0px 20px 40px 20px;
    padding: 20px;
  }
  .review_card_text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 10px;
  }
  .review_card_text span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .review_card_author {
    margin-top: 20px;
    gap: 15px;
  }

  .swiper-slide {
    width: 270px !important;
  }
  .review_card_author h5,
  .review_card_author p {
    font-size: 12px;
    line-height: 120%;
  }
  .review_card_author h5 span {
    display: none;
  }
  .review_card_author img {
    width: 60px;
  }
  .review_card_author div img {
    width: 108px;
    margin: 3px 0;
  }
  .mob_logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mob_fixed_btn {
    display: flex;
  }
  .review_card {
    min-height: 275px;
  }
  .faq_item br {
    display: block;
  }
  .plan_card {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 33px;
    padding-top: 30px;
    gap: 25px;

    padding: 30px 25px 30px 0;

    border-radius: 40px 20px 40px 20px;

    background: rgb(251, 243, 232);
  }
  .plan_card img {
    margin: 0;
    width: 59.97px;
    margin-left: -30px;
  }
  .plan_card p,
  .plan_card span {
    text-align: left;
  }
  .plan_card div {
    align-items: start;
    gap: 5px;
  }
  .reviews .block_title_sec_desc span {
    text-align: center;
  }
  .block_title_sec_desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .faq .block_title_sec h4 span {
    color: #000;
  }

  footer {
    padding-bottom: 110px;
  }

  .choose_mob {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .choose_mob .block_title_sec_desc {
    border-radius: 20px;
    padding: 0 13px 20px;
    background: rgb(251, 243, 232);
  }
  .choose_mob .block_title_sec h4 {
    margin-bottom: 35px;
  }
  .choose_mob img {
    width: 203px;
    margin-top: -25px;
    margin-bottom: 22px;
  }
  .choose_mob .block_title_sec_desc span {
    color: rgb(0, 0, 0);
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;

    text-align: center;
  }
  .choose_mob .block_title_sec_desc br {
    display: block;
  }
  .choose_mob .block_title_sec_desc br:nth-child(3) {
    display: none;
  }
  .price_block .block_title {
    width: 100%;
  }
}
