.new-timer-banner__container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.new-timer-banner__content {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.16);

    margin-top: -30px;
    z-index: 2;
    position: relative;
    background: #ffffff;
}
/* new-timer rework */
.new-timer-banner__timer {
    padding: 30px 40px;
    display: flex;
    align-items: center;
}
.new-timer-banner__countdown {
    display: flex;
    align-items: center;
    gap: 36px;
}
.new-timer-banner__circle {
    position: relative;
    width: 128px;
    aspect-ratio: 1;
}
.new-timer-banner__circle-svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.new-timer-banner__circle-track,
.new-timer-banner__circle-progress {
    fill: none;
    stroke-width: 3;
}
/* quality improve */
.new-timer-banner__circle-svg {
    shape-rendering: geometricPrecision;
}


.new-timer-banner__circle-track {
    stroke: transparent;
}
.new-timer-banner__circle-progress {
    stroke: #000;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.35s linear;
}
.new-timer-banner__time-content {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new-timer-banner__time-value {
    font-size: 56px;
    line-height: 1;
    font-family: 'Inter';
    font-weight: 500;
}
.new-timer-banner__time-label {
    font-family: 'Inter';
    margin-top: 12px;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}
/* form */
.new-timer-banner__form {
    padding: 24px 40px;
}
.new-timer-banner__form-title {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
}
.banner__form__agreement .agreement input[type='checkbox'] + span {
	flex-shrink: 0;
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 0;
	background-color: rgba(98, 98, 98, 0.8);
	border: none;
}
.banner__form__agreement .agreement__text, 
.banner__form__agreement .agreement p {
    font-size: 10px;
    color: rgba(98, 98, 98, 0.8);
}
.new-timer-banner__form .banner__form__input--phone::placeholder,
.new-timer-banner__form .banner__form__input--phone::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(98, 98, 98, 0.8);
    opacity: 1;
}
.new-timer-banner__form .banner__form__input--phone {
    color: rgba(98, 98, 98, 0.8);
}
.new-timer-banner__form .banner__form__input,
.new-timer-banner__form .banner__form__btn {
    font-size: 14px;
    height: 38px;
}
.new-timer-banner__form .banner__form__btn {
    font-weight: 500;
}
.new-timer-banner__form .agreement input[type='checkbox'] + span::before {
    width: 12px;
    height: 12px;
}
/* utp */
.new-timer-banner__utp-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.new-timer-banner__utp-item-title {
    font-family: 'Inter';
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 20px 0 0 20px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.new-timer-banner__utp-item-subtitle {
    font-family: 'Inter';
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}
.new-timer-banner__utp-item {
    display: grid;
    grid-template-columns: 1fr 90px;
    width: 100%;

    background: #ffffff;
    border: 1px solid rgba(144, 144, 144, 1);
    overflow: hidden;
    box-shadow: 10px 10px 9px 0px rgba(0, 0, 0, 0.2);
}

.new-timer-banner__utp-item_stage--kasko {
    position: relative;
    width: 118px;
    height: 118px;
    transform: translate(-28px, 6px);
}
.new-timer-banner__utp-item_stage--credit {
    position: relative;
    width: 140px;
    height: 118px;
    transform: translate(-38px, 0);
}
.new-timer-banner__utp-item_stage--trade {
    position: relative;
    width: 140px;
    height: 118px;
    transform: translate(-44px, 0);
}
.new-timer-banner__utp-item_stage--discount {
    position: relative;
    width: 110px;
    height: 118px;
    transform: translate(-18px, 6px);
}

.new-timer-banner__utp-item_picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.new-timer-banner__utp-item_picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* anima for utp */
.new-timer-banner__utp-item_picture {
    position: absolute;
    inset: 0;
    transition: opacity 0.2s ease;
}

.new-timer-banner__utp-item_picture--default {
    opacity: 1;
}

.new-timer-banner__utp-item_picture--hover {
    opacity: 0;
}

.new-timer-banner__mobile-title,
.new-timer-banner__mobile-btn {
    display: none;
}

/*========================
    adaptive
========================*/
@media (max-width: 1200px) {
    .main-banner-btn {
        display: none;
    }
    .new-timer-banner__form {
        display: none;
    }
    .new-timer-banner__mobile-title,
    .new-timer-banner__mobile-btn {
        display: block;
    }

    .new-timer-banner__container {
        max-width: none;
        width: 100%;
        padding-inline: clamp(24px, 6vw, 80px);
        gap: 0px;
    }
    /* utp */
    .new-timer-banner__utp-list {
        order: 1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 660px);
        margin-inline: auto;
        gap: clamp(10px, 1.5vw, 16px);
        padding-block: clamp(30px, 8vw, 80px);
    }

    .new-timer-banner__utp-item {
        width: 100%;
        /* aspect-ratio: 160 / 90; */
    }
    .new-timer-banner__content {
        order: 2;
        width: min(100%, 660px);
        margin: 0 auto;
        flex-direction: column;
        background: #fff;
    }
    /* timer */
        .new-timer-banner__timer {
        width: 100%;
        padding:
            clamp(20px, 4vw, 36px)
            clamp(16px, 5vw, 40px);
    }
    .new-timer-banner__countdown {
        width: 100%;
        justify-content: space-between;
        gap: clamp(8px, 2vw, 24px);
    }
    .new-timer-banner__circle {
        width: clamp(62px, 10vw, 110px);
    }
    .new-timer-banner__time-value {
        font-size: clamp(34px, 5vw, 50px);
    }
    .new-timer-banner__time-label {
        margin-top: clamp(4px, .7vw, 8px);
        font-size: clamp(9px, 1.3vw, 14px);
    }

    .new-timer-banner__mobile-title {
        margin: 0;
        padding:
            clamp(24px, 4vw, 36px)
            clamp(20px, 5vw, 40px)
            0;
        text-align: center;
        text-transform: uppercase;
        font-size: clamp(16px, 2.4vw, 26px);
        line-height: 1.1;
        font-weight: 500;
    }
    .new-timer-banner__mobile-btn {
        width: calc(100% - clamp(32px, 8vw, 80px));
        height: clamp(46px, 6vw, 56px);
        margin:
            0 auto
            clamp(24px, 4vw, 34px);
        font-size: clamp(14px, 1.8vw, 18px);
    }
}






@media (max-width: 767px) {
    .new-timer-banner__container {
        padding-inline: 16px;
    }
    .new-timer-banner__utp-list,
    .new-timer-banner__content {
        width: 100%;
        max-width: 100%;
    }
    .new-timer-banner__utp-list {
        gap: 10px;
    }
    .new-timer-banner__circle {
        width: clamp(68px, 18vw, 90px);
    }
    .new-timer-banner__time-value {
        font-size: clamp(36px, 9vw, 36px);
    }
    .new-timer-banner__time-label {
        font-size: clamp(9px, 2.6vw, 11px);
        margin-top: 0;
        font-weight: 400;
    }
    .new-timer-banner__countdown {
        gap: 6px;
    }
}

@media (max-width: 600px) {
    .new-timer-banner__utp-item {
        position: relative;
        display: block;

        aspect-ratio: 160 / 90;
        overflow: hidden;
    }

    .new-timer-banner__utp-item-title {
        position: relative;
        z-index: 2;
        padding:
            clamp(10px, 3vw, 14px)
            0
            0
            clamp(8px, 2.3vw, 14px);

        font-size: clamp(20px, 5vw, 24px);
        line-height: 1.1;
    }

    .new-timer-banner__utp-item-subtitle {
        font-size: clamp(12px, 3.2vw, 15px);
        line-height: 1.1;
    }

    .new-timer-banner__utp-item_stage {
        position: absolute;

        right: var(--stage-right);
        bottom: var(--stage-bottom);

        width: var(--stage-size);
        height: var(--stage-size);

        transform: var(--stage-transform, none);

        pointer-events: none;
    }
    .new-timer-banner__utp-item_stage--kasko {
        --stage-size: clamp(76px, 25vw, 102px);
        --stage-right: -8px;
        --stage-bottom: -5px;
    }

    .new-timer-banner__utp-item_stage--credit {
        --stage-size: clamp(76px, 25vw, 102px);
        --stage-right: -13px;
        --stage-bottom: 0px;
    }

    .new-timer-banner__utp-item_stage--trade {
        --stage-size: clamp(65px, 21vw, 94px);
        --stage-right: 0;
        --stage-bottom: clamp(-10px, -1vw, -2px);
    }

    .new-timer-banner__utp-item_stage--discount {
        --stage-size: clamp(62px, 16vw, 86px);
        --stage-right: 0px;
        --stage-bottom: -10px;
    }



    .new-timer-banner__utp-item_picture--hover {
        display: none;
    }

    .new-timer-banner__utp-item_picture--default {
        opacity: 1;
    }
}
@media (min-width: 601px) and (hover: hover) and (pointer: fine) {
    .new-timer-banner__utp-item:hover
    .new-timer-banner__utp-item_picture--default {
        opacity: 0;
    }

    .new-timer-banner__utp-item:hover
    .new-timer-banner__utp-item_picture--hover {
        opacity: 1;
    }
}