/*
Theme Name: NKU NEW
Theme URI:
Author: denis4ekalin
Author URI:
Description:
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** 1. Fonts **/
@font-face {
    font-family: 'Creata';
    src: url('fonts/Creata-Light.eot');
    src: url('fonts/Creata-Light.woff') format('woff'),
    url('fonts/Creata-Light.ttf') format('truetype'),
    url('fonts/Creata-Light.svg#Creata-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Creata';
    src: url('fonts/CreataRegular.eot');
    src: url('fonts/CreataRegular.woff') format('woff'),
    url('fonts/CreataRegular.ttf') format('truetype'),
    url('fonts/CreataRegular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Creata';
    src: url('fonts/CreataMedium.eot');
    src: url('fonts/CreataMedium.woff') format('woff'),
    url('fonts/CreataMedium.ttf') format('truetype'),
    url('fonts/CreataMedium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Creata';
    src: url('fonts/CreataBold.eot');
    src: url('fonts/CreataBold.woff') format('woff'),
    url('fonts/CreataBold.ttf') format('truetype'),
    url('fonts/CreataBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

/** 2. Custom css **/
html {
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #fff;
    font-size: 14px;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    min-width: 300px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

a {
    background-color: transparent;
}

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

b, strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    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;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.ba-row {
    clear: both;
}

.ba-row:before, .ba-row:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.ba-container {
    max-width: 1160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

.ba-container.ase98 {
    position: relative;
    height: 495px;
    padding: 0;
    overflow: hidden;
}

img:focus, a:focus {
    outline: none;
}

.hidden {
    display: none;
}

label {
    cursor: pointer;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/** Fancybox 3.3.5 **/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
    padding: 44px 44px 0;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    vertical-align: top;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:hover svg {
    opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}

/* Caption */
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/** 3. Home page **/
.page-wrapper {
    overflow: hidden;
}

.page-header {
    position: relative;
    width: 100%;
    padding: 23px 0 0;
    max-height: 587px;
    overflow: hidden;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-social-link {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 26px;
}

.menu-top {
    float: right;
    line-height: 33px;
}

.menu-top > * {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 600ms;
}

.menu-top > *:hover, .menu-top > *:active, .menu-top > *:focus {
    text-decoration: none;
    color: yellow;
}

.menu-top > span {
    cursor: pointer;
}

.page-banner {
    padding: 0;
}

.page-banner-f2 {
    position: absolute;
    width: 550px;
    padding: 0;
    margin-top: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-banner-p2 {
    max-width: 50%;
    padding: 0 10px;
    margin: 0;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.page-banner-p2 img {
    max-width: 100%;
}

.page-banner-p2 .p2f1 {
    padding: 0px 0 25px 0;
    width: 30px;
    height: 31px;
}

.page-banner-p2 .p2t1 {
    font-size: 25px;
    font-weight: 100;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 15px;
}

.page-banner-p2 .p2t2 {
    font-size: 63px;
    letter-spacing: 2px;
    color: #f8de13;
    text-transform: uppercase;
    line-height: 1.026;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-banner-p2 .p2t3 {
    font-size: 23px;
    color: #ffe909;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.page-banner-p2 .p2t4 {
    font-size: 23px;
    color: #ffe909;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.page-banner-p2 .p2t5 {
    display: inline-block;
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-weight: 400;
    border-right: 2px solid #ffe909;
    padding-right: 8px;
}

.page-banner-p2 .p2t6 {
    display: inline-block;
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 1.8;
    font-weight: 400;
    padding-left: 8px;
}

#subscribe-to {
    margin-bottom: 60px;
}

.subslab {
    width: 50%;
    float: left;
    font-size: 48px;
    font-weight: bold;
    color: #c4e0e4;
    line-height: 150%;
    text-align: right;
    text-transform: uppercase;
    padding-right: 20px;
    box-sizing: border-box;
}

.timetitle {
    margin: 50px 0;
    font-size: 36px;
    font-weight: 500;
    color: #005a81;
}

.timeline .timer:after {
    content: '';
    display: block;
    clear: both;
}

.timeline .timer .time {
    float: left;
    width: 30%;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #005a81;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}

.timeline .timer .descr {
    float: left;
    width: 70%;
    border-left: 3px solid white;
    box-sizing: border-box;
}

.timeline .timer .descr .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #005a81;
    padding: 30px;
}

.timeline .timer .descr .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #005a81;
    padding: 10px 30px;
}

.timeline .fill {
    background: linear-gradient(to right, white, #d3f0eb, #d3f0eb, #d3f0eb, #d3f0eb, white);
}

.subsfrm {
    width: 50%;
    float: left;
}

.subsfrm input[type='text'] {
    border: 1px solid #aabbc8;
    border-radius: 21px;
    padding: 10px 20px;
    width: 100%;
    max-width: 350px;
    color: #aabbc8;
    font-size: 14px;
    font-weight: 300;
    margin: 11px 20px 22px;
    box-sizing: border-box;
}

.subsfrm input[type='submit']:hover {
    background: #016cbb;
}

.subsfrm input[type='submit'] {
    background: #03528d;
    border-radius: 22px;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    border: none;
    margin: 10px 20px;
    cursor: pointer;
    transition: all 500ms;
}

.page-banner-desktop, .page-banner-mobile {
    width: 100%;
    height: auto;
}

.page-banner-mobile {
    display: none;
}

.page-news-title {
    margin: 40px 0 0 0;
    padding: 0;
    float: left;
}

.page-news-title a, .page-news-title a:link, .page-news-title a:hover, .page-news-title a:visited, .page-news-title a:active {
    display: block;
    float: left;
    color: #005a81;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.page-news {
    padding-bottom: 70px;
}

.page-news-items {
    padding: 30px 0 0;
}

.post-preview-item {
    padding: 16px 15px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.post-preview-item:last-child {
    margin-right: 0;
}

.post-preview-item-date, .post-preview-item-date time {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #c4e0e4;
    text-align: left;
}

.post-preview-item-date {
    padding-bottom: 1.3em;
}

.post-preview-item-title, .post-preview-item-title a, .post-preview-item-title a:link, .post-preview-item-title a:hover, .post-preview-item-title a:visited, .post-preview-item-title a:active {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    color: #2e3e4f;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}

.post-preview-item-title a:hover {
    color: #eb0029;
}

.post-preview-item-title {
    padding: 1.1em 0;
}

.post-preview-item-description {
    padding: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #333d47;
    font-weight: 400;
    text-align: left;
    height: 4.8em;
    overflow: hidden;
    display: none;
}

.post-preview-item-img {
    width: auto;
}

.post-preview-item-img img {
    width: 100%;
    height: auto;
}

.post-preview-item-link-more, .post-preview-item-link-more:link, .post-preview-item-link-more:hover, .post-preview-item-link-more:visited, .post-preview-item-link-more:active {
    display: block;
    margin: 1.6em 0 .833em;
    border-bottom: .5px solid #333d47;
    font-size: 18px;
    line-height: 1.0;
    color: #333d47;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    float: left;
    font-weight: 700;
}

.post-preview-item-link-more:hover {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.page-news-link, .page-news-link:link, .page-news-link:hover, .page-news-link:visited, .page-news-link:active {
    display: block;
    background: #eb0029;
    border: 3px solid #eb0029;
    font-size: 36px;
    line-height: 2;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}

.page-news-link:hover {
    background: #fff;
    color: #eb0029;
}

.page-news-link span {
    font-weight: 700;
}

.page-description {
    background: #d7d8dc;
    position: relative;
    padding: 47px 0;
}

.page-description-banner {
    background: #eb0029;
    position: absolute;
    top: -30px;
    left: 0;
    height: 200px;
    width: 32.75%;
    padding: 84px 54px 26px 15px;
    color: #fff;
    font-family: Creata, Helvetica, Arial, sans-serif;
    z-index: 5;
}

.page-description-banner-date {
    display: block;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    text-align: right;
}

.page-description-banner-month {
    display: block;
    font-size: 37px;
    line-height: 1.3;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.page-description-text {
    font-size: 24px;
    line-height: 1.5;
    color: #333d47;
    padding-left: 320px;
}

.page-description-text p {
    margin: .5em 0;
    padding: 0;
    text-align: left;
    font-weight: 400;
}

.page-description-text b {
    font-weight: 700;
}

.page-video {
    background: #b4b9bd;
    padding: 37px 0 115px;
}

.expandable_pops .show {
    display: block;
}

.expandable_pops ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 430px;
    z-index: 9;
    background: white;
    padding: 0 30px;
    box-shadow: 0px 10px 40px black;
}

.expandable_pops {
    position: relative;
    display: inline-block;
    margin: 0;
}

.expandable_pops > li.expanded {
    color: yellow;
}

.expandable_pops ul li:before {
    display: block;
    content: "";
    width: 12px;
    height: 20px;
    background: #005a81;
    position: absolute;
    top: calc(50% - 17px);
    right: 9px;
}

.expandable_pops ul li:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
    border-top-width: 15px;
    border-top-style: solid;
    border-top-color: #005a81;
    position: absolute;
    top: 50%;
    right: 0px;
}

.expandable_pops ul li {
    position: relative;
    padding: 30px 40px 30px 0;
}

.expandable_pops ul a, .expandable_pops ul a:hover, .expandable_pops ul a:focus, .expandable_pops ul a:visited {
    color: black;
    text-decoration: none;
    line-height: 120%;
    text-decoration: none;

}

.expandable_pops ul a:first-child li {
    border-bottom: 2px solid #005a81;
}

.expandable_pops li {
    text-align: left;
    list-style: none;
    cursor: pointer;
    /*padding: 0 10px;*/
    margin: 0;
}

.page-video-title {
    margin: 0;
    padding: .9em 0;
    font-size: 48px;
    line-height: 1.2;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #eb0029;
    text-transform: uppercase;
    text-align: center;
}

.page-video-title b {
    font-weight: 700;
}

.main-video-fix {
    overflow: visible;
    margin-bottom: 100px;
}

.page-video-wrapper, .page-platform-video-wrapper, .page-final-video-wrapper {
    position: relative;
    overflow: hidden;
    transform: translateY(40px);
    height: 400px;
    width: 711px;
    margin: auto;
    box-shadow: 0px 10px 40px black;
}

.page-final-video-wrapper > div {
    width: 100%;
    height: 100%;
}

.page-video-wrapper iframe, .page-video-wrapper object, .page-video-wrapper embed, .page-platform-video-wrapper iframe, .page-platform-video-wrapper object, .page-platform-video-wrapper embed, .page-final-video-wrapper iframe, .page-final-video-wrapper object, .page-final-video-wrapper emded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-platforms-title {
    background: #eb0029;
}

.page-platforms-title h2 {
    margin: 0;
    padding: 1em 0;
    font-size: 48px;
    line-height: 1.2;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.page-platforms-title h2 b {
    font-weight: 700;
}

.page-platform {
    padding: 90px 0 50px;
    border-bottom: 1px solid #333d47;
    position: relative;
}

.page-platform-inner {
    position: relative;
    z-index: 2;
}

.page-platform:last-child {
    border-bottom: none;
}

.page-platform-number {
    float: left;
    display: block;
    margin: 0 43px 0 0;
    padding: 0;
    width: 130px;
    height: 130px;
    background-color: #eb0029;
    border-radius: 50%;
    font-size: 96px;
    line-height: 130px;
    text-align: center;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
}

.page-platform-title {
    margin: 0;
    padding: 8px 0;
    float: left;
    font-size: 48px;
    line-height: 1.2;
    color: #eb0029;
    text-align: left;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.page-platform-title span {
    display: block;
}

.page-platform-presentation-title {
    text-align: center;
    float: none;
}

.page-platform-content {
    padding: 70px 0;
}

.page-platform-text, .page-platform-empty, .page-platform-video {
    display: block;
    float: left;
    width: 55%;
}

.page-platform-video {
    float: right;
}

.page-platform-text {
    width: 37.999%;
}

.page-platform-empty {
    width: 7%;
    height: 5em;
    float: left;
}

.page-platform:nth-child(2n) .page-platform-video {
    float: left;
}

.page-platform:nth-child(2n) .page-platform-empty {
    float: left;
}

.page-platform-text {
    font-family: Creata, Arial, Helvetica, sans-serif;
}

.page-platform-text p {
    margin: 0;
    padding: 0 0 1em;
    font-size: 24px;
    line-height: 1.2;
    color: #333d47;
    font-weight: 400;
}

.page-platform-text p strong {
    font-weight: 700;
    text-transform: uppercase;
}

.page-platform-video a, .page-platform-video a:link, .page-platform-video a:hover, .page-platform-video a:visited, .page-platform-video a:active {
    display: block;
    position: relative;
}

.page-platform-video img {
    width: 100%;
    height: auto;
}

.page-platform-video-button {
    width: 69px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34.5px;
    margin-top: -34.5px;
    z-index: 5;
}

.page-final {
    background: #eb0029;
    padding: 85px 0;
}

.page-final-title, .page-final-subtitle {
    margin: 0;
    padding: 0.3em;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    font-family: Creata, Arial, Helvetica, sans-serif;
    text-align: center;
}

.page-final-title {
    text-transform: uppercase;
}

.page-final-subtitle {
    font-size: 30px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.page-final-title b, .page-final-subtitle b {
    font-weight: 700;
}

.page-platform-img-1 {
    display: block;
    width: 210px;
    height: 265px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -260px;
}

.page-platform-img-2 {
    display: block;
    width: 420px;
    height: 530px;
    position: absolute;
    z-index: 1;
    right: 25%;
    top: 100px;
}

.page-platform-img-3 {
    display: block;
    width: 236px;
    height: 298px;
    position: absolute;
    z-index: 1;
    right: -50px;
    top: 50%;
    margin-top: -260px;
}

.page-platform-img-4 {
    display: block;
    width: 255px;
    height: 338px;
    position: absolute;
    z-index: 1;
    left: -115px;
    top: 50px;
}

.page-platform-img-5 {
    display: block;
    width: 420px;
    height: 530px;
    position: absolute;
    z-index: 1;
    right: 25%;
    top: 50%;
}

.page-platform-img-6 {
    display: block;
    width: 236px;
    height: 298px;
    position: absolute;
    z-index: 1;
    right: -50px;
    top: 50%;
}

.page-platform-img-7 {
    display: block;
    width: 255px;
    height: 338px;
    position: absolute;
    z-index: 1;
    left: -115px;
    top: 50%;
}

.page-footer {
    padding: 50px 0;
    text-align: center;
}

.page-footer-logo {
    display: block;
    float: left;
}

.constnku, .constnku:hover, .constnku:active, .constnku:focus {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}

.ba-projects {
    margin: 60px 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pjtext {
    position: absolute;
    bottom: 60px;
    left: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    color: white;
}

.arrowpj {
    position: absolute;
    bottom: 25px;
    left: 20px;
}

.item_pj {
    background: rgba(0, 90, 129, 0.9);
    transition: all 600ms;
}

.item_pj:hover {
    background: rgba(0, 42, 135, 0.9);
}

.ba-projects > div {
    width: 20%;
    height: 222px;
    float: left;
}

.ba-projects > div > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.page-footer .page-social-link, .page-footer .page-social-link:link, .page-footer .page-social-link:hover, .page-footer .page-social-link:visited, .page-footer .page-social-link:active {
    width: 33px;
    height: 33px;
    margin-top: 10.5px;
}

.page-header-button-link, .page-header-button-link:link, .page-header-button-link:hover, .page-header-button-link:visited, .page-header-button-link:active {
    display: block;
    float: left;
    width: 235px;
    height: 70px;
}

.page-header-button-link svg {
    width: 235px;
    height: 70px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.page-header-logo {
    float: left;
}

/** Conference page **/
.conference-page-banner {
    background: #fff;
}

.conference-page-banner-inner {
    display: table;
    width: 100%;
    background-image: url(img/bg9.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.conference-page-banner-inner > div {
    display: table-cell;
    vertical-align: middle;
    height: 495px;
}

.conference-page-banner-title, .conference-page-banner-subtitle, .conference-page-banner-subtitle2 {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #eb0029;
    font-size: 60px;
    line-height: 1.1;
    font-family: Creata, Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.conference-page-banner-title {
    text-transform: uppercase;
}

.conference-page-banner-subtitle, .conference-page-banner-subtitle2 {
    font-size: 35px;
    font-weight: 400;
}

.conference-page-banner-subtitle2 {
    text-transform: uppercase;
    padding-top: 11px;
}

div.page-conference-block {
    background: #d7d8dc;
    padding: 77px 0 0;
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/** Single **/
.single-wrapper, .archive-wrapper {
    padding: 70px 0;
    background-image: url(img/bg9.png);
    background-repeat: no-repeat;
    background-position: 60% top;
}

.main-column {
    width: 65%;
    float: left;
}

.sidebar-column {
    width: 29.42%;
    float: right;
}

.single-category-link, .single-category-link:focus, .single-category-link:hover, .single-category-link:visited, .single-category-link:active {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 32px;
    color: #c4e0e4;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #c4e0e4;
}

.post-single-item-date, .post-single-item-date time {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #c4e0e4;
    font-weight: 500;
    text-align: left;
}

.post-single-item-date {
    margin: 36px 0 0;
}

.post-single-item-title {
    margin: 0;
    padding: 16px 0 23px;
    font-size: 36px;
    line-height: 1.2;
    color: #2e3e4f;
    text-transform: uppercase;
    text-align: left;
}

.post-single-item-img img {
    width: 100%;
    height: auto;
}

.post-single-item-content {
    font-size: 16px;
    line-height: 1.2;
    color: #2e3e4f;
    border-bottom: 2px solid #ffea00;
    padding-bottom: 25px;
}

.post-single-item-content h1, .post-single-item-content h2, .post-single-item-content h3, .post-single-item-content h4, .post-single-item-content h5, .post-single-item-content h6 {
    font-size: 1.2em;
    line-height: 1.2;
    color: inherit;
    padding: 1em 0 .4em;
}

.post-single-item-content p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 12px 0;
}

.post-single-item-content a, .post-single-item-content a:link, .post-single-item-content a:hover, .post-single-item-content a:visited, .post-single-item-content a:active {
    text-decoration: none;
    color: #eb0029;
}

.post-single-item-content img {
    display: block;
    max-width: 100%;
    margin: 1em 0;
}

.post-single-item-content blockquote {
    display: block;
    margin: 20px 0;
    padding: 0 80px;
    font-size: inherit;
    line-height: inherit;
    color: #eb0029;
    position: relative;
}

.post-single-item-content blockquote:before, .post-single-item-content blockquote:after {
    content: '“';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 80px;
    z-index: 3;
    font-size: 120px;
    line-height: 1;
    color: #eb0029;
    font-weight: 700;
    text-align: left;
}

.post-single-item-content blockquote:after {
    content: '”';
    top: auto;
    left: auto;
    bottom: -50px;
    right: 0;
}

.post-single-item-content .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.post-single-item-content .iframe-container iframe, .post-single-item-content .iframe-container object, .post-single-item-content .iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aside-news-title {
    display: block;
    margin: 0;
    padding: 0;
}

.aside-news-title a, .aside-news-title a:link, .aside-news-title a:hover, .aside-news-title a:visited, .aside-news-title a:active {
    display: block;
    margin: 0;
    padding: .2em 0;
    font-size: 36px;
    line-height: 1.2;
    color: #005a81;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

#aside-news-next-button, #aside-news-prev-button {
    display: none;
}

.aside-news-items.swiper-wrapper {
    display: block;
}

.aside-news-items .post-preview-item {
    display: block;
    float: none;
    clear: both;
    margin-right: 0;
    width: 100%;
}

.post-single-gallery {
    padding: 45px 0 15px;
}

.post-single-gallery-item {
    display: block;
    float: left;
    width: 30.5%;
    margin-right: 4.24%;
    padding: 10px 0;
}

.post-single-gallery-item:last-child {
    margin-right: 0;
}

.post-single-gallery-item img {
    width: 100%;
    height: auto;
}

.post-single-gallery-item b, .post-single-gallery-item strong {
    font-weight: 700;
}

.single-share-block {
    margin: 30px 0 15px;
    padding: 15px 0 45px;
}

.single-share-block-title {
    display: block;
    float: left;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #005a81;
    text-transform: uppercase;
}

.single-share-block-items {
    float: right;
}

.single-share-block-link, .single-share-block-link:link, .single-share-block-link:hover, .single-share-block-link:visited, .single-share-block-link:active {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 25px;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}

.single-share-block-link:hover {
    opacity: .65;
}

.single-share-block-link svg {
    width: 24px;
    height: 24px;
    margin: 8px;
}

.twitter-share, .twitter-share:link, .twitter-share:hover, .twitter-share:visited, .twitter-share:active {
    background: #1da1f2;
}

.facebook-share, .facebook-share:link, .facebook-share:hover, .facebook-share:visited, .facebook-share:active {
    background: #4267b2;
}

.google-share, .google-share:link, .google-share:hover, .google-share:visited, .google-share:active {
    background: #db4437;
}

/** archive **/
.archive-wrapper {
    padding: 80px 0 50px;
}

.archive-title {
    display: block;
    margin: 0;
    padding: 0 0 50px;
    font-size: 36px;
    line-height: 1.2;
    color: #005a81;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}

.archive-pagination {
    text-align: center;
    padding: 21px 0;
    margin: 60px 0 0;
}

.archive-pagination span, .archive-pagination a, .archive-pagination a:link, .archive-pagination a:hover, .archive-pagination a:visited, .archive-pagination a:active {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #c4e0e4;
    text-decoration: none;
    font-weight: 500;
    padding: 0 .5em;
}

.page-numbers.current {
    color: #005a81;
}

.archive-pagination .prev.page-numbers, .archive-pagination .next.page-numbers {
    padding: 0 1em;
    color: #005a81;
}

.ba-projects > div {
    position: relative;
    background-size: cover !important;
}

.ba-projects > div:hover:after {
    width: 100%;
}

.ba-projects > div:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: yellow;
    transition: all 300ms;
}


/** Media queries **/
@media (max-width: 1800px) {
    .page-description-text {
        padding-left: 360px;
    }
}

@media (max-width: 1600px) {
    .page-description-text {
        padding-left: 380px;
    }
}

@media (max-width: 1400px) {
    .page-description-text {
        padding-left: 400px;
    }
}

@media (max-width: 1158px) {
    .page-banner-f2 {
        width: 500px;
    }

    .page-banner-p2 {
        width: calc(100% - 500px);
    }
}

@media (max-width: 1200px) {
    .page-description-text {
        padding-left: 430px;
    }

    .page-platform-img-3 {
        right: 0;
    }

    .page-platform-img-4 {
        left: 0;
    }

    .page-platform-img-6 {
        right: 0;
    }

    .page-platform-img-7 {
        left: 0;
    }
}

@media (max-width: 1078px) {
    /*.page-banner-f2 {
        width: 366px;
        margin-top: 0;
    }*/
    /*.page-banner-p2{
        width: calc(100% - 366px);
        max-width: 450px;
    }*/
    .page-banner-p2 .p2t1 {

    }

    .page-banner-p2 .p2t2 {
        font-size: 52px;
    }

    .page-banner-p2 .p2t3 {

    }

    .page-banner-p2 .p2t4 {

    }

    .page-banner-p2 .p2t5 {

    }

    .page-banner-p2 .p2t6 {

    }
}

@media (max-width: 1060px) {
    .main-video-fix {
        margin-bottom: 80px;
    }

    .page-description-text {
        padding-left: 44%;
    }
}

@media (max-width: 960px) {
    .page-banner-f2 {
        width: 360px;
    }

    .page-banner-p2 {
        width: calc(100% - 360px);
    }

    .page-banner-p2 .p2t1 {

    }

    .page-banner-p2 .p2t2 {
        font-size: 42px;
    }

    .page-banner-p2 .p2t3 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t4 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t5,
    .page-banner-p2 .p2t6 {
        font-size: 20px;
    }

    .ba-container.ase98 {
        height: 435px;
    }

    .menu-top > * {
        padding: 0 10px;
    }
}

@media (max-width: 900px) {
    .ba-projects > div {
        width: 50%;
    }

    .page-description-text {
        padding-left: 46%;
    }

    .page-header-logo {
        display: block;
        position: static;
        text-align: center;
    }

    .subslab {
        width: 100%;
        float: none;
        font-size: 38px;
        text-align: center;
        padding-right: 0;
    }

    .subsfrm {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media (max-width: 871px) {
    .page-banner-p2 .p2t1 {

    }

    .page-banner-p2 .p2t2 {
        font-size: 42px;
    }

    .page-banner-p2 .p2t3 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t4 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t5,
    .page-banner-p2 .p2t6 {
        font-size: 20px;
    }

    .ba-container.ase98 {
        height: 435px;
    }
}

@media (max-width: 826px) {
    .page-banner-p2 .p2t1 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t2 {
        font-size: 32px;
    }

    .page-banner-p2 .p2t3 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t4 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t5,
    .page-banner-p2 .p2t6 {
        font-size: 18px;
    }

    .ba-container.ase98 {
        height: 435px;
    }
}

@media (max-width: 768px) {
    .expandable_pops ul {
        position: fixed;
        top: 140px;
        left: calc(50% - 245px);
        width: 430px;
    }

    .page-video-wrapper, .page-platform-video-wrapper, .page-final-video-wrapper {
        height: 300px;
        width: 536px;
    }

    .timeline .timer .time {
        width: 100%;
        padding: 30px 0 0 0;
        margin: 0;
    }

    .post-preview-item {
        width: 50%;
    }

    .timeline .timer .descr {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .page-header-logo {
        float: none;
        margin-bottom: 30px;
    }

    .menu-top {
        float: left;
    }

    .page-social-link {
        float: right;
    }

    .page-description-text {
        padding-left: 48%;
    }

    .conference-page-banner-title {
        font-size: 27px;
    }

    .conference-page-banner-subtitle, .conference-page-banner-subtitle2 {
        font-size: 21px;
    }

    .single-wrapper, .archive-wrapper {
        background-position: center top;
        background-size: contain;
    }

    .main-column, .sidebar-column {
        float: none;
        clear: both;
        width: 100%;
    }

    .post-single-item-content {
        /* border-bottom: 1px solid transparent; */
    }

    .post-single-item-content p {
        padding: .2em 0;
    }

    .post-single-item-content blockquote {
        padding: 0 40px;
    }

    .post-single-item-content blockquote:before {
        top: -10px;
        left: -10px;
        width: 40px;
        font-size: 90px;
    }

    .post-single-item-content blockquote:after {
        bottom: -50px;
        right: 0;
        width: 40px;
        font-size: 90px;
    }

    .post-single-gallery-item {
        width: 100%;
        float: none;
        clear: both;
    }

    .aside-news {
        background: #d6d8da;
        margin-left: -15px;
        margin-right: -15px;
    }

    .aside-news img, .aside-news .post-preview-item-date {
        display: none;
    }

    .aside-news-title {
        display: block;
        margin: 0;
        padding: 0;
    }

    .aside-news-title a, .aside-news-title a:link, .aside-news-title a:hover, .aside-news-title a:visited, .aside-news-title a:active {
        display: block;
        font-size: 24px;
        padding: 32px 0 28px;
        position: relative;
    }

    .aside-news-title:after {
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        height: 1px;
        background: #333d47;
    }

    .aside-news-title .post-preview-item:before {
        display: none;
    }

    #aside-news-next-button, #aside-news-prev-button {
        display: block;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 300;
        outline: none;
    }

    #aside-news-prev-button {
        float: left;
        margin-left: 15px;
    }

    #aside-news-next-button {
        float: right;
        margin-right: 15px;
    }

    .aside-news .post-preview-item {
        padding: 0 15px 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .aside-news .post-preview-item:before {
        content: '';
        display: none;
    }

    .aside-news .post-preview-item-title {
        padding: 1.7em 0 1em;
    }

    .aside-news-items.swiper-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 747px) {
    .page-header {
        background-position: right !important;
    }

    .page-banner-f2, .p2f1 {
        display: none;
    }

    .page-banner-p2 img {
        display: none;
    }

    .page-banner-p2 {
        width: 100%;
        max-width: inherit;
        text-align: center;
        float: none;
        margin: auto;
        height: auto;
    }

    .page-banner-p2 .p2t1 {
        font-size: 20px;
    }

    .page-banner-p2 .p2t2 {
        font-size: 32px;
    }

    .page-banner-p2 .p2t3 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t4 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t5,
    .page-banner-p2 .p2t6 {
        font-size: 18px;
    }

    .ba-container.ase98 {
        /*height: 345px;*/
        height: auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .page-video-wrapper, .page-platform-video-wrapper, .page-final-video-wrapper {
        height: 230px;
        width: 408px;
    }

    .ba-projects > div {
        width: 100%;
        border-bottom: 3px solid white;
    }

    .timetitle {
        text-align: center;
    }

    .subslab {
        width: 100%;
        float: none;
        font-size: 28px;
        text-align: center;
    }

    .subsfrm input[type='text'] {
        padding: 10px 20px;
        width: 100%;
        max-width: 350px;
        margin: 11px 0 22px;

    }

    .page-banner {
        padding: 0;
    }

    .page-header .page-social-link, .page-header .page-social-link:link, .page-header .page-social-link:hover, .page-header .page-social-link:visited, .page-header .page-social-link:active {
        margin-top: 5.5px;
        margin-left: 13px;
    }

    .page-banner-desktop {
        display: none;
    }

    .page-banner-mobile {
        display: block;
    }

    .page-description {
        padding: 50px 0 27px;
    }

    .page-description-banner {
        top: -140px;
        width: 150px;
        height: 110px;
        padding: 35px 35px 20px 10px;
    }

    .page-description-banner-date {
        font-size: 60px;
    }

    .page-description-banner-month {
        font-size: 24px;
    }

    .page-description-text {
        padding-left: 0;
        font-size: 18px;
        line-height: 1.3;
    }

    .page-video {
        background: #b4b9bd;
        padding: 10px 0 65px;
    }

    .page-video-title {
        margin: 0;
        padding: 1em 0;
        font-size: 36px;
        line-height: 1.2;
    }

    .page-platforms-title h2 {
        padding: 1em 0 .8em;
        font-size: 36px;
        line-height: 1.2;
    }

    .page-platform {
        padding: 44px 0 10px;
    }

    .page-platform-number {
        margin: 0 43px 0 0;
        padding: 0;
        width: 86px;
        height: 86px;
        font-size: 62px;
        line-height: 86px;
        float: none;
    }

    .page-platform-title {
        padding: 36px 0 8px 10px;
        float: none;
        font-size: 36px;
        line-height: 1.3;
    }

    .page-platform-content {
        padding: 25px 0 15px;
    }

    .page-platform-text, .page-platform-empty, .page-platform-video {
        float: none;
        width: 100%;
    }

    .page-platform-empty {
        height: 35px;
    }

    .page-platform:nth-child(2n) .page-platform-video {
        float: none;
    }

    .page-platform:nth-child(2n) .page-platform-empty {
        float: none;
    }

    .page-platform-video-button {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        z-index: 5;
    }

    .page-platform-img-1 {
        top: 0%;
        right: -15px;
        margin-top: 45px;
    }

    .page-platform-img-2 {
        display: block;
        width: 210px;
        height: 265px;
        right: -15px;
        top: 100px;
    }

    .page-platform-img-3 {
        right: 0;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .page-platform-img-4 {
        width: 170px;
        height: 225px;
        left: -15px;
        top: 10px;
    }

    .page-platform-img-5 {
        display: block;
        width: 210px;
        height: 265px;
        right: -15px;
        top: 130px;
    }

    .page-platform-img-6 {
        right: -15px;
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .page-platform-img-7 {
        width: 170px;
        height: 225px;
        left: -15px;
        top: 30px;
    }

    .page-final {
        padding: 64px 0 104px;
    }

    .page-final-title {
        padding: 0.3em 0 2px;
        font-size: 36px;
        line-height: 1.2;
    }

    .page-final-subtitle {
        padding: 0;
        font-size: 21px;
        padding-bottom: 55px;
    }

    .page-footer {
        text-align: center;
    }

    .page-footer .page-social-link, .page-footer .page-social-link:link, .page-footer .page-social-link:hover, .page-footer .page-social-link:visited, .page-footer .page-social-link:active {
        display: none;
        margin: 25px 10px 0;
    }

    .page-footer-logo {
        float: none;
        margin: 0 auto;
    }

    .page-footer {
        padding: 60px 0 52px;
    }

    .conference-page-banner-inner {
        background-image: url(img/bg10.png);
    }

    .conference-page-banner-inner > div {
        height: 181px;
        display: block;
        padding-top: 192px;
    }

    .page-header .page-footer-logo {
        margin-top: 11px;
    }

    div.page-conference-block {
        padding: 42px 0 0;
    }

    body.webconference-page .page-footer {
        padding-top: 38px;
    }

    .page-header-button-link, .page-header-button-link:link, .page-header-button-link:hover, .page-header-button-link:visited, .page-header-button-link:active {
        width: 145px;
        height: 42px;
    }

    .page-header-button-link svg {
        width: 145px;
        height: 42px;
    }

    .page-news {
        padding-bottom: 44px;
    }

    .page-news-title {
        float: none;
        width: auto;
    }

    .page-news-title a, .page-news-title a:link, .page-news-title a:hover, .page-news-title a:visited, .page-news-title a:active {
        padding: 0 10px;
        float: none;
        width: auto;
        font-size: 24px;
        line-height: 2.375;
        text-align: center;
    }

    .post-preview-item {
        float: none;
        clear: both;
        margin: 0;
        width: 100%;
    }

    .post-preview-item-title, .post-preview-item-title a, .post-preview-item-title a:link, .post-preview-item-title a:hover, .post-preview-item-title a:visited, .post-preview-item-title a:active {
        font-size: 20px;
    }

    .post-preview-item-title {
        padding: 1.93em 0 1em;
        height: auto;
    }

    .post-preview-item-description {
        height: auto;
    }

    .post-preview-item {
        position: relative;
    }

    .post-preview-item:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #333d47;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .post-preview-item:first-child:before {
        content: '';
        display: none;
    }

    .page-news-link, .page-news-link:link, .page-news-link:hover, .page-news-link:visited, .page-news-link:active {
        font-size: 24px;
        line-height: 2.375;
    }

    .archive-title {
        font-size: 36px;
        padding: 0 0 30px;
    }

    .archive-wrapper {
        padding: 40px 0 30px;
    }

    .archive-pagination {
        padding: 15px 0;
        margin: 30px 0 0;
    }

    .single-share-block-title, .single-share-block-items {
        float: left;
    }

    .single-share-block-title {
        padding-bottom: 15px;
        font-size: 18px;
        line-height: 1.2;
    }

    .single-share-block {
        margin: 10px 0;
        padding: 10px 0 25px;
    }
}

div.consBanner {
    text-align: center;
    min-height: 80px;
    font-weight: bold;
    font-size: 24px;
    line-height: 80px;
    background-color: #d6d8da;
}

div.consBanner a {
    text-decoration: none;
    color: #333d47;
    margin: 0 20px;
}

div.consBanner a:hover {
    text-decoration: none;
}

.yellow_btn {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffde34;
    border: 2px solid #ffde34;
    border-radius: 22px;
    padding: 10px 20px 8px 20px;
    color: #03528d;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 30px 0 0;
    cursor: pointer;
    transition: all 500ms;
}

.yellow_btn:hover {
    background-color: transparent;
    color: #ffde34;
}

.materials {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 30px;
}

.materials-item {
    width: 33.333333%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.materials-item a {
    display: block;
    max-width: 376px;
    margin: auto;
}

.materials-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 540px) {
    .expandable_pops ul {
        position: fixed;
        top: 140px;
        left: calc(50% - 145px);
        width: 230px;
    }

    .menu-top {
        float: none;
        clear: both;
        display: block;
        text-align: center;
    }

    .page-header-logo {
        float: left;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    div.consBanner {
        min-height: 0;
        line-height: 110%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 0;
    }

    div.consBanner a {
        display: inline-block;
        width: 240px;
        margin: 0;

    }

    .page-video-wrapper, .page-platform-video-wrapper, .page-final-video-wrapper {
        height: 169px;
        width: 300px;
    }
}

@media (max-width: 440px) {
    .expandable_pops ul {
        top: 160px;
    }
}

@media (max-width: 418px) {
    .page-banner-f2, .p2f1 {
        display: none;
    }

    .page-banner-p2 {
        width: 100%;
        text-align: center;
    }

    .page-banner-p2 .p2t1 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t2 {
        font-size: 24px;
        line-height: 140%;
    }

    .page-banner-p2 .p2t3 {
        font-size: 18px;
    }

    .page-banner-p2 .p2t4 {
        font-size: 18px;
        margin-bottom: 23px;
    }

    .ba-row.page-banner:before {
        display: block;
        content: '';
        margin: auto;
        width: 150px;
        height: 2px;
        background-color: yellow;
        margin-bottom: 10px;
    }

    .page-banner-p2 .p2t5,
    .page-banner-p2 .p2t6 {
        font-size: 18px;
        border: none;
        padding: 0;
    }

    .ba-container.ase98 {
        /* height: 435px;*/
    }

    .page-banner-p2 br {
        display: none;
    }

    .page-header {
        /* background-size: cover !important;
         height: 620px;
         max-height: 620px;*/
    }
}

@media (max-width: 374px) {

    .page-video-wrapper, .page-platform-video-wrapper, .page-final-video-wrapper {
        height: 139px;
        width: 246px;
    }
}

@media (max-width: 767px) {
    .materials-item {
        width: 100%;
    }
}
