html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    vertical-align: baseline;
    font: inherit;
}
body {
    font-size: 12px;
    line-height: 1;
    color: #000;

    min-width: 320px;
    font-family: 'Calibri';
    max-width: 100%;
    overflow-x: hidden;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong{
    font-weight:bold;
}

p {
    width: 100%;
    margin: 0 0 1rem;
    font-family: Calibri;
}

/*end rezet*/
.text_blue{
    color: #34B3EB;
}
.text_bold{
    font-family: CalibriBold;
}

.blue_button_opacity{
    height: 55px;
    border: 2px solid #34B3EB;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgb(158 158 158 / 50%);
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    color: #34B3EB;
    display: block;
    line-height: 52px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}





.bolder {
    font-family: CalibriBold;
}