.e-sim_check h2{
    margin-top: 60px;
}
@media (max-width: 628px) {
    .e-sim_check h2{
        margin-top: 48px;
    }
}
.e-sim_check>.container{
    padding: 0px 0 68px 0;
}
.e-sim_title-v2 {
    padding-top: 11px;
    padding-bottom: 24px;
    color:  #472F92;
}
.e-sim_title-v2_head {
    display: inline-flex;
    font-family: firagoMedium;
    font-size: 32px;
    font-style: normal;
    line-height: 38px; /* 118.75% */
}

.e-sim_title-v2_main {
    padding: 16px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family:  firagoBold;
    font-size: 148px;
    font-style: normal;
    line-height: 172px; /* 116.216% */
}
.e-sim_title-v2_main span{ 
    display: inline-flex;
    padding-right: 24px;
}
.e-sim_title-v2_main span:nth-child(2n) { 
    color: #EC008C;
} 
.e-sim_title-v2_footer {
    font-family: firago;
    font-size: 28px;
    font-style: normal;
    line-height: 34px; 
}

.promoCodeForm {
    max-width: 388px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 12px;
}
.promoCodeForm_form {
    display: flex;
    justify-content: flex-start;
    flex: 1;
}
.promoCodeForm_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 40px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 24px;
    background:  #472F92;
    border: 0;
    color:  #FFF;
    font-family: firagoMedium;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}
.promoCodeForm_reset {
    display: flex;
    width: 132px;
    height: 40px;
    max-width: 132px;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    border-radius: 24px;
    border: 1px solid #472F92;
    color: #472F92;
    font-family: firagoMedium;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    background: white;
}
.promoCodeForm_submit:focus,
.promoCodeForm_inp:focus,
.promoCodeForm_reset:focus {
    outline: 0;
}
.promoCodeForm_errorMessage {
    height: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #EF4136;
    font-family: firago;
    font-size: 10px;
    line-height: 12px;
}
.promoCodeForm_group {
    flex: 1;
}
.promoCodeForm_inp{
    width: 100%;
    border-radius: 16px;
    border: 1px solid #472F92;
    background: #FFF;
    padding: 0 16px;
    height: 40px;
    color: #472F92;
    text-overflow: ellipsis;
    font-family: firagoMedium;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}
.promoCodeForm_inp::placeholder {
    color: #BABAE7;
    text-overflow: ellipsis;
    font-family: firago;
    font-size: 14px;
    font-style: normal;
    line-height: 18px; 
}
.promoCodeForm_inp:focus::placeholder { 
    padding-left: 2px;
}
.promoCodeForm_inp.error {
    border: 1px solid #EF4136;
}

.promoCodeSuccess {
    max-width: 388px;
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: 1px solid var(--System-Success, #00B20C);
    background: var(--System-SuccessLight, #E5F7E7);
}
.promoCodeSuccess h5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--System-Success, #00B20C);
    font-family: firagoMedium;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    margin-bottom: 8px;
}
.promoCodeSuccess h5 svg {
    margin-right: 6px;
}
.promoCodeSuccess_message {
    color: var(--Purple-1-Purple1-900, #472F92);
    font-family: firago;
    font-size: 12px;
    font-style: normal;
    line-height: 16px; 
}
.promoCodeSuccess_message span {
   color: var(--Magenta-600, #EC008C);
    font-family: firagoMedium;
}
@media (min-width: 629px) and (max-width: 786px) {
    .e-sim_title-v2_main {
            padding: 8px 0 16px;
            font-size: 96px;
            line-height: 112px; /* 116.216% */
    }
    .e-sim_title-v2_head {
        font-size: 28px;
        line-height: 34px; /* 118.75% */
    }
    .e-sim_title-v2_footer { 
             font-size: 24px;
            line-height: 30px; 
    }
}

@media (min-height: 613px) and (max-height: 699px) {
    .e-sim_title-v2_main {
        padding: 8px 0 16px;
        font-size: 96px;
        line-height: 112px; /* 116.216% */
    }

}

.promoCodeArea {
    width: 100%;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0 0 4px 0 #6C59A6;
    z-index: 999;
}

.promoCodeQuestion {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promoCodeQuestion span {
    margin-left: 8px;
    color: #472F92;
    text-align: center;
    font-family: firagoBold;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}

@media (max-width: 628px) {
    .e-sim_title-v2 { 
        padding-bottom: 0;
    }
    .e-sim_title-v2_main {
            padding: 0 0 16px 0;
            font-size: 64px;
            line-height: 72px; /* 116.216% */
    }
    .e-sim_title-v2_head {
        font-size: 24px;
        line-height: 30px; /* 118.75% */
    }
    .e-sim_title-v2_footer { 
             font-size: 18px;
            line-height: 22px; 
    }
}
@media (max-height: 613px) {
    .e-sim_title-v2_main {
        padding: 0 0 16px 0;
        font-size: 64px;
        line-height: 72px; /* 116.216% */
    }
}

.e-sim_cards--item_prices .new_price {
    color: #EC008C;
    margin-top: 1px;
}
.e-sim_cards--item_prices .old_price {
    color: var(--Purple-2-Purple2-700, #6C59A6);
    font-family: firagoBold;
    font-size: 24px;
    line-height: 30px; 
    text-decoration-line: line-through; 
    margin-right: 8px;
     margin-top: 1px;
}
.e-sim_cards--item_prices.sales {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.e-sim_cards--item_prices .countries {
    margin-left: auto;
}
.detailModalClass--modal-body .old_price {
    margin-top: 5.5px;
}