#hotline {
    margin-top: 90px;
    position: absolute;
    right: 0;
    width: 240px;
    top: 20px;
}
#hotline .hotline--title {
    margin-bottom: 23px;
}
#hotline #ob1 {
    float: left;
    left: 26px;
    position: absolute;
    top: 0;
}
#hotline #ob3 {
    color: #E20;
    font-size: 12px;
    font-weight: none;
    left: 18px;
    padding: 0;
    position: absolute;
    top: 28px;
    width: 230px;
}
#hotline p {
    font-size: 9px;
    color: #444;
    text-transform: uppercase;
}
#ob3 a {
    color: #E20;
    text-decoration: none;
    font-weight: 700;
}

#socialnetworks {
    display: flex;
    position: absolute;
    top: 20px;
    right: 120px;
    gap: 15px;
}

@media screen and (max-width: 768px) {
    #hotline{
        /*left: 0;*/
        top: 90px; 
    }
    .visually-impaired-module-special {
        margin-top: 140px;
        margin-left: 0;
    }
    .visually-impaired-module-special img {
        max-width: none;
    }
    .layout-content {
        margin-top: 0;
        margin-left: 0;
    }
    #visually-impaired-module-special {
        display: none;
    }
    .search-block-form form .form-actions input {
        margin: auto;
    }
}

@media screen and (max-width: 440px) {
    #hotline{
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
    }
    #hotline .hotline--title {
        width: 250px;
        position: relative;
    }
    
}