.launcher-line {
    height: 50px;
    position: relative;
    text-align: center;
    clear: both;
    background: url("/img/launcher/line_bg.png") repeat top center;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.icon-download {
    margin-right: 6px;
    margin-top: -3px;
}

.launcher-line a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: block;
}

.launcher-line-text {
    color: black;
    font-size: 18px;
    font-family: 'PF DinText Pro', Arial, sans-serif;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 1.2px;
}


.launcher-line-btn {
    background: #d8385a;
    color: #ffffff;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 40px;
    font-weight: bold;
    line-height: 48px;
    vertical-align: top;
    border-radius: 20px;
    border: 1px #eab23b solid;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 5px -5px rgba(34, 60, 80, 0.6);
    white-space: nowrap;
}

.launcher-line-line a.b-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    height: 22px;
    width: 22px;
    background-position: center center;
}


@media screen and (max-width: 1366px) {
    .launcher-line:before, .launcher-line:after {
        max-width: 20%;
        background-size: 100% 100%;
    }

    .launcher-line-text {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1024px) {
    .launcher-line:before, .launcher-line:after {
        max-width: 15%;
    }


}

@media (max-width: 950px) {
    .global-header-profile-item, .global-header-menu-item {
        padding: 0 4px 0;
    }

    .launcher-line-text, .launcher-line-text-red {
        font-size: 16px;
    }

    .launcher-line-btn {
        margin: 0 15px;
    }
}

@media (max-width: 1200px) {
    .global-header-profile-item, .global-header-menu-item {
        padding: 0 4px 0;
    }

    .launcher-line-text, .launcher-line-text-red {
        font-size: 18px;
    }
}

@media (max-width: 1050px) {
    .launcher-line-text, .launcher-line-text-red {
        font-size: 14px;
    }
}

@media (max-width: 950px) {
    .launcher-line-text, .launcher-line-text-red {
        font-size: 14px;
    }
}


@media (max-width: 850px) {
    .launcher-line-text, .launcher-line-text-red {
        font-size: 13px;
    }
}


.global-header.fixed > .launcher-line {
    height: 54px;
    line-height: 54px;
    top: -1px;
}

.launcher-line-fix {
    height: 54px;
}

@media screen and (max-width: 1500px) {
    .launcher-line-fix {
        height: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .launcher-line {
        display: none;
    }

    .launcher-line-fix {
        display: none;
    }
}


