.sb-footer {
    background-color: #F7F8F9;
    padding: 20px 0 60px;
}


@media (min-width: 1210px) {
    .sb-footer .container {
        display: flex;
    }
    .sb-footer .left {
        flex-grow: 1;
    }
    .sb-footer .right {
        width:390px;
        flex-shrink: 0;
        margin-left: 10px;
    }
    .sb-footer .container > .copyright {
        display: none;
    }
}
@media (min-width: 576px){
    .sb-footer {
        padding: 60px 0;
    }
}
@media (max-width: 1209px) {
    .sb-footer .left > .copyright {
        display: none;
    }
    .sb-footer .right {
        margin-top: 20px;
    }
}


/**/
.sb-footer .heading {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
}
.sb-footer a {
    color:#5DA1FF;
}
.sb-footer a:hover,
.sb-footer a:focus {
    color:inherit;
}

@media (max-width: 575px){
    .sb-footer .heading {
        font-size: 16px;
    }
    .sb-footer .collapsible__hide-sm .heading {
        margin-bottom: 0;
    }
    .sb-footer .collapsible__hide-sm .wbody {
        /*margin-top: 20px;*/
    }
}

/**/
.sb-footer .menu {
    list-style-type: none;
    padding-left: 0;
}
.sb-footer .menu li {
    margin-bottom: 10px;
}
.sb-footer .menu-info a,
.sb-footer .menu-about a {
    color:inherit;
}
.sb-footer .menu-info a:hover,
.sb-footer .menu-info a:focus,
.sb-footer .menu-about a:hover,
.sb-footer .menu-about a:focus {
    color:#5DA1FF;
}
@media (min-width: 576px) {
    .sb-footer .menu-row {
        display: flex;
        margin: 0 -10px;
    }
    .sb-footer .menu-row > div {
        flex-grow: 1;
        padding:0 10px
    }
}
@media (max-width: 575px){
    .sb-footer .menu-row > div {
        margin-bottom: 30px;
    }
    .sb-footer .menu li {
        font-size: 14px;
    }
}


/**/
.sb-contacts-list {
    font-size: 14px;
    margin:20px 0;
    padding:0;
    list-style-type: none;
}
.sb-contacts-list li:nth-last-child(n + 2) {
    margin-bottom: 10px;
}
.sb-contacts-list a {
    color:#5DA1FF;
}
.sb-contacts-list .company-name {
    font-weight: 600;
}
.sb-contacts-list .phone a {
    color:inherit;
}


.sb-contacts-list .socials {
    display: flex;
    margin-top: 15px;
}
.sb-contacts-list .socials a {
    width:24px;
    height: 24px;
    position: relative;
}
.sb-contacts-list .socials a:nth-last-child(n + 2) {
    margin-right: 1em;
}
.sb-contacts-list .socials svg {
    fill: #5DA1FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:fill .3s;
}

.sb-contacts-list .socials a:hover svg,
.sb-contacts-list .socials a:focus svg {
    fill: #000;
}

/**/
.sb-footer .sb-contacts-list .email a {
    font-size: .875em;
}
@media (min-width: 576px) {
    .sb-footer li.address {
        margin-bottom: 30px;
    }
    .sb-footer li.email {
        margin-top: 20px;
    }
}

/**/
.sb-footer .cities {
    font-size: 14px;
    margin-top: 20px;
}
.sb-footer .cities p:first-child {
    font-weight: 700;
}
.sb-footer .copyright {
    font-size: 14px;
    color:#8C8C8C;
    margin-top: 30px;
}

/**/
.sb-footer .right {
    border-radius: 5px;
    padding:50px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sb-footer .right .heading {
    font-size: 24px;
    text-align: center;
}
.sb-footer .right .sub-heading {
    text-align: center;
}
.sb-footer .right .caldera-grid {
    width: 100%;
}
.sb-footer .right .row {
    margin-left: 0;
    margin-right: 0;
}
.sb-footer .right .row > div {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 575px) {
    .sb-footer .right .heading {
        font-size: 22px;
    }
    .sb-footer .right .sub-heading {
        font-size: 15px;
    }
}