

/* Start:/local/templates/main/styles.css?1696423432255*/
.prod-title{font-size:24px;line-height:1.25;font-weight:700;text-transform:uppercase;text-align:center;text-align:left;margin-bottom:10px;letter-spacing:.1em}
@media screen and (min-width:768px){.productInfo__title{letter-spacing:.1em;margin-bottom:20px}}
/* End */


/* Start:/local/templates/main/template_styles.css?17724443633349*/
/* ========== КОНТАКТНЫЕ БЛОКИ ========== */
.contact-block {
    background-color: #ffffff;
    padding: 40px 0;
    margin-top: 30px;
    font-family: inherit;
}

.contact-block__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 40px 0;
    color: #333;
}

.contact-block__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Карточка */
.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-block[data-columns="2"] .contact-card {
    width: calc(50% - 15px);
    max-width: 350px;
}

.contact-block[data-columns="3"] .contact-card {
    width: calc(33.333% - 20px);
    max-width: 300px;
}

.contact-block[data-columns="4"] .contact-card {
    width: calc(25% - 23px);
    max-width: 260px;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Иконка */
.contact-card__icon {
    text-align: center;
    margin-bottom: 20px;
}

.contact-card__icon img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

/* Заголовок */
.contact-card__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    color: #333;
}

/* Телефон */
.contact-card__phone {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #50AE2F;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    white-space: nowrap;
}

.contact-card__phone:hover {
    color: #3d8a23;
}

/* Email */
.contact-card__email {
    display: block;
    font-size: 18px;
    color: #50AE2F;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    word-break: break-word;
}

.contact-card__email:hover {
    color: #3d8a23;
}

/* Текст */
.contact-card__text {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Кнопка (исправленная версия) */
.contact-card__button {
    display: block;
    width: 180px;
    margin: 15px auto 0;
    padding: 12px 0;
    border: 2px solid #50AE2F;
    border-radius: 40px;
    color: #50AE2F;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
}

.contact-card__button:hover {
    background-color: #50AE2F;
    color: white;
}

/* Примечание */
.contact-card__note {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 15px;
}

/* Адаптив */
@media (max-width: 768px) {
    .contact-block[data-columns="2"] .contact-card,
    .contact-block[data-columns="3"] .contact-card,
    .contact-block[data-columns="4"] .contact-card {
        width: 100%;
        max-width: 350px;
    }
    
    .contact-card__phone {
        font-size: 20px;
        white-space: normal;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .contact-card__phone {
        font-size: 18px;
    }
    
    .contact-card {
        padding: 25px 15px;
    }
}
/* End */
/* /local/templates/main/styles.css?1696423432255 */
/* /local/templates/main/template_styles.css?17724443633349 */
