@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

body,
.faq {
  background-color: #FFF;
}

html,
body {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: "Roboto";
  background: #FFF;
}

body.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 700px;
}

.footer {
  background: #F2F2F2;
  position: relative;
  overflow: hidden;
}

.footer__logo {
  display: flex;
  align-self: center;
  width: 190px;
  height: 70px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__content {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 21px;
  max-width: 860px;
}

.footer__text-gray {
  color: #474747;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.second__bar {
  height: 40px;
  display: flex;
  align-items: center;
}

.bolder {
  min-height: 40px;
  margin-left: 10px;
  border-left: 1px solid #DADCE0;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
}

.bolder svg {
  margin-left: 10px;
}

.footer__text-blue {
  color: #350091;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.footer__text a {
  color: #474747;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
}

.footer__links {
  margin: 0 auto;
  width: 100%;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer__links a,
.footer__links span {
  cursor: pointer;
  color: #474747;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 400;
}

.footer__container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: 15%;
}

.footer-img-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.counter {
  background: #1F3083;
  padding: 20px 40px;
  border-radius: 10px 10px 0px 0px;
  line-height: 18px;
  font-weight: 400;
  position: absolute;
  color: #FFF;
  min-width: 60%;
  display: flex;
  justify-content: center;
  bottom: 0px;
}

.counter__section-1 {
  display: flex;
}

.counter ul li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-img-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
}

.cookie {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 380px;
  font-size: 13px;
  color: rgb(51, 51, 51);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  z-index: 9998;
  line-height: 1.4;
  background: rgb(255, 255, 255);
  padding: 10px 15px;
  border-radius: 6px;
}

.cookie.remove-cookie {
  display: none;
}

.cookie__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 14px;
  align-items: start;
  border-radius: 20px;
  background: #FFF;
  padding: 0px;
}

.cookie__content {
  display: flex;
  align-items: start;
}

.cookie__img {
  float: left;
}

.cookie__text {
  max-width: 757px;
  width: 100%;
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;

  a {
    color: rgba(30, 26, 153, 1);
  }
}

.cookie__btn,
.modal__send {
  background: #4059D3;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #353535;
  font-weight: 700;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 24px;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.overlay.active-overlay {
  display: block;
}

.modal {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 625px;
}

.modal.active-modal {
  display: block;
}

.modal__content {
  padding: 30px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

@media (max-width: 768px) {
  .modal__content {
    gap: 10px;
    padding: 15px;
  }
}

.modal__title {
  text-align: center;
  color: #373737;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}

@media (max-width: 768px) {
  .modal__title {
    padding: 10px;
  }
}

.modal__input-block {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modal__input-block label {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.modal__input {
  position: relative;
  width: 100%;
  height: 40px;
}

.modal__input svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.modal__input input {
  height: 40px;
  background: #3E86C31A;
  width: 100%;
  padding: 10px;
  color: #000;
  font-size: 15px;
  line-height: 17px;
}

.modal__input input:-webkit-autofill {
  background: #3E86C31A;
}

.modal__send {
  max-width: 220px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.actions__text {
  color: #141414;
  font-size: 17px;
  max-width: 480px;
}

.actions__link {
  max-width: 291px;
  margin: 0 auto;
}

.header {
  max-height: 18px;
  height: 18px;
}

.header__wrapper {
  z-index: 9997;
  position: sticky;
  top: 0;
  background-color: #FFF;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  height: 100%;
  padding: 8px 20px 10px 20px;
}

.header__wrapper section {
  width: 100%;
}

.text__block {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  max-width: 860px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px #3C404340;
  padding: 11px 20px 11px 20px;
  max-height: 48px;
  width: 100%;
  /* position: relative; */
}

.dropdown__block {
  display: none;
  position: absolute;
  top: -24px;
  left: 0px;
  right: 0px;
  min-height: 100px;
  width: 100%;
  max-width: 860px;
  flex-direction: column;
  z-index: 9999;
  padding-top: 20px;
  box-shadow: 0px 8px 9px #dedede;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.dropdown__block div {
  padding: 16px 20px;
  background-color: white;
}

.dropdown__block div:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}

.dropdown__block div:last-child {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.drop-wrapper {
  width: 100%;
  position: relative;
  max-width: 860px;
  min-width: 100%;
}

.visible {
  display: flex !important;
}

.header__title {
  width: 100%;
  position: relative;
  z-index: 99999;
}

.header__title:hover {
  cursor: pointer;
}

.header__title-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.h-icon {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99999;
}

.h-icon:nth-child(2) {
  border-left: 1px solid #DADCE0;
  padding-left: 9px;
}

.header__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 15%;
  width: 15%;
}

.border {
  width: 100%;
  max-height: 1px;
  min-height: 1px;
  position: sticky;
  top: 64px;
  z-index: 9996;
  background: #DADCE0;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  max-height: 280px;
}

.catalog {
  position: relative;
  z-index: 3;
  margin-left: 15%;
}

.catalog__container {
  position: relative;
  z-index: 1;
  padding: 25px 20px 38px 0px;
  display: flex;
  flex-direction: column;
}

.center__center {
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}

.catalog__top {
  display: flex;
  align-self: center;
  padding: 30px 0;
  align-items: center;
  gap: 5px;
  color: #8C8C8C;
  font-size: 21px;
  line-height: 17px;
}

.catalog__content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 25px;
  justify-items: flex-start;
  max-width: 576px;
}

.catalog__info__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  row-gap: 30px;
  width: 100%;
}

@media (max-width: 991px) {
  .catalog__content {
    padding: 0px 10px;
  }
}

.catalog__spoiler {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.catalog-spoiler {
  color: #363636;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.catalog-spoiler.active {
  display: none;
}

.spoiler-content {
  display: none;
  flex-direction: row;
  align-items: start;
  gap: 6px;
}

.spoiler-content.active {
  display: flex;
}

.spoiler-content a {
  color: #1E1A99;
  text-align: left;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.dasshed--top {
  width: calc(100% - 32px);
  margin: 0px 16px 0px 16px;
}

.catalog__card-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
  margin: 16px 20px;
}

.catalog__card-links a {
  color: #363636;
  text-align: center;
  font-size: 12px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.catalog__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #474747;
}

.catalog__card-info-block {
  display: flex;
  flex-direction: column;
}

.catalog__card-top-block {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
}

.section-row {
  width: 100%;
}

.catalog__card-top-block section:nth-child(2) {
  display: flex;
  align-items: center;
}

.catalog__card-content {
  margin: 12px 0px 18px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
}

.catalog__card-header {
  background-color: #ffffff;
  display: flex;
  padding-bottom: 0;
  justify-content: center;
  padding: 10px;
  align-items: center;
}

.catalog__card-description-top {
  padding: 13px 20px;
  text-align: center;
  color: #141414;
  font-size: 16px;
  background: #D2FCFF;
}

.catalog__card-logo {
  align-self: self-start;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.catalog__card-logo img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #D2D2D2;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog__card-fill {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.catalog__card-fill img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.catalog__card-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7px;
}

.catalog__card-text {
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.catalog__card-text:nth-child(even) {
  font-weight: 700;
  color: #353535 !important;
}

.catalog__card-description {
  color: #363636;
  padding: 0px 17px;
  font-size: 14px;
  line-height: 22px;
}

.catalog__card-title {
  color: #350091;
  font-size: 20px;
  padding: 8px 17px;
}

.catalog__card-button {
  background: #4059D3;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #353535;
  font-weight: 700;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 24px;

  a {
    color: white !important;
  }
}

.catalog__card-star {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  padding: 0px 16px;
}

.catalog__card-titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 12px;
  font-size: 12px;
  color: #4D5156;
}

.catalog__card-titles span svg {
  margin-left: 8px;
}

.catalog__card-titles span:first-child {
  color: #202124;
  font-size: 14px;
}

.star-value {
  font-size: 14px;
  font-weight: 600;
}

.column {
  flex-direction: column;
}

.cart-back-svg {
  top: 80px;
  right: -10px;
  position: absolute;
}

.faq {
  padding: 40px 0px 80px 15%;
}

.faq__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  gap: 15px;
  width: calc(100% - 24px);
}

.faq__title-content {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.faq__title {
  min-width: 280px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.faq__title-top-left {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #FDB913;
  top: -20px;
  left: 0;
  border-radius: 100%;
}

.faq__title-bottom-left {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #0072D8;
  bottom: 0;
  left: 30px;
  border-radius: 100%;
}

.faq__title-top-right {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #FDB913;
  top: -20px;
  right: 0;
  border-radius: 100%;
}

.faq__title-bottom-right {
  position: absolute;
  width: 20.919px;
  height: 20.919px;
  background: #0072D8;
  bottom: 0;
  right: 30px;
  border-radius: 100%;
}

.faq__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  width: calc(50% - 14px);
}

.faq__block {
  cursor: pointer;
  cursor: pointer;
  background-color: #F7F8F9;
  width: 100%;
  border-radius: 8px;
}

.faq__block.active {
  transition: all 0.5s;
}

.faq__block.active .faq__block-header .faq__block-title {
  color: #000;
}


.plus__gray {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgb3BhY2l0eT0iMC44IiB4PSIwLjc3NDE3IiB5PSI4IiB3aWR0aD0iMTcuNDE5NCIgaGVpZ2h0PSIzIiByeD0iMS41IiBmaWxsPSIjMzUzMzJGIi8+CjxyZWN0IG9wYWNpdHk9IjAuOCIgeD0iMTAuOTM1NSIgeT0iMC41IiB3aWR0aD0iMTgiIGhlaWdodD0iMi45MDMyMyIgcng9IjEuNDUxNjEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEwLjkzNTUgMC41KSIgZmlsbD0iIzM1MzMyRiIvPgo8L3N2Zz4K);
}

.faq__block.active .faq__block-info {
  display: block;
}

.faq__block-header {
  padding: 10px 15px;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 50px;
}

.faq__block-header svg {
  transition: 0.3s;
}

.faq__block-title {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

@media (max-width: 479.98px) {
  .faq__block-title {
    font-size: 14px;
  }
}

.faq__block-info {
  position: relative;
  z-index: 1;
  padding: 20px;
  padding-top: 0;
  display: none;
  transition: all 0.5s;
}

.faq__block-info p,
.faq__block-info span {
  color: #3D3D3D;
  font-size: 13px;
  line-height: 20px;
}

.faq__block-info p {
  padding: 10px;
}

.faq__block-info ul {
  padding: 0px 0px 10px 10px;
}

.faq__block-info ul li {
  list-style: inside;
  color: #454545;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  padding: 8px 10px 0px 20px;
}

.faq__block-info span {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0px 10px 0px 10px;
  border-left: 3px solid #4059D3;
}

.faq__block-info .faq__block-info-title {
  color: #454545;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.faq .plus__block {
  margin: 0px 15px;
}

.pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: hidden;
  margin-left: 15%;
  padding: 10px 17px;
}

.pictures div {
  display: flex;
  flex-direction: column;
  max-width: 92px;
  gap: 5px;
}

.pictures p {
  font-size: 14px;
  color: #1F1F1F;
  line-height: 18px;
}

/* BIG TABLET */
@media (max-width: 1100px) {

  .catalog,
  .pictures,
  .footer__container {
    margin-left: 8%;
  }

  .faq {
    padding: 40px 0px 80px 8%;
  }
}

/* TABLET */
@media (max-width: 768px) {
  .modal {
    transform: translate(0, -50%);
    left: 0;
    width: auto;
  }

  .pictures {
    max-width: 452px;
  }

  .faq__content {
    width: calc(100% - 14px) !important;
  }

  .actions__top-lenta {
    left: 0;
  }

  .actions__content {
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }

  .actions__text {
    text-align: center;
  }

  .catalog__info__content {
    grid-template-columns: 1fr 1fr !important;
  }

  .header__wrapper {
    flex-direction: column;
  }

  .header__left-side {
    left: -40px !important;
  }

  .header__right-side {
    right: -40px !important;
  }

  .actions__link {
    margin-top: 16px;
  }

  .actions__center-lenta {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .header__subtitle {
    font-size: 16px !important;
  }

  .header__img {
    margin-bottom: 20px !important;
  }

  .header__img img {
    max-width: 340px !important;
  }

  .catalog__card-top-block {
    flex-direction: column !important;
  }

  .catalog__card-content {
    flex-direction: column !important;
  }

  .catalog,
  .pictures,
  .footer__container {
    margin-left: 5%;
  }

  .faq {
    padding: 40px 0px 80px 5%;
  }

  .border {
    top: 117px !important;
  }
}

/* MOBILE */
@media (max-width: 575px) {
  .footer__content {
    padding: 13px;
  }

  .pictures {
    max-width: 452px;
  }

  .footer__links {
    margin-top: 15px;
    gap: 10px;
    justify-content: flex-start;
  }

  .footer-img-right {
    width: 160px;
    height: 160px;
  }

  .footer-img-right img {
    width: 100%;
    height: 100%;
  }

  .faq__content,
  .faq__container {
    width: 100% !important;
  }

  .faq__title img {
    width: 100%;
    max-width: 330px;
  }

  .footer-img-left {
    display: none;
  }

  .cookie__content {
    display: inline;
    align-items: flex-start;
  }

  .cookie__img {
    shape-outside: circle(50%);
    margin: 10px;
    width: 34px;
    height: 34px;
  }

  .cookie__img img {
    width: 100%;
    height: 100%;
  }

  .cookie__btn,
  .modal__send {
    text-align: center;
  }

  .cookie {
    max-width: 96% !important;
    left: 2% !important;
  }

  .catalog__info__content {
    grid-template-columns: 1fr 1fr !important;
    gap: 0px;
    row-gap: 0px;
  }

  .catalog__card-top-block section {
    width: 100% !important;
    max-width: unset;
  }

  .catalog__card-top-block section:nth-child(2) {
    max-width: unset !important;
  }

  .h-icon {
    display: none;
  }

  .h-icon:nth-child(3) {
    display: block;
    border-left: 1px solid #DADCE0;
    padding-left: 9px;
  }

  .faq__block-info {
    font-size: 11px;
    padding: 10px;
    padding-top: 0;
  }

  .faq__block-header {
    padding: 10px;
  }

  .catalog__card-info {
    gap: 19px;
  }
}

@media (max-width: 488px) {
  .pictures {
    max-width: 344px;
  }
}

@media (max-width: 360px) {
  .pictures {
    max-width: 225px;
  }
}

/* Scrollable menu */
.menu-container {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 5px 20px 0px 15%;
}

.menu-scroll-area {
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.menu-scroll-area.dragging {
  cursor: grabbing;
}

.menu-scroll-area:hover {
  cursor: grab;
}

.menu-items {
  display: flex;
  height: 30px;
  gap: 20px;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}

.menu-item {
  padding: 0px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  color: #70757A;
  font-size: 16px;
  margin-left: 5px;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.menu-item svg {
  margin-left: 10px;
}

.menu-item:first-child {
  color: black !important;
  border-bottom: 2px solid black;
}

.scroll-btn {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}


.scroll-btn-left {
  left: 0;
}

.scroll-btn-right {
  right: 0;
}

.scroll-btn.hidden {
  display: none;
}

@media (max-width: 768px) {
  .menu-container {
    padding: 10px 20px;
  }

  .menu-item {
    min-height: unset;
  }
}