

.wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
}
.wrap {
  max-width: 140rem;
}
.navigation__foldout {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: -1;
  padding: 0 0.8rem 0.8rem;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: opacity 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.63, 0, 0.55, 1), opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: transform 300ms cubic-bezier(0.63, 0, 0.55, 1), opacity 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  max-height: calc(1vh * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}
@media screen and (min-width: 62em) {
  .navigation__foldout {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
    padding: 11.2rem 2rem 0;
  }
}
@media screen and (min-width: 75em) {
  .navigation__foldout {
    padding: 11.2rem 2.4rem 0;
  }
}
@media screen and (max-width: 62em) {
  .navigation__foldout {
    opacity: 0;
    height: 0;
  }
}
.navigation--open .navigation__foldout {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: opacity 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: transform 550ms cubic-bezier(0.63, 0, 0.55, 1), opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: transform 550ms cubic-bezier(0.63, 0, 0.55, 1), opacity 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navigation__foldout-inner {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow: hidden auto;
  border-radius: 0.4rem;
}
@media screen and (min-width: 62em) {
  .navigation__foldout-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    overflow: initial;
    border-radius: 0;
  }
}
.navigation__foldout-content {
  position: relative;
  overflow: hidden;
  width: 80%;
  border-radius: 0 0 10rem 10rem;
  -webkit-transition: border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, min-height 1s ease-in-out, -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, min-height 1s ease-in-out, -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, transform 300ms cubic-bezier(0.63, 0, 0.55, 1), min-height 1s ease-in-out;
  transition: border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms, transform 300ms cubic-bezier(0.63, 0, 0.55, 1), min-height 1s ease-in-out, -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 62em) {
  .navigation__foldout-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(15rem);
    transform: translateY(15rem);
    border-radius: 0 0 30rem 30rem;
  }
}
@media screen and (max-width: 62em) {
  .navigation__foldout-content {
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.navigation--open .navigation__foldout-content {
  width: 100%;
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0.4rem;
}
.navigation__foldout-footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 62em) {
  .navigation__foldout-footer {
    max-height: 6.2rem;
  }
}
.navigation__foldout-wrap {
  width: 100%;
}
@media screen and (max-width: 62em) {
  .navigation__foldout-wrap {
    padding: 0 1.2rem;
  }
}
.navigation__row {
  height: 100%;
}
@media screen and (max-width: 62em) {
  .navigation__row {
    margin: 0 -1.2rem;
  }
}
.navigation__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  height: 3.4rem;
}
.navigation__footer {
  margin: 0 -1.2rem;
  padding: 1.6rem 0 3.2rem;
  z-index: 0;
}
@media screen and (max-width: 62em) {
  .navigation__footer {
    margin: 0 -1.2rem 0;
    -webkit-transition: margin 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms;
    transition: margin 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms;
  }
  .navigation--open .navigation__footer {
    -webkit-transition: margin 550ms cubic-bezier(0.63, 0, 0.55, 1) 500ms;
    transition: margin 550ms cubic-bezier(0.63, 0, 0.55, 1) 500ms;
  }
}
@media screen and (min-width: 62em) {
  .navigation__footer {
    padding: 3.2rem 0 2.4rem;
  }
}
@media screen and (max-height: 45em) {
  .navigation__footer {
    padding: 2.2rem 0 1.4rem;
  }
}
.navigation__favorites {
  position: relative;
  margin-left: 2rem;
  color: #ce5368;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navigation__favorites {
    display: none;
    width: 0;
  }
}
.navigation__favorites-icon {
  -webkit-transition: fill 300ms cubic-bezier(0.63, 0, 0.55, 1);
  transition: fill 300ms cubic-bezier(0.63, 0, 0.55, 1);
  fill: rgba(0, 0, 0, 0);
}
.navigation__favorites:hover .navigation__favorites-icon {
  fill: #ce5368;
}
.navigation__favorites-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0.3rem;
  left: calc(100% - 1rem);
  background-color: #ce5368;
  width: auto;
  border-radius: 3.8rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.1rem 0.4rem 0.2rem;
  border: 0.2rem solid #fff;
  opacity: 0;
}
.navigation__favorites-counter--active {
  opacity: 1;
}
.footer {
  padding: 2.4rem 0;
}
.footer--mega-menu {
  padding: 2.4rem 0.8rem 12rem;
}
@media screen and (min-width: 62em) {
  .footer--mega-menu {
    padding: 4rem 0;
  }
}
.footer__list {
  width: 100%;
  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;
}
@media screen and (min-width: 62em) {
  .footer__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer--mega-menu .footer__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__list-item {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 110%;
}
.footer__list-item + .footer__list-item {
  margin-top: 3.2rem;
}
@media screen and (min-width: 62em) {
  .footer__list-item + .footer__list-item {
    margin: 0 0 0 3.2rem;
  }
}
.footer__link {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration-color: rgba(0, 0, 0, 0);
  -webkit-transition: text-decoration-color 300ms, color 300ms;
  transition: text-decoration-color 300ms, color 300ms;
  color: #6062bb;
}
@media screen and (min-width: 62em) {
  .footer__link:hover {
    color: #109fc6;
    text-decoration-color: #109fc6;
  }
}
.footer__link--active {
  color: #109fc6;
  text-decoration-color: #109fc6;
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .footer__copyright {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__copyright p {
  font-size: 1.4rem;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .footer__socials {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer--mega-menu .footer__socials {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 2.6rem;
  }
}
.footer__social-button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__social-button + .footer__social-button {
  margin-left: 0.8rem;
}
.footer__navigation-wrapper {
  padding-bottom: 2.4rem;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .footer__navigation-wrapper {
    padding-bottom: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__navigation-section {
  display: block;
  position: relative;
}
@media screen and (min-width: 62em) {
  .footer__navigation-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 25%;
  }
}
.footer__navigation-header {
  color: #2e318f;
  font-weight: 600;
  padding: 1.3rem 0;
  position: relative;
}
@media screen and (min-width: 62em) {
  .footer__navigation-header {
    padding: 0 0 1.3rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.footer__navigation-header-icon {
  fill: #2e318f;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.footer__navigation-section--active .footer__navigation-header-icon {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
@media screen and (min-width: 62em) {
  .footer__navigation-header-icon {
    display: none;
  }
}
.footer__navigation-foldout {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s 0.2s;
  transition: height 0.3s 0.2s;
}
.footer__navigation-section--active .footer__navigation-foldout {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
@media screen and (min-width: 62em) {
  .footer__navigation-foldout {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.footer__navigation-inner {
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__navigation-section--active .footer__navigation-inner {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 62em) {
  .footer__navigation-inner {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    opacity: 1;
    padding-bottom: 0;
  }
}
.footer__navigation-list {
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 62em) {
  .footer__navigation-list {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__navigation-item + .footer__navigation-item {
  margin-top: 1.6rem;
}
.footer__navigation-link {
  color: #6062bb;
  text-decoration-color: rgba(0, 0, 0, 0);
  -webkit-transition: text-decoration-color 300ms, color 300ms;
  transition: text-decoration-color 300ms, color 300ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 62em) {
  .footer__navigation-link:hover {
    color: #109fc6;
    text-decoration-color: #109fc6;
  }
}
.footer__navigation-link--active {
  color: #109fc6;
  text-decoration-color: #109fc6;
}
.footer__navigation-button {
  margin-top: auto;
}
.footer__lower-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer--mega-menu .footer__lower-bar {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #cac8c4;
}
@media screen and (min-width: 62em) {
  .footer--mega-menu .footer__lower-bar {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 62em) {
  .footer__lower-bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__lower-bar-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.footer__lower-bar-item + .footer__lower-bar-item {
  margin-top: 2.4rem;
}
@media screen and (min-width: 62em) {
  .footer__lower-bar-item + .footer__lower-bar-item {
    margin-top: 0;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:footer] [128.2051] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 155 */