@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-VariableFont_wght.ttf);
  font-display: swap;
}
body {
  color: #3c3c3c;
  font-family: "Rubik", 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: "Rubik", sans-serif;
  line-height: 1.2;
  color: #17171d;
  font-weight: bold;
}
b {
  color: #17171d;
}
p,
li {
  font-size: 18px;
}
.pre-page {
  padding: 50px 0;
  background-color: #F9F8F5;
}
.pre-page img {
  border-radius: 20px;
}
.pre-page a {
  background-color: #1967d2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: white;
  font-size: 20px;
  border-radius: 20px;
  padding: 12px 20px;
  margin: 0 auto 20px;
  transition: 0.3s;
}
.pre-page a:hover {
  background-color: #17171d;
}
.pre-page a b {
  color: white;
}
.review-box {
  background-color: #fff;
  padding: 16px;
  border: 1px solid #DEDBD3;
  border-radius: 8px;
  margin: 12px 0;
}
.review-box .review-header {
  margin-bottom: 16px;
}
.review-box .star {
  color: #e7b008;
}
.attention-box {
  background-color: #FFF7D6;
  border: none;
  border-left: 4px solid #F0D775;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}
.heading-comments {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 40px;
}
.heading-comments p {
  margin-bottom: 0;
}
.comments p {
  font-size: 16px;
  margin-bottom: 10px;
}
.comments-big-box {
  background: #fff;
  border-left: 4px solid #1877f2;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
}
.comments h5,
.comments .likes {
  color: #1967d2;
}
.comments-small-box {
  margin-left: 24px;
  margin-top: 10px;
  border-left: 2px solid #c8cbd0;
  padding-left: 16px;
}
.comments-box {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid #e4e6ea;
}
.pre-footer {
  background-color: #F9F8F5;
}
.pre-footer p, .pre-footer a, .pre-footer li {
  font-size: 12px;
}
.pre-footer a {
  transition: 0.3s;
}
.pre-footer a:hover {
  color: #1967d2;
}
.pre-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style-type: none;
  padding-left: 0;
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999
}
#cookPopup a {
  color: #1967d2;
}
#cookPopup p {
  margin: 0;
  text-align: center
}
.cookPopup_btn {
  padding: 7px 15px;
  cursor: pointer;
  border: 0;
  background: #1967d2;
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
}
.cookPopup_btn:hover {
  background: #17171d
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}