﻿
#header_top {
    left: 0;
}

#headerMenu {
    margin: 0;
    height: 40px;
    list-style: none;
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

    #headerMenu li {
        display: inline-block;
    }

#skype_link {
/*    order: 5;
    width: 250px;*/
}

#news_link {
    /*order: 2;*/
}

#videos_link {
    /*order: 3;*/
}

#enter_link {
    /*order: 4;*/
}

#prices_link {
/*    width: 250px;
    order: 1;*/
}


#header_top_center span {
    position: absolute;
    opacity: 0.7;
    color: #a9a9a9;
    top: 0;
    font-size: 28px;
    font-family: sans-serif;
    width: 150px;
    display: none;
    cursor: pointer;
}
.main-tabs {
    display: flex;
    align-items: stretch;
    justify-content: left;
    margin-top: 20px;
}
.main-tabs  a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
@media (max-width: 700px) {

    #header_top #header_top_center {
        overflow: visible !important;
        width: 100% !important;
    }

    #header_top span {
        display: inline-block;
        z-index: 1000;
    }

    #header_top {
        height: 40px !important;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
    }

/*    #header_main {
        padding-top: 40px;
        height: 234px !important;
    }*/

    #headerMenu {
        width: 300px;
        display: flex;
        flex-direction: column !important;
        padding: 0;
        position: fixed !important;
        background-color: black;
        z-index: 102;
        padding-top: 40px;
    }


    #menu_btn.active {
        opacity: 1;
        color: white;
    }

    #headerMenu.menu-visible {
        transition: .1s linear;
        cursor: pointer;
    }

    #headerMenu.menu-ivisible {
        display: none;
    }

    #headerMenu li {
        width: 100%;
        height: 40px;
        z-index: 101;
        display: none;
        background-color: black;
        top: 30px;
        opacity: 0;
        text-align: center !important;
        float: none;
        margin: 0;
    }

        #headerMenu li a {
            white-space: nowrap;
            text-align: center;
            float: none;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            margin: 0;
        }

    #headerMenu.menu-visible li a {
        text-decoration: underline;
    }




    #headerMenu.menu-visible li {
        display: block;
        opacity: 1;
    }


        #headerMenu.menu-visible li:hover {
            background-color: #333333;
            transition: .1s linear;
        }

    .main-tabs {
        display: flex;
        padding: 10px 0;
        justify-content: space-between;
        align-items: stretch;
    }

        .main-tabs > li {
            width: 155px;
            height: 150px;
            flex: 1;
            margin-right: 7px;
        }

            .main-tabs > li:last-of-type {
                margin-right: 0;
            }

            .main-tabs > li > a {
                width: 100%;
                height: 100%;
                text-align: center;
                border: 1px solid #dfdfdf;
                background: #efefef;
                font-size: 16px;
                color: black;
                text-decoration: underline;
                display: flex;
                align-items: center;
                justify-content: center;
            }

}

.login-modal-content {
    min-width: 300px;
}

#login-main {
    min-width: 290px;
}

#langs {
    top: 50px !important;
}

@media (max-width: 700px) {
    #mobile_home {
        display: inline-block;
    }
}
