header.elementor {
	z-index: 999 !important;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9999;
	display: none;
}

.modal .wrapper {
	width: 100%;
	max-width: 450px;
	padding: 25px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 999;
	transition: 350ms;
	transition-duration: 350ms;
	transition-delay: 350ms;
	bottom: -50%;
	opacity: 0;
}

.modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal.active .wrapper {
	bottom: auto;
	opacity: 1;
}

.modal .wrapper span.close {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 30px;
	z-index: 999;
	cursor: pointer;
}

.result_text button.get_last_cost {
	margin-top: 25px;
	border: none;
	cursor: pointer;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #D6E100;
	color: #3a3a3a;
	height: 47px;
	padding: 0 15px;
}

/*.buttonizer-button.feedback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: rgb(42, 42, 42);
}*/


.buttonizer-button.feedback.closed-0-0-26 {
  animation: ripple 3s linear infinite;
}
.buttonizer-button.feedback.closed-0-0-26::before,
.buttonizer-button.feedback.closed-0-0-26::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius: 50%;
  animation: ripple 3s linear infinite 1s;
}
.buttonizer-button.feedback::after {
  animation: ripple 3s linear infinite 2s;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(214, 225, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 4rem rgba(214, 225, 0, 0);
  }
}


/* POPUP CALC */

.modal .close_bg {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#popup_calc .headline {
	color: #3a3a3a;
	font-family: "Roboto", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}

#popup_calc form {
	display: flex;
	flex-direction: column;
}

#popup_calc .inside {
	margin-bottom: 15px;
}

#popup_calc form .line {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
}

#popup_calc form .line label {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 16px;
	color: #3a3a3a;
}

#popup_calc form input {
	min-height: 56px;
	border: none;
	background-color: #ddd;
	padding: 0 10px;
	border-radius: 8px;
	line-height: 1;
	color: #3a3a3a;
	transition: 350ms;
	transition-duration: 350ms;
	transition-duration: 350ms;
}

#popup_calc form .line.submit {
	display: flex;
	align-items: center;
	flex-direction: row;
}

#popup_calc form .line.submit button.info {
	margin-right: 10px;
	border: 2px solid #3a3a3a;
	color: #3a3a3a;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	line-height: 1;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 350ms;
	transition-duration: 350ms;
	transition-duration: 350ms;
	cursor: pointer;
}

#popup_calc form .line.submit button[type="submit"] {
	width: 100%;
	background-color: #D6E100;
	color: #3a3a3a;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	line-height: 1;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 350ms;
	transition-duration: 350ms;
	transition-duration: 350ms;
	cursor: pointer;
}

#popup_calc form .line.submit button svg,
#popup_calc a.track svg {
	margin-right: 8px;
}

#popup_calc form button:hover {
	opacity: 0.75;
}

#popup_calc a.track {
	width: 100%;
	background-color: #3a3a3a;
	color: #D6E100;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	line-height: 1;
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 350ms;
	transition-duration: 350ms;
	transition-duration: 350ms;
}

#popup_calc a.track:hover {
	background-color: #D6E100;
	color: #3a3a3a;
	box-shadow: 0 0 10px #D6E100;
}

#popup_calc .info_text .head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

#popup_calc .info_text .head h2 {
	margin: 0 !important;
	font-size: 24px;
	font-weight: 500;
	width: 100%;
	color: #3a3a3a;
}

#popup_calc .info_text .head button {
	width: 45px;
	height: 35px;
	padding: 0;
	margin-right: 10px;
	background-color: #f1f1f1;
	color: #3a3a3a;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 350ms;
	transition-duration: 350ms;
	cursor: pointer;
}


#popup_calc ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#popup_calc .inside.infoActive {
	overflow-y: scroll;
}

#popup_calc .info_text {
	max-height: 370px;
}


#popup_calc .line.dropdown input:focus ~ .select {
	visibility: visible;
	opacity: 1;
	z-index: 9;
	top: 29px;
}

#popup_calc .line.dropdown .select {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: #D6E100;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: 350ms;
	transition-duration: 350ms;
}

#popup_calc .line.dropdown .select ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#popup_calc .line.dropdown .select ul li {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	min-height: 34px;
	font-size: 14px;
	cursor: pointer;
	transition: 350ms;
	transition-duration: 350ms;
}

#popup_calc .line.dropdown .select ul li:hover {
	background-color: #3a3a3a;
	color: #fff;
}


/* SERVICES */

.slider_wrapper {
	position: relative;
}

.slider_wrapper .arrow {
	opacity: 0.35;
	background-color: rgba(214, 225, 0, 1);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	transition: 350ms;
	transition-duration: 350ms;
}

.slider_wrapper .service__prev.arrow {
	left: -22.5px;
}


.slider_wrapper .service__next.arrow {
	right: -22.5px;
}

.slider_wrapper .arrow:hover {
	opacity: 0.85;
}

.services_slider {
	z-index: -1;
}

.services_slider .service {
	overflow: hidden;
	background-origin: 10px;
}

.services_slider .service img {
	width:  100%;
	height: 175px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 15px;
}

.services_slider .service h3 {
	margin: 0 0 8px;
	font-weight: 400;
	text-transform: uppercase;
}

.services_slider .service p {
	font-family: 15px;
	margin: 0;
}