/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*CSS RESET*/

body {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #000000;
    display: flex;
    flex-direction: column;
	background: #D8BFD8;
}

.content_wrap {
    max-width: 1440px;
    margin: auto;
}

a {
    transition: .3s;
}

a:hover {
    opacity: .8;
}

.header_menu {
    max-width: 1000px;
    margin: auto;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

body .inside_page .post a {
    color: #F32918;
}

header .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .logo a {
    display: block;
}

header .content_wrap .logo_wrap {
    padding: 18px 0 8px;
    width: 100vw;
    background: #33006F;
}

header .content_wrap .logo_wrap .logo {
    width: 250px;
    margin: auto;
}

header .content_wrap .menu_wrap {
    padding: 34px 0;
    width: 100%;
}

header .burger {
    display: none;
}

header .content_wrap .menu_wrap nav ul span {
    color: #F32918;
}

header .content_wrap .menu_wrap nav ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

header .content_wrap .menu_wrap nav ul li {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}

header .content_wrap .menu_wrap nav ul li a {
    text-decoration: none;
    color: #000000;
    transition: .3s;
}

header .content_wrap .menu_wrap nav ul li a:hover {
    color: #F32918;
}

.banner_main {
    background-image: url("img/banner.jpg");
    height: 160px;
    background-size: cover;
}

.colums {
    display: flex;
    justify-content: space-between;
}

main {
    flex: 1 0 auto;
}

main .banner {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 12px;
    border-radius: 10px;
}

main h1 {
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    margin: 0 0 12px;
}

main.main_page h1 {
    text-align: left;
}

.colums .left_col {
    margin-right: 70px;
    max-width: 970px;
}

.post_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post_wrap .post {
    width: 40%;
}

.post {
    margin-bottom: 16px;
}

.post p {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 16px;
}

.main_page .post a {
    text-decoration: none;
}

.colums .right_col {
    background: #33006F;
    padding: 20px 20px;
	border-radius: 10px;
}

main.main_page h2 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 12px;
    color: #000000;
    display: block
}

main.main_page h2 a:hover {
    opacity: .6;
}

aside.posts .post h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
aside h2{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: white;
}

.inside_page h3 {
    font-size: 21px;
    line-height: 31px;
}

.inside_page h2 {
    margin-bottom: 12px;
}

aside.posts .post h2, aside.posts .post h3, aside.posts .post h4, aside.posts .post h5, aside.posts .post h6 {
    text-align: left;
}

footer {
    padding: 7px 0;
    flex: 0 0 auto;
    background: #33006F;
}

footer p {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: white;
}

main ol, main ul {
    margin-bottom: 16px;
}

main ol li, main ul li {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    margin-left: 25px;
    margin-bottom: 5px;
}

main h2 {
    font-size: 23px;
    line-height: 34px;
}

.inside_page_img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 12px;
}

.inside_page_img img {
    width: 100%;
}
p{
    padding-bottom: 5px;
}

table {
    border: 1px solid #F32918;
    width: 800px;
    margin: 0 auto 16px;
}

table tr {
    padding: 6px;
    border-bottom: 1px solid #F32918;
}

table tr td {
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}

table tr td:first-child {
    width: 66%;
}

table tr td:first-child {
    border-right: 1px solid #F32918;
}
img { display: block; margin: 0 auto; max-width: 100%; } figure img { border-radius: 14px; margin: 30px auto; }
@media (max-width: 1400px) {
    .content_wrap {
        padding: 0 12px;
    }
}

@media (max-width: 1024px) {
    header {
        padding: 3px 0;
    }

    header .content_wrap .logo_wrap {
        padding: 0;
    }

    header .content_wrap .menu_wrap {
        padding: 0;
    }

    .colums {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .colums .left_col {
        margin-bottom: 16px;
    }

    .colums .right_col {
        width: 100%;
    }

    .colums .left_col {
        margin-right: 0;
    }

    header {
        background: linear-gradient(rgba(25, 36, 53, 0.96), #0E1215);
    }

    header .burger {
        display: inline-block;
    }

    header .burger span {
        display: block;
        width: 50px;
        height: 3px;
        background: white;
        margin-bottom: 10px;
    }

    header .burger span:last-child {
        margin-bottom: 0;
    }

    header .menu_wrap nav {
        position: absolute;
        left: 47px;
    }

    header .content_wrap {
        flex-direction: row;
        justify-content: space-between;
    }

    header .content_wrap .logo_wrap {
        order: 2;
        border-bottom: none;
    }

    header .content_wrap .menu_wrap {
        order: 1;
    }

    header .content_wrap .logo_wrap .logo {
        margin-left: auto;
        margin-right: 0;
    }

    header .content_wrap .menu_wrap nav ul {
        flex-direction: column;
        padding: 11px 54px 11px 18px;
        background: linear-gradient(rgba(25, 36, 53, 0.96), #0E1215);
    }

    header .content_wrap .menu_wrap nav ul li a {
        color: white;
    }

    header .content_wrap .menu_wrap nav ul li {
        margin-bottom: 16px;
    }

    header .content_wrap .menu_wrap nav ul li:last-child {
        margin-bottom: 0;
    }

    header .content_wrap .menu_wrap nav {
        display: none;
    }

    header .content_wrap .menu_wrap nav.active {
        display: block;
    }

    header .burger span {
        transition: transform 0.25s;
        transform-origin: center;
    }

    header .burger.active span:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: 18px 0px;
    }

    header .burger.active span:nth-of-type(2) {
        display: none;
    }

    header .burger.active span:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: 14px -1px;
    }

    table {
        width: 100%;
    }

    table tr {
        display: flex;
        flex-direction: column;
    }

    table tr:last-child {
        border-bottom: none;
    }

    table tr td {
        width: 100%;
    }

    table tr td:first-child {
        width: 100%;
        border-right: none;
    }
}
