/*footer.footer-main {
	padding-top: 7px
}

footer .links-container .align-items-center {
    align-items: flex-start!important;
}*/
footer .links-container .link-wrapper span,
footer .links-container .link-wrapper img {
    vertical-align: middle;
    display: inline-block;
    line-height: inherit
}

footer .nav-links-group a {
    height: 23px;
    display: block;
    line-height: 23px;
}

footer .nav-links-group .link-wrapper {
    height: 23px;
}


footer .nav-links-group {
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1 0 calc(100%/6);
}

footer .nav-links-group .dropup .dropdown-menu {
    padding-left: 0.5rem;
    background-color: rgba(37, 103, 190, 0.98);
}

footer .nav-links-group a.dropdown-item {
    padding-left: 0;
    padding-right: 0;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    height: auto
}

footer .nav-links-group a.dropdown-item:hover,
footer .nav-links-group a.dropdown-item:focus {
    background: none;
}

footer .nav-links-group a.dropdown-item:focus-visible {
    outline: none;
}

footer .nav-links-group #dropUpLegal {
    color: white !important;
    text-decoration: none;
    font-weight: 400;
    transition: text-shadow .2s ease-in-out, color .2s ease-in-out;
    /* not touch devices */
}

footer .nav-links-group #dropUpLegal::after {
    display: block;
    content: '';
    border-bottom: solid 0.1875rem white;
    transform: scaleX(0);
    opacity: 0;
}

footer .links-container .link-trustpilot-container {
    margin-top: -5px
}

footer .links-container .link-trustpilot-container span {
    padding-top: 4px;
    line-height: 15px;
}

footer .link-trustpilot img {
    width: auto;
    height: 24px;
}

@media (max-width: 1279px) and (min-width: 768px) {

    footer .links-container .link-wrapper:nth-child(4),
    footer .links-container .link-wrapper:nth-child(5) {
        margin-bottom: 20px
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    footer .nav-links-group #dropUpLegal:hover {
        color: white;
    }

    footer .nav-links-group #dropUpLegal:hover::after {
        transform: scaleX(1);
        opacity: 0.8;
    }

    footer .nav-links-group #dropUpLegal:hover::after {
        opacity: 1;
    }

    footer .nav-links-group #dropUpLegal:active {
        color: white;
    }

    footer .nav-links-group #dropUpLegal:active::after {
        transform: scaleX(1);
        opacity: 0.8;
    }
}




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

    footer a,
    .navbar-box .nav-links-group a {
        font-size: 16px !important;
    }

    footer .nav-links-group a {
        height: 21px;
        line-height: 21px;
    }

    footer .nav-links-group a.dropdown-item {
        height: auto
    }

    footer .nav-links-group .link-wrapper,
    footer .link-trustpilot img {
        height: 21px;
    }

    footer .links-container .link-trustpilot-container span {
        padding-top: 2px;
    }

    footer .links-container .link-trustpilot-container {
        margin-top: -2px;
    }
}

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

    footer a,
    .navbar-box .nav-links-group a {
        font-size: 14px !important;
    }

    footer .link-trustpilot img {
        height: 18px;
    }

    footer .links-container .link-wrapper span {
        padding-top: 3px;
    }

    footer .link-trustpilot img {

        height: 18px;
    }
}

@media only screen and (max-width: 1279px) {
    footer {
        padding-bottom: 0;
    }

    footer {
        padding-top: 19px;
    }

    footer .links-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: initial;
    }

    footer .links-container .link-wrapper {
        flex: 1 0 calc(100%/3);
        max-width: calc(100%/3);
        padding: 0;
        margin-bottom: 26px;
    }

    footer .links-container .link-wrapper:nth-child(1),
    footer .links-container .link-wrapper:nth-child(4) {
        justify-content: start;
    }

    footer .links-container .link-wrapper:nth-child(2),
    footer .links-container .link-wrapper:nth-child(5) {
        justify-content: center;
    }

    footer .links-container .link-wrapper:nth-child(3),
    footer .links-container .link-wrapper:nth-child(6) {
        justify-content: end;
    }

    footer .links-container .link-wrapper:nth-child(3) a {
        margin-left: auto;
    }

    footer .links-container .link-wrapper span {
        white-space: nowrap;
    }

}







@media only screen and (max-width: 824px) {
    footer .container>div>div:not(.link-trustpilot-container) {
        display: none !important;
    }

    footer .container>div {
        justify-content: center;
    }

    footer .link-trustpilot {
        align-items: center;
    }

    footer .link-trustpilot img {
        height: 17px;
    }

    footer {
        padding-top: 25px;
    }

    footer {
        height: 70px;
        min-height: 70px
    }

    footer a,
    .navbar-box .nav-links-group a {
        font-size: 12px !important;
    }

    footer .links-container .link-wrapper span {
        padding-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    footer .nav-links-group #dropUpLegal::after {
        border-bottom: solid 0.25rem white;
    }
}


@media only screen and (min-width: 1280px) {
    footer {
        height: 80px;
        align-items: flex-start;
        padding-top: 30px;
        display: flex;
        min-height: 80px;
    }
}

@media only screen and (min-width: 1601px) {
    footer {
        height: 93px;
        padding-top: 35px;

        min-height: 93px;
    }
}