* {
  margin: 0px;
  padding: 0px;
}
/* Raleway 400 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url('../fonts/Raleway-400.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/* Raleway 600 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('../fonts/Raleway-600.ttf') format('truetype');
  /* Safari, Android, iOS */
}
/* Raleway 700 */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/Raleway-700.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@-webkit-keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide-in {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.side-menu {
  z-index: 100;
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-size: cover;
  background-color: #000;
}
.side-menu__slide_in {
  -webkit-animation: slide-in 1.1s forwards;
  animation: slide-in 1.1s forwards;
}
.side-menu__slide_out {
  -webkit-animation: slide-out 1.1s forwards;
  animation: slide-out 1.1s forwards;
}


.side-menu__toggle-button {
  position: fixed;
  top: 35px;
  left: 16px;
  z-index: 200;
  cursor: pointer;
  border-radius: 50%;
}

.side-menu__toggle-button_open {
  width: 50px;
  height: 50px;
  background: url("../img/bask_menu.png") !important;
}

.side-menu__toggle-button_closed {
  width: 50px;
  height: 50px;
}

.side-menu__toggle-button-white {
  background: url("../img/menu_gam.png");
}

.side-menu__toggle-button-black {
  background: url("../img/menu_gam.png");
}





.side-menu__channels {
  display: block;
  text-align: center;
  list-style: none;
  margin-top: 60px;
  padding: 0;
}
.side-menu__channels-item {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 4px;
  color: #fff;
}
.side-menu__channels-item a {
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.side-menu__channels-item a:hover {
  color: #6c6c6c;
}
.side-menu__channels-item_active a {
  color:;
}
.side-menu__app {
  text-transform: none;
  letter-spacing: 1px;
  margin-top: 60px;
  text-align: center; /* Center the text horizontally */
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
}

.side-menu__app div {
  margin-top: 14px;
}

.side-menu__app_muted {
  color: #919191;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.support-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  background-color: gray;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  
}

.support-gif {
  position: absolute;
  left: -40px; /* Измените значение по вашему усмотрению */
  top: 50%; /* Измените значение по вашему усмотрению */
  transform: translateY(-50%);
  width: 30px; /* Измените размер в соответствии с требованиями */
  height: 30px; /* Измените размер в соответствии с требованиями */
}

.support-button:hover {
  animation: pulse 1s infinite;
  background-color: #fc2847;
  color: black;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

.side-menu__app a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  transition: 0.5s;
  display: inline-block; /* Change to inline-block */
  text-align: left; /* Align the links to the left side */
  margin-left: 30%; /* Add margin-left: auto to center the links horizontally */
  margin-right: 20%; /* Add margin-right: auto to center the links horizontally */
}
.side-menu__container {
  display: flex;
  justify-content: center;
}

.side-menu__content {
  display: flex;
  align-items: center;
  max-width: 920px; /* Измените максимальную ширину в соответствии с вашими требованиями */
  width: 100%;
}

.side-menu__icon {
  width: 60px; /* Измените размер в соответствии с вашими требованиями */
  height: 60px; /* Измените размер в соответствии с вашими требованиями */
  margin-right: 10px; /* Измените отступ в соответствии с вашими требованиями */
}

.side-menu__text {
  text-align: left;
  flex-grow: 1;
  font-size: 14px; /* Измените размер текста в соответствии с вашими требованиями */
}

@media screen and (max-width: 768px) {
  .side-menu__content {
    display: flex;
    align-items: center;
    max-width: 600px; /* Измените максимальную ширину в соответствии с вашими требованиями */
    width: 100%;
  }
  
  .side-menu__text {
    flex-basis: 100%; /* Установите ширину текста на 100%, чтобы занимал всю доступную ширину */
    font-size: 10px; /* Измените размер текста на мобильных устройствах */
    margin-left: 0; /* Удалите отрицательный отступ для мобильных устройств */
  }
}

.side-menu__app a:hover {
  color:;
}
.side-menu__social {
  display: block;
  list-style: none;
  padding: 0;
  text-align: center;
}
.side-menu__social-icon {
  display: block;
  width: 35px;
  height: 35px;
  transition: 0.5s;
}
.side-menu__social-icon_vk {
  background: url("../img/vk_icon.svg");
}
.side-menu__social-icon_tw {
  background: url("../img/icons.png") -100px -250px;
}
.side-menu__social-icon_fb {
  background: url("../img/icons.png") -50px -250px;
}
.side-menu__social-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #08e6e9;
}
.side-menu__social-item {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 4px;
  color: #fff;
}
.side-menu__social-item:first-child {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-top: 80px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #919191;
}
.side-menu__social-item a {
  text-decoration: none;
  margin-left: 20px;
}

.side-menu__about {
  display: block;
  list-style: none;
  padding: 0;
  margin: 20px auto 60px;
  text-align: center;
  width: 90%;
}
.side-menu__about-item {
  position: relative;
  display: inline;
  white-space: nowrap;
  padding: 0 6px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
.side-menu__about-item a {
  text-decoration: none;
  color: #bebebe;
  white-space: nowrap;
}
.side-menu__about-item a:hover {
  color:;
}
.fast-menu {
  text-align: center;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 700;
  font-size: 14px;
  padding: 20px 0;
  opacity: 0;
  transition: 0.3s;
}
.fast-menu a {
  padding: 8px;
  color: #888;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.3s;
}
.fast-menu a:hover {
  color: #000;
}
.fast-menu span {
  color: #83a1f1;
  padding: 8px;
  letter-spacing: 2px;
}
.fast_black a:hover {
  color: #fff;
}
.fast-menu-container {
  width: 600px;
  height: 240px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.fast-menu-container-two {
  width: 100%;
  height: 140px;
}
.fast-menu-container:hover .fast-menu {
  opacity: 0.5;
}
.fast-menu-container-two:hover .fast-menu {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .fast-menu-container {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .fast-menu-container {
    width: 200px;
    top: -10px;
  }
  .fast-menu {
    display: none;
  }
}
.about {
  font-family: 'Open Sans', sans-serif;
}
.about-padding-container {
  height: 60px;
  display: none;
}
@media screen and (min-width: 901px) {
  .about-padding-container {
    display: block;
  }
}
.about-header {
  background-color: #000;
  width: 100%;
}
.about-header__content {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
}
@media screen and (min-width: 901px) {
  .about-header {
    position: fixed;
  }
}
.about-container {
  padding: 30px 0 80px;
}
.about-content {
  margin: auto;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
}
.about-content-title {
  font-size: 24px;
  margin: 40px 0 8px;
  line-height: 1.2;
}
.about-content a {
  color: #464646;
  border-bottom: 1px #c4c4c4 solid;
  text-decoration: none;
  margin-right: 14px;
}
.about-content a:hover {
  color: #395cbb;
  border-bottom: 1px #8fa9ee solid;
}
.about-smart {
  min-height: 100vh;
  padding: 60px 0;
  color: #fff;
  background: url("../img/brs_bg.jpg");
  background-size: cover;
}
.about-smart-content {
  max-width: 1000px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-smart-title {
  margin-top: 60px;
  font-size: 48px;
  font-weight: 300;
}
.about-smart-text {
  font-size: 18px;
  width: 60%;
  padding-right: 10%;
  font-weight: 300;
  padding-bottom: 60px;
}
.about-smart-text a {
  color: #95acea;
  text-decoration: none;
  transition: 0.3s;
}
.about-smart-text a:hover {
  color: #fff;
}
.about-smart-desc {
  margin-top: 40px;
}
.about-smart-prev {
  margin-top: 60px;
  width: 252px;
  height: 500px;
  background: url("../img/smart_prev_white.png") no-repeat;
  background-size: contain;
}
.about .bg_gray {
  background-color: #f3f3f3;
}
.about .bg_black {
  background-color: #000;
}
.about-logo a {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-family: 'Raleway', sans-serif;
}
.about-logo a:hover {
  color: #95acea;
}
.about-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.about-menu li {
  margin: 0 20px;
  color: #a9a9a9;
  list-style-type: none;
}
.about-menu a {
  padding: 20px 0;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.about-menu a:hover {
  color: #95acea;
}
.about-title {
  text-align: center;
  font-size: 36px;
  padding: 24px 5%;
  border-bottom: 1px solid #cfcfcf;
  font-family: 'Raleway', sans-serif;
}
.about-social {
  background-color: #2e323c;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-social a {
  font-size: 28px;
  margin: 20px 30px;
  padding: 10px;
  color: #fff;
  transition: 0.3s;
}
.about-social a:hover {
  color: #5d78c1;
}
.about-footer {
  background-color: #191b22;
  padding: 30px 0;
}
.about-footer__content {
  max-width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-footer__logo {
  padding: 10px 0 20px;
}
.about-footer__logo a {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-family: 'Raleway', sans-serif;
}
.about-footer__logo a:hover {
  color: #95acea;
}
.about-footer__copy {
  color: #fff;
  font-size: 12px;
  margin-bottom: 6px;
}
.about-footer__copy a {
  color: #fff;
  text-decoration: none;
}
.about-footer__mail {
  font-size: 13px;
  color: #fff;
}
.about-footer__mail a {
  color: #a9a9a9;
  text-decoration: none;
  transition: 0.3s;
  margin-right: 20px;
  padding: 6px 0;
  display: inline-block;
}
.about-footer__mail a:hover {
  color: #95acea;
}
.about-cover {
  width: 100%;
}
.about-cover img {
  width: 100%;
}
.more-button a {
  background-color: #5d78c1;
  color: #fff;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
}
.more-button a:hover {
  background-color: #fff;
  color: #5d78c1;
}
.donate-button a {
  background-color: #5d78c1;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}
.donate-button a:before {
  content: "\f08a";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 8px;
}
.donate-button a:hover {
  background-color: #fff;
  color: #5d78c1;
}
.donate-button-main a {
  position: absolute;
  top: 42px;
  right: 10px;
  color: #888;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  z-index: 20;
  transition: 0.5s;
}
.donate-button-main a:hover {
  color: #5d78c1;
}
.donate-button-main a:before {
  content: "\f08a";
  margin-right: 8px;
  font-family: FontAwesome;
  font-style: normal;
}
.donate-button-main a:hover span {
  display: inline-block;
}
.donate {
  font-size: 16px;
  padding: 30px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  border-radius: 12px;
  margin: auto;
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  .donate {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
.donate p {
  margin-bottom: 12px;
}
.donate a {
  color: #464646;
  border-bottom: 1px #c4c4c4 solid;
  text-decoration: none;
}
.donate a:hover {
  color: #395cbb;
  border-bottom: 1px #8fa9ee solid;
}
.donate-done {
  margin-top: 80px;
  text-align: center;
  font-family: Raleway;
}
.donate-done__title {
  font-size: 90px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
}
.donate-done__love {
  font-size: 36px;
  margin: 20px 0;
}
.donate-done__heart {
  font-family: FontAwesome;
  font-size: 60px;
  color: #fe0000;
}
.donate-done__descr {
  font-size: 12px;
  line-height: 1.3;
  color: #9e9e9e;
  margin: 40px 0 12px;
}
.donate-done__back {
  font-size: 16px;
}
.donate-done__back a {
  color: #5d78c1;
}
.donate-text {
  line-height: 1.8;
}
.donate-text .signature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #888888;
  font-size: 0.8rem;
}
.donate-text .signature .ava {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  margin: 1rem auto;
  transition: 0.3s;
}
.donate-text .signature .ava:hover {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}
.donate-transfer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}
.donate-transfer .date {
  width: 15%;
  color: #555555;
  font-size: 12px;
}
.donate-transfer .cash {
  width: 15%;
}
.donate-transfer .comment {
  width: 60%;
}
.donate-transfer_title {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .donate-transfer .date {
    width: 25%;
  }
  .donate-transfer .cash {
    width: 25%;
  }
  .donate-transfer .comment {
    width: 40%;
  }
}
.donate-bg {
  margin: -30px -30px 0;
}
.donate-bg .img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}
@media screen and (max-width: 640px) {
  .donate-bg .img {
    border-radius: 0;
  }
}
.covers img {
  width: 100%;
  margin: -5px 0;
}
@media screen and (max-width: 1200px) {
  .about-header__content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .about-menu li {
    margin: 0 10px;
  }
  .about-smart-content {
    width: 90%;
    padding: 0 5%;
  }
  .about-footer__content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (max-width: 900px) {
  .donate-button-main {
    display: none;
  }
  .donate-button {
    display: none;
  }
  .about-header__content {
    max-width: 90%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0;
  }
  .about-content {
    width: 90%;
    padding: 0 5%;
  }
  .about-smart-title {
    font-size: 30px;
  }
  .about-smart-text {
    font-size: 16px;
  }
  .about-smart-prev {
    width: 200px;
  }
  .about-menu {
    margin: 20px 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-menu a {
    padding: 6px 0;
  }
  .about-social {
    font-size: 14px;
  }
  .about-social a {
    font-size: 24px;
    margin: 10px 14px;
    padding: 5px;
  }
}
@media screen and (max-width: 640px) {
  .about-smart-prev {
    display: none;
  }
  .about-smart-text {
    width: 100%;
  }
  .about-footer__content {
    max-width: 90%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-footer .footer__app {
    margin-top: 20px;
  }
}

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