body, footer, img, section {
    display: block
}

.box-img, .center {
    text-align: center
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body, div, footer, h1, h3, html, i, img, li, p, section, span, strong, time, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-weight: 400
}

time {
    cursor: default
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none
}

body {
    color: #fff;
    background-color: #002447;
    line-height: 1.4;
    font-family: Formular, sans-serif;
    -webkit-text-size-adjust: none
}

h3 {
    font-size: 17px
}

.meta {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: .8125rem;
    letter-spacing: .25px;
    font-weight: 500;
    gap: 15px
}

.meta > * {
    display: inline-block;
    cursor: default;
    white-space: nowrap;
    border-bottom: none
}

.meta .meta__item:last-child:after {
    display: none
}

.content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem
}

/*.footer {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    position: relative;*/
/*    width: calc(100% - 2rem);*/
/*    max-width: 78rem;*/
/*    margin: 0 auto;*/
/*    padding: 20px 0;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center*/
/*}*/

.copyright {
    font-size: 14px;
    color: #ccc
}

.entry-content, .entry-header {
    color: #111;
    background-color: #fff
}

.entry-content, .entry-header, .post {
    position: relative
}

.post {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1 1 42.25rem;
    -webkit-box-flex: 1;
    flex: 1 1 42.25rem;
    max-width: 100%;
    overflow: hidden
}

.post > :first-child {
    margin-top: 1rem
}

.entry-content {
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 100%;
    padding: 1rem 1rem 0;
    line-height: 1.65;
    font-size: 1rem;
    font-weight: 400
}

.entry-content > * {
    max-width: 100%;
    width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.entry-content > :first-child {
    margin-top: 0
}

.entry-content strong {
    font-weight: 700
}

.entry-content i {
    font-style: normal;
    font-weight: 700
}

.entry-content h3 {
    margin-top: 1.4rem;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.25
}

.entry-content h3:target {
    margin-top: -4.75rem;
    padding-top: 4.75rem
}

.entry-content hr {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.entry-header {
    display: block;
    width: 100%;
    padding: 2rem 1rem .5rem
}

.entry-header > * {
    width: 40rem;
    max-width: 100%;
    margin: 20px auto 0
}

.entry-header > :first-child {
    margin-top: 0
}

.entry-header .entry-header__info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    min-height: 2rem;
    margin: -.25rem auto;
    padding-right: 2rem;
    color: #1e488f
}

.entry-header .entry-header__title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.075;
    text-align: center
}

.entry-content p {
    font-size: 17px;
    line-height: 1.3
}

.box-img img {
    display: block;
    margin: 0 auto 5px;
    border-radius: 10px
}

.comment-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.comment-box:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.comment-box {
    padding: 10px 0
}

.comment-date-box {
}

.comment-date__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4
}

.comment-date__time {
    color: #94989b;
    font-size: 12px
}

.comment-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4
}

.comment-title {
    margin: 10px auto !important;
    max-width: 100%;
    width: 40rem
}

.btn {
    display: block;
    margin: 15px auto;
    text-align: center;
    -webkit-box-shadow: 0 4px 3px #242120;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    width: 100%;
    max-width: 260px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.btn:hover {
    background: #b00;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

blockquote {
    font-family: Formular, sans-serif;
    margin: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    padding: 30px;
    position: relative
}

blockquote p {
    text-align: center !important
}

blockquote:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474c4f;
    border-bottom: 1px dotted #474c4f
}

.spisok li {
    font-family: Formular, sans-serif;
    font-size: 17px;
    list-style: inside;
    margin: 13px;
    text-transform: lowercase
}

.rub-ramka {
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 2px solid red;
    max-width: 86%;
    margin: 0 auto;
    font-weight: 400;
    text-shadow: .1px .3px 0 rgb(0 0 0)
}

.boxes__header, .boxes__header h2 {
    font-weight: 700 !important
}

.boxes__header {
    text-align: center !important
}

.boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.boxes__header h2 {
    margin: 15px 0 !important;
    font-size: 24px !important
}

@media screen and (max-width: 1199px) {
    .entry-content {
        padding: 15px 15px 0
    }
}

@media screen and (max-width: 1023px) {
    /*.footer {*/
    /*    max-width: 40rem;*/
    /*    margin: 0 auto;*/
    /*    border-top: 0*/
    /*}*/

    .content {
        max-width: 100%
    }

    .entry-header .entry-header__title {
        font-size: 26px;
        line-height: 1.125
    }

    .rub-ramka {
        max-width: 95%
    }
}

@media screen and (max-width: 767px) {
    .entry-content > * {
        margin-bottom: .75rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .entry-content h3:target {
        margin-top: -4.25rem;
        padding-top: 4.25rem
    }

    .entry-content h3 {
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        font-size: 19px
    }

    .entry-header .entry-header__title {
        font-size: 23px;
        line-height: 1.25
    }

    .entry-header {
        padding: 15px
    }

    .post > :first-child {
        margin-top: 0
    }

    .entry-content {
        font-size: .9375rem
    }

    .entry-header > * {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 479px) {
    .content {
        padding-left: 0;
        padding-right: 0
    }
}

.nowraptext {
    white-space: nowrap
}
.name-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.name-link:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
