.footer-navbar-list {
    font-size: 17px;
    background-color: white;
    padding: 0 40px 0;
    justify-content: flex-start;
}

.footer-navbar-items {
    padding: 11px 0 10px;
    border-bottom: 3px solid transparent;
}

.footer-navbar-items:hover {
    border-bottom: 3px solid #475669;
}

.footer-navbar-items:first-child {
    margin-right: 20px;
}

.footer-close-icon {
    color: #475669;
    top: 17px;
    right: 30px;
}

.footer-rules-content {
    padding: 22px 30px;
}

.footer-rules-wrapper {
    background-color: white;
    padding: 10px;
    height: 532px;
    overflow-y: scroll;
}

.footer-rules-wrapper::-webkit-scrollbar {
    width: 13px;
    background-color: #e6e6e6;
    border-left: 1px solid #999;
}
 
.footer-rules-wrapper::-webkit-scrollbar-track {
}
 
.footer-rules-wrapper::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 50px;

}

.footer-about-personal-data-wrapper {
    padding: 0 20px;
}

.footer-data-processing-agreement-container {
    font-size: 12px;
    padding: 23px 0 34px;
}

.footer-all-rights-reserved-block {
    display: flex;
    padding: 16px 23px 23px;
}

.footer-rights-txt {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    width: 20%;
    color: #475669;
}

.footer-rules-heading {
    font-size: 13px;
}

.about-personal-data-heading {
    font-size: 17px;
}

.rules-text {
    font-size: 12px;
}

.disclaimer-text {
    font-size: 14px;
}

.about-personal-info-text {
    font-size: 14px;
}

.law-on-official-site {
    font-size: 11px;
}

.rights-reserced-information {
    font-size: 14px;
    margin-top: 16px;
    cursor: pointer;
}

.rights-reserced-information-link {
    float: right;
    font-size: 14px;
}

.mr-0 {
    margin-right: 0;
}

.footer-rights-reserved-txt-block {
    width: 100%;
    font-size: 12px;
}

.footer-rights-reserved-txt {
    position: absolute;
}

.footer-submit-btn {
    padding: 8px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.js-rules-content {
    display: none;
}


/*Personal data processing agreement*/
.data-processing-agreement-container {
    position: fixed;
    max-width: 1260px;
 /*   height: 532px;*/
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 5px 2px #999;
    background-color: #e0e0e0;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
}

.data-container {
    position: fixed;
    max-width: 1260px;
 /*   height: 532px;*/
    margin: 0 auto;
    padding: 0;
    box-shadow: 0 0 5px 2px #999;
    background-color: #e0e0e0;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
}
/*..........*/
@media only screen and (max-width: 768px) { 
    .footer-data-processing-agreement-container {
        margin: 23px 18px;
    }
}

@media only screen and (max-width: 576px) {
    .footer-all-rights-reserved-block {
        flex-direction: column;
    }

    .footer-rights-txt {
        width: 100%;
    }

    .rights-reserced-information-link {
        float: left;
    }

    .footer-rights-reserved-txt {
        position: relative;
    }

    .footer-data-processing-agreement-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-all-rights-reserved-block {
        display: none;
    }
}