* {
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
    font-family: Roboto;
    font-size: 12px;
}

.headers {
	background: url(../kontent/img/ekran.png) center no-repeat;
	background-size: cover;
	width: 100%;
    height: 103%;
    z-index: 1;
}
.bgvideo video {
    display: none;
}
    .bgvideo {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: start;
}
.zatemnenie
        {
            width: 100%;
            height: 103%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            z-index: 2;
            background-color: #000000b2;  
    }
    .text-video {
        z-index: 3;
        color: #fff;      
    }
    .deskript {
        font-style: italic; 
       font: bold;
       color: #29f33a;
       margin: 1cqw;
       font-size: 1rem;
       }

  

  
.utp {
    margin: 3vw;
} 
.utp h1 {
    font-size: 1.5rem;
}

   
    .preview-block__btn {
        max-width: 350px;
        margin-top: 30px;
                }
     
        .custom-btn {
         display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 58px;
        padding-top: 2px;
        border: none;
        border-bottom: 2px solid #05a110;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        overflow: hidden;
        background: #29f33a;
        -webkit-transition: ease 0.3s;
        transition: ease 0.3s;
        border-radius: 5px;
    }
    .custom-btn:after {
        content: "";
        display: block;
        width: 30px;
        height: 300px;
        margin-left: 60px;
        background: #fff;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0.05s;
        animation-delay: 0.05s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
     
    @-webkit-keyframes slideme {
        0% { left: -30px; margin-left: 0px; }
        30% { left: 110%; margin-left: 80px; }
        100% { left: 110%; margin-left: 80px; } 
    }
    .preview-block__btn input[type=submit] {
        color: #fff;
        font-size: calc(12px + (22 - 12) * ((100vw - 426px) / (1366 - 426)));
        font-weight: bold;
        background-color: transparent;
     }
     footer {
            margin-top: 15vh;
        }
    input[type=checkbox] {
        margin-top: 0,1vw;
    }
    .otbivka {
        margin-top: 5vh; 
        margin-left: 6vw;  
    }
            
    input[type=submit]:hover {
        opacity: 0.8;
    }
.kursiv {
font-style: italic;
font-size: 12px;
}


     input[type="text"] {
padding: 12px;
margin: 2vw 0;
box-sizing: border-box;
border: 12px 30vw; solid #ffffff;
border-radius: 4px;
width: 30vw;
     } 
