.t-col_12 {
    max-width: 1200px !important;
}
.t-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.t1118 .t-container {
    display: flex;
    gap: 40px;
}

.t1118 .t-container:before, .t1118 .t-container:after {
    display: none;
}

@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-col {
        padding-left: 20px !important;
        padding-right: 20px !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    }
    
    .uc-header .t-col {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block;
    }
    
    .t1118 .t-container {
        display: block;
    }
    
    .t1118 .t-col {
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: block;
    }

    .t1118__trigger-button {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
}

@media screen and (max-width: 350px) {
    .uc-header .t-col {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*.blure-shdw div {
    box-shadow: 47px -12px 43px -26px rgba(255, 255, 255, 0.5) !important;
} */

.card-etapy {
    position: relative;
    border-radius: 20px;
}

.card-etapy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: none; 
    border-radius: 20px;
}

.t594__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}


.t594__item {
    display: flex !important;
    text-align: center;
    justify-content: center;
    width: 100% !important;
    box-sizing: border-box;
    height: 80px;
    background-color: #F7F3FF !important;
    box-shadow: none;
    transition: box-shadow 0.2s, transform 0.2s;
    padding: 15px;
    border-radius: 20px;
}

.t594__item:hover {
    box-shadow: 0 5px 10px 0 rgba(96, 58, 208, 0.15);
    transform: translateY(-5px);
}

.t594__img {
    max-height: 50px;
}

@media screen and (max-width: 1200px) {
    .t594__container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 960px) {
   .t594__container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .t594__container {
        grid-template-columns: repeat(3, 1fr);
    }
    .t594__item:hover {
        box-shadow: 0 5px 10px 0 rgba(96, 58, 208, 0.15);
        transform: translateY(0);
    }
}

@media screen and (max-width: 480px) {
    .t594__container {
        grid-template-columns: repeat(2, 1fr);
    }
}
