
footer {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

footer > hr {
    border-top: solid 1px #e0e4e9;
    margin: 0 -5%;
    position: relative;
    z-index: 100;
    width: 110%;
    top: -50px;
}

.footer-menu-column {
    width: 125px;
    margin-bottom: 37px;
}

.footer-column-2 {
    width: 247px;
}

footer .ul-menu {
    list-style-type: none;
    padding-inline-start: 0px;
    text-align: left;
}

footer .menu-title {
    text-align: left;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 2px;
    color: #343434;
    margin-bottom: 8px;
}

footer .menu-item a {
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #303030;
    text-decoration: none;
}

.logo-footer {
    float: unset;
    margin-right: 57px;
    width: 105px;
    margin-bottom: 22px;
}

footer .background-image {
    position: absolute;
    bottom: 720px;
    right: -20px;
    width: calc(100% + 60px);
    max-width: none;
    height: auto;
    top: auto;
    left: 0;
    z-index: -1;
    display: none;
}

.footer-logos-flex {
    display: flex;
    max-height: 193px;
}

.cr-footer-logo-text {
    border-right: 1px solid #E0E4E9;
    max-width: 258px;
    padding-right: 20px;
}

.btn-blue {
    background: #2282D4 !important;
}

.btn-blue::before {
    background-color: #2a6496;
}

.feedback-footer-logo-text {
    margin-top: 0;
    padding-left: 28px;
}

.footer-green-btn {
    margin-top: 18px;
}

.ul-footer-menu {
    display: flex;
}

.ul-footer-menu ul {
    padding-left: 0;
    list-style: none;
    margin-top: 4px;
}


.ul-footer-2 {
    margin-left: 49px;
}

.ul-menu-resources {
    margin-top: 10px;
}

.payment-provider-img {
    margin-left: 47px;
    opacity: 0.7;
}

.visa-provider-img {
    margin-left:0;
}

.payment-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 129.04%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2A3946;
    margin-top: 30px;
    margin-bottom: 26px;
}
.money-back-footer {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #6C8092;
    margin-top: 21px;
    margin-bottom: 30px;
    text-decoration-color: #6C8092;
}

.money-back-footer-a:hover {
    text-decoration-color: #6C8092 !important;
}

.legal-ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -7px;
}

.ul-menu li:first-child {
    list-style: none;
}

.legal-ul li {
    list-style: none;
    font-size: 14px;
    margin-left: 14px;
}

.legal-ul li a {
    font-size: 14px;
}

.legal-ul li:before {
    content:"·";
    font-size:30px;
    vertical-align: sub;
    margin-right: 14px;
}
.legal-ul .break-li:before {
    content:"" !important;
    font-size:30px;
    vertical-align: sub;
}
.legal-ul li:first-child:before {
    content: "";
    margin-right: 0;
}
.social-icons a {
    margin-right: 20px;
}

.legal-ul .legal-first {
    margin-left: 0;
}

.tablet-mobile-only {
    display: none;
}
.legal-and-social {
    display: flex;
}

.social-icons {
    margin-left: auto;
    margin-top: 10px;
}

@media screen and (max-width: 1100px) {
    .legal-and-social {
        display: block;
    }
    .social-icons {
        margin:0 auto;
        margin-top: 17px;
    }
}
.break-li {
    height: 0;
    width: 0;
    display: none;
}
@media screen and (max-width: 767px) {
    .break-li {
        display: block;
        height: 0;
        width: 100%;
    }
    .legal-ul .list-fourth:before {
        color: transparent;
        content: "" !important;
        margin-right: 0 !important;
    }
    .legal-ul .list-fourth {
        margin-left: 0;
    }
    .list-fourth, .list-fifth {
        margin-top: -20px;
    }

    .youtube-icon-href {
        margin-right: 0;
    }

}

@media screen and (max-width: 404px) {
    .legal-and-social {
        display: block;
    }

}

@media screen and (max-width: 345px) {
    .legal-ul .list-fifth:before {
        color: transparent;
    }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
    .tablet-mobile-only {
        display: block;
        margin-top: 30px;
        margin-bottom: 28px;
    }
    .first-tablet-hr {
        margin-top: 0;
    }
    .feedback-footer-logo-text a {
        display: block;
    }
    .footer-menu {
        flex-direction: column-reverse;
    }
    .footer-menu .col-sm-6 {
        margin: 0 auto;
        flex: 0 0 62%;
        max-width: 96%;
    }

    .footer-logos-flex {
        justify-content: space-between;
    }

    .cr-footer-logo-text {
        border-right: none;
    }

    .footer-green-btn {
        margin-top: 25px;
    }

    .payment-provider-img {
        margin-left: 16px;
    }
    .copyright {
        text-align: center;
    }
    .legal-ul {
        justify-content: center;
    }

    .social-icons {
        margin-bottom: 25px;
    }

    .footer-hr-line {
        display: block;
    }

    .footer-images {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}
.button-description-wrapper, .logo-footer  {
    display: block;
}
.copyright {
    opacity: 0.8;
}
.mobile-only-hr {
    display: none;
}
.mobile-footer-resources {
    display: none;
}

@media screen and (max-width: 992px) {
    .social-icons a {
        margin-right: 40px;
    }
    .social-icon {
        width: 28px;
        height: 28px;
        margin-right: 0;
    }

    .social-icons  .youtube-icon-href {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu {
        flex-direction: column;
    }
    .desktop-footer-resources {
        display: none;
    }

    .cr-footer-logo-text {
        border-right: none;
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        text-align: center !important;
        margin-top: -17px;
        padding-right: 0;
    }

    .logo-footer {
        float: unset;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .footer-green-btn {
        margin-top: 0;
    }

    .mobile-footer-resources {
        display: block;
    }

    .mobile-only-hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-img-hr {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer-column-2 {
        margin-bottom: 30px;
    }

    .footer-menu-column-1 {
        margin-bottom: 0;
        margin-left: 0 !important;
    }
    .mobile-footer-resources {
        margin-bottom: 0;
        width: unset;
        margin-left: 70px !important;
    }

    .special-footer-hr {
        position: absolute;
        width: 94%;
        top: 42%;
    }
    .special-hr-2 {
        border: 1px solid transparent;
    }

    .footer-column-2 {
        width: 100%;
    }
    .feedback-footer-logo-text {
        text-align: center;
        padding-left: unset;
    }
    .mobile-only-hr {
        display: block;
    }

    .button-description-wrapper {
        display: block;
        width: unset;
    }

    .ul-menu-resources .menu-item {
        margin-top: 10px;
    }

    .ul-footer-menu .menu-item {
        margin-top: 10px;
    }

    .footer-hr-line {
        display: block;
    }

    .footer-logos-flex {
        display: block;
        max-height: unset;
    }
    .footer-main-link {
        display: flex;
        margin: 0 auto;
        max-width: 49%;
        min-width: 300px;
    }
    .footer-menu .col-sm-6 {
        width: 100% !important;
        max-width: 100%;
    }

    .footer-column-2 .ul-footer-menu {
        justify-content: space-between;
    }

    .payment-provider-img {
        margin-left: 13px;
        opacity: 1;
    }

    .payment-title {
        margin-bottom: 0;
    }

    .tablet-mobile-only {
        display: none;
    }

    .legal-ul {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .payment-provider-img {
        margin-top: 26px;
    }

    .copyright {
        text-align: center;
        margin-top: 30px;
    }
}


