/* Shared styles for inner pages (not loaded on homepage via new-style.css) */

section.no-margin {
  margin-top: 0;
  line-height: 1.5;
}

main:not(.page-home) .request.no-margin .request__wrapper__block,
main:not(.page-home) .request .request__wrapper__block {
  max-width: none;
}

main:not(.page-home) .request .request-form__form__btn.btn {
  background-color: #363D56;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
}

main:not(.page-home) .request .request-form__form__btn.btn.dark {
  background-color: #363D56;
}

main:not(.page-home) .request .request-form__form__btn.btn:hover {
  background-color: #374D9B;
}

.footer-request:has(.footer-request__bg) {
  background-color: transparent;
  padding-bottom: 0;
}

.footer-request__bg {
  background: linear-gradient(rgba(20, 31, 46, 0.88), rgba(20, 31, 46, 0.88)), url("../images/index/sertBanner.png");
  background-size: cover;
  background-position: center;
}

.footer-request__bg .footer-request__wrapper {
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .footer-request__bg .footer-request__wrapper {
    padding: 20px 0;
  }
}

.footer-request__bg .footer-request__wrapper__block .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .footer-request__bg .footer-request__wrapper__block .title {
    margin-bottom: 15px;
  }
}

.footer-request__bg .footer-request__wrapper__block .request-form__form {
  display: flex;
  gap: 20px;
  margin: 40px 0;
}

@media screen and (max-width: 1024px) {
  .footer-request__bg .footer-request__wrapper__block .request-form__form {
    margin: 15px 0;
    flex-direction: column;
    gap: 15px;
  }
}

.footer-request__bg .footer-request__wrapper__block .request-form__form__input {
  width: 36%;
  padding: 32px 25px;
  background-color: #fff;
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}

.footer-request__bg .footer-request__wrapper__block .request-form__form__input::placeholder {
  color: #757575;
}

.footer-request__bg .footer-request__wrapper__block .request-form__form__input:focus-visible {
  outline: none;
}

@media screen and (max-width: 1024px) {
  .footer-request__bg .footer-request__wrapper__block .request-form__form__input {
    width: 100%;
    padding: 16px 25px;
  }
}

.footer-request__bg .footer-request__wrapper__block .request-form__form__btn {
  width: 24%;
  background-color: #E05628;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.footer-request__bg .footer-request__wrapper__block .request-form__form__btn:hover {
  background-color: #F8AFA6;
}

@media screen and (max-width: 1024px) {
  .footer-request__bg .footer-request__wrapper__block .request-form__form__btn {
    height: 50px;
    width: 100%;
    font-size: 14px;
  }
}

.footer-request__bg .footer-request__wrapper__block .request-form__form-check,
.footer-request__bg .footer-request__wrapper__block .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.footer-request__bg .footer-request__wrapper__block .request-form__form-check a,
.footer-request__bg .footer-request__wrapper__block .custom-checkbox a {
  color: #E05628;
}

main:not(.page-home) .advan {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  main:not(.page-home) .advan {
    margin-bottom: 40px;
  }
}

main:not(.page-home) .advan__wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-image: none;
  border-radius: 0;
  padding: 40px 0;
  gap: 20px;
}

main:not(.page-home) .advan__wrapper__left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 350px;
  padding: 40px;
  background-color: #141F2E;
  box-shadow: 0 21px 35.5px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  gap: 15px;
}

main:not(.page-home) .advan__wrapper__left .point {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

main:not(.page-home) .advan__wrapper__left .point span {
  display: block;
  font-family: inherit;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  color: #E05628;
}

main:not(.page-home) .advan__wrapper__right {
  flex: 1;
  max-width: 841px;
  border: 1px solid #A2A5B3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 40px;
}

main:not(.page-home) .advan__wrapper__right .card {
  border: none;
  background: transparent;
  backdrop-filter: none;
  padding: 0;
  border-radius: 0;
  max-height: none;
}

main:not(.page-home) .advan__wrapper__right .card img {
  width: 48px;
  height: auto;
  margin-bottom: 8px;
}

main:not(.page-home) .advan__wrapper__right .card p {
  font-weight: 600;
  font-size: 18px;
  color: #141F2E;
}

@media screen and (max-width: 1024px) {
  main:not(.page-home) .advan__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  main:not(.page-home) .advan__wrapper__left,
  main:not(.page-home) .advan__wrapper__right {
    width: 100%;
    max-width: none;
  }

  main:not(.page-home) .advan__wrapper__left {
    padding: 20px;
  }

  main:not(.page-home) .advan__wrapper__right {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.description {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .description {
    margin-bottom: 40px;
  }
}

.description__wrapper {
  padding: 48px;
  background-color: rgba(42, 46, 57, 0.0196078431);
  border-radius: 48px;
}

@media screen and (max-width: 1024px) {
  .description__wrapper {
    padding: 24px 16px;
  }
}

.description__wrapper__title-block {
  margin-bottom: 40px;
}

.description__wrapper__title-block .title {
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  color: #2A2E39;
  margin-bottom: 16px;
}

.description__wrapper__title-block .title span {
  color: #0F66FF;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__title-block .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.description__wrapper__title-block .text {
  font-size: 16px;
  color: #2A2E39;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__title-block .text {
    font-size: 14px;
  }
}

.description__wrapper__content {
  display: flex;
  align-items: start;
  gap: 56px;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content {
    flex-direction: column;
  }
}

.description__wrapper__content__list {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content__list {
    width: 100%;
  }
}

.description__wrapper__content__list__item {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content__list__item {
    padding: 16px;
    flex-direction: column;
    gap: 8px;
  }
}

.description__wrapper__content__list__item:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content__list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.description__wrapper__content__list__item .title {
  width: 222px;
  flex-shrink: 0;
  font-size: 24px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  color: #0F66FF;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content__list__item .title {
    width: 100%;
    font-size: 18px;
  }
}

.description__wrapper__content__list__item .text {
  font-size: 16px;
  color: #2A2E39;
}

.description__wrapper__content__image {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .description__wrapper__content__image {
    width: 100%;
  }
}

.description__wrapper__content__image img {
  width: auto;
  height: auto;
  max-width: 393px;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.accord {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .accord {
    margin-bottom: 40px;
  }
}

.accord__wrapper__title {
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  color: #2A2E39;
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .accord__wrapper__title {
    font-size: 24px;
  }
}

.accord__wrapper__text {
  margin: 0 auto 40px;
  max-width: 718px;
  font-size: 18px;
  font-weight: 400;
  color: #141F2E;
}

@media screen and (max-width: 1024px) {
  .accord__wrapper__text {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.accord__wrapper__block {
  max-width: 718px;
  margin: 0 auto;
}

.accord__wrapper__block .accordion-item {
  box-shadow: 0px 4px 6.8px 0px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin-bottom: 8px;
  border-radius: 16px;
}

.accord__wrapper__block .accordion-item .accordion-button {
  position: relative;
  max-width: 90%;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #141F2E;
}

.accord__wrapper__block .accordion-item .accordion-button::after {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/index/chevron-down.svg");
  right: -10%;
  transition: all 0.3s ease;
}

.accord__wrapper__block .accordion-item .accordion-button.collapsed {
  padding-bottom: 0;
}

.accord__wrapper__block .accordion-item .accordion-button.collapsed::after {
  transform: rotate(180deg);
}

.accord__wrapper__block .accordion-item .accordion-body {
  font-size: 16px;
  color: #2A2E39;
}

/* recall-section - fix global img/container conflicts on inner pages */
section.recall-section {
  margin-top: 0;
}

.recall-section-img {
  width: auto;
  height: auto;
  max-width: 50%;
  max-height: 100%;
}

.recall-form.footer {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.recall-form.footer .form-inputs-section {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.recall-form.footer .form-inputs-section .custom-input {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  background: var(--white);
}

.recall-form.footer .form-inputs-section .btn.send-form-btn {
  flex: 0 0 auto;
  width: auto;
  min-width: 220px;
  box-shadow: none;
}

.recall-form.footer .agree-section.custom-checkbox label {
  background: var(--white);
}

@media screen and (max-width: 1024px) {
  section.recall-section {
    padding: 50px 0;
  }

  .recall-form.footer .form-inputs-section {
    flex-direction: column;
  }

  .recall-form.footer .form-inputs-section .custom-input,
  .recall-form.footer .form-inputs-section .btn.send-form-btn {
    width: 100%;
    min-width: 0;
  }
}
