[id^=bx_incl_area_] {
    min-width: 14px;
    min-height: 14px;
}
@media(max-width: 767px){
    .full-wrap__content{
        padding-bottom: 90px;
    }
}
@media(max-width: 575px) , (max-height: 449px){
    .full-wrap__section{
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .full-wrap__section:first-child .full-wrap__content{
        padding-top: 170px;
    }
    .full-wrap__content{
        transform: none;
        opacity: 1;
        padding: 90px 0;
    }
    .header{
        position: absolute;
    }
}