a.button.primary {
    background: #212e7d;
}
.csn-tab ul {
    gap: 80px;
    font-size: 22px;
}
p.numero {
    background: yellow;
    width: 100px;
    height: 100px;
    margin: auto;
    font-size: 40px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main, #wrapper {
    background: #f6f6f6 !important;
}
.step-price {
  text-align: left;
  min-width: 150px;
}

.step-price .price-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.step-price .price-option {
  margin: 3px 0;
}
.phone-cta img {
    width: 30px;
}
button.mfp-close {
    opacity: 1 !important;
}
.mfp-counter{
	display: none !important;
}
@media only screen and (max-width: 600px) {
div#contactPopup {
    width: 300px !important;
}
	h1 {
    font-size: 33px !important;
}
	button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    right: -8px;
		opacity: 1 !important;
}
	button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    left: -12px;
    opacity: 1 !important;
}
	.wpcf7-response-output {
    border-color: #373435 !important;
    border-radius: 6px !important;
}
.slider-wrapper .flickity-prev-next-button {
    display: block !important;
    opacity: 1 !important;
}

button.flickity-button.flickity-prev-next-button.next {
    right: -15px;
}

button.flickity-button.flickity-prev-next-button.previous {
    left: -15px;
}
}

.contact-popup {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 12%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    border-radius: 6px;
    max-width: 300px;
}

.contact-popup p {
  margin: 10px 0;
}

.contact-popup a {
  color: #0073aa;
  text-decoration: none;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
}

.storitve .col-inner h3{
    color: white;
}

p.cta-banner {
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: bold;
    margin-bottom: 0px;
}

h3 {
    color: #ed3237 !important;
}

a.button.secondary.lowercase.cta-but {
    background: white;
    color: black;
    font-size: 20px;
}

.wpcf7 {
    background: white;
    padding: 20px;
    border-radius: 6px;
    padding-top: 40px;
    padding-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea {
    border-radius: 3px !important;
    border-color: #373435 !important;
}

.phone-cta {
    position: fixed;
	  cursor: pointer;
    bottom: 3%;
    right: 3%;
    background: #000000;
    border-radius: 50%;
    color: white;
    padding: 20px;
z-index: 1000;
}

