body{
	font-size:18px;
}
.icon-search,
.icon-clear {
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-hidden {
  display: none !important;
}



.hitta-form-search .icon-search,.hitta-form-search .icon-clear{
	line-height:0;
}
.no-result-hitta{
	display:none;
}
.hitta-popup {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.elementor-editor-active .hitta-popup {
    visibility: visible !important;
    opacity: 1 !important;
}
.hitta-popup-inner {
    max-width: 362px;
    width: 100%;
    padding: 70px 16px 54px;
    background-color: #FFF39D;
    min-height: 300px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    position: relative;
}

.hitta-popup-close {
    position: absolute;
    top: 12px;
    right: 9px;
    z-index: 2;
    cursor: pointer;
}

.hitta-popup-inner {
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

.hitta-popup.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.hitta-popup.active .hitta-popup-inner {
    transform: translateY(0);
}

.hitta-popup-ques {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #1C4E9D;
    margin-bottom: 1px;
}

.hitta-popup-ques span {
    display: block;
    font-weight: 900;
}

.hitta-popup-header {
    min-height: 102px;
    margin-bottom: 30px;
}

.hitta-popup-location {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    color: #1C4E9D;
    margin-bottom: 0;
}

.hitta-popup-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.hitta-popup-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #1C4E9D;
    letter-spacing: 0.02em;
    padding: 4px 24px;
    border-radius: 16px;
    justify-content: center;
    color: #1C4E9D;

}

.hitta-popup-buttons .btn-close-popup {
    color: #FFF39D;
    background-color: #1C4E9D;
}

.hitta-popup-buttons .btn-close-popup:hover {
    background-color: #153A76;
}

@media (max-width: 767px) {
	body{
	font-size:16px;
}
  div.cup-animation9 img {
    width: calc(100% + 10px) !important;
    max-width: calc(100% + 10px) !important;
    margin-left: -5px;
    margin-right: -5px;
  }
}