/* -------------------- Footer -------------------- */
.b-footer {
    position: relative;
    z-index: 1;
    min-width: 320px;
    font: 400 1.6em 'Roboto', sans-serif;
    color: #fff;
    background: #1fa6a3;
}

@media (max-width: 767px) {

    .b-footer {
        padding-bottom: 48px;
    }

}


/* * * Footer :: alphabet * * * */
.b-footer_alphabet {
    position: relative;
    padding: 20px 0;
    font: 400 .875em/1 'Roboto', sans-serif;
    color: #000;
    background: #eee;
    cursor: default;
}

.b-footer_alphabet_list {
    list-style: none;
    font: 400 1em/1 'Roboto', sans-serif;
    color: #000;
}

.b-footer_alphabet_list > li {
    display: inline-block;
    margin-right: 2px;
}

.b-footer_alphabet_list a {
    text-decoration: none;
    color: inherit;
}

.b-footer_alphabet_list a:hover {
    color: #1fa6a3;
}

@media (min-width: 768px) and (max-width: 1263px) {

    .b-footer_alphabet_spoiler [class*="col-"] ~ [class*="col-"] {
        margin-top: 10px;
    }

    .b-footer_alphabet_list {
        margin-right: -5px;
    }

    .b-footer_alphabet_list > li {
        margin-right: 5px;
    }

}

@media (max-width: 767px) {

    .b-footer_alphabet {
        padding: 0;
    }

    .b-footer_alphabet_caption {
        display: block;
        position: relative;
        padding: 14px 42px 14px 0;
        cursor: pointer;
    }

    .b-footer_alphabet_caption:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
        font: normal 7px/42px 'VetaptekaIcons', sans-serif;
        -webkit-transition: -webkit-transform 250ms;
        -o-transition: -o-transform 250ms;
        transition: transform 250ms;
        content: '\e806';
    }

    .b-footer_alphabet.opened .b-footer_alphabet_caption:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .b-footer_alphabet_spoiler_inner {
        padding: 6px 0 20px;
    }

    .b-footer_alphabet_spoiler_inner [class*="col-"] ~ [class*="col-"] {
        margin-top: 16px;
    }

    .b-footer_alphabet_list {
        margin: -2px -2px -4px;
    }

    .b-footer_alphabet_list > li {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .b-footer_alphabet_list a {
        display: block;
        padding: 2px;
    }

}


/* * * Footer :: info * * * */
.b-footer_info {
    padding: 20px 0 24px;
}

@media (max-width: 767px) {

    .b-footer_info_spoiler {
        margin-bottom: 20px;
    }

    .b-footer_info_spoiler_caption {
        font: 500 16px 'Roboto', sans-serif;
        text-align: center;
        cursor: pointer;
    }

    .b-footer_info_spoiler_caption:after {
        display: inline-block;
        vertical-align: middle;
        margin-right: -22px;
        margin-left: 15px;
        font: normal 7px/1 'VetaptekaIcons', sans-serif;
        -webkit-transition: -webkit-transform 250ms;
        -o-transition: -o-transform 250ms;
        transition: transform 250ms;
        content: '\e806';
    }

    .b-footer_info_spoiler.opened .b-footer_info_spoiler_caption:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .b-footer_info_spoiler_box {
        padding-top: 20px;
    }

}

@media (min-width: 768px) {

    .b-footer_info {
        padding: 20px 0 30px;
    }

    .b-footer_info_spoiler_caption {
        margin-bottom: 20px;
        font: 500 16px 'Roboto', sans-serif;
    }

}

@media (min-width: 1264px) {

    .b-footer_info {
        padding: 24px 0 36px;
    }

    .b-footer_info_spoiler_caption {
        margin-bottom: 18px;
        font: 500 18px 'Roboto', sans-serif;
    }

}



.b-footer_info_social {
    list-style: none;
    margin-bottom: 28px;
    font: 400 19px/1 'Roboto', sans-serif;
    text-align: right;
    cursor: default;
}

.b-footer_info_social li {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 30px;
}

.b-footer_info_social a {
    text-decoration: none;
    color: inherit;
}

.b-footer_info_social a:hover {
    opacity: .65;
}

@media (max-width: 767px) {

    .b-footer_info_social {
        margin-top: 32px;
        margin-bottom: 26px;
        text-align: center;
    }

    .b-footer_info_social li:first-child {
        margin-left: auto;
    }

}

@media (min-width: 1264px) {

    .b-footer_info_social {
        margin-top: 8px;
        text-align: left;
    }

    .b-footer_info_social li:first-child {
        margin-left: auto;
    }

}

.b-footer_info_contacts {
    font: 400 12px 'Roboto', sans-serif;
    text-align: right;
}

.b-footer_info_contacts p ~ p {
    margin-top: 10px;
}

.b-footer_info_contacts a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

.b-footer_info_contacts_copyright {
    margin-bottom: 28px;
    font-weight: 500;
}

.b-footer_info_contacts_phones {
    margin-bottom: 16px;
    font: 700 16px 'Roboto', sans-serif;
}

.b-footer_info_contacts_phones p ~ p {
    margin-top: 2px;
}

.b-footer_info_contacts_phones a {
    text-decoration: none;
    color: inherit;
}

.b-footer_info_contacts_phones a:hover {
    opacity: .65;
}

@media (max-width: 767px) {

    .b-footer_info_contacts {
        font: 400 14px 'Roboto', sans-serif;
        text-align: center;
    }

    .b-footer_info_contacts p ~ p {
        margin-top: 8px;
    }

    .b-footer_info_contacts_copyright {
        margin-bottom: 20px;
    }

    .b-footer_info_contacts_phones {
        margin-bottom: 20px;
        font: 700 22px 'Roboto', sans-serif;
    }

    .b-footer_info_contacts_phones p ~ p {
        margin-top: 12px;
    }

}

@media (min-width: 1264px) {

    .b-footer_info_contacts {
        font: 400 14px 'Roboto', sans-serif;
        text-align: left;
    }

    .b-footer_info_contacts p ~ p {
        margin-top: 8px;
    }

    .b-footer_info_contacts_copyright {
        margin-bottom: 22px;
        font-weight: 500;
    }

    .b-footer_info_contacts_phones {
        margin-bottom: 16px;
    }

    .b-footer_info_contacts_phones p ~ p {
        margin-top: 2px;
    }

}

.b-footer_info_developer {
    margin-top: 24px;
}

.b-footer_info_developer a {
    position: relative;
    padding-right: 65px;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
    opacity: .6;
}

.b-footer_info_developer a:hover {
    opacity: 1;
}

.b-footer_info_developer a:before {
    position: absolute;
    right: 0;
    bottom: 1px;
    margin-left: 10px;
    width: 55px;
    height: 18px;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    background: url('../images/wrp.svg') center center no-repeat;
    content: '';
}

@media (max-width: 767px) {

    .b-footer_info_developer {
        text-align: center;
    }

}

a.b-footer_info_full {
    display: block;
    margin: 28px auto 0;
    padding: 12px 6px;
    width: 214px;
    font: 500 16px/1 'Roboto', sans-serif;
    color: #fff;
    background: #098e8b;
    border: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

a.b-footer_info_full:hover {
    color: #fff;
    background: #077573;
}