@import url(../css?family=Roboto+Condensed:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);

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

}

body {
    font-size: 16px;
}

body * {
    box-sizing: border-box;
}

.top-banner {
    background: #b00;
    border-bottom: 2px #fff solid;
    padding: 10px;
    position: relative;
}

.banner-close {
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-touch-callout: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;

    vertical-align: top;
    width: 20px
}

.banner-close::after,
.banner-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center
}

.banner-close::before {
    height: 2px;
    width: 50%
}

.banner-close::after {
    height: 50%;
    width: 2px
}

.top-banner>div {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-banner_text {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
    line-height: 1.1;
}

.top-banner_text>span {
    color: yellow;
    letter-spacing: 4px;
}

.top-btn {
    background: #ffe08a;
    cursor: pointer;
    color: #0058b6;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
}

.container,
.footer {
    background: #0d98b8;
    background: -moz-radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
    background: -webkit-radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
    background: radial-gradient(circle, #0d98b8 41%, #0d3ab8 100%);
}

.footer {
    height: 15px;
}

.leaves {
    background: url(../img/leaves-test.png) center top no-repeat;
    background-size: 100%;
}

.page-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 10px;
}

h1 {
    margin: 0 0 20px;
    font-size: 46px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
    letter-spacing: -.08vw;
    color: #fff;
    line-height: 1.1;
}

.video-container-top {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.muted-btn {
    position: absolute;
    width: calc(50.6242% - 40px);
    height: calc(90% - 40px);
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    z-index: 3;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 9%;
}

.video-container {
    position: relative;
    border: 4px #79dbf2 solid
}

.AutoPlayBox__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}
.AutoPlayBox__box .AutoPlayBox__icon {
    display: block;
    height: auto;
    width: 25%;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

#videoButton {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 12px;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-decoration: none;
    
}

#videoButton.visible {
    opacity: 1;
    z-index: 2;
}

.hidden {
    display: none;
}

.mob-vis {
    display: none;
}

#top-timer {
    background: #000;
    display: inline-block;
    color: yellow;
    padding: 2px 4px;
}

.img-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.img-block img {
    flex: 0 0 auto;
    width: 20%;
    max-width: 150px;
}

.comm-ttl {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.comm-block {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    gap: 15px;
}

.comm-block p {
    margin: 0 0 2px;
}

.add-links {
    font-size: 13px;
    color: gray;
}

img.ava-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 0;
}

.yellow-button-cta {
    background: #fffd00;
    border: 6px solid #007f9c;
    padding: 10px 20px;
    text-align: center;
    font-size: 30px;
    border-radius: 12px;
    margin: 30px 0 10px;
    color: #0055c2;
    display: inline-block;
    cursor: pointer;
}

.pulsing {
    transform: scale(1);
    animation: pulsing 1s infinite;
    -webkit-animation: pulsing 1s infinite;
}




@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}



@keyframes scale {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    100% {
        box-shadow: 0 0 0 10px transparent
    }

}
.videoopacity.show {
    display: block;
}
.videoopacity {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008f;
    z-index: 1;
} 

#videoButton.scale-btn {
    background: green;
    transform: scale(2)!important;
    -webkit-transform: scale(2)!important;
    -moz-transform: scale(2)!important;
    -ms-transform: scale(2)!important;
    -o-transform: scale(2)!important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    width: 100%;
    bottom: 46%;
    transition: all;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
}

#videoButton.blinking {
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
      opacity: 1; /* В начале и в конце анимации кнопка полностью видима */
    }
    50% {
      opacity: 0.4; /* В середине анимации кнопка становится полупрозрачной */
    }
  }

@media screen and (max-width:640px) {
    .top-banner>div {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    h1 {
        font-size: 30px;
    }

    .top-banner_text {
        font-size: 18px;
    }

    .top-btn {
        font-size: 20px;
        white-space: nowrap;
    }

    .mob-vis {
        display: block;
    }

    .desk-vis {
        display: none;
    }

    #videoButton {
        font-size: 18px;
        white-space: nowrap;
    }

    .yellow-button-cta {
        font-size: 22px;
    }
    .muted-btn {
        width: 70%;
        height: 70%;
    }
    .ScalableText__scalable-text {
        font-size: 30px!important;
    }
    #videoButton.scale-btn {
        transform: scale(1)!important;
        -webkit-transform: scale(1)!important;
        -moz-transform: scale(1)!important;
        -ms-transform: scale(1)!important;
        -o-transform: scale(1)!important;
        width: 90%;
        white-space: normal;
        font-size: 34px;
        text-align: center;
    }
}