.steps-popup-navigation{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #E2E3E6;
    padding-top: 20px;
}

.steps-popup-navigation .steps-popup-progress{
    width: 181px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.steps-popup-navigation .step-indicator{
    font-weight: 500;
    color: #155FE3;
}

.steps-popup-navigation .step-number-container{
    width: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step-number{
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #E2E3E6;
    color: #00133666;
    font-weight: 500;
}

.step-number.active{
    width: 48px;
    height: 48px;
    background: #155FE3;
    color: #fff;
}

.steps-popup-navigation .steps-popup-button-group{
    width: 310px;
    display: flex;
    justify-content: space-between;
}

.steps-popup-navigation .steps-popup-button-group button{
    outline: none;
    width: calc(50% - 8px);
    padding: 0;
    transition: none;
}

.steps-popup-step{
    display: none;
    padding-bottom: 12px;
}

.steps-popup-step.active{
    display: block;
}

.contact_form_container .show_error select,
.contact_form_container .show_error input,
.contact_form_container .show_error textarea{
    border-color: #FF4040;
}

.steps-popup.wpcf7-form textarea {
    max-height: 140px;
    height: 140px;
}

.contact_form_container textarea::placeholder,
.contact_form_container input::placeholder{
    font-weight: 300;
}

.steps-popup-step .your_petition{
    border: 1px solid #E2E3E6;
    border-radius: 8px;
    padding: 12px 16px;
    box-sizing: border-box;
    height: 232px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #155FE3 #E2E3E6;
    color: #001336;
}

.steps-popup-step .your_petition_title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{
    cursor: default !important;
}

#steps-popup-open,
#open_success_petition_message{
    max-width: 768px;
    width: 100%;
}

#steps-popup-open .carousel__button.is-close,
#open_success_petition_message .carousel__button.is-close{
    top: 28px;
    color: #000;
    right: 28px;
    width: 16px;
    height: 16px;
}

#steps-popup-open .carousel__button svg,
#open_success_petition_message .carousel__button svg{
    filter: none;
}