.section-form__content .block-title{
    width: 100% !important;
    max-width: unset;
}

.inform-widget__text,
.text,
.section-about__text2,
.section-about__text,
.section-contacts__text{
    text-align: justify;
}

.header-navigation .selected:after {
    width: 100%;
}

.catalog-navigation li a,
.catalog-subnavigation li a{
    position: relative;
    display: inline-block;
    width: 100%;
}

/*.catalog-navigation .selected{*/
/*    color: #E30613;*/
/*}*/

.catalog-navigation .selected:after{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100% + 5px);
    left: -10px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    top: -4px;
    /*background: #ffffff;*/
}

@media (max-width: 420px) {
    .block-title{
        text-align: center;
        width: 100% !important;
    }

    .contact-widget .block-title{
        margin-bottom: 40px;
    }

    .contact-widget .row{
        flex-direction: column;
    }

    .contact-widget__item{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
        width: 100%;
    }

    .contact-widget__item h3{
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .contact-widget__item p{
        width: 100%;
        text-align: center;
    }

    /*.navigation-mobile .selected:after {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    !*bottom: -5px;*!*/
    /*    border-bottom: 2px solid #FFFFFF;*/
    /*    transition: all ease .3s;*/
    /*}*/
}