@font-face {
	font-family: 'BedrockC';
	src: url('fonts/BedrockC.eot');
	src: local('BedrockC'),
		url('fonts/BedrockC.eot?#iefix') format('embedded-opentype'),
		url('fonts/BedrockC.woff') format('woff'),
		url('fonts/BedrockC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html, body {
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh; /* Минимальная высота 100% видимой области */

}

body{
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-image: url("static/images/background.png");
    background-position: 30%;

}


video {
    display: block;
    margin-top: 10px;
    border-radius: 15px;
    border: 2px solid #63C7FF;
    object-fit: contain;
    width: 854px;
    height: 480px;
    background-color: #fff;
}

.blinking {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


h1{
    margin-top: 20px;
    font-size: 90px;
    font-family: 'BedrockC';
    font-weight: normal;
    font-style: normal;
    color: #0579BA    
}


.header {
    display: flex;
    height: 80px;
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; 
    box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.logo__img{
    height: 63px;
    width: 207px;
}

.header-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    justify-content: space-around;

}

.header-inner__logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;

}

.header-inner__logo .logo {
    margin-right: 22px;
}

.logo {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-info {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.block-info__info {
    display: flex;
    flex-direction: column;
}
.block-info__info-text {
    align-self: center;
    text-align: center;
}

.block-info_style-white .block-info__info-text {
    color: #0579BA;
}

/* Скрываем надпись "Парк детского и семейного отдыха "НЕЛЖА.РУ"" в хедере */
.block-info_style-white {
    display: none;
}

.button_buy-ticket {
    max-width: 270px;
    height: 50px;
}

.button.button_buy-ticket.mobile{
    display: none;
}



.button {
    max-width: 280px;
    height: 55px;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    background: #F35929;
    cursor: pointer;
    position: relative;
    margin-top: -8px;

}

.button__block {
    width: 67px;
    border-left: 2px dashed #fff;
    height: 42px;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button_buy-ticket:before {
    right: -6px;
}

.button_buy-ticket:after {
    left: -6px;
}
.button_buy-ticket:after, .button_buy-ticket:before {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #FFF;
    position: absolute;
    content: '';
}
*, :after, :before {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 400;

}

.button__text {
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 0 20px 0 20px;
}

.video-form-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.video-form {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;   
}

.form-button.create{
    cursor: pointer;
}


.form-label {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
}

.form-input {
    width: 320px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #0579BA;
}

.form-button {
    width: 320px;
    height: 60px;
    margin-top: 25px;
    font-size: 20px;
    border-radius: 10px;
    border: 0px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.form-button.create {
    background-color: #63C7FF;
    color: white;
}

.form-button.download {
    background-color: #63C7FF;
    color: white;
}


.share_form {
    margin-left: 50px;
    align-self: flex-end;
    padding-right: 50px;
    position: relative;
    text-align: center;
    caret-color: transparent;
    padding: 40px 20px 20px 20px;
    min-height: 150px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share_text {
    position: relative; 
    font-size: 22px;
    margin-bottom: 15px;
    z-index: 1;
    color: #0579BA;
}

.share_img img {
    max-height: 50px;
    max-width: 50px;
}

.share_img {
    position: relative;
    z-index: 1;
}












.footer {
    position: relative;
    width: 100%;
    background: #0579BA;
    border-top: 1px dashed #FFF;
    border-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: auto;
}


.footer-nav__content {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.footer-nav__content-info {
    padding-left: 45px;
    padding-top: 35px;
    width: 100%;
    display: flex;

    justify-content: space-around;
    
}
.policy {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}

.logo_footer{
    margin-bottom: 28px;
}

.policy__link {
    opacity: 1;
    font-size: 14px;
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.policy__link:hover {
    color: #fff;
}

.policy__link:active {
    color: #fff;
}

.block-info.block-info_style-phone-footer {
    margin-top: 14px
}

.block-info__info-text{
    text-decoration: none;
    color: #fff;
    margin-left: 5px;
    margin-top: 5px
}
.block-info__info-text:hover {
    color: #fff;
}

.block-info__info-text:active {
    color: #fff;
}

.block-info__info-text.no-hover:hover,
.block-info__info-text.no-hover:active {
    color: #fff;
}

.block-info.block-info_style-footer{
    margin-top: 2px;
    margin-left: 5px;
}

.block-info__icon-geo{
    margin-top: 10px;
}

/* Иконки в футере - делаем цвет #F35929 */
.footer .block-info__icon-tel,
.footer .block-info__icon-geo {
    filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(4780%) hue-rotate(350deg) brightness(101%) contrast(95%);
}

.button_bulls-black:before {
    right: -6px;
    background-color: #0579BA;
}

.button_bulls-black:after {
    left: -6px;
    background-color: #0579BA;
}

.button.button_buy-ticket.button_bulls-black{
    margin-top: 0px;
}

.share_links.tg{
    margin-right: 20px;
}

.share_links.wa{
    margin-left: 20px;
}





.form-button.loading {
    animation: blinking 1s infinite;
}

@keyframes blinking {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.share_links.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.zarya{
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;

}

.zarya-text{
    text-decoration: none;
    color: #fff;
}




@media screen and (max-width: 1600px) {


    video {
        max-width: 50%;
        height: auto;
    }
    
    .video-form {
    padding-left: 50px;
}
}

@media screen and (max-width: 1200px) {
    .button.button_buy-ticket.desktop{
        display: none;
        margin-top: 50px;

    }

    .button.button_buy-ticket.mobile{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mob_button{
        margin-top: 50px;
    }

    .header {
        display: flex;
        height: 120px;
        background: #FFF;
        padding-left: 25px;
        padding-right: 15px;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px; 
        box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.2);
        width: 100%;
    }

    .button_buy-ticket {
        max-width: 270px;
        height: 60px;
    }
    
    .video-form-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .video-form {
        order: 2;
        padding-left: 0px;
    }

    video {
        order: 1;
        max-width: 90%;
        height: auto;
        object-fit: contain;
    }

    .share_form {
        order: 3;
        margin-bottom: 20px;
    }

    
    h1{
        margin-top: 20px;
        font-size: 40px;
    }

    .video-form{
        margin-top: 25px;
        margin-bottom: 25px;
        margin-right: 0px;

    }

    .share_form{
        margin-left: 0;
        align-self: center;
        padding-right: 0;
        min-width: auto;
        width: 100%;
        max-width: 400px;
        padding-right: 0;
    }

    .block-info.block-info_style-phone-footer,
    .block-info.block-info_style-footer,
    .button.button_buy-ticket.button_bulls-black{
        display: none;
    }


    .footer-nav__content-info {
        padding-left: 0;
        padding-top: 0;
    }

    .policy{
        margin-left: 15px;
        padding-top: 0;
        margin-top: 15px;
    }

    .logo__img{
        margin-right: 15px;
        margin-top: 24px;
    }

    
}

/* Canvas для анимации снежинок */
#snowCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}