

.toform {
    background: linear-gradient(155.12deg, #ff0055  13.45%, #ff1c67  50.16%, #d20046  89.49%);
    border: 3px solid #2e81ff;
    border-radius: 38px;
    text-decoration: none;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: bold;
    width: 71%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.4s;
    text-align: center;
}

.header-new .toform {
    border: 5px solid #fff;
}

.header-new .top {
    background: linear-gradient(156.38deg, #24a0ed 29.08%, #198ed6 81.43%);
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.header-new .top h1 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.5rem 0;
}

.header-new .top .sub {
    color: #0c4545;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding-bottom: 1rem;
}

.header-new .content {
    margin-top: -1rem;
    position: relative;
}

.header-new .price-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    width: 100%;
    margin-top: -1.8rem;
    align-items: center;
}

.header-new .price-box .old-price {
    text-decoration: line-through;
    position: absolute;
    right: 15%;
}

.header-new .price-box .new-price {
    color: #000;
    width: 57%;
    background: #facc02;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 2;
    font-size: 2rem;
    padding: 0.5rem 0;
    column-gap: 10px;
}

.header-new .header-img {
    display: block;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
}

.header-new .bullets {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem 0;
}

.header-new .bullets .bullet-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bullet-item img {height: 35px!important;}


.header-new .bullets .bullet-item span {
    font-weight: 500;
    color: #fff;
}

.gr-zone {
    background: #0098fe;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1rem;
}

.timer-caption {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.order_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: auto;
    padding-top: 1rem;
}

.order_form label {
  margin: 12px 0 12px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.order_form input, .order_form select {
    background: #fff;
    border: 2px solid #1edbc3;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 3px rgba(0, 0, 0, 0.14);
    width: 90%;
    height: 3rem;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px;
    margin-bottom: 15px!important;
}

.order_form input::placeholder {
    color: #878787;
}

.order_form .toform {
    font-size: 0.9rem;
    color: #363a3a;
    cursor: pointer;
}

.bottom-header .gr-zone {
    padding-bottom: 2rem;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 480px) {
    .header-new .price-box .old-price {
        z-index: 9;
    }

    .header-new .bullets .bullet-item:first-child:before {
        width: 14.5vw;
    }
}

.el-timer {
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-top: -15px;
    background: linear-gradient(45deg, #ff4d06 20%, #fffe12 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f88b6c;
    -webkit-text-stroke: 1px #932f2f;
}