/*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: 'Montserrat', sans-serif;
    font-style: 400;
    color: #fff;
    display: flex;
    flex-direction: column;
	background-color: #0B1D42;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    text-align: center;
	color: #7FAAFF;
}

main h1 {
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 32px;
}

main h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 32px;
}

main h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
}

main p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 32px;
    text-align: left;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    transition: .3s;
}

a:hover {
    opacity: .6;
}

header {
    padding-top: 10px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 4px solid #E20000;
}

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

header .content_wrap .logo {
    display: block;
    width: 288px;
    margin: 0 auto 32px;
}

header .content_wrap .menu_wrap {
    width: 100%;
}

header .burger {
    display: none;
}

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

header .content_wrap .menu_wrap nav ul li {
    font-weight: 600;
    font-size: 45px;
    line-height: 30px;
    margin-right: 106px;
	color: #E20000;
}

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

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 {
    opacity: .6;
}

main {
    flex: 1 0 auto;
}

.hero_block {
    background: #000;
    padding: 10px 0;
    margin-bottom: 32px;
}

.colums {
    display: flex;
}

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

.hero_block .colums {
    justify-content: space-between;
    align-items: center;
}

.hero_block p {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
    color: #FFFFFF;
    max-width: 520px;
}

aside h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 24px;
    text-align: left;
}

aside .left_col {
    margin-right: 90px;
    max-width: 710px;
}

aside .post {
    display: flex;
    padding-bottom: 25px;
    border-bottom: 1px solid #868686;
    margin-bottom: 24px;
}

aside .post .post_img {
    width: 200px;
    margin-right: 10px;
    flex-shrink: 0;
}

aside .post .items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

aside .post .items a {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

aside .post .items .views {
    display: flex;
    align-items: center;
}

aside .post .items .views .flash_img {
    width: 56px;
    margin-right: 10px;
}

aside .post .items .views p {
    font-size: 20px;
    line-height: 24px;
    color: #868686;
}

aside .right_col .big_img {
    width: 100%;
    margin: auto;
}

aside .right_col .a_wrap {
    display: block;
    max-width: 580px;
    padding: 55px 15px;
    position: relative;
    margin-left: 28px;
    margin-top: -60px;
    background: white;
}

aside .right_col .a_wrap a {
    font-weight: 900;
    font-size: 40px;
    line-height: 49px;
}

footer {
    padding: 8px 0;
    flex: 0 0 auto;
}

footer p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

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

main ol li, main ul li {
    margin-left: 25px;
    margin-bottom: 5px;
	        font-size: 25px;
        line-height: 20px;
        margin-bottom: 12px;
}

aside h2 {
    font-size: 20px;
    line-height: 23px;
}

.hero_img_ins {
    margin-bottom: 32px;
}

table {
    border: 1px solid black;
    margin: 0 auto 32px;
    width: 100%;
}

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

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

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

table tr td:first-child {
    border-right: 1px solid black;
}

@media (max-width: 1400px) {
    .content_wrap {
        padding: 0 17px;
    }
}

@media (max-width: 1024px) {
    .colums {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    header {
        padding: 0;
        border-bottom: none;
        margin-bottom: 9px;
    }

    header .burger {
        display: inline-block;
    }

    header .burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #000;
        margin-bottom: 4px;
    }

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

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

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

    header .content_wrap .logo {
        order: 2;
        border-bottom: none;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 0;
        width: 173px;
        flex-shrink: 0;
    }

    header .content_wrap .menu_wrap {
        order: 1;
        position: relative;
        top: 6px;
    }

    header .content_wrap .menu_wrap nav ul {
        flex-direction: column;
        padding: 11px 74px 11px 18px;
        background: white;
    }

    header .content_wrap .menu_wrap nav ul li {
        margin-bottom: 27px;
        margin-right: 0;
    }

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

    header .content_wrap .menu_wrap nav ul li a {
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
    }

    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: 9px 6px;
    }

    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;
    }

    aside .left_col {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    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;
    }

    main h1 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 12px;
        text-align: left;
    }

    main h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 12px;
        text-align: left;
    }

    main h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 12px;
        text-align: left;
    }

    main p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    table tr td {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .hero_block p {
        margin-bottom: 20px;
    }

    aside .post {
        flex-direction: column;
    }

    aside .post .post_img {
        margin-bottom: 20px;
    }

    aside .post .items a {
        margin-bottom: 20px;
    }

    aside .right_col .a_wrap {
        margin-left: 0;
    }

    aside .right_col .a_wrap a {
        text-align: center;
    }
}
