#carousel-example-generic .carousel-caption {
    font-size: 0px;
    background: none;
}
element.style {
}
.card_product_container .card_product .card_product_price a {
    width: 170px;
    text-align: center;
    background-color: #4b730b;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/btn_icon.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    font-size: 18px;
    padding: 13px 5%;
    padding-left: 50px;
    cursor: pointer;
}
element.style {
}
.card_product_container .card_product .card_product_title {
    font-size: 21px;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.4em;
    min-height: 2.8em;
}
main .contact_page #map>* {
    height: 600px !important;
    width: 74.5% !important;
margin: 0 auto;
}
/* Для экранов до 1200px */
@media (max-width: 1200px) {
    main .contact_page #map > * {
        width: 90% !important;
        height: 600px !important;
    }
}

/* Для экранов до 768px (планшеты) */
@media (max-width: 768px) {
    main .contact_page #map > * {
        width: 100% !important; /* карта на всю ширину */
        height: 400px !important;
    }
}

/* Для экранов до 480px (мобильные телефоны) */
@media (max-width: 480px) {
    main .contact_page #map > * {
        width: 100% !important;
        height: 300px !important;
    }
  }