body {
    background-color: #FFFFFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
    border: 0;
    text-decoration: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.help-main {
    font-size: 28px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 200px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, col-xxl-5, col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

#container-content {
    padding-bottom: 15px;
}

/* .wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    //-webkit-transition: -webkit-transform .3s;
    //transition: -webkit-transform .3s;
    //transition: transform .3s;
    //transition: transform .3s,-webkit-transform .3s;
} */

.container-title {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 19px;
    font-weight: bold;

}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-new {
    position: relative;
    background-image: url("/media/img/loading_new.gif");
    background-repeat: no-repeat;
    height: 160px;
    width: 316px;
    margin: 100px auto;
}

.loading-new-abs {
    position: absolute;
    background-image: url("/media/img/loading_new.gif");
    background-repeat: no-repeat;
    height: 160px;
    width: 316px;
    top: 50%;
    left: 40%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
}

.loading-small-preloader {
    position: absolute;
    background-image: url(/media/img/loading_small_new.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 99px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99;
    bottom: 50%;
}

.content-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

/* #category-slidermain {
} */

.fixed, .mask.full, .mask1.full {
    width: 100%;
    height: 100%;
}

.mask.full, .mask1.full {
    cursor: pointer;
    position: fixed;
    background-color: rgba(0,0,0,.5);
    z-index: 888;
    bottom: 0;
    /*cursor: pointer;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    z-index: 999999999999999999999;
    width: 100%;
    height: 100%;*/
}

.fixed {
    overflow: hidden;
}

#homedescription {
    padding-top: 15px;
    position: relative;
    background-color: #ebebeb;
    font-size: 14px;
    padding-bottom: 15px;
}

#homedescription .homedescription-title {
    font-size: 19px;
    padding-bottom: 15px;
    font-weight: bold;
    text-align: center;
    color: #0b4b7d;
}

#homedescription .homedescription-text {
    text-align: justify;
    /*overflow: hidden;
    max-height: 100px;*/
}

/*#homedescription .homedescription-text.box-hide:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#ebebeb 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ebebeb 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#ebebeb 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#ebebeb 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#ebebeb 100%);
}*/
body.locked {
    overflow: hidden;
    height: 100%;
}

#popup-block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 102;
}

#popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    width: 1000px;
    height: auto;
}

@media (max-width: 1000px) {
    #popup-content {
        width: 600px;
    }
}

@media (max-width: 600px) {
    #popup-content {
        width: 300px;
    }

    #popup-close {
        margin-left: 15px;
    }
}


@media (min-width: 1367px) {
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media (max-width: 991px) {
    #link-nav {
        display: none;
    }

    #top-nav {
        display: none;
    }
}







/*

.wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

*/

