﻿.light-theme {
  background: #FFFFFF !important;
}
.light-theme .ginger-bn__footer-menu__title {
  color: #13AABF !important;
}
footer ul > li a {
  color: #222C31 !important;
}
.ginger-bn__footer {
  width: 100%;
  height: 609px;
  display: flex;
  box-sizing: border-box;
  padding: 0 58px;
  background: #E9F7FA;
}
.ginger-bn__footer__container {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.ginger-bn__footer__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.ginger-bn__footer__column_menu {
  flex: 1;
}
.ginger-bn__footer__column_brand {
  padding: 15px 130px 0 0;
}
.ginger-bn__footer__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.ginger-bn__footer__row_bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(194, 201, 208, 0.4);
}
.ginger-bn__footer-menu__brand > img {
  width: 117px;
}
.ginger-bn__footer-menu__half {
  width: 49%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.ginger-bn__footer-menu__section {
  width: 45%;
  box-sizing: border-box;
}
.ginger-bn__footer-menu__section .title-with-arrow img,
.ginger-bn__footer-menu__section .extensions-title img {
  display: none;
}
.ginger-bn__footer-menu__small-section {
  margin-top: 25px;
}
.ginger-bn__footer-menu__small-section .ginger-bn__footer-menu__title {
  padding-bottom: 0;
}
.ginger-bn__footer-menu__small-section .ginger-bn__footer-menu__item {
  padding-top: 12px;
}
.ginger-bn__footer-menu__small-section:first-child {
  margin-top: 0;
}
.ginger-bn__footer-menu__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #074D57;
  text-transform: uppercase;
  font-style: normal !important;
}
.ginger-bn__footer-menu__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #222C31;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  font-style: normal !important;
}
.ginger-bn__footer-menu__item img {
  margin-right: 10px;
}
.ginger-bn__footer-menu__item img.ginger-bn__footer-menu__item__apple-icon {
  margin-right: 13px;
}
.ginger-bn__footer-menu__item a {
  transition: 0.3s;
}
.ginger-bn__footer-menu__item a:hover {
  font-weight: bold;
  text-decoration: none;
}
.ginger-bn__footer-menu__item a:hover > span {
  font-weight: bold;
}
.ginger-bn__footer-menu__item a > span {
  white-space: nowrap;
}
.ginger-bn__footer-bottom .ginger-bn__footer__row {
  flex-direction: column;
}
.ginger-bn__footer-bottom__line {
  width: 100%;
  border: 1px solid #D9D9D9;
  box-shadow: 1px 1px 1px rgba(61, 61, 61, 0.1);
}
.ginger-bn__footer-bottom__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}
.ginger-bn__footer-bottom__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #787878;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ginger-bn__footer-bottom__icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1010px) {
  .ginger-bn__footer {
    height: 700px;
  }
}
@media (max-width: 980px) {
  .ginger-bn__footer {
    height: unset;
    padding: 0 32px;
  }
  .ginger-bn__footer__container {
    flex-direction: column;
  }
  .ginger-bn__footer__column {
    width: 100%;
  }
  .ginger-bn__footer__column_brand {
    height: unset;
    flex-direction: row;
    padding: 0 0 30px 0;
  }
  .ginger-bn__footer__row_top {
    padding-bottom: 50px;
  }
  .ginger-bn__footer-menu__brand > img {
    width: 103px;
  }
  .ginger-bn__footer-menu__half {
    width: 45%;
  }
  .ginger-bn__footer-menu__section:last-child {
    width: 35%;
  }
}
@media (max-width: 710px) {
  .ginger-bn__footer {
    padding: 0 16px;
    height: fit-content;
    max-height: unset;
  }
  .ginger-bn__footer__container {
    max-height: unset;
  }
  .ginger-bn__footer__column_menu {
    justify-content: flex-start;
  }
  .ginger-bn__footer__column_brand {
    padding: 0 0 20px 0;
  }
  .ginger-bn__footer__row {
    flex-direction: column;
  }
  .ginger-bn__footer__row_top,
  .ginger-bn__footer__row_bottom {
    padding: 0;
    border: none;
  }
  .ginger-bn__footer-menu {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .ginger-bn__footer-menu__brand > img {
    width: 88px;
  }
  .ginger-bn__footer-menu__content {
    flex-direction: column;
  }
  .ginger-bn__footer-menu__half {
    flex-direction: column;
    width: 100%;
  }
  .ginger-bn__footer-menu__section {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  .ginger-bn__footer-menu__section:last-child {
    width: 100%;
  }
  .ginger-bn__footer-menu__section ul {
    display: none;
  }
  .ginger-bn__footer-menu__section .title-with-arrow,
  .ginger-bn__footer-menu__section .extensions-title {
    cursor: pointer;
    margin: 4px 0;
  }
  .ginger-bn__footer-menu__section .title-with-arrow img,
  .ginger-bn__footer-menu__section .extensions-title img {
    display: block;
    transform: rotate(90deg);
    margin-right: 3px;
  }
  .ginger-bn__footer-menu__section .open {
    display: flex;
    margin: 8px 0 4px 0;
  }
  .ginger-bn__footer-menu__section .open img {
    transform: rotate(270deg);
  }
  .ginger-bn__footer-menu__section .show-list {
    display: block;
    margin-bottom: 25px;
  }
  .ginger-bn__footer-menu__title {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .ginger-bn__footer-menu__title img {
    display: block;
    transition: 0.3s;
  }
}