html,
body {
    height: 100%;
    min-height: 100%;
    background: none
}

.bg {
    background: url("../images/bg.jpg") no-repeat center top #A6B8C6;
    background-size: cover;
    position: fixed;
    top: 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    z-index: -1
}

#green {
    color: #333;
    max-width: 960px;
    position: relative;
    margin: 0 auto
}

#green #header-block {
    width: 100%;
    height: 100%;
    background: url("../images/content_bg.webp") repeat-y #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

#green .footer {
    background-color: #fff;
    text-align: center
}

#green .footer img {
    display: block;
    max-width: 100%
}

#green #green-wrap {
    position: relative;
    height: 100%;
    background: url("../images/content_bg.webp") repeat-y #fff;
    min-height: 500px
}

#green .title-wrap {
    position: relative;
    display: table;
    text-align: center;
    height: 83px;
    width: 100%
}

#green .title {
    display: block;
    width: 90%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #333333;
    font-size: 35px;
    line-height: 42px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10%
}

#green #main_menu {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px dashed #AAA
}

#green #main_menu .menu a {
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 0 20px;
    font-weight: bold
}

#green #sidebar-region {
    padding: 20px;
    text-align: center
}

#green #sidebar-region .sidebar-content .btn {
    width: 100%
}

#green #content-region {
    padding: 20px
}

.time-info {
    display: inline-block;
    overflow: hidden
}

.time-info>div {
    text-align: left;
    margin-bottom: 15px
}

.time-info .time-content {
    text-align: left;
    padding-left: 35px;
    position: relative
}

.time-info i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.time-info .enter {
    text-align: center
}

.time-info .enter a {
    width: 100%
}

.cert-register-white i {
    content: "";
    background-image: url("../images/cert-register-white.webp");
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 30px;
    vertical-align: middle
}

#language-switch {
    position: fixed;
    top: 150px;
    right: 0;
    padding: 7px 5px;
    background-color: #fff;
    z-index: 30;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

@media screen and (min-width: 600px) {
    .time-info>div {
        float: left;
        text-align: center;
        width: 50%
    }

    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 780px) {
    .time-info>div {
        float: left;
        text-align: center;
        width: 33.3333%
    }

    .time-info .time-content {
        display: inline-block
    }
}

@media screen and (min-width: 1024px) {
    .time-info {
        text-align: center
    }

    .time-info>div {
        text-align: left;
        float: none;
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    #green #header-block {
        height: 183px;
        background: url("../images/header_bg.webp") no-repeat top center;
        padding-top: 88px
    }
}

@media screen and (min-width: 1024px) {
    .two-column {
        overflow: hidden;
        position: relative;
    }

    .two-column #content-region {
        float: left;
        width: 70%
    }

    .two-column #sidebar-region {
        float: right;
        width: 30%
    }

    .two-column #sidebar-region.fixed {
        position: fixed;
        top: 0px;
        width: 20%;
        max-width: 285px;
        left: calc(50% + 170px);
        margin-right: 1.6%;
        height: initial;
    }

    .two-column #sidebar-region.is-touch-footer {
        top: initial;
        position: absolute;
        bottom: 0px;
        width: 30%;
        right: -20px;
        left: initial;
    }
}

#green #builder-not-found-wrapper {
    background-color: transparent;
}

#green a.enter-now, #green .enter-now a.menu-enter {
    background-color: #333;
    border:2px solid #fff;
}