label {
  font-size: 18px;
  font-size: 18/16rem;
  font-weight: 700;
  margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: #FFFFFF;
  border-radius: 70px;
  padding: 12px 15px;
}
input[type="submit"] {
  margin-top: 10px;
  background-color: #40BBF0;
}
input[type="checkbox"] {
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  background-color: #FFFFFF;
}
input[type="checkbox"]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #40BBF0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header {
  padding-top: 30px;
  background-image: url('../img/mlecna_vlna_top.webp');
  background-repeat: repeat-x;
  background-size: auto 280px;
  height: 280px;
}
header a {
  color: #0D2D58;
}
body {
  position: relative;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  background-color: #0D2D58;
}
body::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  display: block;
  content: "";
  background-color: #FFFFFF;
  z-index: 0;
}
body::after {
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  aspect-ratio: 1/1;
  display: block;
  content: "";
  background: transparent radial-gradient(closest-side at 50% 48%, #3A92C8 0%, #0D2D58 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
main {
  padding-top: 80px;
  color: #FFFFFF;
}
footer {
  margin-top: 50px;
  background-image: url('../img/mlecna_vlna.webp');
  background-repeat: repeat-x;
  background-size: auto 280px;
  background-position: top;
  padding-top: 280px;
  font-size: 20px;
  font-size: 20/16rem;
}
footer .content {
  padding-bottom: 60px;
  background-color: #FFFFFF;
}
footer a {
  color: #0D2D58;
}
footer .icon {
  width: 30px;
  height: auto;
}
strong {
  font-weight: 800;
}
.fs-18 {
  font-size: 18px;
  font-size: 18/16rem;
}
.fs-22 {
  font-size: 22px;
  font-size: 22/16rem;
}
p a {
  color: #FFFFFF;
}
.button {
  position: relative;
  padding: 15px 30px;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  border: 2px solid #40BBF0;
  border-radius: 70px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 20px;
  font-size: 20/16rem;
}
.button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: block;
  content: '>';
  height: 10px;
  line-height: 10px;
}
.button:hover {
  background-color: #40BBF0;
}
.button.disabled {
  background-color: transparent;
  cursor: default;
}
.button.disabled:after {
  display: none;
}
.registration p {
  font-size: 22px;
  font-size: 22/16rem;
}
.registration .title {
  position: relative;
  margin-top: 50px;
  text-align: left;
  color: #40BBF0;
  font-weight: 800;
}
.registration .title .line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #3A92C8;
  margin-left: 15px;
}
.registration .title p {
  margin-bottom: 0;
}
.registration label {
  margin-top: 25px;
}
.splash_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.splash_container .splash {
  position: absolute;
  margin: auto;
}
.splash_container .splash1 {
  top: 250px;
  left: auto;
  right: -300px;
}
.splash_container .splash2 {
  top: 850px;
  left: -300px;
  right: auto;
}
.splash_container .splash3 {
  top: 950px;
  left: auto;
  right: -340px;
  transform: rotate(-75deg);
}
.splash_container .splash4 {
  top: 1550px;
  left: -150px;
  right: auto;
}
.splash_container .splash5 {
  top: 1350px;
  left: auto;
  right: -300px;
}
.toast .toast-header {
  background-color: #3A92C8;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .splash_container {
    display: none;
  }
}
@media (max-width: 992px) {
  header .brand img {
    width: 100px;
    height: auto;
  }
  header {
    background-size: auto 80px;
    background-position: center top 80px;
    height: 180px;
  }
  header::before {
    height: 80px;
  }
  header::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 81px;
    display: block;
    content: "";
    background-color: #FFFFFF;
  }
  header .container {
    position: relative;
    z-index: 1;
  }
  main {
    padding-top: 50px;
  }
  footer {
    background-size: auto 80px !important;
    padding-top: 79px !important;
  }
  footer .icon {
    margin: auto !important;
  }
}
@media (max-width: 576px) {
  header .brand img {
    width: 80px;
    height: auto;
  }
}
h1,
h2 {
  font-size: 40px;
  font-size: 40/16rem;
  color: #40BBF0;
  font-weight: 800;
  margin-bottom: 30px;
}
h3 {
  font-size: 22px;
  font-size: 22/16rem;
  color: #40BBF0;
  font-weight: 800;
  margin-bottom: 30px;
}
p {
  font-size: 18px;
  font-size: 18/16rem;
}
.color-blue {
  color: #40BBF0;
}
.points {
  padding: 3px 35px;
  display: inline-block;
  background-color: #40BBF0;
  color: #FFFFFF;
  font-size: 40px;
  font-size: 40/16rem;
  font-weight: 800;
  border-radius: 70px;
  text-align: center;
}
.points img {
  margin-right: 15px;
}
.profile_menu ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-size: 18/16rem;
  font-weight: 800;
  text-transform: uppercase;
}
.profile_menu li {
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.profile_menu li.active a,
.profile_menu li:hover a {
  color: #40BBF0;
}
.profile_menu a {
  color: #FFFFFF;
  text-decoration: none;
}
.profile_menu span {
  width: 40px;
}
.table {
  margin-top: 30px;
}
.table tbody {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.table th,
.table td {
  background: transparent;
  color: #FFFFFF;
  border-bottom: 0;
}
.box {
  display: block;
  padding: 35px 25px;
  background-color: #FFFFFF;
  color: #0D2D58;
  text-decoration: none;
}
.box h2 {
  font-size: 22px;
  font-size: 22/16rem;
  color: #0D2D58;
  margin-bottom: 15px;
  height: 53px;
  overflow: hidden;
}
.box p {
  margin-bottom: 0;
}
.box .point {
  font-size: 22px;
  font-size: 22/16rem;
  font-weight: 800;
}
.box .gift_img {
  aspect-ratio: 1/1;
}
.detail .point {
  font-size: 32px;
  font-size: 32/16rem;
  font-weight: 800;
}
.main_menu {
  padding: 3px 0 0 0;
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  font-size: 12px;
  font-size: 12/16rem;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.05);
}
.main_menu a {
  text-decoration: none;
  color: #0D2D58;
  font-weight: 600;
  display: block;
}
.main_menu p {
  margin-bottom: 0;
}
.main_menu .img_cont {
  margin-bottom: 3px;
  height: 24px;
}
.main_menu li.active a {
  color: #40BBF0;
}
.main_menu li.active svg path {
  fill: #40BBF0;
}
.podminky h2 {
  font-size: 28px;
  font-size: 28/16rem;
  margin: 40px 0 15px 0;
}
.products .tab > div {
  border: 1px solid #FFFFFF;
}
.products img {
  height: 100px;
  max-width: 100%;
  width: auto;
}
.products a {
  color: #FFFFFF;
}
