<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-bottom.sticky{
    position: fixed;
    top:0;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.admin-bar .header-bottom.sticky{
    top:32px;
}
.wp-caption {

    color: inherit;
}
#secondary.sticky{
    padding-top: 50px;
}
.wp-caption-text {
    color: inherit;
}
/* РЎС‚РёР»Рё РґР»СЏ РѕРІРµСЂР»РµСЏ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
.modal {
    display: none; /* РЎРєСЂС‹С‚Рѕ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Р—Р°С‚РµРјРЅРµРЅРёРµ С„РѕРЅР° */
}

/* РЎС‚РёР»Рё РґР»СЏ СЃРѕРґРµСЂР¶РёРјРѕРіРѕ РјРѕРґР°Р»СЊРЅРѕРіРѕ РѕРєРЅР° */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: absolute; /* РСЃРїРѕР»СЊР·СѓРµРј absolute РґР»СЏ С†РµРЅС‚СЂРёСЂРѕРІР°РЅРёСЏ */
    left: 50%; /* РЎРґРІРёРіР°РµРј РІР»РµРІРѕ РЅР° 50% */
    top: 50%; /* РЎРґРІРёРіР°РµРј РІРІРµСЂС… РЅР° 50% */
    transform: translate(-50%, -50%); /* Р¦РµРЅС‚СЂРёСЂСѓРµРј РїРѕ РІРµСЂС‚РёРєР°Р»Рё Рё РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё */
    text-align: center;
    border-radius: 7px;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover {
    color: #000;
}

.modal-content-form{
    font-size: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-content-form input[type="tel"] {
    text-align: center; /* Р¦РµРЅС‚СЂРёСЂСѓРµРј С‚РµРєСЃС‚ РІРЅСѓС‚СЂРё РїРѕР»СЏ РІРІРѕРґР° */
    padding: 10px; /* Р”РѕР±Р°РІР»СЏРµРј РѕС‚СЃС‚СѓРїС‹ РґР»СЏ СѓРґРѕР±СЃС‚РІР° */
    border: 1px solid #ccc; /* Р“СЂР°РЅРёС†Р° */
    border-radius: 5px; /* Р—Р°РєСЂСѓРіР»РµРЅРЅС‹Рµ СѓРіР»С‹ */
}
.modal-content-form&gt;p{
    margin-bottom: 1rem;
}
#submitButton{
    margin-top: 1rem;
    cursor: pointer !important;
}
.site-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-description{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 2rem;
    font-weight: 400;
}
@media (min-width: 1051px) {
    #site-navigation ul.header-menu-sub li a {
        line-height: 20px;
        padding-top: 20px;
    }

    #site-navigation ul.header-menu-d li a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #site-navigation ul.header-menu-d li a:after {
        top: 12px;
    }
}
@media (max-width: 1050px) {
    #site-navigation&gt;ul.header-menu-sub&gt;li:last-child&gt;a{
        border-bottom: 1px solid #2d2d2d;
    }
    #site-navigation&gt;ul&gt;li&gt;noindex&gt;a{
        border-bottom: 1px solid #2d2d2d;
    }
    #site-navigation&gt;ul&gt;li:last-child&gt;noindex&gt;a{
        border-bottom: none;
    }
}
.is-sticky #site-navigation ul li a {
    line-height: 35px !important;
}
.is-sticky #site-navigation ul li a:after{
    line-height: 9px !important;
}
.editor-entry i.fa{
    font-style: normal;
}</pre></body></html>