@charset "utf-8";

:root {
    font-size: 1rem;
}

/* dosis-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dosis-v33-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/dosis-v33-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/dosis-v33-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/dosis-v33-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/dosis-v33-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/dosis-v33-latin-700.svg#Dosis') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v43-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/open-sans-v43-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/open-sans-v43-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v43-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v43-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/open-sans-v43-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/open-sans-v43-latin-600.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/open-sans-v43-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4f5d60;
    font-family: 'Open Sans', "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #EBF0F0
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #dc4405;
}

p {
    margin: 0 0 .625rem;
}

.margin {
    margin: 1rem 0 0 16px
}

.big_margin {
    margin: 0 0 40px;
}

.color {
    color: rgb(238, 0, 0);
}

p span,
ul span,
h1 span {
    white-space: nowrap
}

h1 {
    font-family: 'Dosis', "Arial", sans-serif;
    font-size: 1.7rem;
    margin: 0 0 16px;
    text-align: center;
    color: #000;
    line-height: 1.2
}

h1 small {
    font-size: 1.125rem;
    font-weight: normal
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    gap: 16px;
    margin: 0 0 40px;
}

.flex p {
    margin: 0
}

h2 {
    font-size: 1.187rem;
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 16px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -16px;
    font-size: 1.125rem;
    line-height: 1.4;
}

header {
    padding: 32px 32px 10px;
    background: #fff;
    margin: 0 0 8px
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    47% {
        left: 0%;
    }

    50% {
        left: -100%;
    }

    97% {
        left: -100%;
    }

    100% {
        left: -200%;
    }
}

.slider {
    overflow: hidden;
    margin: 0 0 .5rem
}

.slider figure {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 12s slidy infinite;
}

figure img {
    width: 33.333333333333336%;
    float: left;
}

.section {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0.125rem 0.5rem;
}

.section,
footer {
    margin: 0 0 0.5rem;
    padding: 1.5rem 2rem;
    background: #fff;
}

.benefits {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}

.benefits div {
    width: 100%;
}

.kontakt {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.address {
    display: flex;
    column-gap: 1.562rem;
    align-items: flex-start;
    width: 50%;
}

a.apply {
    background: #143D57;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding: .4rem 2.5rem;
    display: block;
    margin: 2rem auto 1rem;
    width: fit-content;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, opacity 1s cubic-bezier(0.5, 0, 0, 1) 0s, transform 1s cubic-bezier(0.5, 0, 0, 1) 0s;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: normal;
}

a.apply:hover {
    color: #ffffff;
    background-color: #2593da;
}

.section i {
    font-size: 2.25rem;
    color: #143D57
}

.section:first-of-type i {
    font-size: 0.9rem;
    color: #000000
}

.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%;
}

footer {
    margin-top: .5rem;
}

footer p {
    margin: 0;
    text-align: center
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    47% {
        left: 0%;
    }

    50% {
        left: -100%;
    }

    97% {
        left: -100%;
    }

    100% {
        left: -200%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 12s slidy infinite;
}

figure img {
    width: 33.333333333333336%;
    float: left;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    :is(a:link, a:visited, a:hover, a:active) {
        white-space: normal;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        margin: 1rem 0
    }

    ul li {
        padding-left: 1.5rem;
    }

    header {
        padding: 1rem 0 0;
        margin: 0;
    }

    .section,
    footer {
        padding: 1rem;
    }

    .benefits,
    .kontakt,
    .address {
        gap: 1rem;
    }

    .address {
        width: 50%
    }
}

@media only screen and (max-width: 750px) {

    header p,
    h1 {
        text-align: center
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 710px) {
    ul li {
        padding-left: 1rem;
    }

    .benefits,
    .kontakt,
    .address {
        flex-direction: column;
        align-items: center
    }

    .benefits div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefits i {
        margin: 0 0 .312rem
    }

    .address {
        width: 100%
    }

    .address p,
    .benefits p,
    .benefits h2,
    .address h2 {
        text-align: center
    }
}

@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%;
    }
}