html {scroll-behavior: smooth}

#response {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #db36279f;
}

.contact-footer-succefull{
    text-align: center;
    padding: 25px 35px;
    border-radius: 20px;
    border: 1px solid #db36279d;
    font-size: 1.2rem;
    background: #db362707;
}

.main-succefull{
    margin-top: 20px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #db36279d;
    font-size: 1rem;
    background: #db272707;
}

.web__block{
    padding: 20px 0px;
    text-align: center;
}

.web__block a{
    text-decoration: none;
    color:#DB3727;
    opacity: 0.2;
    transition: 0.6s;
}

.web__block a:hover{
    opacity: 0.8;
}

/* скупка авто */

.pricing-auto-reset{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pricing-auto-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 25px 10px;
    border-radius: 45px;
    background: linear-gradient(0deg, #FDFBFB -39.56%, #EBEDEE 100%);
    box-shadow: 0px 4px 4px 0px rgba(219, 55, 39, 0.25);
    width: 160px;
    min-height: 150px;
    position: relative;
    transition: 0.4s;
}

.pricing-auto-reset a{
    text-decoration: none;
    color:#000;
}

.pricing-auto-img{
    max-width: 100px;
}

.pricing-auto-item:hover {
    cursor: pointer;
    box-shadow: 1px 8px 8px 1px rgba(203, 49, 35, 0.25);
}

.pricing-auto-item img {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
}

/* call btn effect */

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 580px) {
    .call_btn_img {
        animation: pulse 2s infinite;
    }
}

.section-main{
    margin-top: 40px;
    margin-bottom: 40px;
}

.back-block{
    padding-top: 25px;
    padding-left: 25px;
}

.back-block a{
    text-decoration: none;
    color:#DB3727;
    transition: 0.4s;
}
.back-block a:hover{
    font-weight: bold;
}

/* new label */

