a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Rubik, sans-serif;
    font-style: normal;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    background: #201e37
}
.content_wrap {
    max-width: 1140px;
    margin: auto;
    box-sizing: border-box
}
img {
    max-width: 100%;
    width: 100%;
    height: auto
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 19px
}
header {
    margin-bottom: 30px;
    position: relative;
    background: rgba(83, 81, 100, .52);
    z-index: 2
}
header .content_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px
}
header .content_wrap .logo_wrap {
    width: 150px
}
header .content_wrap .logo_wrap .logo, header .content_wrap .logo_wrap .logo a {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #d7d5b9;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s
}
header .content_wrap .logo_wrap .logo a:hover {
    opacity: .8
}
header .content_wrap .menu_wrap {
    width: 100%
}
header .burger {
    display: none
}
header .content_wrap .menu_wrap nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none
}
header .content_wrap .menu_wrap nav ul li {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #d7d5b9;
    margin-right: 60px
}
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: #fff;
    transition: .3s
}
header .content_wrap .menu_wrap nav ul li a:hover {
    opacity: .6
}
.colums_block {
    display: flex;
    justify-content: space-between
}
main {
    flex: 1 0 auto
}
main h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #d7d5b9
}
main h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #d7d5b9
}
main h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #d7d5b9
}
main p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 19px
}
.colums_block {
    margin-bottom: 37px
}
.colums_block .content_wrap {
    display: flex;
    justify-content: space-between
}
.colums_block .left_col, .colums_block .right_col {
    width: calc(50% - 25px)
}
.colums_block h2 {
    padding: 12px 37px;
    background: #ccd5b9;
    border-radius: 20px;
    margin-bottom: 30px;
    text-align: left
}
.colums_block .image {
    margin: auto
}
.news_block {
    padding: 45px;
    background: #f5c533;
    text-align: center;
    color: #201e37;
    margin-bottom: 37px
}
.news_block h2 {
    margin-bottom: 24px
}
.news_block ul {
    margin-bottom: 0
}
.news_block ul li {
    margin-bottom: 5px
}
.news_block ul li:before {
    display: none
}
.news_block ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #201e37;
    transition: .3s
}
.news_block ul li a:hover {
    opacity: .8
}
footer {
    background: rgba(83, 81, 100, .52);
    flex: 0 0 auto;
    padding: 18px 0
}
footer p {
    font-size: 12px;
    line-height: 14px;
    text-align: center
}
.text_block h1 {
    margin-bottom: 26px
}
.text_block .image {
    max-width: 700px;
    margin: 0 auto 50px
}
.text_block blockquote {
    padding: 28px 111px 28px 163px;
    background: rgba(83, 81, 100, .52);
    border-radius: 20px;
    position: relative;
    max-width: 900px;
    margin: 0 auto 19px;
    box-sizing: border-box
}
.text_block blockquote:before {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    background: url(img/quote_1.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%)
}
main .text_block blockquote p {
    font-style: italic;
    max-width: 626px;
    margin-bottom: 0
}
main ol, main ul {
    margin-bottom: 19px
}
main ol li, main ul li {
    margin-left: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    position: relative
}
main ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 25px
}
main ul li:before {
    content: '';
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px
}

main a {
    line-height: 27px;
    color: #f2f250;
    transition: .3s;
}

table {
    box-sizing: border-box;
    margin: 0 auto 19px;
    display: block;
    border-collapse: collapse;
    width: 800px
}
table tr td {
    border-bottom: 1px solid #ccd5b9;
    padding: 20px;
    color: #ccd5b9;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px
}
table tr td:first-child, table tr td:last-child {
    width: 10%
}
table tr td:nth-child(2), table tr td:nth-child(3) {
    width: 40%
}
table tr:last-child td {
    border-bottom: none
}
.reg_btn {
    display: block;
    background: #ccd5b9;
    border-radius: 20px;
    padding: 35px 133px;
    color: #fff;
    max-width: 550px;
    margin: 0 auto 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s
}
.reg_btn:hover {
    opacity: .8
}
@media (max-width:1400px) {
    .content_wrap {
        padding: 0 14px
    }
}
@media (max-width:1024px) {
    .colums_block .content_wrap {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .colums_block h2 {
        text-align: center
    }
    .colums_block .image {
        max-width: 768px
    }
    .colums_block .left_col {
        width: 100%
    }
    .colums_block .right_col {
        width: 100%;
        margin-bottom: 19px
    }
    body.active {
        height: 100vh;
        overflow: hidden
    }
    header {
        margin-bottom: 17px;
        background: #201e37
    }
    header .burger {
        display: inline-block;
        z-index: 2
    }
    header .burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #d7d5b9;
        margin-bottom: 3px
    }
    header .logo_wrap .logo a, header .logo_wrap .logo p {
        color: #d7d5b9;
        font-weight: 700;
        font-size: 20px;
        line-height: 27px
    }
    header .content_wrap .menu_wrap nav {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #201e37;
        top: 0;
        left: 100vw;
        transition: .3s
    }
    header .content_wrap {
        padding: 7px 12px
    }
    header .content_wrap .menu_wrap {
        display: flex;
        justify-content: end
    }
    header .content_wrap .menu_wrap nav ul {
        flex-direction: column;
        padding: 75px 75px 25px 20px
    }
    header .content_wrap .menu_wrap nav ul li {
        margin-bottom: 20px;
        margin-right: 0;
        padding-bottom: 11px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #d7d5b9;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        overflow: hidden
    }
    header .content_wrap .menu_wrap nav ul li a {
        font-size: 24px;
        line-height: 28px;
        color: #d7d5b9
    }
    header .content_wrap .menu_wrap nav ul li:last-child {
        margin-bottom: 0
    }
    header .content_wrap .menu_wrap nav.active {
        left: 0
    }
    .burger.active span {
        height: 5px
    }
    header .burger span {
        transition: transform .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: 13px 0
    }
    footer {
        background: #201e37;
        padding: 8px 0
    }
    .text_block blockquote {
        padding: 20px;
        margin-bottom: 19px
    }
    .table_wrap {
        width: 100%;
        overflow-x: scroll
    }
    .reg_btn {
        padding: 15px 0;
        color: #fff;
        max-width: 90%
    }
}