a {
    outline: 0;
    cursor: pointer !important
}

body {
    top: 0;
    color: #1b354a;
    width: 100%;
    
    font-family: regular;
    font-size: 20px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default
}

a {
    text-decoration: underline;
    color: #00f;
    cursor: auto
}

a:hover {
    color: #3434fd;
    text-decoration: none
}

h1 {
    margin: 0 0 17px;
    font-family: bold;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a
}

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

ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

p {
    margin: 0;
    padding: 10px 0
}

.container {
    width: 1020px;
    position: relative;
    margin: 0 auto
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0
}

.header_line_2 {
    margin-top: 0;
    padding-bottom: 6px
}

.links {
    padding-top: 5px;
    font-size: 0;
    position: relative;
    margin-left: 69px;
    display: inline-block
}

.links li {
    font-family: bold;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: .9px
}

.links li:hover {
    color: #5296db
}

.links li:nth-child(1) {
    margin-right: 11px
}

.links li:nth-child(2) {
    margin-right: 11px
}

.links li:last-child {
    margin-right: 0
}

.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px
}

.search {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: transparent url("") no-repeat scroll center center/20px 20px;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer
}

.search:hover {
    opacity: .7
}

.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px
}

.white_base {
    position: relative
}

.base {
    padding: 40px 40px 0;
    width: 940px;
    background-color: #fff;
    overflow: hidden
}

.comments {
    position: relative;
    margin-top: 40px
}

.red {
    font-size: 22px;
    padding: 10px 0 0;
    color: #f40b0b
}

.custom {
    margin: 35px 0 20px;
    padding: 15px;
    background: #fff2cc;
    box-sizing: border-box;
    border: 1px solid #000
}

.custom h3 {
    margin-top: 0;
    text-align: center
}

.custom ul {
    margin-top: 0
}

b {
    font-family: bold
}

.custom p {
    padding: 5px 15px;
    box-sizing: border-box
}

@media screen and (max-width:1019px) {
    img {
        max-width: 100%
    }

    .header_line_2 {
        text-align: center
    }

    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 10px;
        margin-left: 10px
    }

    .container {
        width: 100% !important
    }

    .wr-search {
        display: none
    }

    .links {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
}



@media screen and (max-width:320px) {
    .base p {
        font-size: 16px
    }
}

@media screen and (min-width:720px) and (max-width:840px) {
    .hidden-sm {
        display: none
    }
}

body {
    line-height: 1.4
}

.red {
    color: red
}

.subtitle {
    color: #c00
}

.alert-block {
    border: 1px solid #d9ead3
}

.text-big {
    font-size: 25px !important
}

.text-center {
    text-align: center
}

.alert-block img {
    margin: 0 auto;
    display: block
}

.white_base img {
    width: 100%;
    max-width: 600px
}

.pg img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin-top: 15px;
}

.btn-main {
    display: inline-block;
    padding: 10px 15px;
    background: red;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.randdate {
    white-space: nowrap
}

#comments .coment_ava {
    float: right;
    margin-left: 15px
}

#comments .coment_ava img {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px
}

#comments .date {
    font-weight: 400;
    background: 0 0;
    display: inline
}

.pg {
    position: relative;
    padding-right: 65px;
    margin-bottom: 33px
}

.base {
    padding-top: 0 !important
}

.headline {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin: 20px 0
}

@media (max-width:1019px) {
    .base {
        padding-top: 0 !important
    }

    .base h1 {
        margin-top: 0 !important
    }
}

@media (max-width:767px) {
    .headline {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width:480px) {
    .header_line_2 {
        display: none
    }
}

@media (max-width:320px) {
    p {
        font-size: 16px
    }
}

@media print {
    @page {
        margin-left: 20mm;
        margin-right: 20mm;
        margin-top: 0;
        margin-bottom: 0
    }

    body {
        margin: 0;
        overflow: visible
    }

    body div:nth-child(1) {
        height: auto !important
    }

    body,
    html {
        height: 99% !important
    }
}

.red {
    color: red
}

ul {
    margin-bottom: 20px !important
}

.alert-block {
    padding: 15px !important;
    margin: 0 0 20px !important;
    border: 1px solid #000;
    background: #fff2cc
}