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: inherit;
    vertical-align: baseline
}

body {
    line-height: 1;
    font: 12px/18px Arial, sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

input:focus, textarea:focus {
    outline: 0
}

a, a:hover {
    text-decoration: none
}

textarea {
    resize: none
}

a {
    outline: 0
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/lato-bold.eot);
    src: url(../fonts/lato-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/lato-bold.woff) format('woff'), url(../fonts/lato-bold.ttf) format('truetype'), url(../fonts/lato-bold.svg#lato-bold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Lato';
    src: url(../fonts/lato-regular.eot);
    src: url(../fonts/lato-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/lato-regular.woff) format('woff'), url(../fonts/lato-regular.ttf) format('truetype'), url(../fonts/lato-regular.svg#lato-regular) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    width: 100%;
    height: 100%
}

.g-container, body {
    box-sizing: border-box
}

body {
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto !important;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: default;
    background: #f5f5f5
}
main {
    display: block;
}

.g-container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 42px
}

@media (max-width: 1280px) {
    .g-container {
        padding: 0 20px
    }
}

@media (max-width: 768px) {
    .g-container.sm-full {
        padding: 0
    }
}

.g-full-logo {
    display: inline-block;
    margin: 60px 0 32px
}

.g-full-logo .logo, .g-full-logo .sub-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.g-full-logo .logo {
    background: url(../images/logo.svg) no-repeat center;
    width: 70px;
    height: 68px;
    margin: 0 auto
}

.g-full-logo .sub-logo {
    display: inline-block;
    width: 230px;
    height: 30px;
    margin: 17px auto 0;
    background: url(../images/sub-logo.svg) no-repeat center
}

.g-main-title {
    margin: 50px 0;
    text-align: center;
    font: 40px 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036
}

.g-main-title .logo {
    display: inline-block;
    margin: 60px 0 32px;
    background-image: url(../images/sprite/sprite.png?date=31052024);
    background-position: 0 0px;
    width: 230px;
    height: 118px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .g-main-title .logo {
        background-image: url(../images/sprite/sprite@2x.png?date=31052024);
        background-size: 274px 213px
    }
}

@media (max-width: 480px) {
    .g-main-title {
        margin: 20px;
        font-size: 30px
    }

    .g-main-title .logo {
        margin: 20px 0
    }
}

@media (max-width: 1024px) {
    .g-main-title {
        font-size: 35px
    }
}

.g-h2 {
    margin: 20px 0;
    font: 28px 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #333
}

@media (max-width: 1024px) {
    .g-h2 {
        font-size: 23px
    }
}

.g-text-center {
    text-align: center
}

.g-link {
    position: relative;
    display: inline-block;
    padding: 0 0 3px;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036;
    border-bottom: 1px solid #0068b4;
    transition: border-color .3s .02s
}

.b-rich-content a.white, .g-link.white {
    color: #fff;
    border-bottom: 1px solid #fff
}

.b-rich-content a.arrow, .g-link.arrow {
    margin: 0 0 0 19px
}

.b-rich-content a.arrow:before, .g-link.arrow:before {
    position: absolute;
    top: 0;
    left: -19px;
    content: 'â†’'
}

.b-rich-content a:hover, .g-link:hover {
    border-color: #eb5757
}

.b-main-page .b-news-list {
    overflow: hidden;
    margin-top: 40px
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.mx-5 {
    margin-right: 3rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pr-5 {
    padding-right: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .mx-md-1 {
        margin-right: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

body.homepage .p-wrap {
    background: 0 0
}

body.homepage .p-header {
    background-color: unset
}

.b-rich-content ul.special li:before, body.homepage .p-header .logo {
    display: none
}

body.homepage .p-header .switch-menu {
    margin-left: 0
}

body.homepage .p-header .menu {
    padding-left: 0
}

body.homepage .p-content-wrapper {
    background: 0 0
}

.p-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh
}

.p-content-wrapper {
    flex-grow: 1
}

.p-footer, .p-header {
    background-color: #fff
}

.p-header .header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    height: 64px;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center
}

.p-header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -19px;
    background-image: url(../images/sprite/sprite.png);
    background-position: -235px 0;
    width: 39px;
    height: 38px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .p-header .logo {
        background-image: url(../images/sprite/sprite@2x.png);
        background-size: 274px 213px
    }
}

.p-header .switch-menu {
    display: none;
    position: relative;
    height: 17px;
    width: 25px;
    margin-left: 67px;
    cursor: pointer
}

.p-header .switch-menu .item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0068b4;
    transition: all .3s .02s;
    transform: rotate(0);
    transform-origin: 50%
}

.p-header .switch-menu .item-1 {
    top: 0
}

.p-header .switch-menu .item-2 {
    top: 8px
}

.p-header .switch-menu .item-3 {
    top: 15px
}

.p-header .switch-menu:hover .item-2 {
    left: -10px;
    background-color: rgba(0, 104, 180, .5)
}

.p-header .switch-menu.active .item-1 {
    top: 50%;
    transform: rotate(45deg)
}

.p-header .switch-menu.active .item-2 {
    left: -20px;
    background-color: transparent
}

.p-header .switch-menu.active .item-3 {
    top: 50%;
    transform: rotate(-45deg)
}

.p-header .menu {
    padding-left: 67px
}

.p-header .menu .items {
    display: flex;
    margin: 0 -19px
}

.p-header .menu .items .item {
    position: relative;
    margin: 0 19px
}

.p-header .menu .items .item > .link {
    display: block;
    border-bottom: 1px solid #303036;
    padding-bottom: 1px;
    text-decoration: none;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036;
    transition: color .3s .03s, border-color .3s .03s
}

.p-header .menu .items .item.open > .link, .p-header .menu .items .item:hover > .link {
    border-bottom-color: #eb5757
}

.p-header .menu .items .item.open .sub-items, .p-header .menu .items .item:hover .sub-items {
    visibility: visible;
    opacity: 1
}

.p-header .menu .items .item.active > .link, .p-header .menu .items .item.selected > .link {
    border-bottom-color: #eb5757
}

.p-header .sub-items {
    position: absolute;
    top: 100%;
    width: 274px;
    left: 50%;
    margin-left: -136px;
    padding-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s .03s
}

.p-header .sub-items .sub-items-inner {
    position: relative;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

.p-header .sub-items .sub-items-inner:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.p-header .sub-items .sub-item + .sub-item {
    margin-top: 20px
}

.p-header .company-select .value, .p-header .sub-items .sub-item .link {
    text-decoration: none;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036;
    transition: color .3s .03s, border-color .3s .03s
}

.p-header .sub-items .sub-item.active .link, .p-header .sub-items .sub-item.selected .link, .p-header .sub-items .sub-item:hover .link {
    color: #eb5757
}

.p-header .company-select-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent
}

.p-header .company-select {
    position: relative;
    padding-right: 20px;
    margin-left: 10px;
    width: 80%;
    max-width: 280px
}

.p-header .company-select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #0068b4;
    transform: rotate(0);
    transition: transform .3s .02s
}

.p-header .company-select .value {
    display: block;
    border-bottom: 1px dashed #0068b4;
    padding-bottom: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.p-header .company-select.open:after, .p-header .company-select:hover:after {
    transform: rotate(180deg)
}

.p-header .company-select.open .sub-items, .p-header .company-select:hover .sub-items {
    visibility: visible;
    opacity: 1
}

@media (max-width: 1640px) {
    .p-header .menu .items .item:first-child .sub-items {
        left: 0;
        margin-left: 0
    }

    .p-header .menu .items .item:first-child .sub-items .sub-items-inner:before {
        left: 15px;
        margin-left: 0
    }
}

@media (max-width: 1280px) {
    .p-header .logo {
        left: 0
    }
}

@media (max-width: 1160px) {
    .p-header .switch-menu {
        display: block
    }

    .p-header .company-select .sub-items, .p-header .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }

    .p-header .menu {
        margin: 0 -20px;
        padding: 0;
        background-color: #fff
    }

    .p-header .menu .items {
        flex-direction: column
    }

    .p-header .menu .items .item {
        border-bottom: 1px solid rgba(0, 104, 180, .5)
    }

    .p-header .menu .items .item .link {
        padding: 15px 20px;
        border-bottom: none
    }

    .p-header .menu .items .item.active > .link {
        color: #ec7e68
    }

    .p-header .menu .items .item.active .sub-items {
        display: block
    }

    .p-header .menu .items .sub-items {
        display: none;
        position: static;
        width: auto;
        visibility: visible;
        margin: 0;
        padding-top: 0;
        opacity: 1
    }

    .p-header .menu .items .sub-items .sub-items-inner {
        padding: 0;
        box-shadow: none
    }

    .p-header .menu .items .sub-items .sub-item {
        margin: 0
    }

    .p-header .menu .items .sub-items .link {
        display: block;
        padding: 10px 20px 10px 40px
    }

    .p-header .menu .items .sub-items .link.active {
        color: #ec7e68
    }

    .p-header .company-select .sub-items {
        width: auto;
        opacity: 1;
        margin-left: 0;
        visibility: visible;
        text-align: right
    }
}

.p-footer .content {
    padding: 65px 0
}

.p-footer .content .logo {
    display: inline-block;
    background-image: url(../images/sprite/sprite.png);
    background-position: 0 -123px;
    width: 105px;
    height: 54px


/* display: inline-block;
margin: 5px 0 0px;
background-image: url(../images/sprite/sprite.png);
background-position: 0 0;
width: 230px;
height: 118px;
*/
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .p-footer .content .logo {
        background-image: url(../images/sprite/sprite@2x.png);
        background-size: 274px 213px
    }
}

.p-footer .content .columns {
    display: flex;
    justify-content: stretch
}

.p-footer .content .columns .column + .column {
    margin-left: 34px
}

.p-footer .content .columns .label, .p-footer .content .columns .value {
    font: 500 15px 'Lato', sans-serif;
    line-height: 1.4;
    letter-spacing: inherit;
    color: #000
}

.p-footer .content .columns .value .value-item {
    margin-top: 10px
}

.p-footer .content .columns .value .g-link {
    display: inline;
    color: #0068b4;
    transition: color .3s .02s
}

.b-contacts .contact-item .value a:hover, .b-rich-content a:hover, .p-footer .content .columns .value .g-link:hover {
    color: #eb5757
}

.p-footer .bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    align-items: center
}

.p-footer .bottom .copyright {
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #333
}

.p-footer .bottom .made-by {
    display: block
}

.p-footer .bottom .made-by .label {
    display: inline-block;
    vertical-align: middle;
    font: 14px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: rgba(51, 51, 51, .3)
}

.p-footer .bottom .made-by .logo {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle;
    background-image: url(../images/sprite/sprite.png);
    background-position: 0 -182px;
    width: 60px;
    height: 31px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .p-footer .bottom .made-by .logo {
        background-image: url(../images/sprite/sprite@2x.png);
        background-size: 274px 213px
    }
}

@media (max-width: 992px) {
    .p-footer .content .columns {
        justify-content: space-between
    }
}

@media (max-width: 480px) {
    .p-footer .content {
        padding-top: 40px
    }

    .p-footer .content .columns {
        flex-wrap: wrap
    }

    .p-footer .content .columns .column {
        margin: 10px !important
    }

    .p-footer .content .columns .column:first-child {
        width: 100%;
        text-align: center
    }

    .p-footer .bottom {
        text-align: center;
        flex-wrap: wrap
    }

    .p-footer .bottom > * {
        width: 100%
    }

    .p-footer .bottom .made-by {
        margin-top: 20px
    }
}

@media (max-width: 420px) {
    .p-footer .content .columns {
        flex-wrap: wrap
    }

    .p-footer .content .columns .column {
        width: 100%;
        text-align: center
    }
}

.b-about-main {
    margin: 20px 0 75px;
    text-align: center
}

.b-about-main .content {
    width: 100%;
    max-width: 892px;
    margin: 0 auto 20px;
    font: 400 20px 'Lato', sans-serif;
    line-height: 1.55em;
    letter-spacing: inherit;
    color: #333
}

@media (max-width: 1024px) {
    .b-about-main .content {
        font-size: 15px
    }
}

.b-company {
    padding-bottom: 30px
}

.b-company .main-image {
    margin: 0 0 30px;
    overflow: hidden
}

.b-company .content {
    margin-top: 30px;
    padding: 0 90px
}

.b-company .info {
    display: flex;
    flex-wrap: wrap
}

.b-company .info .item {
    width: 50%;
    margin-top: 10px;
    font: 20px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #333
}

.b-company .info .item > * {
    display: inline-block
}

.b-company .info .item .value {
    margin-left: 10px;
    font-weight: 700
}

.b-company .additional-info {
    margin-top: 50px
}

.b-company .b-rich-content {
    color: #333
}

@media (max-width: 1024px) {
    .b-company .content {
        padding: 0
    }

    .b-company .b-rich-content ul li, .b-company .info .item {
        font-size: 15px
    }
}

@media (max-width: 770px) {
    .b-company .content {
        padding: 0 20px
    }

    .b-company .content .info .item {
        width: 100%
    }
}

.b-contacts .items {
    margin-top: 30px;
    padding-bottom: 80px
}

.b-contacts .item + .item {
    margin-top: 50px
}

.b-contacts .item .title {
    padding-left: 50px;
    font: 28px 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #111
}

.b-contacts .contacts {
    margin-top: 20px !important
}

.b-contacts .contact-item {
    padding: 0 10px
}

.b-contacts .contact-item .contact-inner {
    padding-left: 40px
}

.b-contacts .contact-item .label, .b-contacts .contact-item .value, .b-rich-content h1, .b-rich-content h2 {
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #333
}

.b-contacts .contact-item .value {
    margin-top: 5px;
    font: 20px 'Lato', sans-serif
}

.b-contacts .contact-item .value a {
    color: inherit;
    transition: color .3s .02s
}

@media (max-width: 1280px) {
    .b-contacts .item .title {
        padding-left: 30px
    }

    .b-contacts .contact-item .contact-inner {
        padding-left: 20px
    }
}

@media (max-width: 767px) {
    .b-contacts .item .title {
        padding-left: 20px
    }

    .b-contacts .contact-item .contact-inner {
        padding-left: 10px
    }
}

.b-map {
    position: relative;
    padding-bottom: 30%
}

.b-map .map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.b-content-page .content {
    margin: 0 40px;
    padding: 0 0 30px
}

.b-content-page .main-image {
    margin: 0 0 30px;
    overflow: hidden
}

.b-company .main-image img, .b-content-page .main-image img, .b-page-preview img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 1024px) {
    .b-content-page .content {
        margin: 0 20px
    }
}

.b-rich-content h1, .b-rich-content h2 {
    font: 40px 'Roboto', sans-serif;
    color: #303036
}

.b-rich-content h2 {
    font: 36px 'Roboto', sans-serif
}

.b-rich-content h3, .b-rich-content h4, .b-rich-content h5 {
    font: 32px 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036
}

.b-rich-content h4, .b-rich-content h5 {
    font: 28px 'Roboto', sans-serif
}

.b-rich-content h5 {
    font: 24px 'Roboto', sans-serif
}

.b-rich-content h6, .b-rich-content ul li {
    font: 20px 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #0068b4
}

.b-rich-content ul {
    margin: 10px 0 30px
}

.b-rich-content ul li {
    position: relative;
    padding-left: 29px;
    font: 20px 'Lato', sans-serif;
    color: #333
}

.b-rich-content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 14px;
    height: 2px;
    background-color: #ec7e68
}

.b-rich-content ul li + li {
    margin-top: 10px
}

.b-rich-content ul.special {
    width: 100%;
    max-width: 800px;
    margin: 20px 0 50px;
    border-left: 5px solid #ec7e68;
    padding: 0 0 0 40px
}

.b-rich-content ul.special li {
    display: inline-block;
    width: 320px;
    max-width: 100%;
    margin: 0 10px;
    padding-left: 0
}

.b-rich-content ul.special li:nth-child(n+3) {
    margin-top: 50px
}

.b-rich-content ul.special li > * {
    font-family: 'Lato'
}

.b-rich-content ul.special p {
    margin: 0 0 20px
}

.b-rich-content ul.special h3, .b-rich-content ul.special h4, .b-rich-content ul.special h5 {
    margin: 0 0 5px;
    color: #ec7e68
}

.b-rich-content ul.special h6 {
    color: #ec7e68
}

.b-rich-content p {
    margin: 30px 0;
    font: 20px 'Lato', sans-serif;
    line-height: 1.4;
    letter-spacing: inherit;
    color: #333
}

.b-rich-content strong {
    font-weight: 600
}

.b-rich-content em {
    font-style: italic
}

.b-rich-content a {
    position: relative;
    display: inline-block;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036;
    border-bottom: 1px solid #0068b4;
    font-size: inherit;
    padding: 0;
    transition: color .3s .02s, border-color .3s .02s
}

@media (max-width: 1024px) {
    .b-rich-content h1 {
        font-size: 35px
    }

    .b-rich-content h2 {
        font-size: 31px
    }

    .b-rich-content h3 {
        font-size: 27px
    }

    .b-rich-content h4 {
        font-size: 23px
    }

    .b-rich-content h5 {
        font-size: 19px
    }

    .b-rich-content h6, .b-rich-content p {
        font-size: 15px
    }

    .b-rich-content a {
        font-size: inherit
    }
}

.b-news-list {
    margin: -10px;
    padding-bottom: 50px
}

.b-news-card {
    max-width: 609px;
    padding: 10px
}

.b-news-card .inner {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 25px;
    box-sizing: border-box;
    background-color: #fff
}

.b-news-card .date, .b-news-card .more .label, .b-news-card .title {
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #828282
}

.b-news-card .title {
    flex-grow: 1;
    margin-top: 15px;
    line-height: 1.4;
    color: #303036
}

.b-news-card .more {
    display: inline-block;
    margin-top: 30px
}

.b-news-card .more .label {
    display: inline-block;
    color: #303036;
    border-bottom: 1px solid #0068b4;
    padding-bottom: 1px;
    transition: border-color .2s .02s
}

.b-news-card:hover .more .label, .b-page-preview:hover .title {
    border-color: #eb5757
}

@media (max-width: 770px) {
    .b-news-card {
        margin: 0 auto
    }
}

.b-page-previews {
    margin: -10px
}

.b-page-preview {
    display: block;
    margin: 10px 0;
    padding: 0 10px;
    text-decoration: none
}

.b-page-preview .inner {
    min-height: 100%;
    background-color: #fff
}

.b-page-preview .info {
    padding: 30px 30px 18px
}

.b-page-preview .title {
    display: inline-block;
    font: 28px 'Roboto', sans-serif;
    line-height: 1;
    letter-spacing: inherit;
    color: #303036;
    border-bottom: 1px solid #0068b4;
    transition: border-color .3s .02s
}

.b-page-preview .description {
    margin-top: 15px;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036
}

.g-numeration {
    margin-top: 30px;
    text-align: center
}

.g-numeration .item, .g-numeration .items {
    display: inline-block
}

.g-numeration .item {
    vertical-align: middle
}

.g-numeration .item + .item {
    margin-left: 22px
}

.g-numeration .item a {
    border-bottom: 1px dashed #0068b4;
    color: #0068b4
}

.g-numeration .item a, .g-numeration .item span {
    font: 600 1.5em 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    -webkit-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    -moz-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    -o-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out
}

.g-numeration .item a:hover, .g-numeration .item span {
    border-bottom: 1px dashed transparent;
    color: #eb5757
}

.b-structure {
    padding-bottom: 50px;
    text-align: center
}

.b-structure .main {
    position: relative;
    width: 100%;
    max-width: 665px;
    margin: 0 auto;
    padding: 20px 50px;
    background-color: #0068b4;
    font: 20px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #fff
}

.b-structure .main .arrow {
    top: 100%;
    left: 50%;
    height: 35px
}

.b-structure .directions-wrapper {
    margin-top: 35px;
    padding-top: 27px
}

.b-structure .directions {
    display: flex
}

.b-structure .directions + .directions {
    margin-top: 10px
}

.b-structure .directions .direction {
    position: relative;
    flex: 1
}

.b-structure .directions .direction + .direction {
    margin-left: 20px
}

.b-structure .directions .direction .decorator {
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0068b4
}

.b-structure .directions .direction:first-child .decorator {
    left: 50%;
    width: 50%;
    box-sizing: content-box;
    padding-left: 20px
}

.b-structure .directions .direction:last-child .decorator {
    width: 50%;
    margin-left: -20px;
    box-sizing: content-box;
    padding-left: 20px
}

.b-structure .directions .direction .arrow {
    left: 50%;
    top: -27px;
    height: 27px
}

.b-structure .directions .base {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 50px;
    background-color: #0068b4;
    font: 20px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #fff
}

.b-structure .directions .items {
    display: none
}

.b-structure .directions .items .item {
    margin-top: 10px
}

.b-structure .arrow {
    position: absolute;
    width: 1px;
    background-color: #0068b4
}

.b-structure .arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-left: 1px solid #0068b4;
    border-bottom: 1px solid #0068b4;
    transform: rotate(-45deg);
    transform-origin: 50%
}

.b-structure .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 50px;
    font: 15px 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #303036;
    background-color: #fff
}

.b-structure .item .title {
    font-weight: 700
}

.b-structure .item .description {
    margin-top: 5px
}

@media (max-width: 1023px) {
    .b-structure .directions .base, .b-structure .main {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .b-structure .main .arrow {
        left: 20px
    }

    .b-structure .directions + .directions, .b-structure .main .arrow:before {
        display: none
    }

    .b-structure .directions {
        flex-direction: column;
        padding-left: 40px
    }

    .b-structure .directions .base {
        height: auto
    }

    .b-structure .directions .items {
        display: block
    }

    .b-structure .directions .direction {
        margin: 0
    }

    .b-structure .directions .direction:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #0068b4
    }

    .b-structure .directions .direction:last-child:before {
        display: none
    }

    .b-structure .directions .direction:last-child .decorator {
        top: -31px
    }

    .b-structure .directions .direction + .direction {
        margin: 20px 0 0
    }

    .b-structure .directions .direction .base {
        position: relative
    }

    .b-structure .directions .direction .decorator {
        left: -20px !important;
        height: 100%;
        width: 1px !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .b-structure .directions .direction .arrow {
        transform-origin: 50%;
        transform: rotate(-90deg);
        left: -10px;
        top: 50%;
        margin-top: -10px;
        height: 20px
    }
}

@media (max-width: 479px) {
    .b-structure .g-container {
        padding: 0
    }
}

.b-page-title {
    margin: 44px 0 31px
}

.b-page-title.small .title-text {
    font-weight: 700;
    font-size: 2.8em
}

.b-page-title.content {
    margin: 44px 0 0
}

.b-page-title .title-text {
    margin: 0 0 12px;
    font: 900 4.5em 'Roboto', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #333
}

.b-page-title .title-text.inline {
    display: inline-block;
    margin: 0 44px 12px 0
}

.b-page-title .description-text {
    font: 300 2.4em 'Roboto', sans-serif;
    line-height: 1.4167em;
    letter-spacing: inherit;
    color: #333
}

.b-page-title .breadcrumbs {
    margin: 0 0 12px
}

.b-page-title .breadcrumbs .item {
    position: relative;
    float: left;
    margin: 0 22px 0 0;
    font: 1.5em 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #828282
}

.b-page-title .breadcrumbs .item a {
    color: #828282
}

.b-page-title .breadcrumbs .item + .item {
    margin: 0 0 0 15px
}

.b-page-title .breadcrumbs .item + .item:before {
    content: 'â€”';
    position: absolute;
    top: 0;
    right: 100%;
    margin: 0 9px 0 0
}

.b-page-title .years-filter {
    display: inline-block;
    vertical-align: text-bottom;
    white-space: nowrap
}

.b-page-title .years-filter .item {
    float: left;
    margin: 0 22px 0 0
}

.b-page-title .years-filter .item a {
    border-bottom: 1px dashed #9a051d;
    font: 700 1.5em 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #9a051d;
    -webkit-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    -moz-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    -o-transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out;
    transition: color .3s 0s ease-in-out, border-bottom-color .3s 0s ease-in-out
}

.b-page-title .years-filter .item a:hover, .b-page-title .years-filter .item.active a {
    border-bottom: 1px dashed transparent;
    color: #333
}

@media screen and (max-width: 1024px) {
    .b-page-title .title-text {
        font-size: 4em;
        line-height: 1.175em
    }

    .b-page-title .description-text {
        font-size: 2.1em;
        line-height: 1.428em
    }
}

@media screen and (max-width: 680px) {
    .b-page-title .title-text {
        font-size: 3.6em;
        line-height: 1.1667em
    }

    .b-page-title .description-text {
        font-size: 1.8em;
        line-height: 1.3889em
    }
}

@media screen and (max-width: 400px) {
    .b-page-title.small .title-text {
        font-size: 2.1em
    }

    .b-page-title .title-text {
        font-size: 2.4em
    }
}

.b-popup-wrapper {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .9)
}

.b-popup {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 676px;
    margin: 50px 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.b-popup.scroll {
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.b-popup.video .container {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0
}

.b-popup.video .title {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 22px 22px;
    font: 700 2.8em 'Roboto', sans-serif;
    line-height: 1.1786em;
    letter-spacing: inherit;
    color: #fff
}

.b-popup .close {
    position: absolute;
    z-index: 21;
    right: -30px;
    top: 0;
    background-image: url(../images/sprite_com/sprite.png);
    background-position: 0 -112px;
    width: 13px;
    height: 13px;
    cursor: pointer
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .b-popup .close {
        background-image: url(../images/sprite_com/sprite@2x.png);
        background-size: 166px 125px
    }
}

.b-popup .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 800px) {
    .b-popup.video .close {
        right: 20px;
        top: -30px
    }

    .b-popup.video .title {
        font-size: 1.8em;
        padding: 0 50px 13px 15px
    }
}

.b-videos-list-wrapper {
    margin: 0 0 43px
}

.b-videos-list .title {
    margin: 0 0 30px
}

.b-videos-list .items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
}

.b-videos-list .item {
    float: left;
    /*width: 22.4427%;*/
    width: 48.4427%;
    /* margin: 0 3.3588% 3.3588% 0; */
    cursor: pointer
}

.b-videos-list .item:nth-child(4n) {
    margin: 0 0 3.3588%
}

.b-videos-list .date {
    margin: 0 0 13px;
    font: 1.5em 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #828282
}

.b-videos-list .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 55.7823% 0 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.b-videos-list .thumbnail:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.b-videos-list .thumbnail .title {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: 700 1.5em 'Lato', sans-serif;
    line-height: 1.2;
    letter-spacing: inherit;
    color: #fff;
    padding: 0 14px
}

.b-videos-list .thumbnail .play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    background: #9a051d
}

.b-videos-list .thumbnail .play-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/sprite_com/sprite.png);
    background-position: -105px -61px;
    width: 18px;
    height: 21px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .b-videos-list .thumbnail .play-button:before {
        background-image: url(../images/sprite_com/sprite@2x.png);
        background-size: 166px 125px
    }
}

@media screen and (max-width: 1280px) {
    .b-videos-list .item, .b-videos-list .item:nth-child(n) {
        width: 31%;
        margin: 0 3.5% 3.5% 0
    }

    .b-videos-list .item:nth-child(3n) {
        margin: 0 0 3.5%
    }
}

@media screen and (max-width: 960px) {
    .b-videos-list .item, .b-videos-list .item:nth-child(n) {
        width: 48.5%;
        margin: 0 3% 3% 0
    }

    .b-videos-list .item:nth-child(2n) {
        margin: 0 0 3%
    }
}

@media screen and (max-width: 600px) {
    .b-videos-list .item, .b-videos-list .item:nth-child(n) {
        width: 100%;
        margin: 0 0 34px
    }
}

.responsive-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.responsive-video.vimeo {
    padding-top: 0;
}

.responsive-video.widescreen {
    padding-bottom: 57.25%;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
@media (max-width: 767px) {
    .responsive-video {
        padding-top: 0;
    }
}

.b-video-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-video-main {
    width: 66.66666%;
}

.b-video-main .download-link {
    display: inline-block;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 20px;
}

.b-video-main .download-link:hover {
    text-decoration: none;
}

.b-video-wrapper {
    max-width: 640px;
}

.b-video-description {
    font: 20px 'Lato', sans-serif;
    line-height: 1.4;
    letter-spacing: inherit;
    color: #333;
    margin-bottom: 20px;
}

.b-another-video {
    width: 25%;
    margin-left: 8.33333%;
    background-color: #fff;
    padding: 30px 30px;
    margin-top: 56px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

.b-another-video__header {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.b-videos-list .b-video-link-item {
    cursor: pointer;
    width: 100%;
}

.b-videos-list .b-video-link-item:not(:last-child) {
    margin-bottom: 5%;
}

.right-block-obligac {
	float: right;
	background-color: #ffffff;
	padding: 10px 0 15px 15px;
	position: relative;
	z-index: 9999;
}
.right-block-obligac h6 {
	color: #333333;
	padding: 0 0 10px 0;
}
.link-obligac {
	display: flex;
}
.link-obligac a {
	background-color: #f1f3f6;
	border-radius: 5px;
	padding: 10px 110px 10px 70px;	
	color: #000000;
	font-size: 16px;
	margin: 0 15px 0 0;
	position: relative;
	border-bottom: 0;
}
.link-obligac a:after {
	content: '';
	background: url(/thumbs/link-arrow.png) no-repeat 0 0;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 14px;
	right: 30px;
}
.link-obligac a.bks-logo {
	background: url(/thumbs/bks-logo.png) #f1f3f6 no-repeat 30px 11px;
	background-size: 30px 30px;	
}
.link-obligac a.gpb-logo {
	background: url(/thumbs/gpb-logo.png) #f1f3f6 no-repeat 30px 11px;
	background-size: 30px 30px;	
}