@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.promo-item.pi-10 {
    background-image: url('../img/promo/10.svg');
}
.promo-item.pi-10:hover {
    background-position: right -1px bottom -1px;
    background-size: auto 130px;
}

.promo-item.pi-server {
    background-image: url('../img/promo/server.svg');
}

.promo-item.pi-2 {
    background-image: url('../img/promo/+2.svg');
}

.promo-item.pi-gift {
    background-image: url('../img/promo/gift.svg');
}

.promo-item.pi-es {
    background-image: url('../img/promo/easy_start.svg');
}

.promo-item.pi-serv {
    background-image: url('../img/promo/serv.svg');
}

.promo-item.pi-ru {
    background-image: url('../img/promo/ru.svg');
}

.promo-item.pi-soon {
    background-image: url('../img/promo/soon.svg');
}

.promo-item:active,
.promo-item:hover {
    /* background-color: var(--primary-background-color, #47b2e4);
    color: #fff; */
    outline: 1px solid var(--primary-background-color, #47b2e4);
    background-position: right -1px bottom -1px;
    background-size: auto 130px;
    transform: translateY(-10px);
}

/* .promo-item.pi-10:hover {
    background-image: url('../img/promo/hover/_10.svg');
}

.promo-item.pi-server:hover {
    background-image: url('../img/promo/hover/_server.svg');
}

.promo-item.pi-2:hover {
    background-image: url('../img/promo/hover/_+2.svg');
}

.promo-item.pi-gift:hover {
    background-image: url('../img/promo/hover/_gift.svg');
}

.promo-item.pi-es:hover {
    background-image: url('../img/promo/hover/_easy_start.svg');
}

.promo-item.pi-serv:hover {
    background-image: url('../img/promo/hover/_serv.svg');
}

.promo-item.pi-ru:hover {
    background-image: url('../img/promo/hover/_ru.svg');
}

.promo-item.pi-soon:hover {
    background-image: url('../img/promo/hover/_soon.svg');
} */

.promo-title {
    padding: 4px 10px;
    font-weight: 600;
    display: block;
    text-align: left;
    font-size: 26px;
}

.promo-list {
    --bs-gutter-y: .5rem;
    --bs-gutter-x: .5rem;
}

/* .promo-item:hover {
    background-position: right -1px bottom -1px;
    background-size: auto 130px;
} */

.promo-item {
    background-repeat: no-repeat;
    transition: transform 0.5s ease, background-size 0.5s ease, background-position 0.5s ease;
    background-color: var(--grey-color, #EFEEEE);
    background-position: right -1px bottom -1px;
    background-size: auto 110px;
    padding: 1rem .35rem;
    text-align: center;
    font-size: 1.25rem;
    height: 14rem;
    border-radius: 20px;
    box-shadow: .25rem .25rem 1rem .35rem rgba(0, 0, 0, 0.15);
    /* transition: all 0.3s ease; */
    line-height: 1.1;
    outline: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/* @media (min-width: 992px) {
    .promo-list>div:nth-child(1) .promo-item {
        border-top-left-radius: 1rem;
    }

    .promo-list>div:nth-child(4) .promo-item {
        border-top-right-radius: 1rem;
    }

    .promo-list>div:nth-child(5) .promo-item {
        border-bottom-left-radius: 1rem;
    }

    .promo-list>div:nth-child(8) .promo-item {
        border-bottom-right-radius: 1rem;
    }
} */

@media (max-width: 992px) {
    .promo-list>div:first-child .promo-item {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .promo-list>div:last-child .promo-item {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.event-text .event-percent {
    border-radius: 0px 5px 0px 0px;
    background: #47B2E4;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #FFF;
    height: 15px;
}

.event-text .event-price {
    color: #6B6E77;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-decoration-line: strikethrough;
    text-transform: uppercase;
    text-decoration: line-through;
}

.event-text .event-discount {
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 0px 5px 0px 0px;
    color: #FFF;
    color: #001246;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}

.event-text .event-discount {
    color: #FFF;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.event-text .event-term {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    background: linear-gradient(0deg, #EB5E28 0%, #EB5E28 100%), #FFBC0F;
}

.event-text .event-title {
    color: #000000;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
}

.event-text h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.event-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-size: 40px;
    font-weight: 700;
    padding: 40px 0;
}

#vps-1-1-1-event {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: radial-gradient(232.98% 70.71% at 50% 50%, rgba(184, 187, 192, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

#promoEmpty [data-bs-dismiss="modal"],
#promoDomainGift [data-bs-dismiss="modal"],
#promoHostingGift [data-bs-dismiss="modal"],
#promoBlackThursday [data-bs-dismiss="modal"],
#promo2Months [data-bs-dismiss="modal"],
#promoScale [data-bs-dismiss="modal"],
#promoCashback [data-bs-dismiss="modal"],
#promoModal [data-bs-dismiss="modal"] {
    background: transparent;
    border: none;
    color: var(--primary-background-color, #31a9e1);
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
}
#promoEmpty .modal-header,
#promoDomainGift .modal-header,
#promoHostingGift .modal-header,
#promoBlackThursday .modal-header,
#promo2Months .modal-header,
#promoScale .modal-header,
#promoCashback .modal-header,
#promoModal .modal-header {
    position: relative;
}

.promo-list,
#promoModal {
    font-family: 'Inter', sans-serif;
}

.modal-content.promo-modal {
    min-height: 440px;
}
#promoEmpty .modal-title,
#promoDomainGift .modal-title,
#promoHostingGift .modal-title,
#promoBlackThursday .modal-title,
#promo2Months .modal-title,
#promoScale .modal-title,
#promoCashback .modal-title,
#promoModalLabel {
    font-size: 1.5rem;
    line-height: 1;
}

.promo-modal {
    max-width: min(360px, 100%);
    padding: 25px;
    position: relative;
}

.promo-modal .modal-body {
    font-size: 0.85rem;
    padding: 1rem 0;
}

.promo-modal.modal-content {
    border: none;
    border-radius: 1rem;
    box-shadow: .25rem .2rem 1rem .1rem rgba(0, 0, 0, 0.45)
}

.promo-modal .modal-header {
    border-bottom: none;
    padding: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
}

.promo-modal .marker {
    width: 4px;
    height: 3rem;
    background-color: #fd7e14;
    border-radius: 2px;
    margin-right: 0.75rem;
}

.promo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #333;
}

.promo-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.promo-list li:last-child {
    margin-bottom: 0;
}

.promo-list .bi-caret-right-fill {
    flex-shrink: 0;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
    color: #fd7e14;
}

.modal {
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px) !important;
}

.modal-backdrop.fade.show {
    display: none;
}


.fold-container .fold-item.expanded i {
    transform: rotate(90deg);
}
.fold-container .fold-item i {
    color: var(--primary-background-color, #31a9e1);
    display: inline-block;
    transition: all .3s ease;
    margin-top: .1rem;
}
.fold-container .fold-item {
    display: flex;
    gap: .3rem;
    margin-bottom: .3rem;
}
.fold-container .fold-item .fold-content {
    max-height: 1.5rem;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fold-container .fold-item.expanded  .fold-content {
    max-height: 100vh;
    text-overflow: unset;
    white-space: unset;
}

body,
body header{
    transition: unset !important;
}