
@font-face {
    font-family: 'Regular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.btn {
    font-family: Regular;
    background: #FA202C;
    position: absolute;
    width: 496px;
    height: 132px;
    color: #fff;
    left:0;
    right:0;
    top: 522px;
    margin:auto;
    line-height:132px;
    text-align:center;
    text-decoration:none;
    font-style: normal;
    font-weight: normal;
    font-size: 36px

}
.container {
    width: 1920px;
    height: 1080px;
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.invisible {
    display: none;
}
.visible {
    display: block;
}
.survey {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url('../img/imag2.jpg');
    background-repeat: repeat-x;
    background-position: 50%;
}

iframe.surveylink {
    width: 1195px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
}

div#start {
    height: 100%;
    z-index: inherit;
    width: 100%;
    position: absolute;
}

.video {
    width: 1144px;
    height: 1080px;
    background: url('../img/VIEWPOINT.jpg');
    left: 0;
    background-size: cover;
    padding: 0;
    margin: 0;
    position: absolute;
}

body {
    margin: 0;
    padding: 0;
    max-width: 1920px;
    max-height: 1080px;
    overflow: hidden;
}

.sidebar {
    height: 1080px;
    width: 776px;
    background: url('../img/imag2.jpg') 50%;
    background-size: cover;
    right: 0;
    margin: auto;
    position: absolute;
}

.logo {
    width: 510px;
    height: 89px;
    background: url('../img/Group.png') no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 358px;
}

.sidebar {}

a {
    background: #FA202C;
}