@charset "utf-8";

/* content-bottom */
/* .content-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-color: rebeccapurple;
} */
.content-bottom {
  position: relative;
}
/* .section-message================================================================ */
.section-message {
  padding: 152px 0;
  background: #212121;
}
.container {
}
.section-box {
  display: flex;
}
.message-main {
  position: relative;
  font-size: 36px;
  line-height: 52px;
  color: #fff;
}
.strategy {
  margin: 12px 0 0 280px;
  font-size: 18px;
  line-height: 34px;
  color: #757575;
}
/* .section-message end============================================================= */

/* footer======================================================================= */
.footer {
  padding-bottom: 40px;
  background: #000;
  color: #fff;
}
.container {
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-info {
  display: flex;
  flex: 1 0 100px;
  justify-content: space-between;
}
.footer-info-box {
  margin-top: 24px;
}
.footer-info-list {
  max-width: 400px;
  margin: -5px 0;
  font-size: 0;
}
.footer-info-item {
  display: inline-block;
  margin: 5px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-info-item:nth-child(2n + 2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 32px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: sub;
}
.copy {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.footer .btn-donate {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}
.footer .btn-donate::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 28px;
  height: 28px;
  background-image: url("../img/section/icons-svg-e728b9e1897e258e70755f4eb15bc40b.svg");
  background-size: 1513px 1470px;
  background-position: -1110px -1394px;
  background-repeat: no-repeat;
}
.footer .btn-donate::before {
  content: "";
  position: absolute;
  top: calc(100% - -8px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.footer .certification-list {
  margin-top: 30px;
  font-size: 0;
}
.footer .certification-item {
  display: inline-block;
  vertical-align: top;
}
.footer .certification-item:not(:last-child) {
  margin-right: 16px;
}
.footer-terms-link {
}
.footer-terms-list {
  margin-top: 18px;
  font-size: 0;
}
.footer-terms-item {
  display: inline-block;
}
.footer-terms-item .link {
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-terms-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: sub;
}
.footer-logo {
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .footer-logo {
    padding: 20px 0;
  }
}
.footer-sites {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.footer-sites .dropdown {
  min-width: 188px;
}
.dropdown .btn-dropdown {
  display: block;
  width: 100%;
  padding: 26px 23px 25px 20px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 16px;
  line-height: 19px;
  color: #fff;
  text-align: left;
}
.dropdown .btn-dropdown::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 13px;
  vertical-align: middle;
  transition: transform 0.2s;
  width: 24px;
  height: 24px;
  background-image: url("../img/section/icons-svg-e728b9e1897e258e70755f4eb15bc40b.svg");
  background-size: 1513px 1470px;
  background-position: -228px -1442px;
  background-repeat: no-repeat;
}
.dropdown-opts {
  position: relative;
  display: none;
  right: 0;
  bottom: calc(100% + 6px);
  z-index: 2;
  border: 1px solid #757575;
  background: #000;
}
.dropdown-box {
  width: 260px;
  min-width: 410px;
  padding: 40px 20px;
}
.dropdown-box:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-box:first-child {
  padding-left: 40px;
}
.dropdown-box-style2 {
  width: 240px;
}
.dropdown-opts dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  color: #fff;
}
.dropdown-opts dd + dt {
  margin-top: 32px;
}
.dropdown-opts .dropdown-list {
  margin-top: 16px;
}
.dropdown-opts .dropdown-list-item {
  margin-top: 10px;
}
.dropdown-opts .link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #757575;
  transition: color 0.25s;
}
/* footer end=================================================================== */
/* content-bottom end */
