.has-shadow {
  box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
}

.btn-white {
  background-color: #fff;
  color: #000;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #fff;
  color: #eb140a;
}

.btn-white:after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  content: "\f054";
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #000;
}

.btn-white:hover:after {
  right: 15px;
  color: #eb140a;
}

.btn-indigo {
  background-color: #3f1ee2;
  border-color: #3f1ee2;
  color: #fff;
}

.btn-indigo:hover,
.btn-indigo:focus {
  background-color: #2f17b8;
  border-color: #2f17b8;
  color: #fff;
}

.btn-indigo:after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  transition: all 200ms ease-in-out;
  content: "\f054";
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
}

.btn-indigo:hover:after {
  right: 15px;
}

.btn-outline-indigo {
  background-color: transparent;
  color: #3f1ee2;
  border: 2px solid #3f1ee2;

  padding-top: calc(0.525rem - 1px);
  padding-bottom: calc(0.525rem - 1px);
}

.btn-outline-indigo:hover,
.btn-outline-indigo:focus {
  background-color: #3f1ee2;
  border-color: #3f1ee2;
  color: #fff;
}

.btn-outline-indigo:after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  transition: all 200ms ease-in-out;
  content: "\f054";
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #3f1ee2;
}

.btn-outline-indigo:hover:after {
  right: 15px;
  color: #fff;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;

  border-radius: 4px;
  background: #cacaca;
  opacity: 1;
  transition: width 200ms ease, background-color 200ms ease;
}

.swiper-pagination-bullet-active {
  width: 18px;
  background: #eb140a;
}

/* ==========================================================================
   Main hero carousel
   ========================================================================== */

.homepage-carousel-main {
  position: relative;
  background: #fff;
}

.homepage-carousel-swiper {
  position: relative;
  overflow: hidden;
}

.homepage-carousel-main-cell {
  display: block;
  position: relative;
  height: 620px;
  overflow: hidden;
  text-decoration: none;
}

.homepage-carousel-main-cell:hover {
  text-decoration: none;
}

.homepage-carousel-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.homepage-carousel-main-cell .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}


@media (min-width: 768px) {
  .homepage-carousel-main-cell .container.leftTop,
  .homepage-carousel-main-cell .container.leftCenter,
  .homepage-carousel-main-cell .container.leftBottom {
    justify-content: flex-start;
  }

  .homepage-carousel-main-cell .container.rightTop,
  .homepage-carousel-main-cell .container.rightCenter,
  .homepage-carousel-main-cell .container.rightBottom {
    justify-content: flex-end;
  }

  .homepage-carousel-main-cell .container.center {
    justify-content: center;
  }

  .homepage-carousel-main-cell .container.leftTop,
  .homepage-carousel-main-cell .container.rightTop {
    align-items: flex-start;
  }

  .homepage-carousel-main-cell .container.leftBottom,
  .homepage-carousel-main-cell .container.rightBottom {
    align-items: flex-end;
  }

  .homepage-carousel-main-cell .container.leftCenter,
  .homepage-carousel-main-cell .container.rightCenter,
  .homepage-carousel-main-cell .container.center {
    align-items: center;
  }

  .homepage-carousel-main-cell .container.leftTop,
  .homepage-carousel-main-cell .container.rightTop{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .homepage-carousel-main-cell .container.leftBottom,
  .homepage-carousel-main-cell .container.rightBottom {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }


  .homepage-carousel-main-cell .container.rightTop .homepage-carousel-contentBlock,
  .homepage-carousel-main-cell .container.rightCenter .homepage-carousel-contentBlock,
  .homepage-carousel-main-cell .container.rightBottom .homepage-carousel-contentBlock {
    margin-left: 0;
    margin-right: 15px;
  }

  .homepage-carousel-main-cell .container.center .homepage-carousel-contentBlock {
    margin-left: 0;
  }
}

.homepage-carousel-contentBlock {
  margin-left: 15px;
  width: 100%;
  max-width: 26.25rem;
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 40px 60px rgba(0, 0, 0, .15);
}

.homepage-carousel-contentBlock.is-primary {
  background: linear-gradient(140deg, rgba(235, 20, 10, .9) 2%, rgba(255, 63, 54, .6) 99%);
}

.homepage-carousel-contentBlock.is-secondary {
  background: linear-gradient(140deg, rgba(255, 255, 255, .92) 2%, rgba(255, 255, 255, .6) 99%);
}


.homepage-carousel-contentBlock.no-bg {
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  padding: 0;
}

.homepage-carousel-title {
  margin: 0 0 .625rem;
  font-family: "A1Serif-Bold", serif;
  font-size: 2.25rem;
  line-height: 1.1;
  color: #fff;
}

.homepage-carousel-contentBlock.is-secondary .homepage-carousel-title {
  color: #212529;
}

.homepage-carousel-text {
  margin: 0 0 2rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "A1Sans-Light", serif;
  color: #fff;
}

.homepage-carousel-contentBlock.is-secondary .homepage-carousel-text {
  color: #000;
}

@keyframes lineAnimation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.homepage-carousel-pagination.swiper-pagination {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc(100% - 2.5rem);
  z-index: 3;
}

.homepage-carousel-pagination-cell.swiper-pagination-bullet {
  flex: 1;
  position: relative;
  margin: 0 2px !important;
  height: 1.25rem;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
}

.homepage-carousel-pagination-cell:before,
.homepage-carousel-pagination-cell:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  z-index: 2;
}

.homepage-carousel-pagination-cell:before {
  background-color: rgba(255, 255, 255, .5);
}

.homepage-carousel-pagination-cell:after {
  right: auto;
  width: 0;
  background-color: #eb140a;
}

.homepage-carousel-pagination-cell.swiper-pagination-bullet-active:after {
  width: 100%;
  animation: lineAnimation 6s linear;
}

.homepage-carousel-pagination-image {
  display: none;
}

@media (min-width: 1024px) {
  .homepage-carousel-image img {
    object-position: center;
  }

  .homepage-carousel-pagination.swiper-pagination {
    bottom: -1.5625rem;
    width: max-content;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    gap: 3px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .12);
  }

  .homepage-carousel-pagination-cell.swiper-pagination-bullet {
    flex: none;
    width: 6.5625rem;
    height: 4.125rem;
    margin: 0 !important;
    overflow: hidden;
    opacity: .4;
    transition: opacity .3s ease;
  }

  .homepage-carousel-pagination-cell.swiper-pagination-bullet:first-of-type {
    border-radius: 5px 0 0 5px;
  }

  .homepage-carousel-pagination-cell.swiper-pagination-bullet:last-of-type {
    border-radius: 0 5px 5px 0;
  }

  .homepage-carousel-pagination-cell.swiper-pagination-bullet-active {
    opacity: 1;
  }

  .homepage-carousel-pagination-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.homepage-carousel-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 720px;
  height: 0;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 992px) {
  .homepage-carousel-navigation {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .homepage-carousel-navigation {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .homepage-carousel-navigation {
    max-width: 1260px;
  }
}

.homepage-carousel-button-prev,
.homepage-carousel-button-next {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  border-radius: 5px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 20px 30px -10px rgba(126, 2, 2, .25);
  opacity: .8;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity .25s ease;
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 1rem;
  --_nav-container-max: 720px;
  --_nav-push: max(-4rem, calc(-1 * (100vw - var(--_nav-container-max)) / 2));
}

.homepage-carousel-button-prev {
  left: var(--_nav-push);
}

.homepage-carousel-button-next {
  right: var(--_nav-push);
}

@media (min-width: 992px) {

  .homepage-carousel-button-prev,
  .homepage-carousel-button-next {
    --_nav-container-max: 960px;
  }
}

@media (min-width: 1200px) {

  .homepage-carousel-button-prev,
  .homepage-carousel-button-next {
    --_nav-container-max: 1140px;
  }
}

@media (min-width: 1300px) {

  .homepage-carousel-button-prev,
  .homepage-carousel-button-next {
    --_nav-container-max: 1260px;
  }
}

.homepage-carousel-button-prev:hover,
.homepage-carousel-button-next:hover {
  opacity: 1;
  --swiper-navigation-color: #eb140a;
}

.homepage-carousel-button-prev.swiper-button-disabled,
.homepage-carousel-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.homepage-carousel-inlineProgress {
  display: none;
}

@media (max-width: 767px) {
  .homepage-carousel-main-cell {
    display: block;
    height: auto;
    aspect-ratio: 1 / 1.8;
    overflow: hidden;
  }

  .homepage-carousel-pagination.swiper-pagination {
    display: none;
  }

  .homepage-carousel-inlineProgress {
    display: flex;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 2;
  }

  .homepage-carousel-inlineProgress-cell {
    position: relative;
    flex: 1;
    height: 3px;
    background: rgba(0, 0, 0, .12);
    overflow: hidden;
  }

  .homepage-carousel-inlineProgress-cell:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    background: #eb140a;
  }

  .homepage-carousel-inlineProgress-cell.is-active:after {
    width: 100%;
    animation: lineAnimation 6s linear;
  }

  .homepage-carousel-main-cell .container {
    position: static;
    height: auto;
    padding: 0;
  }

  .homepage-carousel-contentBlock {
    position: absolute;
    top: calc(50% + 1.25rem);
    left: .75rem;
    right: .75rem;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 1.25rem;
    transform: none;
  }
.homepage-carousel-title {
    font-size: 2rem;
}
  .homepage-carousel-navigation {
    display: none;
  }
}

@media (min-width: 768px) {
  .homepage-carousel-main-cell {
    height: 560px;
  }
}

@media (min-width: 1200px) {
  .homepage-carousel-main-cell {
    height: 650px;
  }
}

.homepage-shortcuts {
  padding: 30px 0 0 0;
  background: #f7f7f7;
  position: relative;
}

.homepage-shortcuts ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}

.homepage-shortcuts ul li a {
  color: #000;
  margin: 0 0 15px 0;
  display: block;
}

.homepage-shortcuts ul li a figure {
  width: 74px;
  height: 74px;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}

.homepage-shortcuts ul li a:hover figure {
  background: #f7f7f7;
  border-color: #ced4da;
}

.homepage-shortcuts ul li a figure img {
  max-width: 30px;
  max-height: 30px;
}

@media only screen and (min-width: 992px) {
  .homepage-shortcuts {
    padding: 70px 0 40px 0;
  }

  .homepage-shortcuts ul {
    grid-template-columns: repeat(6, 1fr);
  }
}

.homepage-quicklinks {
  padding: 30px 0;
  position: relative;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
}

.homepage-quicklinks ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.homepage-quicklinks ul li {
  box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
  margin: 0;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.homepage-quicklinks ul li figure {
  margin: 0;
  width: 100%;
}

.homepage-quicklinks ul li figure a {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #000;
  font-family: 'A1Serif-Bold';
  padding: 1rem;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  position: relative;
  background: rgba(255, 255, 255, .9);
}

.homepage-quicklinks ul li figure a:hover {
  text-decoration: none;
}

.homepage-quicklinks ul li figure a img {
  flex-shrink: 0;
  max-width: 40px !important;
  max-height: 40px !important;
}

.homepage-quicklinks ul li figure a span {
  flex: 1;
  text-align: left;
}

.homepage-quicklinks ul li figure a:after {
  flex-shrink: 0;
  content: "\f054";
  transform: translateX(-2px);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #b1b1b1;
  transition: transform 150ms ease-in-out, color 150ms ease-in-out;
}

.homepage-quicklinks ul li figure a:hover:after {
  transform: translateX(0px);
  color: #eb140a;
}

@media only screen and (max-width: 767px) {
  .homepage-quicklinks {
    padding: 15px 0;
  }

  .homepage-quicklinks ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .homepage-quicklinks ul li figure a {
    gap: .575rem;
    padding: .625rem .75rem;
    font-size: 14px;
  }

  .homepage-quicklinks ul li figure a img {
    max-width: 30px !important;
    max-height: 30x !important;
  }

  .homepage-quicklinks ul li figure a:after {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) {
  .homepage-quicklinks {
    padding: 80px 0 60px 0;
    background: #f7f7f7;
  }

  .homepage-quicklinks ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-quicklinks ul {
    grid-template-columns: repeat(6, 1fr);
  }
}

.device-picker {
  display: flex;
  align-items: stretch;
  position: relative;
  background-image: url('../images/homepage/bg-uredi.jpg');
  background-size: cover;
  background-position: center;
}

.device-picker-info {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 323px;
  padding: 40px 0 50px 15px;
  box-sizing: content-box;
}

.device-picker-info h2 {
  margin-top: 4rem;
}

.device-picker-info .btn {
  align-self: flex-start;
}

@media (min-width: 576px) {
  .device-picker-info {
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
}

@media (min-width: 768px) {
  .device-picker-info {
    padding-left: calc((100vw - 720px) / 2 + 15px);
  }
}

@media (min-width: 992px) {
  .device-picker-info {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}

@media (min-width: 1200px) {
  .device-picker-info {
    padding-left: calc((100vw - 1140px) / 2 + 15px);
  }
}

@media (min-width: 1300px) {
  .device-picker-info {
    padding-left: calc((100vw - 1260px) / 2 + 15px);
  }
}

.device-picker-track {
  flex: 1 1 auto;
  min-width: 0;
}

.device-carousel-swiper .swiper-wrapper {
  align-items: stretch;
}

.device-carousel-swiper .swiper-slide {
  width: 270px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, .9);
  border-radius: 10px;
  padding: 1.25rem;
  transition: background-color 150ms ease-in-out, opacity 150ms ease-in-out;
}

.device-carousel-swiper .swiper-slide:hover {
  background: rgba(255, 255, 255, 1);
}

.device-carousel-swiper .swiper-slide .brend {
  color: #909090;
  font-size: .875rem;
}

.device-carousel-swiper .swiper-slide>h3 {
  margin: .25rem 0 1rem;
  font-family: "A1Serif-Bold";
  font-size: 1.0625rem;
}

.device-carousel-swiper .swiper-slide>img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin: 0 0 1rem;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.device-carousel-swiper .swiper-slide:hover>img {
  transform: scale(.94);
}

.device-carousel-swiper .swiper-slide .cena {
  margin: auto 0 0;
  font-family: "A1Sans-Bold";
  text-align: center;
}

.device-carousel-swiper .swiper-slide .tarifa {
  margin: 0 0 1rem;
  color: #eb140a;
  text-align: center;
}

.device-carousel-swiper .swiper-slide .dostapnost {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.device-carousel-swiper .swiper-slide .dostapnost span {
  position: relative;
  padding: 0 0 0 1rem;
  font-size: 12px;
  line-height: 1.2;
}

.device-carousel-swiper .swiper-slide .dostapnost span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #28a745;
}

.device-carousel-swiper .swiper-slide .dostapnost span.dostapen::before {
  background: #28a745;
}

.device-carousel-swiper .swiper-slide .dostapnost span.nedostapen::before {
  background: #eb140a;
}

.device-carousel-nav {
  display: flex;
  gap: .2rem;
  position: relative;
  z-index: 0;
  align-self: flex-start;
}

.device-carousel-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 100px);
  border-radius: 8px;
  transform: translateY(-50%);
  width: 100vw;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 1px rgb(16 27 30 / 3%), 0 2px 2px rgb(16 27 30 / 3%), 0 4px 4px rgb(16 27 30 / 3%), 0 8px 8px rgb(16 27 30 / 3%), 0 16px 16px rgb(16 27 30 / 3%);
  z-index: -1;
}

.device-carousel-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.8rem);
  width: 12.2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.device-carousel-prev,
.device-carousel-next {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, opacity 150ms ease-in-out;
}

.device-carousel-prev {
  border-radius: 5px 0 0 5px;
}

.device-carousel-next {
  border-radius: 0 5px 5px 0;
}

.device-carousel-prev:hover,
.device-carousel-next:hover {
  background: #f7f7f7;
}

.device-carousel-prev::before,
.device-carousel-next::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  color: #000;
}

.device-carousel-prev:hover::before,
.device-carousel-next:hover::before {
  color: #eb140a;
}

.device-carousel-prev::before {
  content: "\f053";
}

.device-carousel-next::before {
  content: "\f054";
}

.device-carousel-prev.swiper-button-disabled,
.device-carousel-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.device-carousel-swiper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 20px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, transparent 6px, #000 20px);
  mask-image: linear-gradient(to right, transparent 0, transparent 6px, #000 20px);
}

.device-picker-title-tablet {
  display: none;
}

@media (max-width: 991px) {
  .device-picker {
    flex-direction: column;
  }

  .device-picker-title-tablet {
    display: block;
    order: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .device-picker-track {
    order: 2;
    width: 100%;
  }

  .device-picker-info {
    order: 3;
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 15px 40px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start !important;
    gap: 1.5rem;
  }

  .device-picker-info h2 {
    display: none;
  }

  .device-carousel-nav {
    order: 1;
    flex: 1 1 auto;
  }

  .device-picker-info .btn {
    order: 2;
    flex: 0 0 auto;
  }

  .device-carousel-nav::after {
    position: static;
    flex: 1 1 auto;
    align-self: center;
    margin-left: 1.8rem;
    width: auto;
  }

  .device-carousel-swiper {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 767px) {

  .device-picker-title-tablet,
  .device-picker-info {
    max-width: none;
  }

  .device-carousel-swiper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .device-picker-info {
    padding-top: 12px;
  }

  .device-picker-title-tablet {
    font-size: 1.75rem;
  }

  .device-carousel-swiper .swiper-slide>img {
    height: 200px;
  }
}
.location-check {
  position: relative;
}

.location-check-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 4.5rem 3rem;
  border: 2px solid #dadbdd;
  text-align: center;
}

.location-check-card::before {

  content: "";
  position: absolute;
  top: -30%;
  left: -15%;
  width: 130%;
  height: 160%;
  background-image: url('../images/homepage/bg-white-waves.jpg');
  background-size: cover;
  background-position: center;
  animation: locationCheckWaveDrift 30s ease-in-out infinite;
}

@keyframes locationCheckWaveDrift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  9% {
    transform: translate(2.4%, -2.6%) rotate(1.3deg);
  }

  17% {
    transform: translate(3.8%, -.8%) rotate(2.2deg);
  }

  26% {
    transform: translate(1.6%, 1.4%) rotate(.6deg);
  }

  35% {
    transform: translate(-1.2%, 2.5%) rotate(-1.1deg);
  }

  44% {
    transform: translate(-3.5%, .9%) rotate(-2deg);
  }

  53% {
    transform: translate(-4%, -1.2%) rotate(-1.4deg);
  }

  62% {
    transform: translate(-2.1%, -2.4%) rotate(.3deg);
  }

  71% {
    transform: translate(1%, -1.8%) rotate(1.7deg);
  }

  80% {
    transform: translate(3.3%, .4%) rotate(2.1deg);
  }

  89% {
    transform: translate(2%, 2%) rotate(.8deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.location-check-title {
  margin: 0 0 3rem;
  font-family: "A1Serif-Regular", serif;
  font-size: 1.75rem;
  position: relative;
  color: #212529;
}

.location-check-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.location-check-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 240px;
  padding: 1.5rem 1rem 1rem 1rem;
  background: #fff;
  border-radius: 10px;
  color: #212529;
  text-decoration: none;
  transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
}

.location-check-option::after {

  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
}

.location-check-option:hover {
  color: #212529;
  text-decoration: none;
  transform: translateY(-6px);
  box-shadow: 0 2px 2px rgb(16 27 30 / 8%), 0 4px 4px rgb(16 27 30 / 8%), 0 8px 8px rgb(16 27 30 / 8%), 0 16px 16px rgb(16 27 30 / 8%), 0 32px 32px rgb(16 27 30 / 8%);
}

.location-check-option i {
  font-size: 1.75rem;
  color: #212529;
  transition: color 150ms ease-in-out;
}

.location-check-option:hover i {
  color: #eb140a;
}

.location-check-option span {
}

.location-check-break {

  display: none;
}

.location-check-option.is-active {
  background: #eb140a;
  color: #fff;
}

.location-check-option.is-active i,
.location-check-option.is-active:hover i {
  color: #fff;
}

.location-check-option.is-active,
.location-check-option.is-active:hover {

  transform: translateY(2px);
  box-shadow: 0 1px 1px rgb(16 27 30 / 10%);
}

.location-check-toggle {

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 350ms ease, opacity 200ms ease, margin-top 350ms ease;
}

.location-check-toggle.is-visible {
  max-height: 220px;
  margin-top: 1.5rem;
  opacity: 1;
  transition: max-height 350ms ease, opacity 250ms ease 100ms, margin-top 350ms ease;
}

.location-check-toggle-option {

  position: relative;
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: .875rem 1.5rem;
  border: 1px solid #dadbdd;
  border-radius: 10px;
  background: #fff;
  color: #212529;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}

.location-check-toggle-option i {
  font-size: 1.25rem;
  color: #212529;
  transition: color 150ms ease-in-out;
}

.location-check-toggle-option.is-active {
  background: #eb140a;
  border-color: #eb140a;
  color: #fff;
}

.location-check-toggle-option.is-active i {
  color: #fff;
}

.location-check-form-step {

  position: relative;

  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 400ms ease, opacity 250ms ease, margin-top 400ms ease;
}

.location-check-form-step.is-visible {
  max-height: 650px;
  margin-top: 1.5rem;
  opacity: 1;
  transition: max-height 400ms ease, opacity 300ms ease 120ms, margin-top 400ms ease;
}

.location-check-form-text {
  margin: 0 0 1.25rem;
  color: #55595c;
}

.location-check-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.location-check-form .form-field {

  flex: 1 1 0;
}

.location-check-form .form-field:nth-child(1),
.location-check-form .form-field:nth-child(2) {

  flex-grow: 2;
}

.location-check-form .form-field:last-child {
  min-width: 180px;
}

@media (max-width: 991px) {
  .location-check-form .form-field {

    flex-basis: 100%;
  }
}

@media (max-width: 991px) {


  .location-check-form .form-field:nth-child(3),
  .location-check-form .form-field:nth-child(4) {
    flex-basis: calc(50% - .5rem);
  }
}

@media (max-width: 767px) {
  .location-check-card {
    text-align: left;
  }

  .location-check-option {
    text-align: center;
  }
}

.form-field {
  flex: 1 1 180px;
}

.form-field select,
.form-field input {
  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  border: 2px solid #dadbdd;
  border-radius: 10px;
  background-color: #fff;
  color: #212529;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}

.form-field select:focus,
.form-field input:focus {
  border-color: #FA8A80;
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 20, 10, .05);
}

.form-field select {

  appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23212529' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: .75rem;
}

.form-field select:focus {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 7l5-5 5 5' fill='none' stroke='%23212529' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.location-check-submit {
  min-width: 180px;
}

.location-check-privacy {
  display: block;
  margin-top: 1rem;
  font-size: .8125rem;
  color: #55595c;
}

.location-check-privacy a {
  color: #55595c;
  text-decoration: underline;
}

@media (max-width: 575px) {

  .location-check-card {
    padding: 2.25rem 1.25rem 1.25rem 1.25rem;
  }

  .location-check-title {
    margin: 0 0 20px;
}

  .location-check-break {
    display: inline;
  }

  .location-check-options,
  .location-check-toggle {
    flex-wrap: nowrap;
    gap: .625rem;
  }

  .location-check-form {
    gap: 0.75rem;
  }

  .location-check-option {
    width: auto;
    flex: 1 1 0;
    padding: 1rem .5rem;
  }

  .location-check-option span {
    font-size: .8125rem;
  }

  .location-check-toggle-option {
    padding: .75rem 1rem;
    font-size: .8125rem;
  }

  .location-check-toggle.is-visible {
    margin-top: 1rem;
  }

  .location-check-submit {
    width: 100%;
  }
}

/* ==========================================================================
   Secondary carousel (travel insurance etc.) — layout only for now, styling
   comes later
   ========================================================================== */

.homepage-carousel-secondary {
  background: #333333;
  position: relative;
}

.homepage-carousel-secondary .container {

  position: relative;
}

.homepage-carousel-secondary-swiper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .homepage-carousel-secondary-swiper {

    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.homepage-carousel-secondary-slide {

  display: flex;
  align-items: stretch;
  border-radius: 16px;
  height: auto;
  overflow: hidden;
  box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
}

.homepage-carousel-secondary-content {

  width: 50%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 1.75rem;
  background: #fff;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;

  flex: 1 1 auto;
}

.homepage-carousel-secondary-content .btn {

  align-self: flex-start;
  margin-top: auto;
}

.homepage-carousel-secondary-image {
  width: 50%;
  background-size: cover;
  background-position: center;
}

.homepage-carousel-secondary-slide-app {

  position: relative;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: 1.75rem;
}

.homepage-carousel-secondary-slide-app::before {

  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: url('../images/homepage/bg-silver-waves.jpg');
  background-size: cover;
  background-position: top;
  animation: locationCheckWaveDrift 30s ease-in-out infinite;
}

.homepage-carousel-secondary-app-info {

  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.homepage-carousel-secondary-app-header {

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.homepage-carousel-secondary-app-header h3 {
  margin: 0 0 .5rem;
}

.homepage-carousel-secondary-app-info p {
  margin: 0 0 1.25rem;
}

.homepage-carousel-secondary-app-info .btn {

  align-self: flex-start;
  margin-top: auto;
}

.homepage-carousel-secondary-app-stores {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: .75rem;
  margin-bottom: 1.5rem;
}

.homepage-carousel-secondary-app-stores img {
  height: 44px;
  border-radius: 8px;
}

.homepage-carousel-secondary-app-stores a img {
  transition: box-shadow .15s ease;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.homepage-carousel-secondary-app-stores a:hover img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 3px;
}

.homepage-carousel-secondary-app-qr {
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.homepage-carousel-secondary-app-qr img {
  display: block;
  width: 110px;
  height: 110px;
}

@media (max-width: 991px) {
  .homepage-carousel-secondary-slide {
    flex-direction: column;
  }

  .homepage-carousel-secondary-image {

    order: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .homepage-carousel-secondary-content {
    order: 2;
    width: 100%;

    aspect-ratio: auto;
  }

  .homepage-carousel-secondary-app-qr {
    display: none;
  }
}

.homepage-carousel-secondary-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 0;
  z-index: 2;
  pointer-events: none;
}

.homepage-carousel-secondary-prev,
.homepage-carousel-secondary-next {
  position: absolute;
  top: 0;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  border-radius: 5px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 20px 30px -10px rgba(126, 2, 2, .25);
  opacity: .8;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity .25s ease;
  --swiper-navigation-color: #000;
  --swiper-navigation-size: 1rem;
  --_nav-container-max: 720px;
  --_nav-push: max(-4rem, calc(-1 * (100vw - var(--_nav-container-max)) / 2));
}

.homepage-carousel-secondary-prev {
  left: var(--_nav-push);
}

.homepage-carousel-secondary-next {
  right: var(--_nav-push);
}

@media (min-width: 992px) {

  .homepage-carousel-secondary-prev,
  .homepage-carousel-secondary-next {
    --_nav-container-max: 960px;
  }
}

@media (min-width: 1200px) {

  .homepage-carousel-secondary-prev,
  .homepage-carousel-secondary-next {
    --_nav-container-max: 1140px;
  }
}

@media (min-width: 1300px) {

  .homepage-carousel-secondary-prev,
  .homepage-carousel-secondary-next {
    --_nav-container-max: 1260px;
  }
}

.homepage-carousel-secondary-prev:hover,
.homepage-carousel-secondary-next:hover {
  opacity: 1;
  --swiper-navigation-color: #eb140a;
}

.homepage-carousel-secondary-prev.swiper-button-disabled,
.homepage-carousel-secondary-next.swiper-button-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.homepage-carousel-secondary-pagination.swiper-pagination {
  position: static;
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .homepage-carousel-secondary-app-stores {
    gap: .5rem;
  }

  .homepage-carousel-secondary-app-stores img {
    height: 50px;
  }

  .homepage-carousel-secondary-pagination.swiper-pagination {
    text-align: left;
  }

  .homepage-carousel-secondary-navigation {
    display: none;
  }

  .homepage-carousel-secondary-content {
    padding: 1.25rem;
  }

  .homepage-carousel-secondary-slide-app {
    padding: 1.25rem;
  }

}

/* ==========================================================================
   Streaming services picker
   ========================================================================== */

.streaming-picker {
  background: #f7f7f7;
  position: relative;
}

.streaming-picker-heading {

  display: none;
}

@media (max-width: 767px) {
  .streaming-picker-heading {
    display: block;
    margin-bottom: 1.25rem;
  }

  .streaming-picker-heading h2 {
    margin: 0 0 .25rem;
    font-size: 1.75rem;
    font-family: "A1Serif-Bold", serif;
    color: #212529;
  }

  .streaming-picker-heading p {
    margin: 0;
  }
}

.streaming-picker-swiper {
  overflow: hidden;
}

@media (max-width: 767px) {
  .streaming-picker-swiper {

    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 15px;
    padding-right: 15px;
  }

  .streaming-picker-pagination.swiper-pagination {
    position: static;
    margin-top: 1rem;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .streaming-picker-pagination {
    display: none;
  }
}

.streaming-picker-slide {
  height: auto;
}

.streaming-picker-card {

  position: relative;
  display: flex;
  flex-direction: column;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
}

.streaming-picker-card:hover {
  color: inherit;
  text-decoration: none;
}

.streaming-picker-card-media {

  position: relative;

  flex: 1 1 auto;
  padding: 1.5rem;

  overflow: hidden;
}

.streaming-picker-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .streaming-picker-card:hover .streaming-picker-card-bg {

    transform: scale(1.08) translateY(-2%);
  }
}

.streaming-picker-card-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55%;
  max-height: 72px;
  transition: top 500ms cubic-bezier(0.4, 0, 0.2, 1), left 500ms cubic-bezier(0.4, 0, 0.2, 1), transform 500ms cubic-bezier(0.4, 0, 0.2, 1), max-width 500ms cubic-bezier(0.4, 0, 0.2, 1), max-height 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.streaming-picker-card-panel {

  position: relative;
  flex: 0 0 auto;
  margin: 0 .75rem .75rem;
  padding: 1.25rem;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.streaming-picker-card-title {
  margin: 0;
  font-size: 1.275rem;
  font-family: "A1Serif-Bold", serif;
  color: #212529;
}

.streaming-picker-card-more {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 500ms cubic-bezier(0.4, 0, 0.2, 1), opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.streaming-picker-card-more h4 {
  margin: .75rem 0 .5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #212529;
}

.streaming-picker-card-more p {
  margin: .75rem 0 1rem;
  font-size: .875rem;
  color: #55595c;
}

.streaming-picker-card:hover .streaming-picker-card-logo {
  top: 1.5rem;
  left: 1.5rem;
  transform: translate(0, 0);
  max-width: 30%;
  max-height: 50px;
}

.streaming-picker-card:hover .streaming-picker-card-more {
  max-height: 200px;
  opacity: 1;
}

@media (max-width: 767px) {


  .swiper-slide-active .streaming-picker-card-logo {
    top: 1.5rem;
    left: 1.5rem;
    transform: translate(0, 0);
    max-width: 30%;
    max-height: 45px;
  }

  .swiper-slide-active .streaming-picker-card-more {
    max-height: 200px;
    opacity: 1;
  }

  .swiper-slide-active .streaming-picker-card-bg {
    transform: scale(1.08) translateY(-2%);
  }

  .streaming-picker-card-panel {
    margin: 0 .625rem .625rem;
    margin-top: 1rem;

    padding: 1.25rem;
  }

  .streaming-picker-card {
    height: 440px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .streaming-picker-card {
    height: 400px;
  }


  .streaming-picker-card-logo {
    top: 1.5rem;
    left: 1.5rem;
    transform: translate(0, 0);
    max-width: 30%;
    max-height: 40px;
  }

  .streaming-picker-card-more {
    max-height: 200px;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .streaming-picker-swiper {

    overflow: visible;
  }

  .streaming-picker-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;

    transform: none !important;
  }

  .streaming-picker-slide {

    width: auto !important;
    margin-right: 0 !important;
  }

  .streaming-picker-slide-mobile-only {

    display: none;
  }
}

.homepage-shortcuts-bottom  {
  background: #f7f7f7;
  position: relative;
}
.homepage-shortcuts-bottom ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "A1Serif-Regular";
  list-style-type: none;
}

.homepage-shortcuts-bottom ul li {
  flex-grow: 1;
  text-align: center;
  flex-basis: 0;
}

.homepage-shortcuts-bottom ul li a {
  display: block;
  padding: 5px 0;
  color: #000;
}

.homepage-shortcuts-bottom ul li a figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 75px;
  margin-bottom:0;
}

.homepage-shortcuts-bottom ul li a img {
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}

.homepage-shortcuts-bottom ul li a figure {
  position: relative;
}

.homepage-shortcuts-bottom ul li a figure img {
  visibility: hidden;
}

.homepage-shortcuts-bottom ul li a figure:after {
  content: "";
  position: absolute;
  inset: 0 0 10px 0;
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 200ms ease;
}

.homepage-shortcuts-bottom ul li a:hover figure:after {
  background-color: #eb140a;
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="invoice.svg"]):after {
  -webkit-mask-image: url('../images/homepage/invoice.svg');
  mask-image: url('../images/homepage/invoice.svg');
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="roaming.svg"]):after {
  -webkit-mask-image: url('../images/homepage/roaming.svg');
  mask-image: url('../images/homepage/roaming.svg');
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="Icon_A1_Func_Sim_card.svg"]):after {
  -webkit-mask-image: url('../images/homepage/Icon_A1_Func_Sim_card.svg');
  mask-image: url('../images/homepage/Icon_A1_Func_Sim_card.svg');
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="Icon_A1_Func_Supervisor_contact.svg"]):after {
  -webkit-mask-image: url('../images/homepage/Icon_A1_Func_Supervisor_contact.svg');
  mask-image: url('../images/homepage/Icon_A1_Func_Supervisor_contact.svg');
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="InternetTV.svg"]):after {
  -webkit-mask-image: url('../images/homepage/InternetTV.svg');
  mask-image: url('../images/homepage/InternetTV.svg');
}

.homepage-shortcuts-bottom ul li a figure:has(img[src$="Icon_A1_Func_User.svg"]):after {
  -webkit-mask-image: url('../images/homepage/Icon_A1_Func_User.svg');
  mask-image: url('../images/homepage/Icon_A1_Func_User.svg');
}

@media (max-width: 991px) {
  .homepage-shortcuts-bottom ul li {
    flex: 0 0 33.333333%;
    margin-bottom: 30px;
  }

  .homepage-shortcuts-bottom ul {
    row-gap: 20px;
    line-height: 1.2;
  }
}

.shortcuts-bottom-break {

  display: none;
}

@media (max-width: 767px) {

  .shortcuts-bottom-break {
    display: inline;
  }

  .homepage-shortcuts-bottom ul li {
    font-size: 16px;
    margin-bottom: 0;
  }

  .homepage-shortcuts-bottom ul li a figure {

    height: 50px;
    margin-bottom: 0px;
  }

  .homepage-shortcuts-bottom ul li a figure img {
    margin-bottom: 0px;
  }

}
@media (min-width: 1300px) {
.homepage-shortcuts-bottom ul  {
  padding: 0 3%;
}
}

/* ==========================================================================
   Pay bill / recharge credit (footer.php, above the legacy .plati-dopolni)
   ========================================================================== */

.pay-recharge {
  background: #f7f7f7;
  position: relative;
}

.pay-recharge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .pay-recharge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.pay-recharge-card {

  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas:
    "icon  title"
    "text  text"
    "form  form";
  column-gap: 1rem;
  row-gap: .75rem;
  padding: 1.75rem;
  border-radius: 16px;
  background: #fff;
}

@media (min-width: 992px) {
  .pay-recharge-card {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "title title"
      "text  text"
      "form  icon";
  }
}

.pay-recharge-card-red {

  position: relative;
  overflow: hidden;
  background: #eb140a;
}

.pay-recharge-card-red::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: url('../images/homepage/bg-red-waves.jpg');
  background-size: cover;
  background-position: top;
  animation: locationCheckWaveDrift 30s ease-in-out infinite;
}

.pay-recharge-card-red > * {

  position: relative;
}

.pay-recharge-form {

  grid-area: form;
  display: flex;
  flex-direction: column;
  align-self: end;
  min-width: 0;
}

@media (min-width: 992px) {
  .pay-recharge-form {

    margin-top: 1.5rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .pay-recharge-form {
    width: 65%;
  }
}
@media (min-width: 1300px) {
  .pay-recharge-form {
    width: 55%;
  }
}
.pay-recharge-icon {
  grid-area: icon;
  display: block;
  align-self: center;

  margin-left: -8px;
  height: 66px;
}

@media (min-width: 992px) {
  .pay-recharge-icon {
    align-self: end;
    justify-self: end;
    margin-left: 0;
    height: 120px;
  }
}

.pay-recharge-title {
  grid-area: title;
  align-self: center;

  max-width: 8rem;
  margin: 0;
  font-size: 1.5rem;
  font-family: "A1Serif-Bold", serif;
  color: #212529;
}

@media (min-width: 992px) {
  .pay-recharge-title {
    max-width: none;
    font-size: 1.75rem;
  }
}

.pay-recharge-card-red .pay-recharge-title {
  color: #fff;
}

.pay-recharge-text {
  grid-area: text;
  margin: 0;
  line-height: 1.4;
  color: #55595c;
}

.pay-recharge-card-red .pay-recharge-text {
  color: rgba(255, 255, 255, .85);
}

.pay-recharge-field {
  margin-bottom: 1.5rem;
}

.pay-recharge-input {

  width: 100%;
  height: 3.125rem;
  padding: 0 1rem;
  border: 2px solid #dadbdd;
  border-radius: 10px;
  background-color: #fff;
  color: #212529;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}

.pay-recharge-input:focus {
  border-color: #FA8A80;
  outline: none;
  box-shadow: 0 0 0 3px rgba(235, 20, 10, .05);
}

.pay-recharge-amount {

  min-width: 0;
  margin: 0 0 1.5rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 10px;
}

.pay-recharge-amount-label {

  margin: 0 0 -6px .5rem;
  padding: 0 .5rem;
  font-size: .75rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .05em;
  width: fit-content;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.pay-recharge-stepper {

  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
  padding: 0 .5rem;
}

.pay-recharge-stepper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 150ms ease-in-out;
}

.pay-recharge-stepper-btn:hover {
  background-color: rgba(255, 255, 255, .15);
}

.pay-recharge-amount-value {
  font-size: 1rem;
  color: #fff;
}

.pay-recharge-submit {
  align-self: flex-start;
}

.pay-recharge-card-red .btn-white {

  color: #eb140a;
}

.pay-recharge-card-red .btn-white:after {
  color: #eb140a;
}
@media (max-width: 767px) {
  .pay-recharge-card {
    padding: 1.25rem;
    column-gap: .5rem;
  }

  .pay-recharge-text {
    margin-bottom: 1rem;
  }

  .pay-recharge-field,
  .pay-recharge-amount {
    margin-bottom: 1rem;
  }
}

