#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.bg-head {
    background-image: url(/img/head/bg-head.jpg);
    background-size: cover;
}

.bg-bll {
    top: 0;
    left: 0;
    width: 100%;
    filter: blur(50px);
    opacity: 0.5;
    margin-top: -150px;
}

.navs-top {
    margin-top: 25px;
    width: calc(100% - 100px);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgba(255, 252, 252, 0.10) 0%, rgba(255, 255, 255, 0.07) 100%);
}

.head-txt {
    z-index: 1;
}

.logs-m-top img {
    height: 40px;
}

.cm-e-menu {
    background-color: rgba(255, 252, 252, 0) !important;
}

.cm-e-menu li.topmenu a {
    color: #fff;
}

.cm-e-menu li:hover {
    background-color: #d1d1d1 !important;
}

.cm-e-menu li.active {
    background-color: #fff !important;
}


.cm-e-menu .topmenu ul {
    background-color: #fff !important;
}

.cm-e-menu li:hover a {
    color: #000 !important;
}

.navbar-white {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #F4F5F7;
    padding: 8px 8px 8px 8px;
}

.navbar-white .nav-link.active {
    background-color: #fff;
    color: #000;
}

.navbar-white .nav-link {
    color: #758195;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.navbar-white .nav-link span {
    margin-left: 5px;
}

.navbar-white .nav-link svg path {
    fill:#758195;
}

.navbar-white .nav-link.active svg path {
    fill: #000;
}

.container-full {
    width: calc(100% - 100px);
}

.color-waolry {
    background: linear-gradient(to bottom,  #7208cc 0%,#030a4e 100%);
}

.text-grey {
    color: #758195;
}

.text-blue {
    color: #047CC8;
}

.text-waylet {
    color: #26055c;
}

.bg-cover {
    background-size: cover;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.rub-title {
    display: flex;
    border-radius: 8px;
    background-color: #f2f9fe;
    align-items: center;
    color: #017ef3;
    padding: 6px 16px;
    width: max-content;
}
.rub-title img {
    height: 16px;
    margin-right: 8px;
}

a.link-arrow {
    text-decoration: none;
    font-size: 20px;
    color: #017ef3;
}

a.link-arrow:after {
    content: '→';
    font-size: 32px;
    vertical-align: -3px;
    padding-left: 5px;

}

.rub-card {
    background-color: #f2f9fe;
    color: #017ef3;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}

ul.menu-foot li {
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 10px;
}

ul.menu-foot {
    padding: 0 0 0 0;
}

ul.menu-foot li.new a:before {
    content: 'NEW!';
    padding: 5px;
    margin-right: 5px;
    background-color: #6788F3;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
}

ul.menu-foot li a {
    text-decoration: none;
    color: #000;
    /* margin-bottom: 5px; */
}

.object-fit-contain{
    object-fit: contain;
}

.aspect-ratio{
    aspect-ratio: 1;
}

.h130{
    height: 130px;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.img-h-im{
    height: 100vh;
}


.navs-top:has(> .container-fluid button.navbar-toggler[aria-expanded="true"]){
    background: linear-gradient(to bottom, rgb(46 21 158 / 58%) 0%, rgb(58 38 132) 100%) !important;
    transition: 1s;
}

@media (max-width: 768px) {
    
    .navs-top {
        width: calc(100% - 10px);
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .logs-m-top img{
        height: 50px;
    }

    li.topmenu.nav-link{
        font-size: 1.7rem;
        text-align: right;
    }

    .text-center.fw-bold span{
        display: block;
        font-size: 1em;
    }

    h4.text-grey.text-section-h4{
        font-size: 1.05rem;
        margin-top: 0.5rem;
    }

    ul.nav.row.flex-column{
        width: 100%;
        border-radius: 40px;
    }

    ul.nav.row.flex-column li button span{
        font-size: 1.75em;
        width: 100%;
    }

    h4.text-grey.my-3{
        font-size: 1.1em;
    }

    a.btn.btn-outline-light.btn-lg{
        font-size: 1.5rem;
    }

    .dropdown button.btn.text-white{
        font-size: 1.7rem;
    }

    ul.dropdown-menu.show{
        font-size: 2rem;
    }


    .img-h-im{
        height: 100vh;
        padding: 40px;
        width: 110%;
    }

    .fs-md-1{
        margin: 0 90px;
        font-size: 1rem;
    }

    .bg-bll{
        transform: translateX(-40px);
    }

}

@media (max-width: 576px) {

    h4.text-grey.text-section-h4{
        font-size: 0.98em;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .fs-md-1{
        font-size: 0.98em;
    }

    ul.nav.row.flex-column{
        width: 100%;
        border-radius: 30px;
    }

    ul.nav.row.flex-column li button span{
        font-size: 1.25em;
        width: 100%;
    }

    h4.text-grey.my-3{
        font-size: 0.9em;
    }

    .img-h-im{
        width: 150%;
    }

    .bg-bll{
        transform: translateX(-160px);
    }

}

@media (max-width: 435px) {
    .display-4{
        font-size: 30px;
    }
    .fs-md-1{
        margin: 0 20px;
        font-size: 0.77em;
    }
}