@font-face {
    font-family: "RotondaBoldRegular";
    src: url("/css/fonts/rotonda/rotonbol-webfont.eot");
    src: url("/css/fonts/rotonda/rotonbol-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/rotonda/rotonbol-webfont.woff") format("woff"), url("/css/fonts/rotonda/rotonbol-webfont.ttf") format("truetype"), url("/css/fonts/rotonda/rotonbol-webfont.svg#rotonda_boldregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RotondaRegular";
    src: url("/css/fonts/rotonda/rotonreg-webfont.eot");
    src: url("/css/fonts/rotonda/rotonreg-webfont.eot?#iefix") format("embedded-opentype"), url("/css/fonts/rotonda/rotonreg-webfont.woff") format("woff"), url("/css/fonts/rotonda/rotonreg-webfont.ttf") format("truetype"), url("/css/fonts/rotonda/rotonreg-webfont.svg#rotondaregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    margin: 0;
    height: 100%;
}

body {
    font-family: "Tahoma", sans-serif;
    font-size: 16px;
}

#top_banner {
    text-align: center;
    position: relative;
    top: -66px;
    background: #f6d330;
}

#top_banner a {
    display: block;
    height: 90px;
}

button {
    outline: none;
}

.wrapper {
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 126px;
    min-height: 100%;
    position: relative;
    background: #4cb9e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 66px;
}

@media screen and (max-width: 930px) {
    .wrapper {
        padding-bottom: 324px;
    }
}

.footer {
    height: 125px;
    border-top: 1px solid #3081c0;
    background: #2d7cba;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer__content {
    max-width: 980px;
    margin: 0 auto;
}

.footer__logo {
    display: block;
    width: 124px;
    height: 43px;
    fill: #fff;
    float: right;
    letter-spacing: 0.02em;
    margin-right: 26px;
    margin-top: -10px;
}

.footer__logo-icon {
    width: 124px;
    height: 43px;
}

.footer__nav {
    margin: 30px 0 0 10px;
}

.footer__nav-link {
    color: #fff;
    text-decoration: none;
    font-family: "Tahoma";
    font-size: 14px;
    margin-right: 29px;
    user-select: none;
}

    .footer__nav-link:hover {
        text-decoration: underline;
    }

.footer__last-link {
    padding: 33px 0 0 9px;
    background-image: url(/images/6p.png);
    background-repeat: no-repeat;
    background-position: right 42px top 23px;
}

    .footer__last-link a {
        font-size: 13px;
        color: #fefefe;
        opacity: 0.5;
        margin-right: 15px;
        letter-spacing: 0.02em;
        display: inline-block;
        text-decoration: none;
        user-select: none;
    }

        .footer__last-link a:hover {
            text-decoration: underline;
        }

@media screen and (max-width: 930px) {
    .footer {
        height: 324px;
    }

    .footer__logo {
        margin-right: 19px;
        margin-top: 4px;
    }

    .footer__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: 19px;
        margin-top: 33px;
    }

    .footer__nav-link {
        margin-bottom: 20px;
    }

    .footer__last-link {
        margin: 19px 20px;
        border-top: 1px solid #448ac2;
        padding: 30px 0;
        background-image: url(/images/6p.png);
        background-repeat: no-repeat;
        background-position: right 42px top 23px;
    }
}

.header {
    height: 66px;
    background: #f6d330;
    box-shadow: 0 8px 5px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header__content {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.header__age {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(/images/main/header-age.png) no-repeat 0 0;
    width: 38px;
    height: 37px;
    z-index: 999;
}

.header__logo {
    width: 168px;
    height: 92px;
    display: block;
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 99;
}

.header__logo-sh {
    background: url(/images/main/logo-sh-new.png) no-repeat 0 0;
}

.header__logo-sm {
    background: url(/images/main/logo-sm-new.png) no-repeat 0 0;
}

    .header__hamburger {
        display: none;
    }

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 206px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 66px;
    float: right;
    padding-top: 3px;
    padding-right: 5px;
    box-sizing: border-box;
}

.header__nav-close {
    display: none !important;
}

.header__nav-link {
    font-size: 14px;
    color: #64296a;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-family: "RotondaBoldRegular", serif;
    font-weight: normal;
    font-style: normal;
    user-select: none;
}

.header__nav-link--blue {
    color: #3960ac;
}

.header__nav-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 930px) {
    .header__hamburger {
        width: 33px;
        height: 24px;
        background: transparent;
        display: block;
        padding: 0;
        border: none;
        outline: none;
        float: right;
        margin: 20px;
        cursor: pointer;
        fill: #64296a;
    }

    .header__hamburger-icon {
        width: 33px;
        height: 24px;
    }

    .header__nav {
        position: fixed;
        right: 0;
        top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f6d330;
        width: auto;
        height: auto;
        z-index: 999;
        display: none;
        width: 204px;
        padding-bottom: 30px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .header__nav.open {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .header__nav > * {
            position: relative;
            z-index: 999;
        }


        .header__nav.open:after {
            content: '';
            position: fixed;
            box-shadow: -8px 0 5px rgba(0,0,0,0.2);
            width: 204px;
            height: 115%;
            top: -15%;
            right: 0;
            bottom: 0;
            background: #f6d330;
            z-index: 99;
        }

    .header__nav-close {
        display: block !important;
        text-align: right;
        padding: 15px 25px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #eac02a;
        width: 100%;
        cursor: pointer;
    }

    .header__nav-close-icon {
        display: inline-block;
        width: 25px;
        fill: #64296a;
        height: 24px;
    }

    .header__nav-link {
        padding: 15px 25px 12px;
        border-bottom: 1px solid #eac02a;
        width: 100%;
        font-size: 20px;
    }

        .header__nav-link:hover {
            text-decoration: none;
            background: #ffae00;
        }
}
