@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/gothampro/GothaProBol.otf") format("opentype");
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/gothampro/GothaProLig.otf") format("opentype");
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/gothampro/GothaProReg.otf") format("opentype");
}

@font-face {
    font-family: 'GothamPro';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/gothampro/GothaProMed.otf") format("opentype");
}

@font-face {
    font-family: 'PT-Sans';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ptsans/PTC55F.ttf") format("truetype");
}


* {
    margin: 0;
    padding: 0;
}


body {
    font-family: 'PT-Sans';
    font-size:14px;
    color: #90a4ae;
}

div, span{
    box-sizing: border-box;
}

.main-content{
    box-sizing: border-box;
    min-height: 700px;
    background-image: url("../images/mainpage-bg.png") ;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position:relative;
    padding-top:60px;
}

.container{
    width:937px;
    margin: auto;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
}


footer{
    font-size: 12px;
    padding-bottom: 45px;
    color: #0069d5;
    text-align: center;
}

.logo{
    height:41px;
    display: block;
    width: auto;
    margin-bottom: 78px;
}

.left-col{
    float: left;
}
.right-col{
    float: right;
}
.main-content .left-col{
    width:627px;
}

.main-content .right-col{
    width:270px;
}

h1,h2,h3,h4,h5,h6,
.days{
    font-family: "GothamPro";
    font-weight: 200;
    color:#ffffff;
}

h1{
    font-size: 40px;
    line-height: 1.2;
}

.days{
    font-size: 240px;
    border-bottom: solid 2px #0069d5;
    margin-bottom: 32px;
    position: relative;
}

.days .label{
    font-size: 12px;
    color:#90a4ae;
    font-family: "PT-Sans";
    font-weight: normal;
    position: absolute;
    bottom: 14px;
    left: 11px;
}

.time-data{
    font-size:0;
}

.time-item{
    display: inline-block;
    width: 33.33333%;
    box-sizing: border-box;
}


.time-item .title{
    font-family: "GothamPro";
    font-size:36px;
    font-weight: bold;
    color:#ffffff;
    position:relative;
}


#hours.time-item .title::after{
    content:':';
    position:absolute;
    right: 8px;
}

#minutes.time-item .title::after{
    content:':';
    position:absolute;
    right: -18px;
}

.time-item .label{
    font-size:12px;
}

.text-green{
    color:#00c036!important;
}

#minutes.time-item{
    padding-left: 23px;
}

#seconds.time-item{
    text-align: right;
    padding-right: 5px;
}


.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after{
    clear: both;
}

.main-content .subscription{
    margin-top:70px;
}
.subscription input{
    line-height:38px;
    width:204px;
    background-color:transparent;
    border: solid 1px #0069d5;
    outline:0;
    box-shadow: none;
    font-size: 12px;
    padding-left: 20px;
    color:#90a4ae;
    box-sizing:border-box;
}

.subscription button{
    line-height:38px;
    width:204px;
    background-color:#0069d5;
    border: solid 1px #0069d5;
    color:#ffffff;
    outline:0;
    box-shadow: none;
    font-size: 14px;
    text-align: center;
    font-family: "GothamPro";
    font-weight: bold;
    text-transform: uppercase;
    cursor:pointer;
}


.subscription input, .subscription button{
    vertical-align: middle;
}

.error-status {
    color: #ff2800;
    padding: 10px 0;
}


.success-status {
    color:#00c036;
    font-family: "GothamPro";
    font-size: 16px;
    font-weight: normal;
}

.icon-affiliate{
    position: relative;
    background: transparent url("../images/AffiliateProgramm-benefits.svg") 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}


.icon-low-fee{
    position: relative;
    background: transparent url("../images/LowComission-benefits.svg") 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}


.icon-safety{
    position: relative;
    background: transparent url("../images/Safety-benefits.svg") 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}


.icon-simple-interface{
    position: relative;
    background: transparent url("../images/SimpleInterface-benefits.svg") 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}

.icon-tools{
    position: relative;
    background: transparent url("../images/Tools-benefits.svg") 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}

.advisor{
    margin-top: -126px;
    z-index: 2;
    opacity: 0.999;
}

.advisor .container{
    width:961px;
}

.advisor .left-col,
.advisor .right-col,
.news-subscribe h3,
.info-item-text,
h1
{
    white-space: pre-wrap;
}

.advisor .bg-white .left-col{
    padding: 242px 0 28px 72px;
    width:390px;
}

.advisor .bg-white .right-col{
    width:531px;
    padding-top: 80px;
}

.advisor .bg-white,
.advisor .bg-blue{
    position: relative;
}
.advisor .bg-blue .left-col{
    padding: 60px 0 37px 72px;
    width:284px;
}

.advisor .bg-blue .right-col{
    width:354px;
    padding-top: 78px;
    color: #ffffff;
}

.flag{
    position: absolute;
    width: 415px;
    height: 388px;
    background: transparent url(../images/flag.png) 0 0 no-repeat;
    background-size: contain;
    top: 26px;
    left: -59px;
}

.mario-schlener{
    position: absolute;
    width: 344px;
    height: 371px;
    background: transparent url(../images/mario-schlener.png) 0 0 no-repeat;
    background-size: contain;
    top: -103px;
    left: 255px;
}


h3{
    font-size: 24px;
    font-weight: normal;
}

.bg-white h3, .news-subscribe h3{
    color: #0069d5;
}

.bg-blue h3{
    color: #ffffff;
}
.bg-white a,
.bg-white a:hover,
.bg-white a:focus,
.bg-white a:link {
    color:#0069d5;
}


.bg-white{
    background-color: #ffffff;
    color:#37474e;
}


.bg-blue{
    background-color: #0069d5;
}

.new-level-info{
    z-index: 1;
    margin-top:-235px;
    padding-top: 295px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}
.new-level-info .info-item{
    width:20%;
    padding:15px;
    float:left;
    color: #37474e;
    font-family: "GothamPro";
    font-weight: 500;
    box-sizing: border-box;
}

.info-item-text{
    padding-top: 10px;
}

.news-subscribe{
    text-align: center;
}

.news-subscribe h3{
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom:  50px;
}

.news-subscribe .subscription{
    margin-bottom: 70px;
}

.main-content h3{
    color: #0069d5;
}

.bg-white a {
    opacity: 0.999;
    z-index: 3;
}



@media(min-width:938px){
    body{
        height: 100vh;
    }
}


@media(max-width:960px){
    .logo{
        margin-left: auto;
        margin-right: auto;
        height: 60px;
    }
    footer, .error-status, .success-status{
        text-align: center;
    }
    .left-col, .right-col{
        float:none!important;
    }

    .left-col{
        width:100%;
    }
    .right-col{
        margin: auto;
    }
    .subscription {
        max-width: 480px;
        margin-top: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .subscription input,
    .subscription button{
        width:100%;
    }
    .subscription input{
        font-size:14px;
    }
    .main-content{
        padding-bottom: 50px;
    }
    .main-content .left-col,
    .main-content .right-col,
    .news-subscribe h3 {
        width:100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }

    h1, .subscription,
    .main-content h3,
    .news-subscribe h3{
        padding: 0 15px;
    }


    h1{
        font-size: 30px;
    }

    .main-content .subscription{
        margin-top:80px;
        margin-bottom:120px
    }

    .main-content h3{
        margin-bottom: 30px;
    }

    .days{
        font-size: 36px;
        display: inline-block;
        border-bottom: none;
        width:25%;
    }

    .time-left{
        font-size: 0;
        padding: 0 15px;
    }
    .days .label{
        position: relative;
        bottom: auto;
        left: auto;
    }
    .days .title{
        position: relative;
    }
    .days .title::after {
        content: ':';
        position: absolute;
        right: 31px;
        font-weight: bold;
    }

    #hours.time-item .title::after {
        right: 17px;
    }

    .time-data {
        display: inline-block;
        width: 75%;
    }

    footer{
        position: relative;
        font-size:14px;
    }

    .advisor{
        margin-top:0;
    }

    .info-item{
        min-width: 150px;
    }

    .advisor .bg-white{
        padding-bottom: 200px;
    }
    .advisor .bg-white .right-col {
        padding-top: 60px;
    }
    .advisor .left-col, .advisor .right-col{
        width: 100%!important;
        max-width:460px!important;
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .flag {
        background-image:  url('../images/flag2.png');
        top: 208px;
        left: 71px;
    }


    .advisor .bg-blue .left-col{
        position: absolute;
        top:-221px;
        left:0;
        right: 0;
        white-space: pre-wrap;
    }

    .advisor .bg-blue .left-col h3{
        color:#37474e;
    }
    .advisor .bg-blue{
        padding-top: 234px;
        margin-bottom: 200px;
    }

    .advisor .bg-blue .right-col{
        position: absolute;
        left:0;
        right: 0;
        white-space: pre-wrap;
        color:#37474e;
        padding-top: 50px;
    }

    .new-level-info {
        margin-top: 0;
        padding-top: 70px;
        padding-bottom: 60px;
        font-size: 0;
    }
    .new-level-info .info-item{
        font-size: 14px;
        display: inline-block;
        float: none;
    }
    .mario-schlener{
        left: 0;
        right: 0;
        width:100%;
        height: 337px;
        background-position-x: center;
    }
    .news-subscribe h3{
        white-space: normal;
    }
}



@media(max-width:760px){
    .flag{
        left:-20px;
    }
    .new-level-info .info-item {
        width: 33.33%;
        padding-left: 25px;
    }
}
@media(max-width:600px){
    .flag{
        left:-76px;
    }
    .advisor .bg-white{
        padding-bottom: 260px;
    }
    .advisor .bg-blue .left-col{
        top: -266px;
    }
    .new-level-info .info-item {
        width: 50%;
        padding-left: 40px;
    }
}

@media (max-width: 400px){
    .advisor .bg-blue {
        padding-top: 177px;
    }
    .mario-schlener {
        height: 280px;
    }
    .advisor .bg-white .left-col{
        padding-top: 270px;
    }
    .flag{
        top:277px;
    }
    #hours.time-item .title::after {
        right: 9px;
    }
    .days .title::after {
        right: 18px;
    }
    #minutes.time-item .title::after {
        right: -8px;
    }
}