@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-regular.woff') format('woff'),
        url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-700.woff') format('woff'),
        url('../fonts/roboto-v30-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #001640;
    overflow: hidden;
}
:is(h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.5em;
    line-height: 1;
    color: #FCB814;
    text-transform: uppercase;
    font-weight: 900;
}
h1 span {
    font-size: 1rem;
    text-transform: none;
}
h2 {
    font-size: 3.9em;
    line-height: 1.1;
    margin: 0 0 1rem 2.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.color_big {
    color: #FCB814;
    font-size: 1.188em;
    line-height: 1.3;
}
.mt {
    margin-top: 0.5rem;
}
.flex {
    display: flex;
    gap: 0 1.2rem;
}
.flex .box {
    width: 83px;
}
.flex .box-w {
    width: 70px;
}
.flex .box p {
    font-size: 0.75em;
    line-height: 1.3;
    font-weight: 700;
    padding: 0.75rem 0;
}
.apply {
    position: absolute;
    left: 29rem;
    top: 16.25rem;
    transform: rotate(3deg);
    font-size: 1.125em;
    line-height: 1.2;
    color: #000;
    background: #FCB814;
    width: fit-content;
    padding: 0.125rem 0.5rem;
}
.apply strong {
    font-size: 1.425em;
    line-height: 1.1;
    color: #fff;
}
header {
    display: flex;
    gap: 1rem 2rem;
    align-items: center;
}
article {
    padding: 0 2rem 0.75rem;
}
footer {
    padding: 10rem 1rem 1rem 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(0% 48%, 100% 0%, 100% 100%, 26% 100%);
    background: linear-gradient(180deg, #061d51, #fff);
}
footer p {
    text-align: right;
    color: #021F3E;
}
footer p:nth-of-type(2) {
    padding-bottom: 0.5rem;
}
.logo {
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #000000;
    }
    p {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        font-size: 2em;
        margin-top: 0.5rem;
    }
    h1 span {
        font-size: 0.7em;
        display: inline-block;
    }
    h2 {
        font-size: 2.5em;
        margin-left: 0;
    }
    .apply {
        position: static;
        transform: none;
        background: #FCB814;
        padding: 0.5rem;
        text-align: center;
        margin: 0.5rem 0;
        width: auto;
    }
    article br, .hide_m {
        display: none;
    }
    .flex {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0 1rem;
    }
    footer {
        position: static;
        padding: 1rem;
        background: #DCE0E3;
        clip-path: none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:768px) {
    header{
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    h1{
        text-align: center;
        margin-bottom: 1.5rem;
    }
    h2{
        font-size: 2.2em;
    }
    .flex .box {
        width: 48%;
    }
    article{
        padding-inline: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0 1rem 1rem;
    }
    h1 {
        font-size: 2.2em;
    }
    h2 {
        font-size: 1.5em;
    }
    .apply {
        font-size: 1em;
        hyphens: none;
    }
    .flex .box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .flex .box p{
        text-align: center;
    }
    .apply strong {
        font-size: 1.25em;
    }
}