@media screen and (max-width: 600px) {

    #top-bar {
        display: none;
    }

    #custom-navbar {
        background: white;
    }
    .navbar-toggler {
        border: none;
    }

    .navbar > .container {
        display: block;
    }

    #responsive-logo {
        display: block !important;
        margin-left: 45px;
        margin-right: auto;
        width: 150px;
        margin-top: 10px;
    }

    #cabinet, #main {
        min-height: calc(100vh - 395px);
        overflow: auto;
        display: block;
    }

    #news img {
        width: 100% !important;
        height: auto;
    }

    .grid-img-ul .li-img{
        margin-left: 0;
    }
    .grid-img-ul {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-gap: 0 0px;
    }

    #responsive-footer {
        display: block !important;
    }

    .container-grid-bankam {
        display: block;
        padding: 0 10px;
    }

    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .container-body {
        padding: 0px 10px;
    }

    .container-grid {
        margin: 0;
        grid-gap: 0 12px;
    }

    #footer-logo {
        margin-top: 20px;
        height: 35px;
        margin-bottom: 35px;
    }

    #footer {
        height: 323px;
    }

    h1 {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }

    .logo-text {
        font-size: 15px;
        font-weight: bold;
        color: #057C48;
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        display: block !important;
    }
    .bank-title {
        display: none;
    }
    #main-footer {
        display: none !important;
    }

    #custom-navbar {
        display: none;
    }

    #responsive-navbar {
        display: block !important;
        height: 70px;
    }

    header .nav-item a {
        color: #4D4D4F !important;
        font-weight: normal;
        font-size: 19px;
    }

    .container-grid-cyber-froud {
        display: block;
        padding: 0px 5px !important;
    }

    #useful-links-responsible {
        display: block !important;
    }

    #useful-links {
        display: none;
    }

    #useful-links-responsible img {

        }

    .container-grid-error {
        display: block;
        margin: 0px 0;
        padding: 0 12px;
    }
    .container-grid-error .left {
        text-align: center;
    }
    .container-grid-error .left span {
        font-size: 155px !important;
        text-align: center;
    }

    .container-grid-error .right span {
        margin-top:0 !important;
        text-align: center;
    }

    #main-banner {
        background-image: url(/img/page/main/main-responsive-banner.png);
    }

    #bank-banner {
        background-image: url(/img/page/bankam/bank-responsive-banner.png);
    }

    #cyber-fraud-banner {
        background-image: url(/img/page/cyber-froud/cyber-fraud-responsive-banner.png);
    }

    #contact-banner {
        background-image: url(/img/page/contacts/contact-responsive-banner.png);
    }
    .page-banner {
        height: 235px;
    }

    .page-banner-text-wrapper {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        text-align: right;
        padding-top: 65px;
    }

    .page-banner-text {
        width: 100% !important;
    }
}

@media (min-width: 768px) /* Desktop */ {

}


nav {
    background-color: white;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.logo {
    font-size: 1.5rem;
}

/*nav ul {*/
/*    display: flex;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*nav ul li {*/
/*    margin-right: 20px;*/
/*}*/

/*nav ul li a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    transition: color 0.3s;*/
/*}*/

/*nav ul li a:hover {*/
/*    color: lightgreen;*/
/*}*/

.checkbtn {
    font-size: 30px;
    color: #4D4D4F;
    cursor: pointer;
    display: none;
}

#check {
    display: none;

}
#registration-steps {
    margin-top: 30px;
    margin-left: 30px;
}
.container-registration input {
    width: 100% !important;
}
.container-registration .select2-selection {
    width: auto !important;
}
.select2-container {
    width: 100% !important;
}
.container-registration {
    display: block;
}

@media (max-width: 768px) {
    .checkbtn {
        display: block;
        margin-top: 5px;
        margin-right: 20px;
    }

    .modal-dialog {
        width: auto !important;
    }

    nav ul {
        position: fixed;
        top: 70px;
        right: -100%;
        background-color: #F2F2F2;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.3s;
    }

    nav ul li {
        padding: 20px 0;
        border-bottom: 1px solid #E5E5E5;
    }

    nav ul li a {
        font-size: 20px;
    }

    #check:checked ~ ul {
        right: 0;
        z-index: 1;
    }
}