@font-face {
    font-family: 'Galatea';
    /*url: ('../fonts/Galatea-BoldNarrow.ttf') format('truetype');*/
    font-weight: 400;
    font-style: normal;
}

body {
    top: 0 !important;
    background-image: url('../img/background.png');
    background-repeat: repeat;
}

.new-main-logo {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 3;
    padding: 0 24px;
    text-align: left;
}

@media only screen and (max-width: 997px) {
    .new-main-logo {
        text-align: center !important;
    }

    .logo .logo__img {
        padding-top: 0;
    }

    .new-main-img {
        display: none;
    }

    .new-main-uo {
        font-size: 16px !important;
    }

    .new-main-title {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 575px) {
    .new-main-logo {
        text-align: center !important;
    }

    .logo .logo__img {
        padding-top: 0;
    }

    .new-main-img {
        display: none;
    }

    .new-main-uo {
        font-size: 12px !important;
    }

    .new-main-title {
        font-size: 18px !important;
    }
}

.new-main-uo {
    font-family: "Galatea", serif;
    color: #f3f3f3;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: normal;
}

.new-main-title {
    font-family: "Galatea", serif;
    color: #f3f3f3;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.good-text p {
    text-indent: 15px;
}

.good-text p:first-letter {
    color: #9d0404;
}

.good-text2 p {
    text-indent: 15px;
}

.good-text2 p:first-letter {
    color: #000000;
}

.social-yandex {
    background-color: #f3f3f3;
}

.social-yandex:hover {
    background-color: #e0e0e0 !important;
}

.tabs__item--active:before {
    background-color: #ca0303;
}

.main-box-title {
    align-items: center;
    text-align: center;
}

.main-box-title:before {
    content: " •";
    display: inline-block;
    margin: 0 8px;
}

.main-box-title:after {
    content: " •";
    display: inline-block;
    margin: 0 8px;
}

.main_news {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%) !important;
}

.main_news--img-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin-right: 30px;
    margin-bottom: 0;
}

.main_news--body {
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.main_news--title-header {
    line-height: 1.3;
    color: #ca0303;
}

.main_news--title-header a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.main_news--title-header a:hover,
.main_news--title-header a:focus {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #1e1e1e;
}

.entry__excerpt {
    margin-top: 5px;
}

.entry__meta-views:after {
    content: '-' !important;
    display: inline-block;
    margin: 0 3px;
}

.main_news--links {
    display: inline;
    /*justify-content: space-between;*/
}

a.underline-link:hover,
a.underline-link:focus {
    text-decoration: underline;
    color: #ca0303;
}

.entry__short-txt {
    font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    clear: both;
    word-break: break-word;
    word-wrap: break-word;
}

/* FOOTER */
.widget-title {
    margin-bottom: 10px;
}

.footer__widgets p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}