body {
  color: #303030;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 15px;
  padding: 20px;
  background-color: #f4f4f4;
}

a {
  color: #303030;
  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: "Open Sans", sans-serif;
  line-height: 1.2;
  color: #17171d;
  font-weight: bold;
}
b {
  color: #17171d;
}
p,
li {
  font-size: 20px;
}
.fz-16 {
  font-size: 16px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
  margin-bottom: 16px;
}
h3 {
  font-size: 24px;
}
.page-wraper {
  background-color: #fff;
  padding: 0 10px;
}
#header-custom .logo-link {
  display: flex;
  justify-content: center;
  width: auto;
}
.header-text {
  text-align: center;
  color: rgb(123, 123, 123);
  font-size: 13px;
  background-color: #212D3B;
  margin-bottom: 14px;
}
.page-content {
  width: 100%;
  padding: 40px 0;
}
.page-content .container {
  display: flex;
  gap: 30px;
  position: relative;
}
.pre-page {
  width: 70%;
}
.sidebar {
  width: 30%;
  position: sticky;
  top: 0px;
  align-self: flex-start
}
.pre-page img {
  border-radius: 10px;
  margin-bottom: 16px;
}
.pre-page a {
  color: #0000ee;
}
.text-underline {
  text-decoration: underline;
}
.italic {
  font-style: italic
}
.img-text-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.img-text-box p {
  margin-bottom: 0;
}
.text-green {
  color: #069206;
}
.review-box {
  background-color: #f4f4f4;
  padding: 10px;
  margin-bottom: 20px;
}
.review-box p {
  line-height: 1.2;
}
details {
  margin-bottom: 20px;
}
details:open summary::after {
  transform: rotate(90deg);
}
details p {
  padding: 16px;
  line-height: 1.2;
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  padding: 16px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
summary::after {
  content: "\2B9E";
  transition: 0.3s;
}
summary::marker {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.offer-box {
  padding: 20px;
  border: 2px dashed #FFDD76;
  background-color: #FEF5C4;
  margin: 20px 0;
}
.offer-box h3 {
  margin-bottom: 20px;
}
.offer-box .text-color {
  color: #DCA601;
}
.newprice {
  color: #4CAF50;
}
.oldprice {
  text-decoration: line-through;
}
.offer-box .italic {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
.pre-page .theme-btn {
  background-color: #FFC000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #252A32;
  font-size: 29px;
  line-height: 1;
  border-radius: 5px;
  padding: 15px 30px;
  transition: 0.3s;
  margin-bottom: 30px;
}
.pre-page .theme-btn:hover {
  background-color: #17171d;
  color: white;
}
.sidebar {
  padding: 15px 5px;
  border: 1px solid #252A32;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
}
.sidebar h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.sidebar p {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 18px;
}
.sidebar a {
  color: #0000ee;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: underline;
}
footer {
  background-color: #212D3B;
  padding: 10px;
}
footer p,
footer li {
  color: rgb(123, 123, 123);
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
footer li {
  display: flex;
  align-items: center;
}
footer li a {
  color: rgb(123, 123, 123);
  text-decoration: underline !important;
}
footer li:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: rgb(123, 123, 123);
  margin-right: 5px;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 0;
}
.fz-12 {
  font-size: 12px;
}

@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;
  }
  h1 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
  }
    body {
      padding: 10px;
    }
}
@media screen and (max-width:575.98px) {
  .img-text-box {
    grid-template-columns: 1fr;
  }
  .img-text-box img {
    width: 350px;
    margin: 0 auto;
  }
}
.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 {
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}