*, body, h1, h2, h3, h4, h5, h6, p, span, a, li, div {
  font-family: "Nunito Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background: #fff;
  position: relative;
}

*::-webkit-scrollbar {
  width: 0.75rem;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.75rem;
  background-color: #FF0017;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #E5E5E5;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1640px;
  }
}
.anchor {
  position: absolute;
  top: -7.5rem;
}

section {
  position: relative;
}

.magenta {
  background: #FF17F2;
  color: #FF17F2;
}

.purple {
  background: #780998;
  color: #780998;
}

.red {
  background: #FF0017;
  color: #FF0017;
}

.darkred {
  background: #BD0606;
  color: #BD0606;
}

.lightblue {
  background: #00AFF0;
  color: #00AFF0;
}

.darkblue {
  background: #1260AB;
  color: #1260AB;
}

.orange {
  background: #FF8509;
  color: #FF8509;
}

.green {
  background: #76B949;
  color: #76B949;
}

.grey {
  background: #727272;
  color: #727272;
}

.onlyD {
  display: none !important;
}

.onlyM {
  display: flex !important;
}

@media (min-width: 768px) {
  .onlyD {
    display: flex !important;
  }
  .onlyM {
    display: none !important;
  }
}
.header {
  position: sticky;
  top: 0;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 1rem 0;
}
.header__logo {
  width: 11rem;
  min-width: 11rem;
}
.header__logo img {
  width: 100%;
}
.header__logs, .header .auth-modal, .header .not-auth a, .not-auth .header a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0;
  padding: 0.3rem 1.75rem;
  border-radius: 10rem;
  transition: all 0.2s ease;
  width: 8.5rem;
  text-align: center;
  background: #BDBDBD;
  margin-left: auto;
}
.header__logs:hover, .header .auth-modal:hover, .header .not-auth a:hover, .not-auth .header a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.header__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.header__links a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  color: #727272;
  margin: 0;
  padding: 0.3rem 0.5rem;
  border-radius: 10rem;
  background: transparent;
  transition: all 0.2s ease;
  width: 8.5rem;
  text-align: center;
}
.header__links a:hover, .header__links a.active {
  color: white;
  text-decoration: none;
}
.header__links a:hover.magenta, .header__links a.active.magenta {
  background: #FF17F2;
}
.header__links a:hover.purple, .header__links a.active.purple {
  background: #780998;
}
.header__links a:hover.red, .header__links a.active.red {
  background: #FF0017;
}
.header__links a:hover.darkred, .header__links a.active.darkred {
  background: #BD0606;
}
.header__links a:hover.lightblue, .header__links a.active.lightblue {
  background: #00AFF0;
}
.header__links a:hover.darkblue, .header__links a.active.darkblue {
  background: #1260AB;
}
.header__links a:hover.orange, .header__links a.active.orange {
  background: #FF8509;
}
.header__links a:hover.green, .header__links a.active.green {
  background: #76B949;
}
.header__links a:hover.grey, .header__links a.active.grey {
  background: #727272;
}

.page {
  padding: 2rem 0 4.75rem;
}
.page__content, .page__info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
.page__logo {
  width: 47rem;
}
.page__name span {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 2.5rem 0 1rem;
  color: #FF0017;
}
.page__deco {
  display: flex;
  align-items: center;
  margin-top: -0.5rem;
}
.page__deco div:nth-child(1) {
  background: #9FA0A0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.page__deco div:nth-child(2) {
  height: 1px;
  width: 100%;
  background: #9FA0A0;
}
.page__deco div:nth-child(3) {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2.3px solid #9FA0A0;
}
.page__points {
  display: flex;
  flex-direction: column;
}
.page__points span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  margin: 0 5.375rem 0 4.5rem;
  white-space: nowrap;
}
.page__deco-2 {
  display: flex;
  margin-top: -1.75rem;
}
.page__deco-2 div:nth-child(1) {
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 2.3px solid #9FA0A0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__deco-2 div:nth-child(1) div {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  color: #FF0017;
}
.page__deco-2 div:nth-child(2) {
  height: 1px;
  width: 100%;
  background: #9FA0A0;
  margin-top: 2.75rem;
  margin-left: -0.3rem;
}
.page__deco-2 div:nth-child(3) {
  background: #9FA0A0;
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: calc(2.75rem - 2px);
}

.openModal {
  cursor: pointer;
}

.modal-overlay {
  backdrop-filter: blur(10px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modal-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 100%;
  padding: 2rem 2rem 3rem;
  border-radius: 2.5rem;
  background: #fff;
  max-height: calc(100vh - 6rem);
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 40rem;
}
.modal-block__head {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-block__close {
  position: relative;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow-y: hidden;
}
.modal-block__close::after, .modal-block__close::before {
  content: "";
  height: 0.2rem;
  width: 2rem;
  background-color: #FF0017;
  position: absolute;
}
.modal-block__close::before {
  transform: rotate(45deg);
}
.modal-block__close::after {
  transform: rotate(-45deg);
}
.modal-block__content {
  overflow-y: auto;
  position: relative;
  max-height: calc(100vh - 11rem);
}
.modal-block__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
.modal-block p {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.js_reg_auth {
  display: none !important;
}

.auth-form {
  display: flex;
  justify-content: center;
}
.auth-form .bx-system-auth-form {
  width: 100%;
}
.auth-form label, .auth-form noindex, .auth-form .bx-auth-lbl, .auth-form .bx-auth-serv-icons {
  display: none;
}
.auth-form table {
  width: 100%;
}
.auth-form input[type=submit] {
  border-radius: 5rem;
  padding: 1rem 2rem 1rem;
  background: #FF0017;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  border: 3px solid #FF0017;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.auth-form input[type=submit]:hover {
  background: #fff;
  color: #FF0017;
  text-decoration: none;
}
.auth-form input:focus-visible {
  outline: none;
  border-color: #FF0017;
  border-style: solid;
}
.auth-form input[type=text], .auth-form input[type=password] {
  height: 2.5rem;
}
.auth-form tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth-form tr:nth-child(5), .auth-form tr:nth-child(6), .auth-form tr:nth-child(7) {
  display: none;
}
.auth-form td {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.auth-form .errortext {
  font-size: 1.5rem;
}

.auth-extras {
  display: flex;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.my-registration {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
}
.my-registration:hover {
  color: #000;
}

.sidenav {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  top: 0;
  right: -100%;
  z-index: 900;
  opacity: 0;
  transition: opacity 0.5s ease, right 0s ease 0.5s;
  display: none;
}
.sidenav.active {
  opacity: 1;
  right: 0;
  transition: opacity 0.5s ease;
}
.sidenav.active .sidenav-block {
  right: 0;
}
.sidenav.active .sidenav-click {
  left: 0;
}
.sidenav-block {
  transition: all 0.2s ease;
  background: #fff;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 300px;
  height: 100%;
  row-gap: 2rem;
  padding: 5rem 2rem 2rem 4rem;
}
.sidenav-block-desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sidenav-block-desc a {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s ease;
  text-decoration: none;
  position: relative;
  background: #fff;
}
.sidenav-block-desc a:hover.magenta, .sidenav-block-desc a.active.magenta {
  color: #FF17F2;
}
.sidenav-block-desc a:hover.purple, .sidenav-block-desc a.active.purple {
  color: #780998;
}
.sidenav-block-desc a:hover.red, .sidenav-block-desc a.active.red {
  color: #FF0017;
}
.sidenav-block-desc a:hover.lightblue, .sidenav-block-desc a.active.lightblue {
  color: #00AFF0;
}
.sidenav-block-desc a:hover.darkblue, .sidenav-block-desc a.active.darkblue {
  color: #1260AB;
}
.sidenav-block-desc a:hover.orange, .sidenav-block-desc a.active.orange {
  color: #FF8509;
}
.sidenav-block-desc a:hover.green, .sidenav-block-desc a.active.green {
  color: #76B949;
}
.sidenav-block-desc a:hover.grey, .sidenav-block-desc a.active.grey {
  color: #727272;
}
.sidenav-block-close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow-y: hidden;
}
.sidenav-block-close::after, .sidenav-block-close::before {
  content: "";
  height: 0.2rem;
  width: 3rem;
  background-color: #FF0017;
  position: absolute;
}
.sidenav-block-close::before {
  transform: rotate(45deg);
}
.sidenav-block-close::after {
  transform: rotate(-45deg);
}

.side-trigger {
  transition: all 0.2s ease;
  height: 24px;
  width: 40px;
  position: relative;
  cursor: pointer;
  display: none;
}
.side-trigger span {
  position: absolute;
  height: 2px;
  background: #FF0017;
  width: 100%;
  left: 0;
}
.side-trigger span:nth-child(1) {
  top: 0;
}
.side-trigger span:nth-child(2) {
  top: 11px;
}
.side-trigger span:nth-child(3) {
  bottom: 0;
}

.modal-overlay-custom {
  backdrop-filter: blur(10px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.modal-block {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
  padding: 25px 25px 30px;
  border-radius: 16px;
  background: #fff;
  max-height: calc(100vh - 32px);
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 40rem;
}
.modal-block.video {
  max-width: unset;
}
.modal-block.video .modal-block__section {
  padding-right: 0;
}
.modal-block__head {
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-block__head h3 {
  font-size: 24px;
  font-weight: 600;
  color: #FF0017;
  margin: 0;
  line-height: 1;
}
.modal-block__close {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  overflow-y: hidden;
}
.modal-block__close::after, .modal-block__close::before {
  content: "";
  height: 2px;
  width: 24px;
  background-color: #FF0017;
  position: absolute;
}
.modal-block__close::before {
  transform: rotate(45deg);
}
.modal-block__close::after {
  transform: rotate(-45deg);
}
.modal-block__content {
  overflow-y: auto;
  position: relative;
  max-height: calc(100vh - 64px);
}
.modal-block__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem;
}
.modal-block p {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.authform .popup-auth {
  padding: 0;
}

.authform .bx-system-auth-form table {
  width: 100%;
}

.content {
  padding-bottom: 4rem;
}
.content__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.content__nav div {
  padding: 1.125rem 2.125rem;
  background: #fff;
  gap: 1.75rem;
  border-radius: 1.25rem;
  box-shadow: 0px 21px 44px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.2s ease;
}
.content__nav div p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.content__nav div img {
  width: 3.75rem;
}
.content__nav a {
  color: #2C364B;
  border-radius: 1.25rem;
  transition: all 0.2s ease;
}
.content__nav a.active, .content__nav a:hover {
  text-decoration: none;
}
.content__nav a.active p, .content__nav a:hover p {
  color: #fff;
}
.content__nav a.active div, .content__nav a:hover div {
  background: #FF8509;
}
.content__container-btn {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content__container-btn .btn {
  font-size: 18px;
  padding: 10px 40px 10px 40px;
  background-color: #88c5fc;
  color: white;
  border-radius: 15px;
  transition: all 0.2s ease;
}
.content__container-btn .btn:hover {
  background-color: #57A1EA;
}
.content__container-btn .btn.disabled {
  background-color: #b9dafa;
  pointer-events: none;
}
.content__container-btn .btn.active {
  background-color: #57A1EA;
  pointer-events: none;
}
.content .image-container {
  margin-top: 20px;
  text-align: center;
}
.content .image-container img {
  width: 100%;
  height: auto;
}
.content__game {
  padding-top: 6rem;
}
.content__section {
  padding-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(30px, 32rem));
  gap: 2rem;
}
.content__section a {
  color: unset;
  transition: all 0.2s ease;
}
.content__section a:hover {
  color: unset;
  text-decoration: none;
}
.content__section a:hover > div {
  background: rgba(189, 189, 189, 0.4);
}
.content__section a:hover > div p {
  color: #000;
}
.content__section img {
  width: 100%;
}
.content__trans {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  transition: all 0.2s ease;
  height: 100%;
  padding-bottom: 1rem;
  border-radius: 0.75rem;
}
.content__trans img {
  max-height: 19.375rem;
}
.content__trans p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
  margin-left: 1rem;
}
.content__time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FF0017;
  border-radius: 0.75rem;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content__time img {
  width: 1.25rem;
}
.content__time span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.content__lines {
  display: flex;
  width: 100%;
  height: 36px;
  margin-top: 3rem;
  background-image: url("./assets/media/lines.svg");
  background-size: contain;
  background-repeat: repeat-x;
}

.trans {
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.trans__time {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.trans__time span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  color: #FF0017;
}
.trans h2, .trans h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  margin: 0;
}
.trans h3 {
  font-size: 1.25rem;
}
.trans p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin: 0;
}

.notificator {
  position: fixed;
  z-index: 200;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  top: -100px;
}
.notificator div {
  box-shadow: 0px 0px 20px 0px rgb(176, 197, 222);
  background: #FF0017;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
}
.notificator div span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}
.notificator div img {
  width: 5rem;
}
.notificator.active {
  animation: myAnim 3s ease 0s 1 normal forwards;
}
@keyframes myAnim {
  0% {
    top: -100px;
  }
  10% {
    top: 8rem;
  }
  90% {
    top: 8rem;
  }
  100% {
    top: -100px;
  }
}

.video {
  max-width: 90vw;
  max-height: 51vw;
  width: 66rem;
  height: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.video__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.comments_list {
  max-height: 50vh;
  overflow-y: auto;
}

.not-auth {
  width: 100%;
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 21px 44px 0px rgba(0, 0, 0, 0.2509803922);
  margin-top: 2rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.not-auth p {
  font-size: 2rem;
  text-align: center;
  color: #FF8509;
  margin: 0;
  font-weight: 700;
}

.auth-modal, .not-auth a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  margin-bottom: 0;
  padding: 0.3rem 1.75rem;
  border-radius: 10rem;
  transition: all 0.2s ease;
  width: 8.5rem;
  text-align: center;
  background: #BDBDBD;
}
.auth-modal:hover, .not-auth a:hover {
  color: #fff;
  background: #BDBDBD;
  text-decoration: none;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1540px) {
  .page__logo {
    width: 35rem;
  }
}
@media (max-width: 992px) {
  .content__section {
    grid-template-columns: 1fr;
  }
  .content__container-btn {
    grid-template-columns: repeat(3, 1fr);
  }
  .content__nav {
    gap: 1rem;
    grid-template-columns: auto auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page__logo {
    width: 100%;
  }
  .page__content {
    flex-direction: column;
  }
  .page__deco div:nth-child(3) {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 2.3px solid #9FA0A0;
  }
  .page__name span {
    font-size: 2.5rem;
    margin: 0 3.5rem 0 1rem;
  }
  .page__points span {
    font-size: 2rem;
    margin: 0 2rem 0 7rem;
  }
  .page__deco-2 {
    margin-top: -3.8rem;
  }
  .page__deco-2 div:nth-child(1) {
    width: 5.75rem;
    min-width: 5.75rem;
    height: 5.75rem;
  }
  .page__deco-2 div:nth-child(1) div {
    font-size: 2.5rem;
  }
  .page__deco-2 div:nth-child(2) {
    margin-top: 4.75rem;
    margin-left: -1.05rem;
  }
  .page__deco-2 div:nth-child(3) {
    margin-top: calc(4.75rem - 2px);
  }
  .side-trigger {
    display: flex;
  }
  .sidenav {
    display: flex;
  }
  .header__logs, .auth-modal, .not-auth a {
    font-size: 1.75rem !important;
    padding: 0.75rem 2rem !important;
    width: unset !important;
  }
  .trans__time span {
    font-size: 2rem;
  }
  .trans h2 {
    font-size: 2rem;
  }
  .trans h3 {
    font-size: 1.75rem;
  }
  .trans p {
    font-size: 1.5rem;
  }
  .content__section {
    grid-template-columns: 1fr;
  }
  .content__nav {
    gap: 1rem;
    grid-template-columns: auto auto;
    width: 100%;
  }
  .content__nav div {
    padding: 1rem;
    gap: 0.5rem;
  }
  .content__nav div p {
    font-size: 2rem;
  }
  .content__trans p {
    font-size: 2rem;
  }
  .content__trans img {
    max-height: unset;
    width: 100%;
    height: 100%;
  }
  .content__time {
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .content__time span {
    font-size: 2rem;
  }
  .content__time img {
    width: 3rem;
  }
  .notificator div span {
    font-size: 2rem;
  }
  .notificator div img {
    width: 3.5rem;
  }
}
@media (max-width: 576px) {
  .content__container-btn {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
