@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.eot');
    src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-regular.woff2') format('woff2'), url('../fonts/lato-v24-latin-regular.woff') format('woff'), url('../fonts/lato-v24-latin-regular.ttf') format('truetype'), url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: .937rem;
    font-weight: 400;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    background: #fff;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.mov {
    color: #00847e;
}

a.web {
    color: #595959;
    text-decoration: underline;
}

ul {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 2.5rem;
}

ul li:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f058";
    position: relative;
    float: left;
    top: 0;
    margin: 0 0 0 -2rem;
}

.img {
    display: block;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: -5rem 0 1rem;
    position: relative;
    z-index: 150;
    text-align: center;
    font-weight: normal;
    padding: 6rem 1.25rem 2rem;
    color: #fff;
    background: url("../images/bg.png") center/ 100% 100% no-repeat;
}

h1 span {
    font-size: 1.2rem;
    display: block;
    padding-bottom: .3rem;
}

h2 {
    color: #00847e;
    font-size: 26px;
    margin: 0 0 0.9375rem;
    font-weight: normal;
}

span.first_word {
    position: relative;
    z-index: 100;
}

h2 .first_word::before {
    content: "";
    background-color: rgb(0, 132, 126, 0.1);
    position: absolute;
    left: 0;
    bottom: -.312rem;
    width: 100%;
    height: 50%;
    z-index: -1;
    display: block;
}

article {
    margin: 0 auto;
    border-radius: 1.25rem;
    background-color: #fff;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.3);
    padding: 1.25rem;
    top: -2.5rem;
    position: relative;
    z-index: 200;
}

main {
    padding: .625rem 0;
}

.contact_container {
    display: flex;
    justify-content: space-between;
}

.address {
    width: fit-content;
}

.apply {
    width: 20rem;
    display: flex;
    flex-direction: column;
    column-gap: 1.25rem;
    margin-top: 1.875rem;
}

a.button {
    color: #fff;
    width: 17.5rem;
    height: 2.125rem;
    display: flex;
    align-items: center;
    column-gap: 0.625rem;
    border-radius: 0.1875rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .18);
    padding: 0 1.25rem;
}

a.button_apply {
    background-color: #00847e;
    border: .062rem solid #00514d;
    margin: 0 0 1.25rem;
    transition: .3s;
    padding: 1.25rem 1.875rem;
}

a.button_apply:hover {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    background: #00b7af;
}

footer {
    padding: 0 1.25rem 1.25rem;
}

footer p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 1.25rem;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


@media only screen and (max-width: 49.937rem) {
    body {
        font-size: 1rem;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    ul {
        margin: 0 0 1.25rem;
    }

    ul li {
        padding: 0 0 0 1.5625rem;
    }

    ul li:before {
        margin: 0 0 0 -1.5625rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.25rem;
        margin: 0 0 .937rem;
    }

    header {
        padding: 0;
    }

    article {
        border-radius: 0;
        margin: 0;
        padding: 1rem;
        top: 0;
    }

    .contact_container {
        flex-direction: column;
        align-items: center;
        column-gap: 1.25rem;
    }

    .address,
    .person {
        width: auto;
    }

    .address p {
        text-align: center;
    }

    .apply {
        width: auto;
        align-items: center;
        column-gap: 1.25rem;
        margin-top: .625rem;
    }

    a.button_apply {
        margin: 0;
    }

    footer {
        padding: 1rem 1rem 0;
    }
}

@media only screen and (max-width: 35rem) {
    h1 {
        margin: 0;
        padding: 1.25rem;
        color: #fff;
        background: #00847e;
    }

}

@media only screen and (max-width: 27.5rem) {
    a.button {
        width: 100%;
    }
}