html,
body {
  line-height: normal;
  scrollbar-gutter: stable;
}
.cheragh-home-page {
  min-height: 100vh;
}
.cheragh-home-page img,
.cheragh-home-page svg {
  display: inline;
}
.cheragh-home-page main > .education > .container,
.cheragh-home-page main > .last-trades > .container {
  max-width: 1440px;
}
.cheragh-home-page .cheragh-comments-track {
  cursor: grab;
  direction: ltr;
  overflow: hidden;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}
.cheragh-home-page .cheragh-comments-track[data-dragging="true"] {
  cursor: grabbing;
}
.cheragh-home-page .cheragh-comments-track::-webkit-scrollbar {
  display: none;
}
.cheragh-home-page .cheragh-comments-rail {
  display: flex;
  width: max-content;
  will-change: transform;
}
.cheragh-home-page .cheragh-comments-rail.is-snapping {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.cheragh-home-page .cheragh-comments-group {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  padding-right: 20px;
}
.cheragh-home-page .cheragh-comments-group > .item {
  flex: 0 0 calc((100vw - 243.6px) / 3) !important;
  height: 501px;
  min-height: 501px;
  min-width: calc((100vw - 243.6px) / 3) !important;
  width: calc((100vw - 243.6px) / 3) !important;
}
.cheragh-home-page main > .mag .dash-line-back::before {
  transform: rotate(136deg) !important;
}
.cheragh-home-page main .mag .dash-line-back {
  transform: rotate(0deg) !important;
}
.cheragh-home-page main > .mag > .container > .header::after {
  background-image: none !important;
  content: none !important;
  display: none !important;
}
@media (min-width: 1201px) {
  .cheragh-home-page header .wrapper-menu .main-menu > ul > li.has-sub:focus-within > .sub-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cheragh-home-page header .wrapper-menu.menu-open {
    height: 100vh;
    height: 100dvh;
  }
  .cheragh-home-page header .wrapper-menu.menu-open > .container {
    height: 100%;
    min-height: 0;
  }
  .cheragh-home-page header .wrapper-menu.menu-open .main-menu {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .cheragh-home-page main > .education > .container > .content > .header > .filter > button {
    padding: 1px 30px 1px 6px;
  }
  .cheragh-home-page .cheragh-comments-group {
    gap: 15px;
    padding-right: 15px;
  }
  .cheragh-home-page .cheragh-comments-group > .item {
    flex-basis: calc(100vw - 53px) !important;
    height: 455px;
    min-height: 455px;
    min-width: calc(100vw - 53px) !important;
    width: calc(100vw - 53px) !important;
  }
  .cheragh-home-page .cheragh-comments-track {
    height: 455px;
  }
}
@media (min-width: 769px) {
  .cheragh-home-page .cheragh-comments-track {
    height: 501px;
  }
}
