﻿#footer {
  background-color: #2C267A;
  color: #ffffff;
}
#footer .holder {
  padding: 27px 25px 30px;
  max-width: 1577px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #footer .holder {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  #footer .accordion {
    display: flex;
    justify-content: space-between;
  }
}
#footer .accordion-button {
  background-color: #2C267A;
  color: #ffffff;
  box-shadow: none;
  padding-right: 0;
  padding-left: 0;
  border-radius: unset;
  padding-top: 14px;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
}
#footer .accordion-button.collapsed {
  border-bottom: 1px solid #ffffff;
}
#footer .accordion-button.collapsed::after {
  background-image: url("../../images/ico-add.svg");
  background-size: 15px 17px;
}
#footer .accordion-button::after {
  background-image: none;
}
#footer .accordion-button:focus, #footer .accordion-button:focus-visible {
  box-shadow: none;
  outline: 1px solid #F2CC45;
  outline-offset: 0;
}
#footer .accordion-item {
  background-color: #2C267A;
  color: #ffffff;
  border: none;
}
@media (min-width: 992px) {
  #footer .accordion-item {
    max-width: 205px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #footer .accordion-item-input {
    max-width: 280px;
  }
}
#footer .accordion-item-schedule .accordion-body p {
  max-width: 100%;
}
#footer .accordion-item-schedule .list-item {
  display: flex;
  column-gap: 21.5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 41px;
}
#footer .accordion-item-schedule .list-item .text {
  min-width: 78px;
}
@media (min-width: 992px) {
  #footer .accordion-item-schedule .list-item .text {
    width: 40%;
  }
}
#footer .accordion-collapse {
  border-bottom: 1px solid #ffffff;
  border-radius: unset;
}
@media (min-width: 992px) {
  #footer .accordion-collapse {
    border-bottom: none;
    border-top: 2px solid #ffffff;
  }
}
#footer .accordion-body {
  padding: 0;
}
@media (min-width: 992px) {
  #footer .accordion-body {
    padding-top: 15px;
  }
}
#footer .accordion-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  max-width: 274px;
}
#footer .input-wrapper {
  position: relative;
  margin-bottom: 33px;
}
#footer .input {
  width: 100%;
  height: 61px;
  padding-left: 20px;
}
#footer .add-button {
  background-color: #ffffff;
  background-image: url("../../images/input-img.svg");
  background-repeat: no-repeat;
  border: none;
  width: 57px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .footer-btn {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border: 0;
  background-color: #FFDD46;
  margin-top: 27px;
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  #footer .footer-btn {
    max-width: 280px;
    margin: 0;
  }
}
#footer .footer-btn:focus, #footer .footer-btn:focus-visible {
  box-shadow: none;
  outline: 1px solid #F2CC45;
  outline-offset: 2px;
  color: #2C267A;
}
@media (min-width: 992px) {
  #footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 52px;
  }
}
#footer .footer-bottom {
  margin-top: 35px;
}
@media (min-width: 992px) {
  #footer .footer-bottom {
    margin-top: 44px;
  }
}
#footer .footer-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #footer .footer-bottom-inner {
    justify-content: end;
  }
}
#footer .footer-bottom-inner p {
  font-size: 15px;
  line-height: 19px;
}
#footer .btn-primery-green:focus, #footer .btn-primery-green:focus-visible {
  box-shadow: none;
  outline: 1px solid #F2CC45;
  outline-offset: 2px;
}
#footer .group-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #footer .group-title {
    margin-bottom: 7px;
  }
}
#footer .list {
  margin-bottom: 13px;
}
#footer .list-item {
  font-weight: 400;
  font-size: 15px;
  line-height: 43px;
}
#footer .list-item a {
  text-decoration: none;
  cursor: pointer;
}
#footer .list-item a:hover, #footer .list-item a:focus {
  text-decoration: underline;
  color: #ffffff;
}
#footer .list-social {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 0;
  margin-top: 45px;
}
@media (min-width: 992px) {
  #footer .list-social {
    gap: 30px;
    margin-top: 34px;
  }
}
#footer [type=email], #footer [type=number], #footer [type=tel], #footer [type=url] {
  direction: rtl;
}

.footer-story-wizard {
  background-color: #2C267A;
  color: #ffffff;
}
.footer-story-wizard .holder {
  padding: 23px 26px 22px;
  max-width: 1577px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer-story-wizard .holder {
    padding: 26px 30px;
    flex-direction: row;
    row-gap: 20px;
  }
}
.footer-story-wizard .list {
  display: flex;
  gap: 20px;
  margin-bottom: 17px;
  margin-top: 27px;
}
@media (min-width: 992px) {
  .footer-story-wizard .list {
    margin: 0;
  }
}
.footer-story-wizard .list-item {
  position: relative;
}
.footer-story-wizard .list-item::after {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.footer-story-wizard .list-item:last-child::after {
  display: none;
}
.footer-story-wizard .list a {
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.footer-story-wizard .list a:hover, .footer-story-wizard .list a:focus {
  text-decoration: underline;
}
.footer-story-wizard .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-story-wizard .copyright {
    border-top: unset;
    padding-top: 0;
    width: auto;
    text-align: unset;
  }
}
.footer-story-wizard .copyright p {
  font-size: 15px;
  line-height: 19px;
}

#footer #vue-newsletter-popup-wrapper .grey,
#footer #vue-newsletter-popup-wrapper-mobile .grey {
  color: #757575;
}

#footer #vue-newsletter-popup-wrapper .modal-header .btn-close,
#footer #vue-newsletter-popup-wrapper-mobile .modal-header .btn-close {
  background-image: url(../../images/close-modal-icon.svg);
  background-position: 50%;
}
#footer #vue-newsletter-popup-wrapper .modal-header .btn-close:focus, #footer #vue-newsletter-popup-wrapper .modal-header .btn-close:focus-visible,
#footer #vue-newsletter-popup-wrapper-mobile .modal-header .btn-close:focus,
#footer #vue-newsletter-popup-wrapper-mobile .modal-header .btn-close:focus-visible {
  box-shadow: none;
  outline: 1px solid #F2CC45;
}

[dir=ltr] #footer input {
  padding-left: 20px;
}
[dir=ltr] #footer [type=email], [dir=ltr] #footer [type=number], [dir=ltr] #footer [type=tel], [dir=ltr] #footer [type=url] {
  direction: ltr;
}
@media (min-width: 992px) {
  [dir=ltr] #footer .accordion-item-schedule .list-item {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #footer .accordion-item-schedule .list-item .text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #footer .accordion-item {
    max-width: 184px;
  }
}
@media (min-width: 992px) {
  [dir=ltr] #footer .accordion-item.accordion-item-schedule {
    max-width: 280px;
  }
}
