.public_modals{
    border-radius: 30px;
    overflow: hidden;
    /* background: url(../img/bg_3.jpeg) no-repeat center; */
    /* background-size: cover; */
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.public_modals .bg-pub-mod{
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgb(0, 31, 57);
    opacity: 0.7; */
    display: none;
}

.public_modals .modal_wrap {
    max-width: 560px;
    text-align: center;
}
.public_modals .modal_header {
    position: relative;
    z-index: 1;
}
.public_modals .modal_wrap h4 {
    font-size: 22px;
    color: rgb(222, 235, 244);
    line-height: 29px;
    margin: 0 0 30px;
}
.public_modals.fancybox-content{
    background: transparent;
}
#modal{
    background: none;
}
#modal:after, .public_modals:after{
    content: "";
    position: absolute;
    background: rgb(0, 31, 57, .8);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#modal_methods_text{
    text-align: left;
}

.bl_q_2_row{
    margin-bottom: 15px;
}

.bl_q_3_row .bl_q_3_desc{
    text-align: left;
}
.bl_q_3_row .bl_q_3_desc ul li{
    list-style: disc;
    list-style-position: inside;
    line-height: 120%;
    margin-top: 5px;
}
.bl_q_3_row .bl_q_3_desc ul{
    margin-top: 15px;
}

/******  *******/
.public_modal_content{
    text-align: left;
}
.public_modal_content ul, .public_modal_content ol{
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}
.public_modal_content ul li{
    list-style-type: circle;
}

/******  *******/
.show-smaller-480{
    display: none;
}
/******  *******/
.bl_2{
    text-align: left;
}
.bl_2 p{
    margin-bottom: 16px;
}

.dnevnik{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    background: rgb(255, 255, 255, 0.1);
    padding: 20px 24px;
    gap: 20px;
    max-width: 278px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 48px;
}
.danger{
    background: linear-gradient(164.52deg, #FF9D00 0.24%, #E12504 63.18%, #7B0000 99.76%);
    color: #FFF;
    position: relative;
    padding: 50px 24px 24px 24px;
    border-radius: 12px;
    line-height: 140%;
    text-align: left;
    max-width: 800px;
    margin: 54px auto 24px;
}
.danger:before{
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    background: url(../img/mark.svg);
    top: -30px;
    left: calc(50% - 30px);
    border-radius: 30px;
    box-shadow: 2px 0 18px rgb(0, 0, 0);
}


/****** Go media *******/
@media only screen and (max-width: 480px){
    body{
        font-size: 15px;
        font-weight: 300;
    }
    p{
        /* line-height: 145%; */
    }
    
    .hide-smaller-480{
        display: none;
    }
    .show-smaller-480{
        display: block;
    }
    .bl_4_mobile{
        text-align: center;
    }
}
/******  *******/
