.primary-text-color {
  color: var(--color-primary) !important;
}

.primary-border-color {
  border-color: var(--color-primary) !important;
}

.primary-bg-color {
  background-color: var(--color-primary) !important;
}

.color-white {
  color: #fff !important;
}

.primary-svg-fill {
  fill: var(--color-primary) !important;
}

.secondary-text-color {
  color: var(--color-secondary) !important;
}

.secondary-border-color {
  border-color: var(--color-secondary) !important;
}

.secondary-bg-color {
  background-color: var(--color-secondary) !important;
  color: #fff !important;
}

.secondary-svg-fill {
  fill: var(--color-secondary) !important;
}
/* COLORS END */

/* MAIN STYLES START */
body {
  box-sizing: border-box;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4 {
  font-family: "Merriweather", serif;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.hidden-body {
  overflow: hidden;
}

.static-page {
  padding: 0 7px;
}

.static-page p {
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 28px 0;
}

.static-page a {
  color: var(--color-primary);
  font-weight: bold;
}

.static-page a:hover {
  text-decoration: underline;
}

.static-page h1 {
  text-align: center;
  font-size: 42px;
  margin: 30px 0;
}

.static-page h2 {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.static-page h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 40px 0 15px 0;
}

.static-page ul {
  list-style: disc;
}

.static-page ul,
.static-page ol {
  margin-bottom: 15px;
}

.static-page li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}

button,
input {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #303030;
}

header {
  position: relative;
  background: #fff;
  box-shadow: 0 12px 12px rgb(130 149 187 / 0.1);
  top: 0;
  width: 100%;
  z-index: 500;
}

iframe {
  width: 100% !important;
}

.content iframe {
  max-height: 420px !important;
  margin-bottom: 28px;
}

.content .code-block iframe {
  max-height: none !important;
}

@media (max-width: 900px) {
  .content iframe {
    max-height: 350px !important;
  }
}

@media (max-width: 600px) {
  .content iframe {
    max-height: 300px !important;
  }
}

@media (max-width: 500px) {
  .content iframe {
    max-height: 240px !important;
  }
}

header .content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-logo {
  margin-right: 15px;
}

header .header-logo img {
  height: auto;
  padding-bottom: 5px;
  padding-top: 3px;
}

header .header-menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
}

.scroll-top {
  z-index: 1008;
  border-radius: 5px 0 0 5px;
  position: fixed;
  bottom: 125px;
  right: 0;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  overflow: auto;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.scroll-top.visible {
  opacity: 1;
}

.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.disclaimer {
  position: relative;
  width: 100%;
  max-width: 1165px;
  margin: 0 auto 20px auto;
  font-size: 13px;
  font-style: italic;
  border-radius: 5px;
  line-height: 1.6em;

  opacity: 0.9;
  color: #303030;
}

.disclaimer a {
  color: var(--color-primary);
}

.adv-wrapper {
  opacity: 1;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  inset: auto 0px 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  display: block;
}

.adv-pop-up {
  position: absolute;
  z-index: 999999999;
  inset: auto auto 0px 50%;
  width: 100%;
  left: 0 !important;
  display: flex;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-top: 2px solid hsla(0, 0%, 88.2%, 0.8);
  max-height: 100px !important;
}

.adv-close {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 0;
  text-align: center;
  padding: 0 5px;
  display: table;
  white-space: nowrap;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
  color: #e6f0ff;
  background: #646464;
  top: 0;
  z-index: 100;
  left: auto !important;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .adv-pop-up {
    max-height: 60px !important;
  }
}
/* MAIN STYLES END */

/* META STYLES START */
.meta {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-self: flex-end;
  flex-wrap: wrap;
  color: #231f20;
  font-size: 15px;
  z-index: 100;
}

.meta .meta-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 6px;
}

.meta .meta-item:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #acb3c1;
}

.meta .author {
  margin-left: 6px;
  position: relative;
}

.meta .author .author__name {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  color: #231f20;
  background-image: repeating-linear-gradient(to right, #231f20 0, #231f20 50%, transparent 50%, transparent 100%);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  padding-bottom: 1px;
  transition: all 0.3s;
}

.meta .author:hover .author__name {
  background-size: 100% 2px;
  background-image: linear-gradient(to right, #231f20 0, #231f20 100%);
}

.meta .author .profile-wrap {
  display: none;
  position: absolute;
  padding-top: 14px;
  background: transparent;
}

.meta .author:hover .profile-wrap {
  display: block;
}

.meta .author .profile-inner {
  border-radius: 9px 9px 9px 0;
  width: 400px;
  color: #303030;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
  border: 1px solid #dadada;
  background: #fff;
  padding: 17px;
  z-index: 10;
}

.meta .author .profile-inner__img {
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}

.meta .author .profile-inner__img img {
  border-radius: 9px 9px 9px 0;
  max-width: 80px;
  height: auto;
  margin-right: 12px;
  float: left;
}

.meta .author .profile-head {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.meta .author .profile-head__name {
  max-width: 178px;
  margin-right: 12px;
  color: #303030;
  font-weight: bold;
  text-decoration: underline;
}

.meta .author .profile-head__socials {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.meta .author .profile-head__socials a {
  font-size: 18px;
  color: var(--color-primary);
}

.meta .author .profile-head__socials a:not(:last-child) {
  margin-right: 12px;
}

.meta .author .profile-pos {
  font-weight: normal;
  color: gray;
  margin-bottom: 15px;
  opacity: 0.8;
}

.meta .reviewed-icon {
  position: relative;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-top: -3px;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.meta .date {
  font-weight: bold;
  margin-left: 3px;
}
/* META STYLES END */

/* PRICE LINKS STYLES START */
.price-link {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-grow: 1;
  max-width: 49%;
}

.price-link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.price-link .price-link__title {
  width: 100%;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  padding: 15px 12px;
  font-weight: bold;
  font-size: 14px;
  color: var(--color-primary);
  background-color: #fff;
}

.price-link:hover .price-link__title {
  box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
}

.price-link .price-link__subtitle {
  padding: 12px 4px 4px 4px;
  margin: 0;
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  text-align: center;
}

.price-link:hover {
  text-decoration: none !important;
}

/* PRICE LINKS V2 */
.price-link-v2 {
  display: flex;
  width: 100%;
  width: 100%;
  height: 46px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 46px;
  text-decoration: none;
  border-radius: 4px;
  padding: 1px;
}

.price-link-v2:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.price-link-v2 .price-link-v2__img-wrap {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
}

.price-link-v2 .price-link-v2__img-wrap img {
  max-width: 44px;
  max-height: 44px;
}

.price-link-v2 .price-link-v2__title {
  width: 100%;
}
/* PRICE LINKS STYLES END */

/* ERROR PAGE START */

.error-page {
  /* width: 100%; */
  margin: 0 auto;
}

.error-page .error-page__text {
  font-size: 22px;
  color: #999;
  text-align: center;
}

.error-page h2 {
  font-size: 160px;
  text-align: center;
}

.error-page .error-search-wrap {
  display: flex;
}

.error-page .error-search {
  position: relative;
  display: inline-block;
  align-items: center;
  margin: 20px auto;
}

.error-page .error-search__input {
  border: 1px solid #e1e1e1;
  height: 44px;
  padding: 2px 45px 2px 12px;
  transition: all 0.4s ease;
  border-radius: 4px;
}

.error-page .error-search__button {
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  padding: 0 16px;
  line-height: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 500px) {
  .error-page h2 {
    font-size: 75px;
  }
}
/* ERROR PAGE END */

/* SEARCH RESULTS START */
.search-results .search-results__title {
  font-size: 20px;
  padding: 14px 0;
  line-height: 25px;
}

.search-results .search-results__title span {
  font-weight: bold;
}

.search-results .search-results-list {
  margin-top: 30px;
}

.search-results .search-results-item {
  display: flex;
  max-width: 820px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 16%);
  position: relative;
}

.search-results .search-results-item__img {
  display: block;
}

.search-results .search-results-item__img img {
  width: 200px;
  height: 115px;
  object-fit: cover;
}

.search-results .search-results-content {
  margin-left: 30px;
}

.search-results .search-results-item__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.search-results .search-results-item__text {
  margin: 15px 0;
}

@media (max-width: 1280px) {
  .search-results .search-results-item {
    max-width: 620px;
  }
}

@media (max-width: 1024px) {
  .search-results .search-results-item {
    max-width: 820px;
  }
}

@media (max-width: 600px) {
  .search-results .search-results-item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .search-results .search-results-item__img {
    margin: 0 auto;
  }

  .search-results .search-results-item__img img {
    width: 300px;
    height: 200px;
  }

  .search-results .search-results-content {
    margin-left: 0;
    margin-top: 30px;
  }
}
/* SEARCH RESULTS END */

/* HEADER STYLES START */
.header-burger-menu {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.header-burger-menu .active {
  display: none;
  width: 20px;
  height: 20px;
}

.header-burger-menu .not-active {
  width: 20px;
  height: 20px;
}

.header-burger-menu.active .not-active {
  display: none;
}

.header-search-hidden .active {
  display: none;
}

.header-search-hidden .active,
.header-search-hidden .not-active {
  width: 20px;
  height: 20px;
}

.header-search-hidden.active .not-active {
  display: none;
}

.header-search-hidden.active .active {
  display: block;
}
/* HEADER STYLES END */

/* FOOTER STYLES START */

.footer-v1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.footer-v1 .footer__logo img {
  max-width: 225px;
  height: auto !important;
}

.footer-v1 .content-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-v1 .footer-col.footer-col_1 {
  width: 290px;
}

.footer-v1 .footer-col.footer-col_3 {
  width: 250px;
}

.footer-v1 .footer__text {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.footer-v1 .footer__text a {
  color: var(--color-primary);
}

.footer-v1 .footer__socials {
  margin-top: 30px;
}

.footer-v1 .footer__socials a {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 2px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  color: #fff;
  background: var(--color-secondary);
}

.footer-v1 .footer-form-wrap {
  max-width: 660px;
  padding: 0 100px;
}

.footer-v1 .footer-form-wrap form {
  width: 100%;
  position: relative;
  padding: 60px 30px 30px;
  margin: 16px 0 0;
  background: #f1f1f1;
  border-radius: 6px;
}

.footer-v1 .footer-form-wrap form::before {
  content: "\f0e0";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  box-shadow: 0 6px 8px rgb(130 149 187 / 40%);
  background: var(--color-primary);
  color: #fff;
  font-size: 20px;
  margin: -16px 0 0 -24px;
  text-align: center;
  font-family: "font awesome 5 free", "font awesome 5 brands";
}

.footer-v1 .footer-form__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #303030;
  margin: 0;
}

.footer-v1 .footer-form__text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #303030;
}

.footer-v1 .footer-form__input {
  margin: 30px auto 0;
  box-sizing: border-box;
  border: 1px solid #9099ac;
  width: 100%;
  height: 46px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  padding: 0 24px;
}

.footer-v1 .footer-form__button {
  position: relative;
  right: auto;
  top: auto;
  margin: 8px auto 0;
  width: 100%;
  height: 46px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 46px;
  text-shadow: none;
  font-weight: bold;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

.footer-v1 .footer-form__button:hover {
  opacity: 0.7;
}

.footer-v1 .footer-menu__item {
  margin-top: 12px;
}

.footer-v1 .footer-menu__item a {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
}

.footer-v1 .footer-menu__item a:hover {
  color: var(--color-primary);
}

.footer-v1 .footer__dmca {
  margin-top: 30px;
}

.footer-v2 {
  position: relative;
  border-top: 1px solid var(--color-secondary);
  background: #fff;
}

.footer-v2 .content-wrap {
  max-width: 1366px;
  display: flex;
  padding: 10px 20px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
}

.footer-v2 .footer-top {
  padding: 47px 20px 36px 20px;
}

.footer-v2 .footer-bottom {
  border-top: 1px solid var(--color-secondary);
}

.footer-v2 .footer-bottom .footer-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-v2 .footer-col.footer-col_1 {
  width: 46%;
}

.footer-v2 .footer-col.footer-col_2 {
  width: 40%;
}

.footer-v2 .footer__logo {
  margin-bottom: 50px;
}

.footer-v2 .footer__logo img {
  display: block;
  max-width: 212px;
  height: auto !important;
  margin: 0 auto 0 0;
}

.footer-v2 .footer__text > a {
  color: var(--color-primary);
}

.footer-v2 .footer-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-v2 .footer-menu__item {
  width: 28%;
  margin: 0 18px 0 0;
}

.footer-v2 .footer-menu__item:not(:last-child) {
  margin-bottom: 16px;
}

.footer-v2 .footer-menu__item a {
  line-height: 1.28em;
}

.footer-v2 .footer-menu__item a:hover {
  color: var(--color-primary);
}

.footer-v2 .footer-form-wrap {
  border-radius: 12px;
  background: #f1f5ff;
  color: #000;
  max-width: 400px;
  margin: 0 0 0 auto;
}

.footer-v2 .footer-form-wrap form {
  padding: 20px 20px;
}

.footer-v2 .footer-form__title {
  font-family: "Merriweather", serif;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  max-width: 376px;
  margin: 0 auto 12px auto;
}

.footer-v2 .footer-form__text {
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 12px;
  text-align: center;
}

.footer-v2 .footer-form__input {
  width: 100%;
  max-width: 376px;
  margin: 0 auto 12px auto;
  background: #fff;
  border: 1px solid #deebff;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
  padding: 14px 10px;
  box-sizing: border-box;
}

.footer-v2 .footer-form__button {
  width: 100%;
  max-width: 376px;
  margin: 0 auto 3px auto;
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 10px;
  box-sizing: border-box;
}

.footer-v2 .footer__dmca {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}

.footer-v2 .footer__dmca img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 30px;
}

.footer-v2 .footer__socials > a {
  font-size: 20px;
  color: var(--color-secondary);
}

.footer-v2 .footer__socials > a:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 1280px) {
  .footer-v1 .content-wrap {
    max-width: 1080px;
  }

  .footer-v1 .footer-col .footer-form-wrap {
    padding: 0 50px;
  }
}

@media (max-width: 1140px) {
  .footer-v1 .content-wrap {
    max-width: 980px;
  }

  .footer-v1 .footer-col .footer-form-wrap {
    padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .footer-v1 .content-wrap {
    max-width: 100%;
  }

  .footer-v1 .footer-col .footer-form-wrap {
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .footer-v1 .content-wrap {
    flex-direction: column;
  }

  .footer-v1 .footer-col {
    width: 100% !important;
  }

  .footer-v1 .footer-col.footer-col_2 {
    margin-top: 30px;
  }

  .footer-v1 .footer-col .footer-form-wrap {
    max-width: 100%;
    padding: 40px 0;
  }

  .footer-v2 .content-wrap {
    flex-wrap: wrap;
  }

  .footer-v2 .footer-col.footer-col_1 {
    width: 100%;
  }

  .footer-v2 .footer-col.footer-col_2 {
    margin-top: 30px;
    width: 100%;
  }

  .footer-v2 .footer-form-wrap {
    margin: 0 auto;
  }

  .footer-v2 .footer-menu__item {
    width: 48%;
    margin: 0 2% 0 0;
  }

  .footer-v2 .footer-bottom .footer-col {
    width: 100%;
    margin-top: 15px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-v2 .footer__dmca {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .footer-v2 .content-wrap {
    padding: 5px 0;
  }
}

.footer-v3 {
  background: #0e4979;
}

.footer-v3 .footer-top {
  display: flex;
  flex-grow: 1;
  background: var(--color-primary);
}

.footer-v3 .footer-top-left {
  text-transform: uppercase;
  font-size: 18px;
  text-align: right;
  padding: 14px 0;
  flex-grow: 1;
  color: #fff;
}

.footer-v3 .footer-top-right {
  flex-grow: 1;
  margin-left: 190px;
}

.footer-v3 .footer-top__button {
  display: inline-block;
  font-size: 16px;
  padding: 15px 30px;
  color: #fff;
  background: var(--color-secondary);
  text-transform: capitalize;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  text-decoration: none;
}

.footer-v3 .footer-top__button:hover {
  opacity: 0.7;
}

.footer-v3 .footer-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1310px;
  margin: 0 auto;
  padding: 76px 20px;
}

.footer-v3 .footer-body-left {
  display: flex;
}

.footer-v3 .footer-body__logo img {
  width: 260px;
}

.footer-v3 .footer-body-left-col {
  margin-right: 50px;
}

.footer-v3 .footer-body-menu {
  margin-bottom: 20px;
  min-width: 300px;
}

.footer-v3 .footer-body-menu__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #78a5cb;
}

.footer-v3 .footer-body-menu__item a {
  font-size: 22px;
  font-weight: 700;
  color: #78a5cb;
}

.footer-v3 .footer-body-menu__item a:hover {
  color: #fff;
}

.footer-v3 .ft_socials a {
  font-size: 22px;
  color: #78a5cb;
  margin-right: 6px;
}

.footer-v3 .footer-body-nav-title {
  font-size: 22px;
  font-weight: 700;
  color: #78a5cb;
  margin-bottom: 20px;
}

.footer-v3 .footer-body-nav {
  min-width: 300px;
}

.footer-v3 .footer-body-nav__item {
  margin-bottom: 12px;
}

.footer-v3 .footer-body-nav__item a {
  font-size: 16px;
  color: #fff;
}

.footer-v3 .footer-body-nav__item a:hover {
  opacity: 0.7;
}

.footer-v3 .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  padding: 20px 20px;
  background: #262626;
  color: #fff;
}

.footer-v3 .footer-bottom-menu {
  display: flex;
}

.footer-v3 .footer-bottom-menu__item {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}

.footer-v3 .footer-bottom-menu__item a {
  color: #fff;
}

.footer-v3 .footer-bottom-menu__item:hover {
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .footer-v3 .footer-top {
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .footer-v3 .footer-top-left,
  .footer-v3 .footer-top-right {
    margin-left: 0;
    flex-grow: unset;
    text-align: left;
  }

  .footer-v3 .footer-top-right {
    width: 40%;
  }

  .footer-v3 .footer-body-left {
    width: 100%;
    justify-content: space-between;
  }

  .footer-v3 .footer-body-right {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
  }

  .footer-v3 .footer-body-left-col {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .footer-v3 .footer-top {
    flex-direction: column;
    justify-content: center;
  }

  .footer-v3 .footer-top-left {
    text-align: center;
  }

  .footer-v3 .footer-top-right {
    width: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .footer-v3 .footer-body-left {
    flex-wrap: wrap;
  }

  .footer-v3 .footer-body-menu {
    margin-top: 40px;
  }

  .footer-v3 .footer-body-right {
    align-items: flex-start;
  }
}
/* FOOTER STYLES END */

/* PAGE HEADER STYLES START */
.page-header {
  position: relative;
  width: 100%;
  background: #f6f9fc;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-header .content-wrap {
  width: 100%;
  background: transparent;
  padding: 31px 20px 64px 20px;
}

.breadcrumbs {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 4px;
}

.breadcrumbs a {
  color: gray;
}

.page-header-content {
  display: flex;
  justify-content: space-between;
  margin-top: -8px;
}

.page-header-content .col-first {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 64%;
  margin-right: 4%;
  margin-top: 65px;
}

.comprasion-content .col-first {
  margin-top: 25px;
  margin-right: 2%;
  max-width: calc(100% - 710px);
}

.page-header-content .page-header__title {
  font-family: "Merriweather", serif;
  display: inline;
  font-size: 36px;
  line-height: 1.28em;
  font-weight: bold;
  text-align: left;
  color: #231f20;
  margin-bottom: 12px;
}

.page-header-content .page-header__subtitle {
  font-size: 18px;
  line-height: 1.6em;
  color: #231f20;
  margin-bottom: 45px;
}

.comprasion-content .page-header__title {
  font-size: 44px;
}

.page-header-content .page-header__description,
.page-header-content .mobile-description {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}

.page-header-content .mobile-description {
  display: none;
}

.page-header-content .page-header__description a,
.page-header-content .mobile-description a {
  color: var(--color-primary);
  font-weight: bold;
}

.page-header-content .page-header__description a:hover {
  text-decoration: underline;
}

.page-header-content .image-mobile-wrap {
  display: none;
}

.comprasion-content .page-header-meta {
  margin-top: 30px;
}

.page-header-content .col-second {
  max-width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comprasion-content .col-second {
  max-width: 680px;
}

.comprasion-content .image-compare {
  position: relative;
  display: flex;
  width: 100%;
}

.comprasion-content .image-compare__wrap {
  width: 49%;
}

.comprasion-content .image-compare__wrap img {
  width: 100%;
}

.comprasion-content .image-compare__vs {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  border-radius: 50%;
  font-weight: bold;
  font-size: 44px;
  line-height: 95px;
  color: #ffffff;
  background: var(--color-secondary);
  text-align: center;
  z-index: 20;
}

.comprasion-content .image-compare__wrap:first-child {
  margin-right: 10px;
}

.page-header-content .images-wrap {
  position: relative;
  width: 390px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header-content .image-border-1,
.page-header-content .image-border-2 {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  width: 360px;
  border-radius: 4px;
}

.page-header-content .image-border-1 {
  z-index: 5;
}

.page-header-content .image-border-opacity {
  opacity: 0.5;
}

.page-header-content .image-border-2 {
  border: 1px solid;
  top: 20px;
  left: 59px;
  z-index: 4;
}

.page-header-content .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 4px;
  width: 360px;
  height: 240px;
  margin-top: 40px;
  margin-left: 30px;
  z-index: 9;
}

@media (max-width: 1280px) {
  .page-header .content-wrap {
    width: auto;
    max-width: 1080px;
  }

  .page-header-content .col-first {
    max-width: 54%;
    margin-right: 6%;
  }

  .comprasion-content .col-first {
    max-width: 450px;
    margin-right: 2%;
  }

  .comprasion-content .col-second {
    width: 580px;
    max-width: 580px;
  }
}

@media (max-width: 1140px) {
  .page-header .content-wrap {
    max-width: 980px;
  }
}

@media (max-width: 1024px) {
  .page-header .content-wrap {
    padding: 25px 22px 54px 22px;
    max-width: 740px;
  }

  .breadcrumbs {
    text-align: center;
    font-size: 13px;
  }

  .page-header-content .col-first {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .page-header-content .page-header__title {
    margin-top: 19px;
    margin-bottom: 19px;
    display: block;
    text-align: center;
    font-size: 26px;
  }

  .page-header-content .page-header__subtitle {
    text-align: center;
  }

  .page-header-content .mobile-description {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  .page-header-content .image-mobile-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
  }

  .page-header-content .page-header-meta {
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .page-header-content .page-header-meta * {
    font-size: 13px;
  }

  .page-header-content .meta-item:not(:last-child) {
    border: none;
    margin-right: 0;
    padding-right: 6px;
  }

  .page-header-content .col-second {
    display: none;
  }

  .comprasion-content {
    flex-wrap: wrap;
    align-items: center;
  }

  .comprasion-content .breadcrumbs {
    text-align: center;
    font-size: 13px;
  }

  .comprasion-content * {
    text-align: center;
  }

  .comprasion-content .col-first {
    max-width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }

  .comprasion-content .page-header__title {
    font-size: 32px;
    margin: 0 auto;
  }

  .comprasion-content .page-header__description {
    display: none;
  }

  .comprasion-content .page-header-meta {
    margin-top: 15px;
  }

  .comprasion-content .col-second {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }

  .comprasion-content .image-compare__vs {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    font-size: 32px;
    line-height: 75px;
  }
}

@media (max-width: 992px) {
  .page-header-content .author .profile-inner {
    width: 200px;
  }

  .page-header-content .author .profile-head {
    flex-wrap: wrap;
  }

  .page-header-content .author .profile-head__name {
    margin-bottom: 8px;
  }
}

@media (max-width: 768px) {
  .page-header-content .author .profile-wrap {
    left: -50px;
  }
}

@media (max-width: 540px) {
  .page-header-content .page-header__subtitle {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .page-header-content .images-wrap {
    width: 314px;
  }

  .page-header-content .image-border-1,
  .page-header-content .image-border-2 {
    height: 180px;
    width: 300px;
  }

  .page-header-content .image-border-1 {
    left: -7px;
  }

  .page-header-content .image-border-2 {
    top: 4%;
    left: 7%;
  }

  .page-header-content .image {
    width: 300px;
    height: 180px;
    margin-top: 5%;
    margin-left: 3%;
  }

  .page-header-content .author .profile-inner {
    width: 184px;
  }

  .page-header-content .author .profile-head {
    flex-wrap: wrap;
  }

  .page-header-content .author .profile-head__name {
    margin-bottom: 8px;
  }
}

@media (max-width: 365px) {
  .page-header-content .image-border-1,
  .page-header-content .image-border-2 {
    display: none;
  }

  .page-header-content .author .profile-inner {
    display: flex;
    flex-direction: column;
  }

  .page-header-content .author .profile-head {
    margin-top: 10px;
  }

  .page-header-content .author .profile-inner__img img {
    max-width: 100px;
  }
}
/* PAGE HEADER STYLES END */

/* PAGE HEADER MAIN START */
.main-header .main-header-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.main-header .main-header-body {
  position: relative;
  color: #fff;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  padding: 74px 16px 16px 16px;
  margin: 0 auto;
}

.main-header .main-header-content {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
}

.main-header .main-header__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.182em;
  margin-bottom: 15px;
}

.main-header .main-header__text {
  font-size: 18px;
  line-height: 1.778em;
}

.main-header .main-header-footer {
  display: none;
  margin-top: 70px;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -3px;
  max-width: 560px;
}

.main-header .main-header-content .main-header-footer {
  display: flex;
}

.main-header .main-header-footer__item {
  margin-right: 2%;
  position: relative;
  width: 40%;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.main-header .main-header-footer__item:hover {
  opacity: 0.8;
}

.main-header .main-header__button {
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s;
}

.main-header .main-header__link {
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
  transition: all 0.3s;
}

.main-header .main-header-body-image-wrap {
  position: relative;
  display: block;
  width: 50%;
  margin-left: 2%;
}

.main-header .main-header-body-image-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
}

.main-header .main-header-bottom {
  position: relative;
  background: #434b5b;
  padding: 37px 20px;
}

.main-header .main-header-bottom-image-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header .main-header-bottom-image-wrap img {
  width: 16%;
  object-fit: contain;
  height: 30px;
  padding: 0 15px;
}

.main-header .main-header__img_back {
  box-shadow: 0 0 20px rgb(0 0 0 / 80%);
  border-radius: 4px;
  position: absolute;
  top: 33px;
  right: 26px;
  z-index: 5;
}

.main-header .main-header__img_middle {
  box-shadow: 0 0 20px rgb(0 0 0 / 80%);
  border-radius: 4px;
  position: absolute;
  top: 174px;
  left: 38px;
  z-index: 6;
}

.main-header .main-header__img_front {
  max-width: 484px;
  position: absolute;
  top: 74px;
  left: 19%;
  z-index: 7;
}

.main-header .main-header-product {
  position: absolute;
  color: #000;
  right: 18%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 181px;
  background: #fff;
  z-index: 9;
  border-radius: 4px;
  padding: 10px 0 10px 0;
  box-shadow: 0 10px 30px rgba(96, 98, 102, 0.5);
  overflow: hidden;
}

.main-header .product-rating {
  position: relative;
  width: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

.main-header .product-rating__circle {
  position: absolute;
  left: -44px;
  background: #c3cde1;
  width: 100px;
  height: 100px;
  z-index: 8;
  border-radius: 50%;
}

.main-header .product-rating__value {
  color: #fff;
  font-weight: bold;
  z-index: 9;
}

.main-header .product-content__name {
  font-weight: bold;
  font-size: 12px;
  margin-top: 8px;
  margin-left: -5px;
  max-width: 120px;
  line-height: 1.2em;
}

.main-header .product-content-label-wrap {
  margin-top: -8px;
  margin-bottom: 8px;
  width: 100%;
  min-width: 108px;
}

.main-header .product-content-label {
  position: relative;
  display: flex;
  align-self: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 5px 20px;
  width: 98%;
  z-index: 11;
  background: linear-gradient(270.93deg, var(--color-primary) 3.38%, var(--color-secondary) 93.67%);
}

.main-header .product-content-label__medal {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #edb320;
  border-radius: 50%;
}

.main-header .product-content-label__medal .medal-logo_before {
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
}

.main-header .product-content-label__medal .medal-logo {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-header .product-content-label__medal .medal-logo_after {
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}

.main-header .product-content-label__name {
  color: #fff;
  font-size: 7px;
  line-height: 1.5em;
}

.main-header .product-content-label__svg {
  position: absolute;
  width: 100%;
  height: 108%;
  overflow: hidden;
}

.main-header .product-content-label__svg svg {
  background: transparent;
  position: absolute;
  right: -45px;
  top: -100px;
  height: 200px;
  width: 140px;
  max-width: 100%;
  z-index: 9999;
}

@media (max-width: 1200px) {
  .main-header .main-header-content {
    width: 40%;
  }

  .main-header .main-header__img_front {
    left: 17%;
  }
}

@media (max-width: 992px) {
  .main-header .main-header-body {
    flex-direction: column;
    width: 100%;
  }

  .main-header .main-header-content {
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .main-header .main-header-body-image-wrap {
    position: relative;
    margin: 30px auto;
    width: 90%;
    height: auto !important;
  }

  .main-header .main-header-content .main-header-footer {
    display: none;
  }

  .main-header .main-header__img_back {
    position: relative;
    top: auto;
    right: auto;
  }

  .main-header .main-header__img_middle {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20%;
    margin-left: 5%;
  }

  .main-header .main-header__img_front {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 480px !important;
    margin-right: auto;
    margin-left: 20%;
    margin-top: -45%;
  }

  .main-header .main-header-product {
    top: 2%;
    right: auto;
    left: 33%;
  }

  .main-header .main-header-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .main-header .main-header__img_front {
    margin-right: 0;
    margin-left: auto;
  }

  .main-header .main-header-bottom-image-wrap {
    flex-wrap: wrap;
  }

  .main-header .main-header-bottom-image-wrap img {
    width: 31%;
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .main-header .main-header-product {
    top: -3%;
  }

  .main-header .main-header-footer__item {
    min-width: 200px;
  }
}
/* PAGE HEADER MAIN END */

/* PAGE HEADER CATEGORY START */
.category-header .category-header-wrap {
  position: relative;
  display: block;
  width: 100%;
  min-height: 500px;
}

.category-header .category-header-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #131212 0%, rgba(19, 18, 18, 0.9) 28.41%, rgba(19, 18, 18, 0) 100%);
  z-index: 3;
}

.category-header .category-header-image {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.category-header .category-header-content {
  position: relative;
  padding: 71px 20px 20px;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 4;
}

.category-header .category-header__title {
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 auto 107px 0;
  max-width: 820px;
}

.category-header .category-header-search {
  position: relative;
  margin: 0 auto 40px 0;
  max-width: 630px;
}

.category-header .category-header-search form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.category-header .category-header-search__input {
  border-radius: 40px 0 0 40px;
  padding: 16px 30px;
  font-size: 14px;
  line-height: 1.3em;
  width: 100%;
}

.category-header .category-header-search__button {
  cursor: pointer;
  position: relative;
  border-radius: 0 40px 40px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  height: auto;
  padding: 15px 23px;
  transition: all 0.3s;
}

.category-header .category-header-search__button:hover {
  opacity: 0.8;
}

.category-header .category-header-meta {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 630px;
}

.category-header .category-header-meta__text {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  width: 25%;
  margin-right: 12px;
}

.category-header .category-header-meta-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 75%;
}

.category-header .category-header-meta-list__item {
  margin-bottom: 25px;
}

.category-header .category-header-meta-list__item:not(:last-child) {
  margin-right: 12px;
}

.category-header .category-header-meta-list__item:hover {
  opacity: 0.8;
}

.category-header .category-header-meta-list__item > a {
  padding: 6px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 4px;
  background: 0 0;
  text-decoration: none;
}

@media (max-width: 768px) {
  .category-header .category-header__title {
    text-align: center;
    font-size: 36px;
  }
}

@media (max-width: 500px) {
  .category-header .category-header-meta {
    display: flex;
    flex-direction: column;
  }

  .category-header .category-header-meta__text {
    margin-bottom: 20px;
  }

  .category-header .category-header-meta-list {
    max-width: 100%;
  }
}
/* PAGE HEADER CATEGORY END */

/* PAGE CONTENT START */
.page-content .content * {
  box-sizing: inherit;
  word-break: break-word;
  word-wrap: break-word;
}

.page-content .two-column-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-content .two-column-wrap .content {
  line-height: 1.5;
  font-size: 18px;
  width: 825px;
}

.page-content .two-column-wrap .sidebar {
  width: 326px;
}

.page-content.without-sidebar {
  padding: 0;
}

.page-content.without-sidebar .content-wrap {
  max-width: 820px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-content.full-width-page {
  padding: 0;
}

.page-content.full-width-page .content-wrap {
  max-width: none;
  padding: 0;
}

.page-content.full-width-page .content-wrap .content {
  padding: 0;
}

.banner {
  height: 500px;
  background-color: #000;
  display: flex;
  align-items: center;
}

.banner .banner-content {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.banner .banner-title {
  text-align: center;
  font-size: 60px;
}

.banner + .content-wrap {
  margin-top: 30px;
}

.over-header {
  margin-top: -65px;
}

.introduction-wrap .content {
  padding-left: 15px;
  padding-right: 15px;
}

.introduction-wrap .content {
  max-width: 1165px;
  margin: 0 auto 20px auto;
}

.disclaimer {
  padding: 7px 18px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.introduction {
  margin-bottom: 12px;
}

.content {
  position: relative;
  padding: 0 7px;
}

.content .size-full {
  width: 100% !important;
  margin: 15px 0;
}

.content p {
  line-height: 32px;
  font-size: 18px;
  margin: 0 0 28px 0;
}

.content a {
  color: var(--color-primary);
  font-weight: bold;
}

.content a:hover {
  text-decoration: underline;
}

.content h2 {
  font-size: 32px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.content h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 40px 0 15px 0;
}

.content ul {
  list-style: disc;
}

.content ul,
.content ol {
  margin-bottom: 15px;
}

.content li {
  line-height: 32px;
  font-size: 18px;
  margin: 0.5rem 0 0 2rem;
}

.content img {
  max-width: 100%;
}

.wp-caption-text {
  color: #9099ac;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.38 !important;
  font-style: italic;
  margin-top: 9px !important;
}

.table-wrapper,
.table-kpa {
  overflow: auto;
  margin-bottom: 28px;
}

.table-wrapper table {
  margin-bottom: 0;
}

table {
  width: 100%;
  max-width: 100%;
  min-width: 500px;
  font-size: 1.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0.1rem solid #f1f1f1;
  empty-cells: show;
  font-size: 1.6rem;
  overflow: hidden;
  margin-bottom: 15px;
  table-layout: fixed;
}

table tr:nth-child(2n) {
  background-color: #f6f6f6;
}

table tr:first-child {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: var(--color-primary);
}

table tr:first-child a {
  color: #fff;
}

table tr:not(:first-child):hover {
  background-color: #f1f1f1;
}

table td {
  font-size: 18px;
  word-break: normal;
  padding: 10px;
  border: 0.1rem solid #ffffff;
  border-right: 1px solid #f1f1f1;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

table tr:first-child td:first-child {
  background-color: #303030;
  border-radius: 10px 0 0 0;
}

table tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

table.comparison-table {
  table-layout: auto;
}

table.comparison-table .comparison-table__button {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: var(--color-primary);
  color: #ffffff;
}

table.comparison-table .comparison-table__button:hover {
  opacity: 0.7;
  text-decoration: none;
}

table.comparison-table td {
  text-align: center;
  width: 40%;
}

table.comparison-table td:first-child {
  font-weight: 700;
  text-align: left;
  width: 21%;
}

.wp-caption {
  margin-bottom: 15px;
  width: 100% !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.content .article-img,
.wp-caption img {
  display: block;
  height: auto !important;
  margin-bottom: 15px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.content .list {
  margin-bottom: 28px;
}

.content .list__title {
  font-weight: bold;
  margin-bottom: 6px;
}

.content .list__item {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

.content .pros-cons-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.content .pros-cons-block .list-wrap {
  width: 49%;
  margin-bottom: 10px;
}

.content .pros-cons-block .title {
  font-weight: bold;
}

.content .pros-cons-block .list {
  width: 100%;
  height: 90%;
  padding: 5px;
  background-color: #f6f6f6;
}

.quick-summary .quick-summary-list {
  list-style: none;
  margin: 0 0 30px 27px;
  padding: 0;
}

.quick-summary .quick-summary-list-item {
  position: relative;
  width: 100%;
  margin: 0 0 6px 0;
}

.quick-summary .quick-summary-list-item::before {
  content: "\f111";
  color: #000;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 7px;
  left: -26px;
  width: 15px;
  height: 15px;
  margin: auto;
  font-weight: bold;
}

.quick-summary .quick-summary-list-item__top span {
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}

.quick-summary .quick-summary-list-item__top a {
  font-weight: normal;
  text-decoration: underline;
}

.quick-summary .quick-summary-list-item__bottom {
  font-style: italic;
  font-size: 16px;
  line-height: 1.4em;
  opacity: 0.8;
}

.products-top .product-link {
  font-size: 16px;
  margin-top: 25px;
}

.products-top .product-link strong {
  text-transform: uppercase;
}

.products-top .product-link a {
  font-size: 18px;
  font-weight: normal;
}

.products-top .product-text {
  margin-top: 25px;
}

.product-video {
  margin-top: 40px;
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: initial;
  width: 100% !important;
  height: 100% !important;
}

.product-rating .rating-detail {
  position: absolute;
  top: 13px;
  right: -6px;
  z-index: 10;
}

.product-rating .rating-detail__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 8px;
  border: 1px solid;
  background-color: #fff;
  border-radius: 50%;
  z-index: 12;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.product-rating .rating-detail-content {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 253px;
  color: #231f20;
  background: #fff;
  padding: 22px 20px;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 4px 4px 15px rgb(175 175 175 / 25%);
}

.product-rating:hover .rating-detail-content {
  display: block;
}

.product-rating .rating-detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  width: 100%;
}

.product-rating .rating-detail-item__left {
  display: flex;
  flex-direction: column;
}

.product-rating .rating-detail-item__left .top {
  color: var(--color-primary);
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
}

.product-rating .rating-detail-item__left .bottom {
  font-size: 12px;
  line-height: 1.3em;
}

.product-rating .rating-detail-item__right {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  width: 20%;
  text-align: right;
}

.product-rating .rating__num {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 13px 0 0 0;
  z-index: 12;
}

.usage {
  padding: 25px 30px;
  background: #f9f9f9;
  border-radius: 10px;
  margin: 30px 0;
}

.usage .usage-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.usage .usage-grade {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 60px;
}

.usage .usage-grade__chart {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}

.usage .usage-grade__chart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.usage .usage__title {
  font-family: open sans, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin: 0 10px 0 20px;
}

.usage .usage-header .usage-tooltip {
  align-self: flex-start;
}

.usage .usage-content {
  display: flex;
  justify-content: space-between;
}

.usage .usage-list {
  width: 48%;
  list-style: none;
}

.usage .usage-list-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-weight: bold;
  line-height: 22px;
  border-bottom: 1px solid #dadada;
}

.usage .usage-list-item__name {
  flex: 1;
}

.usage .usage-list-item__rate {
  color: gray;
  border: 1px solid gray;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
}

.usage .usage-tooltip {
  cursor: pointer;
  position: relative;
}

.usage .usage-tooltip img {
  width: 14px;
  height: 14px;
}

.usage .usage-tooltip .tooltip-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  left: -170px;
  width: 350px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 4px 4px 15px rgb(175 175 175 / 25%);
  border-radius: 6px;
  font-weight: normal;
  font-size: 12px;
  transition: opacity 0.5s ease 0s;
}

.usage .usage-tooltip .tooltip-content.active {
  opacity: 1;
  visibility: visible;
}

.usage .usage-tooltip .tooltip__close {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  background: #fff;
  box-shadow: 2px 2px 5px rgb(175 175 175 / 25%);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.usage .usage-tooltip .tooltip__description {
  line-height: 18px;
  margin-bottom: 20px;
}

.usage .usage-tooltip .tooltip__title {
  font-weight: bold;
}

.usage .usage-tooltip .tooltip-list {
  list-style: none;
}

.usage .usage-tooltip .tooltip-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #dadada;
}

.usage .usage-tooltip .tooltip-list-item__precent {
  font-weight: bold;
}

.usage .usage-tooltip .tooltip-list-item__name {
  width: 70%;
}

.faq-container .faq-item__header {
  padding: 14px 20px 14px 46px;
}

.faq-container .faq-item:first-child .faq-item__header {
  border-radius: 5px 5px 0 0;
}

.faq-container .faq-item__header h3 {
  margin: 0;
  font-size: 16px;
  background-image: url("../images/comments-o.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 35px;
}

.faq-container .faq-item__body {
  padding: 14px 20px 35px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
}

.references-list {
  padding-left: 20px;
}

.references-list .references-list-item {
  margin-bottom: 12px;
}

.references-list .references-list-item::marker {
  font-weight: bold;
}

.references-list .references-list-item__title {
  margin-bottom: 8px;
  font-weight: bold;
}

.references-list .references-list-item__description {
  margin-bottom: 8px;
}

.specifications .spec-table {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  box-shadow: 0 0 70px rgb(0 0 0 / 15%);
}

.specifications .spec-table-header {
  height: 30px;
  background-color: var(--color-primary);
}

.specifications .spec-table-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

.specifications .spec-table-row * {
  padding: 8px 8px;
}

.specifications .spec-table-row__name {
  font-weight: bold;
  width: 32%;
  background: #fff;
  border-right: 1px solid #f1f1f1;
}

.specifications .spec-table-row__value {
  width: 68%;
}

.specifications .spec-table-row:nth-child(2n) {
  background: #f1f1f1;
}

.specifications .spec-table-row:hover .spec-table-row__name {
  background: #f1f1f1;
}

.share-buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.share-buttons .share-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 19%;
  min-width: 143px;
  height: 40px;
  max-height: 40px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.share-buttons .share-btn__img-wrap {
  display: flex;
  color: #fff;
  width: 30%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.share-buttons .share-btn__img-wrap img {
  width: 18px;
  display: block;
  height: auto;
  max-width: 100%;
}

.share-buttons .share-btn__name {
  color: #fff;
  width: 70%;
  font-size: 14px;
  padding: 9px 10px 9px 17px;
  text-transform: capitalize;
  font-weight: bold;
}

.share-buttons .share-btn__img-wrap.img-facebook {
  background: #3a579a;
}

.share-buttons .share-btn__name.name-facebook {
  background: #344e8a;
}

.share-buttons .share-btn__img-wrap.img-twitter {
  background: #00abf0;
}

.share-buttons .share-btn__name.name-twitter {
  background: #009ad8;
}

.share-buttons .share-btn__img-wrap.img-linkedin {
  background: #2867b2;
}

.share-buttons .share-btn__name.name-linkedin {
  background: #1c487c;
}

.share-buttons .share-btn__img-wrap.img-reddit {
  background: #fc461e;
}

.share-buttons .share-btn__name.name-reddit {
  background: #e23f1b;
}

.share-buttons .share-btn__img-wrap.img-pinterest {
  background: #cd1c1f;
}

.share-buttons .share-btn__name.name-pinterest {
  background: #b8191c;
}

.rating-bar {
  clear: both;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px dashed #f1f1f1;
  box-shadow: 0 0 20px #f1f1f1;
  overflow: hidden;
}

.rating-bar .score {
  width: 100px;
  text-align: center;
  float: left;
  margin: 0 20px 10px 0;
  background: #e43917;
}

.rating-bar .score__num {
  font-size: 30px;
  color: #ffffff;
  padding: 8px 0;
  line-height: 52px;
}

.rating-bar .score__text {
  background: #303030;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 11px;
}

.rating-bar .rating-bar__text {
  font-size: 32px;
  font-weight: bold;
  color: #303030;
  line-height: 36px;
  display: block;
  margin-bottom: 9px;
  font-family: "Roboto", trebuchet ms;
}

.related-articles {
  position: relative;
  padding: 30px 10px;
  border: 1px solid #f1f1f1;
  margin: 35px auto 30px;
  box-shadow: 0 1px 1px #f1f1f1;
  text-align: center;
}

.related-articles .related-articles__title {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: -10px;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  padding: 0 25px;
  white-space: nowrap;
  transform: translate(-50%, 0);
}

.related-articles .related-articles-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  letter-spacing: -0.25em;
}

.related-articles .related-articles-item {
  vertical-align: top;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: medium;
  box-sizing: border-box;
  position: relative;
  width: 29%;
  margin-bottom: 20px;
}

.related-articles .related-articles-item__img {
  position: relative;
}

.related-articles .related-articles-item__img::after {
  content: "";
  display: block;
  padding-top: 180px;
}

.related-articles .related-articles-item__img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.related-articles .related-articles-item-text-wrap {
  text-align: center;
  border: 1px solid #f1f1f1;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 16px 20px;
}

.related-articles .related-articles-item__text {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
  height: 104px;
  font-weight: bold;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.3s;
}

.related-articles .related-articles-item__text:hover {
  color: var(--color-primary);
}

.comments-form {
  max-width: 100%;
  padding: 50px 24px 20px 24px;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px #ededed;
  background: #fff;
}

.comments-form .comments-form__title {
  font: 700 19px/21px "Roboto", trebuchet ms;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
  margin: -30px auto 20px;
  padding: 0 25px;
}

.comments-form .comments-form__text {
  font-size: 16px;
}

.comments-form textarea {
  box-sizing: border-box;
  width: 100%;
  background: #f2f2f2;
  font: 400 15px "helvetica", trebuchet ms;
  border-radius: 0px;
  height: 150px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid #cbd0d2;
  padding: 10px;
}

.comments-form .comments-form-inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.comments-form .comments-form__input {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 0px;
  height: 38px;
  border: 1px solid #cbd0d2;
  padding-left: 45px;
}

.comments-form .input-wrap {
  position: relative;
  width: 30%;
}

.comments-form .input-wrap::after {
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}

.comments-form .input-wrap.author::after {
  content: "\f007";
}

.comments-form .input-wrap.email::after {
  content: "\f0e0";
}

.comments-form .input-wrap.url::after {
  content: "\f0c1";
  font-weight: 600;
}

.comments-form .comments-form__submit {
  padding: 6px 7px;
  color: #444;
  text-align: center;
  cursor: pointer;
  background-color: #f6f6f6;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 2px rgb(0 0 0 / 8%);
  transition: all 0.4s ease 0s;
  font: 700 14px/16px "Roboto", trebuchet ms;
  font-size: 16px;
  padding: 8px 14px;
}

.comments-list {
  margin: 0 0 30px 0;
}

.comment-item {
  margin-bottom: 25px;
}

.comment {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ededed;
  height: auto;
  max-width: 100%;
  position: relative;
  word-break: break-word;
}

.comment .comment-author {
  display: flex;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #ededed;
}

.comment .comment-author-left {
  margin-right: 20px;
}

.comment .comment-author-right {
  width: 100%;
}

.comment .comment-author__img {
  width: 100px;
  height: 100px;
}

.comment .comment-author__name {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.comment .comment-author__name a {
  color: #000;
  text-decoration: underline;
}

.comment .comment-author__meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.comment .comment-author__time {
  font-size: 12px;
  color: #999;
}

.comment .comment-author-counter {
  font-size: 14px;
  font-weight: bold;
}

.comment .comment-action {
  font-size: 13px;
}

.comment .comment-action a {
  color: #999;
}

.comment-item .comment-chidlren {
  margin-left: 23px;
  padding-left: 23px;
  position: relative;
  margin-top: 23px;
}

.comment .comment-action a::before {
  content: "\f062 ";
  font-family: "Font Awesome 5 Free";
  padding-right: 2px;
}

.comment .comment-content {
  line-height: 32px;
  font-size: 18px;
  padding: 15px 20px;
  position: relative;
}

/* SIDEBAR STYLES START */
.page-content .sidebar .sidebar-block {
  margin-bottom: 30px;
  box-shadow: rgb(223 229 240) 0px 2px 9px 6px;
}

.sidebar .adv {
  box-shadow: none !important;
}

.sidebar .adv-sticky {
  position: sticky;
  top: 30px;
  z-index: 1000;
}

.sidebar .experts-advise,
.sidebar .more-research {
  position: relative;
  padding: 30px 10px;
  border: 1px solid rgb(172, 179, 193);
  border-radius: 6px;
  background: #fff;
  z-index: 4;
}

.sidebar .experts-advise .header,
.sidebar .more-research .header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.sidebar .experts-advise .header__title,
.sidebar .more-research .header__title {
  font-weight: bold;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: rgb(48, 48, 48);
  margin: 0px auto 29px;
  max-width: 242px;
}

.sidebar .experts-advise .header__title::first-letter,
.sidebar .more-research .header__title::first-letter {
  text-transform: uppercase;
}

.sidebar .experts-advise .header__img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sidebar .sidebar-list {
  padding: 0px 17px;
}

.sidebar .sidebar-list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.sidebar .sidebar-list-item a::first-letter {
  text-transform: uppercase;
}

.sidebar .sidebar-list-item:not(:last-child) {
  border-bottom: 1px dashed rgb(172, 179, 193);
  margin-bottom: 1px;
}

.sidebar .more-research .sidebar-list-item:first-of-type {
  padding-bottom: 12px;
}

.sidebar .sidebar-list-item__num {
  color: rgb(172, 179, 193);
  font-size: 28px;
  margin-right: 23px;
}

.sidebar .sidebar-list-item__img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  align-self: flex-start;
}

.sidebar .sidebar-list-item__content {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 70px;
  padding-bottom: 15px;
}

.sidebar .sidebar-list-item__meta {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  color: rgb(172, 179, 193);
  font-size: 14px;
}

.sidebar .sidebar-list-item__meta .name {
  margin-right: 3px;
}

.sidebar .sidebar-list-item__title {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: rgb(48, 48, 48);
  padding-top: 9px;
  padding-bottom: 11px;
}

.sidebar .sidebar-list-item__title:hover {
  color: rgb(198, 41, 47);
  opacity: 0.7;
}

.sidebar .sidebar-block.review-links {
  width: 100%;
  display: block;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  box-shadow: none;
}

.sidebar .review-links .price-link {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 10px;
}

.sidebar .navigation {
  border-radius: 6px;
  padding: 10px 26px;
  overflow: hidden auto;
  border: 1px solid rgb(241, 241, 241);
  box-shadow: none;
}

.sidebar .navigation__title {
  font-family: Merriweather, serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin: 14px 0px 10px;
  padding: 0px 0px 11px;
}

.sidebar .navigation__title::first-letter {
  text-transform: uppercase;
}

.sidebar .nav-list {
  display: flex;
  flex-direction: column;
}

.sidebar .nav-list-item {
  position: relative;
  width: 100%;
}

.sidebar .nav-list-item .link-wrap > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  color: #303030;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: none;
  transition: all 0.5s;
  z-index: 8;
  margin-right: 5px;
}

.sidebar .nav-list-item a:hover {
  color: var(--color-primary);
  opacity: 0.7;
}

.sidebar .nav-list-item a.current-link {
  color: var(--color-primary);
}

.sidebar .nav-list-item .link-wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.sidebar .expanded-btn-wrap {
  cursor: pointer;
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.sidebar .expanded-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  background: #dfe5f0;
  transition: all 0.3s;
}

.sidebar .expanded-btn.expand {
  display: none;
}

.sidebar .nav-list-item_expanded .expanded-btn.collapse {
  display: none;
}

.sidebar .nav-list-item_expanded .expanded-btn.expand {
  display: flex;
}

.sidebar .expanded-btn svg {
  width: 10px;
  max-height: 10px;
}

.sidebar .nav-sublist {
  display: none;
  margin-top: 2px;
  padding-left: 6px;
}

.sidebar .nav-list-item_expanded .nav-sublist {
  display: block;
}

.sidebar .nav-sublist-item {
  margin-bottom: 4px;
}

.sidebar .nav-sublist-item > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #303030;
  padding: 2px 8px 2px 0;
  font-size: 14px;
  line-height: 19px;
  transition: all 0.5s;
}

.sidebar .nav-sublist-item:hover * {
  color: rgb(198, 41, 47);
  opacity: 0.7;
}

.sidebar .nav-sublist-item__chevron {
  font-size: 10px;
  margin-right: 8px;
  display: flex;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.sidebar .nav-sublist-item__chevron::before {
  content: "";
  display: inline-block;
  height: 3px;
  left: 0.15em;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 3px;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.sidebar .nav-sublist-item__chevron.chevron-right::before {
  left: 0;
  transform: rotate(45deg);
}
/* SIDEBAR STYLES END */

@media (max-width: 1279px) and (min-width: 1141px) {
  .page-content .two-column-wrap {
    max-width: 1080px;
  }

  .page-content .two-column-wrap .content {
    width: 730px;
  }

  .page-content .two-column-wrap .sidebar {
    width: 300px;
  }
}

@media (max-width: 1140px) and (min-width: 1024px) {
  .page-content .two-column-wrap {
    max-width: 980px;
  }

  .page-content .two-column-wrap .content {
    width: 66%;
    margin-right: 2%;
  }

  .page-content .two-column-wrap .sidebar {
    width: 32%;
  }
}

@media (max-width: 1023px) {
  .page-content .two-column-wrap {
    max-width: 100%;
  }

  .page-content .two-column-wrap .content {
    margin: 0 auto;
  }

  .page-content .two-column-wrap .sidebar {
    width: 740px;
    margin: 30px auto 0;
  }

  .usage .usage-tooltip .tooltip-content {
    left: -300px;
  }
}

@media (max-width: 992px) {
  .quick-summary .quick-summary-list {
    margin: 0 0 30px 14px;
  }

  .specifications .spec-table-header {
    display: none;
  }

  .specifications .spec-table-row {
    flex-wrap: wrap;
  }

  .specifications .spec-table-row__name,
  .specifications .spec-table-row__value {
    width: 100%;
    text-align: center;
  }

  .specifications .spec-table-row__name {
    background-color: var(--color-primary);
    color: #fff;
  }

  .specifications .spec-table-row:hover .spec-table-row__name {
    background-color: var(--color-primary);
  }
}

@media (max-width: 768px) {
  .page-content .two-column-wrap .content {
    width: 100%;
  }

  .content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .share-buttons {
    justify-content: center;
  }

  .share-buttons .share-btn {
    margin-right: 10px;
  }

  .related-articles .related-articles-item {
    width: calc(50% - 15px);
  }

  .usage .usage-tooltip .tooltip__close {
    display: flex;
  }
}

@media (max-width: 580px) {
  .content h2 {
    font-size: 26px;
  }

  .comparison .comparison-table-wrap {
    overflow-x: auto;
  }

  .comparison .comparison-table td:first-child {
    padding-left: 15px;
  }
}

@media (max-width: 500px) {
  .related-articles {
    padding: 30px 15px;
  }

  .related-articles .related-articles-items {
    justify-content: center;
  }

  .related-articles .related-articles-item {
    width: 300px;
  }

  .comments-form .comments-form-inputs {
    flex-wrap: wrap;
  }

  .comments-form .comments-form-inputs .input-wrap {
    width: 100%;
  }

  .content .pros-cons-block .list-wrap {
    width: 100%;
  }

  .content .pros-cons-block .list {
    height: auto;
  }

  .usage .usage-content {
    flex-wrap: wrap;
  }

  .usage .usage-list {
    width: 100%;
  }

  .usage .usage-tooltip .tooltip-content {
    left: -275px;
    width: 325px;
  }

  .usage .usage-tooltip .tooltip-list {
    max-height: 400px;
    overflow-y: auto;
  }

  .comment-item .comment-chidlren {
    margin-left: 12px;
    padding-left: 12px;
  }
}

@media (max-width: 370px) {
  .related-articles .related-articles-items {
    display: block;
  }

  .related-articles .related-articles-item {
    margin-bottom: 30px;
  }

  .usage {
    margin: 15px 0;
    padding: 25px 15px;
  }
}
/* PAGE CONTENT END */

/* MAIN SEARCH START */
.main-search {
  width: 100%;
  position: relative;
}

.main-search_bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-search .search-wrap {
  position: relative;
  max-width: 1200px;
  padding: 70px 10px 80px;
  margin: 0 auto;
}

.main-search .search-text {
  margin: 0 auto;
}

.main-search .search-text__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.main-search .search-text__subtitle {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.main-search .search-form {
  position: relative;
  width: 570px;
  max-width: 100%;
  margin: 40px auto 0;
}

.main-search .search-form form {
  display: block;
  position: relative;
  width: 100%;
  background: #f1f1f1;
  height: 46px;
  border-radius: 32px;
}

.main-search .search-form__input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 46px;
  padding: 0 24px;
  border-radius: 32px 0 0 32px;
  background: #f1f1f1;
  border: none;
  font-size: 14px;
}

.main-search .search-form__button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 92px;
  height: 38px;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  line-height: 38px;
  cursor: pointer;
  text-transform: none;
}
/* MAIN SEARCH END */

/* SUBSCRIBE BLOCK START */
.subscribe-block {
  width: 100%;
  position: relative;
}

.subscribe-block .subscribe-block-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  min-height: 397px;
  max-width: 1226px;
}

.subscribe-block .subscribe-block-content {
  position: relative;
  padding: 57px 20px 40px 30px;
  max-width: 60%;
  margin: 0 auto 0 0;
  z-index: 9;
}

.subscribe-block .subscribe-block__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 18px;
  height: auto;
}

.subscribe-block .subscribe-block__text {
  font-size: 18px;
  line-height: 1.25em;
}

.subscribe-block .subscribe-form {
  font-size: 18px;
  line-height: 1.25em;
  margin: 67px auto 0 0;
  width: 100%;
  max-width: 600px;
}

.subscribe-block .subscribe-form form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-block .subscribe-form__title {
  width: 100%;
  font-size: 18px;
  line-height: 1.25em;
  margin-bottom: 8px;
}

.subscribe-block .subscribe-form__input {
  padding: 27px 14px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  margin-right: 12px;
  height: 35px;
}

.subscribe-block .subscribe-form__button {
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 28px 18px;
  min-width: 226px;
  text-transform: uppercase;
  line-height: 0.5;
  height: 35px;
}

.subscribe-block .subscribe-block-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  max-width: 100%;
}

@media (max-width: 992px) {
  .subscribe-block .subscribe-block-content {
    margin: 0 auto;
    max-width: 80%;
  }

  .subscribe-block .subscribe-block__title,
  .subscribe-block .subscribe-block__text {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .subscribe-block .subscribe-block-content {
    max-width: 100%;
  }

  .subscribe-block .subscribe-form form {
    flex-wrap: wrap;
  }

  .subscribe-block .subscribe-form__input {
    margin-right: 0;
    width: 100%;
  }

  .subscribe-block .subscribe-form__button {
    margin-top: 15px;
    width: 100%;
  }
}
/* SUBSCRIBE BLOCK END */

/* TEAM GRID V1 START */
.team-grid-v1 {
  position: relative;
  background: transparent;
  border-radius: 12px;
  max-width: 1171px;
}

.team-grid-v1 .team-grid-header-wrap {
  border-radius: 12px;
  padding: 9px 0 0 0;
  max-width: initial;
  margin: 0;
}

.team-grid-v1 .team-grid-header {
  border-radius: 12px;
  padding-top: 25px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.team-grid-v1 .team-grid-header-content {
  width: 42%;
  padding: 20px 0;
}

.team-grid-v1 .team-grid-title-wrap {
  position: relative;
  background: #feca46;
  display: flex;
  padding: 14px 34px 25px 60px;
  margin-bottom: 35px;
  align-items: center;
}

.team-grid-v1 .team-grid__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

.team-grid-v1 .team-grid-title-wrap__polygon {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  width: 27px;
  height: 100%;
  background: #113244;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.team-grid-v1 .team-grid__text {
  margin-left: 60px;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.team-grid-v1 .team-grid__text p {
  margin-bottom: 0.66em;
}

.team-grid-v1 .team-grid-header-media {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 30px;
  max-width: 570px;
  max-height: 320px;
}

.team-grid-v1 .team-grid-header-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  min-height: initial;
  max-height: initial;
  height: 100% !important;
  display: none;
}

.team-grid-v1 .video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
}

.team-grid-v1 .video-placeholder__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-grid-v1 .video-placeholder__overlay {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #30303030;
}

.team-grid-v1 .team-grid-authors {
  max-width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.team-grid-v1 .team-grid-author {
  display: flex;
  width: 48%;
  border-radius: 8px;
  border: 1px solid #75a9c6;
  margin-bottom: 20px;
}

.team-grid-v1 .team-grid-author-image-wrap {
  position: relative;
  width: 48%;
  max-height: 250px;
}

.team-grid-v1 .team-grid-author-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-grid-v1 .team-grid-author-content {
  display: flex;
  flex-direction: column;
  width: 52%;
  height: 100%;
  padding: 15px 16px 16px 18px;
  min-height: 224px;
}

.team-grid-v1 .team-grid-author__name {
  width: 100%;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
}

.team-grid-v1 .team-grid-author__text {
  width: 100%;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 14px;
}

.team-grid-v1 .team-grid-author__socials {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
  align-self: flex-end;
}

.team-grid-v1 .team-grid-author__socials > a {
  margin-right: 7px;
}

.team-grid-v1 .team-grid-author__socials > a i {
  font-style: italic;
  font-size: 18px;
  color: #acb3c1;
}

.team-grid-v1 .team-grid-link-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.team-grid-v1 .team-grid__link {
  line-height: 1.2em;
  font-size: 14px;
  color: #dfe5f0;
  background: transparent;
  border: 1px solid #788b9a;
  border-radius: 4px;
  padding: 19px 16px;
  width: 427px;
  max-width: 80%;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
}

.team-grid-v1 .team-grid__link:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .team-grid-v1 .team-grid-header-content {
    width: 50%;
  }

  .team-grid-v1 .team-grid-title-wrap {
    padding: 10px 34px 14px 4%;
  }

  .team-grid-v1 .team-grid-header-media {
    width: 50%;
  }

  .team-grid-v1 .team-grid__text {
    margin-left: 15px;
  }
}

@media (max-width: 768px) {
  .team-grid-v1 .team-grid-header {
    flex-wrap: wrap;
  }

  .team-grid-v1 .team-grid-header-content {
    width: 100%;
    margin-right: 40px;
  }

  .team-grid-v1 .team-grid-header-media {
    min-height: 320px;
    margin: 30px auto;
    width: 90%;
  }

  .team-grid-v1 .team-grid-author {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .team-grid-v1 .team-grid-author {
    flex-wrap: wrap;
  }

  .team-grid-v1 .team-grid-author-image-wrap {
    width: 100%;
  }

  .team-grid-v1 .team-grid-author-content {
    width: 100%;
    height: auto;
  }

  .team-grid-v1 .team-grid-header-media {
    min-height: 220px;
  }
}
/* TEAM GRID V1 END */

/* TEAM GRID V2 START */
.team-grid-wide {
  max-width: 1392px;
  margin: 0 auto;
}

.team-grid-v2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}

.team-grid-v2 .team-grid-left {
  display: flex;
  flex-wrap: wrap;
  width: 56%;
  margin-right: 9%;
}

.team-grid-v2 .team-grid__title {
  font-size: 72px;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.team-grid-v2 .team-grid__text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.team-grid-v2 .team-grid__link {
  font-size: 18px;
  padding: 11px 32px;
  border: 1px solid #000;
  border-radius: 6px;
  transition: all 0.3s;
}

.team-grid-v2 .team-grid__link:hover {
  color: var(--color-primary);
}

.team-grid-v2 .team-grid-right {
  width: 48%;
}

.team-grid-v2 .team-grid-right .team-grid-link-wrap {
  display: none;
}

@media (max-width: 992px) {
  .team-grid-v2 {
    flex-wrap: wrap;
  }

  .team-grid-v2 .team-grid-left {
    width: 100%;
    margin-right: 0;
  }

  .team-grid-v2 .team-grid__title {
    font-size: 48px;
  }

  .team-grid-v2 .team-grid__text {
    font-size: 16px;
  }

  .team-grid-v2 .team-grid-left .team-grid-link-wrap {
    display: none;
  }

  .team-grid-v2 .team-grid-right .team-grid-link-wrap {
    display: flex;
  }

  .team-grid-v2 .team-grid-right {
    width: 100%;
  }

  .team-grid-v2 .team-grid__link {
    margin: 0 auto;
  }
}
/* TEAM GRID V2 END */

/* TEAM GRID V3 START */
.team-grid-v3 {
  background-color: #efefef;
  padding: 70px 0 0 0;
}

.team-grid-v3 .team-grid__title {
  font-size: 40px;
  text-align: center;
}

.team-grid-v3 .team-grid-content {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 30px auto;
}

.team-grid-v3 .team-grid-member {
  width: 20%;
  padding: 0 15px;
}

.team-grid-v3 .team-grid-member__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.team-grid-v3 .team-grid-member:hover .team-grid-member__img img {
  filter: grayscale(0);
}

.team-grid-v3 .team-grid-member__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0 5px 0;
  color: #333;
}

.team-grid-v3 .team-grid-member__position {
  font-size: 12px;
  text-align: center;
  color: #777;
}

.team-grid-v3 .team-grid-member__description {
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 28px;
  color: #777;
}

@media (max-width: 768px) {
  .team-grid-v3 .team-grid-content {
    flex-wrap: wrap;
  }

  .team-grid-v3 .team-grid-member {
    width: 100%;
  }

  .team-grid-v3 .team-grid-member:hover .team-grid-member__img img {
    filter: grayscale(100%);
  }
}
/* TEAM GRID V3 END */

/* TEAM GRID V4 START */
.team-grid-v4 .team-grid-title {
  font-size: 32px;
  font-weight: bold;
  margin: 50px 0 40px 0;
}

.team-grid-v4 .team-grid {
  display: flex;
  flex-direction: column;
  margin: 0 8px;
}

.team-grid-v4 .team-grid-item {
  display: flex;
  margin-bottom: 16px;
}

.team-grid-v4 .team-grid-item__img {
  width: 30%;
  height: 224px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}

.team-grid-v4 .team-grid-item-content {
  width: 70%;
  padding: 15px;
  min-height: 224px;
  height: 100%;
}

.team-grid-v4 .team-grid-item__name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.team-grid-v4 .team-grid-item__pos {
  font-size: 15px;
  margin-bottom: 8px;
}

.team-grid-v4 .team-grid-item__description {
  line-height: 1.5em;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .team-grid-v4 .team-grid {
    margin: 0;
  }

  .team-grid-v4 .team-grid-item {
    align-items: center;
  }

  .team-grid-v4 .team-grid-item__img {
    height: 186px;
    border-radius: 0;
  }
}
/* TEAM GRID V4 END */

/* TEAM GRID SLIDER START */
.team-grid-slider .team-grid-slider-item {
  width: 100%;
  display: flex !important;
  margin-bottom: 20px;
}

.team-grid-slider .team-grid-slider-item__image-wrap {
  width: 100%;
  max-width: 192px;
  margin: 0 25px 0 0;
}

.team-grid-slider .team-grid-slider-item__image-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.team-grid-slider .team-grid-slider-item-content {
  width: 60%;
  margin: 0 1%;
}

.team-grid-slider .team-grid-slider-item__name {
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 7px;
}

.team-grid-slider .team-grid-slider-item__text {
  font-size: 14px;
  line-height: 1.44em;
}

.team-grid-slider .slick-list {
  min-height: 500px !important;
}

.team-grid-slider .slick-slide {
  opacity: 0.1;
}

.team-grid-slider .slick-slide.slick-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .team-grid-slider .team-grid-slider-item {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .team-grid-slider .team-grid-slider-item {
    flex-wrap: wrap;
  }

  .team-grid-slider .team-grid-slider-item-content {
    width: 100%;
    margin-top: 20px;
  }
}
/* TEAM GRID SLIDER END */

/* OUR HISTORY START */
.our-history-title {
  font-size: 32px;
  font-weight: bold;
  margin: 50px 0 40px 0;
}

.our-history {
  margin-bottom: 35px;
  margin-top: 20px;
  display: block;
  position: relative;
  z-index: 9;
  max-width: 100%;
}

.our-history .timeline-line {
  position: absolute;
  left: 50%;
  margin-left: 0;
  height: 100%;
  border-right: 1px solid #d0d0d0;
  z-index: -1;
}

.our-history .timeline-line span:first-child {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #de5034;
  position: absolute;
  left: -4px;
}

.our-history .timeline-line span:last-child {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #de5034;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.our-history .timeline-line-wrapper {
  position: relative;
}

.our-history .timeline-block {
  position: relative;
  display: block;
  table-layout: fixed;
  border: 1px solid #d0d0d0;
  width: calc(50% - 19px);
  border-radius: 4px;
  background: #fcfcfc;
  margin-bottom: 20px;
}

.our-history .timeline-dot {
  width: 1px;
  height: 1px;
  background-color: #de5034;
  border: 4px solid #fff;
  border-radius: 500px;
  position: absolute;
  top: 32px;
  display: block;
  padding: 3px;
}

.our-history .timeline-post-left .timeline-dot {
  right: -28px;
}

.our-history .timeline-post-right .timeline-dot {
  left: -26px;
}

.our-history .ult-timeline-arrow {
  position: absolute;
  height: 0;
  width: 1px;
}

.our-history .timeline-post-left .ult-timeline-arrow {
  right: -1px;
  top: 30px;
}

.our-history .timeline-post-right .ult-timeline-arrow {
  top: 30px;
  left: -10px;
}

.our-history .ult-timeline-arrow s {
  border-width: 9px 10px 9px 0;
  border-style: solid;
  display: block;
  position: relative;
  top: 0;
}

.timeline-post-left .ult-timeline-arrow s {
  border-width: 9px 0 9px 10px;
}

.our-history .ult-timeline-arrow l {
  border-width: 9px 0 9px 10px;
  top: -16.5px;
}

.our-history .timeline-icon-block {
  display: block;
  vertical-align: middle;
}

.our-history .timeline-header-block {
  width: 100%;
  display: block;
  position: relative;
  vertical-align: middle;
}

.our-history .timeline-header {
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: top;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.our-history .timeline-post-left .timeline-header {
  text-align: right;
}

.our-history .ult-timeline-title {
  font-size: 24px;
}

.our-history .timeline-header p {
  margin-bottom: 5px;
}

.our-history .timeline-item-spt {
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 767px) {
  .our-history {
    overflow: hidden;
  }

  .our-history .timeline-line {
    margin-left: 0;
    left: 50%;
  }

  .our-history .timeline-block {
    width: 100%;
  }

  .our-history .timeline-post-left .timeline-header {
    text-align: left;
  }

  .our-history .ult-timeline-arrow {
    display: none;
  }
}
/* OUR HISTORY END */

/* MAIN SLIDER START */
.main-slider-wrap {
  position: relative;
  padding-top: 8px;
  border-radius: 12px;
  max-width: 1170px;
  margin: 0 auto;
}

.main-slider .main-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 10px 10px 10px;
  max-width: 87%;
  margin: 0 auto 36px auto;
}

.main-slider .main-slider__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
}

.main-slider .main-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.main-slider .main-slider-nav__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.main-slider .main-slider-nav__item:not(:last-child) {
  margin-right: 24px;
}

.main-slider .main-slider-nav__item:not(:last-child):after {
  content: "";
  width: 24px;
  height: 2px;
  background: var(--color-secondary);
  position: absolute;
  right: -25px;
}

.main-slider .main-slider-nav__item.filled {
  background-color: #fff;
  color: var(--color-secondary);
}

.main-slider .main-slider-body {
  margin-bottom: 20px;
}

.main-slider .main-slider-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 87%;
  margin: 0 auto;
  padding: 20px 10px;
}

.main-slider .main-slider-item-image-wrap {
  width: 48%;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-slider .main-slider-item-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.main-slider .main-slider-item-content {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 40px;
}

.main-slider .main-slider-item__title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 21px;
}

.main-slider .main-slider-item__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.8em;
}

.main-slider .main-slider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 40px;
}

.main-slider .main-slider__button {
  width: 40%;
  font-size: 14px;
  color: #fff;
  background: transparent;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  padding: 19px 10px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.main-slider .main-slider__button:hover,
.main-slider .main-slider__button:disabled {
  opacity: 0.7;
}

.main-slider .main-slider__button_prev {
  margin-right: 4%;
}

.main-slider .main-slider__button_prev {
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .main-slider .main-slider-header {
    justify-content: center;
    flex-wrap: wrap;
    padding: 26px 10px 10px 10px;
    margin-bottom: 6px;
  }

  .main-slider .main-slider__title {
    width: 100%;
    text-align: center;
  }

  .main-slider .main-slider-nav {
    margin-top: 15px;
  }

  .main-slider .main-slider-item {
    flex-wrap: wrap;
  }

  .main-slider .main-slider-item-image-wrap {
    width: 100%;
  }

  .main-slider .main-slider-item-content {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-right: 0;
  }

  .main-slider .main-slider__button {
    width: auto;
    max-width: 50%;
    min-width: 40%;
  }
}

@media (max-width: 500px) {
  .main-slider .main-slider-footer {
    flex-wrap: wrap;
  }

  .main-slider .main-slider__button {
    max-width: 90%;
    min-width: 90%;
  }

  .main-slider .main-slider__button_prev {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .main-slider .main-slider-nav__item:not(:last-child) {
    margin-right: 5px;
  }

  .main-slider .main-slider-nav__item:not(:last-child):after {
    display: none;
  }
}
/* MAIN SLIDER END */

/* FEATURES SLIDER START*/
.features-slider-wrap {
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 44px 20px 28px;
}

.features-slider {
  position: relative;
  display: flex;
  max-width: 1396px;
  margin: 0 auto;
}

.features-slider .features-slider-left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  width: 31%;
  margin: 0 1%;
  padding-bottom: 38px;
}

.features-slider .features-slider__title {
  margin: 30px 0;
  font-size: 56px;
  font-weight: bold;
}

.features-slider .features-slider__link {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px;
  color: #fff;
  transition: all 0.3s;
  padding: 10px 30px;
  font-size: 18px;
}

.features-slider .features-slider-right {
  min-height: 350px;
  margin-top: 10px;
  width: 39%;
  margin-left: auto;
}

.features-slider .features-slider-right .features-slider-link-wrap {
  display: none;
}

.features-slider .slick-list {
  height: 520px !important;
}

.features-slider .slick-slide {
  opacity: 0.1;
}

.features-slider .slick-slide.slick-active {
  opacity: 1;
}

.features-slider .features-slider-slider-item {
  width: 100%;
  margin-bottom: 66px;
}

.features-slider .features-slider-slider-item__pos {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  font-family: merriweather, serif;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.features-slider .features-slider-slider-item__text {
  font-size: 32px;
  line-height: 1.4em;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .features-slider .features-slider-left,
  .features-slider .features-slider-right {
    width: 48%;
  }
}

@media (max-width: 992px) {
  .features-slider {
    flex-wrap: wrap;
  }

  .features-slider .features-slider-left,
  .features-slider .features-slider-right {
    width: 100%;
  }

  .features-slider .features-slider-left .features-slider-link-wrap {
    display: none;
  }

  .features-slider .features-slider-right .features-slider-link-wrap {
    display: flex;
    justify-content: center;
  }

  .features-slider .features-slider__title {
    font-size: 36px;
  }

  .features-slider .slick-list {
    height: auto !important;
  }

  .features-slider .features-slider-slider-item__text {
    font-size: 26px;
  }

  .features-slider .features-slider__link {
    display: block;
  }
}
/* FEATURES SLIDER END*/

/* BANNERS BLOCK START */
.banners-block-wrap {
  padding: 73px 0 95px;
  overflow: hidden;
}

.banners-block {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
  color: #000;
}

.banners-block .banners-block__title {
  font-size: 36px;
  margin: 40px 0 75px 0;
  text-align: center;
}

.banners-block .banners-block-content {
  display: flex;
  justify-content: center;
}

.banners-block .banners-block-item {
  position: relative;
  width: 320px;
}

.banners-block .banners-block-item:nth-child(1) {
  transform: rotate(0deg);
}

.banners-block .banners-block-item:nth-child(2) {
  margin-top: 23px;
  left: -8px;
  transform: rotate(-10.5deg);
}

.banners-block .banners-block-item:nth-child(3) {
  margin-top: -27px;
  left: -16px;
  transform: rotate(7deg);
}
.banners-block .banners-block-item:nth-child(4) {
  margin-top: 24px;
  left: -27px;
  transform: rotate(-13deg);
}

.banners-block .banners-block-item svg {
  display: block;
  height: auto;
  max-width: initial;
  width: 338px;
  position: absolute;
  top: 0;
  z-index: 4;
}

.banners-block .banners-block-item-content {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 158px;
  padding: 0 8px 0 26px;
  margin-top: 30px;
  z-index: 10;
  transform: rotate(3deg);
}

.banners-block .banners-block-item__image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 82px;
}

.banners-block .banners-block-item__image-wrap img {
  display: block;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}

.banners-block .bannergs-block-item__text {
  align-self: flex-end;
  font-size: 16px;
  line-height: 1.44em;
  text-align: center;
  margin-bottom: 6px;
}

@media (max-width: 992px) {
  .banners-block .banners-block-content {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .banners-block .banners-block-item {
    margin-top: 15px !important;
  }
}
/* BANNERS BLOCK END */

/* AUTHOR PAGE START */
.author-content {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.author .author__img {
  width: 250px;
  height: 250px;
}

.author .author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.author .author__name {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}

.author .author__socials {
  margin-top: 10px;
}

.author .author__socials a {
  font-size: 24px;
  margin-right: 10px;
}

.author-text {
  margin-left: 120px;
  font-size: 24px;
  line-height: 2.125rem;
}

.author-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.author-articles h2 {
  width: 70%;
  margin-top: 10px;
}

.author-articles .articles-list {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.author-articles .article {
  display: flex;
  padding: 20px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1);
  margin-bottom: 30px;
}

.author-articles .article__img {
  display: block;
}

.author-articles .article__img:hover {
  opacity: 0.7;
}

.author-articles .article__img img {
  width: 230px;
  max-width: 230px;
  height: 150px;
  object-fit: cover;
}

.author-articles .article .article-content {
  margin-left: 30px;
}

.author-articles .article .article__name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.author-articles .article .article__text {
  line-height: 1.5rem;
}

@media (max-width: 1024px) {
  .author-header .content-wrap {
    max-width: 100%;
  }

  .author-articles h2 {
    width: 100%;
    text-align: center;
  }

  .author-articles .articles-list {
    width: 100%;
  }

  .author-text {
    margin-left: 70px;
  }
}

@media (max-width: 765px) {
  .author-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 25px;
  }

  .author .author__img {
    width: 300px;
    height: 300px;
  }

  .author-text {
    margin-top: 20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 2rem;
  }
}

@media (max-width: 600px) {
  .author-articles .article {
    flex-wrap: wrap;
  }

  .author-articles .article .article__img {
    margin: 0 auto;
  }

  .author-articles .article .article__img img {
    width: 300px;
    height: 200px;
  }

  .author-articles .article .article-content {
    margin-top: 30px;
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .author-content .author .author__img {
    max-width: 250px;
    max-height: 250px;
  }

  .author-text {
    font-size: 18px;
    line-height: 1.75rem;
  }

  .author-articles .article .article__img img {
    width: 275px;
    height: 185px;
  }
}
/* AUTHOR PAGE END */

/* PAGINATION START */
.pagination {
  flex-basis: 100%;
  display: flex;
  white-space: nowrap;
  padding: 0;
  border-right: 0;
  margin: 1px;
  vertical-align: baseline;
}

.pagination .pagination__item {
  border: 1px solid #f1f1f1;
  border-left: none;
  margin: 0;
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  font-size: 1.1em;
  font-weight: 600;
  padding: 10px 15px;
  min-width: 1em;
}

.pagination .pagination__item:nth-of-type(1) {
  border-left: 1px solid #f1f1f1;
}

.pagination .pagination__item.active,
.pagination .pagination__item:hover {
  background: #f1f1f1;
  color: #9099ac;
}

@media (max-width: 600px) {
  .pagination {
    flex-wrap: wrap;
  }
}
/* PAGINATION END */

/* CATEGORY TEXT BLOCK START */
.category-block {
  position: relative;
  padding: 46px 28px 54px 28px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.78em;
  background: #003550;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-block__text {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .category-block__text {
    text-align: center;
  }
}
/* CATEGORY TEXT BLOCK END */

/* FEATURES GRID START */
.features-grid .features-grid__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 36px;
}

.features-grid .features-grid-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features-grid .features-grid__item {
  width: 31%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.features-grid .features-grid__item-img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
}

.features-grid .features-grid__item-content {
  margin-left: 25px;
}

.features-grid .features-grid__item-title {
  font-family: "Merriweather", serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.features-grid .features-grid__item-text {
  font-size: 18px;
  line-height: 1.4em;
  color: #231f20;
}

@media (max-width: 1024px) {
  .features-grid .features-grid__item {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .features-grid .features-grid__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* FEATURES GRID END */

/* LINKING START */
.linking {
  margin: 16px 0 30px 0;
}

.linking .linking__title {
  font-size: 18px;
  font-weight: 700;
}

.linking .linking-list {
  list-style: disc;
  margin-bottom: 5px;
}

.linking .linking-item {
  margin: 5px 0 5px 25px;
}

.linking .linking-item > a {
  text-transform: capitalize;
}

.linking .linking-item > a:hover {
  text-decoration: none;
}

.linking .linking__see-more {
  margin-left: 25px;
}

.linking .linking-item.hide {
  display: none;
}

.linking .linking-related-articles {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0 16px;
  margin-top: 16px;
}

.linking .linking-related-articles-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}

.linking .linking-related-articles-item:last-of-type {
  border-bottom: 0;
}

.linking .linking-related-articles-item span {
  font-weight: 600;
  color: #000000;
  margin-right: 5px;
}

.linking .linking-related-articles-item a:hover {
  text-decoration: none;
}

.linking .linking-related-articles-content a {
  text-transform: capitalize;
}

.linking .linking-related-articles-item svg path {
  fill: var(--color-primary);
}
/* LINKING END */

/* FEATURES DOUBLE START */
.features-double {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  max-width: 1920px;
}

.features-double .features-double-item {
  width: 50%;
  padding: 33px 20px;
  display: flex;
  background: var(--color-primary);
  color: #fff;
}

.features-double .features-double-item:first-of-type {
  justify-content: flex-end;
}

.features-double .features-double-item:last-of-type {
  background: var(--color-secondary);
}

.features-double .features-double-item__img-wrap {
  max-width: 225px;
  height: 100%;
  margin-right: 20px;
}

.features-double .features-double-item__img {
  display: block;
  height: auto;
  max-width: 100%;
}

.features-double .features-double-item-content {
  margin-left: 15px;
  max-width: 400px;
}

.features-double .features-double-item__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.24em;
}

.features-double .features-double-item__text {
  line-height: 1.46em;
}

@media (max-width: 1024px) {
  .features-double {
    flex-direction: column;
  }

  .features-double .features-double-item {
    justify-content: flex-start !important;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .features-double .features-double-item {
    flex-direction: column;
  }

  .features-double .features-double-item-content {
    margin-top: 15px;
    margin-left: 0;
    max-width: none;
  }
}
/* FEATURES DOUBLE END */

.wprm-recipe-instruction-image img {
  width: 100% !important;
  height: auto !important;
}

.ccb__wrap {
  position: relative;
  padding: 0;
  background: #e9ebf1;
  line-height: 1.5em;
  border: 0;
  border-radius: 0;
  margin-bottom: 26px;
  color: #303030;
  font-weight: bold;
}

.ccb__inner {
  padding: 18px 22px;
}

.ccb__left {
  bottom: -8px;
  content: " ";
  height: 53px;
  left: -8px;
  top: auto;
  position: absolute;
  width: 167px;
  z-index: -1;
  transform: initial;
  background-color: var(--color-secondary);
}

.ccb__right {
  content: " ";
  height: 53px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 53px;
  z-index: -1;
  background-color: var(--color-secondary);
}

.bgmn {
  background-color: var(--color-primary);
}