@import url('https://fonts.cdnfonts.com/css/segoe-ui-4');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    border: none;

    font-family: "Segoe UI", sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: "Segoe UI", sans-serif;

}

.container-2 {
    width: 100%;
    margin: 0 auto;

    max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: "Segoe UI", sans-serif !important;

}


body {
    display: flex;
    flex-direction: column;
    font-family: "Segoe UI", sans-serif !important;
    gap: 10px;
    align-items: center;
}

.container {
    max-width: 1440px;
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
    margin: 0 auto;
}


.title {
    margin-bottom: 60px;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #020D2B;
}


.mini-text {
    color: #020D2B;
    padding: 10px 20px;
    border-radius: 40px;
    max-height: max-content;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #B3B4BA;
    max-width: max-content;
}


.pop-up-video,
.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    display: none;
    place-items: center;
}

iframe {
    border-radius: 10px;
}

.pop-up-video>img {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: white;
    cursor: pointer;
    border-radius: 10px;
}

.active-pop-up {
    display: grid;
}

.active-video-modal {
    display: grid;

}

.pop-up>div {
    border-radius: 20px;
    padding: 10px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: white;
    width: 80%;
    gap: 10px;
    height: 80vh;

}

.pop-up-video div {
    border-radius: 20px;
    padding: 10px;
    background: white;
    aspect-ratio: 1.777 / 1;
    width: 80%;
}

.pop-up-box {
    padding: 30px;
    background: #000;
    background: #F6F7F8;
    border-radius: 18px;
    display: flex;
    overflow-x: scroll;
    flex-direction: column;
}

.pop-up-box::-webkit-scrollbar {
    display: none;
}

.pop-up-box h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.pop-up-video span,
.pop-up>span {
    background: #00000080;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}

.pop-up-1 {
    gap: 25px;
}

.pop-up-1 div {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 10px;
    border-radius: 18px;
}

.pop-up-1 span {
    color: #3375F6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    background: #D2E1FF;
}

.pop-up-1 img {
    width: 40px;
    height: 40px;
    padding: 10px 0;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    border-radius: 10px;
    background: white;
}


.pop-up-1 .tarif-bank-img {
    padding: 5px 0;
}


.pop-up-field {
    cursor: pointer;
}

.hidden {
    display: none;
}

.pop-up-selected {
    background: white;
}

.pop-up-selected img {
    background: #F4F5F6;
}

.pop-up-box .pop-up-1 p {
    font-weight: 500;
    font-size: 18px;
}

.pop-up-form>input {
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #B3B4BA;
    border-radius: 10px;
    outline: none;
}



.pop-up-2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow-y: scroll;
}

.pop-up-form {
    display: flex;
    flex-direction: column;
}

.pop-up-form div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pop-up-form button {
    background: #3375F6;
    border: none;
    border-radius: 10px;
    padding: 15px;
    color: white;
    margin: 10px 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.pop-up-form>p:last-child {
    font-size: 14px;
}

.calculator>p {
    font-size: 14px;
    color: #828284;
    margin-bottom: 5px;
}

.range-box {
    padding: 20px;
    background: white;
    border-radius: 18px;
}

.range-box input {
    width: 100%;
    max-height: 3px;
    cursor: pointer;
    border-radius: 3px;
}

.range-box div {
    display: flex;
    font-size: 14px;
    color: #828284;
    margin: 5px 0;
    justify-content: space-between;
}

.range-box span {
    width: 15px;
}

.counter {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 20px;
}

.counter button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: white;
    border: 0;
    font-size: 22px;
    padding-bottom: 7px;
    color: #3375F6;
    text-align: center;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-weight: bold;
}

.counter .blur-price-btn {
    color: gray;
}

@media screen and (max-width:820px) {
    .active-video-modal div {
        padding: 5px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        width: 100%;
    }

    .container-2 {
        padding: 35px 15px;
        margin: 0 5px;
    }

    .title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mini-text {
        font-size: 10px;
    }
}