footer .border-box {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 80px 97px 40px;
}
footer.bg-green {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

footer .social-icons li a {
    border: solid 1.33px white;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

footer .social-icons li a:hover {
    border-color: #000;
    background: #000;
}

footer .footer-links-block .main-title {
    font-family: 'AlexandriaBold';
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 19px;
    background: transparent;
    text-align: left;
    color: #fff;
    cursor: auto;
}


footer .footer-links-block ul li a {
   font-family: 'AlexandriaRegular';
    font-weight: 350;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}

footer .footer-links-block ul li a:hover {
    opacity: 0.6;
}

footer .copyright {
    margin: 52px 0 18px;
}

footer .copyright p {
    font-family: 'AlexandriaLight';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 200%;
}

footer .border-green-block:before {
    background: linear-gradient(45deg, #fff, #fff);
    background: linear-gradient(45deg, #fff, #fff);
}
.popular-searches-block {
    padding-top: 94px;
}
.popular-searches-block h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.popular-searches-block .main-title {
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 13px;
    color: #FFFFFF;
    background-color: transparent;
}
.popular-searches-block .main-title {
    border: 0;
    margin: 0;
    padding-bottom: 13px;
}
.popular-searches-block ul li {
    border: 0;
border-bottom: 0.666667px solid #FFFFFF;
padding-bottom:13px;
margin-bottom: 0;
}
.popular-searches-block ul {
    padding:0 0 13px 0;
}
.collapsible-link::after {
    filter: invert(1);
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

footer .collapsible-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" /></svg>');
  background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 20px;
	width: 20px;
}

footer .collapsible-link[aria-expanded="true"]::after {
   content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 15.75 7.5-7.5 7.5 7.5" /></svg>');
}

.footer-cards-icon {
    row-gap: 16px;
    column-gap: 24px;
}

 .footer-cards-icon img {
     max-width: 72px;
 }

@media (min-width:768px) {
    footer .border-box .left-logo-follow {
        padding-right: 10%;
    }
    footer .collapsible-link::before,
    .mobile-show {
        display: none !important;
    }
    footer .border-box .left-logo-follow::before {
        display: none;
    }
    footer .border-box .left-logo-follow {
        padding: 0;
    }   
}

@media (min-width:1281px) and (max-width:1441px) {
    footer .border-box .left-logo-follow {
        padding-right: 0;
        width: 228px;
    }

    footer .border-box .footer-links-block {
        padding-right: 50px;
    }

    footer .border-box .footer-links-block>div {
        padding: 0px 0%;
        width: auto;
    }
}

@media (max-width:1441px) {
    footer.bg-green {
        padding: 50px 0 0 0;
    }
    footer .border-box {
        padding: 77px 56px;
    }

    footer .logo-footer {
        height: 126px;
    }

    footer .copyright p {
        font-size: 15px;
        margin-bottom: 0;
        white-space: nowrap;
    }

    footer .copyright {
        margin: 34px 0 12px 0;
    }

    footer .social-icons {
        margin-bottom: 0;
    }

    footer .social-icons li a {
        width: 38px;
        height: 38px;
    }

    footer .social-icons li a img {
        height: 22px;
    }

    footer .social-icons {
        column-gap: 8px !important;
    }

    footer .footer-links-block .main-title {
        font-size: 14px;
        margin-bottom: 14px;
    }

    footer .footer-links-block ul {
        margin-bottom: 0;
    }

    footer .footer-links-block ul li a {
        font-size: 12px;
        line-height: 220%;
    }
    .popular-searches-block {
        padding-top: 63px;
    }
    .popular-searches-block .main-title {
        padding: 0px 0 8px;
    }
    .popular-searches-block h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .popular-searches-block .main-title,
    .popular-searches-block ul li {
        font-size: 17px;
        line-height: normal;
    }
    .footer-cards-icon img {
        max-width: 31px;
    }
}


@media (min-width:1024px) and (max-width:1281px) {
    footer .border-box .left-logo-follow {
        padding-right: 0;
        width: 228px;
        padding-top: 30px;
    }

    footer .border-box .footer-links-block>div {
        padding: 0px 0%;
        width: auto;
    }
}

@media (max-width:1281px) {
    footer.bg-green {
        padding: 44px 0 0;
    }

    footer .border-box {
        padding: 60px 50px;
    }

    footer .logo-footer {
        height: 112px;
    }

    footer .copyright p {
        font-size: 13px;
        margin-bottom: 0;
    }

    footer .copyright {
        margin: 40px 0 14px 0;
    }

    footer .social-icons {
        margin-bottom: 0;
    }

    footer .social-icons li a {
        width: 33px;
        height: 33px;
    }

    footer .social-icons li a img {
        height: 20px;
    }

    footer .social-icons {
        column-gap: 8px !important;
    }

    footer .footer-links-block .main-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    footer .footer-links-block ul {
        margin-bottom: 0;
    }

    footer .footer-links-block ul li a {
        font-size: 12px;
    }
    .popular-searches-block {
        padding-top: 63px;
    }
    .popular-searches-block .main-title {
        padding: 0px 0 8px;
    }
    .popular-searches-block h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .popular-searches-block .main-title,
    .popular-searches-block ul li {
        font-size: 14px;
        line-height: normal;
    }
    .footer-cards-icon img {
        max-width: 31px;
    }
}

@media (min-width:769px) and (max-width:1025px) {
    footer .border-box .footer-links-block {
        padding-right: 50px;
    }

    footer .border-box .left-logo-follow {
        padding-top: 26px;
    }

    footer .border-box .footer-links-block>div {
        padding: 0px 0%;
        width: auto;
    }
}
@media (min-width:769px) and (max-width:992px) {
    footer .border-box .left-logo-follow {
        padding-right: 0;
        padding: 0;
        width: 228px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    footer .border-box .footer-links-block {
        width: 100%;
    }
}

@media (max-width:1025px) {
    footer.bg-green {
        padding: 35px 0 0;
    }
    footer .border-box {
        padding: 40px 40px 26px;
    }

    footer .logo-footer {
        height: 89px;
    }

    footer .copyright {
        margin: 27px 0 10px 0;
    }

    footer .copyright p {
        font-size: 11px;
    }

    footer .social-icons li a {
        width: 26px;
        height: 26px;
    }

    footer .social-icons li a img {
        height: 13px;
    }

    footer .social-icons {
        column-gap: 6px !important;
    }

    footer .footer-links-block .main-title {
        font-size: 12px;
        margin-bottom: 10px;
    }

    footer .footer-links-block ul li a {
        font-size: 10px;
        line-height: 200%;
    }
    .popular-searches-block {
        padding-top: 50px;
    }
    .popular-searches-block .main-title {
        padding: 0px 0 6px;
    }
    .popular-searches-block h2 {
        font-size: 17px;
        margin-bottom: 0;
    }
    .popular-searches-block .main-title,
    .popular-searches-block ul li {
        font-size: 11px;
        line-height: normal;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    footer .border-box {
        padding: 43px 4%;
    }

    footer .border-box .left-logo-follow {
        padding-right: 4%;
    }

    footer .border-box .shop-menu,
    footer .resources-menu,
    footer .legal-menu,
    footer .about-menu {
        padding: 0 7px;
    }

    footer .footer-links-block .main-title {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .bg-green {
        padding: 27px 24px;
        background-size: cover;
    }

    footer .border-box {
        padding: 0 0 15px;
        background: transparent;
    }

    .mobile-hide {
        display: none !important;
    }

    footer .border-box .left-logo-follow .follow-us,
    footer .border-box .about-menu {
        order: 1;
    }

    footer .border-box .legal-menu {
        order: 2;
    }

    footer .border-box .resources-menu {
        order: 3;
    }

    footer .border-box .shop-menu {
        order: 4;
    }

    footer .border-box .left-logo-follow>div {
        justify-content: space-between !important;
        align-items: center;
    }

    footer .border-box .logo-footer {
        width: 100px;
    }

    footer .border-box .logo-footer,
    footer .border-box .left-logo-follow {
        order: 2;
    }

    footer .social-icons li a {
        height: 22px;
        width: 22px;
        border-width: 1px;
    }

    footer .follow-us .follow-text {
        font-size: 12px;
    }

    footer .social-icons li a img {
        width: 13px;
    }

    footer .social-icons {
        column-gap: 5px !important;
    }

    footer .social-icons {
        margin-bottom: 0 !important;
    }

    .footer-links-block ul.show {
        border-bottom: 1px solid #F3F0EE;
    }

    .footer-links-block ul {
        margin: 0;
        padding: 0;
    }

    footer .footer-links-block .main-title {
        border-bottom: 1px solid #F3F0EE;
        padding-bottom: 8px;
    }

    footer .footer-links-block .main-title.active {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }

    .accordion-toggle::after {
        content: "";
        float: right;
        font-size: 0;
        background: url(../assets/images/down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 10px;
        width: 10px;
    }

    .accordion-toggle.active::after {
        background: url(../assets/images/down-arrow.svg);
        transform: rotate(180deg);
        background-repeat: no-repeat;
        background-position: center center;
        height: 10px;
        width: 10px;
        content: "";
    }

    .footer-links-block ul.show {
        transition: max-height 1s ease-in !important;
        height: auto;
        max-height: 500px;
        margin-bottom: 19px;
        padding-bottom: 19px;
    }

    footer .border-green-block.mobile-b-none:before {
        display: none;
    }

    footer.bg-green {
        padding: 27px 27px 100px;
    }

    footer .footer-links-block .main-title {
        font-size: 12px;
    }

    footer .footer-links-block ul li a {
        font-size: 11px;
    }

    footer .left-logo-follow {
        margin-top: 12px;
    }
    footer .footer-links-block .main-title {
        margin-bottom: 0;
    }
    footer .footer-links-block .collapse-block {
        width: 50%;
        padding-bottom: 10px;
        margin-bottom: 19px;
    }
    footer .collapsible-link::before {
        filter: invert(1);
    }
    footer.bg-green {
        padding: 18px 0;
    }
    footer .container {
        padding: 0 15px;
    }
   footer .border-box .left-logo-follow>div {
    flex-direction: column;
   }
   footer .border-box .logo-footer {
    order: 1;
   }
   footer .border-box .copyright {
    order: 2;
    margin-top: 00;
   }
    footer .border-box .left-logo-follow .follow-us {
        order: 3;
   }
  footer .follow-us .follow-text {
    display: none;
   }
   footer .left-logo-follow {
    padding: 15px 0 30px;
   }
   footer .popular-searches-block {
    padding-top: 5px;
   }
   .popular-searches-block h2 {
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
   }
   .popular-searches-block .main-title {
    padding: 0;
   }
   .popular-searches-block .main-title,
   .popular-searches-block ul li {
    font-size: 9px;
    padding-top:0;
    line-height: normal;
   }
   .popular-searches-block ul {
    margin: 0;
   }
   .footer-cards-icon img {
    height: 20px;
   }
   footer .popular-searches-block .pr-66,
   footer .footer-cards-icon  {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center !important;
   }
   footer .footer-cards-icon {
    padding-bottom: 20px;
    column-gap: 10px !important;
   }
}