/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.header__tel {
    position: relative;
    display: inline-flex;
    font-size: 22px;
    color: var(--blue);
    line-height: 1;
    white-space: nowrap;
}
@media (min-width: 479.98px) {
    .header__tel::before {
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cpath d='m 487.3894,493.39981 24,-104.00001 c 2.6,-11.3 -3.3,-22.9 -13.9,-27.5 l -112,-48 c -9.8,-4.2 -21.3,-1.4 -28,6.9 l -49.6,60.6 c -76.7,-36 -140.5,-98.9 -177.2,-177.2 l 60.6,-49.6 c 8.3,-6.8 11.1,-18.2 6.9,-28 l -48,-111.999999 c -4.7,-10.7 -16.3,-16.6 -27.6,-14.00000003 L 18.589385,24.599801 c -10.7999998,2.5 -18.59999982,12.1 -18.59999982,23.4 0,256.099999 207.50001482,464.000009 464.00001482,464.000009 11.2,0 20.9,-7.7 23.4,-18.6 z' fill='%23f3b244' /%3e%3c/svg%3e ");
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
}
.header__call {
    white-space: nowrap;
    color: var(--main);
    letter-spacing: 0.5px;
    border-bottom: 1px dashed;
    text-decoration: none !important;
}
@media (max-width: 479.98px) {
    .header__call {
        font-size: 12px;
    }
}

.site-description {
    text-align: center;
}

.ymaps-2-1-79-image {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;
}
