*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-family: Roboto, sans-serif;
}

#page {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

@media screen and (max-width: 359px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 360px) and (max-width: 413px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 414px) and (max-width: 639px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media screen and (min-width: 640px) and (max-width: 799px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1199px) {
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1339px) {
    .container {
        padding-right: 75px;
        padding-left: 75px;
    }
}

@media screen and (min-width: 1340px) {
    .container {
        padding-right: 100px;
        padding-left: 100px;
    }
}

.text-large {
    line-height: 40px;
    font-size: 37px;
    font-weight: 500;
}

.text-medium {
    line-height: 28px;
    font-size: 19px;
    font-weight: 300;
}

.text-small {
    line-height: 28px;
    font-size: 17px;
    font-weight: 300;
}

#section1 {
    background-image: url("../img/background/section1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

#section1-text {
    margin-top: 136px;
    padding-bottom: 216px;
}

#section1-text .text-medium {
    margin-top: 59px;
}

@media screen and (max-width: 639px) {
    #logos {
        padding-top: 20px;
    }

    .logo + .logo {
        margin-top: 25px;
    }

    .logo img {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 640px) {
    #logos {
        display: flex;
        justify-content: space-between;
        padding-top: 79px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
    #section1-text {
        width: 75%;
    }
}

@media screen and (min-width: 1024px) {
    #section1-text {
        width: 50%;
    }
}

#section2 {
    background-image: url("../img/background/section2.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 143px;
    padding-bottom: 177px;
}

.server-image {
    display: block;
}

#advantages {
    margin-top: 138px;
}

#advantages-heading {
    text-align: center;
}

#advantages-body {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.advantage {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.advantage-body {
    padding-top: 8px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 300;
}

@media screen and (max-width: 1023px) {
    .server-image {
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }

    #server-image2-container {
        margin-top: 72px;
    }

    #section2-intel-xeon-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    #section2-text2 {
        margin-top: 31px;
    }

    #server-image3 {
        margin-top: 61px;
    }
}

@media screen and (min-width: 1024px) {
    #servers::after {
        display: block;
        clear: both;
        content: "";
    }
    .server-image {
        max-width: 47.5%;
        width: auto;
        height: auto;
    }

    #server-image1 {
        float: right;
        margin-top: 100px;
    }

    #section2-text1 {
        margin-right: 52.5%;
    }

    #server-image2-container {
        position: relative;
        clear: right;
    }

    #server-image2 {
        margin-right: auto;
        margin-left: auto;
    }

    #section2-intel-xeon-logo {
        position: absolute;
        bottom: 21.3450%;
        left: 75%;
    }

    #section2-text2 {
        float: right;
        width: 42.5%;
    }
}

#section3 {
    background-image: url("../img/background/section3.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 143px;
    padding-bottom: 128px;
}

#section3-text {
    text-align: center;
}

#section3-text .text-medium {
    margin-top: 40px;
}

#metrics {
    margin-top: 114px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.metric {
    max-width: 300px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.metric-heading {
    line-height: 90px;
    font-size: 90px;
    font-weight: 500;
}

.metric-body {
    padding-top: 8px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 300;
}

#section4 {
    background-image: url("../img/background/section4.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 143px;
    padding-bottom: 43px;
}

#section4-text1 {
    text-align: center;
}

#section4-text2 {
    margin-top: 176px;
    text-align: center;
}

#contact {
    margin-top: 70px;
}

.form-control-check {
    margin-top: 19px;
}

.form-control-check + .form-control-check {
    margin-top: 26px;
}

label {
    display: inline-block;
}

label a {
    color: inherit;
    text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    display: block;
    margin-top: 4px;
    width: 100%;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #9c9ea3;
    padding: 5px 10px;
    background: #fff;
    line-height: 26px;
    font-size: 18px;
}

.form-actions {
    margin-top: 23px;
    padding-left: 20px;
}

.form-actions button {
    display: inline-block;
    border-radius: 4px;
    border: 0 none;
    background: #213451;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
}

.form-error {
    color: #ea0016;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .form-control-text + .form-control-text {
        margin-top: 12px;
    }
}

@media screen and (min-width: 768px) {
    #contact-form {
        margin-right: auto;
        margin-left: auto;
    }

    #contact-form-columns::after {
        display: block;
        clear: both;
        content: "";
    }

    .form-control-text:nth-child(odd) {
        float: left;
    }

    .form-control-text:nth-child(even) {
        float: right;
    }

    .form-control-text:nth-child(n + 3) {
        margin-top: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #contact-form {
        width: 608px;
    }

    .form-control-text {
        width: 289px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    #contact-form {
        width: 850px;
    }

    .form-control-text {
        width: 400px;
    }
}

@media screen and (min-width: 1200px) {
    #contact-form {
        width: 960px;
    }

    .form-control-text {
        width: 450px;
    }
}
