html,
body {
    height: 100%;
    width: 100%;
}

.wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    /*background: #262626 url('../images/bg-techwork.png') 100% 100% no-repeat;*/
    background: #242b4f url('../images/bg.jpg') 50% 0 no-repeat;
    /*background: #931d26;*/
    background-size: cover;
    color: #fff;
    height: 100vh;
    /*text-align: center;*/
}

.wrapper:before {
    background: #242b4f;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
}

.wrapper > .container {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.wrapper > .container > .row {
    height: 100vh;
}

.blocks-head_logo {
    margin-bottom: 30px;
}

.blocks-head_logo img {
    height: 160px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.blocks-head_desc {
    margin-bottom: 60px;
}

.blocks-head h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 60px;
    font-weight: 500;
    text-transform: none;
}

.blocks-head h1 strong {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    /*display: block;*/
    margin-bottom: 10px;
}

.blocks-head p strong {
    font-weight: 600;
}

.blocks-bottom {
    margin-top: 60px;
}

.blocks-bottom strong {
    text-transform: uppercase;
}

.blocks-bottom .phone {
    margin-right: 60px;
}

.blocks-bottom .phone a {
    color: #fff;
    text-decoration: none;
}

.blocks-bottom .email a {
    color: #fff;
    text-decoration: none;
}


@media (max-width:768px) {
    .wrapper {
        /*padding: 30px 0;*/
        /*background-size: 200px;*/
        min-height: 100vh;
        height: auto;
        background: #931d26;
    }

    .wrapper:before {
        /*background-size: 160px;*/
        display: none;
    }

    .wrapper > .container {
        min-height: 100vh;
        height: auto;
        padding: 30px;
    }

    .wrapper > .container > .row {
        height: 100%;
    }

    /*.wrapper > .container {
        height: auto;
    }

    .wrapper > .container > .row {
        height: auto;
    }

    .wrapper > .container > .row > div {
        margin: inherit !important;
        padding: 0 30px;
    }*/

    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .blocks-head h1 {
        font-size: 20px;
    }

    .blocks-head h1 strong {
        margin-bottom: 30px;
    }

    .blocks-bottom .phone {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .blocks-bottom .email {
        display: block;
        margin-left: 0;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        padding: 0 45px;
        max-width: 100%;
    }
}
