.promyk-mnd-kursy-1 {

}


.promyk-mnd-kursy-loop-1-con {
    align-items: stretch;
}

.promyk-mnd-kursy-loop-1 {
    background-color: #fff;
    padding: 20px !important;
    border-radius: 8px;
    border-width: 1px;
    border-color: #e3e3e3;
    border-style: solid;
    height: auto !important;
}

.promyk-mnd-kursy-loop-1 img {
    border-radius: 8px;
    border-width: 1px;
    border-color: #e3e3e3;
    border-style: solid;
}


.home-section-sec2 .promyk-mnd-kursy-loop-1 {
    background-color: #fff;
    /*background-color: var(--centrum-color-secondary-0);*/
}



.loop-1-title {
    margin-top: 1em;
    margin-bottom: 1.5rem !important;
}

.loop-1-instruktor {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.loop-1-data {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}

.promyk-mnd-kursy-loop-1 .loop-1-cena.brxe-text-basic {
    margin-bottom: 0;
    margin-top: auto;

    color:var(--centrum-color-primary);
    color:var(--centrum-color-price-standard);

    margin-right: 0;
    margin-left: auto;
}

.promyk-mnd-kursy-loop-1 .loop-1-cena.brxe-text-basic del {
    color:var(--centrum-color-grey-300);
}
.promyk-mnd-kursy-loop-1 .loop-1-cena.brxe-text-basic ins {
    color: var(--centrum-color-third);
    text-decoration: none;
}




.loop-1-block1 {

    margin-bottom: 0;
}
.loop-1-block2 {
    margin-top: 0;
    height: 100%;
}

.loop-1-block2 .data-con {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Liczba linii, po których tniemy */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.loop-1-data-con-rodzaj {
    color: #c36d0d;
    color: var(--my-secondary-color);
    font-weight: 600;


    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px !important;
    margin-top: 5px;
}


.loop-1-data {
    margin-bottom: 0 !important;
}









/* IKONY */

.loop-1-data-con-rodzaj,
.loop-1-data,
.loop-1-instruktor {
    padding-left: 26px;
}



.loop-1-instruktor .data-con:before {
    content: "\f007";
    font-weight: 400;
}

/*
.loop-1-data-con-rodzaj:before {
    content: "\f19d" !important;
    font-weight: 700;
}
*/

/* IKONY - wspólne */
.loop-1-data-con-rodzaj,
.loop-1-data,
.loop-1-instruktor {
    position: relative;
}

.loop-1-instruktor .data-con:before {
    position: absolute;
    color: #AAAAAA;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    margin-left: .5em;
    top: 0px;
    left: -3px;
    font-size: 1.0em;
}

.loop-1-data-con-rodzaj .data-con:before {
    color: var(--my-secondary-color) !important;
}




.loop-1-data .data-con::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cline x1='8' y1='3' x2='8' y2='7'/%3E%3Cline x1='16' y1='3' x2='16' y2='7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0px;
    opacity: 0.3;
}

.loop-1-data-con-rodzaj .data-con::before {
    content: "" !important;
    display: inline-block;
    width: 22px;
    height: 22px;

    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232a2a63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-4 9 4-9 4-9-4z'/%3E%3Cpath d='M21 9v6'/%3E%3Cpath d='M6 11v4c0 2 3 3 6 3s6-1 6-3v-4'/%3E%3C/svg%3E");

    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    top: 0px;
    left: -1px;
    opacity: 0.7;
}


.test-name {
display: none;
}

.kurs-rodzaj span {
    display: none;
}



/* PRODUCT LIST */
/* kontener listy */
.product-list-v2-con {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
    padding-left: 40px;
}

.product-list-v2-con .promyk-mnd-kursy-loop-1 {
    height:100% !important;
   /* background-color: var(--centrum-color-secondary-0); */
    transition: all 0.3s ease;
}

.product-list-v2-con .promyk-mnd-kursy-loop-1:hover {
    box-shadow:var(--box-box-shadow);
    transform: translate(0px,-4px);
    background-color: #fff;
}