<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new_main {
    padding-top: 28px;
    padding-bottom: 88px;
}

.new_main.white {
    background-color: var(--bg-silver);
}

.new_main.black .row {
    display: flex;
    border-radius: 10px;
    background-color: hsl(0, 0%, 23%);
    min-height: 546px;
}

.new_main.white .row {
    display: flex;
    border-radius: 10px;
    background-color: hsl(0, 0%, 100%);
    min-height: 546px;
}

.new_main .box.utp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 28px;
    margin-bottom: 58px;
}

.black .text-white {
    color: white;
}

.new_main .left {
    width: 55%;
    padding: 62px 0 62px 62px;
}

.new_main .right {
    width: 45%;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.new_main .right img {
    padding-right: 36px;
    position: relative;
    z-index: 5;
    max-height: 400px;
}

.new_main .bg_right {
    background-color: var(--Orange);
    position: absolute;
    right: 0;
    height: 100%;
    width: 330px;
    top: 0;
    overflow: hidden;
    border-radius: 10px;
}

.new_main .bg_right span {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 230px;
    line-height: 100%;
    text-align: center;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0;
    top: 0;
    left: -10px;
    height: 198px;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 20%;
    color: white;
}

.new_main .egg-1 {
    position: absolute;
    background: linear-gradient(120.61deg, rgba(255, 255, 255, 0.6) -24.17%, rgba(255, 255, 255, 0.9) 19.78%, rgba(255, 255, 255, .01) 77.56%);
    width: 452px;
    height: 452px;
    top: -226px;
    left: -105px;
    opacity: 0.6;
    border-radius: 100%;
    transform: rotate(45deg);
}

.new_main .egg-2 {
    position: absolute;
    background: linear-gradient(120.61deg, rgba(255, 255, 255, 0.6) -24.17%, rgba(255, 255, 255, 0.9) 19.78%, rgba(255, 255, 255, .01) 77.56%);
    width: 452px;
    height: 452px;
    top: 410px;
    left: 105px;
    opacity: 0.6;
    border-radius: 100%;
    transform: rotate(185deg);
}

.new_main h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 62px;
    letter-spacing: 0%;
    margin-bottom: 42px;
}

.new_main .card-utp {
    display: flex;
}

.new_main .svg-icon {
    margin-right: 12px;
}

.new_main .card-utp .text-1 {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.new_main .card-utp .text-2 {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.new_main input {
    width: 312px;
    height: 48px;
    border-radius: 120px;
    border-width: 1px;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 14px;
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid rgb(255 255 255 / 50%);
    padding-left: 20px;
}

.new_main.white input {
    width: 312px;
    height: 48px;
    border-radius: 120px;
    border-width: 1px;
    font-family: Helvetica;
    font-weight: 300;
    font-size: 14px;
    background-color: rgb(255 255 255 / 20%);
    border: 1px solid #3B3B3B80
}

.new_main.black input {
    color: white;
}

.new_main input::placeholder {
    color: rgb(255 255 255 / 50%);
}

.new_main.white input::placeholder {
    color: #3B3B3B80
}

.new_main button.btn-theme {
    position: relative;
    overflow: hidden;
    width: 312px;
    height: 48px;
    border-radius: 120px;
    background-color: var(--Orange);
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    margin-left: 24px;
}

.new_main.white button.btn-theme {
    color: white;
}

.new_main button.btn-theme::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 8px;
    background: linear-gradient(79.77deg, #33A9FF 0%, #33CCFF 100%);
    z-index: -1;
}

.new_main button.btn-theme::after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            /* Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅС‹Р№ РіСЂР°РґРёРµРЅС‚ РґР»СЏ Р±Р»РёРєР° */
            rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%,
            /* РџРѕР»СѓРїСЂРѕР·СЂР°С‡РЅС‹Р№ Р±РµР»С‹Р№ РґР»СЏ СЌС„С„РµРєС‚Р° Р±Р»РёРєР° */
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite linear;
}


@keyframes shine {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes glow-animation {
    0% {
        box-shadow: 0 0 10px 5px rgba(0, 191, 255, 0);
    }

    100% {
        box-shadow: 0 0 10px 5px rgba(0, 191, 255, 0.4);
    }
}

.new_main .politika-text {
    font-family: Helvetica;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: .6;
    margin-top: 8px;
}

.new_main .politika-text a {
    text-decoration: underline;
    color: inherit;
}

.new_main .politika-text a:hover {
    text-decoration: none;
}

.new_main .svg-icon.svg-1 svg path:nth-child(1) {
    stroke: var(--Orange);
}

.new_main .svg-icon.svg-1 svg path:nth-child(2) {
    stroke: var(--Orange);
}

.new_main .svg-icon.svg-2 svg path:nth-child(1) {
    fill: var(--Orange);
}

.new_main .svg-icon.svg-2 svg path:nth-child(2) {
    stroke: var(--Orange);
}

.new_main .svg-icon.svg-3 svg path {
    fill: var(--Orange);
}

.new_main .svg-icon.svg-4 svg path {
    fill: var(--Orange);
}

.new_main .content-btn {
    position: relative;
}

.new_main .discount {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    position: absolute;
    top: -16px;
    right: -21px;
    background-color: white;
    width: 58px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #3B3B3B80;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3B3B3B;
}

.new_main .form {
    display: flex;
}

@media (min-width: 993px) {
    .discount.mob {
        display: none;
    }
}

@media (max-width: 992px) {

    .new_main {
        /* margin-top: 65px; */
        padding-top: 85px;
        padding-bottom: 20px;
    }

    .new_main .right {
        display: none;
    }

    .new_main .left {
        width: 100%;
        padding: 20px 16px;
    }

    .new_main h1 {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    /* .new_main .container {
        padding-left: 0;
        padding-right: 0;
    } */

    .new_main .box.utp {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        margin-bottom: 24px;
    }

    .new_main.black .row {
        min-height: auto;
    }

    .new_main .svg-icon {
        width: 42px;
        height: 42px;
    }

    .new_main .svg-icon svg {
        width: 100%;
        height: 100%;
    }

    .new_main .card-utp .text-1 {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0%;
        margin-bottom: 8px;
    }

    .new_main .card-utp .text-2 {
        font-family: Helvetica;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }

    .new_main .politika-text {
        text-align: center;
    }

    .new_main .form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .new_main button.btn-theme {
        margin-left: 0;
        width: 100%;
    }

    .new_main input {
        width: 100% !important;
    }

    .discount.pc {
        display: none;
    }

    .new_main .discount.mob {
        width: 49px;
        height: 24px;
        top: 12px;
        right: -6px;
        font-family: Helvetica;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

.min_price {
    position: absolute;
    top: 2px;
    left: 0;
    width: 98%;
    height: 53px;
    border-radius: 8px;
    z-index: 10;
    background: white;
    transform: rotate(0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    right: 0;
    border: 1px solid var(--Orange);
}

.min_price .icon-many {
    margin-right: 12px;
}

.min_price .text-total {
    display: flex;
    color: #3B3B3B;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.color-total {
    color: var(--Orange);
    margin-left: 4px;
}

@media (min-width: 992px) {
    .min_price.mob {
        display: none;
    }
}

@media (max-width: 992px) {
    .min_price.pc {
        display: none;
    }

    .min_price.mob {
        position: relative;
        margin-top: 20px;
        height: 40px;
    }

    .min_price .icon-many {
        width: 20px;
        height: 16px;
    }

    .min_price .icon-many svg {
        width: 100%;
        height: 100%;
    }

    .min_price .text-total {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }
}

/* 
.new_main .bg_right .min_price span.icon-many {
    transform: rotate(90deg);
    width: 25px;
    height: 25px;
}

.new_main .bg_right .min_price span.icon-many path {
    stroke: #3B3B3B;
} */</pre></body></html>