@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#logo {
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 180px;
    height: 98px;
    background-color: #fff;
    position: absolute;
    border-bottom-right-radius: 40% 90%;
}

.logo {
    position: absolute;
    left: 20px;
    top: 5px;
    z-index: 999;
    width: 120px;
}

.header-spase {
    height: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}

.slider-z-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
}

.slider-z-image h1 {
    margin: auto;
    color: #fff;
    padding: 5px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    position: relative;
}

.shape-top {
    width: 250px;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 20px;
}

.shape-bottom {
    width: 250px;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    bottom: -15px;
}

nav {
    width: 100%;
    height: 97px;
    z-index: 99;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin-top: 0px;
    background-color: #fff;
    background-image: url('../img/icons/nav.jpg');
    border-bottom: 1px solid #fff;

}

nav>ul {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    list-style: none;

}

nav>ul>li {
    display: inline-block;
    margin-top: 10px;
    height: 20px;
    padding: 20px 30px;
    position: relative;

}

nav>ul>li:first-child {
    border-left: none;
}

nav>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    top: 10px;
    font-size: 14px;

}

nav>ul>li>a:hover {

    color: #181691;

}

nav>ul>li>ul {
    padding: 0;
    margin: 0;
    margin-top: 19px;
    margin-left: -110px;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 9999;
}

nav>ul>li>ul>li {
    width: 300px;
    height: 45px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;

}

nav>ul>li>ul>li a {
    color: #000;
    width: 300px;
    height: 45px;
    position: absolute;
    font-size: 14px;
    line-height: 50px;
    left: 0;
    top: 0;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    text-align: center;
}

nav>ul>li>ul>li a:hover {
    color: #181691;
}

.menu-ul {
    width: 300px;
}

.ulcontacts {
    list-style: none;
    position: absolute;
    border-radius: 10px;
    right: 30px;
    height: 30px;
}

.ulcontacts li {
    padding: 2px 20px;
    text-align: center;
    float: left;
    font-size: 16px;
    margin: 5px;
    color: #fff;

}

.ulcontacts li:nth-child(1) {
    background-image: url('../img/icons/mob.png');
    background-repeat: no-repeat;
    background-size: 12px 20px;
    background-position-y: 1px;

}

.ulcontacts li p a {
    color: #fff;
    font-size: 16px;
    font-family: 'bpg_nino_medium_capsregular';
}

.leng {
    width: 70px;
    position: absolute;
    right: 40px;
    top: 60px;
    color: #fff;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99;
}

.leng a {
    margin: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 150px;
    line-height: 00px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}

.leng a:hover {
    color: #181691;
}

.icon {
    margin: auto;
    width: 300px;
    position: relative;
}

.icon ul {
    list-style: none;
    padding: 0;
    right: 10px;
    /* position: absolute; */
    z-index: 9999;
}

.icon ul li {
    float: left;
    width: 23px;
    height: 23px;
    margin-left: 50px;
    border-radius: 50%;
    background-position: center;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    position: relative;
}

.icon ul li:hover {
    background-color: #181691;
    opacity: 0.6;
}

.icon ul li a {
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;

}

#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 2%;
    border: 1px solid rgba(24, 22, 145, 0.3);
    top: 43px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}

.nav-bar-menu {
    width: 100%;
    background-color: rgba(54, 59, 63, 0.8);
    top: 100px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
}

.sirkle {
    background-image: url(../img/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32, 27, 49, 0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
}

.namber {
    position: absolute;
    color: #fff;
    background-color: rgba(252, 45, 45, 0.7);
    width: 17px;
    height: 17px;
    border: 2px solid #fc2d2d;
    border-radius: 50%;
    right: -15px;
    font-size: 13px;
    top: -20px;
}

/* .preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/loading.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 100px 100px;
} */

footer {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    background-color: #1d1d1f;
    margin-top: 100px;
}

footer ul {
    width: 100%;
    text-align: center;
    margin-top: 20px;

}

footer ul li {
    display: inline-block;
    margin: 20px 25px;
}

footer ul li a {
    color: #464656;
    font-family: "BPG Arial Caps", sans-serif;
}

footer ul li:hover {
    opacity: 0.8
}

footer p {
    position: absolute;
    color: #a3a7a7;
    font-size: 15px;
    width: 100%;
    text-align: center;
    bottom: 10px;
}

.top {
    height: 30px;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
}

.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32, 27, 49, 0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 5px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 999999999999999999999999999999999999999999999999;
}

.mone {
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    right: 2px;
    z-index: 9999;
    width: 200px;
    bottom: 5px;
    color: #5b5957
}

.mone img {
    position: absolute;
    top: -5px;
}

#category-menu {
    max-width: 1160px;
    margin: auto;
    margin-top: 340px;
    overflow: hidden;
    position: relative;
}

#category-menu>a {
    margin-top: 200px;
    font-size: 20px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#category-menu>a:hover {
    color: #fb5c5c;
}

#category-menu>.fa-chevron-right {
    color: #fb5c5c;
}