.copyright-stcm {
    display: flex;
    color: #FFFFFF;
    margin-left: 3px;
    z-index: 1;
    position: relative;
    place-content: center;
}
.copyright-stcm div {
    display: flex;
}
.copyright-stcm div:nth-child(2) {
    margin-left: 3px;
}
@media (max-width: 575px) {
    .copyright-stcm {
        flex-flow: column;
        align-items: center;
    }
}
@media (max-width: 994px) {
    #signature {
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .copyright {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    #signature {
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (min-width: 1000px) {
    .footer-bottom {
        display: flex;
        flex-flow: row-reverse;
        justify-content: center;
    }
    .copyright {
        width: fit-content;
        text-align: center;
        flex: none;
    }
    #signature {
        width: fit-content;
        text-align: center;
        flex: none;
        margin-left: initial;
        margin-right: initial;
    }
}
.copyright {
    color: #FFFFFF;
    font-weight: 400;
}
.copyright a {
    margin-left: 3px;
    font-weight: 400;
    font-size: 13px;
}
#signature a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    flex-flow: row;
    display: flex;
}
.shoptet-stcm, .stanovsky-stcm {
    margin-top: 1px;
}
.shoptet-stcm:before {
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/313098.myshoptet.com/user/documents/project-kapola/icons/shoptet_mini_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.stanovsky-stcm:before {
    content: '';
    background-image: url(https://cdn.myshoptet.com/usr/313098.myshoptet.com/user/documents/project-kapola/icons/stanovsky_mini_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}