@font-face {
    font-family: "Calibri";
    src: url("/wp-content/plugins/maluchczyta/fonts/calibri.woff") format("woff"),
    url("/wp-content/plugins/maluchczyta/fonts/calibri.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.mc {
    font-family: Calibri !important;
}
.mc p {
    padding: 0;
    margin: 0;
}

.mc-stats {
    display: flex;
    justify-content: space-around;
}

.mc-stats .item {
    text-align: center;
    background: red;
    color: #fff;
    width: 33.33%;
    padding-bottom: 10px;
}

.mc-stats .item:nth-child(2) {
    background: #2196f3;
    color: #fff;
}

.mc-stats .item:nth-child(3) {
    background: green;
    color: #fff;
}

.mc-stats .item strong  {
    display: block;
    font-size: 40px;
}

.mc-licences {
    background: #a8ca47;
    display: block;
}

.mc-container {
    margin: auto;
    text-align: center;
    padding: 10px 0;
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
}

.mc-licences strong {
    display: inline-block;
    font-size: 30px;
    color: red;
}

.mc-header {
    font-size: 20px;
    width: 640px;
    max-width: 100%;
    padding: 0px;
    margin: auto;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.mc-logo {
    display: flex;
    box-shadow: none;
    justify-content: center;
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none !important;
    height: 64px;
    width: 100%;
    font-family: Calibri !important;
    max-width: 320px;
    margin: auto;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.mc .mc-logo span {
    color: #fff !important;;
    text-align: left;
    font-size: 14px !important;
    font-family: Calibri !important;
}

.mc-logo strong {
    color: #fff !important;
    font-weight: bold;
    font-size: 26px !important;
    font-family: Calibri !important;
}

.mc-logo img {
    width: 48px;
    margin-top: -35px;
    margin-right: 5px;
    box-shadow: none !important;
}

.mc-row {
    display: block;
}

.mc-container .mc-button {
    background: #fff;
    color: #000;
    display: inline-block;
    margin: auto;
    font-size: 16px;
    margin-top: 30px;
    font-family: Calibri !important;
    text-decoration: none !important;
    font-weight: bold !important;
    padding: 10px;
    box-shadow: none !important;
}

.mc-container .mc-button:hover {
    color: #039be5;
}

.mc-baner {
    background: #a8ca47;
}

.mc-baner .mc-row {
    display: flex;
    justify-content: space-between;
}

.mc-baner .mc-container {
    padding: 0;
}

.mc-baner .mc-row .image {
    display: block !important;
    width: 50%;
    min-width: 500px;
}
.mc-baner .mc-row .image img {
    display: block !important;

    padding: 0;
    margin: 0;
    border: none !important;
    box-shadow: none;
}

.mc-baner .mc-row .mc-logo {
    position: relative;
    top: 10px;
    max-width: 360px;
    height: 42px;
}

.mc-baner .mc-row .mc-logo img{
    margin-top: -14px;
}

.mc-baner .mc-row .txt {
    padding: 30px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    text-align: left;
    width: 100%;
    font-size: 18px;
    max-width: 100%;
    margin: auto;
}

.mc-baner .mc-row .txt {
    padding-top:45px;
    color: #000;
    width: 100%;
    text-align: center;
}

.mc-baner .mc-row .txt .center {
    text-align: center;
    text-transform: uppercase;
}


.mc-baner .mc-row .txt .center a {
    padding: 10px 30px;
}

.mc-baner .mc-row .image a {
    padding: 0;
    margin: 0;
    border: none !important;
    display: block;

    box-shadow: none;
}

@media screen and (max-width: 1400px) {
    .mc-baner .mc-row {
        display: block;
    }

    .mc-baner .mc-row .txt {
        width: 100%;
    }

    .mc-baner .mc-row .image {
        width: 100%;
        min-width: 0;
    }
}

.mc-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.mc-categories .item {
    width: 20%;
    min-width: 222px;
    text-align: center;
    padding: 20px;
    padding-left: 0;
}

.mc-categories .item .cnt {
    padding: 10px;
    background: lightyellow;
}

.flash-cards {}