@import url("css/const.css");
@import url("components/nav.css");
@import url("components/subscribe.css");
@import url("components/footer.css");

a {
    color: inherit;
}

.active-link {
    padding: 7px 27px;
    background-color: white;
    color: #f23058;
    border-radius: 6px;
}

.tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tabs>li {
    cursor: pointer;
}

.bg-grey {
    background-color: #f2f2f2;
}

.mt-encriment {
    position: relative;
    z-index: 1;
}

.contact__input {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 25px;
    height: 54px;
    box-shadow: none !important;
    border-color: #fff !important;
}

.contact__btn {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    height: 44px;
    padding: 10px 14px;
}

.order_step_tooltip::before {
    z-index: -1;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    bottom: -16px;
    content: "";
    width: 30px;
    height: 30px;
    background: #FFE7E7;
}
.order_step_tooltip {
    width: 400px;
    height: max-content;
    position: absolute;
    top: -75px;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #bd5454;
    background-color: #FFE7E7;
    filter: drop-shadow(0 0 1px #bd5454);
}
.order_step_tooltip i{
    font-size: 22px;
}

.lh-lg {
    font-family: "Open Sans";
}

.contact__btn {
    font-family: "Manrope";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .header-bg {
        min-height: 100vh;
        height: 100%;
    }
}

@media (max-width: 576px) {
    .contact__input {
        height: 44px;
    }
    .order_step_tooltip{
        width: 250px;
        top: -75px;
    }
}