.page-vpn-download .wrapper {
    /*padding-bottom: 0px;*/
}
.page-vpn-download .section-header {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #1d599d;
    background: -moz-linear-gradient(left,#1d599d 0%,#114278 100%);
    background: -webkit-linear-gradient(left,#1d599d 0%,#114278 100%);
    background: linear-gradient(to right,#1d599d 0%,#114278 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d599d', endColorstr='#114278',GradientType=1 );
}
.section-header .page-title {
    text-align: center;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0;
    color: #fff;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.section-header .page-subtitle {
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-top: 73px;
    margin-bottom: 15px;
}
.section-header .page-intro {
    font-family: 'Roboto',sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}
.section-vpn-download {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .8px;
    color: #4a4a4a;
    padding: 0px;
    margin: 0;
}
.section-vpn-download .block-left {
    padding-right: 60px;
}
.section-vpn-download .page-title-h1 {
    margin-bottom: 16px;
}
.section-vpn-download .choose-platform {

}
.section-vpn-download .app-links {
    margin: 80px 0px 80px 0px;
}
.section-vpn-download .app-links .download-devices-icons {
    margin-bottom: 0px;
    text-align: center;
    vertical-align: top;
}
.download-devices-icons .delimiter {
    display: none;
}
.section-vpn-download .app-links .download-devices-icons .btn-download {
    color: #33393b;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    transition: color .2s;
}
.section-vpn-download .app-links .download-devices-icons .btn-download + .btn-download,
.download-devices-icons .delimiter + .btn-download {
    margin-left: 30px;
}
.section-vpn-download .app-links .download-devices-icons .device-icon-image {
    width: 109px;
    height: 109px;
    display: inline-block;
    display: block;
    position: relative;
    margin: 0px auto 16px auto;
    border-radius: 50% 50%;
    background-color: #33393b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 54px 54px;
    transition: background-color .2s;
}
.section-vpn-download .app-links .download-devices-icons .btn-download:hover, 
.section-vpn-download .app-links .download-devices-icons .btn-download.needdownload {
    color: #1860b3;
}
.section-vpn-download .app-links .download-devices-icons .btn-download:hover .device-icon-image,
.section-vpn-download .app-links .download-devices-icons .btn-download.needdownload .device-icon-image {
    background-color: #1860b3;
}
.section-vpn-download .app-links .download-devices-icons .os-name {
    display: inline-block;
    text-align: center;
}
.section-vpn-download .app-links .download-devices-icons .device-win .device-icon-image {
    background-image: url('../img/vpn/d-w.png');
}
.section-vpn-download .app-links .download-devices-icons .device-apple .device-icon-image {
    background-image: url('../img/vpn/d-i.png');
}
.section-vpn-download .app-links .download-devices-icons .device-android .device-icon-image {
    background-image: url('../img/vpn/d-a.png');
}
.section-vpn-download .app-links .download-devices-icons .device-x .device-icon-image {
    background-image: url('../img/vpn/d-m.png');
}
.section-vpn-download .app-links .download-devices-icons .device-linux .device-icon-image {
    background-image: url('../img/vpn/d-linux.png');
}
.download-check-email-wrapper {
    text-align: center;
    vertical-align: top;
}
.download-check-email-icon {
    width: 84px;
    height: 84px;
    background-image: url('../img/vpn/d-email.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 84px 84px;
    display: inline-block;
    vertical-align: top;
}
.download-check-email-text {
    display: inline-block;
    color: #33393b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 28px;
    line-height: 84px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .download-check-email-wrapper {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .download-check-email-text {
        width: 360px;
        line-height: 30px;
        padding-top: 12px;
    }

    .section-vpn-download .app-links {
        margin-top: 0px;
        margin-bottom: 80px;
    }
    .section-vpn-download .app-links .download-devices-icons .btn-download {
        width: 150px;
        margin-top: 40px;
    }
    .section-vpn-download .app-links .download-devices-icons .btn-download + .btn-download, .download-devices-icons .delimiter + .btn-download {
        margin-left: 0px;
    }
    .download-devices-icons .delimiter {
        display: block;
    }
}
@media screen and (max-width: 530px) {
    .download-check-email-wrapper {
        width: 100%;
    }
    .download-check-email-text {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}
