@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333333;
    font-family: "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    background: #f2f5f7;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 10px;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\25a0";
    float: left;
    margin-left: -1.375rem;
    font-size: 0.635em;
    line-height: 2;
    color: #1440bd;
}

h1 {
    font-size: 1.5rem;
    margin: 0;
    color: #e40019;
    ;
}

h4 span {
    font-size: 1.125rem
}

h3 {
    margin-bottom: .312rem;
    font-size: 1.187rem;
}

h2 {
    font-size: 1.2rem;
    margin-bottom: .625rem;
    color: #1440bd;
}

h4 {
    font-size: 1.625rem;
    margin-bottom: 1.25rem;
    color: #e40019;
    line-height: 1.2;
    letter-spacing: -0.4px
}

.kontakt {
    display: flex;
    column-gap: 10rem;
    align-items: flex-start;
}

aside {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
}

.benefits {
    display: flex;
    column-gap: 1.25rem
}

.head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem
}

.apply {
    background: #1440bd;
    ;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 2px #1440bd;
    ;
    padding: 0.7rem 2rem;
    display: block;
    width: 230px;
    margin: 2rem auto 1rem;
}

.apply:hover {
    background: #fff;
    color: #1440bd;
    ;
}

header {
    padding: 2rem 2rem 1rem;
    background: #fff;
    margin: 0;
}

section,
footer {
    margin: 0 0 0.5rem;
    padding: 1rem 1.5rem;
    background: #fff;
}

footer {
    text-align: center;
    margin-top: .5rem
}

footer p {
    margin: 0
}

section i {
    font-size: 3rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    .head {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    h1 br {
        display: none;
    }

    aside {
        display: block
    }

    .kontakt {
        column-gap: 0;
        justify-content: space-between;
    }

    header,
    section {
        padding: .625rem
    }

    h1 {
        margin: .625rem 0;
    }

    h4 {
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 30rem) {

    .kontakt,
    .benefits {
        display: block;
    }

    aside:last-of-type {
        margin-top: .937rem
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}