
p:last-child{
	margin-bottom: 0;
}

.vt-testimonials-item .testimonial-content{
	max-width: 100%;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: auto !important;
}

.vt-testimonials-item .testimonial-short{
	padding-bottom: 0 !IMPORTANT;
    margin-bottom: 20px !important;
}

.vt-testimonials-item .testimonial-author{
	text-align: center !important;
	margin: 0 auto !important
}

@media(max-width: 767px){
	.tl-br br{
		display: none;
	}
}
@media(max-width: 767px){
	.mb-br br{
		display: none;
	}
}

/* popup */
.popmake {
	max-width: 845px;
	right: 0 !important;
	left: auto !important;
}
.popmake {
    max-width: 845px;
    right: 0 !important;
    left: auto !important;
    padding: 18px 32px 23.6px 26.6px !important;
    background: #D9D9D9 !important;
    bottom: 0 !important;
    top: unset !important;
    margin: 0 !important;
}
.popmake .mc4wp-form-fields .text {
	font-family: "Helvetica Neue", Sans-serif;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}
.popmake .mc4wp-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 26px;
}
.popmake .form-email .text {
    margin-bottom: 17px;
}
.popmake .form-email input[type=email] {
    font-family: "Helvetica Neue", Sans-serif;
    border-radius: 70px;
    height: 39px;
    padding: 7px 6px 4px 20px;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}
.popmake .form-email {
    width: calc(506 / 768* 100%);
}
.popmake .form-sumbit {
    width: calc(216 / 768* 100%);
}
.popmake .form-sumbit button {
    height: 39px;
    border-radius: 70px;
    background: #3F2B56;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
}
.popmake .cookie-choice {
    display: flex;
    flex-direction: row;
    margin-top: 41px;
    gap: 80px;
    width: 100%;
}
.popmake .mc4wp-form-fields .cookie-choice .text {
    width: calc(405 / 756* 100%);
    flex-shrink: 0;
}
.popmake .cookie-choice ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: space-between;
}
.popmake .cookie-choice ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.popmake .cookie-choice ul li {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    font-family: "Helvetica Neue", Sans-serif;
    position: relative;
    cursor: pointer;
}
.popmake ul li label:after {
    content: "";
    position: absolute;
    width: 25.37px;
    height: 25.37px;
    border: 2px solid;
    border-radius: 50%;
    right: 0;
}
.popmake ul li.checked label:after {
    background: #000000;
}
.popmake .cookie-choice ul li input[type="radio"] {
    width: 25.37px;
    height: 25.37px;
    background: transparent !important;
    border-color: #000000;
	opacity: 0;
}
.popmake button.pum-close.popmake-close {
    color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 30px !important;
    background: url(/wp-content/uploads/2024/12/close.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 16px;
    right: 27px;
}
.popmake .form-email input[type=email]::placeholder {
    color: #000;
}
@media(max-width: 767px){
	.popmake {
			padding: 11px 18px 20px 16px !important;
	}
	.popmake .form-email .text,
	.popmake .form-email input[type=email] {
    font-size: 15px;
			line-height: 17px;
	}
	.popmake .cookie-choice {
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
	}
	.popmake .mc4wp-form-fields {
			gap: 24px;
	}
	.popmake .form-email {
			width: 100%;
			order: 1;
	}
	.popmake .form-sumbit {
			order: 3;
			width: 100%;
	}
	.popmake .form-sumbit button {
    font-size: 16px;
	    width: 100%;
	}
	.popmake .cookie-choice {
    order: 2;
	}
	.popmake .mc4wp-form-fields .cookie-choice .text {
			width: 100%;
	}
	.popmake .cookie-choice ul li {
			flex-direction: row-reverse;
	}
	.popmake ul li label:after {
    right: auto;
			left: 0;
	}
	.popmake .cookie-choice ul {
    justify-content: flex-start;
    gap: 36px;
	}

}
