.ftco-section {
  padding: 7em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}
.bg-light {
  background: #f8f9fd !important;
}
.heading-section .subheading {
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #1089ff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 28px;
  }
}
.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .block-7 {
    margin-top: 30px;
  }
}
.block-7 .heading-2 {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
}
.block-7 .excerpt {
  margin-bottom: 10px;
  color: #999999;
  font-size: 13px;
  font-weight: 300;
}
.block-7 .price {
  margin: 0;
  padding: 0;
  display: block;
}
.block-7 .price sup {
  font-size: 24px;
  top: -1em;
  color: #b3b3b3;
}
.block-7 .price .number {
  font-size: 60px;
  font-weight: 300;
  color: #000000;
}
.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text,
.block-7 .pricing-text li {
  padding: 0;
  margin: 0;
}
.block-7 .pricing-text li {
  list-style: none;
  margin-bottom: 15px;
  color: #999999;
}
.block-7 .pricing-text li span.fa {
  color: #a3cb4c;
}

.cookies-section {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  width: 100%;
  background: #fff;
}

.cookies-container {
  padding: 16px 38px 16px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  @media screen and (min-width: 1440px) {
    padding: 20px 34px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cookies-text {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #191919;
  font-family: "Raleway", sans-serif;
  margin-bottom: 24px;
  @media screen and (min-width: 1440px) {
    width: 595px;
    margin-bottom: 0;
  }
}

.cookies-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  @media screen and (min-width: 1440px) {
    flex-direction: row;
    gap: 26px;
  }
}

.cookies-button {
  width: 200px;
  height: 50px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 300ms ease;
}

.cookies-button:hover {
  opacity: 0.8;
}

.cookies-accept-js {
  background-color: #191919;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.cookies-decline-js {
  border: 1px solid #191919;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #191919;
  font-family: "Raleway", sans-serif;
}
