html, body{
    margin: 0; 
    padding: 0;
    background: #8ce8f9 ;
    font-family: Tahoma;
    box-sizing: border-box;
    background: url('../img/background-3.jpg');
    background-size: cover;
}
.row {
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.wrapper {
    /*background: url('../img/background-2.jpg') no-repeat center top;*/
    background-size: cover;
    height: 992px;
}
.container {
    width: 990px;
    display: table;
    padding: 7px 15px;
    margin: 0 auto;
}
.container-fluid {
    padding: 4px 15px;
    display: table;
}
.text-col {}
.text_sponsor {
    color: #fff;
    font-size: 18px;
}
.text_globalname {
    color: #fff;
    text-transform: uppercase;
    font-size: 58px;
    background: url('../img/logo.png') no-repeat left top;
    padding-top: 30px;
    padding-left: 130px;
    width: 672px;
    height: 142px;
    margin-left: -60px;
    margin-bottom: 0;
    
}
.text_globaldescription {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
}
.row-control {
    width: 100%;
    margin-bottom: 19px;
    padding-left: 13px;
}
.row-control label {
    font-weight: bold;
    font-size: 12px;
    color: #606060;
    display: block;
    float: left;
    width: 70px;
    padding: 5px;
}
.row-control .form-controll {
    width: 248px;
    height: 32px;
    border-radius: 8px;
    font-size: 20px;
    padding-left: 12px;
    padding-right: 12px;
}
.orange-big-button {
    background: #f69739;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    height: 56px;
    width: 355px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #f69739;
    cursor: pointer;
}
.orange-big-button:hover {
    background: #F68420;
}
.form-note {
    color: #2e3b90;
    font-size: 13px;
}
.text-gray-17 {
    color: #606060;
    font-size: 17px;
}
.future {
    list-style: none;
}
.future li {
    margin-top: 15px;
    margin-bottom: 15px;
    background: url('../img/plus2.png') no-repeat left center;
    padding-left: 38px;
}
.content-left-col {
    width: 400px;
    float: left;
}
.logo {
    float: right;
    position: relative;
    top: -209px;
    right: 171px;
}
.video-collection {
    display: table;
    width: 30%;
    margin: 15px;
    float: left;
}
.video-collection .orange-big-button {
    width: 100%;
    height: 30px;
    line-height: 28px;
    font-weight: normal; 
    letter-spacing: 0.1em; 
    font-size: 18px;
}