*{margin:0;padding:0;}
.boxChosen{position:fixed;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:'Lato',sans-serif;top:0;left: 0;z-index: 200;
background-color: rgba(255,255,255,0.8);backdrop-filter: blur(5px); }
.boxChosen .divChosen .divTop{text-align:center;margin-bottom:50px;width: 100%;position: relative}
.boxChosen .divChosen{width:1030px;max-width:100%;}
.boxChosen .divChosen .boxParent{display:flex;justify-content:center;gap:30px;}
.boxChosen .divChosen .boxParent .box{width:50%;}
.boxChosen .divChosen .boxParent .box a{display:block;border-radius:6px;box-sizing:border-box;height:100%;text-decoration:none;outline-style:none;}
.boxChosen .divChosen .boxParent .box.diagdent a{
box-shadow:  0 0 0 6px #E4F2DA;
background-color: #FFFFFF;
}
.boxChosen .divChosen .boxParent .box.lekarz a{
box-shadow:  0 0 0 6px #DAF2E8;
background-color: #FFFFFF;
}
.boxChosen .spImg{display:block;margin-bottom:20px;}
.boxChosen .spImg img{max-width:100%;height:auto;vertical-align:top;border-radius: 6px 6px 0 0}
.boxChosen .button{text-align:center;margin-bottom:20px;}
.boxChosen .button span{display:inline-block;box-sizing:border-box;padding:15px 40px;color:#FFFFFF;font-weight:700;border-radius:6px;font-size:20px;font-family:'Poppins',sans-serif;transition:all 0.5s ease-out 0s;background-size:200% auto;}
.boxChosen .divChosen .boxParent .box.diagdent .button span{background-image:linear-gradient(to right,#7ec34c 0%,#179f4c 51%,#7ec34c 100%);}
.boxChosen .divChosen .boxParent .box.lekarz .button span{background-image:linear-gradient(to right,#48BA8A 0%,#3E9E76 51%,#48BA8A 100%);}
.boxChosen .button:hover span{background-position:100%;}
.boxChosen .tekst{padding:0 45px 25px 45px;box-sizing:border-box;color:#333336;font-size:16px;font-weight:700;text-decoration:none;outline-style:none;text-align:center;}
@font-face{font-family:'Lato';  font-style:normal;  font-weight:700;  src:local(''), url('../fonts/lato-v17-latin-ext_latin-700.woff2') format('woff2'), url('../fonts/lato-v17-latin-ext_latin-700.woff') format('woff'); }
@media screen and (max-width:620px){.boxChosen .divChosen .boxParent{flex-direction:column;justify-content:center;align-items:center;}
.boxChosen .divChosen .boxParent .box{width:100%;}
}