.otpusk-cadrs{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.otpusk-card{
    width: 390px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
}
.otpusk-card-img{}
.otpusk-card-text{
    color: #333;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.otpusk-card-text span{
    font-weight: 700;
}
.otpusk-info{
    margin-top: 64px;
    display: flex;
    gap: 20px;
}
.otpusk-time{
    width: 60%;
    display: flex;
    flex-direction: column;
}
.otpusk-time-title{
    color: #333;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.otpusk-time-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.otpusk-time-card{
    width: 415px;
    height: 165px;
    padding: 24px 20px;
    border-radius: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.otpusk-time-title{}
.otpusk-card-num{
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.otpusk-card-days{
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.otpusk-card-desc{
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.otpusk-blue-card{
    background: #36C;
}
.otpusk-blue-card .otpusk-time-title,
.otpusk-blue-card .otpusk-card-desc{
    color: #fff;
}
.otpusk-red-card{
    background: #FEE4E2;
}
.otpusk-red-card .otpusk-time-title{
    color: #D24256;
}
.otpusk-red-card .otpusk-card-desc{
    color: #333;
}
.otpusk-white-card{
    background: #FFF7F3;
}
.otpusk-white-card .otpusk-time-title,
.otpusk-white-card .otpusk-card-desc{
    color: #333;
}
.otpusk-docs{
    width: 40%;
}
@media screen and (max-width: 1650px) {
    .otpusk-time-card{
        width: 340px;
    }
}
@media screen and (max-width: 1400px) {
    .otpusk-cadrs{
        justify-content: flex-start;
    }
    .otpusk-time-card{
        width: 300px;
    }
}
@media screen and (max-width: 1280px){
    .otpusk-info{
        flex-direction: column;
        gap: 32px;
    }
    .otpusk-time{
        width: 100%;
    }
    .otpusk-docs{
        width: 100%;
    }
    .otpusk-time-card{
        width: 415px;
    }
}
@media screen and (max-width: 1280px){
    .otpusk-time-card{
        width: 340px;
    }
    /* .otpusk-card{
        width: 340px;
    } */
}
@media screen and (max-width: 1024px){
    .otpusk-info{
        margin-top: 32px;
    }
    .otpusk-card{
        width: 100%;
    }
    .otpusk-time-card{
        width: 47%;
    }
}
@media screen and (max-width: 768px){
    .otpusk-time-card{
        width: 46.6%;
    }
    .otpusk-time-title{
        font-size: 16px !important;
    }
    .otpusk-card{
        gap: 12px;
        padding: 16px 12px;
    }
    .otpusk-card-img{
        width: 36px;
        height: 36px;
    }
    .otpusk-card-text{
        font-size: 12px;
    }
    .otpusk-time-card{
        padding: 16px 12px;
        height: 175px;
    }
    .otpusk-card-num{
        font-size: 16px;
    }
    .otpusk-card-days{
        font-size: 12px;
        font-weight: 700;
    }
    .otpusk-card-desc{
        font-size: 12px;
    }
}