.swal2-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.swal2-html-container{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.g-recaptcha{
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.punkti{
    cursor: pointer;
}
.punkti1:hover{
  color: #FDC300;
  text-decoration: underline #FDC300;
}
.punktmenu{
    height: 50px;
    align-items: center;
    justify-content: center;
}
.sub-menu{
    display: flex;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    height: 0px;
    padding-top: 20px;
    flex-direction: column;
    transition: 0.5s;
    justify-content: center;
    align-items: start;
    border-radius: 20px;
  }
  .nav-item{
    width: auto;
    height: auto;
    padding: 10px;
    padding-left: 20px;
    visibility: hidden;
    cursor: pointer;
  }
  .nav-item a{
    color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    cursor: pointer;
  }
  .nav-item1{
    width: auto;
    height: auto;
    padding: 15px;
    visibility: hidden;
  }
  .nav-item1 a{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  .sub-menu1 li:nth-child(1){
    margin-top: 0px;
  }
  .sub-menu1 li{
    margin-bottom: 10px;
  }
  .dropdown{
    position: relative;
    list-style: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown:hover > .sub-menu{
    visibility: visible;
    height: 100px;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
    transition: 0.5s;
  }
  .dropdown1{
    position: relative;
    list-style: none;
  }
  .dropdown1:hover > .sub-menu1{
    visibility: visible;
    height: 150px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  .dropdown1:hover > .sub-menu1 > .nav-item1{
    visibility: visible;
    height: auto;
    transition: 0.5s;
  }
  .dropdown:hover > .sub-menu > .nav-item{
    visibility: visible;
    height: auto;
    transition: 0.5s;
  }
  .dropdown:hover > .sub-menu > .nav-item a{
    visibility: visible;
    height: auto;
    transition: 0.5s;
    color: #000;
  }
  .punkti svg{
    transition: 0.2s;
  }
  .dropdown:hover svg{
    transform: rotate(180deg);
    transition: 0.5s;
    color: #FDC300;
  }
  .sub-menu1{
    display: flex;
    visibility: hidden;
    position: absolute;
    left: 5%;
    top: 100%;
    width: 90%;
    height: 0px;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
    padding-top: 20px;
    flex-direction: column;
    z-index: 130;
    border-radius: 20px;
    transition: 0.2s;
  }
.phonenew{
  background-color: transparent;
  border: 2px solid #FDC300;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.50);
  transition: 0.2s;
}
.phonenew:hover{
  background-color: #FDC300;
  border: 0px solid #FDC300;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
  transition: 0.5s;
}
  @media screen and (max-width: 620px) {
    .warning_p {
        color: #000;
        font-family: 'Montserrat';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.32px;
        width: 82%;
    }
  }
