.form-style-4 .style-icon .wpcf7-form-control-wrap .wpcf7-form-control {
	background: white;
	color: #000;
}

.form-style-4 .wpcf7-list-item-label {
	color: white;
}

.wpcf7 .wpcf7-submit-style .wpcf7-submit {
	background-color: #D51F26!important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 20px;
	border-radius: 20px;
}

.voucher-form {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.voucher-form p {
	margin: 0;
}

.voucher-form p + p, .wpcf7 table + p {
	margin: 0!important;
}

.voucher-form__container {
	margin: auto;
    display: flex;
    justify-content: center;
	gap: 30px;
}

@media (max-width: 767px) {
	.voucher-form__container {
		flex-direction: column;
		padding: 0;
    	margin: 0;
    	width: 100%;
	}
}

.voucher-form .wpcf7-email, .voucher-form .wpcf7-tel, .voucher-form .wpcf7-text {
	border: none;
	background-color: white;
	padding: 12px;
	color: black;
	border-radius: 20px!important;
}

.voucher-form .wpcf7-email:focus, .voucher-form .wpcf7-tel:focus, .voucher-form .wpcf7-text:focus {
	background-color: white;
	color: black;
}

.voucher-form .wpcf7-email.filled, .voucher-form .wpcf7-tel:focus, .voucher-form .wpcf7-text:focus {
	background-color: white!important;
	color: black;
}

.voucher-form .wpcf7-list-item-label {
	color: white;
}
.voucher-form__submit p{
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #D51F26;
}

.voucher-form__submit svg {
	margin: auto 20px auto 0;
}

.wpcf7 .wpcf7-submit-style {
    display: block!important;
	margin: auto!important;
    width: 130px!important;
}
.wpcf7 .wpcf7-submit-style .submit-style-in {
	background-color: #D51F26!important;
	border-radius: 20px;
}

.wpcf7 .wpcf7-submit-style .submit-style-in:before {
	right: 20px;
	left: auto;
}
@media (max-width: 1279px) {
    .wpcf7 .wpcf7-submit-style .submit-style-in:before {
		right: 20px;
		left: auto!important;
    }
}

@media (max-width: 1279px) {
    .wpcf7 .wpcf7-submit-style .wpcf7-submit {
        padding: 15px !important;
    }
}
.menu_main_nav .menu-item:nth-last-child(3), .sc_layouts_menu_nav .menu-item:nth-last-child(3){
	background-color: #D51F26;
	border-radius: 20px;
}

.menu_main_nav .menu-item:nth-last-child(2), .sc_layouts_menu_nav .menu-item:nth-last-child(2){
	background-color: #fff;
	margin-left: 20px;
	border-radius: 20px;
}

.menu_main_nav .menu-item:nth-last-child(2), .sc_layouts_menu_nav .menu-item:nth-last-child(2) span {
	color: #000;
}

.menu_hover_zoom_line > ul > li:not(.menu-collapse) > a:after {
    content: none;
}

.menu_button_close_text {
	display: none;
}