html {
    box-sizing: border-box;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

button {
    appearance: none;
    -webkit-appearance: none;
    /* Для поддержки вебкит-браузеров (Chrome, Safari) */
    -moz-appearance: none;
    /* Для поддержки браузера Firefox */
    /* Другие свойства, которые вы можете добавить по желанию */
    border: none;
    /* Удалить границы */
    background: none;
    /* Удалить фон */
    /* Дополнительные стили по вашему усмотрению */
    cursor: pointer;
}

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

.blok1 {
    background-image: url(../images/tg-day.jpg);
    background-size: cover;
    /* або 'contain' в залежності від потреб */
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center center;
}

.blok1 {
    height: 100vh;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}



.header > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.header > div > img{
    max-width: 34px;
}


.tg_header-btn {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    background-color: #1C93E3;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 16px;
    height: 34px;
    border-radius: 17px;
    text-align: center;
    transition: all .15s ease .15s;
    margin-right: 20px;
    margin-bottom: 3px;
}

.tg_logo {
    margin-left: 20px;
}

.opacity-50 {
    opacity: 0.5;
}

.blok1-wrapper {
    text-align: center;
    position: relative;
    margin: auto;
    max-width: 400px;
    padding: 32px 16px;
  
    border-radius: 16px;
    transition: all .15s ease .15s;
    background-color: #fff;
    top: 100px;
}

.logo_kanal img {
    width: 122px;
    height: 122px;
    border-radius: 61px;
}

.logo_kanal {
    padding-bottom: 16px;

}
.tg_logo{
display: flex;
align-items: center;
color: #fff;
}
.tg_logo h3{
padding-left: 10px;
letter-spacing: 1px;
font-size: 20px;
font-weight: 500;
    }
    .flag{
        width: 30px;
        height: 20px; 
    }
.title_kanal {
   justify-content: center;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
    display: flex;

}
.title_kanal span{
padding: 2px 6px 0px;
}

.members {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 6px 16px 0;
    color: #7d7f81;
}

.link_kanal a {

    color: #3ca1eb;
    text-decoration: none;
}

.link_kanal {
    margin-top: 10px;
}

.text1_kanal {
    margin-bottom: 30px;
    margin-top: 8px;
}

.text2_kanal {
    margin-bottom: 15px;
}
.text22_kanal{
    padding-bottom: 15px;
}
.text1_kanal{
    color: #ffffff;
}
.text2_kanal{
    color: #ffffff;
}
.day{
    color: #000000;
}
.btn_join{
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    background-color: #1C93E3;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 24px;
    height: 42px;
    border-radius: 22px;
    text-align: center;
    transition: all .15s ease .15s;
    margin-bottom: 3px; 
}


@keyframes gradientAnimation {

    0%,
    100% {
        background-position: 0% 100%;
    }

    50% {
        background-position: 100% 50%;
    }
}
.btn_join:hover{
    opacity: 0.9;
}
@media (max-width: 435px){
    .blok1-wrapper {
        max-width: 375px;
    }

}
@media (max-width: 400px){
    .blok1-wrapper {
        max-width: 340px;
    }

}
@media (max-width: 380px){
    .blok1-wrapper {
        max-width: 320px;
    }  
}
.available {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #0088cc;
    text-align: center;
  }
  button.btn_join {
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(0, 0, 0,.5);
  }
  @keyframes play_up {
    0% {
      -webkit-box-shadow: 0 0 rgba(0,163,182,.6);
      -moz-box-shadow: 0 0 rgba(0,163,182,.6);
      box-shadow: 0 0 rgba(0,163,182,.6);
      transform: scale(1);
    }
    to {
      -webkit-box-shadow: 0 0 0 20px rgba(0,163,182,0);
      -moz-box-shadow: 0 0 0 20px rgba(0,163,182,0);
      box-shadow: 0 0 0 20px rgba(0,163,182,0);
      transform: scale(1.1);
    }   
  }
  
  @keyframes play_down {
    0% {
      -webkit-box-shadow: 0 0 rgba(206, 204, 204, 0);
      -moz-box-shadow: 0 0 rgba(206, 204, 204, 0);
      box-shadow: 0 0 rgba(206, 204, 204, 0); 
      transform: scale(1);
    }
    50% {
      transform: scale(1.1); 
    }
    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(206, 204, 204, 0);
      -moz-box-shadow: 0 0 0 20px rgba(206, 204, 204, 0);
      box-shadow: 0 0 0 20px rgba(206, 204, 204, 0); 
      transform: scale(1); 
    }
  }
