@font-face {
    font-family: "LetoTextSansDefect";
    src: url(/css/fonts/LetoTextSansDefect.otf) format('truetype');
}

.b-page-full {
    width: 100%;
}

    .b-page-line {
        margin: 0 auto;
    }

.b-link {
    color: #525252;
    font-size: 12px;
}

.b-head {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 73px;
    display: table;
    table-layout: fixed;
    background-color: #fbf7d1;
}

    .b-head-logo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 19px;
        margin-bottom: 17px;
        text-align: center;
    }

        .b-head-logo__img {
            display: inline-block;
            text-align: center;
            width: 211px;
            height: 36px;
            background: center no-repeat;
            background-size: cover;
        }

.b-head__search {
        width: 100%;
        display: none;
        height: 89px;
        background-color: #ff3000;
        overflow: hidden;
    }

    .b-head__underscore {
        margin-left: 7%;
        margin-right: 7%;
        border-bottom: 1px solid #dddabf;
    }

.b-head-m-red {
    width: 100%;
    background-color: #ff3000;
}

.b-head-m-absolute {
    position: absolute;
    z-index: 501;
}

.b-button {
    font-family: LetoTextSansDefect;
    height: 35px;
    width: 88px;
    border: 1px solid #dddabf;
    opacity: 0.5;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}

.b-button:hover {
    opacity: 1;
    background-color: #ff3000;
    color: #fff;
    cursor: pointer;
}

    .b-button-m-right {
        top: 30px;
        right: 13%;
        position: absolute;
        overflow: hidden;
    }

.en-version-top {
    top: 30px;
    right: 10%;
    position: absolute;
}
.en-version {
    color: #7B7961;
    text-decoration: none;
    transition: 0.3s;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 37px;
    white-space: nowrap;
}

.en-version:hover {
    color: #FF3000;
    text-decoration: none;
}

    .b-button-m-left {
        top: 30px;
        left: 10%;
        position: absolute;
    }

    .b-button-m-center {
        float: none;
        margin: auto;
    }

    .b-button-m-search-text {
        font-family: LetoTextSansDefect;
        font-weight: lighter;
        text-align: right;
        opacity: 1;
        border: none;
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 53px;
        display: inline;
        padding-right: 50px;
    }

.b-search {
}

    .b-search-input {
        font-family: LetoTextSansDefect;
        font-size: 18px;
        color: #000000;
        line-height: 53px;
        float: left;
    }

        .b-search-input__text {
            font-family: LetoTextSansDefect;
            border: none;
            outline: none;
            margin-top: 10px;
            margin-left: 10%;
            font-size: 45px;
            color: #FFFFFF;
            background-color: #ff3000;
            line-height: 72px;
            display: inline;
        }

    .b-search__buttons {
        float: right;
        display: inline;
        line-height: 72px;
        margin: auto;
        margin-top: 13px;
    }

.b-menu {
    font-family: LetoTextSansDefect;
    background-color: #fbf7d1;
    color: #7B7961;
    list-style-type: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: auto;
    white-space: nowrap;
    z-index: 503;
}

    .b-menu-entry {
        display: none;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 53px;
        position: relative;
        white-space: nowrap;
    }
    .b-menu-entry:first-child {
        padding-left: 0px;
    }
    .b-menu-entry:last-child {
        padding-right: 0px;
    }

        .b-menu-entry-m-uppercase {
            text-transform: uppercase;
        }

        .b-menu-entry__link {
            color: #7B7961;
            text-align: center;
            text-decoration: none;
            transition: 0.3s;
            display: block;
        }

        .b-menu-entry-m-non-responsive {
            display: inline-block;
        }

        .b-menu-entry-m-responsive {
            display: none;
        }

    .b-menu-button {
        display: none;
    }
        .b-menu-button-m-margin {
            margin-top: 32px;
        }

.b-menu__entry__link-m-dropdown-menu-toggle {
}

.b-menu__entry__link-m-active {
    color: #FF3000;
}

.b-menu-entry__link:hover {
    color: #FF3000;
    text-decoration: none;
}

.b-menu__entry-m-border {
    border: none;
}

.b-menu__entry__icon {
    display: none;
}

.b-menu__entry__icon__link {
    text-decoration: none;
    color: #7B7961;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 53px;
    display: block;
}

.b-menu__entry__icon__link:hover {
    text-decoration: none;
}

.b-menu__entry__icon__link:after {
    content: "\2193";
}

.b-dropdown-menu {
    font-family: LetoTextSansDefect;
    font-size: 20px;
}

    .b-dropdown-menu-entry {
        background: #73D5DA;
        text-align: left;
        letter-spacing: 1px;
        line-height: 24px;
        white-space: nowrap;
        position: absolute;
        opacity: 1;
        display: none;
        z-index: 503;
    }

        .b-dropdown-menu-entry__link {
            display: block;
            color: #FFFFFF;
            text-decoration: none;
            padding: 14px;
        }

        .b-dropdown-menu-entry-item:not(:first-child) {
            border-top: 1px solid #9de1e5;
        }

        .b-dropdown-menu-entry__link:hover {
            text-decoration: none;
            color: #fff;
            background-color: #FF3000;
        }

        .b-dropdown-menu-entry-m-profile-menu {
            top: 42px;
            right: 0;
        }

.b-user-info-panel {
    font-family: LetoTextSansDefect;
    height: 44px;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    overflow: hidden;
}

    .b-user-info-panel-m-right {
        top: 30px;
        right: 13%;
        position: absolute;
    }
    .b-user-info-panel:hover {
        cursor: pointer;
    }
    .b-user-info-panel--m-link {
        text-decoration: none;
        color: #000000;
    }

    .b-button__logout {
        margin: 20px auto;
    }
    .b-button__logout:hover {
        text-decoration: none;
        background-color: #fbf7d1;
    }
    .b-button__logout a:hover {
        text-decoration: none;
    }

    .b-user-info-panel__login {
        opacity: 0.5;
        display: block;
        width: 135px;
        white-space: nowrap;
        text-align: left;
    }
        .b-user-info-panel__login:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 30px;
            background: -webkit-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: -moz-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: -o-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: linear-gradient(to right, rgba(251,247,209,0), rgba(251,247,209,1) 80%)
        }

    .b-user-info-panel__image {
        float: left;
        width: 34px;
        height: 34px;
        margin-right: 8px;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .b-user-info-panel__image-m-no-photo {
        float: left;
        width: 34px;
        height: 34px;
        margin-right: 8px;
        border-radius: 17px;
        background: center no-repeat;
        background-color: #06b9d7;
    }

    .b-user-info-panel__image-m-no-photo {
        background-image: url(../images/logo/Minilogo.png);
        background-image:
                linear-gradient(transparent, transparent),
                url(../images/logo/Minilogo.svg);
    }

    .b-head-logo__img {
        background-image: url(../images/logo/Logo.png);
        background-image:
                linear-gradient(transparent, transparent),
                url(../images/logo/Logo.svg);
    }

    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen
        and (-o-min-device-pixel-ratio: 3 / 2), only screen
        and (-webkit-min-device-pixel-ratio: 1.5), only screen
        and (min-device-pixel-ratio: 1.5) {

        .b-user-info-panel__image-m-no-photo {
            background-image: url(../images/logo/Minilogo@2x.png);
            background-image:
                    linear-gradient(transparent, transparent),
                    url(../images/logo/Minilogo.svg);
            background-size: 17px;
        }

        .b-head-logo__img {
            background-image: url(../images/logo/Logo@2x.png);
            background-image:
                    linear-gradient(transparent, transparent),
                    url(../images/logo/Logo.svg);
        }
    }

.b-user-info-panel-dropdown-menu {
    position: absolute;
    font-family: LetoTextSansDefect;
}

.b-user-info-panel-dropdown-menu-m-top-right {
    top: 66px;
    right: 13%;
    margin-top: 10px;
    margin-right: 50px;
}

.b-user-info-panel-dropdown-menu-m-left {
    margin-left: -70px;
}

.b-user-info-panel-dropdown-menu-m-responsive {
    display: none;
}

.b-custom-color--red {
    color: #FF3000;
}

.b-menu-entry-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px;
}

.b-user-info-panel-m-responsive {
    display: none;
}


.js-menu-entry-main {
    display: none;
}

.js-menu-entry-m-visible {
    display: inline-block;
}

.js-menu-entry-m-disabled {
    display: none;
}


@media screen and (max-width: 1000px) {
    .b-menu-entry {
        display: none;
    }

    .b-user-info-panel {
        display: none;
    }

    .b-menu__entry__icon {
        margin: auto;
        display: block;
        text-align: center;
    }

    .b-button__login {
        display: none;
    }

    .b-button__search {
        display: none;
    }

    .js-dropdown-menu-toggle {
        display: none;
    }

    .js-menu-entry-m-visible {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .en-version {
        display: none;
    }
    .b-user-info-panel-m-responsive.responsive {
        display: table;
        margin: 0 auto;
        margin-top: 31px;
    }

    .b-user-info-panel-dropdown-menu-m-responsive.responsive {
        display: none;
        position: absolute;
        left: 40%;
    }

    .b-menu.responsive {
        position: relative;
        margin-bottom: 40px;
    }

    .b-menu-button.responsive {
        display: block;
    }

    .b-menu-entry.responsive {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .b-menu-entry-m-non-responsive.responsive {
        display: none;
    }

    .b-menu-entry-m-responsive.responsive {
        display: inline-block;
    }

    .b-menu__entry-m-border.responsive {
        border-bottom: 1px solid #dddabf;
    }

    .b-menu-entry__link {
        display: block;
        text-align: center;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 20px;
    }

        .b-menu-entry__link:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 70px;
            background: -webkit-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: -moz-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: -o-linear-gradient(left, rgba(251,247,209,0), rgba(251,247,209,1) 80%);
            background: linear-gradient(to right, rgba(251,247,209,0), rgba(251,247,209,1) 80%)
        }

    .b-menu__entry__icon.responsive {

    }

    .b-menu__entry__icon__link.responsive:after {
        content: "\2191";
    }
}

.b-menu-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 9px 5px;
    border-color: transparent transparent #73d5da transparent;">
}

    .b-menu-triangle-m-right {
        position: absolute;
        top: -9px;
        right: 15px;
    }
