.sbc__footer {
    position: relative;
    background-color: #000019;
    font-size: 12px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
    padding-top: 58px;
    padding-bottom: 46px;
    overflow: hidden;
}

.sbc__footer .sbc__footer--logotype {
    width: 87px;
    display: block;
    position: relative;
}
.sbc__footer .sbc__footer--logotype img {
    margin-top: 20px;
}

.sbc__footer .sbc__footer--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1160px;
    margin: 0 auto;
}

.sbc__footer .sbc__footer--elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 0 auto;
}
.sbc__footer .sbc__footer--elements.footer_top { 
    padding: 0;
}

.sbc__footer .sbc__footer--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin-bottom: 13px;
}

.sbc__footer h4 {
    color: #FFF !important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin: 0 0 8px;
}

.sbc__footer span {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    color: #FFF;
}

.sbc__footer a:link,
.sbc__footer a:visited {
    color: #FFF;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.sbc__footer a:hover {
    color: #e1e1e1;
}

.sbc__footer--line.sbc__footer--terms a,
.sbc__footer--line.sbc__footer--social a,
#blank-page .sbc__footer--line.sbc__footer--terms a, 
#blank-page .sbc__footer--line.sbc__footer--social a {
    text-decoration: underline;
}

.sbc__footer .sbc__footer--social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin-top: 22px;
}

.sbc__footer .sbc__footer--social ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    margin-left: 4px;
    margin-right: 4px;
}
.sbc__footer .sbc__footer--social ul li:last-of-type {
    width: 42px;
}

.sbc__footer .sbc__footer--line {
    position: relative;
    height: 100%;
}

.sbc__footer .sbc__footer--address {
    margin-left: -4px;
    margin-right: 4px;
}

.sbc__footer .sbc__footer--terms {
    max-width: 228px;
    font-size: 10px;
}

.sbc__footer .sbc__footer--social { 
    width: 242px;
}

.sbc__footer .sbc__footer--terms h4 {
    margin-bottom: 10px;
}

.sbc__footer .sbc__footer--terms p {
    margin-bottom: 7px;
    line-height: 12px;
    color: #FFF !important;
}

.sbc__footer .sbc__footer--icon {
    height: 42px;
    width: 42px;
    object-fit: cover;
}

.sbc__footer .sbc__footer--line.sbc__footer--contacts.sbc__footer--contacts-bigger-phone{
    display: none;
}

@media only screen and (max-width: 1200px) {
    .sbc__footer .sbc__footer--container {
        width: 90%;
        width: calc(100% - 30px);
    }
}

@media only screen and (max-width: 1000px) {
    .sbc__footer .sbc__footer--line {
        padding: 0 10px;
    }
    .sbc__footer .sbc__footer--address {
        margin-left: 20px;
        margin-right: 0;
    }
    .sbc__footer .sbc__footer--terms {
        max-width: 188px;
    }
}

@media only screen and (max-width: 768px) {

    .sbc__footer .sbc__footer--container {
        width: 90%;
        width: calc(100% - 32px);
    }

    .sbc__footer.sbc__footer {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .sbc__footer .sbc__footer--elements {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sbc__footer .sbc__footer--container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .sbc__footer .sbc__footer--logotype {
        margin-bottom: -13px;
        width: 100%;
        text-align: center;
    }

    .sbc__footer .sbc__footer--logotype img {
        margin-bottom: 20px;
        max-height: 30px;
    }

    .sbc__footer h4 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .sbc__footer span { 
        font-size: 10px;
        line-height: 16px;
    }

    .sbc__footer .sbc__footer--line {
        width: 33.3333%;
        margin: 0;
        padding: 0;
    }

    .sbc__footer .sbc__footer--terms h4 {
        margin-bottom: 0;
    }

    .sbc__footer .sbc__footer--terms p {
        line-height: 16px;
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .sbc__footer .sbc__footer--link-item {
        font-size: 10px;
    }

}

@media only screen and (max-width: 460px) {

    .sbc__footer.sbc__footer {
        padding-bottom: 23%;
    }
    
    .sbc__footer .sbc__footer--elements {
        padding: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .sbc__footer .sbc__footer--line {
        width: 45%;
    }
    
    .sbc__footer .sbc__footer--line.sbc__footer--terms {
        max-width: unset;
        position: absolute;
        right: 0;
        top: 57px;
        height: 100%;
    }

    .sbc__footer .sbc__footer--social { 
        position: static;
    }
    .sbc__footer .sbc__footer--social ul {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .sbc__footer--line.sbc__footer--social{
        margin-bottom: 13px;
    }

    .sbc__footer .sbc__footer--social ul li:first-child{
        margin-left: auto;
    }

    .sbc__footer .sbc__footer--social ul li:last-child{
        margin-right: auto;
    }
    
    .sbc__footer--line.sbc__footer--social,
    .sbc__footer--line.sbc__footer--contacts{
        margin-top: 13px;
    }

    .sbc__footer .sbc__footer--line.sbc__footer--terms {
        max-width: 145px;
    }

    .sbc__footer .sbc__footer--terms p {
        margin-bottom: 12px;
    }
    
}

@media only screen and (min-width: 461px) and (max-width: 768px) { 
    .sbc__footer .sbc__footer--line.sbc__footer--contacts:not(.sbc__footer--contacts-bigger-phone) {
        display: none !important;
    }
    .sbc__footer .sbc__footer--line.sbc__footer--contacts.sbc__footer--contacts-bigger-phone {
        display: block;
        width: 100%;
        margin-top: 13px;
    }
    .sbc__footer .sbc__footer--line { 
        min-width: auto;
        width: 31%;
    }
    .sbc__footer .sbc__footer--line.sbc__footer--terms {
        width: 36%;
    }
    .sbc__footer .sbc__footer--line.sbc__footer--social { 
        width: 25%;
    }
}

@media only screen and (max-width: 240px){
    .sbc__footer--line.sbc__footer--social{
        margin-bottom: 60px;
    }
    .sbc__footer .sbc__footer--social ul li:first-child{
        margin-left: 4px;
    }

    .sbc__footer .sbc__footer--social ul li:last-child{
        margin-right: 4px;
    }
}

@media only screen and (min-width: 461px){
    .sbc__footer--line.sbc__footer--social ul{
        margin-left: -4px;
    }
}