
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/Inter_18pt-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto-Medium.ttf');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto-SemiBold.ttf');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F2F2F2;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

header {
  background: #151515;
  box-shadow: 
  0px 13px 28px 0px #0000001A,
  0px 50px 50px 0px #00000017,
  0px 113px 68px 0px #0000000D,
  0px 200px 80px 0px #00000003,
  0px 313px 88px 0px #00000000;
}

.main-logo-top {
  padding: 26px 0;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo span {
  font-family: "Inter";
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

main {
  background: linear-gradient(90deg, rgba(219, 105, 7, 0.8) 0%, rgba(252, 185, 17, 0.8) 100%);
  padding-top: 82px;
}

.main-logo {
  display: flex;
  justify-content: center;
}

.dealer {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.dealer-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dealer-header-label {
  padding: 10px 26px;
  background-color: #1D1D1D;
  border-radius: 31px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #F1F1F1;
  margin-bottom: 20px;
}

.dealer-header h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 64px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  max-width: 716px;
  color: #1D1D1D;
  text-shadow: 0px 2px 0px #FFFFFF66;
}

.dealer-header p{
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #3E3E3E;
  margin-top: 46px;
}

.dealer-table-holder {
  position: relative;
  z-index: 3;
  margin-top: 82px;
  width: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}

.dealer-table-holder-item-wrap {
  display: flex;
}

.dealer-table-holder-item {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 76px 46px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #FFF;
  box-shadow: 
  0px 6px 13px 0px #1F1F1F05,
  0px 23px 23px 0px #1F1F1F05,
  0px 52px 31px 0px #1F1F1F03,
  0px 93px 37px 0px #1F1F1F00,
  0px 145px 41px 0px #1F1F1F00;
}

.dealer-table-holder-item-logo {
  width: 100%;
  max-width: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
}

.dealer-table-holder-item-adv {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
}

.dealer-table-holder-item-adv-block {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
}

.dealer-table-holder-item-adv-block span {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #737373;
}

.dealer-table-holder-item-assets {
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.dealer-table-holder-item-assets-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #D2D2D2
}

.dealer-table-holder-item-assets-block .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  color: #1D1D1D;
}

.dealer-table-holder-item-assets-block .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #E57D40;
}

.dealer-table-holder-item-link {
  width: 100%;
  max-width: 247px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.dealer-table-holder-item-link a {
  align-self: stretch;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  background-color: #299F56;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 16px; 
  transition: all ease 0.3s;
  border-radius: 3px;
  text-transform: uppercase;
}

.dealer-table-holder-item-link a:hover {
  background-color: #238548;
}

.faq-block-holder-wrap {
  padding: 82px 0;
}

.faq-block-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.faq-block-holder h2 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  color: #1D1D1D;
}

.faq-block-holder-items {
  width: 100%;
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1230px;
}

.faq-block-questions-item {
  width: 100%;
  cursor: pointer;
}

.faq-block-questions-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 36px;
  transition: all ease .3s;
  background: #1E1E1E;
}

.faq-block-questions-item-icon {
  width: 100%;
  max-width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: all ease .3s;
  border: 3px solid #E57D40;
}

.faq-block-questions-item-label {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  transition: all ease .3s;
  border: 1px solid transparent;
  color: #fff;
}

.faq-block-questions-item-bottom {
  height: 0;
  color: #444444;
  background-color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.3s;
}

.faq-block-questions-item.active .faq-block-questions-item-icon {
  background-image: url("../img/yellow-dot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.faq-block-questions-item.active .faq-block-questions-item-bottom {
  padding: 48px 36px;
  height: auto;
  opacity: 1;
}

.footer-top {
  padding: 92px 0;
  background: #1E1E1E;
}

.footer-top-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top-content-wrap .logo {
  display: flex;
  justify-content: center;
}

.footer-top-content-wrap .logo span {
  color: #fff;
}

.footer-top-content-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-content-top-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.footer-content-top-links a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
}

.footer-middle-content {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-middle-content-items {
  width: 100%;
  max-width: 702px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: flex-start;
}
.footer-block-text-item h3 {
  color: #E57D40;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
}

.footer-block-text-item p {
  color: #E0E0E0;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}

.footer-middle-content-subitems {
  width: 100%;
  margin-top: 32px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-middle-content-subitems .footer-block-text-item {
  width: 100%;
  max-width: 700px;
}

.footer-bottom {
  padding: 36px 0;
  background-color: #151515;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-bottom-content p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
}

.footer-block-images {
  display: flex;
  align-items: center;
  gap: 26px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 90%;
  }

  .footer-bottom-content {
    flex-direction: column-reverse;
    align-items: center;
  }
}

@media screen and (max-width: 1280px) {
  .dealer-table-holder-number {
    display: none;
  }

  .footer-middle-content-items {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-block-text-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .footer-top-content-header {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .dealer-table-holder-item {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 385px;
  }

  .dealer-table-holder-item-wrap {
    width: 100%;
    max-width: 380px;
  }

  .dealer-table-holder {
    justify-items: center;
  }

  .footer-top-content {
    flex-direction: column;
    align-items: center;
  }

  .dealer-header,
  .dealer-header p {
    max-width: 100%;
  }

  .dealer-header h2,
  .dealer-header p {
    text-align: center;
  }

  .footer-middle-content-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .dealer-header {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-holder,
  .footer-top-content {
    padding-left: 0;
  }

  .footer-right {
    gap: 20px;
  }

  .footer-content-top-links {
    align-items: center;
  }

  .dealer-header h2, 
  .dealer-header p {
    margin-left: 0;
  }

  .dealer-table-holder-item-logo {
    align-self: center;
    padding: 20px;
  }

  .count-number {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .footer-content-top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-block-images {
    justify-content: center;
  }

  .footer-content-middle {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-middle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dealer-header {
    margin-left: 0;
  }

  .dealer-header h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .footer-block-images,
  .footer-content-top-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-content-wrap {
    flex-direction: column;
    align-items: center;
  }

  .faq-block-questions-item-top {
    padding: 18px 24px;
  }

  .faq-block-questions-item-label {
    font-size: 20px;
  }

  .faq-block-questions-item.active .faq-block-questions-item-bottom {
    padding: 20px;
  }

  .footer-bottom-content p {
    text-align: center;
  }
}

.policy-section{
  padding: 50px 0;
}

.policy-section .section-heading{
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.policy-section .card-text{
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.5;
}

.policy-section .card-heading {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

.policy-section .container{
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}