<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-search:before {
    content: "\e900";
    color: #848484
}

.icon-line:before {
    content: "\e901"
}

.icon-photo:before {
    content: "\e902"
}

.icon-play:before {
    content: "\e903"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-feed:before {
    content: "\f09e"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-youtube:before {
    content: "\f16a"
}

.icon-instagram:before {
    content: "\f16d"
}

.icon-google:before {
    content: "\f1a0"
}

.icon-whatsapp:before {
    content: "\f232"
}

.icon-home {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMyAxOSIgd2lkdGg9IjIzIiBoZWlnaHQ9IjE5Ij48ZGVmcz48aW1hZ2Ugd2lkdGg9IjIzIiBoZWlnaHQ9IjE5IiBpZD0iaW1nMSIgaHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCY0FBQUFUQ0FNQUFBQk1aV2FFQUFBQUFYTlNSMElCMmNrc2Z3QUFBSGhRVEZSRkk2cmZJcXJoSUtmZkFBQUFFSEMvRUhhOEVIYThFSGkvSTZyZ0k2bmdJNm5oSUsvZkVIYThFSFc4RVhhOEVYYTdJcW5mSXFyZ0lxcmhJS3ZpRUhTN0VIVzhFSFc3SUt2ZklxbmdJcW5oSUtyZkVIVzZFSGE3RUhhOEVIYTdJcXJmSTZyZklxcmZFSFc5RUhhOElxbmZFSGE3STZyZkVIYThSYmhPVHdBQUFDaDBVazVUd0c4Z0FCQmZyeUQvcjE4UVVKLy84SUR2bjA5QTc4QkEzNDh3TUkvZmdPQ3c4R0RRMEhCZ29Pb1R1a2dBQUFDZFNVUkJWSGljYmRIYkZvSWdFSVhoeVcxSm9VQmxXbG9lT3ZuK2J4aUVFVUgvNVhlejE1b2hXaVFJU3BlcmpJaXg5WVo3bWhkQ1NKQml1dTF1YjdFc0RrSlhnV3BtTzU2YTlud1J0ZzdFbVV1NGNoRDZQNTVwSDJLWDBLNWlyNHpYc1hmR2VleTU4ZSt3TjJ0OENGM1BHbGVoVjlhYk1mQ3JkU1RrKzYzRTdFQjkvN2g4MkFQU2ZOMW4vL1lweGErRHExRk1yZnVDY3oyVGVkOTVBUmh5RUkvVnpURHVBQUFBQUVsRlRrU3VRbUNDIi8+PC9kZWZzPjxzdHlsZT50c3BhbiB7IHdoaXRlLXNwYWNlOnByZSB9PC9zdHlsZT48dXNlIGlkPSJCYWNrZ3JvdW5kIiBocmVmPSIjaW1nMSIgeD0iMCIgeT0iMCIgLz48L3N2Zz4=)
}

.icon-play {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.lazyrow {
    max-height: 100%;
    max-width: 100%;
    object-fit: fill;
    width: 100%;
    height: 100%
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    margin: 0;
    padding: 0
}

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

a {
    color: inherit;
    text-decoration: none;
    vertical-align: top;
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    color: #194f9a;
    text-decoration: none
}

a:focus,
button:focus {
    outline: 0;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic
}

table {
    border-collapse: collapse
}

iframe {
    border: none;
    vertical-align: top
}

video {
    vertical-align: top
}

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

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

input:focus {
    outline: 0
}

input:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
input:focus::-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400
}

.col-bs10-1,
.col-bs10-10,
.col-bs10-11,
.col-bs10-12,
.col-bs10-2,
.col-bs10-3,
.col-bs10-4,
.col-bs10-5,
.col-bs10-6,
.col-bs10-7,
.col-bs10-8,
.col-bs10-9,
.col-bs12-1,
.col-bs12-10,
.col-bs12-11,
.col-bs12-12,
.col-bs12-2,
.col-bs12-3,
.col-bs12-4,
.col-bs12-5,
.col-bs12-6,
.col-bs12-7,
.col-bs12-8,
.col-bs12-9,
.col-bs9-1,
.col-bs9-10,
.col-bs9-11,
.col-bs9-12,
.col-bs9-2,
.col-bs9-3,
.col-bs9-4,
.col-bs9-5,
.col-bs9-6,
.col-bs9-7,
.col-bs9-8,
.col-bs9-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.col-bs10-1 {
    width: 10%
}

.col-bs10-2 {
    width: 20%
}

.col-bs10-3 {
    width: 30%
}

.col-bs10-4 {
    width: 40%
}

.col-bs10-5 {
    width: 50%
}

.col-bs10-6 {
    width: 60%
}

.col-bs10-7 {
    width: 70%
}

.col-bs10-8 {
    width: 80%
}

.col-bs10-9 {
    width: 90%
}

.col-bs10-10 {
    width: 100%
}

.col-bs9-1 {
    width: 11.11111%
}

.col-bs9-2 {
    width: 22.22222%
}

.col-bs9-3 {
    width: 33.33333%
}

.col-bs9-4 {
    width: 44.44444%
}

.col-bs9-5 {
    width: 55.55556%
}

.col-bs9-6 {
    width: 66.66667%
}

.col-bs9-7 {
    width: 77.77778%
}

.col-bs9-8 {
    width: 88.88889%
}

.col-bs9-9 {
    width: 100%
}

.col-bs12-1 {
    width: 8.33333%
}

.col-bs12-2 {
    width: 16.66667%
}

.col-bs12-3 {
    width: 25%
}

.col-bs12-4 {
    width: 33.33333%
}

.col-bs12-5 {
    width: 41.66667%
}

.col-bs12-6 {
    width: 50%
}

.col-bs12-7 {
    width: 58.33333%
}

.col-bs12-8 {
    width: 66.66667%
}

.col-bs12-9 {
    width: 75%
}

.col-bs12-10 {
    width: 83.33333%
}

.col-bs12-11 {
    width: 91.66667%
}

.col-bs12-12 {
    width: 100%
}

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

.clearfix:after {
    clear: both
}

.container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative
}

.col-offset-fluid {
    margin-right: -15px;
    margin-left: -15px
}

.col-offset-0 {
    padding-right: 0;
    padding-left: 0
}

.col-offset-center {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.row {
    position: relative
}

.button,
button,
input,
select,
textarea {
    margin: 0;
    padding: 6px 12px;
    border-radius: 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 1px solid #d5d5d5;
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    color: #000
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover {
    border: 1px solid #a2a2a2;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .18)
}

input[type=password],
input[type=text],
select {
    height: 45px
}

input[type=password]:disabled,
input[type=text]:disabled {
    background: #f4f4f4;
    color: #c2bebe
}

input[type=password]:disabled:focus,
input[type=password]:disabled:hover,
input[type=text]:disabled:focus,
input[type=text]:disabled:hover {
    border: solid 1px #c4c4c4;
    box-shadow: inherit
}

textarea {
    min-height: 100px;
    max-width: 100%;
    display: block;
    width: 100%;
    resize: none
}

button,
input[type=checkbox],
input[type=radio],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

.form__attribute {
    padding: 12px 0 0
}

.form__group {
    position: relative;
    display: block;
    margin: 0 0 20px
}

.form__group button,
.form__group input,
.form__group select,
.form__group textarea {
    display: block;
    width: 100%
}

.form__group label {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px
}

.form__group .error {
    color: red;
    padding: 2px 0;
    font-size: 12px
}

.form__group .error:empty {
    padding: 0
}

.form__group.select {
    position: relative
}

.form__group.select select {
    background: 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.form__group.select:after {
    content: '';
    position: absolute;
    top: 42px;
    right: 15px;
    width: 15px;
    height: 15px;
    border-left: 2px solid #a2a2a2;
    border-bottom: 2px solid #a2a2a2;
    transform: rotate(-45deg);
    z-index: 1;
    pointer-events: none
}

.form__radio {
    padding: 13px 0 9px
}

.form__radio input[type=radio] {
    display: inline-block;
    width: auto;
    margin-right: 10px
}

.form__radio label {
    display: block
}

.form__select {
    position: relative;
    background: 0 0
}

.form__select:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.form__button {
    height: 45px;
    background: #194f9a;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #194f9a;
    text-transform: uppercase
}

.form__button:focus,
.form__button:hover {
    background: #0a9fd7;
    border: 1px solid #0a9fd7
}

.form__footer {
    padding: 10px 0;
    position: relative
}

.form--hide {
    visibility: hidden;
    display: none
}

.social {
    position: relative
}

.social__block {
    display: block
}

.social__item {
    display: inline-block;
    padding: 0 2px
}

.social__link {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 9px 8px;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: center
}

.social__link--facebook {
    background: #3b5998
}

.social__link--twitter {
    background: #1da1f2
}

.social__link--instagram {
    background: #c13584
}

.social__link--youtube {
    background: #cd201f
}

.social__link--pinterest {
    background: #bd081c
}

.social__link--whatsapp {
    background: #25d366
}

.social__link--line {
    background: #00c300
}

.social__link--linkedin {
    background: #0077b5
}

.social__link--path {
    background: #ee3423
}

.social__link--google-plus {
    background: #dd4b39
}

.social__link--rss {
    background: #f26522
}

.social__link--cookpad {
    position: relative;
    background-color: #f3983e
}

.social__link--kaskus {
    background-color: #faa61a
}

.social__link--vidio {
    background-color: #ed3838
}

.social__link--heart {
    background: #cd201f
}

.social__link--comment-o {
    background: #b3b2b2
}

.social__link:hover {
    color: #fff
}

.social--header {
    padding: 0;
    text-align: right
}

.social--header .social__link {
    font-size: 15px;
    width: 25px;
    height: 25px;
    padding: 5px;
    color: #fff;
    background: #1b1b1b;
    position: relative
}

.social--header .social__link:hover {
    background: #194f9a
}

.social--header .social__item {
    padding: 0 5px
}

.social--article {
    padding: 10px 0 20px;
    text-align: center
}

.social--article .social__link:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2)
}

.social__text {
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.social__share {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 2px 10px 0
}

.social__share__count {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.social__share span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1
}

.header {
    position: relative;
    padding: 0;
    z-index: 9;
    background: #fff;
    width: 1100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

@media (min-width:1100px) {
    .header {
        width: 100%
    }
}

.header__top {
    padding: 10px 12px;
    background: #000
}

.header__top .arrow {
    background: 0 0;
    font-size: 24px;
    padding: 0 10px;
    color: #fff;
    top: 0
}

.header__top .arrow:hover {
    background: 0 0
}

.header__top .arrow.slick-disabled {
    opacity: .2
}

.header__top .arrow--left {
    left: 0
}

.header__top .arrow--right {
    right: -30px
}

.header__top h4 {
    color: #fff;
    font-weight: 700;
    margin-top: 3px;
    position: relative
}

.header__top h4:after {
    content: ':';
    position: absolute;
    right: -5px;
    top: 0
}

.header__middle {
    padding: 0
}

.header__middle .col-offset-fluid {
    display: flex;
    align-items: center;
    justify-content: center
}

.header__bottom {
    background: #fff;
    border-top: 1px solid #eee
}

.logo {
    position: relative;
    justify-content: flex-start !important
}

.logo img {
    width: auto;
    height: 65px
}

.logo a,
.logo__link {
    display: inline-block
}

.is--scroll .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    width: 1100px
}

@media (min-width:1100px) {
    .is--scroll .header__bottom {
        width: 100%
    }
}

.nav {
    position: relative;
    z-index: 10;
    padding: 10px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    margin: 0 -6px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav li {
    display: block;
    transition-duration: .5s;
    position: relative
}

.nav li:hover {
    cursor: pointer;
    color: #194f9a
}

.nav li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 1rem;
    left: 0;
    top: 20px;
    display: none;
    z-index: 1;
    padding: 10px;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.nav li ul li {
    clear: both;
    width: 100%;
    width: 48%;
    display: inline-block;
    vertical-align: top
}

.nav li ul li:hover {
    color: #000 !important
}

.nav li ul li a {
    padding: 10px 15px;
    color: #000 !important
}

.nav li ul li a:hover {
    color: #194f9a !important
}

.nav li a {
    position: relative;
    display: block;
    padding: 10px 7px;
    text-transform: uppercase;
    letter-spacing: .1px;
    font-size: 13px;
    font-weight: 700
}

.nav li ul:hover,
.nav li:hover&gt;ul {
    visibility: visible;
    opacity: 1;
    display: block
}

.nav__home {
    position: absolute;
    left: -35px;
    top: 18px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav__home .icon {
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

.nav__wrap.more {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    padding: 10px 10px;
    width: min-content;
    min-width: 150px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.nav__wrap.more li {
    display: block;
    width: 100%
}

.nav__wrap.more li a {
    padding: 5px 7px
}

.nav__more {
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 1
}

.nav__more .icon {
    border-radius: 3px;
    background: #cecece;
    font-size: 14px;
    color: #fff;
    padding: 2px 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav__more:hover .nav__wrap.more {
    opacity: 1;
    visibility: visible;
    top: 35px
}

.nav__more&gt;a {
    display: block;
    line-height: 1;
    padding: 10px 5px
}

.nav__more&gt;a:hover .icon {
    background: #848484
}

.is--scroll .nav__home {
    opacity: 1;
    visibility: visible
}

.search {
    position: relative
}

.search__bar {
    margin-top: 0;
    position: relative
}

.search__bar .icon {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    font-size: 19px;
    pointer-events: none
}

.search__bar__page {
    position: relative;
    margin-top: 0
}

.search__bar__page .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    font-size: 19px;
    pointer-events: none
}

.search__input {
    background: 0 0;
    height: 40px !important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 14px
}

.search__input::placeholder {
    color: #ccc
}

.search__input:focus,
.search__input:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    box-shadow: none;
    border: 1px solid #a2a2a2
}

.search__submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    box-shadow: none;
    border: none;
    color: transparent
}

.search__submit:focus,
.search__submit:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: 0 0;
    box-shadow: none;
    border: none;
    color: transparent
}

.hl {
    position: relative
}

.hl__big {
    position: relative;
    height: 421px;
    overflow: hidden
}

.hl__small {
    position: relative;
    margin-top: -7px;
    height: 190px;
    overflow: hidden
}

.hl__link {
    display: inline-block
}

.hl__link:hover {
    color: inherit
}

.hl__b-item {
    position: relative
}

.hl__b-img {
    position: relative;
    background: #000;
    height: 421px
}

.hl__b-img img {
    width: 100%
}

.hl__b-cat {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    background: #000;
    padding: 8px 20px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.hl__b-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 160px 20px 30px;
    background: linear-gradient(90deg, #000, transparent);
    background: -webkit-linear-gradient(90deg, #000, transparent)
}

.hl__b-subtitle {
    display: inline-block;
    padding: 0 0 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    letter-spacing: 2.4px;
    font-size: 13px;
    color: #fff
}

.hl__b-author {
    display: inline-block;
    padding: 0;
    letter-spacing: 1.2px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.hl__b-author__img {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
}

.hl__b-title {
    margin: 10px 0 12px;
    padding: 0;
    height: auto;
    max-height: 156px;
    overflow: hidden;
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.hl__b-title a:hover {
    text-decoration: underline
}

.hl__b-date {
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #fff
}

.hl__s-item {
    display: block;
    position: relative;
    border-right: 1px solid #fff;
    border-top: 2px solid #fff;
    border-left: 1px solid #fff;
    height: 182px !important;
    background: #000;
    margin-top: 7px;
    width: 25%;
    vertical-align: top;
    float: left
}

.hl__s-item:after {
    position: absolute;
    content: '';
    width: 100%;
    top: -7px;
    left: 0;
    border-top: 7px solid transparent;
    z-index: 1
}

.hl__s-item.slick-current:after {
    border-top: 7px solid #fff
}

.hl__s-img {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: calc(174px / (5 / 3));
    overflow: hidden
}

.hl__s-img img {
    width: 100%
}

.hl__s-title {
    margin: 7px 0;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    height: auto;
    max-height: 60px;
    overflow: hidden
}

.hl__s-title a:hover {
    text-decoration: underline
}

.hl .slick-dots {
    bottom: 33px;
    text-align: right;
    padding-right: 20px
}

.hl .slick-dots li button {
    background: #fff
}

.hl .slick-dots li.slick-active button {
    background: #eba657;
    background: #194f9a
}

.hl .slick-dots li button:before {
    content: ''
}

.latest {
    position: relative
}

.latest__item {
    position: relative;
    margin: 30px 0;
    min-height: calc(220px / (5 / 3))
}

.latest__item:first-child {
    margin: 0 0 30px
}

.latest__img {
    width: 220px;
    height: calc(220px / (5 / 3));
    position: relative;
    overflow: hidden;
    float: right;
    margin-left: 15px
}

.latest__subtitle {
    display: inline-block;
    padding: 0 0 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #194f9a;
    letter-spacing: 2.4px;
    font-size: 12px;
    color: #194f9a
}

.latest__subtitle:hover {
    border-bottom: 1px solid #000
}

.latest__title {
    margin: 6px 0;
    font-size: 20px;
    font-weight: 700;
    height: auto;
    max-height: 81px;
    overflow: hidden
}

.latest__lead {
    margin: 10px 0;
    font-size: 14px
}

.latest__date {
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #7e7e7e
}

.latest__author {
    padding: 0 0 5px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    color: #194f9a
}

.latest__author__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 0 10px
}

.latest__author__img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .3)
}

.latest__link {
    display: block
}

.latest__more {
    margin: -10px 0 0;
    padding: 0 0 20px;
    text-align: center
}

.latest__button {
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    border-bottom: 1px solid #194f9a;
    font-size: 18px;
    font-weight: 700;
    color: #194f9a
}

.latest__button:hover {
    color: #000
}

.latest--article .latest__item {
    margin: 20px 0;
    min-height: 100px
}

.latest--article .latest__img {
    width: 100px;
    height: 100px
}

.latest--article .latest__title {
    margin: 0 0 7px;
    font-size: 18px;
    max-height: 71px
}

.latest--video .latest__img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.most {
    position: relative
}

.most__number {
    width: 55px;
    height: 55px;
    position: relative;
    font-style: italic;
    text-align: center;
    padding: 8px 3px 8px 0;
    letter-spacing: -5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 40px;
    line-height: 1;
    color: #194f9a
}

.most__number:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background: #eee;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.most__right {
    width: calc(100% - 55px);
    position: relative;
    padding-left: 20px
}

.most__title {
    font-size: 18px;
    font-weight: 700;
    height: auto;
    max-height: 93px;
    overflow: hidden
}

.most .ads__subtitle {
    border-bottom: none;
    margin-top: 5px
}

.most__link {
    display: block
}

.most__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 15px 0;
    align-items: center;
    border-bottom: 1px solid #d2d2d2
}

.most__item:hover .most__number {
    color: #2a2a2a
}

.most__item:last-child {
    border-bottom: 1px solid transparent
}

.button {
    position: relative
}

.button--login {
    position: relative;
    display: block;
    width: auto;
    padding: 10px 20px;
    margin: 0 0 20px;
    border: 1px solid transparent;
    vertical-align: text-bottom;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px;
    font-weight: 400;
    color: #fff
}

.button--login:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #194f9a
}

.button--login .icon {
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 1;
    font-size: 20px
}

.button--facebook {
    background: #3b5998
}

.button--facebook:hover {
    background: #30487b
}

.button--google {
    background: #dd4b39
}

.button--google:hover {
    background: #ca3523
}

.page {
    position: relative
}

.page__teaser {
    padding: 0 0 30px;
    font-size: 18px;
    font-weight: 400
}

.page__teaser a {
    color: #194f9a
}

.editors {
    position: relative;
    padding: 10px 20px 15px;
    border: 1px solid #d2d2d2
}

.editors__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.editors__item {
    width: 33.333333%;
    padding: 0 5px
}

.editors__img {
    position: relative;
    height: calc(214px / (5 / 3));
    overflow: hidden
}

.editors__img img {
    width: 100%
}

.editors__box {
    position: relative;
    padding: 5px 0 10px
}

.editors__subtitle {
    display: inline-block;
    padding: 0 0 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #194f9a;
    letter-spacing: 2.4px;
    font-size: 10px;
    color: #194f9a
}

.editors__title {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    max-height: 60px;
    overflow: hidden
}

.editors__date {
    letter-spacing: 1.2px;
    font-size: 11px;
    color: #000
}

.editors__link {
    display: block
}

.editors .arrow {
    top: 45px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.network {
    position: relative;
    padding: 40px 0 50px
}

.network__menu {
    display: flex;
    justify-content: flex-end;
    position: relative;
    letter-spacing: 1.6px;
    font-size: 11px;
    color: #000;
    z-index: 11
}

.network__menu li {
    padding: 0 10px;
    transition-duration: .5s;
    position: static;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #eee
}

.network__menu li .icon-search {
    font-size: 18px;
    padding: 5px 0 0
}

.network__menu li:hover {
    cursor: pointer;
    color: #194f9a
}

.network__menu li:hover .icon-search::before {
    color: #194f9a
}

.network__menu li .w-200 {
    width: 350px;
    left: 267px
}

.network__menu li:last-child {
    border: none
}

.network__menu li:nth-child(2n):active ul {
    display: block
}

.network__menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 1rem;
    left: -457px;
    top: 50px;
    display: none;
    z-index: 1;
    padding: 10px;
    width: 1070px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid #194f9a
}

.network__menu li ul li {
    clear: both;
    width: 100%;
    width: 19%;
    display: inline-block;
    vertical-align: top;
    border-left: 0 solid #eee;
    border-right: 0 solid #eee
}

.network__menu li ul li:hover {
    color: #000 !important
}

.network__menu li ul li a {
    padding: 5px 0;
    color: #333 !important;
    justify-content: flex-start
}

.network__menu li ul li a:hover {
    color: #194f9a !important
}

.network__menu li a {
    position: relative;
    padding: 20px 7px;
    text-transform: uppercase;
    letter-spacing: .1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700
}

.network__menu li a img {
    margin-right: 10px;
    height: 25px
}

.network__menu li ul:hover,
.network__menu li:hover&gt;ul {
    visibility: visible;
    opacity: 1;
    display: block
}

.network__menu li date {
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: flex-end;
    padding: 25px 0
}

.network__menu li .social {
    padding: 20px 0
}

.network__menu__search {
    width: 100% !important;
    padding: 30px 0
}

.network__belt {
    position: relative
}

.network__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0
}

@media (min-width:1100px) {
    .network__wrap {
        margin: 0 -15px
    }
}

.network__item {
    width: 25%;
    padding: 0 15px
}

.network__img {
    position: relative
}

.network__img img {
    width: 100%
}

.network__box {
    position: relative;
    padding: 0 0 10px
}

.network__city {
    display: inline-block;
    padding: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #fff
}

.network__city a:hover {
    color: #2a2a2a
}

.network__title {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: auto;
    max-height: 60px;
    overflow: hidden
}

.network__date {
    letter-spacing: 1.2px;
    font-size: 11px;
    color: #fff
}

.network__link {
    display: block
}

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

.network .arrow {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

.network .arrow--left {
    left: 0
}

.network .arrow--right {
    right: 0
}

.network__sidebar {
    position: relative;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px
}

.network__sidebar .network__item {
    width: 100%;
    padding: 20px 0
}

.network__sidebar .network__city {
    font-size: 18px;
    color: #194f9a
}

.network__sidebar .network__title {
    color: #000;
    height: 48px;
    max-height: 48px;
    font-size: 18px
}

.network__sidebar .network__date {
    color: #000
}

.network__sidebar .network__link:hover {
    color: #194f9a
}

.network__sidebar .arrow {
    top: 0;
    left: calc(50% - 20px);
    background: #194f9a;
    color: #fff;
    padding: 3.2px 10px
}

.network__sidebar .arrow--up {
    top: -20px
}

.network__sidebar .arrow--down {
    top: calc(100% - 20px)
}

.topic {
    position: relative;
    padding: 20px 0 30px
}

.topic__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0
}

@media (min-width:1100px) {
    .topic__wrap {
        margin: 0 -15px
    }
}

.topic__item {
    position: relative;
    padding: 0 15px;
    width: 25%
}

.topic__img {
    position: relative;
    width: 100%;
    height: calc(245px / (5 / 3));
    overflow: hidden
}

.topic__img img {
    width: 100%
}

.topic__box {
    position: relative;
    padding: 0 0 20px
}

.topic__title {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: auto;
    max-height: 60px;
    overflow: hidden
}

.topic__date {
    letter-spacing: 1.2px;
    font-size: 12px;
    color: #fff
}

.topic__link {
    display: block
}

.topic__link:hover {
    color: inherit;
    text-decoration: underline
}

.topic__big {
    position: relative;
    overflow: hidden
}

.topic__b-item {
    position: relative
}

.topic__b-cat {
    position: relative;
    background: #194f9a;
    padding: 8px 10px 8px 20px;
    margin-left: -20px;
    display: inline-block;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 4px;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.topic__b-cat:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 18px solid #194f9a;
    border-bottom: 18px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #194f9a
}

.topic__b-img {
    position: relative;
    background: #000;
    height: 421px;
    overflow: hidden
}

.topic__b-img img {
    width: 100%
}

.topic__b-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background: linear-gradient(90deg, #000, transparent);
    background: -webkit-linear-gradient(90deg, #000, transparent)
}

.topic__b-title {
    margin: 15px 0 12px;
    padding: 0;
    height: auto;
    max-height: 156px;
    overflow: hidden;
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.topic__b-title a:hover {
    color: inherit;
    text-decoration: underline
}

.topic__b-lead {
    width: calc(100% - 120px);
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}

.topic__b-link {
    float: right;
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.topic--list {
    position: relative;
    padding: 20px 0
}

.topic--list .topic__wrap {
    margin: 0 -10px;
    flex-wrap: wrap
}

.topic--list .topic__item {
    width: 33.333333%;
    padding: 0 10px 20px
}

.topic--list .topic__box {
    padding: 0 0 10px;
    background: 0 0
}

.topic--list .topic__date {
    color: #000;
    letter-spacing: 0
}

.topic--list .topic__title {
    margin: 5px 0;
    font-size: 16px;
    color: #000;
    max-height: inherit;
    height: auto
}

.widget {
    position: relative;
    padding-top: 10px
}

.widget table {
    width: 100%
}

.widget th {
    text-align: left
}

.widget td,
.widget th {
    padding: 12px 10px
}

.widget td span,
.widget th span {
    float: right
}

.widget tr {
    border-bottom: 1px solid #dfdfdf
}

.widget tr:hover {
    background: #f0f0f0
}

.widget__title {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid silver
}

.widget__title span {
    padding: 3px 0 0;
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-align: right
}

.widget__salat {
    position: relative
}

.widget__salat a {
    color: #194f9a
}

.widget__salat a:hover {
    text-decoration: underline
}

.widget__epaper {
    position: relative
}

.widget__epaper__box {
    position: relative;
    border: 1px solid #d2d2d2
}

.widget__epaper__img {
    margin: 10px;
    height: 390px;
    overflow: hidden
}

.widget__epaper__title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 200px 10px 20px;
    margin: 20px 20px 0;
    width: calc(100% - 40px);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #fff, transparent);
    background: -webkit-linear-gradient(90deg, #fff, transparent)
}

.widget__epaper a {
    color: inherit
}

.widget__epaper a:hover .widget__epaper__title {
    text-decoration: underline
}

.widget__mail {
    position: relative;
    padding: 15px 15px 0;
    border: 1px solid #d2d2d2
}

.widget__mail__wrap {
    padding: 0 0 20px
}

.widget__mail__footer {
    border-top: 1px solid #bdbdbd;
    padding: 12px;
    text-align: right;
    background: #f0f0f0;
    margin: 0 -15px
}

.widget__mail__footer a {
    display: inline-block;
    padding: 7px 15px;
    background: #194f9a;
    color: #fff;
    text-transform: uppercase
}

.widget__mail__footer a:hover {
    background: #098dbe
}

.widget__mail__title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px
}

.widget__mail p {
    margin: 0;
    overflow: hidden;
    max-height: 55px
}

.widget__valas {
    position: relative
}

.widget__valas__content {
    height: 235px;
    overflow-x: scroll
}

.widget__login {
    width: 400px;
    margin: 5vh auto;
    padding: 10px 30px 30px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .2)
}

.widget__login p {
    color: #2a2a2a
}

.widget__login__box {
    margin: 20px 0 0
}

.opinion {
    position: relative
}

.opinion__img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 2px 2px 8px transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.opinion__img img {
    width: 100%
}

.opinion__right {
    width: calc(100% - 120px);
    position: relative;
    padding-left: 15px
}

.opinion__author {
    margin: 5px 0;
    font-size: 17px;
    font-weight: 700;
    height: auto;
    max-height: 95px;
    overflow: hidden
}

.opinion__author__title {
    margin: 5px 0;
    font-size: 12px
}

.opinion__title {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    max-height: 58px;
    overflow: hidden
}

.opinion__link {
    display: block
}

.opinion__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 20px;
    padding: 0;
    align-items: center
}

.opinion__item:hover .opinion__img {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
}

.opinion__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.opinion__header .opinion__author {
    font-size: 24px
}

.opinion__header .opinion__author__title {
    font-size: 16px
}

.opinion__header .opinion__right {
    padding-left: 25px;
    align-self: center
}

.opinion__header .opinion__img {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
}

.videos {
    position: relative;
    padding: 40px 0
}

.videos__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 -10px
}

@media (min-width:1100px) {
    .videos__wrap {
        margin: 0 -20px
    }
}

.videos__img {
    position: relative;
    width: 100%;
    height: calc((280px - 10px)/ 2);
    overflow: hidden;
    background: #000
}

.videos__img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.videos__img:hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.videos__img:hover img {
    opacity: .75
}

.videos__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0
}

.videos__info {
    width: 74%;
    padding-right: 15px
}

.videos__info2 {
    width: 26%;
    padding-left: 10px;
    border-left: 1px solid #fff
}

.videos__title {
    height: auto;
    max-height: 54px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.videos__duration {
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.videos__date {
    font-size: 9px;
    color: #fff
}

.videos__link {
    display: block
}

.videos__item {
    position: relative;
    padding: 0 20px 10px;
    width: 25%
}

.videos__latest__box {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    padding: 6px 10px
}

.videos__latest__box .videos__duration {
    padding: 0;
    font-size: 12px
}

.videos__hl .videos__box {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 30px
}

.videos__player {
    position: relative;
    margin-bottom: 20px
}

.videos__caption {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.videos__ratio {
    position: relative;
    padding-bottom: 56.25%
}

.videos__ratio img {
    width: 100%
}

.videos__ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.latest__item:hover .icon-play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.photo {
    position: relative;
    margin-bottom: 20px
}

.photo__main {
    width: 1100px
}

@media (min-width:1100px) {
    .photo__main {
        width: 100%
    }
}

.photo img {
    width: 100%
}

.photo__author {
    display: inline;
    font-size: 11px;
    font-weight: 500;
    color: #4d4d4d;
    position: relative;
    padding: 0 5px
}

.photo__caption {
    padding: 10px 0;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.photo__wrap {
    position: relative
}

.photo__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #000
}

.photo__icon__expand {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

.photos {
    position: relative;
    padding: 40px 0
}

.photos__img {
    position: relative;
    overflow: hidden;
    background: #000
}

.photos__img .icon {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.photos__img img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.photos__img:hover .icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.photos__img:hover img {
    opacity: .75
}

.photos__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: 0 -10px
}

@media (min-width:1100px) {
    .photos__wrap {
        margin: 0 -20px
    }
}

.photos__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0
}

.photos__info {
    width: calc(100% - 50px);
    padding-right: 15px
}

.photos__info2 {
    width: 50px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    text-align: right;
    align-self: flex-start
}

.photos__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.photos__date {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.photos__count {
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.photos__count span {
    display: block;
    padding: 0 0 5px;
    font-size: 18px;
    font-weight: 700
}

.photos__link {
    display: block
}

.photos__item {
    position: relative;
    padding: 0 20px 10px;
    width: 25%
}

.photos__hl {
    position: relative
}

.photos__hl__wrap {
    position: relative;
    margin: 0 -5px
}

.photos__hl .photos__img {
    height: calc((495px - 20px)/ 3)
}

.photos__hl .photos__img img {
    opacity: .75
}

.photos__hl .photos__img:hover img {
    opacity: .5
}

.photos__hl .photos__box {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    pointer-events: none
}

.photos__hl .photos__title {
    height: auto;
    max-height: 73px;
    overflow: hidden
}

.photos__hl .photos__info {
    align-self: center;
    padding-right: 55px
}

.photos__hl .photos__info2 {
    position: relative;
    padding-left: 5px;
    align-self: flex-end
}

.photos__hl .photos__info2 .icon {
    position: absolute;
    color: #fff;
    font-size: 25px;
    left: -45px;
    top: 10px
}

.photos__hl .photos__item {
    padding: 0 5px 10px;
    width: 30%;
    float: right;
    position: relative
}

.photos__hl .photos__item:first-child {
    width: 70%;
    float: left
}

.photos__hl .photos__item:first-child .photos__date {
    display: block;
    font-size: 14px
}

.photos__hl .photos__item:first-child .photos__img {
    height: 495px
}

.photos__hl .photos__item:first-child .photos__box {
    padding: 30px 30px
}

.photos__hl .photos__item:first-child .photos__title {
    font-size: 24px;
    margin: 5px 0;
    max-height: 94px
}

.photos__hl .photos__item:first-child .photos__info {
    padding-right: 100px
}

.photos__hl .photos__item:first-child .photos__info2 .icon {
    font-size: 40px;
    left: -70px;
    top: 5px
}

.photos__hl .photos__item:first-child .photos__count span {
    font-size: 24px
}

.photos__latest__box {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .2)
}

.photos__latest__box .icon {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    font-size: 30px;
    border-right: 1px solid #fff
}

.photos__latest__box .photos__count {
    padding-left: 8px;
    display: inline-block
}

.photos__latest__box .photos__count span {
    padding: 0
}

.latest__item:hover .photos__latest__box {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: rgba(0, 0, 0, .4)
}

.gallery {
    position: relative
}

.gallery__cover {
    position: relative;
    margin-bottom: 20px
}

.gallery__item {
    cursor: zoom-in
}

.gallery__list {
    position: relative
}

.gallery__list .photos__latest__box {
    right: 20px;
    bottom: 20px;
    padding: 15px 20px;
    background: rgba(0, 0, 0, .5)
}

.gallery__list:hover .photos__latest__box {
    background: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.mfp-gallery .arrow {
    top: calc(50% - (39px / 2));
    color: #fff;
    background: 0 0;
    font-size: 35px;
    border: none;
    box-shadow: none;
    padding: 0 13.6px;
    position: fixed
}

.mfp-gallery .arrow .icon {
    pointer-events: none
}

.mfp-gallery .arrow--left {
    left: 10px
}

.mfp-gallery .arrow--right {
    right: 10px
}

.mfp-gallery .mfp-close {
    position: fixed
}

.p404 {
    position: relative;
    min-height: 100%;
    height: 70vh
}

.p404__wrap {
    position: relative
}

.p404__bubble {
    position: relative;
    padding: 30px 0;
    border-radius: 100%;
    background: #194f9a;
    width: 45%;
    margin: 0 auto
}

.p404__bubble:after {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -59px;
    right: 100px;
    width: 0;
    height: 0;
    border-top: 60px solid #194f9a;
    border-bottom: 60px solid transparent;
    border-right: 40px solid transparent;
    border-left: 40px solid #194f9a;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.p404__title {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    color: #194f9a
}

.p404__subtitle {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #194f9a
}

.p404__content {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000
}

.p404__link {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    background: #194f9a
}

.p404__link:hover {
    color: #fff;
    background: #0a9fd7
}

.mail {
    position: relative
}

.mail__teaser {
    position: relative;
    padding: 10px 0 20px
}

.breaking {
    position: relative;
    margin: 30px 0 0
}

.breaking__wrap {
    position: relative;
    background: #000;
    padding: 10px 15px 10px 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.breaking__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #000;
    border-bottom: 20px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #000
}

.breaking__title {
    position: absolute;
    width: auto;
    height: 50px;
    top: -5px;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    font-style: italic;
    background: 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff
}

.breaking__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 25px solid #c00;
    border-bottom: 25px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #c00
}

.breaking__title span {
    float: left;
    padding: 15px 10px 15px 5px;
    position: relative;
    background: #a91916
}

.breaking__title span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #a91916;
    border-right: 5px solid #a91916;
    border-left: 5px solid #fff
}

.breaking__title span:last-child {
    padding: 15px 13px 15px 0;
    background: #c00
}

.breaking__title span:last-child:before {
    border-top: 25px solid transparent;
    border-bottom: 25px solid #c00;
    border-right: 5px solid #c00;
    border-left: 5px solid transparent;
    left: -10px
}

.breaking__title span:last-child:after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 18px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -ms-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.breaking__content {
    height: 20px;
    overflow: hidden;
    position: relative
}

.breaking__content a:hover {
    color: #fff
}

.breaking__content span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff
}

.breaking__content:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 100%)
}

.breaking__content:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, #000 100%)
}

.title {
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    font-size: 21px;
    font-weight: 700;
    color: #194f9a
}

.title span {
    display: inline-block;
    background: #fff;
    padding-right: 10px
}

.title:after {
    content: '';
    border-top: 1px solid #194f9a;
    position: absolute;
    z-index: -1;
    top: 32px;
    left: 0;
    width: 100%
}

.title__pr {
    padding: 15px 0
}

.title__pr span {
    width: 50%;
    vertical-align: middle
}

.title__pr__img {
    width: 50%;
    text-align: right
}

.title__pr__img img {
    height: 23px;
    max-width: inherit
}

.title__pr:after {
    position: relative;
    display: block;
    top: 10px
}

.title__network {
    padding: 15px 0 5px
}

.title__network img {
    height: 35px;
    max-width: inherit
}

.title__network a,
.title__network span {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

.title__network a {
    text-align: right;
    font-size: 12px
}

.title__network:after {
    top: 0
}

.title2 {
    position: relative;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.title2 span {
    display: inline-block;
    margin: 0 auto;
    background: 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff
}

.title2 a:hover {
    color: #fff
}

.title2:after {
    content: '';
    border-top: 1px solid transparent;
    position: absolute;
    z-index: -1;
    top: 32px;
    left: 0;
    width: 100%
}

.title2.dark {
    color: #194f9a;
    padding: 20px 0 0
}

.title2.dark span {
    border-bottom: none;
    background: #fff;
    padding: 0 10px 5px
}

.title2.dark:after {
    border-top: 1px solid #194f9a
}

.title3 {
    position: relative;
    padding: 10px 0 10px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.title3 span {
    display: inline-block;
    margin: 0 auto;
    background: 0 0;
    padding: 0 10px
}

.title3:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #000
}

.title4 {
    position: relative;
    padding: 15px 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-style: italic;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.title4 span {
    display: inline-block;
    margin: 0 auto;
    background: #194f9a;
    padding: 5px 15px;
    position: relative;
    height: 40px
}

.title4 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #194f9a;
    border-right: 5px solid #194f9a;
    border-left: 5px solid transparent
}

.title4 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #194f9a;
    border-bottom: 20px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #194f9a
}

.title4:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 35px;
    border-top: 1px solid #194f9a;
    left: 0;
    width: 100%
}

.title5 {
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #194f9a
}

.title5 span {
    display: inline-block;
    background: #fff;
    padding: 10px 30px
}

.title6 {
    position: relative;
    padding: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
    text-align: left;
    font-size: 21px;
    font-weight: 700;
    color: #194f9a
}

.title6 span {
    display: inline-block;
    background: #fff;
    padding: 0
}

.breadcrumb {
    position: relative;
    padding: 20px 0 0
}

.breadcrumb__wrap {
    position: relative;
    font-style: italic
}

.breadcrumb__item {
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e
}

.breadcrumb__item:after {
    content: ' / '
}

.breadcrumb__item:last-child:after {
    content: ''
}

.breadcrumb__link {
    position: relative;
    display: inline-block
}

.breadcrumb__link:hover {
    color: #000
}

.read {
    position: relative
}

.read__article {
    padding: 0 0 20px
}

.read__article .col-bs12-3 {
    width: 160px
}

.read__article .col-bs12-9 {
    width: calc(100% - 160px);
    padding-right: 0
}

.read__header {
    text-align: center
}

.read__title {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 700;
    color: #000
}

.read__info {
    letter-spacing: 1.3px;
    font-size: 14px;
    color: #194f9a;
    margin: 10px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.read__info a {
    font-weight: 500
}

.read__info a:hover {
    text-decoration: underline;
    color: #000
}

.read__info__date {
    padding-left: 5px
}

.read__info__img {
    margin-right: 15px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .3)
}

.read__photo {
    margin: 0 0 20px
}

.read__content {
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000
}

.read__content h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px
}

.read__content h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 25px 0 10px
}

.read__content strong {
    font-weight: 700
}

.read__content ol,
.read__content ul {
    list-style: disc;
    padding: 0 0 0 30px
}

.read__content ol {
    list-style: decimal
}

.read__content li {
    list-style: inherit;
    display: list-item
}

.read__content iframe {
    max-width: 100%
}

.read__content a {
    color: #194f9a;
    position: relative
}

.read__content a:hover {
    color: #000
}

.read__content table {
    table-layout: auto !important
}

.read__content table colgroup col,
.read__content table td,
.read__content table th {
    width: auto !important
}

.read__tagging {
    padding: 10px 0
}

.related {
    position: relative
}

.related__wrap {
    position: relative
}

.related__list {
    position: relative
}

.related__list li {
    position: relative;
    border-bottom: 1px solid #d2d2d2
}

.related__list li:last-child {
    border-bottom: 1px solid transparent
}

.related__list li .related__title {
    font-size: 16px;
    font-weight: 700
}

.related__list li a {
    display: block;
    padding: 15px 0
}

.tag {
    position: relative
}

.tag--article {
    position: relative
}

.tag__list {
    position: relative;
    margin: 0 -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.tag__list li {
    display: inline-block;
    padding: 0 4px 8px
}

.tag__list li a {
    display: block;
    padding: 5px 10px;
    background: #194f9a;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.tag__list li a:hover {
    background: #07698d
}

.comment__wrap {
    padding: 10px 0 30px
}

.paging {
    position: relative
}

.paging__wrap {
    position: relative;
    padding: 0
}

.paging__teaser {
    padding: 12px 0 0;
    width: 80px;
    font-size: 16px;
    font-weight: 700
}

.paging__all {
    float: right;
    margin: 5px 2px;
    padding-left: 20px
}

.paging__item {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 2px
}

.paging__link {
    padding: 7px 11px;
    display: block;
    line-height: 1;
    border-radius: 20px;
    background: #d2d2d2;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.paging__link--next,
.paging__link--prev {
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.paging__link--show {
    font-style: italic;
    padding: 9px 15px;
    font-size: 14px
}

.paging__link--active,
.paging__link:hover {
    background: #194f9a;
    color: #fff
}

.paging--article {
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.paging--article .paging__wrap {
    width: calc(100% - 80px)
}

.paging--page {
    position: relative;
    padding: 10px 0
}

.paging--page .paging__wrap {
    text-align: center
}

.paging--page .paging__link {
    padding: 12px 15px;
    min-width: 38px
}

body:after {
    content: '';
    background: 0 0
}

#modals {
    visibility: hidden;
    opacity: 0
}

.modals {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

.modals:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 10 !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.modals #modals {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101 !important;
    visibility: visible;
    opacity: 1
}

.modals__hide {
    display: none
}

.modals__content {
    position: relative;
    top: 50%;
    padding: 0 20px;
    opacity: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modals .modals__content {
    opacity: 1
}

.modals__box {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 10px
}

.modals__footer {
    text-align: right;
    border-top: 1px solid #ebebeb;
    padding: 10px 25px 0;
    margin: 20px -25px -15px
}

.modals__item {
    display: inline-block
}

.modals__button {
    cursor: pointer;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-transform: uppercase;
    font-weight: 500;
    color: #194f9a;
    border: 1px solid transparent;
    box-shadow: none
}

.footer {
    margin-top: 40px;
    padding: 20px 0 80px;
    background: #000;
    color: #fff;
    width: 1100px;
    border-top: 4px solid #194f9a
}

@media (min-width:1100px) {
    .footer {
        width: 100%
    }
}

.footer p {
    margin: 0
}

.footer__logo {
    padding: 0 0 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.footer__logo a {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 10px 0 0;
    background: #000
}

.footer__logo img {
    height: 55px
}

.footer__link {
    padding: 5px 0;
    display: block;
    font-size: 14px
}

.footer__link:hover {
    color: #194f9a
}

.footer__item {
    position: relative;
    padding: 0;
    display: block
}

.footer__menu {
    position: relative;
    padding: 0
}

.footer__menu.inline .footer__item {
    position: relative;
    display: inline-block
}

.footer__menu.inline .footer__item:after {
    content: '|';
    position: absolute;
    right: -5px;
    bottom: 1px
}

.footer__menu.inline .footer__item:last-child:after {
    content: ''
}

.footer__menu.inline .footer__item:first-child .footer__link {
    padding-left: 0
}

.footer__menu.inline .footer__link {
    padding: 0 5px
}

.footer__network {
    position: relative;
    padding: 20px 0 20px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    align-items: center
}

.footer__network span {
    display: inline-block;
    vertical-align: middle
}

.footer__network .img {
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle
}

.footer__network .img img {
    height: 25px
}

.footer__copyright {
    text-align: right;
    padding: 0;
    margin: 0
}

.footer__contact {
    line-height: 1.5
}

.footer__bottom {
    letter-spacing: .6px;
    padding-top: 40px
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    font-family: slick;
    font-size: 6px;
    line-height: 10px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.arrow {
    position: absolute;
    top: 33.333%;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    color: #2a2a2a;
    border-radius: 100%;
    background: #fff;
    padding: 0 11.4px
}

.arrow:hover {
    background: #194f9a;
    color: #fff
}

.arrow--left {
    left: -10px
}

@media (min-width:1100px) {
    .arrow--left {
        left: -12px
    }
}

.arrow--right {
    right: -10px
}

@media (min-width:1100px) {
    .arrow--right {
        right: -12px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .9;
    width: 1100px
}

@media (min-width:1100px) {
    .mfp-bg {
        width: 100%
    }
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    width: 1100px
}

@media (min-width:1100px) {
    .mfp-wrap {
        width: 100%
    }
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #fff;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #fff
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap
}

.mfp-counter i {
    font-style: normal;
    font-weight: 400;
    font-size: 14px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #000
}

.mfp-figure small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
    background: #000;
    padding: 10px
}

.mfp-title {
    text-align: left;
    line-height: 1.3;
    color: #fff;
    word-wrap: break-word;
    padding-right: 80px;
    font-size: 12px;
    min-height: 20px
}

.mfp-image-holder .mfp-content {
    max-width: 998px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.ads {
    position: relative
}

.ads__banner {
    position: relative;
    text-align: center;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.ads__item {
    padding: 0;
    position: relative
}

.ads__box {
    text-align: center;
    position: relative
}

.ads__middle {
    padding: 40px 0
}

.ads__top {
    text-align: center;
    padding: 0;
    width: 1100px
}

@media (min-width:1100px) {
    .ads__top {
        width: 100%
    }
}

.ads__top:empty {
    padding: 0
}

.ads__bottom {
    text-align: center;
    padding: 20px 0
}

.ads__horizontal {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: calc((100% - 1100px)/ 2);
    width: 1100px;
    z-index: 10;
    height: auto;
    text-align: center;
    background: #eee
}

.ads__close {
    position: absolute;
    background: #eee;
    display: inline-block;
    right: 0;
    top: -20px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1
}

.ads__wrap {
    padding: 15px 0
}

.ads__title {
    position: relative;
    padding: 10px 20px;
    background: #f5f5f5;
    letter-spacing: 5px;
    font-style: italic;
    margin-top: 10px;
    font-size: 20px;
    color: #616161
}

.ads__subtitle {
    color: #989898;
    border-bottom: 1px solid #989898
}

.ads__parallax {
    position: relative;
    height: 300px;
    margin: 15px 0
}

.ads__parallax a {
    display: block;
    width: 100%;
    height: 100%
}

.ads__parallax__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto, auto, auto, auto)
}

.ads__parallax__fixed {
    width: 595px;
    height: 100%;
    position: fixed;
    top: 0;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ads__stick {
    position: fixed;
    top: 66px;
    z-index: 10;
    width: 100%;
    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -ms-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease
}

.ads__stick__wrap {
    position: relative;
    width: 100%
}

.ads__stick__fluid {
    position: absolute;
    width: calc((100% - 1100px)/ 2);
    display: block;
    top: 0
}

.ads__stick__fluid img {
    max-width: none
}

.ads__stick__fluid--left {
    left: 0
}

.ads__stick__fluid--right {
    right: 0
}

.ads__stick--sticky {
    top: 75px
}

.ads__stick--left {
    right: 0;
    position: absolute
}

.ads__stick--right {
    left: 0;
    position: absolute
}

.ads__sticky__bottom {
    position: fixed;
    bottom: 50px;
    right: -360px;
    text-align: right;
    z-index: 2;
    -webkit-animation: slideLeft .3s linear 3s 1 alternate forwards;
    -moz-animation: slideLeft .3s linear 3s 1 alternate forwards;
    -ms-animation: slideLeft .3s linear 3s 1 alternate forwards;
    -o-animation: slideLeft .3s linear 3s 1 alternate forwards;
    animation: slideLeft .3s linear 3s 1 alternate forwards
}

.ads__sticky__bottom__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    width: 320px;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.ads__sticky__bottom__wrapper embed,
.ads__sticky__bottom__wrapper iframe,
.ads__sticky__bottom__wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ads__sticky__bottom .ads__button {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    background-color: #194f9a;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px
}

@keyframes slideLeft {
    from {
        right: -360px
    }

    to {
        right: 15px
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

@keyframes blink {
    0% {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .1
    }
}

.mt1 {
    margin-top: 10px
}

.mt2 {
    margin-top: 20px
}

.mt3 {
    margin-top: 30px
}

.mt4 {
    margin-top: 40px
}

.mt5 {
    margin-top: 50px
}

.mt6 {
    margin-top: 60px
}

.mt7 {
    margin-top: 70px
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.display-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.divider {
    padding: 2px 0;
    background: #f0f0f0;
    margin: 40px 0
}

.pull-right {
    float: right
}

.row__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #194f9a;
    width: 1100px
}

@media (min-width:1100px) {
    .row__bg {
        width: 100%
    }
}

.tab__hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}</pre></body></html>