#footBannerContainer {
    opacity: 0;
}
#footBannerContainer.foot-banner--show{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    opacity: 1;
    transition: opacity .2s linear;
}
.head-banner {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

.head-banner .swiper-slide {
    height: auto;
}

.head-banner .container {
    height: 100%;
}

#footBannerContainer .swiper-wrapper {
    margin-bottom: 0;
}

.head-banner__actions > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.head-banner__actions > div a {
    transition: filter .2s linear;
}

.head-banner__actions > div a:hover {
    filter: brightness(0.6);
    transition: filter .2s linear;
}

.head-banner {
  position: relative;
  color: #fff;
  z-index: 1;
}
.head-banner.banner--orange {
  background-color: #F57652;
  background-image: url("../images/w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.head-banner.banner--orange .head-banner__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-72%, -50%);
          transform: translate(-72%, -50%);
  width: 2.5rem;
  aspect-ratio: 1;
  background-image: url("../images/stars.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.head-banner.banner--orange .head-banner__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(130%, 50%);
          transform: translate(130%, 50%);
  width: 2.5rem;
  aspect-ratio: 1;
  background-image: url("../images/stars.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1000px) {
  .head-banner.banner--orange .head-banner__title::before, .head-banner.banner--orange .head-banner__title::after {
    display: none;
  }
  .head-banner {
      height: auto;
  }
}

@media (max-width: 560px) {
  .head-banner.banner--orange .head-banner__title {
    font-size: 1.25rem;
  }
}
.head-banner.banner--orange .head-banner__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.head-banner.banner--orange .head-banner__subtitle span {
  display: inline-block;
  font-size: 1rem;
  padding: 0.3125rem 0.75rem;
  border-radius: 6.25rem;
  background-color: #6B92F6;
}
@media (max-width: 1000px) {
  .head-banner.banner--orange {
    background-image: none;
  }
}
.head-banner.banner--fio {
  background-image: url("../images/banner-bg2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.head-banner.banner--fio .head-banner__subtitle span {
  display: inline;
  position: relative;
  font-size: inherit;
}
.head-banner.banner--fio .head-banner__subtitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  height: 0.75rem;
  background-image: url("../images/line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1700px) {
  .head-banner.banner--fio .head-banner__img img {
    opacity: 0.1;
    width: 6.25rem;
  }
}
@media (max-width: 560px) {
  .head-banner.banner--fio {
    background-position: center bottom;
    background-size: 100% 130%;
  }
  .head-banner.banner--fio .head-banner__img img {
    left: auto;
    right: -0.625rem;
    top: -0.3125rem;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.head-banner.banner--fio .head-banner__title {
  font-size: 3rem;
}
.head-banner.banner--fio .head-banner__title span {
  padding: 0.3125rem 1rem;
  border-radius: 6.25rem;
  background: #fff;
  color: #2E2E31;
}
@media (max-width: 1000px) {
  .head-banner.banner--fio .head-banner__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 560px) {
  .head-banner.banner--fio .head-banner__title {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .head-banner.banner--fio .head-banner__title span {
    font-size: 1.25rem;
    text-wrap: nowrap;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

.head-banner__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.head-banner__img img {
  position: absolute;
  top: 0;
}
.head-banner__img img:nth-of-type(1) {
  left: 1.875rem;
}
.head-banner__img img:nth-of-type(2) {
  right: 1.875rem;
}

.head-banner__close {
  position: absolute;
  background: transparent;
  top: 0.625rem;
  right: 1.25rem;
  z-index: 2;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
}
@media (hover: hover) {
  .head-banner__close:hover {
    color: #ccc;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 560px) {
  .head-banner__close {
    right: 0.625rem;
  }
}

.head-banner__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 1.875rem 0;
  height: 100%;
}
@media (max-width: 768px) {
  .head-banner__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

   .head-banner__actions > div {
    justify-content: center;
  }

  .head-banner__info {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .head-banner__wr {
    padding: 1rem 0;
  }
}

.head-banner__title {
  position: relative;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.1;
  letter-spacing: 0.04375rem;
  z-index: 1;
}
.head-banner__title span {
  font-size: 3rem;
}
@media (max-width: 1000px) {
  .head-banner__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .head-banner__title span {
    font-size: 1.75rem;
  }
}
@media (max-width: 560px) {
  .head-banner__title {
    max-width: 95%;
  }
}

.head-banner__subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .head-banner__subtitle {
    font-size: 1rem;
  }
}

.head-banner__button {
    display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  color: #2E2E31;
  background: #fff;
  text-align: center;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .head-banner__button:hover {
    background: #2E2E31;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}



@media (max-width: 560px) {
  .head-banner__actions,
  .head-banner__button {
    width: 100%;
  }

}