body {
    padding: 122px 0 0 0 !important;
}

#header {
    height: 81px !important;
}

#main-slider,
#header-visual {
    margin-top: 104px;
}

#side-menu-switch {
    top: 366px;
}

#side-fast-nav {
    top: 446px;
}

.deckstop {
    position        : relative;
    background-color: white;
}

.subitem {
    z-index: 5 !important;
}

.background {
    width           : 100%;
    height          : 104px;
    background-color: white;
    z-index         : 0;
}

.main_conteiner {
    position        : relative;
    width           : 1290px;
    height          : auto;
    background-color: white;
    margin          : auto;
    display         : flex;
    flex-direction  : row;
    overflow        : hidden;
    flex-wrap       : nowrap;
    justify-content : flex-start;
    align-items     : center;
    align-content   : center;
    z-index         : 0;
}

.visible {
    flex-wrap: wrap;
}

.one_icon {
    flex           : 0 0 100px;
    height         : 74px;
    text-decoration: none;
    text-transform : uppercase;
    margin         : 15px 7px;
}


.content_container {
    margin-top: 4px;
}

.img_conteiner {
    width  : 100%;
    height : 34px;
    display: flex;
}

.icon_img {
    padding: 0;
    margin : auto;
    display: block;
}

.icon_text {
    text-align : center;
    font-weight: 700;
    color      : black;
    font-size  : 12px;
    line-height: 15px;
    margin-top : 7px;
    /* white-space: nowrap; */

}

@media (max-width: 1254px) {
    .main_conteiner {
        width: 796px;
    }

    .one_icon {
        flex: 0 0 85px;
    }

    .icon_text {
        font-size  : 12px;
        line-height: 15px;
    }

    #more {
        order: 7 !important;
    }

    .svg_my_sfu {
        fill: #4F4F4F;
    }

    .svg_mail {
        fill: #4F4F4F;
    }
}

@media (max-width: 1000px) {
    .main_conteiner {
    width: 350px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    }

    .one_icon {
        flex: 0 0 75px;
    }

    .icon_text {
        font-weight: 700;
        font-size  : 11px;
        line-height: 12px;
    }

    #more {
        order: 3 !important;
    }

    .svg_privivca {
        fill  : #4F4F4F;
        stroke: #4F4F4F;
    }

    #side-menu-switch {
        top: 0 !important;
    }
}