
* {
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

*:before,
*:after {
    box-sizing: border-box;
}


svg, img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.wait-load * {
    transition-duration: 0s !important;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    display: block;
    height: 100%;
}

body {
    /*font-family: $mainFont, 'Arial', 'Helvetica', sans-serif;*/
    line-height: 1.25;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    position: relative;
    min-width: 360px;
    -webkit-overflow-scrolling: touch;
    color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


body {
    font-family: 'e-Ukraine Head', 'Arial', 'Helvetica';
    background: url(../img/bg-page.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    padding: 100px 80px;
    display: flex;
    align-items: center;
}

.info_container {
    padding: 90px 50px;
    font-weight: 700;
}

.info_container h1 {
    font-size: 7.11111rem;
}

.info_container h2 {
    font-size: 3.55556rem;
    margin-top: 14px;
}


@media screen and (max-width: 1200px) {
    body {
        justify-content: center;
    }

    body {
        padding: 30px;
    }


    .logo {
        max-width: 100%;
    }

    .info_container {
        text-align: center;
        padding: 55px 0px;
    }

    .info_container h1 {
        font-size: 4.8rem;
    }

    .info_container h2 {
        font-size: 2.7rem;
    }
}

@media screen and (max-width: 760px) {
    .info_container h1 {
        font-size: 2.6rem;
    }

    .info_container h2 {
        font-size: 1.7rem;
    }
}
