
.cuPBtn, .cuPBtn2{

    position: absolute;
    z-index: 2;
    color: white;
    background-color: black;
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    left: 0;
    top: 6px;

    width: 100%;
}


.cuPBtn::before, .cuPBtn2::before{
    margin-right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='white' stroke-width='0' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M432,320H400a16,16,0,0,0-16,16V448H64V128H208a16,16,0,0,0,16-16V80a16,16,0,0,0-16-16H48A48,48,0,0,0,0,112V464a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V336A16,16,0,0,0,432,320ZM488,0h-128c-21.37,0-32.05,25.91-17,41l35.73,35.73L135,320.37a24,24,0,0,0,0,34L157.67,377a24,24,0,0,0,34,0L435.28,133.32,471,169c15,15,41,4.5,41-17V24A24,24,0,0,0,488,0Z'/%3E%3C/svg%3E");
}

.top-header-menu>li>a{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 16px;
}

body .td-header-top-menu,
body .td-weather-top-widget .td-weather-header .td-weather-city,
body .td-weather-top-widget .td-weather-now .td-big-degrees {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.menu-top-container{
    width: 100%;
}

body .td-weather-top-widget {
    margin-right: 32px;
}

body .td-header-wrap .td-header-top-menu-full{
    max-width: 1164px;
}

body .td-header-top-menu{
    margin: 0 48px;
}

body .sf-menu>li>a{
    padding: 0 10px;
}

body .td-container-wrap, body .tdc-row{
    max-width: 1164px;
    width: 100%;
}

.ead-preview{
    clear: both;
}

body .sf-menu ul .td-menu-item a {
    font-size: 13px;
}

body .td-header-top-menu .sub-menu li a{
    font-weight: normal;
}


.td-main-page-wrap{
    padding-left: 15px;
    padding-right: 15px;
}

body .td-post-template-default .td-post-featured-image img{
    width: 100%;
}

.td-social-sharing-button.td-social-network.td-social-viber{
    display: inline-block !important;
}