.footer {
    background-color: #525155;
    padding: 30px 0 100px
}

.footer .footer-container {
    border: 0;
    padding: 0 0 35px
}

@media(min-width:768px) {
    .footer .footer-container {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 35px 0
    }
}

.footer .footer-container .footer-links {
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 35px 0
}

@media(min-width:768px) {
    .footer .footer-container .footer-links {
        text-align: left;
        padding: 0 30px;
        border: 0
    }
}

.footer .footer-container .footer-links .footer-link {
    margin-bottom: 15px;
    font-size: 18px
}

.footer .footer-container .footer-links .footer-link:last-child {
    margin-bottom: 0
}

.footer .footer-container .footer-links .footer-link a {
    text-decoration: none;
    color: #fff
}

.footer .footer-container .footer-links .footer-link a:active,
.footer .footer-container .footer-links .footer-link a:focus,
.footer .footer-container .footer-links .footer-link a:hover {
    color: #bbb;
    text-decoration: none
}

.footer .footer-container .footer-payments {
    text-align: center;
    padding: 35px 0;
    color: #fff
}

@media(min-width:768px) {
    .footer .footer-container .footer-payments {
        padding: 0 30px;
        border: 0
    }
}

.footer .footer-container .footer-payments .payment-label {
    margin-bottom: 15px;
    font-size: 18px
}

.footer .footer-container .footer-payments .payment-methods {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 15px;
    cursor: pointer
}

.footer .footer-container .footer-payments .payment-methods .method {
    flex: 0 20%;
    padding: 0 2px
}

.footer .footer-container .footer-payments .payment-methods .method img {
    width: 100%;
    height: auto
}

.footer .footer-container .footer-payments .phones {
    margin-bottom: 20px
}

.footer .footer-container .footer-payments .phones .phone-link {
    text-decoration: none;
    color: #fff
}

.footer .footer-container .footer-payments .phones .phone-link:active,
.footer .footer-container .footer-payments .phones .phone-link:focus,
.footer .footer-container .footer-payments .phones .phone-link:hover {
    text-decoration: none;
    color: #bbb
}

.footer .footer-container .footer-payments .phones .phone-title {
    font-weight: 600
}

.footer .footer-container .footer-payments .email {
    margin-bottom: 20px
}

.footer .footer-container .footer-payments .email .email-link {
    text-decoration: none;
    color: #fff
}

.footer .footer-container .footer-payments .email .email-link:active,
.footer .footer-container .footer-payments .email .email-link:focus,
.footer .footer-container .footer-payments .email .email-link:hover {
    text-decoration: none;
    color: #bbb
}

.footer #footerModal.modal {
    padding: 0
}

.footer #footerModal.modal .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.footer #footerModal.modal .alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.footer #footerModal.modal .alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.footer #footerModal.modal .modal-close-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10000;
    opacity: 1;
    border: 1px solid #aaa;
    padding: .2rem .5rem .5rem;
    margin: 0;
    border-radius: 5px;
    background-color: #fff
}

@media(min-width:992px) {
    .footer #footerModal.modal .modal-close-btn {
        right: 30px
    }
}

.footer #footerModal.modal .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%
}

@media(min-width:768px) {
    .footer #footerModal.modal .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
        min-height: unset;
        height: auto
    }
}

@media(min-width:992px) {
    .footer #footerModal.modal .modal-dialog {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .footer #footerModal.modal .modal-dialog {
        max-width: 1000px
    }
}

.footer #footerModal.modal .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: 5px
}

@media(min-width:768px) {
    .footer #footerModal.modal .modal-dialog .modal-content {
        padding: 15px;
        border-radius: 5px
    }
}

@media(min-width:992px) {
    .footer #footerModal.modal .modal-dialog .modal-content {
        padding: 30px
    }
}

@media(min-width:1200px) {
    .footer #footerModal.modal .modal-dialog .modal-content {
        padding: 45px
    }
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-title {
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 30px
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-header {
    border: 0 !important
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-header .modal-title {
    margin-bottom: 0
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-body .modal-section {
    margin-bottom: 50px
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-body .modal-section .modal-subtitle {
    font-weight: 600;
    margin-bottom: 30px
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-body .modal-section p {
    text-align: justify
}

.footer #footerModal.modal .modal-dialog .modal-content .modal-footer {
    border: 0 !important
}

.footer #footerModal #page-container {
    margin: -15px -30px
}

.btn-modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #dedede;
    color: #414141;
    padding: 5px 20px;
    width: 100%;
    max-width: 320px;
    border: 0;
    border-radius: 5px;
    margin: 0 auto 20px;
    min-height: 40px;
    font-family: Raleway, sans-serif;
    text-decoration: none;
    transition: all .5s ease
}

.btn-modal:active,
.btn-modal:focus,
.btn-modal:hover {
    background-color: #afafaf
}