@-webkit-keyframes lg-right-end {
    0%, to {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes lg-right-end {
    0%, to {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%, to {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes lg-left-end {
    0%, to {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-webkit-keyframes openPopup {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes openPopup {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    50.1% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    to {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    50.1% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }
    to {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 28px
}

body, h1, h2, h3, h4 {
    margin: 0;
    padding-top: 8px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    display: inline;
    color: inherit;
    text-decoration: none;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    cursor: pointer
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    vertical-align: bottom
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    resize: none;
    width: 100%
}

input, optgroup, select, textarea {
    -webkit-appearance: none
}

button::-webkit-input-placeholder, input::-webkit-input-placeholder, optgroup::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #696969;
    opacity: .7
}

button:-moz-placeholder, button::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder, optgroup:-moz-placeholder, optgroup::-moz-placeholder, select:-moz-placeholder, select::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
    color: #696969;
    opacity: .7
}

button:-ms-input-placeholder, input:-ms-input-placeholder, optgroup:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #696969;
    opacity: .7
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

div, p {
    margin: 0;
    padding-bottom: 0px;
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans/opensans-300-normal.woff2) format("woff2"), url(../fonts/OpenSans/opensans-300-normal.woff) format("woff"), url(../fonts/OpenSans/opensans-300-normal.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/OpenSans/opensans-400-normal.woff2) format("woff2"), url(../fonts/OpenSans/opensans-400-normal.woff) format("woff"), url(../fonts/OpenSans/opensans-400-normal.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url(../fonts/PTSans/optsanscaption-400-normal.woff2) format("woff2"), url(../fonts/PTSans/optsanscaption-400-normal.woff) format("woff"), url(../fonts/PTSans/optsanscaption-400-normal.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url(../fonts/PTSans/ptsanscaption-700-normal.woff2) format("woff2"), url(../fonts/PTSans/ptsanscaption-700-normal.woff) format("woff"), url(../fonts/PTSans/ptsanscaption-700-normal.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

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

.lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-sub-html, .lg-toolbar {
    background-color: rgba(0, 0, 0, .45);
    left: 0
}

.lg-toolbar {
    top: 0;
    width: 100%;
    z-index: 1082;
    position: absolute
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item, .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item, .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat 0 0
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat 0 -58px
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat 0 0
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat 0 -60px
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    -o-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    -o-transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0
}

.b-pagination li a.active, .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a, body {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.group {
    *zoom: 1
}

.group:after, .group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat center center;
    display: none !important
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap {
    display: inline-block;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-backdrop, .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000
}

.b-social__item:hover svg, .lg-backdrop.in, .lg-css3.lg-fade .lg-item.lg-current, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-fade .lg-item, .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

*, .b-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    outline: 0 !important
}

@media (max-width: 1023px) {
    html {
        font-size: 14px;
        line-height: 22px
    }
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    overflow: hidden;
    background-color: #fff;
    word-wrap: break-word
}

.b-page {
    padding-top: 85px
}

.b-container {
    width: 100%;
    max-width: 1340px;
    margin: 60px auto 0;
    padding: 0 40px 60px
}

@media (max-width: 1023px) {
    .b-container {
        padding: 0 40px 30px;
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .b-container {
        padding: 0 15px 30px
    }
}

.bgi {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.clearfix::after, .clearfix::before {
    content: '';
    display: table;
    clear: both
}

ol, ul {
    list-style-type: none;
    margin: 0 0 0 0%;
    padding: 0
}

input::-ms-clear {
    display: none
}

.title-1 {
    font-size: 32px;
    line-height: 41px;
    font-weight: 400;
    font-family: 'PT Sans Caption', sans-serif;
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    .title-1 {
        font-size: 26px;
        line-height: 30px
    }
}

.title-2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'PT Sans Caption', sans-serif;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .title-2 {
        font-size: 20px;
        line-height: 24px
    }
}

.b-button, .b-link {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-link {
    position: relative
}

.b-above:after, .b-link:after, .square:before {
    content: '';
    position: absolute;
    background-color: #0b68c7e0
}

.b-link:after {
    bottom: 0;
    right: -2px;
    left: -2px;
    height: 1px
}

.b-link:hover, .b-nav__items li a:hover, .content a:hover {
    color: #0b68c7e0
}

.b-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #0b68c7e0;
    font-family: 'PT Sans Caption', sans-serif;
    cursor: pointer;
    padding: 10px;
    border-radius: 3px;
    width: fit-content;
}

.b-button:hover {
    background-color: #333
}

.b-text {
    color: #636363;
    max-width: 1010px
}

.b-text + .b-text, .content p + h2 {
    margin-top: 15px
}

.b-text--large {
    max-width: 960px
}

.b-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.b-logo img {
    width: 100%;
    height: 100%;
    margin-right: 14px;
}

@media (max-width: 500px) {
    .b-logo img {
        width: 0px;
        height: 0px
    }
}

.b-logo img, .b-logo__fio, .b-logo__fio span {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-logo__fio {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 24px
}

.b-logo__fio span {
    font-size: 16px;
    line-height: 21px;
    display: block
}

@media (max-width: 500px) {
    .b-logo__fio span {
        font-size: 12px;
        line-height: 12px
    }

    .b-logo__fio {
        font-size: 22px;
        line-height: 20px
    }
}

.square {
    position: relative;
    padding-left: 16px
}

.b-above:after, .square:before {
    width: 6px;
    height: 6px;
    left: 0
}

.b-above, .b-quote {
    line-height: 28px;
    color: #636363
}

.b-above {
    position: relative;
    margin-bottom: 6px;
    font-size: 16px;
}

.b-above:after {
    bottom: -2px;
    height: 2px;
    width: 80px
}

.b-quote {
    font-style: italic;
    font-size: 16px;
    margin-top: 10px
}

.b-pagination {
    max-width: 205px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-pagination li {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #909090
}

.b-pagination li a {
    padding: 0 10px
}

.b-pagination__arrow {
    width: 16px;
    height: 12px;
    cursor: pointer
}

.b-pagination__arrow:after, .b-pagination__arrow:before {
    content: '';
    position: absolute;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-pagination__arrow:after {
    background-color: #909090;
    top: 3px;
    right: 0;
    width: 6px;
    height: 6px
}

.b-pagination__arrow:before {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #909090;
    border-left: 2px solid #909090
}

.b-form__close div, .b-pagination__arrow:hover:after {
    background-color: #0b68c7e0
}

.b-pagination__arrow:hover:before {
    border-color: #0b68c7e0
}

.b-pagination__next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.b-form {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-form form {
    max-width: 720px;
    position: relative;
    padding: 40px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-form button, .b-form input {
    width: calc(50% - 10px);
    margin: 10px 0;
    height: 45px
}

.b-form input, .b-form textarea {
    background: #f9f9f9;
    border: 1px solid #ddd
}

.b-form input {
    padding-left: 20px
}

.b-form input + button, .b-form input + input {
    margin-left: 20px
}

@media (max-width: 620px) {
    .b-form input {
        width: 100%;
        margin: 10px 0 !important
    }
}

.b-form textarea {
    margin: 10px 0;
    padding: 15px 20px;
    width: 100%;
    height: 92px
}

.b-form button, .b-form__conf {
    font-size: 14px;
    line-height: 20px
}

.b-form button {
    display: block;
    background: #0b68c7e0;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff
}

@media (max-width: 620px) {
    .b-form button {
        margin: 10px 0 0 !important
    }
}

.b-form span {
    margin-bottom: 10px;
    color: #636363
}

.b-form__conf {
    color: #909090;
    margin-top: 10px
}

.b-form form, .b-form--open, .b-form__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.b-form--open {
    -webkit-animation: openPopup .3s;
    animation: openPopup .3s
}

.b-form__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-form__close div {
    width: 100%;
    height: 2px;
    pointer-events: none;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
    -ms-transform: rotate(45deg) translate(1px, 1px);
    transform: rotate(45deg) translate(1px, 1px)
}

.b-form__close div:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 500;
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-header__container {
    margin-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.b-header--fixed {
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3)
}

.b-header--fixed .b-logo img {
    width: 0px;
    height: 0px
}

.b-header--fixed .b-logo__fio {
    font-size: 22px;
    line-height: 20px
}

.b-header--fixed .b-logo__fio span {
    font-size: 12px;
    line-height: 12px
}

.b-header--notshadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width: 1023px) {
    .b-header {
        -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
        box-shadow: 0 4px 15px rgba(51, 51, 51, .3)
    }
}

.b-nav {
    margin-right: 0%
}

.b-nav__items li {
    display: inline-block
}

.b-nav__items li a {
    padding-left: 14px;
    display: block;
    margin-right: 25px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-nav__items li a:before {
    background: #ddd
}

.b-nav__items li a.active:before, .b-smi__item:hover .b-smi__button div {
    background: #0b68c7e0
}

.b-nav__items li:last-child a {
    margin-right: 0
}

.b-nav__items--mobile {
    margin-bottom: 16px
}

.b-nav__items--mobile li {
    display: block
}

.b-nav__items--mobile li a {
    margin-right: 0;
    padding: 4px 0 4px 14px
}

.b-nav__items--subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.b-nav__items--subnav li {
    margin-bottom: 13px
}

@media (max-width: 1023px) {
    .b-nav {
        display: none
    }
}

.b-nav__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px
}

.b-nav__wrapper, .b-subnav li a {
    position: relative
}

.b-nav__wrapper:after {
    position: absolute;
    content: '';
    left: -20px;
    bottom: 0;
    top: 0;
    width: 2px;
    background-color: #0b68c7e0
}

.b-nav--mobile {
    z-index: -1;
    max-width: 250px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    padding: 20px 20px 20px 40px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-nav--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.b-nav--subnav {
    margin: 16px auto 0;
    max-width: 616px
}

.b-nav--subnav .b-nav__title {
    display: none
}

.b-nav--level {
    top: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    z-index: 400;
    margin-right: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 2px solid #0b68c7e0;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    padding-left: 18px
}

.b-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.b-social__item {
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-left: 15px
}

.b-social__item svg {
    width: 100%;
    height: 100%;
    fill: #0b68c7e0;
    opacity: .7;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-social__item:first-child {
    margin-left: 0
}

.b-burger {
    width: 18px;
    height: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    display: none
}

.b-burger div {
    width: 100%;
    height: 2px;
    background-color: #0b68c7e0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-burger--open div:first-child {
    -webkit-transform: rotate(45deg) translate(3.5px, 3.5px);
    -ms-transform: rotate(45deg) translate(3.5px, 3.5px);
    transform: rotate(45deg) translate(3.5px, 3.5px)
}

.b-burger--open div:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.b-burger--open div:last-child {
    -webkit-transform: rotate(-45deg) translate(3.5px, -3.5px);
    -ms-transform: rotate(-45deg) translate(3.5px, -3.5px);
    transform: rotate(-45deg) translate(3.5px, -3.5px)
}

@media (max-width: 1023px) {
    .b-burger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.b-billboard__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 0px;
    background-image: url(../img/self.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-background-size: 45% auto;
    background-size: 45% auto
}

@media (max-width: 1023px) {
    .b-billboard__container {
        -webkit-background-size: auto 264px;
        background-size: auto 264px;
        background-position: -90px 100%
    }
}

.b-billboard__right {
    max-width: 600px;
    position: relative
}

.b-billboard__right .b-button, .content ul + h2 {
    margin-top: 20px
}

@media (max-width: 1023px) {
    .b-billboard__right .b-button {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 90px
    }

    .b-billboard__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-fio {
    position: absolute;
    right: 0;
    bottom: -15px;
    overflow: hidden;
    width: 250px;
    height: 100px
}

.b-fio svg {
    width: 100%;
    height: 100%
}

@media (max-width: 1023px) {
    .b-fio {
        bottom: 70px;
        width: 220px;
        height: 80px
    }
}

.b-now {
    background-color: #f9f9f9;
    overflow: hidden
}

.b-now__left {
    max-width: 600px
}

.b-now__container {
    background-image: url(../img/rpc.jpg);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 60px
}

@media (max-width: 1226px) {
    .b-now__container {
        background-image: none
    }
}

@media (max-width: 1023px) {
    .b-now__container {
        padding-top: 30px
    }
}

.b-now__img {
    display: none
}

@media (max-width: 1226px) {
    .b-now__img {
        display: block;
        margin-bottom: 16px;
        max-width: 600px;
        width: 100%;
        height: auto
    }
}

.b-subnav {
    margin-top: 60px
}

.b-subnav li {
    width: 33.333%;
    display: block
}

.b-subnav li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #0b68c7e0
}

@media (max-width: 1023px) {
    .b-subnav li {
        margin-bottom: 5px
    }
}

@media (max-width: 500px) {
    .b-subnav li {
        width: 50%
    }
}

.b-achivments__container, .b-subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.b-achivments__left {
    max-width: 600px;
    width: 100%;
    height: 380px
}

@media (max-width: 1280px) {
    .b-achivments__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 16px
    }
}

.b-achivments__right {
    max-width: 600px
}

@media (max-width: 1280px) {
    .b-achivments__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.b-achivments__bottom {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px
}

.b-achivments__bottom .b-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width: 1023px) {
    .b-achivments__bottom .b-button {
        margin-top: 10px;
        margin-left: 7px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (max-width: 1280px) {
    .b-achivments__bottom {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (max-width: 1023px) {
    .b-achivments__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-achivments__item {
    max-width: 203px;
    width: 100%;
    padding: 11.5% 0;
    margin-right: 20px;
    display: block
}

.b-achivments__item:last-child {
    margin-right: 0
}

.b-achivments__item:hover {
    -webkit-transform: scale(1.1) translateY(-13px);
    -ms-transform: scale(1.1) translateY(-13px);
    transform: scale(1.1) translateY(-13px)
}

@media (max-width: 1023px) {
    .b-achivments__item {
        max-width: calc(33.333% - 20px);
        margin-bottom: 10px;
        padding: 21.5% 0
    }
}

@media (max-width: 500px) {
    .b-achivments__item {
        max-width: calc(50% - 20px);
        padding: 31.5% 0
    }
}

.b-report {
    background-color: #f9f9f9;
    overflow: hidden
}

.b-report__container, .b-report__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.b-report__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-report__container .b-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 25px
}

.b-report__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 13px -15px -15px
}

@media (max-width: 1023px) {
    .b-report__items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.b-report__item {
    width: calc(33.333% - 30px);
    margin: 15px
}

@media (max-width: 1023px) {
    .b-report__item {
        width: calc(50% - 30px)
    }
}

@media (max-width: 620px) {
    .b-report__item {
        width: calc(100% - 30px)
    }
}

.b-report__video {
    width: 100%;
    background-color: #cdcdcd
}

.b-report__name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px
}

@media (max-width: 1023px) {
    .b-report__name {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px
    }
}

.b-smi__item, .b-smi__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.b-smi__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px -15px -15px
}

.b-smi__item {
    width: calc(33.333% - 30px);
    margin: 15px;
    padding: 20px;
    border: 1px solid #0b68c7e0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-smi__item:hover {
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    border: 1px solid transparent
}

.b-smi__item:hover .b-smi__button {
    border: 1px solid #0b68c7e0
}

@media (max-width: 1023px) {
    .b-smi__item {
        width: calc(50% - 30px)
    }
}

@media (max-width: 620px) {
    .b-smi__item {
        width: calc(100% - 30px)
    }
}

.b-smi__date {
    color: #636363;
    margin-top: 60px;
    font-size: 18px;
    line-height: 25px
}

@media (max-width: 1023px) {
    .b-smi__date {
        font-size: 16px;
        line-height: 22px
    }
}

.b-smi__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-top: 17px
}

@media (max-width: 1023px) {
    .b-smi__text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 4px
    }
}

.b-smi__button, .reward__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

.b-smi__button, .b-smi__button div {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.b-smi__button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 48px;
    height: 34px;
    position: relative;
    background: #ddd;
    border: 0 !important;
}

.b-smi__button::before, .b-smi__button::after {
    content: '';
    width: 11px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    transition: .35s;
}

.b-form .col2 input {
    width: 100% !important;
}

.b-form__close {
    font-size: 16px;
}

.b-smi__button::before {
    transform: rotate(45deg) translate(-12px, 7px);
}

.b-smi__button::after {
    transform: rotate(-45deg) translate(-12px, -7px);
}

.b-smi__button:hover::before,
.b-smi__button:hover::after {
    background: #fff;
}

.b-smi__button:hover::before {
    transform: rotate(45deg) translate(0, -5px);
}

.b-smi__button:hover::after {
    transform: rotate(-45deg) translate(0, 5px);
}

.b-smi__button div {
    display: none
}

.b-smi__button:hover {
    background-color: #0b68c7e0
}

.b-smi__button:hover div {
    background-color: #fff !important
}

.reward__flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px
}

@media (max-width: 1023px) {
    .reward__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.reward__left {
    max-width: 600px;
    width: 100%;
    height: 380px;
    background-color: #ededed;
    margin-right: 15px
}

@media (max-width: 1023px) {
    .reward__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
        margin-right: 0
    }
}

.reward__right {
    max-width: 600px
}

@media (max-width: 1023px) {
    .reward__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.reward__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.reward__item {
    width: calc(20% - 30px);
    margin: 15px
}

@media (max-width: 1023px) {
    .reward__item {
        width: calc(25% - 30px)
    }
}

@media (max-width: 767px) {
    .reward__item {
        width: calc(33.333% - 30px)
    }
}

@media (max-width: 620px) {
    .reward__item {
        width: calc(50% - 30px)
    }
}

@media (max-width: 400px) {
    .reward__item {
        width: calc(50% - 20px);
        margin: 10px
    }
}

.reward__img {
    width: 100%;
    padding: 70% 0;
    display: block;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.reward__img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.reward__name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #636363
}

@media (max-width: 1023px) {
    .reward__name {
        font-size: 12px;
        margin-top: 7px
    }
}

.report__container, .report__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.report__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.report__flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

@media (max-width: 1023px) {
    .report__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.report__left {
    width: 100%;
    height: 380px;
    margin-right: 15px
}

.report__left, .report__right {
    max-width: 600px
}

@media (max-width: 1023px) {
    .report__right {
        margin-top: 15px
    }
}

.report__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

.report__item {
    width: calc(25% - 20px);
    margin: 10px;
    background-image: url(../img/video.jpg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

@media (max-width: 1023px) {
    .report__item {
        width: calc(33.333% - 20px);
        padding: 9.5% 0
    }
}

@media (max-width: 767px) {
    .report__item {
        width: calc(50% - 20px);
        padding: 13.5% 0
    }
}

@media (max-width: 500px) {
    .report__item {
        width: calc(100% - 20px);
        padding: 25.5% 0
    }
}

.galeryCat__item:hover .galeryCat__img, .galery__item:hover, .report__item:hover {
    -webkit-box-shadow: 0 4px 15px rgba(51, 51, 51, .3);
    box-shadow: 0 4px 15px rgba(51, 51, 51, .3)
}

.report__button {
    margin-top: 60px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.galery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px -15px
}

.galery__item {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 10% 0;
    background-position: 50% 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

@media (max-width: 1023px) {
    .galery__item {
        width: calc(33.333% - 20px)
    }
}

@media (max-width: 767px) {
    .galery__item {
        width: calc(50% - 20px);
        padding: 17% 0
    }
}

@media (max-width: 500px) {
    .galery__item {
        width: calc(100% - 20px);
        padding: 27% 0
    }
}

.galery__button {
    margin: 37px auto 0
}

.galeryCat__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px -10px
}

.galeryCat__item {
    margin: 10px;
    width: calc(25% - 20px);
    display: block
}

@media (max-width: 1023px) {
    .galeryCat__item {
        width: calc(33.333% - 20px)
    }
}

@media (max-width: 767px) {
    .galeryCat__item {
        width: calc(50% - 20px)
    }
}

@media (max-width: 500px) {
    .galeryCat__item {
        width: calc(100% - 20px)
    }
}

.galeryCat__img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

@media (max-width: 500px) {
    .galeryCat__img {
        height: 200px
    }
}

.content > div > div > img + p, .galeryCat__name {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px
}

@media (max-width: 1220px) {
    .galeryCat__name {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.galeryCat__pagination {
    margin-top: 60px !important
}

@media (max-width: 1023px) {
    .galeryCat__pagination {
        margin-top: 30px !important
    }
}

.smi .b-container {
    position: relative
}

.smi__container {
    max-width: 1010px
}

@media (max-width: 1285px) {
    .smi__container {
        max-width: 100%
    }
}

.smi__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px -10px
}

.smi__items .b-smi__item {
    margin: 10px;
    padding: 16px
}

.smi__items .b-smi__text {
    font-size: 16px;
    line-height: 28px
}

.content p + div, .content p + p, .content > div + p, .smi__items .b-smi__date {
    margin-top: 30px
}

.content div + h2, .content p + ul, .content ul + p, .smi__items .b-smi__button {
    margin-top: 10px
}

.content h2, .content li, .within .b-container {
    position: relative
}

.within__container {
    max-width: 1010px
}

@media (max-width: 1310px) {
    .within__container {
        max-width: 100%
    }
}

.content {
    color: #636363
}

.b-footer__container, .content > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.content > div > div {
    width: calc(50% - 30px);
    margin: 0 15px
}

.content > div > div > img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover
}

.content > div > div > img + p {
    color: #333;
    margin-top: 8px
}

@media (max-width: 767px) {
    .content > div > div {
        width: 100%;
        margin: 10px 0
    }
}

@media (max-width: 767px) {
    .content > div {
        margin: 0
    }
}

.b-footer {
    background-color: #f9f9f9;
    overflow: hidden
}

.b-footer__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #909090;
    font-size: 14px;
    line-height: 19px
}

@media (max-width: 1023px) {
    .b-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.b-footer__center {
    display: block;
    position: relative
}

.b-footer__center:after {
    bottom: -5px
}

@media (max-width: 1023px) {
    .b-footer__center {
        margin: 16px 0
    }
}

.b-footer__right:after {
    display: none
}

.b-nav--level {
    -webkit-transition: linear .01s;
    -o-transition: linear .01s;
    transition: linear .01s
}

.content > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.content > div > div > iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.content p + blockquote {
    margin-top: 10px;
    margin-bottom: 10px
}

.content h2 + div {
    margin-top: 20px;
    margin-bottom: 20px
}

.content ul {
    padding-left: 20px
}

.content h2::before, .content li:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #0b68c7e0
}

.content h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'PT Sans Caption', sans-serif;
    margin-bottom: 20px;
    color: #333;
    padding-left: 16px;
    max-width: 960px
}

.content h2::before {
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px
}

.content a {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    text-decoration: underline
}

.content > div + div {
    margin: 15px -15px
}

@media (max-width: 1023px) {
    .content h2 {
        font-size: 22px;
        line-height: 22px
    }

    .content p + p {
        margin-top: 15px
    }
}

.b-achivments__left {
    background-image: none
}

.b-achivments__left iframe {
    width: 100%;
    height: 380px
}

.b-report__video {
    padding: 0;
    height: 265px
}

.b-report__video iframe, .report__item iframe, .reward__left iframe {
    width: 100%;
    height: 100%
}

.b-smi__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-smi .b-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 27px
}

.report__item {
    padding: 0;
    height: 200px;
    background: #ededed
}

.b-nav__wrapper .b-social {
    display: none
}

@media (max-width: 1023px) {
    .b-logo img {
        width: 0px;
        height: 0px
    }

    .b-logo__fio {
        font-size: 22px;
        line-height: 14px
    }

    .b-header--fixed .b-logo__fio span, .b-logo__fio span {
        font-size: 12px;
        line-height: 12px;
        margin-top: 4px
    }

    .b-social {
        margin-right: 130px
    }

    .b-billboard__container {
        padding-top: 30px
    }
}

@media (max-width: 500px) {
    .b-header--fixed .b-logo img {
        width: 0px;
        height: 0px
    }

    .b-header--fixed .b-logo__fio {
        font-size: 18px;
        line-height: 12px
    }

    .b-header--fixed .b-logo__fio span {
        font-size: 10px;
        line-height: 10px
    }

    .b-social {
        display: none
    }

    .b-nav__wrapper .b-social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0
    }
}

.b-pagination {
    margin: 15px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center
}

.b-pagination li {
    margin: 0 5px
}

.b-button--arrow, .b-pagination__arrow {
    position: relative
}

.b-pagination__arrow a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block
}

.b-button--arrow {
    padding-bottom: 8px
}

.b-button--arrow:hover:after {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite
}

.b-button--arrow:after {
    content: '';
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.b-button--arrow:before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 17px;
    height: 6px;
    width: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-nav--level li a::before {
    bottom: 12px;
    top: auto !important
}

.b-now__container {
    background-position: right 40px bottom 0
}

.b-smi__logo {
    width: 100%;
    max-height: none
}

.b-smi__logo img {
    width: 100%;
    height: 180px;
object-fit: cover;
}

.smi__items .b-smi__text {
    margin-top: 20px
}

.b-button {
    position: relative;
    top: 0;
    left: 0
}

@media (max-height: 590px) {
    .b-nav--mobile {
        max-height: calc(100vh - 90px);
        overflow-y: scroll
    }
}

.b-achivments__item, .reward__img {
    overflow: hidden;
    position: relative
}

.b-achivments__item.bgi::after, .reward__img::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    left: -10px;
    bottom: -10px;
    background: inherit;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.b-achivments__item.bgi::before, .reward__img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: inherit;
    z-index: 5;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.b-smi__bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.b-smi__item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.square:before {
    bottom: auto;
    top: 10px
}

.b-nav__items li a::before {
    top: 12px
}

@media (max-width: 1023px) {
    .report__left {
        margin: 0 auto 10px
    }

    .report__right {
        max-width: 100%
    }
}

.b-page--footerfxd {
    min-height: 100vh;
    position: relative;
    padding-bottom: 59px
}

.b-page--footerfxd .b-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media (max-width: 1226px) {
    .b-now__container, .b-billboard__container {
        background-image: none !important;
    }
}

@media (max-width: 1023px) {
    .b-page--footerfxd {
        padding-bottom: 129px;
    }
} 