.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed;
}

.reward__item {
    display: block;
}

.jGrowl.top-left {
    left: 0;
    top: 0;
}

.jGrowl.top-right {
    right: 0;
    top: 0;
}

.jGrowl.bottom-left {
    left: 0;
    bottom: 0;
}

.jGrowl.bottom-right {
    right: 0;
    bottom: 0;
}

.b-page {
    min-height: 95vh;
}

.jGrowl.center {
    top: 0;
    width: 50%;
    left: 25%;
}

.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
    margin-left: auto;
    margin-right: auto;
}

.jGrowl-notification {
    background-color: #000;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
    zoom: 1;
    width: 250px;
    text-align: left;
    display: none;
    border-radius: 5px;
    min-height: 40px;
    margin: 10px;
    padding: 10px;
}

.jGrowl-notification .jGrowl-header {
    font-weight: 700;
    font-size: .85em;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: inherit;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
}

.jGrowl-closer {
    background-color: #000;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
    zoom: 1;
    width: 250px;
    display: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9em;
    font-weight: 700;
    text-align: center;
    margin: 10px;
    padding: 4px 10px;
}

.af-message-success {
    background-color: green !important;
}

.af-message-error {
    background-color: #A52A2A !important;
}

.af-message-info {
    background-color: #000 !important;
}

.f-row {
    display: flex;
    margin: 0 -10px;
}

.f-row .col2 {
    flex-basis: 50%;
    padding: 0 10px;
}

.ajax_form .error {
    color: #A52A2A;
}

.b-pagination a {
    padding: 0 10px;
    display: block;
    position: relative;
}

.b-nav__items--header {
    margin: 16px auto 0;
    max-width: 616px;
}

.prev.page-numbers::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;
    top: 8px;
    left: 0;

}

.next.page-numbers::before {

    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #909090;
    border-right: 2px solid #909090;
    top: 8px;
    right: 0;
}

.page-numbers.current {
    padding: 0 10px;
    display: block;
    position: relative;
    font-weight: bold;
}

.next.page-numbers::after {
    background-color: #909090;
    top: 10px;
    right: 10px;
    width: 6px;
    height: 6px;
}

.prev.page-numbers::after {

    background-color: #909090;
    top: 10px;
    left: 10px;
    width: 6px;
    height: 6px;

}

.next.page-numbers,
.prev.page-numbers {
    width: 30px;
    height: 28px;
}

.next.page-numbers::after, .next.page-numbers::before,
.prev.page-numbers::after, .prev.page-numbers::before {
    content: '';
    position: absolute;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}


50
%
{
    left: 30px
;
    -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)
;
}

to {
    opacity: 1;
    -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);
}

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

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

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

blockquote {
    font-style: italic;
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    color: #636363;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

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

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

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

summary {
    display: list-item;
}

div, p {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: lg;
    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;
    position: absolute;
    top: 50%;
    z-index: 1080;
    padding: 8px 10px 9px;
}

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

.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;
    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;
    padding: 10px 0;
}

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

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

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

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

.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;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0 .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform .35s cubic-bezier(0, 0, .25, 1) 0 .35s cubic-bezier(0, 0, .25, 1) 0 .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0 .35s cubic-bezier(0, 0, .25, 1) 0 .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0;
}

.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;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0 !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0 250ms cubic-bezier(0, 0, .25, 1), -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0 !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: 0 .25s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform .25s cubic-bezier(0, 0, .25, 1) 0;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0 .25s cubic-bezier(0, 0, .25, 1) 0;
}

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

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item, .lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
}

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

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

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

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

.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;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    padding: 5px 0;
}

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

.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-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-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 0;
    -o-transition: opacity .08s ease 0;
    transition: opacity .08s ease 0;
}

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

.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: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

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

.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) 0 .3s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0 .3s cubic-bezier(0, 0, .25, 1) 0;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0 .3s cubic-bezier(0, 0, .25, 1) 0;
}

.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);
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0 !important;
    -o-transition: transform .3s cubic-bezier(0, 0, .25, 1) 0 .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0 .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0 !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-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;
    position: absolute;
    width: 120px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0 .15s ease 0;
    -o-transition: opacity .15s ease 0 .15s ease 0;
    transition: opacity .15s ease 0 .15s ease 0 .15s ease 0;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    padding: 5px;
}

.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;
    -o-transition: box-shadow .3s ease 0;
    -webkit-transition: 0 .3s ease 0;
    transition: box-shadow .3s ease 0 .3s ease 0;
    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 0 linear .18s, opacity .18s linear 0;
    -o-transition: visibility 0 linear .18s, opacity .18s linear 0;
    transition: visibility 0 linear .18s, opacity .18s linear 0;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -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 {
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    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);
    -webkit-transition: visibility 0 linear .5s, opacity .18s linear 0 .18s linear 0;
    -o-transition: transform .18s linear 0 0 linear .5s, opacity .18s linear 0;
    transition: transform .18s linear 0 0 linear .5s, opacity .18s linear 0 .18s linear 0;
    margin: 0;
    padding: 10px 0;
}

.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;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 4px 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;
    vertical-align: middle;
    width: auto;
    padding: 0;
}

.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 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0;
}

.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: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !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;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 5px;
}

.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 0;
    -o-transition: opacity .15s ease 0;
    transition: opacity .15s ease 0;
}

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

.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 0 ease 0 !important;
    -o-transition: none 0 ease 0 !important;
    transition: none 0 ease 0 !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 0;
    -o-transition: opacity .1s ease 0;
    transition: opacity .1s ease 0;
}

.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 {
    -webkit-transition: opacity .1s ease 0 1s cubic-bezier(0, 0, .25, 1) 0;
    -o-transition: transform 1s cubic-bezier(0, 0, .25, 1) 0 .1s ease 0;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0 .1s ease 0 1s cubic-bezier(0, 0, .25, 1) 0;
}

.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) 0 .1s ease 0;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0 .1s ease 0;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0 .1s ease 0;
}

* {
    outline: 0 !important;
}

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

.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;
    padding: 0;
}

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

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

.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: 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;

}

.b-button:hover {

}

.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: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.b-logo img {
    width: 40px;
    height: 41px;
    margin-right: 14px;
}

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

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

.b-nav__items li a::before {
    content: '';
    position: absolute;
    background: #ddd;
    top: 12px;
}

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

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

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

.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: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 15px auto 0;
}

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

.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-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;
    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;
    padding: 40px 60px;
}

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

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

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

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

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

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

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

.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: 20px;
    padding-bottom: 20px;
    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 .b-logo img {
    width: 28px;
    height: 28px;
}

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

.b-nav {
    margin-right: 13%;
}

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

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

.b-nav__items li.current-menu-item a::before,
.b-nav__items li a:hover::before {
    background: #0b68c7e0 !important;
}

.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--mobile {
    margin-bottom: 16px;
}

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

.b-nav__items--subnav {
    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;
}

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

.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);
    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;
    padding: 20px 20px 20px 40px;
}

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

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

.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;
    -webkit-transition: linear .01s;
    -o-transition: linear .01s;
    transition: linear .01s;
}

.b-social {
    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);
}

.b-billboard__container {
    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: 130px;
    background-image: url(../img/self.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-background-size: 45% auto;
    background-size: 45% auto;
}

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

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

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

.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;
    background-position: right 40px bottom 0;
}

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

.b-achivments__container, .b-subnav {
    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;
    background-image: none;
}

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

.b-achivments__item {
    max-width: 203px;
    width: 100%;
    margin-right: 20px;
    display: block;
    padding: 11.5% 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);
}

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

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

.b-report__video {
    width: 100%;
    background-color: #cdcdcd;
    height: 265px;
    padding: 0;
}

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

.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: 30%;
    border: 1px solid #ddd;
    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px;
    padding: 20px;
}

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

.b-nav--level li a {
    margin-right: 0;
    padding: 4px 0 4px 14px;
    position: relative;
}

.b-nav--level li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background: #ddd;
    bottom: 12px;
}

.b-nav--level li.current-menu-item a::before {
    background-color: #0b68c7e0;
}

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

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

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

.b-smi__button, .b-smi__button div {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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;
    border: 1px solid #333;
    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;
    width: 54px;
    height: 54px;
}

.b-smi__button div {
    width: 3px;
    height: 3px;
    background-color: #333;
    margin: 0 3px;
}

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

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

.reward__items {
    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: 20%;
    padding: 15px;
}

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

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

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

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

.report__items {
    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);
    background-image: url(../img/video.jpg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    height: 200px;
    background: #ededed;
    margin: 10px;
    padding: 0;
}

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

.galery__items {
    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: 25%;
    background-position: 50% 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    margin: 10px 0;
    padding: 0 10px;
}

.galery__button {
    margin: 37px auto 0;
}

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

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

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

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

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

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

.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 {
    color: #636363;
}

.b-footer__container, .content > div {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

.content > div > div {
    width: 45%;
    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;
}

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

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

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

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

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

.b-smi__container {
    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;
}

.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-smi__logo {
}

.b-smi__logo img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight, .jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.ajax_form.af_example, .ajax_form.af_example .controls input, .ajax_form.af_example .controls textarea, .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

input, optgroup, select, textarea, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-webkit-input-placeholder, input::-webkit-input-placeholder, optgroup::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, 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, 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, .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

details, .b-nav__items--mobile li {
    display: block;
}

[hidden], template, .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play, .lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download, input::-ms-clear, .b-nav--subnav .b-nav__title, .b-now__img, .b-footer__right:after, .b-nav__wrapper .b-social {
    display: none;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover, .lg-toolbar .lg-icon:hover, .lg-outer .lg-toggle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-has-html5:hover .lg-video-play, .lg-show-autoplay .lg-progress-bar, .lg-outer.lg-visible, .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-outer .lg-pager-thumb-cont img, .b-fio svg, .b-report__video iframe, .report__item iframe, .reward__left iframe {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share, .b-link, .b-nav__wrapper, .b-subnav li a, .smi .b-container, .content h2, .content li, .within .b-container, .b-button--arrow, .b-pagination__arrow {
    position: relative;
}

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

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

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

.grecaptcha-badge {visibility: hidden;}

.b-form input, .content ul {
    padding-left: 20px;
}

.b-form form, .b-form--open, .b-form__close, .b-report__container, .b-report__items, .b-smi__item, .b-smi__items, .report__container, .report__flex {
    display: flex;
}

.galery__item a {
    display: block;
}

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

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

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

.b-now__left, .b-achivments__right, .reward__right, .report__left, .report__right {
    max-width: 600px;
}

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

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

.galeryCat__items, .smi__items {
    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__container, .within__container {
    max-width: 1010px;
}

@media print {
    .jGrowl {
        display: none;
    }
}

@media min-width1025px {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease;
    }
}

@media max-width1023px {
    html {
        font-size: 14px;
        line-height: 22px;
    }

    .b-container {
        margin-top: 30px;
        padding: 0 40px 30px;
    }

    .title-1 {
        font-size: 26px;
        line-height: 30px;
    }

    .title-2 {
        font-size: 20px;
        line-height: 24px;
    }

    .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 {
        display: none;
    }

    .b-burger {
        display: flex;
    }

    .b-billboard__container {
        -webkit-background-size: auto 264px;
        background-size: auto 264px;
        background-position: -90px 100%;
        padding-top: 30px;
    }

    .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: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-fio {
        bottom: 70px;
        width: 220px;
        height: 80px;
    }

    .b-now__container {
        padding-top: 30px;
    }

    .b-subnav li {
        margin-bottom: 5px;
    }

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

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

    .b-report__name {
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
    }

    .b-smi__date {
        font-size: 16px;
        line-height: 22px;
    }

    .b-smi__text {
        font-size: 16px;
        line-height: 28px;
        margin-top: 4px;
    }

    .reward__left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
        margin-right: 0;
    }

    .reward__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .reward__item {
        width: calc(25% - 30px);
    }

    .reward__name {
        font-size: 12px;
        margin-top: 7px;
    }

    .report__right {
        margin-top: 15px;
        max-width: 100%;
    }

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

    .galeryCat__pagination {
        margin-top: 30px !important;
    }

    .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 {
        margin: 16px 0;
    }

    .content h2 {
        font-size: 22px;
        line-height: 22px;
    }

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

    .b-logo img {
        width: 31px;
        height: 31px;
    }

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

    .report__left {
        margin: 0 auto 10px;
    }

    .b-achivments__bottom, .b-report__items, .reward__flex, .report__flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-report__item, .b-smi__item {
        width: calc(50% - 30px);
    }

    .galery__item, .galeryCat__item {
        width: calc(33.333% - 20px);
    }
}

@media max-width767px {
    .b-container {
        padding: 0 15px 30px;
    }

    .reward__item {
        width: calc(33.333% - 30px);
    }

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

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

    .galeryCat__item {
        width: calc(50% - 20px);
    }

    .content > div > div {
        width: 100%;
        margin: 10px 0;
    }

    .content > div {
        margin: 0;
    }
}

@media max-width500px {
    .b-logo img {
        width: 28px;
        height: 28px;
    }

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

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

    .b-subnav li {
        width: 50%;
    }

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

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

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

    .galeryCat__item {
        width: calc(100% - 20px);
    }

    .galeryCat__img {
        height: 200px;
    }

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

    .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: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0;
    }
}

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

    .b-form button {
        margin: 10px 0 0 !important;
    }

    .reward__item {
        width: calc(50% - 30px);
    }

    .b-report__item, .b-smi__item {
        width: calc(100% - 30px);
    }
}

@media max-width1226px {
    .b-now__container {
        background-image: none;
    }

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

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

    .b-achivments__right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .b-achivments__bottom {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

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

@media max-width1220px {
    .galeryCat__name {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media max-width1285px {
    .smi__container {
        max-width: 100%;
    }
}

@media max-width1310px {
    .within__container {
        max-width: 100%;
    }
}

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

@media max-width1226px {
    .b-now__container {
        background-image: none !important;
    }
}

@media max-width1023px {
    .b-page--footerfxd {
        padding-bottom: 129px;
    }
}

@media screen and min-width 320px {

    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}

@media screen and max-width 320px {

    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}

