<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

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

button {
    background: none;
    border: none;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

img {
    display: block;
    max-width: 100%;
}

@font-face {
    font-family: 'Playfair Display';
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.eot");
    src: local("../fonts/PlayfairDisplay/Playfair Display Black"), local("PlayfairDisplay-Black"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.woff") format("woff"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot");
    src: local("../fonts/PlayfairDisplay/Playfair Display Regular"), local("../fonts/PlayfairDisplay/PlayfairDisplay-Regular"), url("../fonts/PlayfairDisplay/fonts/PlayfairDisplay/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay/fonts/PlayfairDisplay/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot");
    src: local("../fonts/PlayfairDisplay/Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* VARIABLES ------------------
----------------------------*/
/* GLOBAL STYLES -------------------------
-------------------------------------*/
html {
    font-family: 'Montserrat',
        sans-serif;
}

.desktop-block {
    display: block;
}

.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

.padding-0 {
    padding: 0px;
}

.h1-header {
    max-width: 530px;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-style: normal;
    font-family: 'Playfair Display';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 129px;
    z-index: 5;
}

.relative-container {
    position: relative;
}

.h3-header {
    font-size: 26px;
    line-height: 24px;
    color: #000;
    font-style: normal;
    font-family: 'Playfair Display';
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    text-transform: none;
}

.h3-header.slider-header {
    margin-bottom: 0px;
    color: #fff;
}

.h3-header.header-border {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

/* HEADER STYLES --------------
------------------------------*/
.header {
    background: #000;
    padding: 12px 0 11px;
}

.header .header-logo {
    display: block;
    margin-right: 95px;
    max-width: 140px;
}

.header .menu-item.show .nav-dropdown__btn::before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.header .nav-dropdown__btn::after {
    display: none;
}

.header .nav-dropdown__btn::before {
    content: '';
    display: inline-block;
    background: url("../img/dropdown_arrow.png") center center no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    right: -15px;
    top: -webkit-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.header .dropdown-menu {
    padding: 0px;
    background: #2c2c2c;
    top: 35px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.header .dropdown-item {
    padding: 15px 50px 15px 20px;
    display: block;
    background: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-family: 'Montserrat',
        sans-serif !important;
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.header .dropdown-item:hover {
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
    text-decoration: none;
    background: #216898;
}

.header .navbar {
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 0px;
    border: none;
    min-height: 0px;
}

.header .menu-item {
    margin-right: 45px;
    position: relative;
}

.header .menu-item:last-of-type {
    margin-right: 0px;
}

.header .menu-item.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #216898;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.header .navbar-links {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-family: 'Montserrat',
        sans-serif !important;
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.header .navbar-links:hover {
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
    text-decoration: none;
    color: #216898;
}

.header .navbar-links:focus {
    outline: none;
    text-decoration: none;
}

.header .navbar-collapse {
    padding: 0px;
    margin-right: 45px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.header .header-soc__block {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .header-soc__block a {
    display: block;
    height: 26px;
    width: 26px;
    opacity: 0.95;
    margin-right: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.header .header-soc__block a:last-of-type {
    margin-right: 0px;
}

.header .header-soc__block a:hover {
    text-decoration: none;
    opacity: 1;
    background: #216898;
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.header .header-soc__block a svg {
    display: block;
    height: 100%;
    width: 100%;
}

.header .header-soc__block a svg.header-fb__icon {
    background: url("../img/header_facebook.svg") center center no-repeat;
}

.header .header-soc__block a svg.header-inst__icon {
    background: url("../img/insta-logo-button.svg") center center no-repeat;
}

.header .header-soc__block a svg.header-tw__icon {
    background: url("../img/header_twitter.svg") center center no-repeat;
}

.header .header-soc__block a svg.header-link__icon {
    background: url("../img/header_linkedin.svg") center center no-repeat;
}

.header .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .search-form:hover .search-input {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    z-index: 7;
}

.header .search-form .search-input {
    -webkit-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    -webkit-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    position: static;
    z-index: -10;
    border: none;
    background: #fff;
    color: #000;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 14px;
    margin-right: 10px;
    padding: 7px 0 7px 10px;
}

.header .search-form .search-input:focus {
    outline: none;
}

.header .search-button {
    background: transparent;
    background: url("../img/search_icon.svg") center center no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    padding: 0px;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.header .search-button:focus {
    outline: none;
}

.header .search-button:active {
    outline: none;
}

.header .login-link {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: 'Montserrat',
        sans-serif !important;
    padding: 10.5px 30px;
    border: 1px solid #636363;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.header .login-link:hover {
    text-decoration: none;
    border: 1px solid #216898;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    color: #216898;
}

/* MAIN SLIDER -------------------
------------------------------*/
.main-slider__container {
    padding: 5px 0 1px;
    background: #191919;
}

.main-slider__container .rectangle-span {
    background: url("../img/rectangle_1.png") center center no-repeat;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    padding: 8px 30px 8px 17px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 5;
}

.main-slider__container .watch-link {
    padding: 20px 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #216898;
    cursor: pointer;
    line-height: 24px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    position: absolute;
    left: 0;
    top: 258px;
    z-index: 5;
}

.main-slider__container .watch-link:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-slider__container .watch-link span {
    padding-left: 28px;
    background: url("../img/play-btn.svg") left center no-repeat;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.main-slider__container .watch-link:hover {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    text-decoration: none;
    background: #216898;
}

.main-slider__container .watch-link:hover span {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    background: url("../img/play_btn_active.svg") left center no-repeat;
}

.main-slider .slide-block {
    position: relative;
}

.main-slider .slide-block img {
    margin: 0 auto;
}

.main-slider .mobile-main-img {
    display: none;
}

.main-slider .slick-dots {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: -10px;
    bottom: 216px;
    z-index: 5;
}

.main-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #303030;
    margin: 0 10px;
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.main-slider .slick-dots li.slick-active {
    width: 15px;
    height: 15px;
    background: rgba(33, 104, 152, 0.7);
    -webkit-transition: 0.35s all linear;
    -o-transition: 0.35s all linear;
    transition: 0.35s all linear;
}

.main-slider__container.main-slider__subpages {
    padding: 40px 0 10px;
}

.main-slider__container.main-slider__subpages .slide-block img {
    margin: 0;
    margin-left: 39.5%;
}

.main-slider__container.main-slider__subpages .main-slider .slick-dots {
    bottom: 185px;
}

/* SPOTLIGHT-SLIDER --------------------------
-----------------------------*/
.spotlight-slider .spotlight-img {
    margin-right: 25px;
    max-height: 80px;
    max-width: 80px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.spotlight-slider .name-span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    display: block;
    margin-bottom: 14px;
}

.spotlight-slider .name-span a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
}

.spotlight-slider .name-span a:hover {
    text-decoration: none;
}

.spotlight-slider .slider-block .flex-block.column-flex a:hover {
    text-decoration: none;
}

.spotlight-slider .title-person {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #a3a3a3;
}

.spotlight-slider .title-person a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #a3a3a3;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.spotlight-slider .category-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #a3a3a3;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.spotlight-slider .category-link:hover {
    text-decoration: none;
    color: #216898;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.spotlight-slider .slider-block.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.spotlight-slider .slick-arrow::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.spotlight-slider .slick-next {
    width: 26px;
    height: 18px;
    top: 57.5%;
    right: -60px;
}

.spotlight-slider .slick-next::before {
    background: url("../img/right-arrow_copy.svg") center center no-repeat;
    width: 26px;
    height: 18px;
    content: ' ';
    display: block;
}

.spotlight-slider .slick-prev {
    width: 26px;
    height: 18px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -60px;
}

.spotlight-slider .slick-prev::before {
    content: ' ';
    display: block;
    background: url("../img/right-arrow_copy.svg") center center no-repeat;
    width: 26px;
    height: 18px;
}

.bottom-slider__container {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
}

.border-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.see-all__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: url("../img/right-arrow.svg") right center no-repeat;
    -webkit-background-size: 19px 12px;
    background-size: 19px 12px;
    padding-right: 22px;
    color: #216898;
}

.see-all__link:hover {
    color: #216898;
    text-decoration: underline;
}

/* MAIN STYLES -----------------
-----------------------------*/
.wrapper-home {
    /* liScroll styles */
    /* that serves as a mask. so you get a sort of padding both left and right */
    /* important: display inline gives incorrect results when you check for elem's width */
}

.wrapper-home .story-block {
    max-width: 355px;
    position: absolute;
    right: 0;
    top: 63px;
}

.wrapper-home .story-block .story-link {
    font-size: 18px;
    line-height: 26px;
    color: #216898;
    font-weight: 700;
    padding-right: 26px;
    display: inline-block;
    background: url("../img/right-arrow.svg") right center no-repeat;
    -webkit-background-size: 21px 17px;
    background-size: 21px 17px;
    margin-bottom: 31px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    opacity: 0;
}

.wrapper-home .story-block .story-link.animation {
    -webkit-animation: move 1.5s linear;
    opacity: 1 !important;
}

.wrapper-home .story-block .story-link span {
    color: #fff;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.wrapper-home .story-block .story-link:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.wrapper-home .story-block .story-link:hover span {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    color: #216898;
}

.wrapper-home .story-block .story-paragraph {
    font-size: 14px;
    font-weight: 300;
    color: #7e7e7e;
    line-height: 24px;
    display: block;
    margin-bottom: 55px;
    opacity: 0;
}

.wrapper-home .story-block .story-paragraph.animation {
    -webkit-animation: move 1s linear;
    opacity: 1;
}

.wrapper-home .story-block .camera-img {
    margin-right: 25px;
}

.wrapper-home .story-block .bottom-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

.wrapper-home .story-block .bottom-block.animation2 {
    -webkit-animation: move 1.5s linear;
    opacity: 1;
}

.wrapper-home .story-block .prod-span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    display: block;
    margin-bottom: 21px;
}

.wrapper-home .story-block .details-link {
    font-size: 16px;
    font-weight: 500;
    color: #216898;
    background: url("../img/right-arrow.svg") 65px center no-repeat;
    -webkit-background-size: 21px 17px;
    background-size: 21px 17px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.wrapper-home .story-block .details-link:hover {
    text-decoration: none;
    color: #fff;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.wrapper-home .news-section {
    background: #fff;
    padding: 63px 0 25px;
}

.wrapper-home .filter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-home .filter-form .filter-section {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #cccccc;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-home .filter-form .filter-section .dropdown-filter:last-of-type .dropdwn-btn {
    margin-right: 0px;
}

.wrapper-home .filter-form .dropdown-filter {
    cursor: pointer;
    padding: 10px 0;
}

.wrapper-home .filter-form .dropdown-filter:last-of-type .dropdwn-btn {
    max-width: none;
    border-right: 0px;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-toggle {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-menu {
    max-height: 250px;
    overflow-y: scroll;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-menu .dropdown-item {
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-menu .dropdown-item:hover {
    background: #216898;
    color: #fff;
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
    padding-left: 34px;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-toggle::after {
    display: none;
}

.wrapper-home .filter-form .dropdown-filter.show .dropdwn-btn::before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.wrapper-home .filter-form .dropdown-filter .dropdwn-btn {
    color: #4c4c4c;
    position: relative;
    padding: 10px 50px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}

.wrapper-home .filter-form .dropdown-filter .dropdwn-btn::before {
    content: '';
    display: inline-block;
    background: url("../img/dropdown_arrow.png") center center no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 35px;
    top: -webkit-calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.wrapper-home .filter-form .dropdown-filter .dropdown-item {
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.wrapper-home .filter-form .submitFilterBtn {
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #216898;
    margin-right: 30px;
    cursor: pointer;
    line-height: 24px;
}

.wrapper-home .filter-form .submitFilterBtn span {
    padding-left: 30px;
    background: url("../img/search_button.svg") left center no-repeat;
}

.wrapper-home .filter-form .resetFilter {
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #a0a0a0;
    line-height: 24px;
}

.wrapper-home .channels-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

.wrapper-home .channels-container .channels-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-home .riv-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-home .river-container {
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    max-width: 1300px;
}

.wrapper-home .tickercontainer {
    /* the outer div with the black border */
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wrapper-home .tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wrapper-home ul.newsticker {
    /* that's your list */
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrapper-home ul.newsticker li {
    float: left;
    margin: 0 35px;
    padding: 0;
}

.wrapper-home .news-container {
    margin-bottom: 40px;
}

.wrapper-home .news-container .news-img__block {
    margin-bottom: 38px;
    display: block;
    position: relative;
}

.wrapper-home .news-container .news-img__block a {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;
}

.wrapper-home .news-container .news-img__block:hover {
    text-decoration: none;
}

.wrapper-home .news-container .news-img {
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.wrapper-home .news-container .news-paragraph {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.wrapper-home .news-container .read-more__link {
    color: #216898;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-right: 24px;
    background: url("../img/right-arrow-link.svg") right center no-repeat;
    -webkit-background-size: 17px 12px;
    background-size: 17px 12px;
}

.wrapper-home .news-container .data-span {
    color: #216898;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.wrapper-home .news-container .data-day {
    color: #b2b2b2;
    font-weight: 700;
    font-size: 68.5px;
    font-family: 'Playfair Display';
    margin-top: -20px;
}

.wrapper-home .news-container .data-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper-home .news-container .category-icon__block {
    background: url("../img/categ_icon.png") center center no-repeat;
    width: 95px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
}

.wrapper-home .sponsors-section {
    padding: 55px 0;
    background: #fbfbfb url("../img/sponsors_bg.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrapper-home .sponsors-section .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapper-home .sponsors-slider .slick-arrow::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.wrapper-home .sponsors-slider .sponsors-slider__block {
    margin-right: 65px;
}

.wrapper-home .sponsors-slider .sponsors-slider__block img {
    margin: 0 auto;
}

.wrapper-home .sponsors-slider .slick-next {
    width: 26px;
    height: 18px;
}

.wrapper-home .sponsors-slider .slick-next::before {
    background: url("../img/right-arrow.svg") center center no-repeat;
    width: 26px;
    height: 18px;
    content: ' ';
    display: block;
}

.wrapper-home .sponsors-slider .slick-prev {
    width: 26px;
    height: 18px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -50px;
    top: 42.5%;
}

.wrapper-home .sponsors-slider .slick-prev::before {
    content: ' ';
    display: block;
    background: url("../img/right-arrow.svg") center center no-repeat;
    width: 26px;
    height: 18px;
}

.wrapper-home .subscribe-section {
    padding: 81px 0 71px;
    background: url("../img/bg_sbscrb.png") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.wrapper-home .subscribe-section .top-sp {
    color: #fff;
    font-family: 'Playfair Display';
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}

.wrapper-home .subscribe-section .suscrb-span {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #c0c0c0;
}

.wrapper-home .subscribe-section .email-input {
    padding: 20px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    line-height: 24px;
    width: 100%;
    display: block;
    background: #343434de;
    border: none;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.568);
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.568);
}

.wrapper-home .subscribe-section .email-input::-webkit-input-placeholder {
    color: #7b7b7b;
}

.wrapper-home .subscribe-section .email-input:-ms-input-placeholder {
    color: #7b7b7b;
}

.wrapper-home .subscribe-section .email-input::-ms-input-placeholder {
    color: #7b7b7b;
}

.wrapper-home .subscribe-section .email-input::placeholder {
    color: #7b7b7b;
}

.wrapper-home .subscribe-section .email-input:focus {
    outline: none;
}

.wrapper-home .subscribe-section .learn-more__link {
    padding: 20px 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #216898;
    cursor: pointer;
    line-height: 24px;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.wrapper-home .subscribe-section .learn-more__link span {
    padding-left: 35px;
    background: url("../img/movie-clapper-open.svg") left center no-repeat;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    fill: #fff;
}

.wrapper-home .subscribe-section .learn-more__link:hover {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    text-decoration: none;
    background: #216898;
}

.wrapper-home .subscribe-section .learn-more__link:hover span {
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    background: url("../img/movie-clapper-active.svg") left center no-repeat;
}

/*SERVICES PAGE -------------------
---------------------------------*/
.services-main .services-h1 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Playfair Display';
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.services-main .h3-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
}

.services-main .top-services {
    background: #191919;
}

.services-main .top-services .bg-block {
    background: #191919 url("../img/services_bg.png") 60% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 62.5px 0;
}

.services-main .top-services .breadcrumb {
    background: transparent;
    padding: 0px;
    margin: 0px;
}

.services-main .top-services .breadcrumb-item {
    padding: 0px;
    margin-right: 4px;
}

.services-main .top-services .breadcrumb-item:last-of-type {
    margin-right: 0px;
}

.services-main .top-services .breadcrumb-item:last-of-type a {
    border-right: none;
}

.services-main .top-services .breadcrumb-item::before {
    display: none;
}

.services-main .top-services .breadcrumb-item.active a {
    color: #ffffff60;
}

.services-main .top-services .breadcrumb-item a {
    font-size: 14px;
    font-weight: 300;
    color: #216898;
    padding: 3px 0px;
    border-right: 1px solid #7e7e7e;
    padding-right: 4px;
    display: block;
}

.services-main .content-services {
    padding: 80px 0 125px;
    background: #FFF;
}

.services-main .content-services .bold-span {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}

.services-main .content-services .postprod-p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 300;
    max-width: 260px;
}

.services-main .content-services .price-span {
    font-size: 45px;
    line-height: 64px;
    color: #216898;
    font-style: normal;
    font-family: 'Playfair Display';
    font-weight: 700;
    display: block;
    margin-bottom: 63px;
}

.services-main .content-services .hero-block {
    background: #f7f7f7;
    padding: 15px 85px;
}

.services-main .services-list li {
    margin-bottom: 20px;
}

.services-main .services-list .services-list__span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    padding: 7px 0 7px 83px;
}

.services-main .services-list .services-list__span.first-item {
    background: url("../img/list_item_1.svg") 35px center no-repeat;
    -webkit-background-size: 29px 29px;
    background-size: 29px 29px;
}

.services-main .services-list .services-list__span.second-item {
    background: url("../img/list_item_2.svg") 35px center no-repeat;
}

.services-main .services-list .services-list__span.third-item {
    background: url("../img/list_item_3.svg") 35px center no-repeat;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.services-main .services-list .services-list__span.fourth-item {
    background: url("../img/list_item_4.svg") 35px center no-repeat;
}

.services-main .services-list .services-list__span.fifth-item {
    background: url("../img/list_item_5.svg") 35px center no-repeat;
    -webkit-background-size: 29px 21px;
    background-size: 29px 21px;
}

.services-main .services-list .services-list__span.sixth-item {
    background: url("../img/list_item_6.svg") 35px center no-repeat;
}

.services-main .services-list .services-list__span.seventh-item {
    background: url("../img/list_item_7.svg") 35px center no-repeat;
    -webkit-background-size: 23px 18px;
    background-size: 23px 18px;
}

/* FOOTER STYLES ----------------
----------------------------*/
.footer {
    margin: 0;
    padding: 75px 0 100px;
    background: url("../img/footer_bg.png") center center repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer .footer-logo {
    display: block;
    margin-bottom: 30px;
	max-width:200px;
}

.footer .footer-p {
    color: #727272;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.footer .list-span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding-bottom: 21px;
    margin-bottom: 23px;
    border-bottom: 1px solid #383736;
}

.footer .footer-list.mr-right {
    margin-right: 95px;
}

.footer .list-item {
    margin-bottom: 25px;
}

.footer .list-item:last-of-type {
    margin-bottom: 0px;
}

.footer .list-item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.footer .list-item a:hover {
    color: #a7a7a7;
    -webkit-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
}

.footer .soc-icons {
    margin-bottom: 62px;
}

.footer .soc-icons .soc-block {
    margin-bottom: 14px;
}

.footer .soc-icons .soc-block:last-of-type {
    margin-bottom: 0px;
}

.footer .soc-icons .soc-block a {
    display: block;
    width: 38px;
    height: 38px;
    margin-right: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.footer .soc-icons .soc-block a:last-of-type {
    margin-right: 0px;
}

.footer .soc-icons .soc-block svg,
.footer .soc-icons .soc-block i {
    display: block;
    width: 100%;
    height: 100%;
}

.footer .soc-icons .soc-block svg.facebook-icon,
.footer .soc-icons .soc-block i.facebook-icon {
    background: url("../img/facebook_icon.svg") center center no-repeat;
}

.footer .soc-icons .soc-block svg.instagram-icon,
.footer .soc-icons .soc-block i.instagram-icon {
    background: url("../img/instagram_icon.png") center center no-repeat;
}

.footer .soc-icons .soc-block svg.twitter-icon,
.footer .soc-icons .soc-block i.twitter-icon {
    background: url("../img/twitter_icon.svg") center center no-repeat;
}

.footer .soc-icons .soc-block svg.linkedin-icon,
.footer .soc-icons .soc-block i.linkedin-icon {
    background: url("../img/link_icon.svg") center center no-repeat;
}

.footer .copyright-span {
    font-size: 14px;
    font-weight: 500;
    color: #444140;
    font-style: normal;
}

.mobile-block {
    display: none;
}

/* MEDIA KEYFRAMES ------------------
---------------------------------*/
@media screen and (min-width: 1200px) {
    .wrapper-home .border-block {
        padding-bottom: 3px;
        border-bottom: 1px solid #cccccc;
        margin-right: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .wrapper-home .filter-form .filter-section {
        border-top: 1px solid #cccccc;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .h1-header .wrapper-home .filter-form .dropdown-filter .dropdwn-btn {
        width: 100%;
        text-align: left;
    }

    .wrapper-home .news-container .news-img__block a {
        max-height: 265px;
        min-height: 265px;
        position: relative;
        overflow: hidden;
    }

    .wrapper-home .news-container .news-img {
        position: absolute;
        left: 0;
        top: -100px;
    }
}

@media screen and (max-width: 768px) {
    .desktop-block {
        display: none;
    }

    .h1-header {
        top: 100px;
    }

    .header .header-logo {
        margin-right: 0px;
    }

    .header .menu-item {
        padding: 12.5px 0;
    }

    .header .container {
        height: auto;
    }

    .header .header-soc__block {
        display: none;
    }

    .header .login-link {
        display: none;
    }

    .header .navbar-light .navbar-toggler-icon {
        background-image: none;
        background: #216898;
        height: 2px;
        display: block;
        margin-bottom: 5px;
    }

    .header .navbar-light .navbar-toggler-icon:last-of-type {
        margin-bottom: 0px;
    }

    .header .search-form.search-form__hidden {
        display: none;
    }

    .header .navbar-toggler-open .navbar-toggler-icon:nth-child(2) {
        display: none;
    }

    .header .navbar-toggler-open .navbar-toggler-icon:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header .navbar-toggler .navbar-toggler-icon {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .header .navbar-toggler-open .navbar-toggler-icon:nth-child(3) {
        margin: -7px 0 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .mobile-search__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 5;
        overflow: hidden;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding-left: 20px;
    }

    .header .mobile-search__form .search-input {
        position: static;
        z-index: -10;
        border: none;
        background: #fff;
        color: #000;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        font-size: 14px;
        margin-right: 20px;
        padding: 7px 0 7px 10px;
        width: 95%;
    }

    .header .mobile-search__form .search-input:focus {
        outline: none;
    }

    .header .search-form {
        display: none;
    }

    .header .menu-item.active::before {
        display: none;
    }

    .header .navbar-collapse {
        margin-right: 0px;
    }

    .main-slider__container {
        padding: 20px 0 10px;
    }

    .main-slider__container .watch-link {
        top: 210px;
        padding: 15px 25px;
    }

    .bottom-slider__container {
        bottom: -30px;
    }

    .border-flex {
        padding-bottom: 15px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .border-flex .h3-header.slider-header {
        height: 32px;
    }

    .wrapper-home .story-block {
        max-width: 310px;
    }

    .wrapper-home .story-block .story-paragraph {
        margin-bottom: 28px;
    }

    .wrapper-home .filter-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrapper-home .filter-form .filter-section {
        margin-bottom: 15px;
        padding-bottom: 2px;
    }

    .wrapper-home .subscribe-section .top-sp {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    .wrapper-home .subscribe-section .suscrb-span {
        text-align: center;
        display: block;
        margin-bottom: 40px;
    }

    .wrapper-home .subscribe-section .learn-more__link {
        display: block;
        max-width: 180px;
        margin: 0 auto;
        padding: 20px 24px;
    }
}

@media screen and (max-width: 576px) {
    .container {
        padding: 0 23px;
    }

    .mobile-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header-logo {
        margin-left: 15px;
    }

    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }

    .mobile-block {
        display: block;
    }

    .header {
        padding: 17px 0 16px;
        background: url("../img/mobile_header_bg.png") 0 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .header .navbar-toggler {
        padding: 3px;
    }

    .header .search-input {
        max-width: 110px;
        margin-right: 10px;
    }

    .header .mobile-search__form {
        padding-left: 7.5px;
    }

    .header .container {
        padding: 0px;
        height: auto;
    }

    .header .navbar {
        padding: 0px;
    }

    .header .menu-item {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .header .menu-item:last-of-type {
        margin-bottom: 0px;
    }

    .header .menu-item a {
        padding-bottom: 10px;
        font-size: 18px;
        display: inline-block;
    }

    .header .menu-item.active a {
        border-bottom: 1px solid #216898;
    }

    .header .navbar-collapse {
        padding: 55px 0 65px;
        height: 65vh;
    }

    .main-slider__container {
        padding: 80px 0 10px;
    }

    .main-slider__container .rectangle-span {
        left: 2.5px;
        top: 10px;
    }

    .main-slider__container .watch-link {
        bottom: 52px;
        left: 23px;
        top: auto;
    }

    .main-slider__container .main-slider {
        margin: 0 -23px 55px;
    }

    .main-slider__container .main-slider .slide-block {
        min-height: 450px;
    }

    .main-slider__container .main-slider .slide-block .desktop-main-img {
        display: none;
    }

    .main-slider__container .main-slider .slide-block .mobile-main-img {
        margin: 0;
        margin-left: auto;
        display: block;
    }

    .main-slider__container .main-slider .slick-dots {
        bottom: 0px;
        left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-slider__container .story-block {
        margin-bottom: 70px;
    }

    .main-slider__container .container.padding-0 {
        padding: 0 23px;
    }

    .bottom-slider__container {
        position: relative;
        bottom: 0px;
        left: 0px;
    }

    .h1-header {
        top: 165px;
        left: 23px;
        padding-right: 23px;
        font-size: 32px;
    }

    /*MAIN STYLES ---------------
-------------------------*/
    .wrapper-home .sponsors-slider .sponsors-slider__block {
        margin-right: 0px;
    }

    .wrapper-home .filter-form .dropdown-filter .dropdwn-btn {
        border-right: 0px;
    }

    .wrapper-home .channels-container h3 {
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .wrapper-home .h3-header.header-border {
        text-align: center;
    }

    .wrapper-home .sponsors-section h3 {
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .wrapper-home .news-header {
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
        text-align: center;
    }

    .wrapper-home .filter-form .dropdown-filter {
        border: none;
        padding: 15px 0;
    }

    .wrapper-home .filter-form .submitFilterBtn {
        margin-right: 0px;
        padding: 20px 15px;
        width: 130px;
        margin-right: 20px;
    }

    .wrapper-home .filter-form .resetFilter {
        padding: 20px 15px;
        width: 130px;
    }

    .wrapper-home .filter-form .filter-section {
        padding-bottom: 15px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 3px;
    }

    .wrapper-home .filter-form .buttons-block {
        padding-top: 15px;
        border-top: 1px solid #cccccc;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .wrapper-home .story-block {
        max-width: 100%;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .wrapper-home .story-block .story-link {
        margin-bottom: 20px;
        opacity: 1
    }

    .wrapper-home .subscribe-section {
        padding: 195px 0 65px;
        background: url("../img/bg_sbscrb_mobile.png") left center no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .services-main .top-services .bg-block {
        background: #191919;
    }

    .services-main .content-services .price-span {
        margin-bottom: 35px;
    }

    .services-main .content-services .hero-block {
        padding: 10px 15px;
        margin-bottom: 25px;
    }

    .services-main .services-list .services-list__span {
        padding: 7px 0 7px 50px;
    }

    .services-main .services-list .services-list__span.first-item {
        background: url("../img/list_item_1.svg") 10px center no-repeat;
        -webkit-background-size: 29px 29px;
        background-size: 29px 29px;
    }

    .services-main .services-list .services-list__span.second-item {
        background: url("../img/list_item_2.svg") 10px center no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .services-main .services-list .services-list__span.third-item {
        background: url("../img/list_item_3.svg") 10px center no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px;
    }

    .services-main .services-list .services-list__span.fourth-item {
        background: url("../img/list_item_4.svg") 10px center no-repeat;
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }

    .services-main .services-list .services-list__span.fifth-item {
        background: url("../img/list_item_5.svg") 10px center no-repeat;
        -webkit-background-size: 29px 21px;
        background-size: 29px 21px;
    }

    .services-main .services-list .services-list__span.sixth-item {
        background: url("../img/list_item_6.svg") 10px center no-repeat;
    }

    .services-main .services-list .services-list__span.seventh-item {
        background: url("../img/list_item_7.svg") 10px center no-repeat;
        -webkit-background-size: 23px 18px;
        background-size: 23px 18px;
    }

    .footer {
        padding: 35px 10px 15px;
    }

    .footer .footer-logo img {
        margin: 0 auto;
    }

    .footer .footer-p {
        text-align: center;
        display: block;
        margin-bottom: 42px;
    }

    .footer .footer-list.mobile-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .footer .footer-list.mobile-flex .list-item {
        margin-right: 38px;
    }

    .footer .industries-list {
        margin-bottom: 41px;
    }

    .footer .soc-icons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer .soc-icons .soc-block {
        margin-right: 13px;
    }

    .footer .soc-icons .soc-block:last-of-type {
        margin-right: 0px;
    }

    .top-page {
        margin-top: 64px;
    }

    .border-flex.column-border {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .border-flex.column-border .h3-header.slider-header {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        font-size: 23px;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .header .mobile-search__form {
        padding-left: 4px;
    }

    .header .search-input {
        max-width: 70px;
    }

    .wrapper-home .filter-form .buttons-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper-home .filter-form .submitFilterBtn {
        margin-bottom: 20px;
        width: 100%;
    }

    .wrapper-home .filter-form .resetFilter {
        width: 100%;
    }
}

/* PRELOADER STYLES ---------
-----------------------------*/
#preload_canvas {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 30;
}

.contpre {
    width: 166px;
    height: 236px;
    position: absolute;
    left: -webkit-calc(50% - 83px);
    left: calc(50% - 83px);
    top: -webkit-calc(50% - 118px);
    top: calc(50% - 118px);
}

.contpre .wait-span {
    color: #fff;
    font-size: 42px;
    font-family: 'Playfair Display';
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    display: block;
    margin-bottom: 16px;
}

.contpre .preparing-cam {
    font-size: 14px;
    line-height: 24px;
    color: #216898;
    font-weight: 300;
    text-align: center;
    display: block;
}

.contpre .ring-block {
    width: 145px;
    height: 145px;
    border: 1px solid #303030;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 30px;
}

#preload_canvas .ring-svg {
    position: absolute;
    width: 135px;
    height: 135px;
    position: absolute;
    left: 15px;
    top: 5px;
    background: url("../img/focus_preloader.svg") center center no-repeat;
}

#preload_canvas .svg_anm {
    position: absolute;
    width: 30px;
    height: 33px;
    background: url("../img/preloader_logo.png") center center no-repeat;
    left: -webkit-calc(50% - 13px);
    left: calc(50% - 13px);
    top: -webkit-calc(74px - 15px);
    top: calc(74px - 15px);
    background-size: contain;
}

.ring-svg {
    -webkit-animation: rotation 10s infinite linear;
}

/*ANIMATION STYLES ----------
------------------------*/
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
    }
}

/*PREVIOUS STYLES ---------------
  ---------------------------*/
.why-section h3 {
    text-transform: none !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #216898 !important;
    line-height: inherit !important;
    margin: 0 0 20px;
    font-family: 'Playfair Display';
    font-weight: bold;
}

.why-top__title {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.why-section p {
    margin: 20px 0;
    color: #e3e3e3;
    line-height: 1.3;
}

.why-section .purple-btn:hover {
    background: #6F1A74;
    text-decoration: none;
    color: #fff;
}

.why-section .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1170px;
}

.why-section .col2 .col {
    padding-left: 0px;
    padding-right: 0px;
}

main {
    background: #eaeaea;
}

.contact-grid h3 {
    font-family: 'Playfair Display';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #216898;
    line-height: inherit;
    margin: 0 0 20px;
    font-weight: bold;
}

.top-page__title {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.contact-item,
.contact-team h3 {
    color: #565656;
}

.contact-item__adr a,
.contact-item__email a,
.contact-item__phone a {
    font-size: 15px;
    color: #565656;
}

.contact-item__adr {
    font-size: 15px;
}

.contact-item__adr a,
.contact-item__email a,
.contact-item__phone a:hover {
    color: #565656;
}

.contact-item .p1 {
    margin: 0 0 20px;
    font-size: 15px;
}

.contact-item {
    margin-top: 20px;
    margin: 0 0 20px;
}

.s1 em {
    font-family: MuseoSans900,
        serif;
    font-weight: bold;
    font-style: italic;
}

.video-item__company a {
    font-weight: 400;
}

.video-item__company a:hover {
    text-decoration: underline;
    color: #fff;
}

.video-item__title {
    font-family: 'Playfair Display';
    font-weight: bold;
    overflow-wrap: break-word;
    font-size: 17px;
}

.video-item__title:hover {
    text-decoration: underline;
    color: #fff;
}

#myBtn {
    font-size: 15px;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
    font-size: 15px;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 15px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 15px;
}

.contact-team__item-job {
    font-size: 15px;
}

.library-item__info a {
    font-family: Roboto,
        sans-serif;
}

.library-item__info a:hover {
    text-decoration: none;
    color: #797979;
}

.why-section__left {
    width: 100%;
}

.count-category__num {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.count-category__desc {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.filter-reset {
    font-family: 'Montserrat',
        sans-serif;
}

.people-item__company {
    font-size: 12px;
}

.company-item__name,
.people-item__name {
    font-size: 16.5px;
}

.dedicated-videos__title {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.dedicated-social__item {
    font-family: 'Montserrat',
        sans-serif;
}

.general-info__categories-item a {
    font-family: 'Montserrat',
        sans-serif;
}

.general-info__row a {
    font-family: 'Montserrat',
        sans-serif;
}

.general-info__title {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.share__title {
    font-family: 'Montserrat',
        sans-serif;
}

.orange-btn:hover {
    color: #fff;
}

.slick-dots .slick-dots li button:before {
    width: 8px;
    height: 8px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
}

.general-info__row {
    font-family: 'Montserrat',
        sans-serif;
}

.dedicated-videos__title,
.relevant-people__title {
    font-family: 'Montserrat',
        sans-serif;
}

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

.video-item__info .video-item__company {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video-page__top-title {
    font-family: 'Playfair Display';
    font-weight: bold;
}

#menu-top-menu-1 .list-item:nth-child(2) {
    display: none;
}</pre></body></html>