
footer {
    background-color: #303030;
    width: 100%;
    min-height: 250px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-top: 100px;
}
footer .b-footer__social {
    line-height: 1.15;
    font-size: 1rem;
    color: #454545;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    min-width: 150px;
    margin-right: 63px;
}
footer .b-footer__social .b-footer__group-title {
    line-height: 1.15;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
}
footer .b-footer__social .b-footer__social-inner {
    line-height: 1.15;
    font-size: 1rem;
    color: #454545;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
}
footer .b-footer__social .b-footer__social-inner a {
    line-height: 1.15;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color: transparent;
    color: #454545;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    margin-right: 8px;
}
footer .b-footer__social .b-footer__social-inner a img {
    line-height: 1.15;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    color: #454545;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    border-style: none;
    width: 40px;
}
footer .privacy-policy {
    width: 100%;
}
footer .banners {
    width: 100%;
    display: flex;
    height: 125px;
    padding: 25px 0;
    justify-content: center;
}
footer .banners .app-store {
    padding: 11.5px 0;
}
footer .banners .banner {
    cursor: pointer;
}



.b-footer__apps {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.b-footer__apps .b-footer__group-title {
    line-height: 1.15;
    --vh: 8.83px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 16px;
    color: #fff;
}
.b-footer__apps .b-footer__apps-inner {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
}
.b-footer__apps a.b-footer__apps-item {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color: transparent;
    color: #454545;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    height: 44px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 11px;
    transition: 0.25s;
    z-index: 1;
}
.b-footer__apps a.b-footer__apps-item:hover::before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 30px 64px rgba(0, 0, 0, 0.3);
}
.b-footer__apps a.b-footer__apps-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: -1;
}
.b-footer__apps a.b-footer__apps-item.dark {
    color: white;
}
.b-footer__apps a.b-footer__apps-item.dark::before {
    background-color: #303030;
}
.b-footer__apps a.b-footer__apps-item .android-market {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    height: 44px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 11px;
    transition: 0.25s;
    z-index: 1;
}
.b-footer__apps a.b-footer__apps-item .b-footer__apps-logo {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 8px;
}
.b-footer__apps a.b-footer__apps-item .b-footer__apps-logo img {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    border-style: none;
    display: block;
}
.b-footer__apps a.b-footer__apps-item .b-footer__apps-info {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.b-footer__apps a.b-footer__apps-item .b-footer__apps-info .b-footer__apps-text {
    --vh: 8.83px;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 10px;
    font-weight: 500;
}
.b-footer__apps a.b-footer__apps-item .b-footer__apps-info img {
    line-height: 1.15;
    --vh: 8.83px;
    font-size: 1rem;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    border-style: none;
    display: block;
}
