.podskazka {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #0007;
    z-index: 10000;            
}
.podskazka_text {
    position: absolute;
    /* top: 298px; */
    /* right: 293px; */
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-shadow: 5px 5px 7px #000;
}
.podskazka_strelka img{
	/* display: none; */
    width: 100px;
    position: absolute;
    /* top: 335px;
    right: 200px; */
}
.reference_block_att_z_shadow {
    box-shadow: 0px 0px 20px 18px #ffffff;
    z-index: 100001;
}

@media screen and (max-width: 450px){
    .podskazka_strelka img{
        width: 70px;
    }

    .podskazka_text {
        font-size: 15px;
    }
}