body {
    font-family: 'Unbounded', cursive;
    overflow-x: hidden;
    background-color: #000000;
    overflow-x: hidden !important;
}
.wrapper {
    position: relative;
    background-color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 414px;
    padding: 40px 30px 40px;
    color: #FFFFFF;
}

:root {
    --color-btn: #FFD600;
    --color-btn-second: #f28b1600;
    --color-btn-animation: 255, 214, 0; /*Цвет --color-btn*/
    --color-btn-hover: #E9C400;
}

.shapka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.veb-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 130%;
}

.veb-data {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
    color: #FFD600;
}

.veb-data_time {
    font-size: 10px;
    color: white;
}

.text-red {
    color: #E2000F;
}

.interval {
    height: 399px;
}

.h1-podzagolovok {
    text-shadow: 0px 1px 0px #E2000F;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.veb-timer {
    text-align: center;
}

/*CSS Timer*/

.veb-timer_block {
    z-index: 9;
}
.timer {
    margin-top: 10px;
}
.timer__items {
    display: flex;
    font-size: 40px;
    font-weight: 700;
    justify-content: center;
    font-family: 'Montserrat';
}

.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
    text-align: center;
    filter: drop-shadow(0px 1px 0px #E2000F);
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
}

.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -16px;
}

.timer-text {
    color: #FFD600;
    text-shadow: 0px 1px 0px #E2000F;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.veb-timer {
    padding: 20px 20px 50px;
    margin-top: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 283px;
    margin: 0 auto;
}

.primary-btn {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #141414;
    background-color: var(--color-btn);
    padding: 30px 10px;
    border-radius: 15px;
    transition: 0.3s;
    animation: radial-pulse 2s infinite;
}
.primary-btn-margin {
    margin-top: -40px;
}
@keyframes radial-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(var(--color-btn-animation), 0.5);
    }
  
    100% {
      box-shadow: 0 0 0 40px rgba(var(--color-btn-animation), 0);
    }
}

.primary-btn:hover {
    background-color: var(--color-btn-hover);
}

.first-block {
    background-image: url(https://taplink.shmakovv.ru/strimer/img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h2-zag {
    text-shadow: 0px 2px 0px #E2000F;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 130%;
}


.list-item {
    display: flex;
    justify-content: center;
}

.list-items {
    text-align: center;
    flex-basis: 153px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
}

.text-yellow {
    color: #E9C400;
    font-weight: 700;
}

.last-block {
    background-image: url(https://taplink.shmakovv.ru/strimer/img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-block {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 30px
}

.footer-block_item {
    flex-basis: 33%;
    text-align: center;
    margin-top: -25px;
}

.label-liveme>div {
    text-transform: uppercase;
    color: #3C3C3C;
    font-size: 10px;
    font-weight: 700;
}

.label-liveme>span {
    color: #3C3C3C;
    font-size: 8px;
    font-weight: 400;
}

.label-liveme {
    text-align: left;
    line-height: 100%;
}

.footer-block_item>a {
    text-decoration: none;
    color: #3C3C3C;
    font-size: 12px;
}

.footer-block_item>a>svg {
    margin-right: 5px;
}

.insta-link {
    display: flex;
    align-items: center;
}




/* Taplink style*/
.page-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}