@charset "utf-8";
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 2.5vmin;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #267599;
}

#page {
    /*! width: 100%; */
    max-height: 100%;
    display: flex;
    /*! justify-content: center; */
    align-items: center;
    flex-direction: column;
    /*! font-size: 190%; */
}

#video_wr {
    max-height: 75vh;
    margin: 0.5em 0;
}

video {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

header {
    /*! width: 100%; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    /*! max-height: 10vmin; */
}

#header {
    /*! flex-basis: 100%; */
    margin: 0;
    font-size: 120%;
}

header a {
    display: flex;
}

header #logo img {
    width: 10em;
    height: 100%;
    max-height: 100%;
}

header #phones_wr {
    display: flex;
    flex-wrap: wrap;
}

header #phones_wr p {
    margin: 0.25em;
}

footer {
    /*! display: flex; */
    /*! justify-content: space-between; */
    /*! max-height: 10vmin; */
    /*! padding: 1em; */
}

a {
    color: #000;
}

a:hover {
    color: #fcd205;
}