@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
body {
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
}

a {
  color: #17171d;
  outline: 0px none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: 0px none;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  color: inherit;
}

.overflow-hide {
  overflow: hidden;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #121212;
  font-weight: bold;
}
b {
  color: #121212;
}
p,
li {
  font-size: 17px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
#header-custom {
  width: 100%;
  background-color: #EAEAEA;
}
#header-custom .row .col-12 {
  width: 100%;
  padding: 12px .75rem;
}
#header-custom .logo-link {
  display: flex;
  width: auto;
}

.page-content {
  width: 100%;
  padding: 20px 0;
}
.page-content .container {
  display: flex;
  gap: 30px;
  position: relative;
}
.pre-page {
  width: 70%;
}
.uppertitle {
  font-weight: 700;
  color: rgb(249, 26, 26);
}
.subtitle {
  font-weight: 700;
  background-color: #EEEFD0;
}
.author {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(77, 77, 77, 0.6);
}
.sidebar {
  width: 30%;
  position: sticky;
  top: 10px;
  align-self: flex-start
}
.pre-page img, .sidebar img {
  border-radius: 5px;
}
.img-text-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.img-text-box p:last-of-type {
  margin-bottom: 0;
}
.offer-box {
  padding: 10px;
  border: 2px solid #121212;
  border-radius: 20px;
  text-align: center;
}
.offer-box h3 {
  color: #168815;
}
.offer-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #168815;
  margin-bottom: 24px;
}
.fz-15 {
  font-size: 15px;
}
.text-color {
  color: #168815;
}
.pre-page a {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pre-page a, .sidebar a {
  background-color: #168815;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: white;
  font-size: 19px;
  border-radius: 32px;
  padding: 8px 24px;
  transition: 0.3s;
  font-weight: 700;
}
.comment {
  margin-bottom: 0;
  font-size: 16px;
  color: #4d4d4d;
}
.pre-page a:hover, .sidebar a:hover {
  background-color: #17171d;
}
.sidebar {
  padding: 24px 12px;
  border: 1px solid #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.sidebar h4 {
  font-size: 18px;
  gap: 10px;
  text-align: center;
  margin-bottom: 0;
}
.sidebar ul {
  list-style-type: none;
  padding-left: 0;
  row-gap: 24px;
}
.sidebar li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.sidebar li::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/check.webp) no-repeat center / contain;
  flex-shrink: 0;
}
.reviews-text {
  font-size: 12px;
}
footer {
  padding: 50px 0 30px;
}
footer p {
  font-size: 12px;
  text-decoration: underline;
}
footer h5 {
  color: white;
  margin-bottom: 16px;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer a {
  color: #4d4d4d;
  transition: 0.3s;
  font-size: 12px;
  text-decoration: underline !important;
  word-break: break-word;
}
footer a:hover {
  color: #4d4d4d9a;
}
@media screen and (max-width:991.98px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:767.98px) {
  .page-content .container {
    flex-direction: column;
  }
  .pre-page, .sidebar {
    width: 100%;
  }
  .sidebar {
    position: relative;
    top: 0;
  }
}
@media screen and (max-width:575.98px) {
  .img-text-box {
    grid-template-columns: 1fr;
  }
    .img-text-box img {
      width: 350px;
      margin: 0 auto;
    }
    header img {
      width: 200px;
    }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 90px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.docs {
  word-break: break-word;
  padding: 120px 0 80px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #1967d2;
  transition: 0.3s;
}
.docs a:hover {
  color: #17171d;
}