.footer {
  font-size: 14px;
  line-height: 20px;
}
.footer .container {
  gap: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer .container {
    padding-bottom: 34px;
  }
}
.footer-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  gap: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1099px) {
  .footer-menu {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .footer-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    padding: 30px 0 0;
    border-bottom: 0;
  }
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media (max-width: 1024px) {
  .footer-menu ul {
    min-width: calc(25% - 25px);
  }
}
@media (max-width: 767px) {
  .footer-menu ul {
    min-width: calc(50% - 12.5px);
  }
}
.footer-menu ul h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.footer-menu ul a {
  text-decoration: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.footer-menu ul a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer-menu ul a:hover {
  color: #000;
}
.footer-menu ul a:hover:after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer .w-copy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 899px) {
  .footer .w-copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .footer .w-copy .address {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .w-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer .w-copy .address {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.footer address {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
  background-image: url("../img/icons/pin-icon.svg");
  background-size: 24px 24px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .footer address {
    margin-bottom: 12px;
  }
}
.footer .c-block {
  display: inline-block;
}
@media (max-width: 1024px) {
  .footer .c-block {
    display: block;
  }
}
.footer .c-block a {
  text-decoration: none;
}
.footer .c-block:not(:last-child) {
  margin-right: 17px;
}
@media (max-width: 1024px) {
  .footer .c-block:not(:last-child) {
    margin: 0 0 12px;
  }
}
.footer .follow,
.footer .copyright {
  color: rgba(0, 0, 0, 0.6);
}
.footer .copyright {
  gap: 10px;
  display: grid;
  text-align: left;
}
@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
    gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.footer .mailto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .footer .mailto {
    margin-top: 20px;
  }
}
.footer .mailto a {
  text-decoration: none;
  position: relative;
}
.footer .mailto a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .mailto a:hover {
  color: #000;
}
.footer .mailto a:hover:after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer .follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: -8px;
}
@media (max-width: 767px) {
  .footer .follow {
    margin-bottom: -4px;
  }
}
.footer .follow a {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  min-width: 36px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .follow a:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
.footer .social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.footer .twitter {
  background-image: url("../img/icons/twitter.svg");
}
.footer .youtube {
  background-image: url("../img/icons/youtube.svg");
}

.dropdown {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .dropdown {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 6px;
  }
}
.dropdown-menu {
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 10px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 767px) {
  .dropdown-menu {
    right: unset;
    left: 0;
  }
}
.dropdown-menu li a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  font-weight: 400;
  padding: 3px 20px;
  clear: both;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.dropdown-menu li a:hover {
  color: #3A3A3A;
}
.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.dropdown-toggle img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.dropdown-caret {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X2Rvd24iPgo8cGF0aCBpZD0iYXJyb3ciIG9wYWNpdHk9IjAuNSIgZD0iTTE0IDVMOCAxMUwyIDUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS42Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dropdown.open .dropdown-menu {
  display: block;
}

@media (min-width: 768px) {
  .page-template-page-purchase-success footer.footer-v3 .copyright {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .page-template-page-purchase-success footer.footer-v3 .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .page-template-page-purchase-success footer.footer-v3 .copyright p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-template-page-purchase-success footer.footer-v3 .follow a {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }
}
@media (max-width: 767px) {
  .page-template-page-purchase-success footer.footer-v3 .container > div.bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}