@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');
@font-face {
    font-family: 'Montserrat Bold';
    src: url('../font/montserrat-bold-webfont.eot');
    src: url('../font/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/montserrat-bold-webfont.woff2') format('woff2'),
    url('../font/montserrat-bold-webfont.woff') format('woff'),
    url('../font/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*@import 'bootstrap.min.css';*/

*, ::after, ::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #333333;
    color: #000000;
    font-size: 24px;
    font-size: 1.75vw;
}
html, body{height: 100%;}
strong, b{font-weight: 700;}
img {max-width: 100%;}

h1{
    font-weight: 400;
    font-size: 60px;
    font-size: 3vw;
    margin-top: 2vw;
    margin-bottom: 2.7vw;
}
h2{
    font-size: 36px;
    font-size: 2.6vw;
    color: #00B194;
    font-weight: 300;
}
h3{
    font-size: 36px;
    font-size: 1.4vw;
    letter-spacing: 0.05vw;
    color: #a80533;
    font-weight: 300;
}
h3::after{
    padding-bottom: 2vw;
    width: 6vw;
    display: block;
    text-align: center;
    content: '';
    border-bottom: 0.2vw solid #7f7f7f;
    margin: auto;
}
p{
    margin-bottom: 1vw;
}
footer a{
    color: #a80533;
}
.wrapper{
    max-width: 3840px;
    margin: auto;
    min-height: calc(100% - 8.5vw);
    background-color: #ffffff;
}
.bold{
    font-weight: 700;
}
.montserrat{
    font-family: 'Montserrat Bold', sans-serif;
}
.logo{
    width: 20vw;
}
.header-phone-logo{
    width: 24vw;
}
.header-row{
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3.7%;
    padding: 1.7% 5.5%;
    position: relative;
    word-spacing: -0.3em;
}
.header-phone{
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 46vw);
    display: inline-block;
    vertical-align: top;
    text-align: right;
    position: relative;
    padding-top: 2vw;
    padding-right: 4vw;
}
.header-holder{
    background-color: #fff;
}
.header-row-content{
    height: 100%;
    position: relative;
    display: inline-block;
    width: 46vw;
    word-spacing: normal;
}
.form-row{
    padding: 3.3vw calc(3.7vw + 5.5vw);
    background-color: #ffffff;
    word-spacing: -0.3em;
}
.form-row > *{
    word-spacing: normal;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
}
.form-row-description{
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 4vw;
}


.email-input{
    border: 2px solid #c3c3c3;
    border-radius:  100px;
    height: 4.4vw;
    /*text-align: center;*/
    color: #000;
    width: 23vw;
    padding: 0.07vw 3vw;
    display: inline-block;
}
.email-input::placeholder{
    color: #bfbfbf;
    font-size: 22px;
    font-size: 1.6vw;
    text-align: center;
    opacity: 1;
}
.email-form .form-group{
    display: inline-block;
    width: auto;
}
.email-form{
    margin-top: 1.7vw;
}
.uni-first-from-btn{
    vertical-align: top;
    background-color: #00B194;
    padding: 0.07vw 3vw;
    border: 2px solid #00B194;
    border-radius:  100px;
    /*height: 4.4vw;*/
    /*margin-left: 1.7vw;*/
    color: #ffffff;
}
.email-form .uni-first-from-btn{
    height: 4.4vw;
    width: 23vw;
}
.uni-first-from-btn:hover{
    background-color: #71c1e3;
    border: 2px solid #71c1e3;
}
.help-block{
    text-align: center;
}
footer{
    color: #333333;
    text-align: center;
    background-color: #fff;
    padding: 1.5vw;
}
.app-stores{
    margin-top: 2vw;
}
/*.download-apple{*/
/*    margin-left: 1vw;*/
/*}*/
.download-button{
    display: inline-block;
}
.download-button img{
    width: 14.5vw;
}
.special-index-title{
    font-size: 2.2vw;
    color: #333;
    margin-bottom: 2vw;
}
.break-email-iphone7{
    display: none;
}
footer p{
    color: #7f7f7f;
}
.popup-holder{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 9;
}
.popup{
    width: 900px;
    text-align: center;
    top: 40%;
    left: 50%;
    z-index: 10;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 90vw;
}
.popup h2{
    font-size: 54px;
}
.popup p{
    font-size: 32px;
}
.popup form{
    font-size: 25px;
}
.access-input, .access-submit{
    width: 60%;
    margin: 15px 0;
}
.access-input{
    color: #333;
}
.qr-codes{
    display: flex;
    justify-content: space-between;
}
.qr-code-block{
    margin-bottom: 30px;
    display: inline-block;
}