*{ 
    padding: 0; 
    margin: 0; 
    border: 0; 
    text-decoration: none; 
    font-family: Inter;

   } 
    
   :focus,:active{outline: none;} 
   a:focus,a:active{outline: none;} 
    
   nav,footer,header,aside{display: block;} 
    
   :root{ 
    --blue: #10069F; 
    --yellow: #FFD700;
   }  
    
   input,button,textarea{font-family:inherit;} 
    
   input::-ms-clear{display: none;} 
   button{cursor: pointer;
transition: 0.3s;} 
   button:hover{
    scale: 1.05;
   }
   button::-moz-focus-inner {padding:0;border:0;} 
   a, a:visited{text-decoration: none;
color: white;} 
   a:hover{text-decoration: none;} 
   ul li{list-style: none;} 
   img{vertical-align: top;} 
    
   h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;} 
    
   html{ 
    scroll-behavior: smooth; 
   }
   body{
    background-color: #000;
   }




/* HEADER */

.header{
    height: 60px;
    background-color: black;
    border: 1px solid #000;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.logo {
    height: 75px;
    padding: 10px;
}




.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 250px;
    max-width: 350px;
    color: #fff;
    font-size: 16px;

}


.img-menu{
    display: none;
}


.element{

    color: #fff;
    font-size: 16px;

}
.element:hover{
    cursor: pointer;
}
.login-btn {
    width: 125px;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(71deg, #0095FF -99.27%, #10069F 162.04%);
    color: #fff;

}



/* MAIN */



/* INFO CARD */

main{
    background-color: #000;
    color: #fff;
}
.card__info {
    display: flex;
    padding: 60px 25px;
    justify-content: space-around;
    max-width: 100%;
    flex-direction: row;
}
.card__info-left {
}
.card__info-title {
    padding-top: 100px;
    margin-top: 25px;
    color: #FFF;
    font-size: 70px;
font-family: Inter;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.card__info-text {
    margin-top: 5px;
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
font-size: clamp(0.5rem, 0.25rem + 1.1429vw, 1.25rem);
max-width: 375px;
}
.card__info-right {

}
.card {
    margin-top: 50px;
    border-radius: 20px;
background: #000;
box-shadow: 0px 0px 40px 0px rgba(255, 215, 0, 0.29);
width: 450px;
height: 300px;
transform: rotate(9.216deg);
flex-shrink: 0;
 padding: 15px;
 animation: cardBackground 10s cubic-bezier(0.72, -0.45, 0.05, 1.41) infinite alternate;
}




@keyframes cardBackground {
    0%{
        background-color: #FFD700;
        box-shadow: 0px 0px 40px 0px #FFD700;
        
    }
    50%{
        background-color: #0095FF;
        box-shadow: 0px 0px 40px 0px #0095FF;
        
    }
    100%{
        background-color: #E1447D;
        box-shadow: 0px 0px 40px 0px #E1447D;

    }
}

.card__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0px 15px;

}
.card-chip {
}
.card-company {
}
.card-number {
    text-align: center;
    display: block;
    margin: 0px auto;
    color: #FFF;
font-family: Inter;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 6.25px;
}
.card__bottom {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0px 30px;
}
.expires__box {
}
.expires__box-title {
    color: #FFF;
font-family: Inter;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.expires__box-dato {
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.name__box {
    
}
.name__box-title {
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.name__box-info {
    color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.emoji {
    position: absolute;
    height: 70px;
    width: 70px;
    
}
.heart-eyes {
    top: 150px;
    left: 200px;
    rotate: 15deg;
}
.moneybag {
    top: 500px;
    left: 450px;
    rotate: 20deg;
}


/* CARD TARIFF */


.card-tariff {
    margin: 0px auto;
    margin-top: 300px;
    border-radius: 60px;
    background: linear-gradient(44deg, #10069F 1.54%, #0095FF 107.22%);
    max-width: 1000px;
    padding: 50px 40px 200px 40px;
}
.card-tariff-title {
    color: #FFF;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card-tariff__block {
    margin-top: 120px;
    display: flex;
    justify-content: space-around;
}
.card-tariff-box {
width: 275px;
padding: 10px;
}
.card-tariff__emoji-box {
    border-radius: 30px;
background: #000;
padding: 20px;
max-width: 64px;
}
.card-tif__emoji {
    width: 64px;
    height: 64px;
}
.card-tariff-info {
    margin-top: 20px;
    
}


/* CREDIT CALC */


.credit-calc {
    margin: 0px auto;
    margin-top: 150px;
    border-radius: 60px;
    background: linear-gradient(270deg, rgba(100, 100, 100, 0.69) 50%, rgba(100, 100, 100, 0.42) 50%);
    max-width: 1000px;
    padding: 40px;
    display: flex;
    
}
.calc {
    width: 50%;
}
.calc-title {
    color: #FFF;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.calc-box-summa {
/*     margin-top: 70px;
 */        width: 432px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #646464;
    background: rgba(217, 217, 217, 0.00);
    padding: 5px 5px 0px 10px;   
     overflow-x: hidden;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    position: relative;
}
.calc-summa-name {
    color: rgba(255, 255, 255, 0.75);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.calc-summa-number {
    color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
    /* margin-top: 6px;
    margin-bottom: 7px; */
}
.calc-summa-range {
    transform: translate(16px, -16px);
   bottom: 0px;
    top: 1000px;
    left: 50px;
    width: 80%;
}
.calc-box-input{
    position: relative;
    height: 70px;
    padding: 10px 10px 10px 0px;
    overflow: hidden;
}
.calc-summa-range:hover{
    cursor: pointer;
}

.calc-box-summa::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 8px;
    background-color: #0095FF;
}


.calc-box-time {
    width: 432px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #646464;
    background: rgba(217, 217, 217, 0.00);
    padding: 5px 5px 0px 10px;   
     overflow-x: hidden;
     display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 70px;
    position: relative;
}
.calc-time-name {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.75);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.calc-time-number {
    margin-top: 7px;
    color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.calc-time-range {
    margin-left: -10px;
    margin-top: 7px;
}
.calc-time-range {
    transform: translate(29px, -16px);
   bottom: 0px;
    top: 1000px;
    left: 50px;
    width: 80%;
}
.calc-time-range:hover{
    cursor: pointer;
}

.calc-box-time::before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 8px;
    background-color: #0095FF;
}


.credit-info {
    padding-left: 50px;
    width: calc(50% - 50px);
}
.credit-info-title {
    color: rgba(255, 255, 255, 0.65);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.credit-info-number {
    color: #FFF;
font-family: Inter;
font-size: 60px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.credit-info-txt {
    color: rgba(255, 255, 255, 0.75);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.credit-info-body {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.credit-info-box {
    padding: 5px;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;

}
.credit-minimum-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9a9797;
}
.credit-minimum-number {

    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.credit-firsrt-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9a9797;
}
.credit-first-dato {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.credit-all-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9a9797;
}
.credit-all-number {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.credit-procent-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9a9797;
}
.credit-procent-number {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.credit-free-name {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #9a9797;
}
.credit-free-number {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.notcard {
    margin: 0px auto;
    margin-top: 150px;
    margin-bottom: 150px;
    max-width: 1000px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #ef1d1dfd;        padding: 50px;
    display: flex;
    justify-content: space-evenly;
}
.notcard__left {

}
.notcard__left-title {
    margin-top: 50px;
    color: #FFF;
font-family: Inter;
font-size: 50px;
font-style: normal;
font-weight: 900;
line-height: normal;
}
.notcard__left-info {
    margin-top: 45px;
    width: 400px;
    color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.notcard__left-btn {
    margin-top: 60px;
    padding: 25px;
    border-radius: 40px;
background: linear-gradient(82deg, #0095FF -25.15%, #10069F 128.81%);
color: #FFF;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.notcard__right {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* FOOTER */



.footer {
    padding: 40px 60px 140px 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background-color: #000;
}
.footer__left {
    min-width: 350px;
}
.footer__left-logo {
height: 75px;
margin-left: -40px;
margin-bottom: 20px;
}
.footer__left-txt {
    color: #FFF;
font-family: Lato;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer__left__block {
    margin-top: 80px;
    display: flex;
    gap: 50px;
}
.footer__box-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box__cards-title {
    color: rgba(255, 255, 255, 0.50);
font-family: Lato;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.box__cards-name {
    color: #FFF;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer__box-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box__about-title {
    color: rgba(255, 255, 255, 0.50);
font-family: Lato;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.box__about-name {
    color: #FFF;
font-family: Lato;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer__right {
    padding-top: 50px;
}
.support__btn__Ukraine {
    margin-top: 150px;
    width: 400px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 60px;
    border-radius: 50px;
    background: linear-gradient(102deg, #10069F 23.83%, #0095FF 122.94%);
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px auto;
    margin-bottom: 40px;
}
.footer__right-box {
    width: 400px;
    height: 100px;
    border-radius: 80px;
background: rgba(55, 55, 55, 0.500);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.social-img {
    width: 80px;
    height: 80px;
}
.about__bank {
    margin-top: 50px;
    color: #FFF;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 250px;
margin: 10px auto;
}



/* RANGE */

input[type=range] {
    -webkit-appearance: none;
    
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #0095FF;
    border-radius: 0px;
    border: 0px solid #000000;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #050505;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -2.5px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #0095FF;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #0095FF;
    border-radius: 0px;
    border: 0px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #050505;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #0095FF;
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #0095FF;
    border: 0px solid #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #050505;
    border: 0px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #0095FF;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #0095FF;
  }
  

/* MEDIA */



  @media (max-width: 1199px) {

    .card{
        transform: scale(0.9) rotate(9.216deg);
    }
    .card-tariff{

        margin: 0px 15px;
    margin-top: 150px;
    }
    .credit-calc{
        margin: 0px 15px;
    margin-top: 150px;
    }
    .notcard{
        margin: 0px 15px;
    margin-top: 150px;
    }
    .card{
        scale: .95;
    }

  }
  @media (max-width: 1050px) {
    .card{
        scale: .8;
    }
    .moneybag{
        left: 185px;
        top: 400px;

    }
    .card__info-title{
        margin-top: 15px;
        padding-top: 70px;
        font-size: 50px;
    }
  }


  @media (max-width: 991px) {
    .notcard__right{
        max-width: 300px;
    }
   
.moneybag{
    left: 185px;
    top: 425;

}
.card{
    scale: .7;
}

 

.calc {
    height: 700px;
}
  }
  @media (max-width: 767px) {
    .card__info-title {
        margin-top: 55px;
        font-size: 40px;
    }
    .notcard__right{
        display: none;
    }

    .card__info{
        align-items: center;
    }
    .card__info-title{
        font-size: 60px;
    }
    .card__info-text{
        font-size: 18px;
    }
    .credit-calc{
        display: none;   /* Not Always */
    }
        

    .heart-eyes{
        width: 50px;
        height: 50px;
    }

    .moneybag{
        display: none;

    }
    .card__info{
        flex-direction: column;
    }
}

  @media (max-width: 575px) {
    .card__info-left{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .card{
        display: none;
    }
    .card__info-title {
        margin-top: 60px;
        font-size: 60px;
}
.card__info-text{
    font-size: 18px;
text-align: center;
}
.card__info{
    justify-content: center;
}
.card-tariff__block{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-tariff-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card-tariff__emoji-box{
    margin: 0px auto;
}
.card-tariff-title{
    text-align: center;
}

  }



  

/* Стилі для великих екранів (дисплей максимум 1199рх) */
@media (max-width: 1199px) {

    .dashboard__body{
        flex-wrap: wrap;
        padding: 0px 20px;
        gap: 20px;
    }
    .newcard{
        margin: 20px;
    }
    .support__section{
        margin-left: 20px;
        margin-right: 20px;
    }

 }

/* Стилі для середніх екранів (дисплей максимум 991рх) */
    @media (max-width: 991px) { 

        .preference__box:nth-child(2){
            margin-bottom: 50px;
        }
        .newcard__button{
        width: 300px;
        height: 60px;
        font-size: 25px;
     }
        .footer__right-box{
        width: 300px;
        height: 75px;
        }
        .social-img{
        width: 60px;
        height: 60px;
        }
        .support__btn__Ukraine{
        width: 300px;
        }

}
     @media (max-width: 820px) {
       
        .footer__right-box{
            width: 200px;
            flex-wrap: wrap;
            height: auto;
            border-radius: 20px;
            padding: 5px;
        }
        .social-img{
            width: 45px;
            height: 45px;
        }
        .info-btn{
            font-size: 20px;
        }
        .about__bank {
            margin: 0px;
            margin-top: 20px;
        }
        .footer{
            display: flex;
            flex-direction: column;
        }
 
    
     }

/* Стилі для малих екранів (дисплей максимум 767рх) */
    @media (max-width: 767px) { 
        
        .support__title{
            font-size: 40px;
        }
        .support__box-icon img{
            width: 75px;
            height: 75px;
        }
       
        
        
        
        
    }
    
    /* Стилі для дуже малих екранів (дисплей максимум 575рх) */
    @media (max-width: 575px) {
        .notcard{
            border-radius: 50px;
        }
        
        .footer__left{
            min-width: 250px;
        }
        .box__cards-name{
            font-size: 16px;
        }
        .card-tariff{
            padding-bottom: 125px;
        }
        .notcard__left-title{
            font-size: 30px;
        }
        .notcard__left{
            padding: 20px;
        }
        .notcard__left-info{
            font-size: 18px;
            width: 300px;
        }
    }
    
    @media (max-width: 420px) {
        .footer__left__block {
            margin-top: 60px;
            display: flex;
            gap: 20px;
            justify-content: center;
        }
        .card__info-title{
            font-size: 45px;
        }
        .card__info-text{
            font-size: 15px;
        }
        .notcard__left-btn{
            font-size: 14px;
            padding: 12px;
        }
        }


        @media (max-width: 400.98px){
            .notcard__left-title{
                font-size: 20px;
                margin: 0;
            }
            .notcard__left-info{
                font-size: 14px;
                margin-top: 10px;
            }
            .notcard__left-btn{
                margin-top: 20px;
            }
        }



    