
.header-container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 98;
    top: 60px;
}


.header-container a{
    padding: 13px 25px;
    margin-left: 0;
}


.header-container a:hover{
    color:#fff;
    cursor: pointer;
}

.header-container h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    /*padding-right: 280px;*/
}

.header-container h2 {
    font-size: 35px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 30px;
    padding-right: 280px;
}

.header-container h3 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}

.header-container p.btn-img-red{
    padding: 13px 25px;
    margin-left: 0;
    display: inline-block;
}

.header-container p.btn-img-red:hover{
    color:#fff;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.8;
}

.header-container-menu {
    width: 260px;
    position: absolute;
    top: -260px;
    right: 0;
    padding: 10px 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(142,142,142,0.35);
    z-index:100;
}

.header-container-menu h3{

    margin-top: 10px;

    color: #e4002b;

    font-weight: 600;

    font-size: 20px;

    border-bottom: 1px solid #d9d9d6;

    padding-bottom: 10px;
    text-align: center;
}



.header-container-menu ul li {
    padding: 10px 0;
}

.header-container-menu ul li a {
    font-size: 15px;
    color: #53565a;
}

.header-container-menu ul {padding-left: 0;}

.header-container-menu ul li a i {
    vertical-align: top;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.updates > div {
    padding-bottom: 50px;
}

.updates > div > a {
    display: block;
}

.updates > div img {
    width: 100%;
}

.updates > div label {
    font-size: 14px;
    font-weight: 100;
    color: #e4002b;
    margin: 25px 0 0;
}

.updates > div h2 {
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.updates > div h2 a {
    font-size: 22px;
    font-weight: 500;
    color: #454545;
}

.updates > div p {
    font-size: 16px;
    font-weight: 100;
    color: #454545;
    line-height: 20px;
}

.introduce > div img {
    width: 100%;
    max-width: 125px;
    margin-bottom: 20px;
}

.introduce > div b {
    display: block;
}

.introduce > div p {
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

.introduce > div {
    text-align: center;
    font-size: 16px;
    color: #454545;
    display: inline-block;
    vertical-align: top;
}

.introduce {
    margin: 50px 0;
    text-align: center;
}

.introduce-cell {
    width: 24%;
}

.check-block {
    background: url(../images/nbnbg.jpg) no-repeat right top #e63829;
    background-size: 500px;
    padding: 20px 30px 0;
}

.check-block h3 {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.check-block h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.check-block .address-check{
    margin-bottom: 0;
    margin-top: 25px;
}
.check-block p {
    font-size: 16px;
    color: #ffffff;
    max-width: 60%;
    margin-bottom: 30px;
}

.check-block a.link-yellow {
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    text-decoration: underline;
}

.check-block input[type="text"] {
    padding: 10px;
    border: 0;
    border-radius: 6px;
    width: 60%;
    line-height: 30px;
    padding-left: 20px;
    outline: none;
}
.check-block .form-input.error{
    box-shadow: 0 0 0 3px #e00e2d;
}
.check-block .form-input.error::placeholder{
    color: #e00e2d;
}

.check-block button {
    padding: 10px;
    border: 0;
    border-radius: 6px;
    width: 30%;
    margin-left: 10px;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    vertical-align: top;
    text-align: center;
    background: #d6036c;
    box-shadow: 0 2px 8px 0 rgba(142,142,142,0.35);
}

.view-plans {
    margin-bottom: 40px;
}

.view-plans > a{
    font-size: 14px;
    color:#fff;
    text-decoration: underline;
}

.address {
    font-size: 12px;
    color: #ffffff;
    margin-top: 22px;
}

.address > a {
    margin-left: 10px;
    color: #fff;
    text-decoration: underline;
}

.hide-block {
    display: none;
    margin-top: 20px;
}

.hide-block.open {
    display: block;
}

.hide-block .col-md-2, .hide-block .col-md-3, .hide-block .col-md-4, .hide-block .col-md-5 {
    padding-right: 0;
}

.hide-block input[type="text"] {
    color: #464646;
    width: 100%;
}

.hide-block .row {
    margin: 0 0 10px -15px;
}

.check-block input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #979797;
}

.check-block input[type="text"]:-moz-placeholder {
    font-size: 14px;
    color: #979797;
}

.check-block input[type="text"]::-moz-placeholder {
    font-size: 14px;
    color: #979797;
}

.check-block input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
    color: #979797;
}

/**/
.hide-block input[type="text"]::-webkit-input-placeholder {
    font-style: italic;
}

.hide-block input[type="text"]:-moz-placeholder {
    font-style: italic;
}

.hide-block input[type="text"]::-moz-placeholder {
    font-style: italic;
}

.hide-block input[type="text"]:-ms-input-placeholder {
    font-style: italic;
}

.hide-block > div >div{
    margin-bottom: 10px;
}
.bundle {
    background-size: cover;
    height: 230px;
    padding: 5px 0 0 30px;
    border-radius: 5px;
}

.mobiles {
    background-size: cover;
    height: 230px;
    margin-top: 20px;
    padding: 5px 0 0 30px;
    border-radius: 5px;
}

.chat {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/chatbubble.png) no-repeat;
    background-size: 50px;
    float: right;
    cursor: pointer;
}


.extra2 h3 {
    font-size: 28px;
    font-weight: 600;
    max-width: 150px;
    line-height: 40px;
    color: #ffffff;
}

.extra2 h4 {
    font-size: 16px;
    font-weight: 100;
    max-width: 180px;
    line-height: 25px;
    color: #ffffff;
}

.extra2 a{
    color:#fff;
    font-size: 12px;
}

.extra2 a:hover{
    color: #fff;
    opacity: 0.8;
}

.function-block-wrap {
    display: table;
}

.function-block {
    display: table-row;
}

.function-block:after {
    content: "";
    clear: both;
    display: table;
}

.block-left {
    width: 66%;
    display: table-cell;
    background: #e63829;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}



.block-right {
    width: 34%;
    display: table-cell;
    vertical-align: top;
    padding-left: 2%;
}
.updates-btn{
    display: none;
}
.banner {
    height: 440px;
    overflow: hidden;
    position: relative;
    margin-top: 107px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center top;
    display:block;
}

.banner > img{
    position: absolute;
    /*height: 675px;*/
    /*left: 50%;*/
    /*margin-left: -758px;*/
}

.critical-info-container {
    min-height: 258px;
    background-color: #a42434;
    color: #fff;
    padding: 43px 54px;
    margin-bottom: 20px;
}

.critical-info-container>h5>img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 34px;
}

.critical-info-container>h5 {
    font-size: 28px;
    display: flex;
    align-items: center;
}

.critical-info-container>.paragraph {
    font-size: 16px;
    display: block;
    margin-top: 17px;
}
    .critical-info-container > .paragraph:after {
        content: "";
        display: table;
        clear: both;
    }

.paragraph>.paragraph-critical-info-left {
    width: 50%;
    float:left;
    padding-top:10px;
    padding-right:77px
}

.paragraph > .paragraph-critical-info-right {
    width: 50%;
    float: right;
    padding-top: 10px;
    padding-right: 77px
}

.more-news{
    display:none;
}


@media (max-width: 768px) {
    .hide-block.open .row:nth-child(3) select{
        margin-left: 10px;
    }

    .view-plans{
        width: 60%;
    }
    .header-container {
        top: 190px;
        padding-left: 30px;
    }
    .main {
        margin-top: 30px;
    }

    .header-container-menu {
        width: 260px;
        right: 50px;
        top: -300px;
    }
    .header-container-menu ul {
        padding-left: 10px;
        width: 220px;
    }
    .banner{
        height: 615px;
        margin-top: 51px;
        overflow: hidden;
    }
    .header-container h1,.header-container h2 {
        font-size: 30px;
    }

    .function-block-wrap,.function-block {
        display: block;
    }

    .block-left:after {
        display: none;
    }

    .check-block p {
        max-width: 100%;
        font-size: 12px;
    }

    .block-left {
        width: 100%;
        display: block;
    }

    .block-right {
        width: 100%;
        margin-top: 20px;
        display: block;
        padding-left: 0;
    }

    .bundle {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .mobiles {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-top: 0;
        float: right;
    }
    .updates > div{
        display: none;
    }
    .updates > div:nth-child(1),
    .updates > div:nth-child(2)
    {
        display: block;
    }
    .hide-block .col-md-2, .hide-block .col-md-3, .hide-block .col-md-4, .hide-block .col-md-5{
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 15px;
    }
    .hide-block .col-md-2 {
        width: 16.66666667%;
        float: left;
    }
    .hide-block .col-md-3 {
        width: 25%;
        float: left;
    }
    .hide-block .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    .hide-block .col-md-5 {
        width: 41.66666667%;
        float: left;
    }
    .chat {
        position: fixed;
        right: 15px;
    }

    .critical-info-container {
        padding: 27px 47px 24px 19px;
    }
    .critical-info-container>.paragraph {
        margin-left: 31px;
    }
    .critical-info-container>h5>img {
        width: 19px;
        height: 20px;
        margin-right: 12px;
    }
    .critical-info-container>h5 {
        align-items: baseline;
        line-height: 1.4;
    }
    .paragraph>.paragraph-critical-info-left {
        padding-right: 37px;
    }
    .paragraph>.paragraph-critical-info-right {
        padding-right: 37px;
    }
}

@media (max-width: 480px) {
    .hide-block.open .row:nth-child(3) select{
        margin-left: 0;
        width: 94%;
    }
    .block-left .check-block h3 {
        font-size: 24px;
    }
    .block-left .check-block h4 {
        font-size: 16px;
        font-weight: 600;
    }
    .banner {
        height: 350px;
    }
    .banner > img{
        height: 560px;
        margin-left: -680px;
    }
    .header-container h1,
    .header-container h2,
    .header-container h3 {
        padding-right: 0;
    }

    .header-container h2 {
        font-size: 26px;
    }

    .header-container h3 {
        font-size: 17px;
    }

    .header-container h2 + a.btn-orange{
        margin-left: 30px;
    }
    .updates-btn{
        margin: 10px auto 50px;
        display: block;
        text-align: center;
    }
    .header-container > .container{
        margin: 0;
        padding: 0;

    }
    .main{
        margin: 0;
        padding: 0;
    }
    .function-block-wrap + h1.title-orange{
        margin-left: 15px;
    }
    .updates{
        margin-left: 0;
        margin-right: 0;
    }
    .chat {
        position: absolute;
        right: 15px;
        top: -80px;
        z-index: 99;
    }

    .check-block .hide-block .row > div{
        width: 100%!important;
    }
    .check-block .hide-block input[type="text"] {
        width: 90%;
    }

    .address > a{
        display: inline-block;
        margin-left: 10px;
    }
    .check-block input[type="text"] {
        padding: 10px;
        border: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        line-height: 20px;
        width: 65%;
    }
    .check-block button {
        line-height: 20px;
        width: 30%;
        font-size: 14px;
    }
    .check-block input[type="text"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .check-block input[type="text"]:-moz-placeholder {
        font-size: 14px;
    }

    .check-block input[type="text"]::-moz-placeholder {
        font-size: 14px;
    }

    .check-block input[type="text"]:-ms-input-placeholder {
        font-size: 14px;
    }
    .header-container{
        padding: 0;
        top: 10px;
    }
    .header-container .container h1, .header-container .container h2, .header-container .container h3,.header-container .container h2 + a {
            margin-left: 30px;
    }

    .header-container p.btn-img-red{
        margin-left: 30px;
    }

    .main-container {
        margin-top: 0;
        padding: 0;
    }
    .header-container .header-container h1, .header-container .header-container h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .updates > div:nth-child(2),.introduce{
        display: none;
    }
    .updates .col-xs-6{
        width: 100%;
    }
    h1.title-orange a{
        display: none;
    }
    .bundle,.mobiles {
        width: 100%;
        margin-bottom: 20px;
    }
    .check-block {
        padding: 10px;
        background-size: 260px;
    }
    .view-plans {
        margin-bottom: 20px;
    }
    h1.title-red{
        padding-left: 15px;
        position: relative;
    }

    h1.title-red a{
    /*    position: absolute;
        left: 15px;
        top: 440px;*/
        display:none;
    }
    .updates > div h2 {
        margin-bottom: 35px;
    }
    .function-block-wrap{
        margin: 0;
    }
    .header-container-menu {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        box-shadow: none;
    }
    .header-container-menu ul{
        width: 100%;
        padding-left: 10px;
    }

    .header-container-menu:before {
        left: 50%;
        margin-left: -90px;
    }

    .critical-info-container {
        padding: 18px 67px 15px 25px;
    }
    .critical-info-container>h5 {
        flex-direction: column;
        line-height: 1.4;
    }
    .critical-info-container>h5>img{
        margin-bottom: 6px;
    }
    .critical-info-container>.paragraph{
        margin-left:0;
        font-weight: 500;
    }
    .paragraph>.paragraph-critical-info-left{
        padding-right: 37px;
        width: 100%;
        float:none;
    }
    .paragraph > .paragraph-critical-info-right {
        padding-right: 37px;
        width: 100%;
        float: none;
    }
    .more-news{
        padding-left:15px;
        font-size:16px;
        font-weight:500;
        display:block;
    }
}
/*1.18*/
