footer {
    padding-bottom: 20px;
    padding-top: 110px
}

@media (min-width: 1024px) {
    footer {
        padding-top: 150px
    }
}

@media (min-width: 1400px) {
    footer {
        padding-top: 195px
    }
}

footer .top-footer #block-social-footer svg path {
    fill: #fff
}

footer .top-footer #block-social-footer svg path.no-hover {
    fill: #000
}

footer .main-footer {
    display: none
}

@media (min-width: 1024px) {
    footer .main-footer {
        display: block;
        height: 37px;
        border-top: 1px solid #4d4d4d;
        border-bottom: 1px solid #4d4d4d;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 1400px) {
    footer .main-footer {
        height: 48px
    }
}

footer .main-footer .container {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    align-items: center
}

footer .main-footer .container nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .main-footer .container nav a {
    color: #fff
}

footer .main-footer .container nav a:hover {
    color: red
}

footer .main-footer .container .back-to-top {
    margin-left: 45px;
    border-radius: 50%;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px
}

footer .main-footer .container .back-to-top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    border-right: 6.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-bottom: 12px solid black;
    top: -1px
}

@media (min-width: 1400px) {
    footer .main-footer .container .back-to-top:after {
        top: -2px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 16px solid black
    }
}

@media (min-width: 1400px) {
    footer .main-footer .container .back-to-top {
        width: 34px;
        height: 34px
    }
}

footer .sub-footer {
    display: flex;
    align-items: center;
    position: relative
}

@media (min-width: 0) and (max-width: 624px) {
    footer .sub-footer {
        flex-direction: column-reverse
    }
}

@media (min-width: 625px) and (max-width: 767px) {
    footer .sub-footer {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 625px) and (max-width: 1023px) {
    footer .sub-footer {
        padding-top: 12px
    }
}

@media (min-width: 768px) {
    footer .sub-footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 115px minmax(0, 1fr)
    }
}

@media (min-width: 1400px) {
    footer .sub-footer {
        grid-template-columns: minmax(0, 1fr) 147px minmax(0, 1fr)
    }
}

@media (min-width: 0) and (max-width: 359px) {
    footer .sub-footer>.f-details {
        padding: 10px 10px 0;
        width: 100%
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    footer .sub-footer>.f-details {
        padding: 10px 20px 0;
        width: 100%
    }
}

footer .sub-footer .ened {
    display: grid;
    align-items: center;
    grid-template-columns: 50px 50px
}

@media (min-width: 380px) {
    footer .sub-footer .ened {
        width: 115px;
        position: absolute;
        bottom: -2px;
        right: 30px;
        margin: auto
    }
}

@media (min-width: 625px) {
    footer .sub-footer .ened {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        grid-template-columns: 1fr 1fr;
        gap: 13px
    }

    footer .sub-footer .ened span {
        margin-left: auto
    }
}

@media (min-width: 625px) and (max-width: 767px) {
    footer .sub-footer .ened {
        top: 12px
    }
}

@media (min-width: 768px) {
    footer .sub-footer .ened {
        width: 100%;
        position: static
    }
}

footer .sub-footer .ened svg {
    width: 50px;
    background: #fff;
    padding: 5px
}

@media (min-width: 1024px) {
    footer .sub-footer .ened svg {
        width: 65px
    }
}

@media (min-width: 1400px) {
    footer .sub-footer .ened svg {
        width: 95px
    }
}

footer .sub-footer nav {
    margin-left: auto
}

@media (min-width: 0) and (max-width: 399px) {
    footer .sub-footer nav {
        padding: 10px 10px;
        border-bottom: 1px solid #4d4d4d;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    footer .sub-footer nav a {
        font-size: 13px
    }
}

@media (min-width: 624px) and (max-width: 624px) {
    footer .sub-footer nav {
        padding: 10px 20px;
        border-bottom: 1px solid #4d4d4d;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    footer .sub-footer nav {
        text-align: right
    }
}

footer .sub-footer nav a {
    transition: color 0.2s;
    color: gray;
    white-space: nowrap
}

footer .sub-footer nav a:hover {
    color: red
}

footer .sub-footer nav a:not(:first-child) {
    margin-left: 5px
}

@media (min-width: 768px) {
    footer .sub-footer nav a:not(:first-child) {
        margin-left: 10px
    }
}

html,
body {
    margin: 0;
    font-weight: 400;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.15
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

.font-family-main {
    font-family: sans-serif;
}

.f-details {
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 1400px) {
    .f-details:not(.always-same) {
        font-size: 15px
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1004px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1330px
    }
}

.f-menu {
    font-size: 10px
}

@media (min-width: 1400px) {
    .f-menu {
        font-size: 14px
    }
}

.f-letter-spacing {
    letter-spacing: .1em
}

.f-alt-letter-spacing {
    letter-spacing: .075em
}

.c-details-contrast {
    color: gray
}

svg:not(:root) {
    overflow: hidden
}

footer {
    position: relative;
}

footer .top-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end
}

@media (min-width: 0) and (max-width: 359px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding: 0 10px 10px
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding: 0 20px 10px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    footer .top-footer {
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 15px
    }
}

footer .top-footer #block-social-footer {
    display: flex
}

footer .top-footer .logo-link {
    display: block;
    font-size: 0;
    margin-left: auto;
    width: 119.583px
}

@media (min-width: 768px) {
    footer .top-footer .logo-link {
        width: 132.87px
    }
}

@media (min-width: 1024px) {
    footer .top-footer .logo-link {
        width: 179.375px
    }
}

@media (min-width: 1400px) {
    footer .top-footer .logo-link {
        width: 279.027px
    }
}

.b-black {
    background-color: #000
}

.block-custom-social-media a {
    display: block;
    height: 10px;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .block-custom-social-media a {
        height: 14px
    }
}

.block-custom-social-media a:not(:last-child) {
    margin-right: 7px
}

.block-custom-social-media a svg {
    max-height: 100%;
    width: 15px
}

.block-custom-social-media a svg:hover path:not(.no-hover) {
    fill: red !important
}

@media (min-width: 1400px) {
    .block-custom-social-media a svg {
        width: 20px
    }
}

@media (min-width: 1024px) {
    .block-custom-social-media a svg path {
        transition: fill 0.2s, stroke 0.2s
    }
}