
.main_header_center {
    width: 1440px;
    margin: 0 auto;
    padding-top: 40px;
}

.main_header_center.centered {
    padding-top: 75px;
}

.main_header_center.centered_further {
    margin-bottom: -100px;
    padding-top: 75px;
}

.main_header_center.lowered {
    position: relative;
    top: 180px;
    z-index: 5;
}

.main_header_center_wide {
    width: 1360px;
    margin: 0px auto;
    padding-top: 40px;
}

@media screen and (max-width: 1360px) {
    .main_header_center_wide {
        width: 100%;
    }
}

h1.head {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    max-width: 1440px;
}

h2.head {
    color: #FFFFFF;
    font-size: 16px;
    max-width: 1440px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 40px;
}

h2.head.pricing {
    margin-bottom: 0px;
}

.subheader_holder {
    width: calc(100% - 20px);
    background: #fafafa;
    text-align: center;
    padding: 10px;
}


.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin: 21px 0px 0px 0px;
    margin-top: 0px;
    line-height: 60px;
}

.break_submenu {
    display: none;
}

.submenu li {
    display: inline;
    margin: 0px 15px 0px 10px;
}

.submenu a {
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3d4e57;
    font-weight: bold;
}

.submenu a.selected, .submenu.sub a.selected, .submenu a:hover, .submenu.sub a:hover {
    border-bottom: #FFFFFF 1px solid; padding-bottom: 1px;
}

.submenu a:active, .submenu.sub a:active {
    color: #2FB572;
    border-bottom: #2FB572 1px solid;
}


.trusted_by_holder {
    background: #273740;
    width: 100%;
    padding: 0px 0px 96px 0px;
    z-index: 5;
    position: relative;
}

.trusted_by_inside {
    width: 1300px;
    margin: 0px auto;
}

h3.trusted_by {
    margin-bottom: 10px;
    margin-top: 0px;
    color: #EAECF0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.trusted_by_text {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 40px;
}

.trusted_by_logos {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.trusted_logo {
    margin: 9px 36px;
}


.image.mac_mockup {
    background: url('https://static.uptimia.com/img/presentation-screen-1.png');
    width: 710px;
    height: 487px;
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    background-position: -1px 0;
    border: 4px solid #344054;
}

.image.mac_mockup.uptime {
    background: url('https://static.uptimia.com/img/presentation-screen-uptime-1.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.ssl {
    background: url('https://static.uptimia.com/img/presentation-screen-ssl.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.fpl {
    background: url('https://static.uptimia.com/img/presentation-screen-fpl.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.virus {
    background: url('https://static.uptimia.com/img/presentation-screen-virus.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.public-status-page {
    background: url('https://static.uptimia.com/img/presentation-screen-public-status-page.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.rum {
    background: url('https://static.uptimia.com/img/presentation-screen-rum.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.transaction {
    background: url('https://static.uptimia.com/img/presentation-screen-transaction.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.image.mac_mockup.domain {
    background: url('https://static.uptimia.com/img/presentation-screen-domain.png');
    position: relative;
    background-size: cover;
    z-index: 10;
    border-radius: 10px;
    border: 4px solid #344054;
    background-position: -1px 0;
}

.mac_mockup.hidden.mobile {
    display:none;
}

.main_header_divide_left {
    float: left;
    padding-top: 96px;
    width: 40%;
}


.main_header_divide_right {
    float: right;
    width: 50%;
    padding-top: 96px;
}

h1.index {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.2px;
}

h1.index.small {
    font-size: 50px;
    line-height: 68px;
}

h1.index.very-small {
    font-size: 40px;
    line-height: 58px;
}

h2.index {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 50px;
}

h2.index.hidden {
    display: none;
}

.index_button {
    font-weight: 300;
    font-size: 15px;
}

.main_header_tall {
    width: 100%;
    height: 750px;
    background: #273740;
    overflow-x: hidden;
}


@media screen and (max-width: 1500px) {
    .trusted_by_holder {
        /*margin-top: 0px;*/
        /*background: linear-gradient(#2f3f47, #2c3b44);*/
        z-index: 5;
        padding-top: 0;
    }

    .main_header_center {
        width: 1400px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_header_divide_right {
        width: 51%;
    }

    .image.mac_mockup {
        width: 706px;
    }

    h1.index.small {
        font-size: 45px;
        line-height: 65px;
    }

    h1.index.very-small {
        font-size: 38px;
        line-height: 55px;
    }
}

@media screen and (max-width: 1450px) {
    .trusted_by_holder {
        /*margin-top: 0px;*/
        /*background: linear-gradient(#2f3f47, #2c3b44);*/
        z-index: 5;
        padding-top: 0;
    }

    .image.mac_mockup {
        width: 739px;
        height: 494px;
    }

    .main_header_divide_left {
        margin-left: 3%;
    }

    .main_header_center {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 1300px) {
    .trusted_by_inside {
        width: 100%;
        margin: 0px auto;
    }

    .trusted_logo {
        margin: 9px 13px;
    }
}



@media screen and (max-width: 1200px) {
    .trusted_by_inside, .big_points_inside {
        width: calc(100% - 40px);
        margin: 0px auto;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1160px) {
    h1.index {
        font-size: 45px;
    }

    h1.index.small {
        font-size: 40px;
    }

    h1.index.very-small {
        font-size: 35px;
    }

    h2.index {
        font-size: 17px;
    }

    .cta_btn {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media screen and (max-width: 950px) {

    .main_header_center {
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_header_tall {
        height: auto;
    }

    .main_header_divide_left {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        float: none;
    }

    .main_header_divide_right {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        float: none;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    h1.index {
        font-size: 42px;
        text-align: center;
    }

    h1.index.small {
        font-size: 38px;
    }

    h1.index.very-small {
        font-size: 33px;
    }

    h2.index {
        font-size: 18px;
        text-align: center;
    }

    .main_head_btn_holder {
        text-align: center;
    }

    .cta_btn {
        padding: 12px 60px;
        font-size: 15px;
    }

    .image.mac_mockup {
        width: calc(100% - 8px);
        height: 500px;
    }

}

@media screen and (max-width: 800px) {

    .image.mac_mockup {
        height: 430px;
    }

}

@media screen and (max-width: 750px) {
    .main_header_divide_right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .main_header_center {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    .image.mac_mockup {
        height: 430px;
    }
}

@media screen and (max-width: 650px) {
    .image.mac_mockup {
        height: 350px;
    }
}