.cookies {
  position: fixed;
  width: 884px;
  max-width: 100%;
  z-index: 99;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.cookies.show {
  display: block;
}

.cookies-content {
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(14, 14, 14, 15%);
  box-shadow: 0 3px 15px 0 rgba(14, 14, 14, 15%);
}

.cookies-content__inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookies-content__btn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 32px;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  border-radius: 10px;
  background: #fa4c06;
  color: #fff;
  fill: #fff;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}



@media (min-width: 767px) {

  button.btn-menu,
  .menu-top.mobile {
    display: none;
  }

}

@media (max-width: 1024px) {

  .menu-desctop__nav {
    display: none;
  }
}

@media (max-width: 767px) {



  .cookies {
    bottom: 0;
    max-width: 320px;
    bottom: 20px;
  }

  .cookies-content {
    padding: 15px;
    border-radius: 15px;
  }

  .cookies-content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cookies-content__inner-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .cookies-content__inner-right {
    width: 100%;
  }

  .cookies-content__btn.btn {
    padding: 13.5px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .cookies {
    bottom: 65px;
  }
}

@media (max-width:768px) {
  a.menu-bottom__link[href="/atopicapp/"] {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: .7rem
  }
}

a.menu-bottom__link[href="/atopicapp/"] {
  font-weight: 400;
  font-size: .8889rem;
  line-height: 1.1667rem;
  color: #003594;
  margin-bottom: .0556rem
}

@media (max-width: 768px) {
  a.menu-bottom__link[href="/atopicapp/"] {
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 0.7rem
  }
}

@media (max-width: 500px) {
  a.menu-bottom__link[href="/atopicapp/"] {
    font-size: 4rem;
    line-height: 5.25rem;
    margin-bottom: 1.5rem
  }
}