*::-webkit-scrollbar {
  width: 0.5em;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 0.25em;
  outline: unset;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #20A5A9;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #313033;
  background-size: cover;
  scroll-behavior: smooth;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body {
    background: unset;
  }
}
body.f_page {
  background: url(./assets_main/images/bg_fp.jpg) no-repeat top center;
}
a {
  color: #20A5A9;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #20A5A9;
  text-decoration: underline;
}

input:focus {
  outline: unset;
  box-shadow: unset;
}

.mobile_menu {
  position: absolute;
  display: flex;
  width: 100%;
  height: calc(100% - 67px);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: -100%;
  transition: all 0.5s linear;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 998;
  border-bottom: 1px solid #20A5A9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.mobile_menu.is-active {
  top: 67px;
}
.mobile_menu nav {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
}
.mobile_menu nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile_menu nav ul.menu > li {
  margin-bottom: 1rem;
}
.mobile_menu nav ul.menu > li > a {
  font-size: 1.125em;
  color: #20A5A9;
  font-weight: bold;
}
.mobile_menu nav ul.menu > li > a:hover {
  color: #313033;
}
.mobile_menu nav ul.menu > li > ul.sub-menu {
  list-style: none;
  margin: 0.875em 0 0.875em 1.5em;
  padding: 0;
}
.mobile_menu nav ul.menu > li > ul.sub-menu > li > a {
  font-size: 1em;
  color: #313033;
  font-weight: bold;
}
.mobile_menu nav ul.menu > li > ul.sub-menu > li > a:hover {
  color: #20A5A9;
}

.main_header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 999;
}
.main_header .logo {
  position: relative;
}
.main_header .logo .icon, .main_header .logo .custom-logo-link {
  display: block;
  width: 224px;
  height: 75px;
}
@media (max-width: 600px) {
  .main_header .logo .icon, .main_header .logo .custom-logo-link {
    width: 160px;
    height: 53px;
  }
}
.main_header .logo .icon img, .main_header .logo .custom-logo-link img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 600px) {
  .main_header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02);
  }
}

.top_menu_wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
}

.bottom_menu_wrapper {
  position: relative;
  display: block;
  width: 100%;
  background-color: #313033;
}
@media (max-width: 600px) {
  .bottom_menu_wrapper {
    display: none;
  }
}

.top_menu_wrapper__flex {
  position: relative;
  height: 85px;
}
@media (max-width: 600px) {
  .top_menu_wrapper__flex {
    height: 66px;
  }
}
.top_menu_wrapper__flex .ajax_search_results {
  position: absolute;
  display: none;
  width: 100%;
  top: 40px;
  right: 0;
  height: auto;
  max-height: 280px;
  z-index: 99;
  padding: 15px 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 4px 2px rgba(16, 131, 131, 0.1);
  overflow-y: scroll;
}
@media (max-width: 1200px) {
  .top_menu_wrapper__flex .ajax_search_results {
    width: 360px;
  }
}
@media (max-width: 400px) {
  .top_menu_wrapper__flex .ajax_search_results {
    width: 280px;
  }
}
.top_menu_wrapper__flex .ajax_search_results > div:last-child {
  margin-bottom: unset;
}
.top_menu_wrapper__flex .ajax_search_results.is-active {
  display: block;
}
.top_menu_wrapper__flex .ajax_search_results .result_query {
  color: #E94141;
}
@media (max-width: 1200px) {
  .top_menu_wrapper__flex .search_wrapper__form {
    position: absolute;
    top: 0;
    width: 360px;
    right: 0;
    height: 40px;
    z-index: 99;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px rgba(16, 131, 131, 0.1);
  }
}
@media (max-width: 400px) {
  .top_menu_wrapper__flex .search_wrapper__form {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  .top_menu_wrapper__flex .search_wrapper__form button[type=submit] {
    display: none;
  }
}
.top_menu_wrapper__flex .search_wrapper__form input[type=search], .top_menu_wrapper__flex .search_wrapper__form input[type=text] {
  position: relative;
  padding-right: 35px;
}
@media (max-width: 1200px) {
  .top_menu_wrapper__flex .search_wrapper__form input[type=search], .top_menu_wrapper__flex .search_wrapper__form input[type=text] {
    width: 100%;
  }
}
.top_menu_wrapper__flex .search_wrapper__form .close_dropdown {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 110px;
  background: url(./assets_main/images/close.svg) no-repeat center center;
  background-size: cover;
  border: unset;
  z-index: 2;
}
@media (max-width: 1200px) {
  .top_menu_wrapper__flex .search_wrapper__form .close_dropdown {
    right: 10px;
  }
}
.top_menu_wrapper__flex .search_wrapper__form .close_dropdown.is-active {
  display: block;
}

.top_menu_wrapper__menu {
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .top_menu_wrapper__menu {
    padding: 0 20px;
  }
}
.top_menu_wrapper__menu nav > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_menu_wrapper__menu nav > ul .sub-menu {
  position: absolute;
  display: none;
  list-style: none;
  z-index: 98;
  background-color: #fff;
  margin: 0;
  padding: 20px 0;
  min-width: 100%;
  width: 240px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1), 0px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.top_menu_wrapper__menu nav > ul .sub-menu li {
  position: relative;
}
.top_menu_wrapper__menu nav > ul .sub-menu li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 1.75em;
  color: #313033;
  font-weight: normal;
  text-decoration: none;
}
.top_menu_wrapper__menu nav > ul .sub-menu li:hover {
  background-color: rgba(19, 171, 135, 0.04);
}
.top_menu_wrapper__menu nav > ul > li {
  position: relative;
}
.top_menu_wrapper__menu nav > ul > li.menu-item-has-children {
  padding-right: 20px;
}
.top_menu_wrapper__menu nav > ul > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 6px;
  background: url(./assets_main/images/simple_arrow_down.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.top_menu_wrapper__menu nav > ul > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.top_menu_wrapper__menu nav > ul > li a {
  color: #313033;
  text-decoration: none;
  transition: all 0.25s linear;
  font-weight: 400;
}
@media (max-width: 900px) {
  .top_menu_wrapper__menu nav > ul > li a {
    font-size: 0.875em;
  }
}
.top_menu_wrapper__menu nav > ul > li a:hover {
  color: #20A5A9;
}

.bottom_menu_wrapper__flex {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 48px;
}
.bottom_menu_wrapper__flex nav > ul {
  margin: 0;
  padding: 0;
}
.bottom_menu_wrapper__flex nav > ul > li {
  margin: 0 25px;
}
.bottom_menu_wrapper__flex nav > ul > li.subscribe_button {
  margin-right: 0;
}
.bottom_menu_wrapper__flex nav > ul > li.subscribe_button a {
  padding: 5px 16px;
  color: #313033;
  background-color: #FFC700;
  border-radius: 1em;
  transition: unset;
  font-weight: 400;
}
.bottom_menu_wrapper__flex nav > ul > li.subscribe_button a:hover {
  box-shadow: 0px 2px 0 #FFA800;
  color: #313033;
}
.bottom_menu_wrapper__flex nav > ul > li.subscribe_button a:active {
  background-color: #FFB800;
  box-shadow: unset;
}
.bottom_menu_wrapper__flex nav > ul > li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.25s linear;
  font-weight: 400;
}
@media (max-width: 900px) {
  .bottom_menu_wrapper__flex nav > ul > li a {
    font-size: 0.875em;
  }
}
.bottom_menu_wrapper__flex nav > ul > li a:hover {
  color: #FFC700;
}

.search_wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border-radius: 1em;
  padding: 0.5em;
  background-color: rgb(251, 251, 251);
}
@media (max-width: 1200px) {
  .search_wrapper {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(16, 131, 131, 0.1);
    border-radius: 10px;
  }
}

@media (max-width: 1200px) {
  .search_wrapper__hide_on_mobile {
    display: none;
  }
}
.search_wrapper__hide_on_mobile.is-active {
  display: block;
}

.search_wrapper__mobile_button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(./assets_main/images/search_icon.svg) no-repeat center center transparent;
  background-size: 28px 28px;
  border: none;
}
.search_wrapper__mobile_button:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .search_wrapper__mobile_button {
    display: none;
  }
}

.mobile_navigation_button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(16, 131, 131, 0.1);
  border-radius: 10px;
  border: unset;
}
.mobile_navigation_button.hamburger {
  margin-right: 20px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 11px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 19px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 19px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
   * Squeeze
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.search_wrapper__form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.search_wrapper__form > div {
  width: 100%;
}
.search_wrapper__form .icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url(./assets_main/images/search_icon.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: 2;
}
.search_wrapper__form input[type=search], .search_wrapper__form input[type=text] {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  height: 34px;
  border: unset;
  float: left;
  background-color: transparent;
  padding-left: 40px;
  z-index: 1;
}
.search_wrapper__form button[type=submit] {
  width: 95px;
  height: 34px;
  padding: unset;
}

.sw_button {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 0.5em;
  border: unset;
  padding: 0.875em 1.25em;
  background: linear-gradient(270deg, #129072 -50%, #23A9B1 100%);
  white-space: nowrap;
}
.sw_button:hover {
  box-shadow: 0px 2px 3px #127A7C;
  color: #fff;
  text-decoration: none;
}
.sw_button:active {
  box-shadow: unset;
  background: linear-gradient(270deg, #06795E -50%, #10939B 100%);
}

.content_wrapper {
  margin: 25px 0 125px 0;
}
.content_wrapper section {
  margin: 0 0 60px 0;
  border-radius: 1.25em;
}
.content_wrapper h1 {
  font-size: 2.625em;
  font-weight: 700;
  margin-bottom: 1.125rem;
}
@media (max-width: 600px) {
  .content_wrapper h1 {
    font-size: 1.85em;
  }
}
.content_wrapper h2 {
  font-size: 1.875em;
  font-weight: 700;
  margin-bottom: 1.125em;
}
.content_wrapper h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1.125em;
}
.content_wrapper ul li {
  margin-bottom: 0.875em;
}
.content_wrapper ul li:last-child {
  margin-bottom: unset;
}
.content_wrapper ol li {
  margin-bottom: 0.5em;
  list-style: decimal-leading-zero;
  color: #20A5A9;
  font-weight: bold;
  font-size: 1.5em;
}
.content_wrapper ol li span {
  font-weight: normal;
  color: #313033;
  font-size: 1.125rem;
}
.content_wrapper ol li:last-child {
  margin-bottom: unset;
}

.nav_breadcrumbs {
  position: relative;
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.nav_breadcrumbs .breadcrumbs {
  position: relative;
  display: block;
  width: 100%;
}
.nav_breadcrumbs .breadcrumbs span {
  font-weight: bold;
}
.nav_breadcrumbs .breadcrumbs span .breadcrumb_last {
  color: #D9D9D9;
  font-size: 1.125em;
}
@media (max-width: 768px) {
  .nav_breadcrumbs .breadcrumbs span .breadcrumb_last {
    font-size: 1em;
  }
}
.nav_breadcrumbs .breadcrumbs span a {
  position: relative;
  display: inline;
  color: #313033;
  transition: all 0.25s linear;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 1.125em;
}
@media (max-width: 768px) {
  .nav_breadcrumbs .breadcrumbs span a {
    font-size: 1em;
    margin-right: 8px;
    padding-right: 8px;
  }
}
.nav_breadcrumbs .breadcrumbs span a:hover {
  color: #20A5A9;
}
.nav_breadcrumbs .breadcrumbs span a::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 8px;
  background: url(./assets_main/images/arrow_right.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5px;
}

.page_img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 13/2;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .page_img {
    aspect-ratio: 330/72;
  }
}
.page_img img {
  object-fit: cover;
  object-position: center center;
  -o-object-fit: cover;
  -o-object-position: center center;
  height: 100%;
  width: 100%;
}

.real_scam {
  padding: 140px 60px;
  background-color: rgb(251, 251, 251);
  background-image: url(./assets_main/images/review_scam_bg.svg);
  background-size: 452px 339px;
  background-position: calc(420px + 35%) 80px;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .real_scam {
    padding: 100px 40px;
    background-position: calc(420px + 15%) 54px;
  }
}
@media (max-width: 992px) {
  .real_scam {
    padding: 20px;
    background-position: top right;
    background-size: 150px 113px;
  }
}
@media (max-width: 600px) {
  .real_scam {
    background-size: 125px 94px;
    background-position: top right;
  }
}
@media (max-width: 480px) {
  .real_scam {
    background-position: calc(100% + 50px) 0;
  }
}
.real_scam .real_scam__content_wrapper {
  max-width: 420px;
}
@media (max-width: 600px) {
  .real_scam .real_scam__content_wrapper {
    max-width: calc(100% - 85px);
  }
}
@media (max-width: 480px) {
  .real_scam .real_scam__content_wrapper {
    max-width: 100%;
  }
}
.real_scam h1 {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .real_scam h1 {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .real_scam p {
    max-width: calc(100% - 40px);
  }
}
.real_scam .search_wrapper__form {
  padding: 8px;
  background-color: #fff;
  border-radius: 1em;
  margin: 1em 0;
}
.real_scam .search_wrapper__form .icon {
  left: 12px;
}
@media (max-width: 480px) {
  .real_scam .search_wrapper__form .icon {
    left: 6px;
  }
}
@media (max-width: 480px) {
  .real_scam .search_wrapper__form input[type=text] {
    padding-left: 25px;
  }
}
@media (max-width: 480px) {
  .real_scam .search_wrapper__form input[type=text]::-moz-placeholder {
    font-size: 0.875em;
  }
  .real_scam .search_wrapper__form input[type=text]::placeholder {
    font-size: 0.875em;
  }
}
@media (max-width: 360px) {
  .real_scam .search_wrapper__form input[type=text]::-moz-placeholder {
    font-size: 0.75em;
  }
  .real_scam .search_wrapper__form input[type=text]::placeholder {
    font-size: 0.75em;
  }
}

.provide_section {
  padding: 40px 32px;
  background-color: rgb(251, 251, 251);
}
.provide_section h3 {
  margin-bottom: 0.625em;
}
.provide_section p {
  color: #778483;
}
.provide_section .features_block > div {
  width: calc(25% - 2em);
}
@media (max-width: 1200px) {
  .provide_section .features_block > div {
    width: calc(50% - 2em);
    margin-bottom: 3em;
  }
}
@media (max-width: 600px) {
  .provide_section .features_block > div {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .provide_section .features_block > div:nth-child(3), .provide_section .features_block > div:nth-child(4) {
    margin-bottom: unset;
  }
}
.provide_section .features_block > div:last-child {
  margin-bottom: unset;
}
.provide_section .icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
}

.features_block .icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.icon__mark_up {
  background: url(./assets_main/images/icon__mark-up.png) no-repeat center center;
}

.icon__paper_list {
  background: url(./assets_main/images/icon_paper-list.png) no-repeat center center;
}

.icon__fire {
  background: url(./assets_main/images/icon_fire.png) no-repeat center center;
}

.icon__rocket {
  background: url(./assets_main/images/icon_rocket.png) no-repeat center center;
}

aside, article {
  position: relative;
  display: block;
  width: 100%;
}

.content_wrapper article > section {
  margin: 3em 0;
}

.content_wrapper blockquote {
  position: relative;
  display: block;
  padding-left: 22px;
  font-weight: bold;
  font-size: 1.85em;
}
.content_wrapper blockquote span {
  color: #20A5A9;
}
.content_wrapper blockquote::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 75%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #20A5A9;
}

article > ul:not(.ez-toc-list) {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
article > ul:not(.ez-toc-list) li {
  position: relative;
  color: #313033;
  margin-bottom: 0.875em;
  padding-left: 20px;
}
article > ul:not(.ez-toc-list) li::before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFC700;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.post_heading_block {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.post_heading_block > div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.375em;
}
.post_heading_block .title_share {
  width: 100%;
}
.post_heading_block .share_mobile {
  position: relative;
  display: none;
  padding: 0 0 0 20px;
}
@media (max-width: 640px) {
  .post_heading_block .share_mobile {
    display: block;
  }
}
.post_heading_block .share_desktop {
  position: relative;
}
@media (max-width: 640px) {
  .post_heading_block .share_desktop {
    display: none;
  }
}
.post_heading_block h1 {
  margin-bottom: 0;
}
.post_heading_block .meta > div {
  margin-right: 10px;
  margin-bottom: 10px;
}
.post_heading_block .meta > div:last-child {
  margin-right: unset;
}
.post_heading_block .trade_bot_button__desktop {
  position: relative;
}
@media (max-width: 640px) {
  .post_heading_block .trade_bot_button__desktop {
    display: none;
  }
}
.post_heading_block .trade_bot_button__mobile {
  position: relative;
  display: none;
}
@media (max-width: 640px) {
  .post_heading_block .trade_bot_button__mobile {
    display: block;
  }
}
.post_heading_block .trade_bot_button__mobile .sw_button {
  width: 100%;
}

.post_navigation {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-left: 2px solid rgba(32, 165, 169, 0.2);
}
.post_navigation.is-fixed {
  position: sticky;
  top: 20px;
}
.post_navigation.is-stickbottom {
  position: absolute;
  bottom: 0;
}
.post_navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post_navigation ul li {
  position: relative;
  display: block;
  width: 100%;
}
.post_navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.25em 0 0.25em 1.375em;
  font-size: 1.125em;
  color: rgb(119, 132, 131);
  font-weight: 400;
}
.post_navigation ul li a::before {
  content: "";
  position: absolute;
  display: none;
  width: 2px;
  height: 100%;
  background-color: #20A5A9;
  left: -2px;
  top: 0;
}
.post_navigation ul li a.current {
  color: #313033;
}
.post_navigation ul li a.current::before {
  display: block;
}
.post_navigation ul li a:hover {
  color: #20A5A9;
  text-decoration: none;
  font-weight: bold;
}
.post_navigation ul li a:hover::before {
  display: block;
}

.mobile_post_navigation {
  position: relative;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 75px;
  background-color: #313033;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .mobile_post_navigation {
    display: flex;
  }
}
.mobile_post_navigation .mobile_post_navigation__menu {
  position: relative;
  background-color: #fff;
  width: 360px;
  height: 50px;
  margin-top: 12.5px;
  background-color: #fff;
  border-radius: 0.875em;
  overflow: hidden;
  z-index: 50;
}
.mobile_post_navigation .mobile_post_navigation__menu ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_post_navigation .mobile_post_navigation__menu ul li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
}
.mobile_post_navigation .mobile_post_navigation__menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #313033;
}
.mobile_post_navigation .mobile_post_navigation__menu::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 4.5px;
  background: url() no-repeat center center;
  background-size: cover;
  right: 20px;
  top: 22.5px;
}
.mobile_post_navigation .mobile_post_navigation__menu:hover {
  cursor: pointer;
}
.mobile_post_navigation .mobile_post_navigation__menu.is-active {
  overflow: visible;
  height: auto;
}
.mobile_post_navigation .mobile_post_navigation__menu.is-active ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_post_navigation .mobile_post_navigation__menu.is-active ul li:first-child {
  border-bottom: 1px solid #313033;
}

.rating_block {
  position: relative;
  display: block;
  padding: 0.625em 0.875em 0.625em calc(22px + 0.625em);
  font-weight: bold;
  font-size: 1.125em;
  border-radius: 1.25em;
  line-height: 1em;
  background: url(./assets_main/images/star_icon.svg) no-repeat 0.625em center;
  background-color: rgba(255, 214, 0, 0.1);
  background-size: 17px 16px;
  margin-right: 10px;
}
.rating_block--transparent {
  background-color: transparent;
}

.ranked_block {
  position: relative;
  display: block;
  padding: 0.625em 0.875em 0.625em 0.875em;
  font-size: 1.125em;
  border-radius: 1.25em;
  line-height: 1em;
  background-color: rgba(19, 171, 135, 0.04);
}
.ranked_block span {
  color: #20A5A9;
  font-weight: bold;
}

.share_button {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: unset;
  background: url(./assets_main/images/share_icon.svg) transparent no-repeat center center;
  background-size: cover;
}
.share_button:hover {
  transform: scale(1.1);
}

.share_block {
  position: absolute;
  display: none;
  box-shadow: 0px 2px 6px 0 rgba(56, 28, 147, 0.1);
  position: absolute;
  width: 160px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 0 0 0 1em;
  padding: 1em;
  z-index: 99;
  transform: translateY(100%);
}
.share_block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.share_block ul li a, .share_block ul li button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75em 1em 0.75em calc(1em + 24px);
  background-position: 0.75em center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: unset;
  background-color: transparent;
  font-weight: 400;
  color: #313033;
}
.share_block ul li a:hover, .share_block ul li button:hover {
  text-decoration: none;
  background-color: rgba(18, 144, 114, 0.03);
  color: #20A5A9;
}
.share_block.is-active {
  display: block;
}

.share_block__tw {
  background-image: url(./assets_main/images/twitter_share_icon.svg);
}

.share_block__fb {
  background-image: url(./assets_main/images/facebook_share_icon.svg);
}

.share_block__ln {
  background-image: url(./assets_main/images/linkedin_share_icon.svg);
}

.share_block__copy {
  background-image: url(./assets_main/images/copy_share_icon.svg);
}

.post_image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 1.25em;
  overflow: hidden;
}
.post_image img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  object-position: center center;
  -o-object-position: center center;
  object-fit: cover;
  -o-object-fit: cover;
}

.check_bots_block {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 1em;
}
.check_bots_block h2 {
  font-size: 1.375em;
}
.check_bots_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check_bots_block ul li {
  margin-bottom: 10px;
}
.check_bots_block ul li:last-child {
  margin-bottom: unset;
}

.check_bots_block__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 60px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: inset 0px 0px 7px rgba(20, 68, 57, 0.1);
  color: #313033;
  font-weight: 400;
  font-size: 1.125em;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 38px 28px;
}
.check_bots_block__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: url(./assets_main/images/arrow_list_green.svg) no-repeat center center;
  background-size: cover;
  transition: all 0.25s linear;
}
.check_bots_block__button:hover {
  color: #20A5A9;
  text-decoration: none;
}
.check_bots_block__button:hover:after {
  right: 4px;
}

.heading_block {
  margin-bottom: 1.125em;
}
@media (max-width: 600px) {
  .heading_block {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.heading_block h2, .heading_block h3, .heading_block h4 {
  margin-bottom: 0;
}
.heading_block .heading_block__updated {
  font-weight: 600;
  font-size: 0.875em;
}

.above_heading {
  text-transform: uppercase;
  margin-bottom: 1.875em;
}

.author_block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.author_block > div:nth-child(1) {
  margin-right: 20px;
}
.author_block--sm > div:nth-child(1) {
  margin-right: 10px;
}
.author_block--sm .author_block__avatar {
  width: 30px;
  height: 30px;
}
.author_block--sm .author_block__content {
  font-size: 0.75em;
  line-height: 1;
}

.author_block__avatar {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.author_block__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.author_block__content .full_name {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.author_block__content .position {
  font-size: 1.125em;
}
.author_block__content div:last-child {
  margin-bottom: unset;
}

.fp_trading_bots {
  padding: 40px 32px 30px 32px;
  margin-bottom: unset;
}
.fp_trading_bots .author_block {
  margin: 2em 0;
}
.fp_trading_bots.red_background .accordion-item {
  background-color: #fff;
}
.fp_trading_bots.red_background .accordion_tradebots__flex_table {
  background-color: #fef7f7;
}

.green_gradient_bg {
  background: linear-gradient(215deg, #6588A8 3.5%, #20A5A9 90%);
  color: #fff;
}
.green_gradient_bg a {
  color: #fff;
}

.red_gradient_bg {
  background: linear-gradient(213.55deg, rgba(132, 52, 145, 0.44) 3.21%, rgba(255, 111, 50, 0.42) 89.77%);
  color: #fff;
}
.red_gradient_bg a {
  color: #fff;
}

.red_background {
  background: #fef7f7;
}

.red_light_background {
  background: linear-gradient(246.08deg, #FFDBDB -1.85%, rgba(255, 219, 219, 0.4) -1.84%, rgba(255, 219, 251, 0.17) 98.2%);
}

.violet_light_background {
  background: linear-gradient(180deg, rgba(245, 238, 255, 0.4) -10.47%, rgba(219, 253, 255, 0.4) 113.86%);
}

.yellow_light_background {
  background: linear-gradient(180deg, rgba(255, 238, 238, 0.4) -10.47%, rgba(239, 255, 219, 0.4) 113.86%);
}

.green_light_background {
  background: linear-gradient(246.08deg, rgba(219, 255, 253, 0.4) -1.84%, rgba(248, 255, 219, 0.32) 98.2%);
}

.grey_background {
  background: rgba(19, 171, 135, 0.04);
}

.link_with_arrow {
  position: relative;
  font-size: 1.125em;
  font-weight: 400;
}
.link_with_arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 12.6px;
  background: url(./assets_main/images/arrow_green.svg) no-repeat center center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  transition: all 0.2s linear;
}
.link_with_arrow:hover::after {
  right: -30px;
}

.fp_trading_bots__content_wrapper > div {
  position: relative;
}
.fp_trading_bots__content_wrapper > div:nth-child(1) {
  width: calc(55% - 15px);
  padding-bottom: 2.5em;
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper > div:nth-child(1) {
    width: 100%;
    padding-bottom: unset;
    margin-bottom: 2em;
  }
}
.fp_trading_bots__content_wrapper > div:nth-child(2) {
  width: calc(45% - 15px);
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper > div:nth-child(2) {
    width: 100%;
  }
}
.fp_trading_bots__content_wrapper.reverse > div:nth-child(1) {
  width: calc(45% - 15px);
  padding-bottom: unset;
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper.reverse > div:nth-child(1) {
    width: 100%;
  }
}
.fp_trading_bots__content_wrapper.reverse > div:nth-child(2) {
  width: calc(55% - 15px);
  padding-bottom: 2.5em;
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper.reverse > div:nth-child(2) {
    width: 100%;
    padding-bottom: unset;
    margin-bottom: 2em;
  }
}
.fp_trading_bots__content_wrapper .fast_menu {
  border-radius: 1.25em;
  padding: 2em 1.6em;
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper .fast_menu {
    margin-bottom: 2em;
  }
}
@media (max-width: 600px) {
  .fp_trading_bots__content_wrapper .fast_menu {
    padding: 1em;
  }
}
.fp_trading_bots__content_wrapper .link_with_arrow {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .fp_trading_bots__content_wrapper .link_with_arrow {
    position: relative;
    bottom: unset;
  }
}

.block_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block_list li {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 7px rgba(20, 68, 57, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  margin-bottom: 0.625em;
  padding: 8px 12px;
  border-radius: 2.5em;
}
.block_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding-right: 30px;
}
.block_list li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: url(./assets_main/images/arrow_list_green.svg) no-repeat center center;
  background-size: cover;
  transition: all 0.25s linear;
}
.block_list li a:hover::after {
  right: 4px;
}

.ajax_search_results__block {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.125em;
}

.ajax_search_results__img {
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
}
.ajax_search_results__img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.ajax_search_results__content {
  position: relative;
  display: block;
  width: calc(100% - 70px);
  font-size: 0.875em;
}
.ajax_search_results__content .heading {
  font-weight: 700;
  color: #313033;
}
.ajax_search_results__content .heading span {
  color: #20A5A9;
}
.ajax_search_results__content a.heading {
  display: block;
}

.category_tag_button {
  position: relative;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 10px;
  border: 1px solid #129072;
  margin-top: 0.875em;
}
.category_tag_button:hover {
  text-decoration: none;
}

.accordion_tradebots {
  position: relative;
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
}
.accordion_tradebots .accordion-item {
  background-color: rgb(251, 251, 251);
  border-radius: 1em;
  margin-bottom: 30px;
  border: unset;
}
.accordion_tradebots .accordion-item:last-child {
  margin-bottom: unset;
}
.accordion_tradebots .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  align-items: flex-start;
  padding: 20px;
}
.accordion_tradebots .accordion-item .accordion-button:focus {
  border-color: unset;
  background-color: transparent;
  border: unset;
  box-shadow: unset;
}
.accordion_tradebots .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.accordion_tradebots .accordion-item .accordion-button::after {
  background-image: url(./assets_main/images/accordion-arrow.svg);
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.accordion_tradebots .accordion-item .accordion-body {
  padding-top: unset;
}

.accordion_tradebots__rr {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .accordion_tradebots__rr > div {
    font-size: 0.875em;
  }
}

.accordion_tradebots__rating {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 700;
}
.accordion_tradebots__rating::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(./assets_main/images/rating-icon.svg) no-repeat center center;
  background-size: cover;
}

.accordion_tradebots__reputation {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
  padding: 7px 18px;
  border-radius: 25%;
}
@media (max-width: 600px) {
  .accordion_tradebots__reputation {
    padding: 5px 10px;
  }
}
.accordion_tradebots__reputation.good_reputation {
  background-color: rgba(19, 171, 135, 0.04);
  color: #20A5A9;
}
.accordion_tradebots__reputation.scam {
  background-color: #fef7f7;
  color: #E94141;
}

.accordion_tradebots__flex_table {
  padding: 2.5em 2em;
  background-color: rgba(19, 171, 135, 0.04);
  border-radius: 1.25em;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .accordion_tradebots__flex_table {
    padding: 20px;
  }
}
.accordion_tradebots__flex_table > div {
  width: calc(20% - 20px);
  margin: 0 10px;
}
@media (max-width: 991px) {
  .accordion_tradebots__flex_table > div {
    width: calc(33% - 20px);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 600px) {
  .accordion_tradebots__flex_table > div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .accordion_tradebots__flex_table > div:last-child {
    border-bottom: unset;
    margin-bottom: unset;
  }
}
.accordion_tradebots__flex_table h4 {
  font-size: 1.3125em;
}
.accordion_tradebots__flex_table p {
  color: #778483;
  margin: unset;
}

@media (max-width: 600px) {
  .accordion_tradebots__buttons > a {
    margin-bottom: 20px;
  }
}
.accordion_tradebots__buttons > a:last-child {
  margin-bottom: unset;
}

.banner_section {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px auto 60px auto;
}
.banner_section img {
  display: block;
  width: 100%;
  max-width: 1300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  margin: 0 auto;
}
.banner_section .pc {
  display: block;
}
@media (max-width: 991px) {
  .banner_section .pc {
    display: none;
  }
}
.banner_section .mob {
  display: block;
}
@media (min-width: 991px) {
  .banner_section .mob {
    display: none;
  }
}
.banner_section .mob img {
  max-width: 330px;
}

.row4_posts__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .row4_posts__flex {
    gap: 20px;
  }
}
.row4_posts__flex .inner_block {
  width: calc(25% - 15px);
}
@media (max-width: 1200px) {
  .row4_posts__flex .inner_block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .row4_posts__flex .inner_block {
    width: 100%;
  }
}

.row3_posts__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .row3_posts__flex {
    gap: 20px;
  }
}
.row3_posts__flex .inner_block {
  width: calc(33.3% - 13.3px);
}
@media (max-width: 1200px) {
  .row3_posts__flex .inner_block {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .row3_posts__flex .inner_block {
    width: 100%;
  }
}

.row2_posts__flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
.row2_posts__flex .inner_block {
  width: calc(50% - 10px);
}
@media (max-width: 1200px) {
  .row2_posts__flex .inner_block {
    width: 100%;
  }
}

.column2_big_posts {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .column2_big_posts {
    grid-template-columns: unset;
  }
}
.column2_big_posts > div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}
@media (max-width: 1200px) {
  .column2_big_posts > div {
    grid-template-columns: unset;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .column2_big_posts > div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}
.column2_big_posts .big_inner_post {
  grid-column-start: 1;
  grid-column-end: span 2;
}
@media (max-width: 1200px) {
  .column2_big_posts .big_inner_post {
    grid-column-start: unset;
    grid-column-end: span usnet;
  }
}
@media (max-width: 600px) {
  .column2_big_posts .big_inner_post {
    width: 100%;
  }
}
.column2_big_posts .big_inner_post > .post_date {
  display: none;
}
@media (max-width: 1200px) {
  .column2_big_posts .big_inner_post > .post_date {
    display: block;
  }
}
.column2_big_posts .big_inner_post > .meta > .post_date {
  display: block;
}
@media (max-width: 1200px) {
  .column2_big_posts .big_inner_post > .meta > .post_date {
    display: none;
  }
}
@media (max-width: 1200px) {
  .column2_big_posts .inner_post {
    grid-column-start: unset;
    grid-column-end: span span unset;
  }
}
@media (max-width: 600px) {
  .column2_big_posts .inner_post {
    grid-column-start: unset;
    grid-column-end: span unset;
    width: 100%;
  }
}

.tag_link {
  display: inline;
  padding: 3px 6px;
  border: 2px solid #20A5A9;
  text-decoration: none;
  border-radius: 0.5em;
  font-weight: 400;
  transition: all 0.25s linear;
}
.tag_link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #20A5A9;
}

.post_block {
  position: relative;
  display: block;
  background-color: rgba(19, 171, 135, 0.04);
  padding: 10px;
  border-radius: 20px;
}
.post_block .image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0.75em;
  overflow: hidden;
  aspect-ratio: 1.5/1;
}
.post_block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 1em;
}
.post_block .title {
  position: relative;
  display: -webkit-box;
  margin: 0.75em 0 1.25em 0;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media (max-width: 600px) {
  .post_block .title {
    min-height: unset;
  }
}
.post_block .title a {
  max-height: 110px;
  font-weight: 700;
  font-size: 1.25em;
  color: #313033;
}
.post_block .post_date {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .post_block .post_date {
    font-size: 0.875em;
  }
}
@media (max-width: 1200px) {
  .post_block .post_date {
    font-size: 1em;
  }
}
.post_block .post_date span {
  display: block;
  padding-left: 26px;
  background: url(./assets_main/images/calendar_icon.svg) no-repeat center left;
  background-size: 20px 20px;
  font-size: 0.875em;
  line-height: 20px;
  min-height: 20px;
}
.post_block .post_time_to_read {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .post_block .post_time_to_read {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .post_block .post_time_to_read {
    font-size: 1em;
  }
}
.post_block .post_time_to_read > span {
  display: block;
  padding-left: 25px;
  background: url(./assets_main/images/clock_icon.svg) no-repeat center left;
  background-size: 17px 17px;
  line-height: 17px;
  font-size: 0.75em;
  min-height: 17px;
}
.post_block .post_views {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .post_block .post_views {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .post_block .post_views {
    font-size: 1em;
  }
}
.post_block .post_views > span {
  display: block;
  padding-left: 25px;
  background: url(./assets_main/images/eye_icon.svg) no-repeat center left;
  background-size: 20px 20px;
  line-height: 20px;
  font-size: 0.875em;
  height: 20px;
}
.post_block .divider {
  position: relative;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #778483;
}
.post_block .author_block {
  align-items: center;
}
@media (max-width: 1400px) {
  .post_block .author_block {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .post_block .author_block {
    font-size: 0.875em;
  }
}

.post_date {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .post_date {
    font-size: 0.875em;
  }
}
@media (max-width: 1200px) {
  .post_date {
    font-size: 1em;
  }
}
.post_date span {
  display: block;
  padding-left: 26px;
  background: url(./assets_main/images/calendar_icon.svg) no-repeat center left;
  background-size: 20px 20px;
  font-size: 0.875em;
  line-height: 20px;
  min-height: 20px;
}

.post_views {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .post_views {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .post_views {
    font-size: 1em;
  }
}
.post_views .pvc_stats {
  float: unset;
  padding: unset !important;
}
.post_views > span {
  display: block;
  padding-left: 25px;
  background: url(./assets_main/images/eye_icon.svg) no-repeat center left;
  background-size: 20px 20px;
  line-height: 20px;
  font-size: 0.875em;
  height: 20px;
}

.post_time_to_read {
  position: relative;
  display: block;
}
@media (max-width: 1400px) {
  .post_time_to_read {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .post_time_to_read {
    font-size: 1em;
  }
}
.post_time_to_read > span {
  display: block;
  padding-left: 25px;
  background: url(./assets_main/images/clock_icon.svg) no-repeat center left;
  background-size: 17px 17px;
  line-height: 17px;
  font-size: 0.75em;
  min-height: 17px;
}

.meta_divider {
  position: relative;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #778483;
}

.author_card_block {
  position: relative;
  display: block;
  background-color: rgba(19, 171, 135, 0.04);
  padding: 20px;
  border-radius: 20px;
}
.author_card_block .author_link {
  position: relative;
  display: table;
  text-align: center;
  margin: 20px auto 0 auto;
  border-bottom: 1px dotted #20A5A9;
}
.author_card_block .author_link:hover {
  border-bottom: 1px dotted transparent;
  text-decoration: none;
}
.author_card_block .image {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.author_card_block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -o-object-fit: cover;
  -o-object-position: center center;
}
.author_card_block .name {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 0 auto;
}
.author_card_block .position {
  font-size: 1.125em;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
}
.author_card_block .bio {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  margin-bottom: 20px;
  text-align: center;
}
.author_card_block .bio p {
  margin: unset;
}
.author_card_block .socials a {
  margin-right: 12px;
}
.author_card_block .socials a::last-child {
  margin-right: unset;
}
.author_card_block .read_more {
  margin-top: 1.875em;
  text-align: center;
}
.author_card_block .read_more a {
  padding-bottom: 0.1em;
  border-bottom: 1px dotted #20A5A9;
}
.author_card_block .read_more a:hover {
  text-decoration: none;
  border-bottom: unset;
}

.tag_plate {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px 0px;
  color: #20A5A9;
  font-weight: bold;
  z-index: 2;
}

.hot_search_res_flex {
  gap: 20px;
}

.grey_btn {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  background-color: #FBFBFB;
  border: 1px solid #20A5A9;
  color: #20A5A9;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  transition: all 0.2s linear;
  min-width: 240px;
}
.grey_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #20A5A9;
}

.social_link {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.socials__instagram {
  background-image: url(./assets_main/images/instagram_icon.svg);
}

.socials__linkedin {
  background-image: url(./assets_main/images/linkedin_icon.svg);
}

.socials__facebook {
  background-image: url(./assets_main/images/facebook_icon.svg);
}

.socials__telegram {
  background-image: url(./assets_main/images/telegram_icon.svg);
}

.socials__twitter {
  background-image: url(./assets_main/images/twitter_icon.svg);
}

.socials__youtube {
  height: 14px;
  background-image: url(./assets_main/images/youtube_icon.svg);
}

.banners_grid {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .banners_grid {
    flex-direction: column;
    margin: 0 auto;
    max-width: 330px;
  }
}
.banners_grid > div {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .banners_grid > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .banners_grid .xl_banner {
    margin-bottom: 10px;
  }
}
.banners_grid .xl_banner a {
  position: relative;
  display: block;
  aspect-ratio: 3.2/1.7;
}
@media (max-width: 991px) {
  .banners_grid .xl_banner a {
    aspect-ratio: 3.3/1.5;
  }
}
.banners_grid .xl_banner a.pc {
  display: block;
}
@media (max-width: 991px) {
  .banners_grid .xl_banner a.pc {
    display: none;
  }
}
.banners_grid .xl_banner a.mob {
  display: block;
}
@media (min-width: 991px) {
  .banners_grid .xl_banner a.mob {
    display: none;
  }
}
.banners_grid .xl_banner a.mob img {
  max-width: 330px;
}
.banners_grid .xl_banner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center center;
  -o-object-fit: cover;
  -o-object-position: center center;
}
.banners_grid .sm_banners {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .banners_grid .sm_banners {
    gap: 10px;
  }
}
.banners_grid .sm_banners > div {
  display: block;
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .banners_grid .sm_banners > div {
    width: calc(50% - 5px);
    max-height: 150px;
  }
}
.banners_grid .sm_banners > div a {
  position: relative;
  display: block;
  aspect-ratio: 3.1/1.6;
}
@media (max-width: 991px) {
  .banners_grid .sm_banners > div a {
    aspect-ratio: 1/1;
  }
}
.banners_grid .sm_banners > div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center center;
  -o-object-fit: cover;
  -o-object-position: center center;
}
.banners_grid .sm_banners > div a.pc {
  display: block;
}
@media (max-width: 991px) {
  .banners_grid .sm_banners > div a.pc {
    display: none;
  }
}
.banners_grid .sm_banners > div a.mob {
  display: block;
}
@media (min-width: 991px) {
  .banners_grid .sm_banners > div a.mob {
    display: none;
  }
}
.banners_grid .sm_banners > div a.mob img {
  max-width: 160px;
  max-height: 150px;
}

.subscribe_wrapper__form {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  padding: 5px;
  border-radius: 1em;
}
.subscribe_wrapper__form > div {
  width: 100%;
}
.subscribe_wrapper__form input[type=text] {
  position: relative;
  display: block;
  width: calc(100% - 110px);
  height: 54px;
  border: unset;
  float: left;
  background-color: transparent;
  z-index: 1;
  padding-left: 0.875em;
}
.subscribe_wrapper__form button[type=button] {
  width: 110px;
  height: 54px;
  padding: unset;
  border-radius: 1em;
}

.highlights {
  gap: 20px;
}

.highlights__block {
  position: relative;
  display: block;
  background-color: rgb(251, 251, 251);
  width: calc(33% - 13.3px);
  text-align: center;
  padding: 20px;
}
@media (max-width: 991px) {
  .highlights__block {
    width: calc(50% - 20px);
  }
}
@media (max-width: 640px) {
  .highlights__block {
    width: 100%;
  }
}
.highlights__block .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.highlights__block .feature {
  font-weight: 400;
  font-size: 1em;
}

.pros_cons {
  position: relative;
  margin-bottom: 40px;
}
.pros_cons > div {
  width: calc(50% - 10px);
  border-radius: 1.25em;
  padding: 1.25em;
}
@media (max-width: 640px) {
  .pros_cons > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pros_cons > div:last-child {
  margin-bottom: unset;
}
.pros_cons > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pros_cons > div ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.875em;
}
.pros_cons > div ul li:last-child {
  margin-bottom: unset;
}
.pros_cons > div ul li::before {
  position: absolute;
  left: 0;
}
.pros_cons > div ul li span {
  color: #313033;
}
.pros_cons .pros ul li {
  color: #20A5A9;
}
.pros_cons .pros ul li::before {
  content: "+";
}
.pros_cons .cons ul li {
  color: #E94141;
}
.pros_cons .cons ul li::before {
  content: "-";
}

.price_packs {
  gap: 20px;
}
.price_packs > div {
  width: calc(33% - 13px);
}
@media (min-width: 768px) and (max-width: 991px) {
  .price_packs > div {
    width: unset;
  }
}
@media (max-width: 768px) {
  .price_packs > div {
    width: calc(33% - 13px);
  }
}
@media (max-width: 640px) {
  .price_packs > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.price_packs > div:last-child {
  margin-bottom: unset;
}

.price_packs__block {
  position: relative;
  padding: 20px;
  border-radius: 1.25em;
}
.price_packs__block h3 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
.price_packs__block .price {
  font-weight: 900;
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 10px;
}
.price_packs__block .features ul {
  display: table;
  margin: 0 auto;
}
.price_packs__block .features ul li {
  color: #FFC700;
  margin-bottom: 0.875em;
}
.price_packs__block .features ul li span {
  color: #313033;
}
.price_packs__block.best_choice {
  margin-bottom: 40px !important;
}
.price_packs__block.best_choice::after {
  content: "Best choice";
  position: absolute;
  display: block;
  width: 100%;
  padding: 0.25em 0;
  left: 0;
  background: linear-gradient(269.02deg, #FFD542 -51.76%, #FA9D9D 147.41%);
  color: #fff;
  border-radius: 0px 0px 1.25em 1.25em;
  bottom: 0;
  transform: translateY(100%);
  text-align: center;
  font-weight: bold;
}

.visual_analysis {
  gap: 20px;
}
.visual_analysis > a {
  position: relative;
  display: block;
  width: calc(33% - 13.3px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  aspect-ratio: 1.6/1;
  overflow: hidden;
}
@media (max-width: 600px) {
  .visual_analysis > a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 400px) {
  .visual_analysis > a {
    width: 100%;
  }
}
.visual_analysis > a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: top center;
  -o-object-position: top center;
  object-fit: cover;
  -o-object-fit: cover;
}

.post_reviews {
  margin: 2em 0 0 0 0;
}

.review_block {
  position: relative;
  display: block;
  background-color: rgb(251, 251, 251);
  padding: 1em;
  border-radius: 10px;
  margin: 10px 0;
}
.review_block .name {
  font-weight: bold;
  margin-bottom: 5px;
}
.review_block .date {
  color: #778483;
}
.review_block .heading {
  margin-bottom: 1em;
}

.star_rating_block {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
}
.star_rating_block > div {
  position: relative;
  display: block;
  margin-right: 3px;
  width: 15px;
  height: 14px;
  background: url(./assets_main/images/unfilled_star_icon.svg) no-repeat center center;
  background-size: cover;
}
.star_rating_block > div:last-child {
  margin-right: unset;
}
.star_rating_block > div.chosen {
  background-image: url(./assets_main/images/star_icon.svg);
}

.like_unlike_block {
  position: relative;
  margin: 10px 0 0 0;
}
.like_unlike_block button {
  position: relative;
  display: block;
  height: 25px;
  border: unset;
  background-color: transparent;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 10px 0 30px;
  color: #778483;
  line-height: 25px;
  margin-right: 1.25em;
  transition: all 0.25s linear;
}
.like_unlike_block button:last-child {
  margin-right: unset;
}
.like_unlike_block button:hover {
  transform: scale(1.05);
}
.like_unlike_block .like {
  background-image: url(./assets_main/images/like_icon.svg);
}
.like_unlike_block .unlike {
  background-image: url(./assets_main/images/unlike_icon.svg);
}

.post_author_block {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #FBFBFB;
}
.post_author_block .post_author_block__heading {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .post_author_block .post_author_block__heading {
    flex-direction: column;
    justify-content: center;
  }
}
.post_author_block .author_block {
  align-items: center;
}
@media (max-width: 991px) {
  .post_author_block .author_block {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .post_author_block .author_block > div:nth-child(1) {
    margin-right: unset;
  }
}
.post_author_block .author_block__avatar {
  width: 84px;
  height: 84px;
}
@media (max-width: 991px) {
  .post_author_block .author_block__avatar {
    margin-bottom: 20px;
  }
}
.post_author_block .full_name {
  font-size: 1.3125em;
}
@media (max-width: 991px) {
  .post_author_block .full_name {
    text-align: center;
  }
}
.post_author_block .position {
  font-weight: bold;
}
@media (max-width: 991px) {
  .post_author_block .position {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .post_author_block .socials {
    margin-bottom: 20px;
  }
}
.post_author_block .socials a {
  margin-right: 1em;
}
.post_author_block .socials a:last-child {
  margin-right: unset;
}
.post_author_block .post_author_block__bio {
  padding-left: 104px;
}
@media (max-width: 991px) {
  .post_author_block .post_author_block__bio {
    padding-left: 0;
    text-align: center;
  }
}
.post_author_block .post_author_block__bio .yellow_btn {
  margin-top: 1em;
}

.modal_feedback_review .feedback_review_form {
  position: relative;
  display: block;
  width: 100%;
}
.modal_feedback_review .feedback_review_form.non-active {
  display: none;
}
.modal_feedback_review .feedback_review_form .comment-form-cookies-consent input[type=checkbox] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.modal_feedback_review .feedback_review_form .comment-form-cookies-consent label {
  display: inline;
  font-size: 0.75em;
}
.modal_feedback_review .feedback_review_form input:not([type=radio]) {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
  background-color: #FAFAFB;
  border: unset;
  border-radius: 2rem;
  padding: 0 1em;
}
.modal_feedback_review .feedback_review_form input:not([type=radio])::-moz-placeholder {
  font-size: 0.875em;
  color: #A3A2AA;
}
.modal_feedback_review .feedback_review_form input:not([type=radio])::placeholder {
  font-size: 0.875em;
  color: #A3A2AA;
}
.modal_feedback_review .feedback_review_form textarea {
  position: relative;
  display: block;
  width: 100%;
  background-color: #FAFAFB;
  border: unset;
  border-radius: 1rem;
  padding: 1em;
  margin-bottom: 1rem;
}
.modal_feedback_review .feedback_review_form textarea::-moz-placeholder {
  font-size: 0.875em;
  color: #A3A2AA;
}
.modal_feedback_review .feedback_review_form textarea::placeholder {
  font-size: 0.875em;
  color: #A3A2AA;
}
.modal_feedback_review .feedback_review_form .feedback_rating {
  position: relative;
  margin-bottom: 1rem;
}
.modal_feedback_review .feedback_review_form .feedback_rating > div {
  margin-right: 5px;
}
.modal_feedback_review .feedback_review_form .feedback_rating > div:last-child {
  margin-right: unset;
}
.modal_feedback_review .feedback_review_form .feedback_rating input[type=radio] {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  z-index: 2;
}
.modal_feedback_review .feedback_review_form .feedback_rating input[type=radio]:hover {
  cursor: pointer;
}
.modal_feedback_review .feedback_review_form .feedback_rating input[type=radio]:hover + label {
  background-image: url(./assets_main/images/feedback_star_yellow.svg);
}
.modal_feedback_review .feedback_review_form .feedback_rating input[type=radio] + label {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  background-image: url(./assets_main/images/feedback_star_grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.modal_feedback_review .feedback_review_form .feedback_rating input[type=radio].is-active + label {
  background-image: url(./assets_main/images/feedback_star_yellow.svg);
}
.modal_feedback_review .response {
  position: relative;
  display: none;
  width: 100%;
}
.modal_feedback_review .response.is-active {
  display: block;
}
.modal_feedback_review .response .icon {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 108px;
  height: 96px;
  background-image: url(./assets_main/images/thnx_feedback_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.modal_feedback_review .response .txt_response {
  text-align: center;
  font-weight: bold;
}
.modal_feedback_review .sw_button {
  width: 100%;
  text-align: center;
}
.modal_feedback_review .js-feedback_submit.non-active {
  display: none;
}
.modal_feedback_review .js-button_close_modal {
  display: none;
}
.modal_feedback_review .js-button_close_modal.is-active {
  display: block;
}

.yellow_btn {
  padding: 5px 16px;
  color: #313033;
  background-color: #FFC700;
  border-radius: 1em;
  transition: unset;
  font-weight: 400;
}
.yellow_btn:hover {
  box-shadow: 0px 2px 0 #FFA800;
  color: #313033;
  text-decoration: none;
}
.yellow_btn:active {
  background-color: #FFB800;
  box-shadow: unset;
}

.load_more_but {
  position: relative;
  display: block;
  padding: 0 0 0 33px;
  background: url(./assets_main/images/load_more_icon.svg) no-repeat left center;
  background-size: 25px 20px;
  font-size: 1.125em;
  font-weight: bold;
  color: #20A5A9;
  margin: 0 auto 30px auto;
  border: unset;
  transition: all 0.25s linear;
}
.load_more_but:hover {
  transform: scale(1.1);
}

.navigation_block {
  position: relative;
}
.navigation_block .nav-links {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  min-width: 300px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.navigation_block .nav-links .screen-reader-text {
  display: none;
}
.navigation_block .nav-links .prev, .navigation_block .nav-links .next {
  background: url(./assets_main/images/arrow_nav.svg) no-repeat center center;
  background-size: 10px 15px;
}
.navigation_block .nav-links .prev {
  float: left;
}
.navigation_block .nav-links .next {
  float: right;
  transform: rotate(180deg);
}
.navigation_block .nav-links .page-numbers {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  color: #313033;
  font-weight: 400;
}
.navigation_block .nav-links .page-numbers.current {
  position: relative;
  border-radius: 50%;
  background-color: #20A5A9;
  color: #fff;
}
.navigation_block .nav-links .page-numbers:not(.current):not(.prev):not(.next):not(.dots):hover {
  background-color: #20A5A9;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
}

.num_feature {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.num_feature .num {
  font-size: 3em;
  color: #20A5A9;
  line-height: 1em;
}
.num_feature .descr {
  color: #313033;
}

.main_numbers {
  gap: 20px;
}
.main_numbers .num_feature {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .main_numbers .num_feature {
    width: 100%;
  }
}

.about_us_values {
  gap: 20px;
}
.about_us_values > div {
  width: calc(50% - 10px);
}
@media (max-width: 600px) {
  .about_us_values > div {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (min-width: 600px) and (max-width: 1200px) {
  .about_us_values > div:nth-child(3), .about_us_values > div:nth-child(4) {
    margin-bottom: unset;
  }
}
.about_us_values > div:last-child {
  margin-bottom: unset;
}
.about_us_values .icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

section.search_result_posts {
  margin-top: 40px;
}

.comment-pending-message {
  position: relative;
  display: block;
  background-color: rgba(32, 165, 169, 0.2);
  color: #06795E;
  font-weight: bold;
  padding: 1em;
  border-radius: 10px;
  margin: 10px 0;
}

footer.main_footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.125em 0;
  background-color: #313033;
  color: #fff;
}

.sticky_trading_bot_button {
  position: fixed;
  display: none;
  width: 94%;
  flex-direction: row;
  align-items: center;
  top: 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.25);
  justify-content: space-between;
  z-index: 999;
  padding: 10px 20px;
  max-width: 990px;
}
.sticky_trading_bot_button > div:nth-child(1) {
  width: calc(100% - 180px);
  font-weight: bold;
}
.sticky_trading_bot_button.show {
  display: flex;
}

.footer_content_flex {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .footer_content_flex {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .footer_content_flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .footer_content_flex {
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer_content_flex > div {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .footer_content_flex .logo_socials {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .footer_content_flex .logo_socials {
    width: 100%;
    max-width: 330px;
  }
}
@media (max-width: 768px) {
  .footer_content_flex .footer_menu_1 {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .footer_content_flex .footer_menu_1 {
    width: 100%;
    max-width: 330px;
  }
}
@media (max-width: 768px) {
  .footer_content_flex > div.footer_menu_2 {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .footer_content_flex > div.footer_menu_2 {
    width: 100%;
    max-width: 330px;
  }
}
@media (max-width: 991px) {
  .footer_content_flex > div.footer_menu_2 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .footer_content_flex > div.footer_menu_2 ul {
    display: block;
  }
}
.footer_content_flex h3 {
  font-size: 1.125em;
}
.footer_content_flex .logo_socials {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  min-width: 330px;
  margin-right: 8em;
}
@media (max-width: 1200px) {
  .footer_content_flex .logo_socials {
    margin-right: 4em;
  }
}
@media (max-width: 991px) {
  .footer_content_flex .logo_socials {
    margin: 3em auto 0 auto;
    max-width: 330px;
  }
}
@media (max-width: 360px) {
  .footer_content_flex .logo_socials {
    width: 280px;
    max-width: unset;
    min-width: unset;
  }
}
.footer_content_flex .logo_socials .logo {
  position: relative;
  display: block;
  width: 224px;
  height: 75px;
  margin: 0 0 1.5em 0;
}
.footer_content_flex .logo_socials .logo img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.footer_content_flex .logo_socials .socials > a {
  margin-right: 0.5em;
}
.footer_content_flex .logo_socials .socials > a:last-child {
  margin-right: unset;
}
.footer_content_flex .logo_socials .subscribe__form {
  margin-top: 3em;
}
.footer_content_flex .footer_menu_1 {
  margin-right: 8em;
}
@media (max-width: 1200px) {
  .footer_content_flex .footer_menu_1 {
    margin-right: 4em;
  }
}
@media (max-width: 991px) {
  .footer_content_flex .footer_menu_1 {
    margin: 3em auto 0 auto;
  }
}
@media (max-width: 360px) {
  .footer_content_flex .footer_menu_1 {
    width: 280px;
    max-width: unset;
    min-width: unset;
  }
}
.footer_content_flex .footer_menu_1 ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_content_flex .footer_menu_1 ul li {
  margin-bottom: 1.875em;
}
.footer_content_flex .footer_menu_1 ul li:last-child {
  margin-bottom: unset;
}
.footer_content_flex .footer_menu_1 ul li a {
  color: #fff;
  transition: all 0.25s linear;
  font-weight: 100;
}
.footer_content_flex .footer_menu_1 ul li a:hover {
  text-decoration: none;
  color: #20A5A9;
}
@media (max-width: 991px) {
  .footer_content_flex .footer_menu_2 {
    margin: 3em auto 0 auto;
    max-width: 330px;
  }
}
@media (max-width: 360px) {
  .footer_content_flex .footer_menu_2 {
    width: 280px;
    max-width: unset;
    min-width: unset;
  }
}
.footer_content_flex .footer_menu_2 ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_content_flex .footer_menu_2 ul li:last-child {
  margin-bottom: unset;
}
.footer_content_flex .footer_menu_2 ul li a {
  color: #fff;
  transition: all 0.25s linear;
  font-weight: 100;
}
.footer_content_flex .footer_menu_2 ul li a:hover {
  text-decoration: none;
  color: #20A5A9;
}/*# sourceMappingURL=styles.css.map */