.nc-paymenticons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
    flex-wrap: wrap;
	margin-top: -5px;
}

.nc-paymenticons img {
    height: 18px;
    width: auto;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity .2s ease;
}

.nc-paymenticons img:hover {
    opacity: 1;
}
/* phone calling */

.nc-phone-order {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; /* centrowanie tekstu */
    width: 100%;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #f6f7f9;
	margin-top: 20px;
}

/* ikona absolutnie po lewej */
.nc-phone-order__icon {
    position: absolute;
    left: 16px;
    display: flex;
    align-items: center;
    height: 100%;
}

.nc-phone-order__icon .material-icons {
    font-size: 36px;
    color: #666;
}

.nc-phone-order__content {
    text-align: center;
}

.nc-phone-order__label {
    font-size: 18px;
    line-height: 1.2;
	color: #666;
}

.nc-phone-order__number {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.nc-phone-order__number a {
    color: #8c8c8c;
    text-decoration: none;
	font-weight: 300;
}

.nc-phone-order__number a:hover {
    text-decoration: underline;
	color: #666;
}

