@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital@0;1&family=Rubik:wght@500;600&display=swap");
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-arrow-lb {
  width: 1em;
}

.icon-arrow-left {
  width: 0.5625em;
}

.icon-arrow-right {
  width: 0.5625em;
}

.icon-arrow-rt {
  width: 1em;
}

.icon-arrow-up {
  width: 1em;
}

.icon-bookmark {
  width: 0.8666666667em;
}

.icon-chat {
  width: 1.1111111111em;
}

.icon-check {
  width: 1.4em;
}

.icon-close {
  width: 1em;
}

.icon-comment {
  width: 1.0666666667em;
}

.icon-dislike {
  width: 1em;
}

.icon-edit {
  width: 1em;
}

.icon-emoji {
  width: 1em;
}

.icon-error {
  width: 1.1666666667em;
}

.icon-exit {
  width: 1.1111111111em;
}

.icon-eye {
  width: 1.4166666667em;
}

.icon-facebook {
  width: 0.6111111111em;
}

.icon-fire {
  width: 0.75em;
}

.icon-google {
  width: 1.0769230769em;
}

.icon-hearth {
  width: 1.1111111111em;
}

.icon-info {
  width: 0.3333333333em;
}

.icon-insta {
  width: 1em;
}

.icon-invalid {
  width: 1.1666666667em;
}

.icon-like {
  width: 1em;
}

.icon-loop {
  width: 1em;
}

.icon-mail {
  width: 1em;
}

.icon-more {
  width: 4.75em;
}

.icon-next {
  width: 0.8125em;
}

.icon-notify {
  width: 0.7777777778em;
}

.icon-ok {
  width: 1em;
}

.icon-pag {
  width: 0.8125em;
}

.icon-paper {
  width: 1.1578947368em;
}

.icon-play {
  width: 1em;
}

.icon-prev {
  width: 0.8125em;
}

.icon-rarr {
  width: 2.25em;
}

.icon-remove {
  width: 1em;
}

.icon-reply {
  width: 1.1em;
}

.icon-send {
  width: 1.2em;
}

.icon-target {
  width: 1em;
}

.icon-telegram {
  width: 1.05em;
}

.icon-time {
  width: 1em;
}

.icon-twitter {
  width: 1.1666666667em;
}

.icon-user {
  width: 1em;
}

.icon-valid {
  width: 1em;
}

.icon-vk {
  width: 1.75em;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  color: #222;
  min-width: 375px;
  scroll-behavior: smooth;
}
body.ovh {
  overflow: hidden;
}

a,
figure a {
  color: #395ddb;
  text-decoration: underline;
  text-decoration-color: rgba(57, 93, 219, 0.3);
}
a:hover,
figure a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}
@media screen and (max-width: 575.98px) {
    .container {
        padding: 0 10px;
    }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
}

.aic {
  align-items: center;
}

.ai-start {
  align-items: flex-start;
}

.ai-str {
  align-items: stretch;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.flw-nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 576px) {
  .flw-sm-nowrap {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .flw-lg-nowrap {
    flex-wrap: nowrap;
  }
}

.flex-1 {
  flex: 1;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .columns {
    flex-direction: row;
  }
}
.columns--middle {
  min-width: 0;
  flex: 1;
}
.profilepage .columns {
  align-items: flex-start;
  margin-bottom: 100px;
}
.profilepage .columns > * {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .profilepage .columns {
    flex-direction: row;
  }
}

.two-columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .two-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.four-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .four-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .four-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gray-bg {
  padding: 52px 0 60px;
  background-color: #F3F3F3;
}

/* Titles
 * ========================================================================= */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6 .h6 {
  margin: 0 0 1em;
  line-height: 1.2;
  font-weight: 700;
}

/**
 * * Lists
 * */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.go-top {
  align-items: center;
  background-color: #0c2126;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 1.5rem;
  position: fixed;
  right: 15px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  opacity: 0.5;
  justify-content: center;
  height: 50px;
  width: 40px;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .go-top {
    right: 30px;
  }
}
.go-top.is-show {
  display: flex;
}
.go-top.is-show:hover {
  background-color: #f94c02;
  transition: background-color 0.2s ease;
  opacity: 1;
}
.go-top .icon {
  fill: #fff;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: left;
  min-width: 375px;
  max-width: 100%;
  transition: margin 0.2s ease;
  position: relative;
  height: 100vh;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapper {
    display: block;
  }
}
.wrapper__content {
  flex: 1;
}

.header {
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
}
.header__top {
  background-color: #222;
}
.header__row {
  display: flex;
  align-items: stretch;
  gap: 10px 30px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .header__row {
    display: none;
  }
}
.header__bottom {
  border-bottom: 1px solid #EBEBEB;
}
.header__mobile {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .header__mobile {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .header__mobile {
    flex-wrap: wrap;
  }
}
.header__mobile-drop {
  position: absolute;
  top: calc(100% + 10px);
  width: 250px;
  left: 0;
  background-color: #222;
  z-index: 100;
  padding: 20px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.header__mobile-drop.is-active {
  opacity: 1;
  pointer-events: all;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
  white-space: nowrap;
  line-height: 1;
}
.btn--orange {
  background-color: #f94c02;
  color: #fff;
}
.btn--orange:hover {
  background-color: #f07b04;
}
.btn--black {
  background-color: #222;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.17);
}
.btn--black:hover {
  background-color: #3E3E3E;
}
.btn--white {
  color: #222;
  font-size: 0.8125rem;
  font-weight: 500;
  border: 1px solid #F3F3F3;
  height: 34px;
}
.btn--white:hover {
  border-color: #fcd24c;
  background-color: #fcd24c;
  color: #000;
}
.btn--white .icon {
  flex: 0 0 16px;
  fill: #969696;
}
.btn--more {
  display: flex;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  border-radius: 6px;
}
.youtube .btn {
  border-radius: 6px;
}

.header .logo {
  padding: 8px 0;
}
@media screen and (min-width: 992px) {
  .header .logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .header .logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .header .logo {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.footer .mainmenu {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .footer .mainmenu {
    margin: 0;
  }
}
.header__mobile .mainmenu {
  margin-bottom: 20px;
}
.mainmenu__list {
  display: flex;
  gap: 25px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .mainmenu__list {
    gap: 45px;
  }
}
@media screen and (max-width: 991.98px) {
  .header .mainmenu__list {
    flex-direction: column;
    gap: 5px;
  }
}
.mainmenu__item {
  color: #9C9C9C;
  font-size: 0.9375rem;
  font-weight: 500;
}
.mainmenu__item.is-active {
  color: #fff;
  position: relative;
}
.mainmenu__item.is-active::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background-color: #f94c02;
}
.mainmenu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  padding: 15px 0;
  color: currentColor;
}
.header__mobile .mainmenu__item a {
  padding: 10px 0;
}

.hamburger {
  align-items: center;
  display: flex;
  flex-direction: column;
  outline: none;
  transition: transform 0.2s ease;
  justify-content: space-between;
  text-decoration: none;
  padding: 0 8px;
  height: 20px;
  width: 40px;
  position: relative;
  z-index: 10;
}
.hamburger::before, .hamburger::after, .hamburger > span {
  background: #fff;
  border-radius: 3px;
  content: "";
  display: block;
  transition: transform 0.2s ease;
  height: 2px;
  width: 100%;
}
.hamburger.is-active {
  transition: transform 0.3s ease;
}
.hamburger.is-active::before, .hamburger.is-active::after, .hamburger.is-active > span {
  width: 60%;
}
.hamburger.is-active span {
  left: -50px;
  opacity: 0;
}
.hamburger.is-active::before, .hamburger.is-active::after {
  top: 50%;
  position: absolute;
}
.hamburger.is-active::after {
  transform: rotate(-45deg);
}
.hamburger.is-active::before {
  transform: rotate(45deg);
}

.sidebar {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .sidebar {
    margin-left: auto;
    width: 295px;
    flex: 0 0 295px;
  }
}

.module, .profile-menu, .post-comment__noauth, .post-comment__auth, .post__subtitle, .post h2, .pagination__list {
  margin-bottom: 20px;
}
.module--big-space {
  margin-bottom: 56px;
}
.module--sidebar {
  margin-bottom: 20px;
}
.module__title, .post-comment__title, .youtube__title, .page-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .module__title, .post-comment__title, .youtube__title, .page-title {
    font-size: 2rem;
  }
}
.module__more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #E0EEFA;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 6px 20px;
  transition: all 0.4s;
}
.module__more-link:hover {
  background: #cae2f6;
}
.module__more-link .icon {
  margin-left: 9px;
  flex: 0 0 17px;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
}
.pagination__list li.is-disabled {
  display: none;
}
.pagination__list li.is-active .pagination__pagenav {
  cursor: default;
  background-color: #E8A33C;
  border-color: #E8A33C;
}
.pagination__list li:first-child a, .pagination__list li:last-child a {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 13px;
}
.pagination__list li:first-child {
  margin-right: 10px;
}
.pagination__list li:first-child .icon {
  transform: rotate(180deg);
}
.pagination__list li:last-child {
  margin-left: 10px;
}
.pagination__list li a {
  text-decoration: none;
  color: #000;
}
.pagination__pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
}

@media screen and (max-width: 767.98px) {
    .footer .row {
        flex-direction: column;
    }
}
.footer__top {
    background-color: #222;
    color: #fff;
}
.footer__top a {
    color: inherit;
}
.footer__bottom {
    padding: 45px 0;
}
@media screen and (max-width: 767.98px) {
    .footer__bottom {
        padding-bottom: 0;
        padding-top: 24px;
    }
}
.footer__bottom .row {
    gap: 30px;
}
@media screen and (max-width: 767.98px) {
    .footer__bottom .row {
        gap: 20px;
    }
}
.footer__text {
    color: #494949;
    font-size: 0.8125rem;
}
@media screen and (min-width: 1200px) {
    .footer__text {
        max-width: 30%;
    }
}
@media screen and (max-width: 767.98px) {
    .footer__text {
        text-align: center;
    }
}
.footer__links {
    font-size: 0.75rem;
    line-height: 1.67;
}
@media screen and (max-width: 767.98px) {
    .footer__links {
        text-align: center;
    }
}
.footer__write {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    gap: 5px;
    color: #515151;
}
@media screen and (max-width: 767.98px) {
    .footer__write {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 22px 10px 29px;
        border-top: 1px solid rgba(217, 217, 217, 0.137254902);
    }
}
.footer__social {
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 0.9375rem;
    gap: 5px;
    flex-direction: column;
    margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
    .footer__social {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .footer__social {
        flex-direction: row;
        gap: 25px;
        margin: 0 0 0 auto;
    }
}

.overlay {
  background-color: rgba(2, 11, 13, 0.9);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 0.2s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.overlay.is-active {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease;
}

body.is-animate .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease;
}

.enter {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .enter {
  padding: 8px 0;
}
@media screen and (max-width: 991.98px) {
  .enter {
    flex-direction: column;
  }
  .enter .btn {
    width: 100%;
  }
}

.subscribe {
    background-color: #f3f3f3;
    padding: 15px 0;
}
.subscribe.subscribeBox {
    background: transparent url("../images/lines.svg") repeat left top;
    padding: 10px;
    border-radius: 6px;
}
.subscribe.subscribeBox > * {
    height: 100%;
}
@media screen and (max-width: 767.98px) {
    .subscribe.subscribeBox .subscribe__row {
        max-width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    .subscribe.subscribeBox--full .subscribe__row {
        position: relative;
        padding-left: 112px;
        flex-direction: row;
        gap: 11px;
    }
    .subscribe.subscribeBox--full .subscribe__icon {
        position: absolute;
        left: 25px;
    }
    .subscribe.subscribeBox--full .subscribe__content {
        flex: 0 0 228px;
    }
    .subscribe.subscribeBox--full .subscribe__form {
        gap: 20px;
        background-color: transparent;
    }
}
.subscribe__row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 767.98px) {
    .subscribe__row {
        padding: 0 46px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    .subscribe__row {
        flex-direction: row;
        align-items: center;
    }
}
.subscribeBox .subscribe__row {
    background-color: #fff;
    flex-direction: column;
    padding: 10px 25px 25px;
    height: 100%;
}
.subscribe__title {
    font-size: 1.375rem;
    line-height: 1.27;
    font-weight: 500;
}
.subscribeBox .subscribe__title {
    font-size: 1.125rem;
}
.subscribe__text {
    color: #7E7E7E;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.subscribeBox .subscribe__text {
    font-size: 0.875rem;
}
.subscribe__content {
    display: flex;
    gap: 18px;
    align-items: start;
    flex-wrap: nowrap;
}
@media screen and (max-width: 767.98px) {
    .subscribe__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
.subscribeBox .subscribe__content {
    width: 100%;
    flex-direction: column;
}
@media screen and (max-width: 767.98px) {
    .subscribeBox .subscribe__content {
        text-align: left;
        align-items: flex-start;
    }
}
.subscribe__icon {
    margin-top: -30px;
    flex: 0 0 67px;
}
.subscribe__field {
    display: flex;
    align-items: center;
    height: 54px;
    gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
}
.subscribe__field .input-form {
    background-color: transparent;
    height: 100%;
    position: relative;
}
.input-form .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: absolute;
  top: .75rem;
  right: .75rem;
}
.subscribeBox .subscribe__field {
    background-color: #F2F2F2;
}
@media screen and (min-width: 576px) {
    .subscribe__field {
        flex: 1;
    }
}
.subscribe__mail-icon {
    flex: 0 0 16px;
}
.subscribe__input {
    border: none;
    outline: none;
    font-weight: 500;
    font-family: inherit;
    font-size: 0.8125rem;
    height: 17px;
    width: 100%;
    background-color: transparent;
}
@media screen and (max-width: 575.98px) {
    .subscribe__input {
        width: 100%;
    }
}
.subscribe__label {
    color: #5C6162;
    font-size: 0.75rem;
}
.subscribe__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 8px;
}
@media screen and (min-width: 768px) {
    .subscribe__form {
        grid-template-columns: 1fr 225px;
        background-color: #f2f2f2;
        justify-content: space-between;
    }
}
@media screen and (min-width: 992px) {
    .subscribe__form {
        margin-left: auto;
    }
}
.subscribeBox .subscribe__form {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .subscribeBox .subscribe__form {
        gap: 0;
        grid-template-columns: 1fr 225px;
    }
}
.subscribe__submit {
    display: flex;
}
@media screen and (min-width: 768px) {
    .subscribe__submit {
        min-width: 225px;
        flex: 0 0 225px;
        height: auto;
    }
}

.tgBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  padding: 16px 18px;
}
.tgStatus .tgBox {
  position: absolute;
  width: 295px;
  top: 90%;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.tgStatus .tgBox.is-active {
  opacity: 1;
  pointer-events: all;
}
.tgStatus .tgBox::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  right: 12px;
  top: -5px;
}
.tgBox__row {
  display: flex;
  gap: 16px;
}
.tgBox__icon {
  flex: 0 0 60px;
}
.tgBox__content {
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.07;
}
.tgBox__title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #222;
}
.tgBox__text {
  color: #7E7E7E;
}
.tgBox__button {
  background-color: #0C2126;
  color: #fff;
}
.tgBox__button:hover {
  background-color: #3E3E3E;
}

.pizzaBox {
  background: #FFFFFF url("../images/pizzaBox/pizza.webp") no-repeat right center;
  background-size: 50%;
  border: 9px solid #FFF3CE;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 19px 16px;
}
@media screen and (max-width: 991.98px) {
    .sidebar .pizzaBox {
        display: none;
    }
}
.mobile-menu .pizzaBox {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  background-color: inherit;
}
.pizzaBox__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  color: #6B6B6B;
  cursor: pointer;
}
.pizzaBox__header {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 150px;
}
.pizzaBox__title {
  font-weight: 600;
  line-height: 1.17;
  font-size: 1.125rem;
}
.mobile-menu .pizzaBox__title {
  color: #fff;
}
.pizzaBox__btc {
  color: #585858;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.3125rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.mobile-menu .pizzaBox__btc {
  color: #E8A33C;
}
.pizzaBox__text {
  color: #6A6A6A;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  margin-bottom: 15px;
  max-width: 150px;
}
.mobile-menu .pizzaBox__text {
  color: #9C9C9C;
}
.pizzaBox__price {
  color: #f94c02;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  margin-bottom: 9px;
}
.pizzaBox__counter {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #868686;
}
.mobile-menu .pizzaBox__counter {
  color: #C5C5C5;
}

.cardFill {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.cardFill a {
    color: inherit;
    text-decoration: none;
}
.cardFill::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67.2%, #000000 100%);
    pointer-events: none;
}
.cardFill:hover::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 67.2%, #000000 100%);
}
.cardFill.themeOfTheDay, .cardFill.editorChoice {
    height: 333px;
}
.cardFill.editorChoice {
    flex: 0 0 295px;
}
.cardFill__wrapper {
    display: block;
    height: 100%;
    padding: 25px 25px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.cardFill__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 2;
}
.cardFill__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    left: 0;
    top: 0;
}
.cardFill__frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: static;
    z-index: 3;
}
.cardFill__date {
    color: #C8C8C8;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-bottom: 9px;
}
.cardFill__name {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.625rem;
}
.cardFill__top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.cardFill__bottom {
    position: relative;
    z-index: 3;
}
.cardFill__tag {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}
.themeOfTheDay .cardFill__tag {
    color: #fcd24c;
}
.cardFill__tagText {
    text-transform: uppercase;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 600;
}
.cardFill__tagIcon {
    flex: 0 0 22px;
}
.cardFill__comment {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8125rem;
    margin-left: auto;
    position: relative;
    z-index: 3;
}
.cardFill__comment.hot {
    color: #f94c02;
    font-weight: 700;
}
.cardFill__commentIcon {
    flex: 0 0 16px;
}

.mainInfo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .mainInfo {
    flex-direction: row;
  }
}

.newsCard {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #F1F1F1;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .newsCard {
    gap: 20px;
    padding: 25px;
    flex-direction: row;
  }
}
.two-columns .newsCard {
  gap: 14px;
  margin-bottom: 0;
}
.four-columns .newsCard {
  flex-direction: column;
  padding: 0;
  gap: 0;
}
.newsCard__image {
  display: block;
  width: 100%;
  height: 173px;
  flex: 0 0 173px;
}
@media screen and (min-width: 768px) {
  .newsCard__image {
    width: 259px;
    flex: 0 0 259px;
    height: 195px;
  }
}
.two-columns .newsCard__image {
  height: 141px;
  flex: 0 0 141px;
}
@media screen and (min-width: 768px) {
  .two-columns .newsCard__image {
    width: 187px;
    flex: 0 0 187px;
  }
}
.four-columns .newsCard__image {
  width: 100%;
  height: 173px;
  flex: 0 0 173px;
}
.newsCard__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (max-width: 767.98px) {
    .newsCard__image img {
        border-radius: 6px 6px 0 0;
    }
}

.newsCard__content {
  display: flex;
  flex-direction: column;
  padding: 16px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .newsCard__content {
    padding: 0;
  }
}
.four-columns .newsCard__content {
  padding: 16px 25px 25px;
}
.newsCard__title {
  font-size: 1.125rem;
  line-height: 1.44;
  margin-bottom: 5px;
  color: inherit;
  font-weight: 500;
}
.four-columns .newsCard__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
.newsCard__title > a {
  color: currentColor;
  text-decoration: none;
}
.newsCard__title > a:hover {
  text-decoration: underline;
}
.newsCard__info {
  display: flex;
  align-items: center;
  color: #969696;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.four-columns .newsCard__info {
  order: -1;
}
.newsCard__date {
  margin-right: 12px;
}
.newsCard__date::after {
  display: inline-block;
  content: "•";
  margin-left: 12px;
}
.newsCard__category {
  margin-right: 25px;
}
.newsCard__category a {
  color: inherit;
  text-decoration: none;
}
.newsCard__category a:hover {
  text-decoration: underline;
}
.newsCard__comment {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #B0B0B0;
  text-decoration: none;
}
.newsCard__comment > * {
  display: block;
}
.newsCard__comment.hot {
  color: #f94c02;
  font-weight: 500;
}
.newsCard__commentIcon {
  flex: 0 0 16px;
}
.newsCard__text {
  margin-bottom: 8px;
  line-height: 1.62;
  font-size: 0.8125rem;
}
.newsCard__footer {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  gap: 17px;
  margin-top: auto;
}
.newsCard__timeRead {
  display: flex;
  align-items: center;
  color: #B0B0B0;
  font-size: 0.75rem;
  gap: 7px;
}
@media screen and (max-width: 767.98px) {
    .newsCard__timeRead {
        font-size: 0.6875rem;
        line-height: 0.6875rem;
    }
}
.newsCard__timeReadIcon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
.newsCard__button {
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 3px;
}
.newsCard__bookmark {
  display: flex;
  align-items: center;
  color: #f94c02;
  font-size: 0.8125rem;
  text-decoration: none;
  gap: 5px;
  margin-left: auto;
}
.newsCard__bookmark-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background-color: #f94c02;
  color: #fff;
}

.newsSwiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.newsSwiper__slide {
  height: 314px;
}
.newsSwiper__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.newsSwiper__prev {
  left: 10px;
}
.newsSwiper__next {
  right: 10px;
}

.recentComment {
  background: #F3F3F3;
  border-radius: 6px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  max-height: 1285px;
}
.sidebar .recentComment {
  flex: 1;
}
.recentComment::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 172px;
  background: linear-gradient(360deg, #F3F3F3 10.27%, rgba(243, 243, 243, 0) 72.24%);
  left: 0;
  bottom: 0;
}
.recentComment__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.recentComment__title {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
}
.recentComment__titleIcon {
  flex: 0 0 34px;
}
.recentComment__titleText {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.17;
}
.recentComment__avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  overflow: hidden;
}
.recentComment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recentComment__author {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
  gap: 12px;
  position: relative;
}
.recentComment__author::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  background-color: #f3f3f3;
  left: 44px;
  bottom: -6px;
  transform: rotate(45deg);
}
.recentComment__author .name {
  font-size: 0.8125rem;
  font-weight: 500;
}
.recentComment__author .time {
  font-size: 0.6875rem;
  color: #999999;
}
.recentComment__text {
  font-size: 0.75rem;
  color: #343434;
  line-height: 1.58;
  margin-bottom: 6px;
}
.recentComment__link {
  font-size: 0.8125rem;
  line-height: 1.54;
}
.recentComment__link a {
  color: #f94c02;
}

.currency {
  background: #FFFFFF;
  border: 9px solid #F3F3F3;
  border-radius: 6px;
}
.currency__header {
  display: flex;
}
.currency__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 37px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #818288;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
  transition: all 0.4s;
}
.currency__tab:hover {
  background-color: rgba(243, 243, 243, 0.5);
}
.currency__tab:first-child {
  border-radius: 0 0 6px 0;
}
.currency__tab:last-child {
  border-radius: 0 0 0 6px;
}
.currency__tab.is-active {
  color: #395ddb;
  background-color: #f3f3f3;
}
.currency__body {
  padding: 0 25px;
}
.currency__content {
  display: none;
}
.currency__content.is-active {
  display: block;
}
.currency__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
}
.currency__item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.currency__token .name {
  font-size: 0.9375rem;
  color: #000;
  font-weight: 500;
}
.currency__token .shortName {
  font-size: 0.8125rem;
  color: #787878;
  text-transform: uppercase;
}
.currency__price {
  text-align: right;
}
.currency__price .value {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2px;
}
.currency__price .delta {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 0.625rem;
}
.currency__price .delta .delta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  color: #fff;
  border-radius: 3px;
}
.currency__price .delta .delta-icon .icon {
  width: 7px;
  height: 7px;
}
.currency__price .delta--up {
  color: #56900C;
}
.currency__price .delta--up .delta-icon {
  background-color: #56900c;
}
.currency__price .delta--down {
  color: #f94c02;
}
.currency__price .delta--down .delta-icon {
  background-color: #f94c02;
}
.currency__more {
  font-size: 0.9375rem;
  font-weight: 500;
  border-top: 2px solid #f3f3f3;
}
.currency__more a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 46px;
}
.newsFeed {
  background: #F3F3F3;
  border-radius: 6px;
  padding: 0 25px 34px;
}
@media screen and (max-width: 767.98px) {
    .newsFeed {
        padding: 0 10px 34px;
    }
}
.newsFeed__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 57px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 24px;
}
.newsFeed__title {
  font-size: 1rem;
  font-weight: 500;
}
.newsFeed__all {
  font-size: 0.8125rem;
  font-weight: 500;
}
.newsFeed__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .newsFeed__main {
    grid-template-columns: 324px 1fr;
  }
}
.newsFeed__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 258px;
  gap: 12px;
  padding-right: 28px;
}
.newsFeed__list .simplebar-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.newsFeed__item {
  display: flex;
  gap: 17px;
  width: 100%;
}
.newsFeed__first .newsFeed__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .newsFeed__first .newsFeed__item {
    flex: 0 0 324px;
  }
}
.newsFeed__image {
  width: 139px;
  height: 78px;
  border-radius: 4px;
  flex: 0 0 139px;
  overflow: hidden;
}
.newsFeed__image a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.newsFeed__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.newsFeed__first .newsFeed__image {
  width: 100%;
  flex: 0 0 182px;
  height: 182px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 13px;
}
.newsFeed__first .newsFeed__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsFeed__name {
  color: #2D2D2D;
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 6px;
}
.newsFeed__name a {
  color: currentColor;
  text-decoration: none;
}
.newsFeed__name a:hover {
  text-decoration: underline;
}
.newsFeed__name .newsFeed__first {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.44;
  margin-bottom: 8px;
}
.newsFeed__info {
  display: flex;
  align-items: center;
  color: #A6A6A6;
  gap: 14px;
  font-size: 0.8125rem;
}
.newsFeed__first .newsFeed__info::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.newsFeed__comment {
  display: flex;
  align-items: center;
  gap: 4px;
  order: 1;
  text-decoration: none;
  color: inherit;
}
.newsFeed__first .newsFeed__comment {
  order: -1;
}
.newsFeed__comment.hot {
  color: #f94c02;
}

@media screen and (min-width: 992px) {
    .youtube {
        padding: 37px;
        background: #FFFFFF;
        border: 1px solid #F1F1F1;
        border-radius: 6px;
    }
}
.youtube.module, .youtube.profile-menu, .youtube.post-comment__noauth, .youtube.post-comment__auth, .youtube.post__subtitle, .post h2.youtube, .youtube.pagination__list {
    margin-bottom: 30px;
}
.youtube .swiper-notification {
    display: none;
}
.youtube--widget {
    background: #F3F3F3;
    border-radius: 6px;
    padding: 0;
}
@media screen and (max-width: 767.98px) {
    .youtube--widget {
        display: none;
    }
}
.youtube--widget .youtube__more {
    border-top: 2px solid #E6E6E6;
}
.youtube--widget .youtube__more a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 47px;
    font-size: 0.9375rem;
    font-weight: 500;
}
.youtube--widget .youtube__el > a {
    display: flex;
    gap: 10px;
    color: #454545;
    font-size: 0.875rem;
    line-height: 1.29;
    text-decoration: none;
}
.youtube--widget .youtube__el > a:hover {
    text-decoration: underline;
}
.youtube__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    gap: 15px;
}
@media screen and (max-width: 767.98px) {
    .youtube__header {
        margin-bottom: 0;
    }
}
.youtube--widget .youtube__header {
    padding: 18px 22px;
    margin-bottom: 0;
}
.youtube__channel {
    border: 1px solid #DCDCDC;
    background-color: #fff;
}
.youtube__channel--footer {
    display: none;
}
@media screen and (max-width: 767.98px) {
    .youtube__channel--footer {
        display: inline-flex;
        min-width: 180px;
        height: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .youtube__channel--header {
        display: none;
    }
}
.youtube__list {
    display: flex;
    flex-direction: column;
    padding: 0 25px 25px;
    gap: 20px;
}
.youtube__headerIcon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}
@media screen and (min-width: 768px) {
    .youtube__headerIcon {
        width: 51px;
        height: 51px;
        flex: 0 0 51px;
    }
}
.youtube--widget .youtube__headerIcon {
    flex: 0 0 29px;
    width: 29px;
    height: 29px;
}
.youtube__title {
    margin: 0;
}
.youtube--widget .youtube__title {
    font-size: 1.125rem;
    font-weight: 600;
}
.youtube__navigation {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 9px;
}
@media screen and (max-width: 767.98px) {
    .youtube__navigation {
        position: relative;
        flex: 1 0 100%;
    }
}
.youtube__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
    cursor: pointer;
    user-select: none;
}
@media screen and (max-width: 767.98px) {
    .youtube__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.38);
        color: #fff;
        position: absolute;
        top: 100px;
        transform: translateY(-50%);
        z-index: 5;
        cursor: pointer;
    }
    .youtube__nav--next {
        right: 10px;
    }
    .youtube__nav--prev {
        left: 10px;
    }
}
.youtube__nav.swiper-button-disabled {
    color: #879599;
}
@media screen and (max-width: 767.98px) {
    .youtube__nav.swiper-button-disabled {
        display: none;
    }
}
.youtube__swiper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    min-width: 0;
    overflow: hidden;
}
.youtube__item {
    height: 210px;
    position: relative;
    color: #fff;
}
.youtube__item > a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    text-decoration: none;
    color: currentColor;
}
.youtube__item > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(17, 21, 24, 0) 0%, rgba(17, 21, 24, 0.84) 84.29%);
    z-index: 1;
}
.youtube__item .play {
    display: flex;
    align-items: center;
    gap: 11px;
    text-transform: uppercase;
    position: absolute;
    left: 14px;
    bottom: 13px;
    z-index: 2;
}
.youtube__item .play__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background-color: #f94c02;
}
.youtube__item .play__text {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    text-transform: uppercase;
    font-weight: 500;
}
.youtube__preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube--widget .youtube__preview {
    width: 88px;
    height: 55px;
    border-radius: 3px;
    flex: 0 0 88px;
}
.youtube__channel:hover {
    border-color: #494949;
    color: #525252;
    background-color: #fff;
}

.tgLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 18px 24px;
    background: radial-gradient(109.52% 14480.73% at 22.42% 38.1%, #089EEA 0%, #0986E0 100%);
    border-radius: 6px;
    gap: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1200px) {
    .tgLine {
        flex-direction: row;
    }
}
.tgLine::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(-66%);
    background: url("../images/tgLine/bg.svg") no-repeat right center;
}
@media screen and (max-width: 767.98px) {
    .tgLine::before {
        background: url("../images/tgLine/bg2.svg") no-repeat center top -100px;
        background-size: 768px;
        transform: translate(0);
    }
}
.tgLine__header {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767.98px) {
    .tgLine__header {
        flex-direction: column;
    }
}
.tgLine__headerIcon {
    flex: 0 0 54px;
}
.tgLine__headerText {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .tgLine__headerText {
        text-align: left;
    }
}
.categorypage .tgLine__headerText {
    font-size: 1.1875rem;
}
.tgLine__content {
    font-size: 0.9375rem;
    line-height: 1.27;
    position: relative;
    z-index: 1;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .tgLine__content {
        text-align: left;
    }
}
.categorypage .tgLine__content {
    font-size: 0.875rem;
}
.tgLine__button {
    min-width: 225px;
    height: 40px;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #000;
}

.social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mobile-menu .social {
  justify-content: center;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
}
.social__link.facebook:hover {
  background-color: #1C257B;
}
.social__link.vk:hover {
  background-color: #2787F5;
}
.social__link.telegram:hover {
  background: linear-gradient(180deg, #28A5E5 0%, #229AD4 100%);
}
.social__link.twitter:hover {
  background-color: #1D9BF0;
}
.social__link.insta:hover {
  background: radial-gradient(215.59% 116.78% at 72.17% 6.09%, #508AF5 0%, #F636DC 33.97%, #F72558 67.64%, #F5E117 100%);
}

.header .search {
  display: flex;
  align-items: center;
  color: #fff;
  margin-left: auto;
}
.header .search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.header .search__form {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #222;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.header .search__form.is-active {
  opacity: 1;
  pointer-events: all;
}
.header .search__form [type=search] {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: inherit;
  display: block;
  height: 22px;
  width: calc(100% - 55px);
  outline: none;
}
.header .search__form [type=submit] {
  display: block;
  background-color: transparent;
  border: none;
  color: #B1B1B1;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  margin-left: auto;
}

.tgStatus {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .tgStatus {
    display: none;
  }
}
.tgStatus__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.tgStatus__indicator {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: #56900C;
  box-shadow: 0px 0px 8px rgba(255, 132, 6, 0.58);
  top: 0;
  right: 0;
}
.tgStatus__indicator.is-animate {
  background: #FF8406;
  animation: indicator 1s infinite ease-in-out;
}

@keyframes indicator {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.breadcrumbs {
  font-size: 0.75rem;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  color: #3A3A3A;
  margin-bottom: 37px;
}
.breadcrumbs__separator {
  margin: 0 10px;
}
.breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  color: #395ddb;
}

.post {
  margin-bottom: 73px;
}
.post img {
  display: block;
  margin: 0 auto;
}
.post__header {
  border-left: 5px solid #fcd24c;
  padding-left: 20px;
  margin-bottom: 20px;
}
.post__title, .post h1 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .post__title, .post h1 {
    font-size: 2.1875rem;
  }
}
.post__subtitle, .post h2 {
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  color: #161616;
}
.post__subtitle::before, .post h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 5px;
  background-color: #fcd24c;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .post__subtitle, .post h2 {
    font-size: 2rem;
  }
}
.post__content {
  font-size: 1.0625rem;
  line-height: 1.71;
  color: #000;
  font-family: "PT Serif", serif;
}
.post__content p:not(:last-child) {
  margin-bottom: 26px;
}
.post__content blockquote {
  color: #232323;
  border-left: 11px solid #fcd24c;
  position: relative;
  padding: 25px 0 5px 25px;
  font-style: italic;
  margin: 30px 0;
}
.post__content blockquote strong {
  font-style: normal;
}
.post__content blockquote::before {
  content: "";
  display: block;
  width: 54px;
  height: 36px;
  position: absolute;
  left: 25px;
  top: 0;
  transform: translateY(-50%);
  background: url("../images/post/blockquote.svg") no-repeat center;
}
.post__content figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.post__content figure img {
  margin-bottom: 14px;
}
.post__content figure figcaption {
  color: #696969;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "Rubik", sans-serif;
}
.post__content figure figcaption a {
  color: #395ddb;
}
.post__content ol:not([class]), .post__content ul:not([class]) {
  margin-bottom: 26px;
}
.post__content ul:not([class]) li {
  display: block;
  position: relative;
  padding-left: 24px;
}
.post__content ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/post/listMark2.svg") no-repeat center;
}
.post__content ol {
  counter-reset: ol;
}
.post__content ol li {
  counter-increment: ol;
  display: block;
  align-items: center;
  line-height: 1.71;
  position: relative;
  padding-left: 34px;
}
.post__content ol li::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(ol);
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-color: #fcd24c;
  font-family: "Rubik", sans-serif;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
}
.post__content a:not([class]) {
  color: #f94c02;
  text-decoration-color: rgba(249, 76, 2, 0.3);
}
.post__article {
  color: #0C2126;
  font-family: "Rubik", sans-serif;
  padding: 17px 20px 20px;
  background-color: #F4F4F2;
  border-left: 5px solid currentColor;
}
.post__article-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 12px;
}
.post__article-list {
  font-size: 0.9375rem;
}
.post__article-item {
  display: flex;
  gap: 14px;
  align-items: baseline;
  line-height: 1.87;
}
.post__article-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: url("../images/post/listMark.svg") no-repeat center;
}
.post__article-link {
  color: #395ddb;
}
.post .module, .post .profile-menu, .post .post-comment__noauth, .post .post-comment__auth, .post .pagination__list, .post .post__subtitle, .post h2 {
  margin-bottom: 26px;
}

.post-info {
  display: flex;
  align-items: center;
  color: #969696;
  gap: 19px;
  font-size: 0.75rem;
}
.post-info > * {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-info > * .icon {
  flex: 0 0 auto;
}
.post-info__comment {
  text-decoration: none;
  color: inherit;
}
.post-info__comment.hot {
  color: #f94c02;
}
.post-info__bull {
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  background-color: currentColor;
}

.cat-list {
    position: relative;
    user-select: none;
}
@media screen and (min-width: 1300px) {
    .cat-list {
        padding: 0;
    }
}
.cat-list .cat-list__button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    width: 100%;
    height: 36px;
    gap: 10px;
    font-size: 0.875rem;
    font-family: "Rubik", sans-serif;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .cat-list .cat-list__button {
        display: none;
    }
}
.cat-list .icon-arrow-down {
    width: 7px;
}
.cat-list .icon-catmenu {
    width: 12px;
}
.cat-list__list {
    display: none;
}
@media screen and (max-width: 1299.98px) {
    .cat-list__list {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        border-radius: 6px;
        box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.36);
        padding: 10px 25px;
        width: 100%;
        max-width: 100%;
    }
    .cat-list__list.is-active {
        display: block;
    }
    .cat-list__list::before {
        content: "";
        display: none;
        background-color: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 20%;
        transform: translate(0, -50%) rotate(45deg);
    }
}
@media screen and (min-width: 1300px) {
    .cat-list__list {
        display: flex;
        color: #3E3E3E;
        font-size: 0.875rem;
        gap: 40px;
        justify-content: flex-start;
    }
}
.cat-list__item {
    margin: 5px 0;
}
@media screen and (min-width: 1300px) {
    .cat-list__item {
        margin: 0;
    }
}
.cat-list__link {
    display: flex;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    line-height: 1.8;
}
.cat-list__link:hover {
    text-decoration: underline;
}
@media screen and (min-width: 1300px) {
    .cat-list__link {
        height: 53px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media screen and (min-width: 1300px) {
    .cat-list__more {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
    }
}
.cat-list__more .icon {
    display: none;
    max-width: 18px;
    cursor: pointer;
    fill: #C4C4C4;
}
@media screen and (min-width: 1300px) {
    .cat-list__more .icon {
        display: block;
    }
}
@media screen and (min-width: 1300px) {
    .cat-list__drop {
        display: none;
        position: absolute;
        background-color: #fff;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 292px;
        border-radius: 6px;
        box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.36);
        padding: 10px 0;
    }
    .cat-list__drop.is-active {
        display: block;
    }
    .cat-list__drop::before {
        content: "";
        display: block;
        background-color: #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
}
@media screen and (max-width: 1299.98px) {
    .cat-list__drop {
        right: 0;
        top: 100%;
    }
}
@media screen and (min-width: 1300px) {
    .cat-list__drop .cat-list__link {
        padding: 0 25px;
        justify-content: flex-start;
        text-align: left;
    }
}
.cat-list__button {
    display: flex;
    flex: 1;
}
@media screen and (min-width: 1300px) {
    .cat-list__button {
        display: none;
    }
}

.share--horizontal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 34px;
  flex-wrap: wrap;
  gap: 20px;
}
.share--left {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .share--left {
    flex-direction: column;
    flex: 0 0 85px;
  }
}
.share__item {
  flex: 0 0 44px;
}
.share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #F6F6F6;
  border-radius: 50%;
  transition: all 0.4s;
}
.share__link.bookmark, .share__link.fav {
  border: 1px solid #DCDCDC;
  background-color: #fff;
  color: #222222;
}
.share__link.bookmark.is-active, .share__link.fav.is-active {
  border: none;
  background-color: #f94c02;
  color: #fff;
}
.share__link.fav .icon {
  fill: transparent;
  stroke: #FC2E60;
  stroke-width: 2px;
}
.share__link.fav.is-active {
  background-color: #FC2E60;
}
.share__link.fav.is-active .icon {
  fill: #fff;
  stroke-width: 0;
}
.share__link:hover {
  background-color: #dddddd;
}
.share__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share__social-text {
  font-size: 0.8125rem;
  line-height: 1;
  color: #909090;
}
.share__social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share__bookmark, .share__fav {
  font-size: 0.8125rem;
  color: #575757;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-list {
  border-radius: 6px;
  background-color: #F3F3F3;
  padding: 0 24px 25px;
}
.post-list__title {
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #E7E7E7;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}
.post-list__list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.post-list__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 0.9375rem;
}
.post-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  background-color: #C8C8C8;
  border-radius: 50%;
  transform: translateY(-3px);
}
.post-list__date {
  color: #A6A6A6;
  font-size: 0.8125rem;
  font-weight: 300;
  order: -1;
  transform: translateY(-1px);
}
.post-list__link {
  color: currentColor;
  text-decoration: none;
}
.post-list__link:hover {
  text-decoration: underline;
  color: #f94c02;
}
.post-list__comment {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #D7D7D7;
  font-size: 0.8125rem;
}
.post-list__comment.hot {
  color: #f94c02;
}

.post-comment {
  margin-bottom: 73px;
}
.post-comment__title sup {
  font-size: 1rem;
  color: #787878;
  font-weight: 400;
}
.post-comment__auth {
  background: #FFFFFF;
  border: 1px dashed #D0D0D0;
  border-radius: 6px;
  padding: 16px 25px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.post-comment__noauth {
  background: #FFFFFF;
  border: 1px dashed #fcd24c;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 25px;
}
.post-comment__pizza {
  width: 184px;
  height: 169px;
  flex: 0 0 169px;
  object-fit: contain;
}
.post-comment__description {
  font-size: 0.9375rem;
  color: #575757;
}
.post-comment__row {
  display: flex;
  gap: 15px;
}
.post-comment__btn {
  height: 46px;
}
.post-comment__reply.show {
  margin-left: 105px;
}
.post-comment__hider {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  color: #777777;
  margin-bottom: 34px;
  cursor: pointer;
}
.post-comment__hider::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #56900C;
  transform: rotate(45deg);
  background: linear-gradient(-45deg, #56900C 50%, #fff 50%, #fff 100%);
  margin-top: -4px;
}
.post-comment__hider.show::before {
  transform: rotate(227deg);
  margin: 0;
}
.post-comment__write {
  margin-top: 44px;
}
.post-comment__write-title {
  font-size: 1.125rem;
  margin-bottom: 11px;
}
.post-comment__write-box {
  background-color: #F2F2F2;
  border-radius: 3px;
  padding: 8px 15px;
  display: flex;
  justify-content: stretch;
}
.post-comment__write-box .textarea, .post-comment__write-box textarea {
  display: block;
  flex: 1;
  border: none;
  outline: none;
  resize: none;
  background-color: transparent;
  min-height: 55px;
  font-size: 0.75rem;
  font-family: inherit;
}
.post-comment__write-box textarea::placeholder {
  content: attr(data-text);
  color: #7D7D7D;
}
.post-comment__write-box [contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: #7D7D7D;
}
.post-comment__write-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  color: #2D2D2D;
  flex: 0 0 18px;
}
.post-comment__write-actions button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  width: 18px;
  height: 20px;
  flex: 0 0 20px;
}
.post-comment__write-actions button .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.comment {
  margin-bottom: 24px;
}
.profile-comments .comment {
  margin-bottom: 10px;
}
.comment.reply {
  display: none;
}
.comment.reply.is-active {
  display: block;
}
.comment.reply:nth-last-child(2) {
  margin-bottom: 20px;
}
.comment__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #999999;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 16px;
}
.profile-comments .comment__header {
  padding: 12px 30px;
}
.comment__header::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 44px;
  bottom: -5px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.comment__avatar {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
}
.comment__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.comment__avatar::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #858585;
  border: 2px solid #fff;
  border-radius: 50%;
}
.comment__avatar.online::before {
  background-color: #56900C;
}
.comment__author {
  font-size: 0.8125rem;
  color: #000;
  font-weight: 500;
}
.comment__bull {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  border-radius: 50%;
  background-color: currentColor;
}
.comment__time {
  font-size: 0.75rem;
}
.comment__liked {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.profilepage .comment__liked {
  pointer-events: none;
}
.comment__liked .icon {
  cursor: pointer;
}
.comment__liked .icon-like:hover, .comment__liked .icon-like.is-active {
  fill: #56900C;
}
.comment__liked .icon-dislike:hover, .comment__liked .icon-dislike.is-active {
  fill: #f94c02;
}
.comment__liked-value {
  color: #B9B9B9;
}
.comment__liked-value.positive {
  color: #56900C;
}
.comment__liked-value.negative {
  color: #f94c02;
}
.comment__post {
  margin-left: auto;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.625rem;
  height: 30px;
}
.comment__body {
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 11px;
}
.profile-comments .comment__body {
  padding: 0 30px;
}
.comment__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.profile-comments .comment__footer {
  padding: 0 30px;
}
.comment__reply {
  display: inline-flex;
  align-items: center;
  color: #F95702;
  gap: 7px;
  font-size: 0.8125rem;
  cursor: pointer;
}
.comment__reply .icon {
  width: 11px;
  height: 10px;
  flex: 0 0 11px;
}
.comment__action {
  display: flex;
  align-items: center;
  gap: 43px;
}
.comment__action a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8125rem;
  gap: 5px;
}
.comment__action a.edit {
  color: #56900C;
}
.comment__action a.remove {
  color: #f94c02;
}
.comment__action a .icon {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.profile {
  padding: 11px;
  height: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 27px;
  position: relative;
  margin: 8px 0;
  user-select: none;
  z-index: 15;
}
.mobile-menu .profile {
  gap: 10px;
  margin-left: -10px;
}
@media screen and (max-width: 767.98px) {
  .header__mobile .profile {
    display: none;
  }
}
.profile__notify, .profile__ava {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
}
.profile__notify {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #323232;
  color: #fff;
  position: relative;
  z-index: 5;
}
.profile.is-active .profile__notify {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  color: #222;
}
.profile__notify span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  background-color: #f94c02;
  top: -5px;
  right: -4px;
  border-radius: 50%;
  font-size: 0.5625rem;
  line-height: 0.875rem;
}
.profile__ava {
  overflow: hidden;
}
.profile__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__user {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #797979;
  position: relative;
  z-index: 5;
}
.profile__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
}
.profile__btn .icon {
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
}
.mobile-menu .profile__btn .icon {
  display: none;
}
.profile__drop {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 56px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
}
.profile.is-active .profile__drop {
  display: block;
}
.profile__link {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 19px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #313131;
  font-size: 0.6875rem;
  font-weight: 600;
  gap: 16px;
  text-decoration: none;
}
.profile__link .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: #ADADAD;
}
.profile__link sup {
  font-size: 0.625rem;
  color: #B4B4B4;
}
.profile__link:hover {
  background-color: #395ddb;
  color: #fff;
}
.profile__link:hover .icon {
  fill: #fff;
}
.profile__link:hover sup {
  color: #fff;
}

.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.875rem;
}
.pagination__list li.is-disabled {
  display: none;
}
.pagination__list li.is-active .pagination__pagenav {
  cursor: default;
  background-color: #E8A33C;
  border-color: #E8A33C;
}
.pagination__list li:first-child a, .pagination__list li:last-child a {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 13px;
}
.pagination__list li:first-child {
  margin-right: 10px;
}
.pagination__list li:first-child .icon {
  transform: rotate(180deg);
}
.pagination__list li:last-child {
  margin-left: 10px;
}
.pagination__list li a {
  text-decoration: none;
  color: #000;
}
.pagination__pagenav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
}

.profile-menu {
  background: #222222;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .profile-menu {
    margin-left: auto;
    width: 295px;
    flex: 0 0 295px;
  }
}
.profile-menu__item:nth-child(odd) .profile-menu__icon {
  background-color: #323232;
}
.profile-menu__item:nth-child(odd) .profile-menu__text {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.profile-menu__item:nth-child(even) .profile-menu__icon {
  background-color: #272727;
}
.profile-menu__item:last-child .profile-menu__text {
  color: #f94c02;
}
.profile-menu__link {
  display: flex;
  height: 50px;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 600;
}
.profile-menu__link:hover, .profile-menu__link.is-active {
  color: #E8A33C;
}
.profile-menu__link:hover .profile-menu__icon, .profile-menu__link.is-active .profile-menu__icon {
  color: inherit;
}
.profile-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  color: #ADADAD;
  position: relative;
}
.profile-menu__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50px;
  background-color: #f94c02;
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: 0.5625rem;
  right: 8px;
  top: 9px;
}
.profile-menu__icon .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.profile-menu__text {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  flex: 1;
}
.profile-menu__text sup {
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 3px;
  margin-top: -10px;
  color: #B4B4B4;
}

.profile-form {
  border: 1px solid #F1F1F1;
  border-radius: 6px;
  padding: 30px;
  background-color: #fff;
  flex: 1;
}
.profile-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-form button[type=submit] {
  max-width: 335px;
}
.profile-form__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
.profile-form__line {
  display: flex;
  gap: 29px;
  align-items: center;
}
.profile-form__line .input-form {
  max-width: 335px;
}
.profile-form__line-description {
  font-size: 0.75rem;
  font-weight: 300;
}
.profile-form__line-description .valid,
.profile-form__line-description .invalid,
.profile-form__line-description .info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.profile-form__line-description .info {
  color: #3A3A3A;
}
.profile-form__line-description .valid {
  color: #56900c;
}
.profile-form__line-description .invalid {
  color: #f93d02;
}

.input-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #F2F2F2;
    border-radius: 6px;
    position: relative;
}
.input-form .btn {
    height: 100%;
    border: none;
    background: #323232;
    color: #fff;
    border-radius: 0 6px 6px 0;
    border-left: 5px solid #fff;
    margin-left: auto;
    width: 128px;
    flex: 0 0 128px;
    cursor: pointer;
}
.input-form__data {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 0 16px;
    font-size: 0.8125rem;
    font-weight: 500;
}
.input-form__img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 11px;
}
.input-form.with-icon input {
    padding-left: 38px;
}
.input-form.with-icon label {
    left: 38px;
}
.input-form.photo-true label {
    left: 59px;
    top: 7px;
}
.input-form.photo-true .input-form__data {
    padding-top: 7px;
    padding-left: 11px;
}
.input-form .error-msg {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #F93D02;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    bottom: -17px;
}
.input-form .error-msg.hidden {
    display: none;
}
.input-form label {
    position: absolute;
    left: 16px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #5C6162;
    pointer-events: none;
    transition: all 0.4s;
    width: calc(100% - 32px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.input-form__result {
    position: absolute;
    z-index: 10;
    top: calc(100% + 2px);
    font-size: 0.75rem;
    width: 100%;
}

.profile-form .input-form__result {
  left: 0;
}
.subscribe .input-form__result {
  bottom: calc(100% + 25px);
  top: auto;
}
.input-form__result > * {
  align-items: center;
  gap: 5px;
  display: none;
}
.input-form__result > *.is-active {
  display: flex;
}
.input-form__result > * .icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.input-form__result .valid {
  color: #56900C;
}
.input-form__result .invalid {
  color: #f94c02;
}
.input-form__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-form input {
  border: none;
  flex: 1;
  width: 100%;
  outline: none;
  height: 100%;
  padding: 0 16px;
  background-color: transparent;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: inherit;
  padding-right: 40px;
}
.input-form input[type=file] {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 128px;
    height: 48px;
    cursor: pointer;
    z-index: 5;
    pointer-events: none;
}
/*.input-form input:invalid, .input-form input.error {
  box-shadow: 0px 4px 15px rgba(249, 61, 2, 0.3);
  border: 1px solid !*#f94c02*!;
  color: #f94c02;
}*/
.input-form input:not([type=file]):not(.no-padding):focus, .input-form input:not([type=file])[data-empty=false] {
  padding-top: 9px;
}
.input-form input:not([type=file]):not(.no-padding):focus + label, .input-form input:not([type=file])[data-empty=false] + label {
  top: 5px;
}

.input-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.8125rem;
  gap: 11px;
  user-select: none;
}
.input-checkbox__input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 6px;
  background-color: #F2F2F2;
  position: relative;
}
.input-checkbox__input .icon {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.input-checkbox input:checked ~ .icon {
  opacity: 1;
}

.profile-comments {
  border-radius: 6px;
  border: 1px solid #F1F1F1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.modal.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);
  padding: 17px 28px 28px;
  width: 350px;
  margin: auto;
  text-align: center;
  position: relative;
  font-size: 0.875rem;
}
.modal.is-large .modal__wrapper {
  width: 90%!important;
  max-width: 1024px!important;
  text-align: left!important;
}
.modal__close {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.modal__close .icon {
  width: 9px;
  height: 9px;
}
.modal__title {
  max-width: 340px;
  font-size: 1.1875rem;
  margin-bottom: 8px;
}
.modal__content {
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #555;
  line-height: 1.5;
}
.modal .row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.modal .btn {
  height: 48px;
  font-size: 0.8125rem;
}
.modal .modal-icon {
  order: -1;
  margin: 0 auto 16px;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  color: #56900C;
}
.modal ul {
  padding-left: 1rem;
}
.modal li {
  list-style: disc;
  margin: .5rem 0;
}

.profile-notify {
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 6px;
}
.profile-notify--empty {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
  text-align: center;
  font-size: 0.9375rem;
  color: #575757;
}
.profile-notify--empty img {
  width: 310px;
  height: 234px;
  object-fit: contain;
}
.profile-notify a:not([class]) {
  color: #f07b04;
}
.profile-notify__item {
  padding: 20px 28px;
  font-size: 0.8125rem;
}
.profile-notify__item:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}
.profile-notify__header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}
.profile-notify__header::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #AFAFAF;
}
.new .profile-notify__header::before {
  background-color: #395ddb;
}
.profile-notify__tag {
  font-size: 0.5625rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17px;
  border-radius: 3px;
  background-color: #56900C;
  order: -1;
  color: #fff;
  padding: 0 6px;
  text-transform: uppercase;
  line-height: 1;
}
.profile-notify__date {
  display: flex;
  align-items: center;
  color: #7D7D7D;
  font-size: 0.75rem;
}
.profile-notify__body {
  color: #565656;
}
.profile-notify__body:not(:last-child) {
  margin-bottom: 8px;
}
.new .profile-notify__body {
  color: #222;
}
.profile-notify__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-notify .btn {
  text-transform: uppercase;
  font-size: 0.625rem;
  height: 30px;
  line-height: 1;
}
.profile-notify .btn .icon {
  fill: currentColor;
}

.box-404 {
  text-align: center;
  margin-bottom: 120px;
}
.box-404__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 422px;
  background: url("../images/404.webp") no-repeat center;
}
.box-404__image img {
  width: 396px;
  height: 396px;
  max-width: 100%;
  object-fit: contain;
}
.box-404__content {
  margin: 0 auto;
  max-width: 608px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-404__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.box-404__text {
  font-size: 0.9375rem;
  color: #575757;
  line-height: 1.6;
  margin-bottom: 34px;
  text-align: center;
}
.box-404 .btn {
  min-width: 225px;
}

.search-box__title {
  margin-bottom: 0;
}
.search-box__result {
  font-size: 0.9375rem;
  color: #5B5B5B;
  margin-bottom: 19px;
}
.search-box__form {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 6px;
  margin-bottom: 33px;
}
.search-box__form [type=search] {
  border: none;
  background-color: transparent;
  display: flex;
  flex: 1;
  padding: 0 16px;
  outline: none;
  font-size: 0.875rem;
  height: 48px;
}
.search-box__form [type=search]:placeholder {
  color: #5C6162;
}
.search-box__form [type=submit] {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.search-box__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  color: #6B6B6B;
}
.search-box__empty img {
  width: 396px;
  height: 396px;
  max-width: 100%;
  object-fit: contain;
}

.login__social-text {
  color: #565656;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.login__social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 23px;
}
.login__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 6px;
}
.login__social-link .icon {
  width: 20px;
  height: 20px;
}
.login__form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
.login__form .lost-pass {
  font-size: 0.8125rem;
  color: #2B2D33;
}
.login__content:not(:last-child) {
  margin-bottom: 20px;
}
.login .btn {
  width: 100%;
}

.mobile-menu {
  position: fixed;
  z-index: 100;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #161616;
  transition: all 0.4s;
}
.mobile-menu.is-active {
  left: 0;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  height: 70px;
}
.mobile-menu__header .btn {
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
}
.mobile-menu__header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin-left: auto;
  cursor: pointer;
}
.mobile-menu__header .close svg {
  fill: #fff;
}
.mobile-menu__content {
  overflow: auto;
  position: relative;
  height: calc(100vh - 70px);
  padding-bottom: 40px;
}
.mobile-menu__content.ovh {
  overflow: hidden;
}
.mobile-menu__list-item {
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  height: 50px;
  align-items: center;
  padding: 0 22px 0 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #9C9C9C;
  flex: 1;
  text-decoration: none;
  cursor: pointer;
}
.mobile-menu__list-item svg {
  fill: currentColor;
}
.mobile-menu__list-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.mobile-menu__list-item.is-rubrics .icon {
  margin-left: auto;
}
.mobile-menu__rubric {
  position: absolute;
  background-color: #161616;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.4s;
}
.mobile-menu__rubric.is-active {
  left: 0;
}
.mobile-menu__back {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 50px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0 10px;
  color: #9C9C9C;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu__back:hover {
  color: #fff;
}
.mobile-menu__back .btn {
  font-size: 0.625rem;
  height: 30px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #9c9c9c;
}
.mobile-menu__rubric-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mobile-menu__rubric-list a {
  display: flex;
  padding: 5px 30px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.simplebar-content::before, .simplebar-content::after {
  display: none;
}
.simplebar-track {
  background-color: #D5D8D9;
  border-radius: 2px;
}
.simplebar-track.simplebar-vertical {
  width: 6px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #0C2126;
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
