@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap");
.col-special {
  width: 16.66%;
}

@media (max-width: 992px) {
  .col-special {
    width: 50%;
  }
}

@media (max-width: 750px) {
  .col-special {
    width: 100%;
  }
}

.fs-pol {
  font-size: 1.1rem;
}

.text-red {
  color: #E30614;
}

.text-blue {
  color: #0D92D2 !important;
}

.text-black {
  color: #000000 !important;
}

.bg-red {
  background-color: #E30614;
}

.bg-blue {
  background-color: #0D92D2 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.no-after::after {
  display: none !important;
}

@media (min-width: 576px) {
  .leon-bg {
    background-image: url("../../assets/images/Leon_new.png");
    background-position: right 442px;
    background-repeat: no-repeat;
    background-size: 400px;
  }
}

@media (min-width: 576px) and (min-width: 1200px) {
  .leon-bg {
    background-position: right top;
    background-size: auto;
  }
}

@media (min-width: 576px) and (min-width: 1400px) {
  .leon-bg {
    background-size: 657px;
  }
}

@media (min-width: 576px) and (min-width: 1700px) {
  .leon-bg {
    background-size: 764px;
  }
}

.bubble {
  width: 218px;
  height: 218px;
  line-height: normal;
  right: -75px;
  top: 0;
  bottom: 0;
}

.button {
  outline: none;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  line-height: normal;
  -webkit-transition: -webkit-box-shadow .15s,
 -webkit-transform .15s;
  transition: -webkit-box-shadow .15s,
 -webkit-transform .15s;
  transition: box-shadow .15s,
 transform .15s;
  transition: box-shadow .15s,
 transform .15s,
 -webkit-box-shadow .15s,
 -webkit-transform .15s;
  position: relative;
  background: #fff;
}

.button::after {
  content: '';
  position: absolute;
  width: 43px;
  height: 34px;
  background: url("../../assets/images/mouse-cursor-icon 1.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  bottom: -22px;
}

.button:hover {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.value-item .value-item-image {
  height: 100px;
}

.value-item:hover .discount {
  -webkit-transition: background-color .15s;
  transition: background-color .15s;
  background-color: #0D92D2 !important;
}

.discount-title {
  min-height: 40px;
  line-height: normal;
  white-space: nowrap;
}

.discount {
  border-radius: 30px;
  white-space: nowrap;
}



.more-value-item {
  height: 216px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.3;
}

.more-value-item::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  background: url("../../assets/images/check-mark 2.png");
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
}

ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  background: #B9B9B9;
  left: -21px;
  top: 9px;
}

.fajka {
  position: absolute;
  top: -2rem;
}
.mainh2 {
  margin-left: 32px;
}
.container-expand {
  max-width: 1434.65px;
}
.container-expand h3 {
  margin-left: 3rem;
}
.container-expand .row>* {
  padding-right: calc(var(--bs-gutter-x) / 4);
    padding-left: calc(var(--bs-gutter-x) / 4);
}
/*# sourceMappingURL=main.css.map */

#popup-box-init:hover #popup-box {
    display: block !important;
    position: absolute;
    z-index: 10;
    width: 350px;
    background: #dceefb;
    border-radius: .5rem;
    padding: 1rem;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
}
#popup-box h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 1rem;
}
#popup-box ol {
    padding-left: 1rem;
}
#popup-box ol li {
    margin-bottom: 1rem;
    font-size: 18px;
}

.btn:focus {
    box-shadow:0px 3px 3px 0px rgba(0,0,0,.3);
}