﻿@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
sub {
    vertical-align: sub;
}
sup {
    vertical-align: super;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
input,
textarea,
button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
.outline {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
    *clip: rect 0 0 0 0;
}
mark {
    background: none;
    color: inherit;
}
mark2 {
    background: none;
}
body {
    font: 400 18px/1 "Lato", sans-serif;
}
.strong {
    font-weight: 700;
}
.upcase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.no-wrap {
    white-space: nowrap;
}
.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
}
.heading--small,
h4 {
    font-size: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .heading--small,
    h4 {
        font-size: 16px;
    }
}
.heading--medium,
h3 {
    font-size: 30px;
    line-height: 1.17;
}
@media (min-width: 320px) and (max-width: 767px) {
    .heading--medium,
    h3 {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .heading--medium,
    h3 {
        font-size: 24px;
    }
}
.heading--large,
h2 {
    font-size: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .heading--large,
    h2 {
        font-size: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .heading--large,
    h2 {
        font-size: 24px;
    }
}
.heading--x-large,
h1 {
    font-size: 65px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .heading--x-large,
    h1 {
        font-size: 30px;
    }
}
.main-module {
    width: 100%;
    height: auto;
    position: relative;
}
.main-module__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: table;
    overflow: hidden;
}
.main-module__image-blur {
    display: table-cell;
    width: auto;
    height: auto;
    background-image: url("../images/temp/trump.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(15px);
    position: relative;
    box-shadow: 0 0 0 210px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1024px) {
    .main-module__image-blur {
        display: none;
    }
}
.main-module__image-blur:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
.main-module__image-normal {
    display: table-cell;
    height: auto;
    position: relative;
}
@media (max-width: 1024px) {
    .main-module__image-normal {
        display: table-cell;
        width: 100%;
        height: auto;
    }
}
.main-module__image-normal .normal {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
}
.main-module__news {
    position: absolute;
    transform: translate(0, -50%);
    left: 78px;
    padding: 0 9px 0 9px;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .main-module__news {
        display: block;
        position: relative;
        width: 100%;
        height: 310px;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        position: relative;
        padding: 22px 27px;
        background-color: #000;
        overflow: hidden;
    }
    .main-module__news:before {
        filter: blur(51px);
        background-image: url("../images/temp/trump.png");
        content: "";
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media (min-width: 320px) {
    .main-module__news {
        height: auto;
        padding: 0 10px 11px 10px;
    }
}
@media (min-width: 768px) {
    .main-module__news {
        height: 310px;
        padding: 22px 27px;
    }
}
@media (min-width: 1024px) {
    .main-module__news {
        width: 542px;
        top: 32%;
    }
}
@media (min-width: 1200px) {
    .main-module__news {
        width: 660px;
        top: 27%;
    }
}
@media (min-width: 1373px) {
    .main-module__news {
        width: 777px;
        top: 32%;
    }
}
.main-module__news-title {
    background-color: #fff;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .main-module__news-title {
        padding: 13px 18px;
        position: relative;
        line-height: 1.17;
    }
}
@media (min-width: 1024px) {
    .main-module__news-title {
        padding: 22px 0 35px 18px;
    }
}
@media (min-width: 1200px) {
    .main-module__news-title {
        padding: 22px 18px;
    }
}
.main-module__news-title .title {
    color: #000;
    word-wrap: break-word;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .main-module__news-title .title {
        font-size: 36px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__news-title .title {
        font-size: 45px;
    }
}
.main-module__news-content .content {
    color: #fff;
    line-height: 1.2;
    padding: 23px 165px 0 0;
    font-size: 24px;
}
@media (min-width: 320px) and (max-width: 1023px) {
    .main-module__news-content .content {
        width: 100%;
        font-size: 18px;
        color: #fff;
        padding: 17px 0;
        line-height: 1.3;
        position: relative;
    }
}
@media (max-width: 767px) {
    .main-module__news-content .content {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__news-content .content {
        font-size: 20px;
        padding: 23px 130px 0 0;
    }
}
.main-module__video {
    width: 100%;
    height: 45px;
    background-color: #d8d8d8;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    .main-module__video {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .main-module__video {
        height: 35px;
    }
}
.main-module__video .layout.main-module {
    position: relative;
}
.main-module__video .layout.main-module .main-module__video-box {
    position: absolute;
    bottom: -45px;
    right: 0;
    display: table;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
@media (max-width: 1023px) {
    .main-module__video .layout.main-module .main-module__video-box {
        display: none;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__video .layout.main-module .main-module__video-box {
        width: 327px;
        height: auto;
    }
}
@media (min-width: 1200px) and (max-width: 1373px) {
    .main-module__video .layout.main-module .main-module__video-box {
        width: 384px;
        height: auto;
    }
}
@media (min-width: 1373px) {
    .main-module__video .layout.main-module .main-module__video-box {
        width: 440px;
        height: 136px;
    }
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-miniature {
    display: table-cell;
    width: 54%;
    height: auto;
    position: relative;
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-miniature
    .video {
    margin-bottom: -2px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__video
        .layout.main-module
        .main-module__video-box
        .video-miniature
        .video
        .miniature {
        height: auto;
        width: 100%;
    }
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-miniature
    .sound {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 66px;
    width: 109px;
    color: #fff;
    background: rgba(43, 43, 43, 0.5);
    text-align: center;
    cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__video
        .layout.main-module
        .main-module__video-box
        .video-miniature
        .sound {
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 44px;
        width: 69px;
        color: #fff;
        background: rgba(43, 43, 43, 0.5);
        text-align: center;
        cursor: pointer;
    }
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-miniature
    .sound
    .sound-off {
    color: #fff;
    position: absolute;
    top: 22px;
    left: 25px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .main-module__video
        .layout.main-module
        .main-module__video-box
        .video-miniature
        .sound
        .sound-off {
        top: 10px;
        left: 22px;
    }
}
.main-module__video .layout.main-module .main-module__video-box .video-title {
    display: table-cell;
    width: 46%;
    height: auto;
    background-color: #fff;
    position: relative;
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-title
    .live {
    position: absolute;
    top: 18px;
    left: 13px;
}
.main-module__video
    .layout.main-module
    .main-module__video-box
    .video-title
    .title {
    position: absolute;
    top: 50px;
    left: 13px;
    font-size: 18px;
    font-weight: bold;
}
.main-module__video .layout.main-module .main-module__video-box.fixed {
    position: fixed;
    top: 70px;
    transition: 0.3s;
    right: 0;
}
.main-module__video .layout.main-module .main-module__video-box.fixed-mobile {
    position: fixed;
    top: 60px;
    transition: 0.3s;
    right: 0;
}
.gallery__layout {
    position: relative;
    border-bottom: 5px solid #d8d8d8;
    margin-bottom: 23px !important;
}
@media (min-width: 768px) {
    .gallery__layout {
        padding-top: 120px;
    }
}
@media (min-width: 1024px) {
    .gallery__layout {
        padding-top: 15px;
    }
}
.gallery__large {
    position: relative;
}
@media (min-width: 1200px) {
    .gallery__large {
        background: #000;
    }
}
.gallery__head {
    text-transform: uppercase;
}
.gallery .header {
    margin-bottom: 9px;
}
@media (min-width: 768px) {
    .gallery .header {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .gallery .header {
        margin-bottom: 27px;
    }
}
.gallery__wrapper {
    color: #000;
}
@media (min-width: 1200px) {
    .gallery__wrapper {
        width: 100%;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .gallery__container {
        width: 1200px;
        margin: 0 auto;
    }
}
@media (min-width: 1373px) {
    .gallery__container {
        width: 1373px;
    }
}
.gallery__container:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.gallery__container:hover:after {
    opacity: 1;
}
@media (min-width: 1200px) {
    .gallery__cover {
        float: right;
        width: 48%;
        text-align: right;
    }
}
@media (min-width: 1373px) {
    .gallery__cover {
        width: 50%;
        text-align: right;
    }
}
@media (min-width: 1200px) {
    .gallery__big {
        width: 70% !important;
        margin-bottom: -2px;
        bottom: 0 !important;
    }
}
.gallery__big:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.gallery__big:hover:after {
    opacity: 1;
}
.gallery__description {
    position: absolute;
    bottom: 8px;
    background: #e0e0e0;
    z-index: 1;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .gallery__description {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 440px) {
    .gallery__description {
        bottom: -60px;
    }
}
@media (min-width: 768px) {
    .gallery__description {
        width: 768px;
        bottom: -151px;
    }
}
@media (min-width: 992px) {
    .gallery__description {
        width: 992px;
    }
}
@media (min-width: 1024px) {
    .gallery__description {
        width: 1024px;
        bottom: -125px;
    }
}
@media (min-width: 1200px) {
    .gallery__description {
        width: 604px;
        min-height: 200px;
        bottom: -130px;
        text-align: left;
    }
}
@media (min-width: 1373px) {
    .gallery__description {
        width: 678px;
        bottom: -151px;
    }
}
.gallery__title {
    font-size: 16px;
    padding: 15px 20px 11px 10px;
    line-height: 1.38;
}
@media (min-width: 768px) {
    .gallery__title {
        font-size: 32px;
        line-height: 1.16;
        padding: 19px 84px 16px 19px;
    }
}
@media (min-width: 1024px) {
    .gallery__title {
        padding: 17px 90px 17px 37px;
    }
}
@media (min-width: 1200px) {
    .gallery__title {
        font-size: 50px;
        line-height: 1.1;
        padding: 21px 30px 10px 19px;
    }
}
.gallery__definition {
    font-size: 14px;
    padding: 0 11px 16px 10px;
}
@media (min-width: 768px) {
    .gallery__definition {
        font-size: 15px;
        padding: 0 41px 64px 19px;
    }
}
@media (min-width: 1024px) {
    .gallery__definition {
        width: 542px;
        line-height: 1.2;
        padding: 0 0 26px 37px;
    }
}
@media (min-width: 1200px) {
    .gallery__definition {
        width: 100%;
        font-size: 18px;
        padding: 0 21px 14px 19px;
    }
}
.gallery__box {
    width: 38%;
    margin-top: 6px;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .gallery__box {
        float: left;
    }
}
.gallery__box:first-of-type {
    margin-right: 5px;
}
@media (min-width: 768px) {
    .gallery__box:first-of-type {
        margin-right: 26px;
    }
}
@media (min-width: 1200px) {
    .gallery__box:first-of-type {
        margin-right: 22px;
    }
}
@media (min-width: 440px) {
    .gallery__box {
        margin-top: 65px;
    }
}
@media (min-width: 768px) {
    .gallery__box {
        width: 36%;
        margin-right: 26px;
        margin-top: 179px;
    }
}
@media (min-width: 1024px) {
    .gallery__box {
        width: 40%;
        margin-top: 150px;
    }
}
@media (min-width: 1200px) {
    .gallery__box {
        width: 30%;
        display: inline-block;
        margin-right: 22px;
        margin-top: 26px;
    }
}
@media (min-width: 1373px) {
    .gallery__box {
        margin-top: 27px;
    }
}
.gallery__small {
    position: relative;
    bottom: 0;
    display: block;
}
.gallery__btn {
    vertical-align: top;
    position: relative;
    vertical-align: top;
    width: calc(23% - 6px);
    background: #173f7d;
    margin-top: 6px;
    margin-bottom: 35px;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .gallery__btn {
        float: right;
    }
}
@media (min-width: 440px) {
    .gallery__btn {
        margin-top: 65px;
    }
}
@media (min-width: 530px) {
    .gallery__btn {
        width: calc(23% - 3px);
    }
}
@media (min-width: 768px) {
    .gallery__btn {
        width: 21.23%;
        margin-top: 179px;
        margin-bottom: 57px;
    }
}
@media (min-width: 992px) {
    .gallery__btn {
        width: 22.76%;
    }
}
@media (min-width: 1024px) {
    .gallery__btn {
        width: 14.92%;
        margin-top: 150px;
        margin-bottom: 45px;
    }
}
@media (min-width: 1200px) {
    .gallery__btn {
        width: 30%;
        display: inline-block;
        margin-top: 26px;
        margin-bottom: 60px;
    }
}
@media (min-width: 1373px) {
    .gallery__btn {
        margin-top: 27px;
    }
}
.gallery__btn:hover {
    background: #930f12;
}
.gallery__more {
    position: absolute;
    bottom: 7px;
    left: 6px;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}
@media (min-width: 768px) {
    .gallery__more {
        font-size: 20px;
        padding-top: 110px;
        bottom: 18px;
        left: 22px;
        text-align: left;
    }
}
.gallery__icon {
    display: none;
}
@media (min-width: 768px) {
    .gallery__icon {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 125px;
    }
}
.gallery__info {
    width: 100%;
    display: block;
    bottom: 4px;
}
@media (min-width: 768px) {
    .gallery__info {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .gallery__info {
        bottom: 10px;
    }
}
@media (min-width: 1024px) {
    .gallery__info {
        bottom: 15px;
    }
}
.video-module .report__header.video {
    padding-top: 15px;
    margin: 0 0 17px 0;
}
@media (min-width: 320px) {
    .video-module .report__title {
        font-size: 20px;
        text-transform: capitalize;
    }
}
@media (min-width: 1024px) {
    .video-module .report__title {
        font-size: 30px;
    }
}
.video-module .big-item {
    background-color: #040404;
}
.video-module .big-item .flex-direction-nav {
    display: none;
}
.video-module .slide__small--element {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}
.video-module .flexslider.video .slides .slide__small {
    position: relative;
    height: 100%;
    width: 100%;
}
.video-module .flexslider.video .slides .slide__small .video__play {
    position: absolute;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    font-size: 140px;
}
@media (min-width: 320px) {
    .video-module .flexslider.video .slides .slide__small .video__play {
        top: calc(50% - 57px);
        left: calc(50% - 65px);
        font-size: 85px;
    }
}
@media (min-width: 768px) {
    .video-module .flexslider.video .slides .slide__small .video__play {
        top: calc(50% - 55px);
        left: calc(50% - 66px);
    }
}
@media (min-width: 1024px) {
    .video-module .flexslider.video .slides .slide__small .video__play {
        top: calc(50% - 85px);
        left: calc(50% - 110px);
        font-size: 140px;
    }
}
.video-module .flexslider.video .slides .slide__small--element {
    position: relative;
}
.video-module .flexslider.video .slides .slide__small .video {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-module .flexslider.video .slides .slide__small .tvplayer {
    width: 100%;
    height: 100%;
}
.video-module .flexslider.small {
    background-color: #2b2b2b;
    position: relative;
}
.video-module .flexslider.small .slides .slide__small .element-wrapper {
    position: relative;
}
.video-module .flexslider.small .slides .slide__small .element-wrapper .tag {
    position: absolute;
    left: 0;
    background-color: #173f7d;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
@media (min-width: 320px) {
    .video-module
        .flexslider.small
        .slides
        .slide__small
        .element-wrapper
        .tag {
        width: 100%;
        height: 20px;
        bottom: 1px;
        font-size: 10px;
        padding: 3px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .video-module
        .flexslider.small
        .slides
        .slide__small
        .element-wrapper
        .tag {
        width: 90%;
        height: 29px;
        bottom: 2px;
        font-size: 11px;
        padding: 9px 8px;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .video-module
        .flexslider.small
        .slides
        .slide__small
        .element-wrapper
        .tag {
        width: 138px;
    }
}
@media (min-width: 320px) {
    .video-module .flexslider.small {
        padding: 10px 30px 37px 30px;
    }
}
@media (min-width: 768px) {
    .video-module .flexslider.small {
        padding: 26px 90px 33px 90px;
    }
}
.video-module .flexslider.small .caption {
    font-weight: 700;
    text-align: left;
    color: #757575;
    line-height: 1.27;
}
@media (min-width: 320px) {
    .video-module .flexslider.small .caption {
        font-size: 14px;
        padding-top: 16.5px;
    }
}
@media (min-width: 1200px) {
    .video-module .flexslider.small .caption {
        font-size: 16px;
        padding-top: 10px;
    }
}
.video-module .flexslider.small .flex-direction-nav .flex-nav-prev,
.video-module .flexslider.small .flex-direction-nav .flex-nav-next {
    position: absolute;
}
@media (min-width: 320px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-prev,
    .video-module .flexslider.small .flex-direction-nav .flex-nav-next {
        width: 15px;
        height: 15px;
        transform: translate(0, -50%);
        top: 22%;
    }
}
@media (min-width: 768px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-prev,
    .video-module .flexslider.small .flex-direction-nav .flex-nav-next {
        width: 42px;
        height: 42px;
        transform: translate(0, -50%);
        top: 38%;
    }
}
@media (min-width: 320px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-prev {
        left: 2px;
    }
}
@media (min-width: 768px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-prev {
        left: 17px;
    }
}
@media (min-width: 320px) {
    .video-module
        .flexslider.small
        .flex-direction-nav
        .flex-nav-prev
        .arrow-left {
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 768px) {
    .video-module
        .flexslider.small
        .flex-direction-nav
        .flex-nav-prev
        .arrow-left {
        width: 42px;
        height: 42px;
    }
}
@media (min-width: 320px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-next {
        right: 10px;
    }
}
@media (min-width: 768px) {
    .video-module .flexslider.small .flex-direction-nav .flex-nav-next {
        right: 17px;
    }
}
@media (min-width: 320px) {
    .video-module
        .flexslider.small
        .flex-direction-nav
        .flex-nav-next
        .arrow-right {
        width: 22px;
        height: 22px;
    }
}
@media (min-width: 768px) {
    .video-module
        .flexslider.small
        .flex-direction-nav
        .flex-nav-next
        .arrow-right {
        width: 42px;
        height: 42px;
    }
}
.am-article {
    color: #282828;
}
@media (min-width: 1200px) {
    .am-article--top .am-layout {
        position: relative;
    }
}
@media (min-width: 1330px) {
    .am-article--top {
        margin-top: -210px;
    }
}
.am-article .am-layout {
    background-color: #fff;
}
.am-article b {
    font-weight: bold;
}
.am-article i {
    font-style: italic;
}
.am-article__header {
    margin: 9px 15px 0;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 9px;
    padding-bottom: 19px;
    background-color: #fff;
}
@media (min-width: 1200px) {
    .am-article__header {
        padding-top: 30px;
        margin: 0 31px 0;
        padding-bottom: 0;
    }
}
.am-article__line {
    float: left;
    width: 25%;
    border-top: 5px solid #173f7d;
    padding-bottom: 9px;
}
@media (min-width: 768px) {
    .am-article__line {
        width: 8%;
    }
}
.am-article__transparent {
    float: left;
    width: 75%;
    border-top: 5px solid #dfdfdf;
    padding-bottom: 9px;
}
@media (min-width: 768px) {
    .am-article__transparent {
        width: 92%;
    }
}
.am-article__subtitle {
    font-size: 14px;
    color: #173f7d;
    text-transform: uppercase;
    padding-bottom: 12px;
}
@media (min-width: 1200px) {
    .am-article__subtitle {
        font-size: 20px;
    }
}
.am-article__head {
    font-size: 26px;
    line-height: 1.38;
    color: #000;
}
@media (min-width: 1200px) {
    .am-article__head {
        font-size: 54px;
        line-height: 1.07;
    }
}
.am-article__info {
    margin-top: 12px;
}
@media (min-width: 1200px) {
    .am-article__info {
        display: inline-block;
        margin: 56px 0 26px;
    }
}
.am-article__social {
    display: none;
}
@media (min-width: 1200px) {
    .am-article__social {
        display: block;
        float: right;
        margin: 35px 0 26px;
        font-size: 18px;
        color: #000;
    }
}
.am-article__share {
    vertical-align: text-top;
    margin-left: 9px;
    font-weight: 700;
}
.am-article__icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    padding-top: 11px;
    margin-left: 9px;
    cursor: pointer;
}
.am-article__facebook {
    border: 3px solid #3880d3;
}
.am-article__facebook:hover {
    background-color: #3880d3;
}
.am-article__facebook:hover .icon-facebook {
    color: #fff;
}
.am-article__twitter {
    border: 3px solid #00abee;
}
.am-article__twitter:hover {
    background-color: #00abee;
}
.am-article__twitter:hover .icon-twitter {
    color: #fff;
}
.am-article__gplus {
    border: 3px solid #900000;
}
.am-article__gplus:hover {
    background-color: #900000;
}
.am-article__gplus:hover .icon-gplus {
    color: #fff;
}
.am-article__mail {
    border: solid 3px #173f7d;
}
.am-article__mail:hover {
    background-color: #173f7d;
}
.am-article__mail:hover .icon-mail-alt {
    color: #fff;
}
.am-article .icon-facebook {
    color: #3880d3;
}
.am-article .icon-twitter {
    color: #00abee;
}
.am-article .icon-gplus {
    color: #900000;
    margin-left: -4px;
}
.am-article .icon-mail-alt {
    color: #173f7d;
}
.am-article__date,
.am-article__day {
    font-size: 12px;
    color: #626262;
}
@media (min-width: 1200px) {
    .am-article__date,
    .am-article__day {
        font-size: 18px;
    }
}
.am-article__user {
    min-height: 40px;
    padding: 13px 15px 0;
}
@media (min-width: 1200px) {
    .am-article__user {
        position: absolute;
        padding-left: 31px;
        width: 18%;
        float: left;
        padding-right: 0;
        padding-top: 41px;
    }
}
.am-article__square {
    width: 23px;
    height: 23px;
    float: left;
    background: #173f7d;
}
@media (min-width: 1200px) {
    .am-article__square {
        width: 30px;
        height: 30px;
        margin-left: 21px;
    }
}
.am-article__picture {
    width: 40px;
    height: 40px;
    float: left;
    margin: 3px 6px 15px -18px;
}
@media (min-width: 1200px) {
    .am-article__picture {
        width: 100px;
        height: 100px;
        margin: 3px auto;
        margin-left: -21px;
    }
}
.am-article__img {
    border-radius: 50%;
}
.am-article__name {
    float: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    word-wrap: break-word;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 30px;
}
@media (min-width: 1200px) {
    .am-article__name {
        width: 100%;
        font-size: 18px;
        padding-top: 20px;
        float: none;
        clear: both;
    }
}
.am-article__tag {
    color: #d8d8d8;
    margin-right: 12px;
}
.am-article__menu {
    display: none;
}
@media (min-width: 1200px) {
    .am-article__menu {
        display: block;
        margin-top: 20px;
    }
}
.am-article__list {
    margin-top: 23px;
}
@media (min-width: 1200px) {
    .am-article__list {
        margin-top: 9px;
    }
}
.am-article__element {
    padding-bottom: 14px;
}
.am-article__element:before {
    content: "■";
    padding-right: 15px;
    color: #173f7d;
    font-size: 10px;
    vertical-align: top;
}
.am-article__menutitle,
.am-article__item {
    font-size: 18px;
    color: #000;
}
.am-article__menutitle {
    width: 80%;
    border-top: 1px solid #6d6d6d;
    padding-bottom: 14px;
    font-size: 18px;
    padding-top: 15px;
}
.am-article__heading {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 35px;
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .am-article__heading {
        width: 63%;
        margin: 33px auto 0;
        font-size: 30px;
        line-height: 1.33;
        padding: 0;
    }
}
.am-article__text {
    font-size: 18px;
    line-height: 1.35;
    margin-top: 18px;
    padding: 0 15px;
}
.am-article__text iframe {
    width: 100%;
}
@media (min-width: 768px) {
    .am-article__text iframe {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .am-article__text {
        width: 63%;
        margin: 30px auto 0;
        font-size: 24px;
        line-height: 1.5;
        padding: 0;
    }
    .am-article__text iframe {
        margin-top: 0;
    }
}
.am-article__image {
    width: 45%;
    margin: 10px 15px 2px 10px;
    padding-bottom: 23px;
    float: right;
    border-bottom: 5px solid #d8d8d8;
}
@media (min-width: 1200px) {
    .am-article__image {
        width: 35%;
        margin: 7px 27px 30px 25px;
        padding-bottom: 41px;
    }
}
@media (min-width: 1373px) {
    .am-article__image {
        width: 29%;
    }
}
.am-article__h3 {
    line-height: 1.4;
}
@media (min-width: 768px) {
    .am-article__h3 {
        line-height: 1.17;
    }
}
.am-article__title {
    font-size: 15px;
    line-height: 1.4;
    color: #000;
}
@media (min-width: 768px) {
    .am-article__title {
        line-height: 1.17;
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
    .am-article__title {
        font-size: 24px;
        margin: 13px 0 10px;
    }
}
.am-article__title:hover {
    color: #173f7d;
}
.am-article__description {
    display: none;
}
@media (min-width: 1200px) {
    .am-article__description {
        display: block;
        color: #000;
        margin: 11px 0;
    }
}
.am-article__btn {
    display: none;
}
@media (min-width: 1200px) {
    .am-article__btn {
        display: block;
        color: #173f7d;
    }
}
.am-article__quotation {
    font-size: 22px;
    margin: 20px 15px 18px;
    padding: 10px 0 10px 10px;
    line-height: 1.2;
    font-style: italic;
    color: #484848;
    border-left: 8px solid #173f7d;
    clear: right;
}
@media (min-width: 1200px) {
    .am-article__quotation {
        width: 63%;
        margin: 44px auto 40px;
        padding: 5px 0 10px 37px;
        font-size: 44px;
    }
}
.am-article .facebook-paragraph {
    height: 71px;
    margin: 10px 15px 15px;
    background-color: #fff;
    border: solid 1px #979797;
    clear: both;
}
@media (min-width: 768px) {
    .am-article .facebook-paragraph {
        margin: 27px 15px 30px;
    }
}
@media (min-width: 1200px) {
    .am-article .facebook-paragraph {
        margin: 27px auto;
    }
}
.am-article .facebook-paragraph .wiecej {
    height: 70px;
    float: left;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #173f7d;
    width: 25%;
    font-size: 25px;
    padding-top: 8px;
}
.am-article .facebook-paragraph .wiecej + span {
    padding-top: 8px;
    display: none;
    float: left;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #979797;
    position: relative;
    display: block;
}
@media (min-width: 768px) {
    .am-article .facebook-paragraph .wiecej + span {
        font-size: 24px;
    }
}
.am-article .facebook-paragraph .wiecej + span:after {
    content: "";
    border-left: 16px solid #173f7d;
    border-top: 35px solid rgba(0, 0, 0, 0);
    border-bottom: 35px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.am-article .facebook-paragraph iframe {
    width: 100%;
    text-align: center;
    margin-left: 6px;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .am-article .facebook-paragraph iframe {
        width: 50%;
        margin-left: 15px;
        margin-top: 26px;
    }
}
@media (min-width: 1024px) {
    .am-article .facebook-paragraph iframe {
        width: 46%;
    }
}
@media (max-width: 767px) {
    .am-article .facebook-paragraph {
        height: auto;
    }
    .am-article .facebook-paragraph .wiecej {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .am-article .facebook-paragraph .wiecej + span {
        width: 100%;
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .am-article .facebook-paragraph .wiecej + span:after {
        display: none;
    }
}
@media (min-width: 768px) {
    .am-article .facebook-paragraph .wiecej {
        padding-top: 17px;
    }
    .am-article .facebook-paragraph .wiecej + span {
        padding-top: 19px;
    }
}
@media (min-width: 1024px) {
    .am-article .facebook-paragraph .wiecej {
        width: 29%;
    }
}
.am-article__link {
    color: #3880d3;
}
.am-article__link:hover {
    background-color: #173f7d;
    color: #fff;
}
@media (min-width: 768px) {
    .am-article .iframe__fb {
        width: 350px !important;
        display: block;
    }
}
.twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
}
.social-article {
    margin: 30px 0 30px;
}
.social-article .article-layout {
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .social-article .article-layout {
        width: 63% !important;
        margin: 0 auto;
        padding: 0;
    }
}
.social-article .square {
    background-color: #173f7d;
    display: inline-block;
}
@media (min-width: 320px) {
    .social-article .square {
        width: 6px;
        height: 6px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .social-article .square {
        width: 12px;
        height: 12px;
        margin-top: 12px;
    }
}
@media (min-width: 1200px) {
    .social-article .square {
        width: 15px;
        height: 15px;
        margin-top: 16px;
    }
}
.social-article .caption {
    display: inline-block;
    font-weight: 500;
    color: #757575;
}
@media (min-width: 320px) {
    .social-article .caption {
        font-size: 12px;
        padding: 8px 0 4px 0;
        margin-left: 5px;
        word-wrap: break-word;
        width: 74%;
        vertical-align: top;
    }
}
@media (min-width: 768px) {
    .social-article .caption {
        font-size: 16px;
        padding: 10px 0 4px 0;
        margin-left: 7px;
    }
}
@media (min-width: 1200px) {
    .social-article .caption {
        font-size: 18px;
        padding: 15px 0 4px 0;
        margin-left: 9px;
    }
}
.social-article .bold {
    font-weight: bold;
}
.social-article__line {
    height: 1px;
    background-color: #d8d8d8;
}
.social-article__social {
    font-size: 0;
    text-align: center;
}
.social-article__social span {
    color: #fff;
}
.social-article__fb,
.social-article__tweeter,
.social-article__gp,
.social-article__mail,
.social-article__comment-box {
    display: inline-block;
    padding: 0;
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 50px;
    position: relative;
}
.social-article__fb:hover,
.social-article__tweeter:hover,
.social-article__gp:hover,
.social-article__mail:hover,
.social-article__comment-box:hover {
    cursor: pointer;
    background-color: #fff;
}
@media (max-width: 768px) {
    .social-article__fb,
    .social-article__tweeter,
    .social-article__gp,
    .social-article__mail,
    .social-article__comment-box {
        font-size: 14px;
    }
}
.social-article__fb {
    width: 25%;
    height: 50px;
    background-color: #3880d3;
    border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
    .social-article__fb {
        width: 50%;
    }
}
.social-article__fb:hover {
    border: 1px solid #3880d3;
    color: #3880d3;
}
.social-article__tweeter {
    width: 25%;
    height: 50px;
    background-color: #00abee;
    border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
    .social-article__tweeter {
        width: 50%;
    }
}
.social-article__tweeter:hover {
    border: 1px solid #00abee;
    color: #00abee;
}
.social-article__gp {
    width: 25%;
    height: 50px;
    background-color: #900101;
    border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
    .social-article__gp {
        width: 50%;
    }
}
.social-article__gp:hover {
    border: 1px solid #900101;
    color: #900101;
}
.social-article__mail {
    width: 25%;
    height: 50px;
    background-color: #b91d21;
    border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
    .social-article__mail {
        width: 50%;
    }
}
.social-article__mail:hover {
    border: 1px solid #b91d21;
    color: #b91d21;
}
.social-article__comment-box {
    width: 100%;
    height: 50px;
    background-color: #979797;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    color: #fff;
}
.social-article__comment-box:hover {
    background-color: #979797;
}
.social-article .icon-facebook,
.social-article .icon-twitter,
.social-article .icon-gplus,
.social-article .icon-mail-alt {
    position: absolute;
    left: 10px;
}
@media (min-width: 1220px) {
    .social-article .icon-facebook,
    .social-article .icon-twitter,
    .social-article .icon-gplus,
    .social-article .icon-mail-alt {
        left: 15px;
    }
}
.social-article .fb-comments.hide {
    display: none;
}
.am-gallery {
    margin-top: 35px;
}
.am-gallery__layout {
    position: relative;
    margin-bottom: 23px !important;
    padding: 0 15px !important;
    text-align: center;
}
@media (min-width: 1200px) {
    .am-gallery__layout {
        padding: 0 !important;
    }
}
.am-gallery__large {
    position: relative;
}
@media (min-width: 1200px) {
    .am-gallery__large {
        background: #000;
    }
}
.am-gallery__head {
    text-transform: uppercase;
}
.am-gallery__wrapper {
    color: #000;
}
@media (min-width: 1200px) {
    .am-gallery__wrapper {
        width: 100%;
        text-align: right;
    }
}
.am-gallery__container {
    position: relative;
}
@media (min-width: 1200px) {
    .am-gallery__container {
        width: 80%;
        margin: 0 auto;
    }
}
.am-gallery__container:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.am-gallery__container:hover:after {
    opacity: 1;
}
.am-gallery__container:hover .hover {
    display: block;
}
.am-gallery__container .hover {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 65px);
    z-index: 2;
    display: none;
}
.am-gallery__container .hover--camera {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 85px;
}
.am-gallery__container .hover--watch {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 11px;
}
.am-gallery__img {
    margin-bottom: -2px;
}
.am-gallery__box {
    width: 38%;
    margin-top: 6px;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .am-gallery__box {
        float: left;
    }
}
.am-gallery__box:first-of-type {
    margin-right: 5px;
}
@media (min-width: 768px) {
    .am-gallery__box:first-of-type {
        margin-right: 26px;
    }
}
@media (min-width: 1200px) {
    .am-gallery__box:first-of-type {
        margin-right: 22px;
    }
}
.am-gallery__box:nth-of-type(3) {
    display: none;
}
@media (min-width: 768px) {
    .am-gallery__box:nth-of-type(3) {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .am-gallery__box {
        width: 22%;
        margin-right: 26px;
        margin-top: 25px;
    }
}
@media (min-width: 992px) {
    .am-gallery__box {
        width: 23%;
    }
}
@media (min-width: 1024px) {
    .am-gallery__box {
        margin-top: 28px;
    }
}
@media (min-width: 1200px) {
    .am-gallery__box {
        width: 207px;
        display: inline-block;
        margin-right: 22px;
        margin-top: 26px;
    }
}
@media (min-width: 1373px) {
    .am-gallery__box {
        margin-top: 27px;
    }
}
.am-gallery__btn {
    vertical-align: top;
    text-align: left;
    position: relative;
    vertical-align: top;
    width: calc(23% - 6px);
    background: #173f7d;
    margin-top: 6px;
    margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 1199px) {
    .am-gallery__btn {
        float: right;
    }
}
@media (min-width: 530px) {
    .am-gallery__btn {
        width: calc(23% - 4px);
    }
}
@media (min-width: 768px) {
    .am-gallery__btn {
        max-width: 23%;
        margin-top: 25px;
        margin-bottom: 17px;
    }
}
@media (min-width: 992px) {
    .am-gallery__btn {
        width: 22.89%;
    }
}
@media (min-width: 1024px) {
    .am-gallery__btn {
        width: 23%;
        margin-top: 28px;
    }
}
@media (min-width: 1200px) {
    .am-gallery__btn {
        width: 207px;
        display: inline-block;
        margin-top: 26px;
    }
}
@media (min-width: 1373px) {
    .am-gallery__btn {
        margin-top: 27px;
    }
}
.am-gallery__btn:hover {
    background: #18458c;
}
.am-gallery__more {
    position: absolute;
    bottom: 7px;
    left: 2px;
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}
@media (min-width: 360px) {
    .am-gallery__more {
        left: 6px;
    }
}
@media (min-width: 768px) {
    .am-gallery__more {
        font-size: 20px;
        bottom: 18px;
        left: 22px;
        text-align: left;
    }
}
.am-gallery__icon {
    display: none;
}
@media (min-width: 768px) {
    .am-gallery__icon {
        display: block;
        position: absolute;
        bottom: 16px;
        left: 125px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .am-gallery__mobile {
        display: none;
    }
}
.caption__gallery {
    border-bottom: 1px solid #d8d8d8;
    color: #757575;
    margin: 0 auto;
    padding-bottom: 16px;
    text-align: left;
    width: 100%;
}
@media (min-width: 1200px) {
    .caption__gallery {
        width: 80%;
    }
}
@media (min-width: 1373px) {
    .caption__gallery {
        width: 70%;
    }
}
.caption__gallery .square {
    background-color: #173f7d;
    display: inline-block;
}
@media (min-width: 320px) {
    .caption__gallery .square {
        width: 6px;
        height: 6px;
        margin-top: 10px;
    }
}
@media (min-width: 768px) {
    .caption__gallery .square {
        width: 12px;
        height: 12px;
        margin-top: 12px;
    }
}
@media (min-width: 1200px) {
    .caption__gallery .square {
        width: 15px;
        height: 15px;
        margin-top: 16px;
    }
}
.caption__gallery--text {
    display: inline-block;
    font-weight: 700;
}
@media (min-width: 320px) {
    .caption__gallery--text {
        font-size: 12px;
        padding: 8px 0 4px 0;
        margin-left: 5px;
        word-wrap: break-word;
        width: 74%;
        vertical-align: top;
    }
}
@media (min-width: 768px) {
    .caption__gallery--text {
        font-size: 16px;
        padding: 10px 0 4px 0;
        margin-left: 7px;
    }
}
@media (min-width: 1200px) {
    .caption__gallery--text {
        font-size: 18px;
        padding: 15px 0 4px 0;
        margin-left: 9px;
    }
}
.caption__gallery--source {
    font-style: italic;
}
@media (min-width: 320px) {
    .caption__gallery--source {
        font-size: 10px;
        margin-left: 12px;
    }
}
@media (min-width: 768px) {
    .caption__gallery--source {
        font-size: 12px;
        margin-left: 20px;
    }
}
@media (min-width: 1200px) {
    .caption__gallery--source {
        font-size: 14px;
        margin-left: 25px;
    }
}
.item-hover {
    position: relative;
    margin-bottom: 2px;
}
.item-hover:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: calc(100% - 2px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.item-hover:hover:after {
    opacity: 1;
}
.am-video {
    margin-top: 35px;
}
.am-video__canvas {
    background-color: #efefef;
}
.am-video__big {
    width: 100%;
    margin: 0 auto;
}
.am-video__iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}
.am-video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.am-video__slider {
    background-color: #fff;
}
.am-video__video {
    width: 80% !important;
    margin: 0 auto;
    padding: 20px 0;
}
.am-video__caption {
    font-weight: 700;
    text-align: left;
    color: #757575;
    line-height: 1.27;
}
@media (min-width: 320px) {
    .am-video__caption {
        font-size: 14px;
        padding-top: 16.5px;
    }
}
@media (min-width: 1200px) {
    .am-video__caption {
        font-size: 16px;
        padding-top: 10px;
    }
}
.am-video__wrapper {
    position: relative;
}
.am-video__element {
    cursor: pointer;
}
.am-video__tag {
    position: absolute;
    left: 0;
    background-color: #173f7d;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
}
@media (min-width: 320px) {
    .am-video__tag {
        width: 100%;
        height: 20px;
        bottom: 0;
        font-size: 9px;
        padding: 5px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .am-video__tag {
        width: 90%;
        height: 29px;
        bottom: 0;
        font-size: 11px;
        padding: 9px 8px;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .am-video__tag {
        width: 138px;
    }
}
.am-video .owl-carousel.am-video__video .owl-nav {
    position: absolute;
    top: 20px;
    width: 100%;
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev,
.am-video .owl-carousel.am-video__video .owl-nav .owl-next {
    position: absolute;
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev.disabled {
    display: none;
}
@media (min-width: 320px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-prev {
        left: -25px;
    }
}
@media (min-width: 768px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-prev {
        left: -44px;
    }
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev .arrow-left {
    background-repeat: no-repeat;
    display: block;
}
@media (min-width: 320px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-prev .arrow-left {
        background-image: url("../images/icon/arrow_left.png");
        width: 35px;
        height: 60px;
    }
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev .arrow-left:hover {
    background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
    .am-video
        .owl-carousel.am-video__video
        .owl-nav
        .owl-prev
        .arrow-left:hover {
        margin-left: -10px;
    }
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-next.disabled {
    display: none;
}
@media (min-width: 320px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-next {
        right: -25px;
    }
}
@media (min-width: 768px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-next {
        right: -44px;
    }
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-next .arrow-right {
    background-repeat: no-repeat;
    display: block;
}
@media (min-width: 320px) {
    .am-video .owl-carousel.am-video__video .owl-nav .owl-next .arrow-right {
        background-image: url("../images/icon/arrow_right.png");
        width: 35px;
        height: 60px;
    }
}
@media (min-width: 768px) {
    .am-video
        .owl-carousel.am-video__video
        .owl-nav
        .owl-next
        .arrow-right:hover {
        margin-right: -10px;
    }
}
@media (min-width: 1024px) {
    .am-video .owl-carousel.video-module__video--article .owl-nav .owl-prev,
    .am-video .owl-carousel.video-module__video--article .owl-nav .owl-next {
        top: 21%;
    }
}
@media (min-width: 1024px) {
    .am-video .owl-carousel.video-module__video--article .owl-nav .owl-prev {
        left: -33px;
    }
}
@media (min-width: 1024px) {
    .am-video .owl-carousel.video-module__video--article .owl-nav .owl-next {
        right: -33px;
    }
}
@media (min-width: 480px) {
    .player-video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }
    .player-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: visible;
        background-color: #000;
    }
    .player-container > div {
        width: 100%;
        height: 100%;
    }
}
.am-image {
    margin-top: 26px;
    margin-bottom: 20px;
}
.am-image__large {
    width: 100%;
    height: auto;
}
.am-image__large:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.am-image__wrapper {
    margin-bottom: 17px;
}
@media (min-width: 1200px) {
    .am-image__wrapper {
        text-align: center;
    }
}
.am-image__small {
    height: auto;
    width: 100%;
    padding: 0 15px;
}
@media (min-width: 1200px) {
    .am-image__small {
        width: 63%;
        padding: 0;
    }
}
@media (min-width: 1373px) {
    .am-image__small {
        width: 65.5%;
    }
}
.am-image__small::before {
    content: "";
    display: block;
    height: 50vw;
}
.am-image .caption__image,
.am-image .caption__video {
    border-bottom: 1px solid #d8d8d8;
    color: #757575;
    margin: 0 auto;
    padding-bottom: 10px;
    position: relative;
}
@media (min-width: 320px) {
    .am-image .caption__image,
    .am-image .caption__video {
        width: calc(100% - 30px);
    }
}
@media (min-width: 1200px) {
    .am-image .caption__image,
    .am-image .caption__video {
        width: 65%;
    }
}
@media (min-width: 1200px) {
    .am-image .caption__image--small,
    .am-image .caption__video--small {
        width: 63%;
    }
}
@media (min-width: 1373px) {
    .am-image .caption__image--small,
    .am-image .caption__video--small {
        width: 65.5%;
    }
}
.am-image .caption__image .square,
.am-image .caption__video .square {
    background-color: #173f7d;
    display: inline-block;
}
@media (min-width: 320px) {
    .am-image .caption__image .square,
    .am-image .caption__video .square {
        width: 6px;
        height: 6px;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 3px;
    }
}
@media (min-width: 768px) {
    .am-image .caption__image .square,
    .am-image .caption__video .square {
        position: relative;
        width: 12px;
        height: 12px;
        top: 2px;
    }
}
@media (min-width: 1200px) {
    .am-image .caption__image .square,
    .am-image .caption__video .square {
        width: 15px;
        height: 15px;
    }
}
.am-image .caption__image .square-small,
.am-image .caption__video .square-small {
    margin-left: 0;
    float: left;
}
.am-image .caption__image--text,
.am-image .caption__video--text {
    display: inline-block;
    font-weight: 700;
}
@media (min-width: 320px) {
    .am-image .caption__image--text,
    .am-image .caption__video--text {
        font-size: 12px;
        word-wrap: break-word;
        width: 90%;
        vertical-align: top;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .am-image .caption__image--text,
    .am-image .caption__video--text {
        font-size: 16px;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .am-image .caption__image--text,
    .am-image .caption__video--text {
        font-size: 18px;
    }
}
.am-image .caption__image--source,
.am-image .caption__video--source {
    font-style: italic;
}
@media (min-width: 320px) {
    .am-image .caption__image--source,
    .am-image .caption__video--source {
        font-size: 10px;
        padding-left: 15px;
        padding-top: 5px;
    }
}
@media (min-width: 768px) {
    .am-image .caption__image--source,
    .am-image .caption__video--source {
        font-size: 12px;
        padding-left: 22px;
    }
}
@media (min-width: 1200px) {
    .am-image .caption__image--source,
    .am-image .caption__video--source {
        font-size: 14px;
    }
}
.gallery-detal {
    position: relative;
}
.gallery-detal__layout {
    position: relative;
    z-index: 1000;
}
@media (min-width: 320px) {
    .gallery-detal {
        background-color: #000;
        color: #fff;
        padding-top: 12px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal {
        background-color: #fff;
        color: #000;
        padding-bottom: 30px;
    }
}
.gallery-detal__share {
    display: block;
    height: 30px;
    width: 40px;
    position: relative;
    bottom: 10px;
}
@media (min-width: 768px) {
    .gallery-detal__share {
        display: none;
    }
}
.gallery-detal__share-gm {
    left: 43px;
    background-color: #b91d21;
}
.gallery-detal__share-gm i {
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 15px;
}
.gallery-detal__share-gm:hover {
    background-color: #fff;
}
.gallery-detal__share-gm:hover i {
    color: #b91d21 !important;
}
.gallery-detal__share-gplus {
    left: 77px;
    background-color: #900101;
}
.gallery-detal__share-gplus i {
    position: absolute;
    top: 8px;
    left: 4px;
    font-size: 15px;
}
.gallery-detal__share-gplus:hover {
    background-color: #fff;
}
.gallery-detal__share-gplus:hover i {
    color: #900101 !important;
}
.gallery-detal__share-twitter {
    left: 111px;
    background-color: #00abee;
}
.gallery-detal__share-twitter i {
    position: absolute;
    top: 7px;
    left: 3px;
}
.gallery-detal__share-twitter:hover {
    background-color: #fff;
}
.gallery-detal__share-twitter:hover i {
    color: #00abee !important;
}
.gallery-detal__share-fb {
    left: 145px;
    background-color: #3880d3;
}
.gallery-detal__share-fb i {
    position: absolute;
    top: 7px;
    left: 3px;
}
.gallery-detal__share-fb:hover {
    background-color: #fff;
}
.gallery-detal__share-fb:hover i {
    color: #3880d3 !important;
}
.gallery-detal [class*="__share-"] {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
.gallery-detal [class*="__share-"] i {
    color: #fff;
}
.gallery-detal__open:before {
    position: absolute;
    left: 7px;
    top: 5px;
    color: #000;
}
.gallery-detal__open:before:hover {
    color: #000;
}
.gallery-detal__open {
    position: absolute;
    color: #000;
    bottom: 2px;
    left: 8px;
    background-color: #fff;
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
@media (min-width: 320px) {
    .gallery-detal__counter {
        display: inline-block;
        padding-left: 10px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__counter {
        position: absolute;
        top: 25px;
    }
}
@media (min-width: 320px) {
    .gallery-detal__counter .current,
    .gallery-detal__counter .total {
        font-size: 15px;
        font-weight: 900;
    }
}
@media (min-width: 768px) {
    .gallery-detal__counter .current,
    .gallery-detal__counter .total {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__counter .current,
    .gallery-detal__counter .total {
        display: inline-block;
        font-size: 35px;
    }
}
.gallery-detal__close {
    float: right;
}
@media (min-width: 1200px) {
    .gallery-detal__close {
        display: block;
        float: right;
        margin-top: -14px;
        z-index: 1000;
        position: relative;
    }
}
@media (min-width: 320px) {
    .gallery-detal__close .close-mobile {
        display: inline-block;
        width: 22px;
        color: #fff;
        margin-right: 5px;
    }
}
@media (min-width: 768px) {
    .gallery-detal__close .close-mobile {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__close .close-mobile {
        display: none;
    }
}
@media (min-width: 320px) {
    .gallery-detal__close .close-desktop {
        display: none;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__close .close-desktop {
        display: inline-block;
    }
}
@media all and (-ms-high-contrast: none) {
    .gallery-detal__close .close-desktop {
        margin-right: 20px;
    }
    .gallery-detal__close ::-ms-backdrop,
    .gallery-detal__close .close-desktop {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .strip {
        background-color: #173f7d;
        height: 29px;
        width: 100%;
        position: relative;
        border-right: 10px;
        border-left: 10px;
        border-color: #fff;
        border-style: solid;
        z-index: 10000;
        border-bottom: 24px solid #fff;
    }
}
.gallery-detal .show-gradient {
    width: 70%;
    height: 70px;
    position: absolute;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5px;
    background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}
@media (max-width: 1200px) {
    .gallery-detal .show-gradient {
        display: none;
    }
}
.gallery-detal .show-art {
    font-size: 14px;
    color: #fff;
    background-color: #173f7d;
    display: block;
    width: 123px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.2px;
    padding: 3px;
    font-weight: 300;
    position: relative;
    z-index: 1000;
    border: 1px solid #173f7d;
}
.gallery-detal .show-art:hover {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .gallery-detal .show-art {
        display: none;
    }
}
@media (min-width: 320px) {
    .gallery-detal__gallery {
        padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .gallery-detal__gallery {
        padding-top: 40px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__gallery {
        margin-top: 140px;
        padding-top: 30px;
    }
}
.gallery-detal__gallery .caption {
    color: #5c5c5c;
}
@media (min-width: 320px) {
    .gallery-detal__gallery .caption {
        font-size: 10px;
        float: right;
    }
}
@media (min-width: 1200px) {
    .gallery-detal__gallery .caption {
        font-size: 14px;
        padding-top: 10px;
    }
}
@media (min-width: 320px) {
    .gallery-detal__gallery .owl-prev {
        position: absolute;
        top: 60%;
        left: 0;
    }
}
@media (min-width: 768px) {
    .gallery-detal__gallery .owl-prev {
        top: 50%;
    }
}
@media (min-width: 1600px) {
    .gallery-detal__gallery .owl-prev {
        left: -5%;
    }
}
@media (min-width: 320px) {
    .gallery-detal__gallery .owl-prev .arrow-left {
        width: 15px;
    }
}
@media (min-width: 768px) {
    .gallery-detal__gallery .owl-prev .arrow-left {
        width: 25px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal__gallery .owl-prev .arrow-left {
        width: auto;
    }
}
@media (min-width: 320px) {
    .gallery-detal__gallery .owl-next {
        position: absolute;
        top: 60%;
        right: 0;
    }
}
@media (min-width: 768px) {
    .gallery-detal__gallery .owl-next {
        top: 50%;
    }
}
@media (min-width: 1600px) {
    .gallery-detal__gallery .owl-next {
        right: -5%;
    }
}
@media (min-width: 320px) {
    .gallery-detal__gallery .owl-next .arrow-right {
        width: 15px;
    }
}
@media (min-width: 768px) {
    .gallery-detal__gallery .owl-next .arrow-right {
        width: 25px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal__gallery .owl-next .arrow-right {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .gallery-content {
        position: absolute;
        top: 0;
        left: 155px;
        right: 15px;
        z-index: 5;
    }
}
.gallery-detal .gallery-content__content {
    position: relative;
    z-index: 10;
}
@media (min-width: 320px) {
    .gallery-detal .gallery-content__content {
        padding: 27px 21px 0 21px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__content {
        padding: 20px 29px 0 29px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .gallery-content__content {
        display: inline-block;
        width: 60%;
    }
}
@media (min-width: 320px) {
    .gallery-detal .gallery-content__content--title {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.35;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__content--title {
        font-size: 25px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .gallery-content__content--title {
        font-size: 35px;
    }
}
@media (min-width: 320px) {
    .gallery-detal .gallery-content__content--text {
        font-size: 14px;
        line-height: 1.35;
        padding-top: 10px;
        padding-bottom: 28px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__content--text {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .gallery-content__content--text {
        font-size: 18px;
    }
}
.gallery-detal .gallery-content__content--text span {
    overflow: hidden;
    display: block;
}
.gallery-detal .gallery-content__content--text .cover {
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 149px;
}
.gallery-detal .gallery-content__content--text .cover.transition {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
@media (max-width: 1200px) {
    .gallery-detal .gallery-content__content--text .cover {
        display: none;
    }
}
@media (min-width: 320px) {
    .gallery-detal .gallery-content .gallery-share {
        color: #fff;
        float: none;
        font-size: 34px;
        margin-left: 15px;
    }
    .gallery-detal .gallery-content .gallery-share:before {
        margin-bottom: 28px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content .gallery-share {
        display: none;
    }
}
@media (min-width: 320px) {
    .gallery-detal .gallery-content__social {
        display: none;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social {
        display: block;
        padding-top: 23px;
        padding-bottom: 16px;
        padding-left: 29px;
    }
}
@media (min-width: 1200px) {
    .gallery-detal .gallery-content__social {
        display: inline-block;
        padding-top: 40px;
        padding-right: 20px;
        float: right;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--share {
        font-size: 16px;
        font-weight: bold;
        margin-right: 30px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--wrapper {
        width: 50px;
        height: 50px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        font-size: 22px;
        padding-top: 3px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--facebook {
        border: 3px solid #3880d3;
        margin-right: 11px;
        font-size: 30px;
    }
    .gallery-detal .gallery-content__social--facebook-icon {
        color: #3880d3;
        font-size: 20px;
        padding: 0 5px;
    }
    .gallery-detal .gallery-content__social--facebook:hover {
        background-color: #3880d3;
    }
    .gallery-detal .gallery-content__social--facebook:hover .icon-facebook {
        color: #fff;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--twitter {
        border: 3px solid #00abee;
        margin-right: 11px;
        font-size: 30px;
    }
    .gallery-detal .gallery-content__social--twitter-icon {
        color: #00abee;
        font-size: 20px;
        padding: 0 5px;
    }
    .gallery-detal .gallery-content__social--twitter:hover {
        background-color: #00abee;
    }
    .gallery-detal .gallery-content__social--twitter:hover .icon-twitter {
        color: #fff;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--gplus {
        border: 3px solid #900000;
        margin-right: 11px;
        font-size: 30px;
    }
    .gallery-detal .gallery-content__social--gplus-icon {
        color: #900000;
        font-size: 20px;
        padding: 0 5px;
    }
    .gallery-detal .gallery-content__social--gplus:hover {
        background-color: #900000;
    }
    .gallery-detal .gallery-content__social--gplus:hover .icon-gplus {
        color: #fff;
    }
}
@media (min-width: 768px) {
    .gallery-detal .gallery-content__social--mail {
        border: solid 3px #173f7d;
        font-size: 30px;
    }
    .gallery-detal .gallery-content__social--mail-icon {
        color: #173f7d;
        font-size: 20px;
        padding: 0 5px;
    }
    .gallery-detal .gallery-content__social--mail:hover {
        background-color: #173f7d;
    }
    .gallery-detal .gallery-content__social--mail:hover .icon-mail-alt {
        color: #fff;
    }
}
.gallery-detal .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: none;
}
@media (min-width: 1200px) {
    .gallery-detal .owl-nav {
        display: block;
    }
}
.gallery-detal .owl-nav .owl-prev,
.gallery-detal .owl-nav .owl-next {
    position: absolute;
}
.gallery-detal .owl-nav .owl-prev.disabled {
    display: none;
}
@media (min-width: 320px) {
    .gallery-detal .owl-nav .owl-prev {
        left: -19px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .owl-nav .owl-prev {
        left: -29px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-prev {
        left: -33px;
    }
}
@media (min-width: 1042px) {
    .gallery-detal .owl-nav .owl-prev {
        left: 44px;
    }
}
.gallery-detal .owl-nav .owl-prev .arrow-left {
    background-repeat: no-repeat;
    display: block;
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-prev .arrow-left {
        background-image: url("../images/icon/arrow_left.png");
        position: absolute;
        left: 0;
        top: 60%;
        background-repeat: no-repeat;
        background-position: 100%;
        width: 37px;
        height: 60px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-prev .arrow-left:hover {
        left: -5px;
    }
}
.gallery-detal .owl-nav .owl-next.disabled {
    display: none;
}
@media (min-width: 320px) {
    .gallery-detal .owl-nav .owl-next {
        right: -20px;
    }
}
@media (min-width: 768px) {
    .gallery-detal .owl-nav .owl-next {
        right: -29px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-next {
        right: -33px;
    }
}
@media (min-width: 1042px) {
    .gallery-detal .owl-nav .owl-next {
        right: 44px;
    }
}
.gallery-detal .owl-nav .owl-next .arrow-right {
    background-repeat: no-repeat;
    display: block;
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-next .arrow-right {
        background-image: url("../images/icon/arrow_right.png");
        position: absolute;
        right: 0;
        top: 60%;
        background-repeat: no-repeat;
        background-position: 100%;
        width: 37px;
        height: 60px;
    }
}
@media (min-width: 1024px) {
    .gallery-detal .owl-nav .owl-next .arrow-right:hover {
        right: -5px;
    }
}
.gallery-detal__gallery .owl-item .item {
    width: auto;
    max-width: 100%;
    max-height: 65vh;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .gallery-detal__gallery .owl-item .item {
        width: 85%;
    }
}
.gallery-detal__gallery .owl-item .item img {
    max-width: 100%;
    max-height: 85vh;
    margin: 0 auto;
    width: auto;
}
@media (max-width: 1200px) {
    .gallery-detail__background {
        background: #000;
    }
}
.info-article__header {
    padding: 27px 0 0;
}
.info-article__header h2 {
    font-size: 26px;
    padding-bottom: 17px;
}
@media (min-width: 1024px) {
    .info-article__header h2 {
        font-size: 54px;
    }
}
.info-article__date {
    width: 100%;
    float: left;
}
.info-article__date .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 8px;
    display: block;
    overflow: hidden;
    float: left;
}
.info-article__date .avatar img {
    width: 100%;
    height: 100%;
}
.info-article__date .name {
    font-size: 18px;
    font-weight: bold;
    color: #626262;
    text-transform: uppercase;
    margin-top: 18px;
    display: inline-block;
}
.info-article__date .date {
    font-size: 18px;
    color: #626262;
    margin-top: 18px;
    display: inline-block;
}
.info-article__social {
    float: right;
    display: none;
}
.info-article__social .icon-facebook {
    color: #3880d3;
}
.info-article__social .icon-twitter {
    color: #00abee;
}
.info-article__social .icon-gplus {
    color: #900000;
}
.info-article__social .icon-gplus::before {
    position: relative;
    left: -3px;
}
.info-article__social .icon-mail-alt {
    color: #173f7d;
}
.info-article__content {
    background-color: #f7f7f7;
    position: relative;
    padding: 28px 0;
    margin-top: 17px;
}
.info-article__content.white {
    background-color: #fff;
}
.info-article__photo {
    width: 100%;
    position: relative;
}
.info-article__photo.expand {
    width: 66%;
}
.info-article__photo figcaption {
    padding: 12px 0 0;
}
.info-article__photo figcaption span {
    font-size: 14px;
    font-style: italic;
    color: #757575;
    display: block;
    margin-top: 5px;
}
.info-article__photo figcaption.expand {
    padding-bottom: 17px;
    margin-bottom: 27px;
    border-bottom: 1px solid #d8d8d8;
}
.info-article__photo .rectangle {
    float: left;
    width: 15px;
    height: 15px;
    background-color: #173f7d;
    margin: 2px 8px 20px 0;
}
.info-article__photo .tvp_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 73%;
}
.info-article__photo .tvp_player iframe {
    width: 100%;
    height: 100%;
}
.info-article__text {
    width: 100%;
}
.info-article__text .lead {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    line-height: 1.5;
    margin-bottom: 20px;
}
.info-article__text .description {
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    color: #282828;
    display: none;
    margin-bottom: 20px;
}
.info-article__text.expand {
    width: 66%;
    padding: 0;
}
.info-article__panel {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}
.info-article__panel .news__news {
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
}
.info-article .information__wrapper {
    width: 100%;
}
.info-article .information__wrapper__title {
    font-size: 20px;
    font-weight: 900;
    border-bottom: 5px solid #173f7d;
    padding-bottom: 7px;
    margin-bottom: 27px;
}
.info-article__more button {
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #b20f00;
    font-size: 18px;
}
.info-article__more button:hover {
    cursor: pointer;
}
.info-article__play {
    width: 131px;
    height: 131px;
    border: 10px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
}
.info-article__play::before {
    font-size: 54px;
    color: #fff;
    left: 5px;
    position: relative;
}
.info-article__play:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
    .info-article__photo {
        width: 50%;
        float: left;
    }
    .info-article__text {
        box-sizing: border-box;
        padding: 0 35px;
        width: 50%;
        float: left;
    }
    .info-article__more {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .info-article__date {
        width: 50%;
    }
    .info-article__social {
        display: block;
    }
    .info-article__photo {
        width: 33%;
    }
    .info-article__text {
        width: 33%;
    }
    .info-article__panel {
        width: 33%;
        display: block;
    }
}
.error {
    margin: 0 auto;
    position: relative;
}
@media (min-width: 320px) {
    .error {
        width: 70%;
        margin: 50px auto;
    }
}
@media (min-width: 768px) {
    .error {
        width: 77%;
    }
}
@media (min-width: 1024px) {
    .error {
        width: 70%;
        margin: 100px auto;
    }
}
@media (min-width: 1200px) {
    .error {
        width: 60%;
    }
}
@media (min-width: 1373px) {
    .error {
        width: 55%;
    }
}
.error__type {
    color: #6a6a6a;
    line-height: 1.42;
}
@media (min-width: 320px) {
    .error__type {
        font-size: 25px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .error__type {
        font-size: 30px;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .error__type {
        font-size: 36px;
    }
}
.error__result {
    font-weight: 900;
    color: #282828;
}
@media (min-width: 320px) {
    .error__result {
        font-size: 40px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .error__result {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .error__result {
        font-size: 48px;
        text-align: left;
    }
}
.error__reason {
    display: block;
}
@media (min-width: 320px) {
    .error__reason {
        padding: 45px 0;
    }
}
@media (min-width: 768px) {
    .error__reason {
        padding: 60px 0;
    }
}
.error__reason .emoticon {
    font-size: 130px;
    font-weight: 900;
}
@media (min-width: 320px) {
    .error__reason .emoticon {
        display: block;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .error__reason .emoticon {
        display: inline-block;
        text-align: left;
    }
}
.error__reason .emoticon.red {
    color: #173f7d;
}
.error__reason .emoticon.blue {
    color: #3880d3;
}
.error__reason .statement {
    display: inline-block;
    color: #282828;
    line-height: 1.42;
}
@media (min-width: 320px) {
    .error__reason .statement {
        font-size: 16px;
        display: block;
        padding-top: 35px;
    }
}
@media (min-width: 768px) {
    .error__reason .statement {
        display: inline-block;
        padding-left: 52px;
    }
}
@media (min-width: 1024px) {
    .error__reason .statement {
        font-size: 24px;
    }
}
.error__reason .statement__heading {
    font-weight: 900;
}
@media (min-width: 320px) {
    .error__reason .statement__heading {
        padding-bottom: 14px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .error__reason .statement__heading {
        padding-bottom: 14px;
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .error__reason .statement__heading {
        padding-bottom: 14px;
    }
}
@media (min-width: 320px) {
    .error__reason .statement__list {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .error__reason .statement__list {
        text-align: left;
    }
}
.error__reason .statement__list:before {
    content: "■";
    color: #d8d8d8;
    vertical-align: middle;
}
@media (min-width: 320px) {
    .error__reason .statement__list:before {
        font-size: 10px;
        margin-right: 7px;
    }
}
@media (min-width: 1024px) {
    .error__reason .statement__list:before {
        font-size: 15px;
        margin-right: 10px;
    }
}
.error__button {
    display: block;
    border-radius: 1px;
    border: none;
    padding: 13px;
}
@media (min-width: 320px) {
    .error__button {
        margin: auto;
    }
}
@media (min-width: 1024px) {
    .error__button {
        margin-right: 130px;
        float: right;
    }
}
.error__button--main {
    padding: 13px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.87);
}
.error__button--main .arrow {
    vertical-align: middle;
    margin-left: 2px;
}
.error__button.red {
    background-color: #173f7d;
}
.error__button.blue {
    background-color: #3880d3;
}
@media (min-width: 1330px) {
    .mmain {
        max-height: calc(100vh - 85px);
        height: calc(56.25vw + 12px);
        position: relative;
    }
}
.mmain > a > .img-responsive::before,
.mmain > .img-responsive::before {
    content: "";
    display: block;
    height: 47.5vw;
}
.mmain .layout {
    position: relative;
}
.mmain__photo {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-size: auto 56.25vw;
    position: relative;
}
.mmain__photo:hover img {
    display: none;
}
.mmain__photo--sg {
    display: none;
}
@media (min-width: 1330px) {
    .mmain__photo--sg {
        display: block;
    }
}
.mmain__photo--news {
    z-index: -1;
}
.mmain__title {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: 900;
}
@media (min-width: 1140px) {
    .mmain__title {
        line-height: 68px;
        font-size: 60px;
    }
}
.mmain__tag {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mmain__tag span,
.mmain__tag i {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -2px;
    margin-left: 4px;
}
.mmain__desc {
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 23px 0 13px;
}
.mmain__text {
    box-sizing: border-box;
    padding: 20px 26px;
    margin-top: -2px;
    padding: 20px 10px;
    background-color: #242431;
    transition: background-color 0.1s linear;
}
.mmain__text a {
    font-size: 18px;
    color: #fff;
}
@media (min-width: 1024px) {
    .mmain__text {
        padding: 20px 26px;
    }
}
@media (min-width: 1140px) {
    .mmain__text {
        bottom: 0 !important;
    }
}
@media (min-width: 1330px) {
    .mmain__text {
        position: absolute;
        max-width: 1140px;
        right: 0;
        left: 0;
        bottom: 120px !important;
    }
}
.mmain__text:hover {
    background-color: #454554;
}
.mmain__button {
    font-size: 18px;
    text-align: left;
    color: #173f7d;
    font-weight: 400;
    display: block;
    margin-top: 13px;
}
.mmain .img-responsive {
    height: auto;
}
@media (min-width: 1330px) {
    .mmain .img-mobile {
        display: none;
    }
}
.mboxleft {
    height: auto;
    position: relative;
    display: block;
    background-color: #fff;
}
.mboxleft__photo {
    width: 100%;
    float: left;
    background-color: #797979;
    overflow: hidden;
}
.mboxleft__photo img {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
    transition: all 0.2s linear;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mboxleft__photo img::before {
    content: "";
    display: block;
    height: 58.5vw;
}
@media (min-width: 768px) {
    .mboxleft__photo img::before {
        height: 33vw;
    }
}
.mboxleft__tag {
    padding: 20px 10px 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #173f7d;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .mboxleft__tag {
        float: right;
        text-align: right;
    }
}
.mboxleft__tag span {
    position: relative;
    top: -3px;
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    color: #797979;
    text-transform: none;
    display: inline-block;
}
@media (max-width: 1024px) {
    .mboxleft__tag span {
        display: block;
    }
}
.mboxleft__share {
    display: none;
}
@media (min-width: 1024px) {
    .mboxleft__share {
        position: absolute;
        bottom: 20px;
        right: 10px;
        z-index: 1;
        display: block;
    }
}
@media (min-width: 1366px) {
    .mboxleft__share {
        right: 20px;
    }
}
.mboxleft__open {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    background-color: #a5a5a5;
    bottom: 12px;
}
.mboxleft__open .icon-share {
    color: #fff;
    position: relative;
    top: 5px;
}
.mboxleft [class*="left__share-"] {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.mboxleft__share-gm {
    right: 40px;
    background-color: #b91d21;
}
@media (min-width: 1366px) {
    .mboxleft__share-gm {
        right: 50px;
    }
}
.mboxleft__share-gm .icon-mail-alt {
    color: #fff;
    position: relative;
    top: 5px;
    font-size: 14px;
}
.mboxleft__share-gm:hover {
    transition: background-color 0.3s linear;
    background-color: #fff;
}
.mboxleft__share-gm:hover .icon-mail-alt {
    color: #b91d21;
}
.mboxleft__share-gplus {
    right: 80px;
    background-color: #900101;
}
@media (min-width: 1366px) {
    .mboxleft__share-gplus {
        right: 90px;
    }
}
.mboxleft__share-gplus .icon-gplus {
    color: #fff;
    position: relative;
    font-size: 15px;
    top: 6px;
}
.mboxleft__share-gplus:hover {
    transition: background-color 0.3s linear;
    background-color: #fff;
}
.mboxleft__share-gplus:hover .icon-gplus {
    color: #900101;
}
.mboxleft__share-twitter {
    right: 120px;
    background-color: #00abee;
}
@media (min-width: 1366px) {
    .mboxleft__share-twitter {
        right: 130px;
    }
}
.mboxleft__share-twitter .icon-twitter {
    color: #fff;
    position: relative;
    font-size: 17px;
    top: 7px;
}
.mboxleft__share-twitter:hover {
    transition: background-color 0.3s linear;
    background-color: #fff;
}
.mboxleft__share-twitter:hover .icon-twitter {
    color: #00abee;
}
.mboxleft__share-fb {
    right: 160px;
    background-color: #242431;
}
@media (min-width: 1366px) {
    .mboxleft__share-fb {
        right: 170px;
    }
}
.mboxleft__share-fb .icon-facebook {
    color: #fff;
    position: relative;
    font-size: 18px;
    top: 6px;
}
.mboxleft__share-fb:hover {
    transition: background-color 0.3s linear;
    background-color: #fff;
}
.mboxleft__share-fb:hover .icon-facebook {
    color: #242431;
}
.mboxleft__text {
    width: 100%;
    float: left;
    display: block;
}
.mboxleft__desc {
    background-color: #fff;
    padding: 20px 10px 30px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .mboxleft__desc {
        padding: 20px 10px;
    }
}
@media (min-width: 1024px) {
    .mboxleft__desc {
        padding: 20px 26px;
    }
}
.mboxleft__desc:hover {
    background-color: #454554;
}
.mboxleft__desc:hover .mboxleft__title,
.mboxleft__desc:hover .mboxleft__sdesc,
.mboxleft__desc:hover .mboxleft__button {
    color: #fff;
}
.mboxleft__title {
    font-size: 32px;
    color: #000;
    text-align: left;
    font-weight: 900;
}
@media (max-width: 1140px) {
    .mboxleft__title {
        line-height: 36px;
    }
}
.mboxleft__sdesc {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    line-height: 1.5;
}
@media (max-width: 1330px) {
    .mboxleft__sdesc {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    .mboxleft__sdesc {
        width: 45vw;
    }
}
.mboxleft__button {
    font-size: 18px;
    text-align: left;
    color: #173f7d;
    font-weight: 400;
    display: block;
    margin-top: 13px;
}
@media (min-width: 768px) {
    .mboxleft__photo,
    .mboxleft__text {
        width: 55%;
    }
    .mboxleft__desc {
        position: absolute;
        bottom: 10px;
        left: 45%;
    }
}
@media (min-width: 1024px) {
    .mboxleft__desc {
        bottom: 40px;
        max-width: calc(55% - 40px);
    }
    .mboxleft__title {
        line-height: 1.1;
    }
}
@media (min-width: 1140px) {
    .mboxleft__title {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    .mboxleft__desc {
        bottom: 50px;
    }
}
@media (min-width: 1330px) {
    .mboxleft__title {
        font-size: 60px;
        line-height: 64px;
    }
}
@media (min-width: 1373px) {
    .mboxleft__tag {
        font-size: 20px;
        padding: 26px;
    }
    .mboxleft__tag span {
        display: block;
    }
}
.mboxright {
    height: auto;
    position: relative;
    display: block;
    background-color: #fff;
}
.mboxright__photo {
    width: 100%;
    float: right;
    background-color: #797979;
    overflow: hidden;
}
.mboxright__photo img {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
    transition: all 0.2s linear;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mboxright__photo img::before {
    content: "";
    display: block;
    height: 58.5vw;
}
@media (min-width: 768px) {
    .mboxright__photo img::before {
        height: 33vw;
    }
}
.mboxright__tag {
    padding: 20px 10px 0;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #173f7d;
    text-transform: uppercase;
}
.mboxright__tag span {
    position: relative;
    top: -3px;
    margin-top: 10px;
    margin-left: -4px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #797979;
    text-transform: none;
    display: inline-block;
}
@media (max-width: 1024px) {
    .mboxright__tag span {
        display: block;
    }
}
.mboxright__share {
    display: none;
}
@media (min-width: 1024px) {
    .mboxright__share {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 10px;
        z-index: 1;
    }
}
@media (min-width: 1366px) {
    .mboxright__share {
        left: 20px;
    }
}
.mboxright__open {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    background-color: #a5a5a5;
    bottom: 12px;
    left: 12px;
}
.mboxright__open .icon-share {
    color: #fff;
    position: relative;
    top: 5px;
}
.mboxright [class*="__share-"] {
    position: absolute;
    bottom: 12px;
    z-index: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.mboxright__share-gm {
    left: 35px;
    background-color: #b91d21;
}
@media (min-width: 1366px) {
    .mboxright__share-gm {
        left: 45px;
    }
}
.mboxright__share-gm .icon-mail-alt {
    color: #fff;
    position: relative;
    font-size: 14px;
    top: 5px;
}
.mboxright__share-gm:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxright__share-gm:hover .icon-mail-alt {
    color: #b91d21;
}
.mboxright__share-gplus {
    left: 75px;
    background-color: #900101;
}
@media (min-width: 1366px) {
    .mboxright__share-gplus {
        left: 85px;
    }
}
.mboxright__share-gplus .icon-gplus {
    color: #fff;
    position: relative;
    font-size: 15px;
    top: 6px;
}
.mboxright__share-gplus:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxright__share-gplus:hover .icon-gplus {
    color: #900101;
}
.mboxright__share-twitter {
    left: 115px;
    background-color: #00abee;
}
@media (min-width: 1366px) {
    .mboxright__share-twitter {
        left: 125px;
    }
}
.mboxright__share-twitter .icon-twitter {
    color: #fff;
    position: relative;
    font-size: 17px;
    top: 7px;
}
.mboxright__share-twitter:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxright__share-twitter:hover .icon-twitter {
    color: #00abee;
}
.mboxright__share-fb {
    left: 155px;
    background-color: #242431;
}
@media (min-width: 1366px) {
    .mboxright__share-fb {
        left: 165px;
    }
}
.mboxright__share-fb .icon-facebook {
    color: #fff;
    position: relative;
    font-size: 18px;
    top: 6px;
}
.mboxright__share-fb:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxright__share-fb:hover .icon-facebook {
    color: #242431;
}
.mboxright__text {
    width: 100%;
    float: left;
    display: block;
}
.mboxright__desc {
    background-color: #fff;
    padding: 20px 10px 30px;
    box-sizing: border-box;
}
@media (min-width: 768px) {
    .mboxright__desc {
        padding: 20px 10px;
    }
}
@media (min-width: 1024px) {
    .mboxright__desc {
        padding: 20px 26px;
    }
}
.mboxright__title {
    font-size: 32px;
    color: #000;
    text-align: left;
    font-weight: 900;
}
@media (max-width: 1140px) {
    .mboxright__title {
        line-height: 36px;
    }
}
.mboxright__sdesc {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    line-height: 1.5;
}
@media (max-width: 1330px) {
    .mboxright__sdesc {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    .mboxright__sdesc {
        width: 45vw;
    }
}
.mboxright__button {
    font-size: 18px;
    text-align: left;
    color: #173f7d;
    font-weight: 400;
    display: block;
    margin-top: 13px;
}
@media (min-width: 768px) {
    .mboxright__photo,
    .mboxright__text {
        width: 55%;
    }
    .mboxright__desc {
        position: absolute;
        bottom: 10px;
        right: 45%;
    }
}
@media (min-width: 1024px) {
    .mboxright__desc {
        max-width: calc(55% - 40px);
        bottom: 40px;
    }
    .mboxright__title {
        line-height: 1.1;
    }
}
@media (min-width: 1140px) {
    .mboxright__title {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    .mboxright__desc {
        bottom: 50px;
    }
}
@media (min-width: 1330px) {
    .mboxright__title {
        font-size: 60px;
        line-height: 64px;
    }
}
@media (min-width: 1373px) {
    .mboxright__tag {
        font-size: 20px;
        padding: 26px;
    }
    .mboxright__tag span {
        display: block;
    }
}
.mboxcenter {
    height: auto;
    position: relative;
    display: block;
    background-color: #fff;
}
.mboxcenter__photo {
    width: 100%;
    float: right;
    background-color: #797979;
    overflow: hidden;
}
.mboxcenter__photo img {
    width: 100%;
    height: auto;
    margin-bottom: -2px;
    transition: all 0.2s linear;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.mboxcenter__share {
    display: none;
}
@media (min-width: 1024px) {
    .mboxcenter__share {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 1;
    }
}
.mboxcenter__share .icon-share {
    color: #fff;
    position: relative;
    top: 5px;
}
.mboxcenter__open {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #fff;
    background-color: #a5a5a5;
    bottom: 7px;
}
.mboxcenter__open .icon-share {
    color: #fff;
    position: relative;
    top: 5px;
}
.mboxcenter [class*="__share-"] {
    position: absolute;
    bottom: 7px;
    z-index: 1;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    text-align: center;
}
.mboxcenter__share-gm {
    right: 50px;
    background-color: #b91d21;
}
.mboxcenter__share-gm .icon-mail-alt {
    color: #fff;
    position: relative;
    top: 5px;
    font-size: 14px;
}
.mboxcenter__share-gm:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxcenter__share-gm:hover .icon-mail-alt {
    color: #b91d21;
}
.mboxcenter__share-gplus {
    right: 92px;
    background-color: #900101;
}
.mboxcenter__share-gplus .icon-gplus {
    color: #fff;
    position: relative;
    top: 6px;
    font-size: 15px;
}
.mboxcenter__share-gplus:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxcenter__share-gplus:hover .icon-gplus {
    color: #900101;
}
.mboxcenter__share-twitter {
    right: 132px;
    background-color: #00abee;
}
.mboxcenter__share-twitter .icon-twitter {
    color: #fff;
    position: relative;
    top: 7px;
    font-size: 17px;
}
.mboxcenter__share-twitter:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxcenter__share-twitter:hover .icon-twitter {
    color: #00abee;
}
.mboxcenter__share-fb {
    right: 172px;
    background-color: #242431;
}
.mboxcenter__share-fb .icon-facebook {
    color: #fff;
    position: relative;
    top: 6px;
    font-size: 18px;
}
.mboxcenter__share-fb:hover {
    transition: background-color 0.1s linear;
    background-color: #fff;
}
.mboxcenter__share-fb:hover .icon-facebook {
    color: #242431;
}
.mboxcenter__text {
    width: 100%;
    float: left;
    display: block;
}
@media (max-width: 768px) {
    .mboxcenter__text {
        padding: 25px 0 35px;
    }
}
.mboxcenter__desc {
    background-color: #242431;
    color: #000;
    padding: 20px 10px;
    box-sizing: border-box;
    transition: background-color 0.1s ease-out;
    bottom: 0;
}
@media (min-width: 768px) {
    .mboxcenter__desc {
        color: #fff;
    }
}
@media (min-width: 1024px) {
    .mboxcenter__desc {
        padding: 20px 26px;
    }
}
.mboxcenter__title {
    font-size: 32px;
    color: #000;
    text-align: left;
    font-weight: 900;
    line-height: 36px;
}
@media (min-width: 768px) {
    .mboxcenter__title {
        color: #fff;
    }
}
@media (min-width: 1140px) {
    .mboxcenter__title {
        line-height: 1.1;
        font-size: 48px;
    }
}
.mboxcenter__sdesc {
    font-size: 18px;
    text-align: left;
    color: #000;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    line-height: 1.5;
}
@media (max-width: 1330px) {
    .mboxcenter__sdesc {
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    .mboxcenter__sdesc {
        color: #fff;
        width: 38vw;
    }
}
@media (min-width: 2000px) {
    .mboxcenter__sdesc {
        width: 29vw;
    }
}
.mboxcenter__button {
    font-size: 18px;
    text-align: left;
    color: #173f7d;
    font-weight: 400;
    display: block;
    margin-top: 13px;
}
@media (min-width: 768px) {
    .mboxcenter__button {
        color: #fff;
    }
}
@media (min-width: 768px) {
    .mboxcenter__photo {
        width: 100%;
    }
    .mboxcenter__text {
        width: 100%;
    }
    .mboxcenter__desc {
        position: absolute;
    }
}
@media (min-width: 1024px) {
    .mboxcenter__desc {
        max-width: 820px;
        left: 8%;
    }
}
@media (min-width: 1200px) {
    .mboxcenter__title {
        font-size: 60px;
        line-height: 64px;
    }
}
.nav.magazine.cat_h .nav__content {
    background-color: #242431 !important;
}
.nav.magazine .nav__logo {
    top: 16px;
    text-align: center;
}
.nav.magazine .nav__content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.nav.magazine .nav__image {
    background-color: rgba(0, 0, 0, 0);
}
.nav.magazine .nav__reference {
    color: #fff;
    text-transform: none;
}
.nav.magazine .nav__reference:hover {
    background-color: #3f3f4c;
}
.nav.magazine .nav__loup-wrapper .nav__loup--magazine {
    position: relative;
    top: 22px;
    left: 22px;
    color: #fff;
}
.nav.magazine .nav__graphics {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
@media (min-width: 1330px) {
    .nav.magazine .nav__graphics {
        margin-top: 18px;
    }
}
.nav.magazine .nav__element {
    background-color: #fff;
}
.nav.magazine .nav__list {
    height: auto;
}
.nav.magazine .nav__social {
    float: right;
    width: 70px;
}
@media (min-width: 1330px) {
    .nav.magazine .nav__logo {
        top: 24px;
    }
    .nav.magazine .nav__logo img {
        top: 0;
    }
    .nav.magazine .nav__loup-wrapper {
        height: 100%;
    }
    .nav.magazine .nav__loup-wrapper .nav__loup--magazine {
        top: 26px;
        left: 22px;
    }
    .nav.magazine .nav__social {
        height: 100%;
        float: right;
        width: 70px;
    }
    .nav.magazine .nav__reference {
        padding: 28px 12px 25px;
    }
    .nav.magazine .nav__navigation {
        margin-left: 300px;
    }
}
.nav.magazine .nav__partner {
    float: right;
    display: block;
}
.nav.magazine .nav__partner--logo {
    display: inline-block;
    height: 60px;
    width: 139px;
    background-color: #fff;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    position: relative;
}
.nav.magazine .nav__partner--logo img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1330px) {
    .nav.magazine .nav__partner--logo {
        height: 50px;
    }
}
.nav.magazine .nav__partner--text {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 27px;
    letter-spacing: 1px;
    display: none;
}
@media (min-width: 1058px) {
    .nav.magazine .nav__partner--text {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .nav.magazine .nav__partner {
        display: none;
    }
}
.mboxright,
.mboxleft,
.mboxcenter {
    height: auto;
    position: relative;
}
.mboxright:hover,
.mboxleft:hover,
.mboxcenter:hover {
    background-color: #454554;
    transition: background-color 0.1s ease-out;
    cursor: pointer;
}
.mboxright:hover .mboxright__tag,
.mboxright:hover .mboxleft__tag,
.mboxright:hover .mboxcenter__tag,
.mboxleft:hover .mboxright__tag,
.mboxleft:hover .mboxleft__tag,
.mboxleft:hover .mboxcenter__tag,
.mboxcenter:hover .mboxright__tag,
.mboxcenter:hover .mboxleft__tag,
.mboxcenter:hover .mboxcenter__tag {
    color: #fff;
}
.mboxright:hover .mboxright__tag span,
.mboxright:hover .mboxleft__tag span,
.mboxright:hover .mboxcenter__tag span,
.mboxleft:hover .mboxright__tag span,
.mboxleft:hover .mboxleft__tag span,
.mboxleft:hover .mboxcenter__tag span,
.mboxcenter:hover .mboxright__tag span,
.mboxcenter:hover .mboxleft__tag span,
.mboxcenter:hover .mboxcenter__tag span {
    color: #fff;
}
.mboxright:hover .mboxright__desc,
.mboxright:hover .mboxleft__desc,
.mboxright:hover .mboxcenter__desc,
.mboxleft:hover .mboxright__desc,
.mboxleft:hover .mboxleft__desc,
.mboxleft:hover .mboxcenter__desc,
.mboxcenter:hover .mboxright__desc,
.mboxcenter:hover .mboxleft__desc,
.mboxcenter:hover .mboxcenter__desc {
    background-color: #454554;
    transition: background-color 0.1s ease-out;
}
.mboxright:hover .mboxright__share,
.mboxright:hover .mboxleft__share,
.mboxright:hover .mboxcenter__share,
.mboxleft:hover .mboxright__share,
.mboxleft:hover .mboxleft__share,
.mboxleft:hover .mboxcenter__share,
.mboxcenter:hover .mboxright__share,
.mboxcenter:hover .mboxleft__share,
.mboxcenter:hover .mboxcenter__share {
    color: #930f12;
}
.mboxright:hover .mboxright__share .icon-share,
.mboxright:hover .mboxleft__share .icon-share,
.mboxright:hover .mboxcenter__share .icon-share,
.mboxleft:hover .mboxright__share .icon-share,
.mboxleft:hover .mboxleft__share .icon-share,
.mboxleft:hover .mboxcenter__share .icon-share,
.mboxcenter:hover .mboxright__share .icon-share,
.mboxcenter:hover .mboxleft__share .icon-share,
.mboxcenter:hover .mboxcenter__share .icon-share {
    color: #fff;
}
.mboxright:hover .mboxright__title,
.mboxright:hover .mboxright__sdesc,
.mboxright:hover .mboxright__button,
.mboxright:hover .mboxleft__title,
.mboxright:hover .mboxleft__sdesc,
.mboxright:hover .mboxleft__button,
.mboxright:hover .mboxcenter__title,
.mboxright:hover .mboxcenter__sdesc,
.mboxright:hover .mboxcenter__button,
.mboxleft:hover .mboxright__title,
.mboxleft:hover .mboxright__sdesc,
.mboxleft:hover .mboxright__button,
.mboxleft:hover .mboxleft__title,
.mboxleft:hover .mboxleft__sdesc,
.mboxleft:hover .mboxleft__button,
.mboxleft:hover .mboxcenter__title,
.mboxleft:hover .mboxcenter__sdesc,
.mboxleft:hover .mboxcenter__button,
.mboxcenter:hover .mboxright__title,
.mboxcenter:hover .mboxright__sdesc,
.mboxcenter:hover .mboxright__button,
.mboxcenter:hover .mboxleft__title,
.mboxcenter:hover .mboxleft__sdesc,
.mboxcenter:hover .mboxleft__button,
.mboxcenter:hover .mboxcenter__title,
.mboxcenter:hover .mboxcenter__sdesc,
.mboxcenter:hover .mboxcenter__button {
    color: #fff;
}
.mboxright:hover,
.mboxleft:hover,
.mboxcenter:hover {
    overflow: hidden;
}
.mboxright:hover img,
.mboxleft:hover img,
.mboxcenter:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 0.5);
    transform: scale3d(1.05, 1.05, 0.5);
    transition: all 0.2s linear;
}
.mboxright:hover img:after,
.mboxleft:hover img:after,
.mboxcenter:hover img:after {
    content: "\a";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.2s linear;
}
.timeline {
    margin-bottom: 100px;
}
.timeline__monit {
    width: 300px;
    padding: 14px 0;
    background-color: #fff4e3;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -150px;
    top: 85px;
    font-size: 12px;
    color: #000;
}
.timeline__monit span {
    display: inline-block;
    font-size: 14px;
    color: #b20f00;
    margin-left: 60px;
    margin-right: 12px;
    position: relative;
    top: 2px;
    font-weight: 900;
}
.timeline__monit button {
    margin-left: 6px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 12px;
    color: #b20f00;
    text-decoration: underline;
    border: 0;
}
.timeline__monit button:hover {
    cursor: pointer;
}
.timeline__wrapper {
    padding: 0 10px 0 20px;
    max-width: 900px;
}
.timeline__wrapper.current {
    padding-top: 1px;
    background-color: #fef2de;
}
.timeline__header {
    padding: 10px 0 15px 10px;
    max-width: 900px;
}
.timeline__header .icon {
    display: inline-block;
    margin-left: -10px;
}
.timeline__header .icon img {
    width: 100%;
    height: auto;
}
.timeline__header .text {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -20px;
    line-height: 14px;
    margin-top: 10px;
}
.timeline__header .text b {
    font-weight: bold;
}
.timeline__content {
    position: relative;
    border-left: 1px solid #d8d8d8;
    width: 100%;
    padding: 13px 10px 21px 20px;
}
.timeline__content--first {
    padding-top: 0;
    margin-top: 13px;
}
.timeline__content--first .timeline__circle {
    top: 0;
}
.timeline__circle {
    position: absolute;
    left: -10px;
    top: 13px;
    background-color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    border: 1px solid #d8d8d8;
}
.timeline__circle--red {
    background-color: #173f7d;
}
.timeline__date {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.timeline__date span {
    font-weight: normal;
    display: block;
}
.timeline__text {
    margin-top: 11px;
    font-size: 14px;
    color: #484848;
    line-height: 16px;
}
@media (min-width: 1024px) {
    .timeline__header {
        padding: 46px 0 46px 10px;
        max-width: 65%;
    }
    .timeline__header .text {
        font-size: 22px;
        line-height: 26px;
        top: -15px;
    }
    .timeline__wrapper {
        padding-left: 175px;
        max-width: 65%;
    }
    .timeline__date {
        font-size: 20px;
        line-height: 22px;
        width: 50px;
        left: -140px;
        position: absolute;
        float: left;
        text-align: right;
    }
    .timeline__text {
        font-size: 24px;
        line-height: 26px;
    }
}
.article-layout {
    position: relative;
}
@media (min-width: 1200px) {
    .article-layout {
        width: 907px !important;
    }
}
.article-layout .am-image__wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
}
.article-layout .am-image__wrapper:hover:after {
    opacity: 1;
}
.article {
    position: relative;
}
@media (min-width: 1200px) {
    .article__width {
        width: 100%;
    }
    .article__heading {
        margin-top: 27px;
    }
    .article__caption,
    .article__video,
    .article__carousel {
        width: 100% !important;
    }
    .article__header {
        margin: 11px 0 12px;
        font-size: 24px;
        line-height: 1.2;
    }
    .article__title {
        font-size: 24px;
    }
    .article__picture {
        width: 35%;
        margin-top: 34px;
        margin-right: 0;
        margin-left: 12px;
        padding-bottom: 13px;
    }
    .article__description {
        margin-bottom: 15px;
        line-height: 1.2;
    }
    .article .am-gallery__large {
        background: rgba(0, 0, 0, 0);
    }
}
.recommendation {
    margin-top: 35px;
}
@media (min-width: 1024px) {
    .recommendation {
        margin-bottom: 45px;
    }
}
.recommendation .header {
    margin-bottom: 27px;
}
.recommendation__box {
    width: 100%;
    position: relative;
    padding: 11px 0;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .recommendation__box {
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .recommendation__box {
        width: 31.6%;
        border-bottom-color: rgba(0, 0, 0, 0);
    }
}
@media (min-width: 1200px) {
    .recommendation__box {
        width: 31.42%;
    }
}
.recommendation__image {
    width: 49.4%;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1024px) {
    .recommendation__image {
        width: 100%;
    }
}
.recommendation__tag {
    position: absolute;
    top: -14px;
    font-size: 10px;
    color: gray;
    text-transform: uppercase;
}
.recommendation__content {
    width: 49.4%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 768px) {
    .recommendation__content {
        height: 216px;
    }
}
@media (min-width: 992px) {
    .recommendation__content {
        height: 279px;
    }
}
@media (min-width: 1024px) {
    .recommendation__content {
        width: 100%;
        height: 235px;
    }
}
.recommendation__title {
    line-height: 1.25;
    height: auto;
    max-height: 80px;
    padding-left: 5px;
}
@media (min-width: 768px) {
    .recommendation__title {
        max-height: 140px;
        padding-left: 0;
    }
}
@media (min-width: 1024px) {
    .recommendation__title {
        line-height: 1.27;
    }
}
@media (min-width: 1200px) {
    .recommendation__title {
        line-height: 1.17;
        font-size: 20px;
    }
}
@media (min-width: 1373px) {
    .recommendation__title {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .recommendation__description {
        margin-bottom: 11px;
    }
}
.recommendation__more {
    display: none;
}
@media (min-width: 1024px) {
    .recommendation__more {
        display: block;
    }
}
.like__wrapper {
    height: 71px;
    margin-top: 27px;
    background-color: #fff;
    border: solid 1px #979797;
}
.like__more {
    width: 24%;
    height: 100%;
    float: left;
    padding-top: 19px;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background: #173f7d;
}
.like__arrow {
    float: left;
    width: 0px;
    height: 0px;
    border-top: 35px solid rgba(0, 0, 0, 0);
    border-bottom: 35px solid rgba(0, 0, 0, 0);
    border-left: 25px solid #173f7d;
}
.like__text {
    float: left;
    padding-top: 22px;
    padding-left: 17px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #979797;
}
.comments {
    margin-bottom: 20px;
}
.comments__box {
    height: 300px;
    border: 1px solid red;
}
.am-header {
    background-color: #575765;
    padding: 29px 0 23px;
}
.am-header h2 {
    font-size: 36px;
    color: #fff;
    border-bottom: 5px solid #d31d00;
    padding-bottom: 17px;
    margin: 0 17px;
}
.am-header h2:first-letter {
    text-transform: uppercase;
}
.am-header--separator {
    width: 100%;
    height: 70px;
    display: none;
}
@media (min-width: 1330px) {
    .am-header--separator {
        display: block;
    }
}
.am-more {
    padding-top: 30px;
}
.am-more__header {
    background-color: #d41d01;
    text-align: center;
    transition: all 0.2s linear;
}
.am-more__header--fixed {
    position: fixed;
    top: 59px;
    z-index: 2;
    width: 100%;
    height: 50px;
}
.am-more__header--fixed .am-more__title {
    font-size: 20px;
    padding-top: 0;
}
.am-more__header--fixed .am-more__triangle {
    border-width: 10px 11.5px 0;
    top: 12px;
}
@media (min-width: 1330px) {
    .am-more__header--fixed {
        top: 69px;
    }
}
.am-more__title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 0 39px;
    transition: all 0.2s linear;
}
.am-more__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 40.5px 0 40.5px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: relative;
    top: 31px;
    transition: all 0.2s linear;
}
@media (min-width: 1024px) {
    .am-more__title {
        font-size: 44px;
        padding-bottom: 25px;
    }
}
.pager {
    text-align: center;
    margin: 58px 0 50px;
}
.pager__center {
    display: inline-block;
}
.pager__item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 38px;
    padding: 10px 0;
    display: block;
    float: left;
    font-size: 18px;
    color: #001022;
    background-color: #fff;
}
@media (max-width: 480px) {
    .pager__item {
        width: 34px;
        padding: 8px 0;
    }
}
.pager__item.current {
    background-color: #ccc;
    cursor: default;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.pager__item:first-child {
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #ccc;
}
@media (min-width: 360px) {
    .pager__item:first-child {
        margin-right: 14px;
    }
}
.pager__item:first-child span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 7px 0;
    border-color: rgba(0, 0, 0, 0) #173f7d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    display: inline-block;
}
.pager__item:nth-child(2) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #ccc;
}
@media (max-width: 480px) {
    .pager__item:nth-child(4) {
        display: none;
    }
}
.pager__item:nth-child(6) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media (max-width: 480px) {
    .pager__item:nth-last-child(4) {
        display: none;
    }
}
.pager__item:nth-last-child(2) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #ccc;
}
.pager__item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #ccc;
    margin-left: 5px;
}
@media (min-width: 360px) {
    .pager__item:last-child {
        margin-left: 14px;
    }
}
.pager__item:last-child span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #173f7d;
    display: inline-block;
}
.pager__item:hover {
    background-color: #ccc;
}
.pager__item.spacer {
    border: 1px solid #fff;
}
.pager__item.spacer:hover {
    background-color: #fff;
    cursor: default;
}
.pager__item.disabled {
    background-color: #fff !important;
    cursor: default;
}
.pager__mobile__hide {
    display: none;
}
@media (min-width: 470px) {
    .pager__mobile__hide {
        display: block;
    }
}
@media (min-width: 470px) {
    .spacer:first-of-type + a {
        border-left: 1px solid #ccc;
    }
}
.nav__search-close {
    width: 50px;
    position: absolute;
    top: 55px;
    right: 125px;
    cursor: pointer;
}
@media (max-width: 480px) {
    .nav__search-close {
        width: 25px;
    }
}
@media (max-width: 1300px) {
    .nav__search-close {
        top: 5%;
        right: 5%;
    }
}
.nav__search-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 49, 0.91);
    top: 0px;
}
.nav__search-container.open {
    display: table;
}
.nav__search-container FORM {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.nav__search-container INPUT {
    width: 1100px;
    height: 183px;
    margin: 0 auto;
    display: block;
    border: 0px;
    text-align: left;
    color: #fff;
    background: #333343;
    font: 300 72px/150px Lato;
    box-sizing: border-box;
    padding: 30px;
    font-weight: bold;
}
.nav__search-container INPUT::placeholder {
    text-align: center;
    border: 0px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}
@media (max-width: 1300px) {
    .nav__search-container INPUT {
        width: 90%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .nav__search-container INPUT {
        font: 300 35px/50px Lato;
    }
}
@media (max-width: 568px) {
    .nav__search-container INPUT {
        font: 300 20px/50px Lato;
    }
}
.nav__search-container SPAN {
    margin: 15px auto;
    display: block;
    width: 1100px;
    font: 300 15px Lato;
    color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 480px) {
    .nav__search-container SPAN {
        display: none;
    }
}
@media (max-width: 1300px) {
    .nav__search-container SPAN {
        width: 90%;
        height: auto;
    }
}
.searchpage__sad {
    display: inline-block;
    font-size: 158px;
    vertical-align: middle;
    margin-right: 95px;
}
@media (max-width: 900px) {
    .searchpage__sad {
        font-size: 70px;
        margin-right: 30px;
    }
}
@media (max-width: 700px) {
    .searchpage__sad {
        display: none;
    }
}
.searchpage__noresult {
    display: block;
    margin: 130px auto;
    width: 1270px;
    min-height: 400px;
}
.searchpage__noresult H3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 41px;
}
@media (max-width: 1300px) {
    .searchpage__noresult {
        width: 840px;
    }
    .searchpage__noresult H3 {
        font-size: 25px;
    }
}
@media (max-width: 900px) {
    .searchpage__noresult {
        width: 620px;
    }
    .searchpage__noresult H3 {
        font-size: 20px;
    }
}
@media (max-width: 700px) {
    .searchpage__noresult {
        width: auto;
        text-align: center;
    }
}
.searchpage__header {
    padding-right: 180px;
}
@media (max-width: 1024px) {
    .searchpage__header H2 {
        font-size: 25px;
    }
}
@media (max-width: 700px) {
    .searchpage__header H2 {
        font-size: 20px;
    }
}
.searchpage__count {
    position: absolute;
    right: 20px;
    top: 105px;
    color: #fff;
    font-size: 15px;
}
@media (max-width: 1024px) {
    .searchpage__count {
        display: none;
    }
}
.searchpage__item {
    margin: 63px 53px;
    border-bottom: 1px solid #707070;
    padding-bottom: 53px;
    position: relative;
    width: 1410px;
}
.searchpage__item IMG {
    float: left;
    width: 438px;
    height: 276px;
}
@media (max-width: 1520px) {
    .searchpage__item {
        width: 1200px;
    }
}
@media (max-width: 1300px) {
    .searchpage__item {
        width: 1000px;
    }
}
@media (max-width: 1100px) {
    .searchpage__item {
        width: 90%;
        margin: 5%;
    }
    .searchpage__item IMG {
        display: none;
    }
}
.searchpage__item-container {
    padding-left: 30px;
    float: left;
    width: 910px;
}
.searchpage__item-container H1 {
    font-size: 41px;
    line-height: 51px;
    margin-bottom: 22px;
    color: #000;
}
.searchpage__item-container P {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
@media (max-width: 1520px) {
    .searchpage__item-container {
        width: 760px;
    }
}
@media (max-width: 1300px) {
    .searchpage__item-container {
        width: 550px;
    }
}
@media (max-width: 1100px) {
    .searchpage__item-container {
        width: 90%;
    }
    .searchpage__item-container H1 {
        font-size: 30px;
        line-height: 40px;
    }
    .searchpage__item-container P {
        margin-bottom: 70px;
    }
}
.searchpage__footer {
    position: absolute;
    bottom: 50px;
}
@media (max-width: 1100px) {
    .searchpage__footer {
        width: 90%;
    }
}
@media (max-width: 450px) {
    .searchpage__footer {
        bottom: 20px;
    }
}
.searchpage__author,
.searchpage__category {
    color: #173f7d;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    display: inline-block;
    margin-right: 30px;
}
.searchpage__author A,
.searchpage__category A {
    color: #173f7d;
}
.searchpage__author SPAN,
.searchpage__category SPAN {
    font-weight: bold;
}
@media (max-width: 450px) {
    .searchpage__author,
    .searchpage__category {
        width: 100%;
    }
}
.searchpage__see-more {
    color: #173f7d;
    position: absolute;
    left: 800px;
    width: 115px;
}
@media (max-width: 1520px) {
    .searchpage__see-more {
        left: 620px;
    }
}
@media (max-width: 1300px) {
    .searchpage__see-more {
        left: 400px;
    }
}
@media (max-width: 1100px) {
    .searchpage__see-more {
        position: relative;
        left: auto;
        width: 94px;
        float: right;
        font-size: 15px;
    }
}
.searchpage__c-b {
    clear: both;
}
.editors--header {
    font-size: 25px;
    border-bottom: 1px solid #707070;
    margin: 0px 18px;
    padding: 45px 20px;
}
.editors--header B {
    font-weight: bold;
}
.editors--list {
    margin-bottom: 105px;
}
.editors--list H2 {
    margin: 40px;
    font-size: 48px;
}
.editors--item {
    width: 20%;
    float: left;
    margin: 29px 0px;
}
@media (max-width: 1028px) {
    .editors--item {
        width: 25%;
    }
}
@media (max-width: 920px) {
    .editors--item {
        width: 33%;
    }
}
@media (max-width: 680px) {
    .editors--item {
        width: 50%;
    }
}
.editors--item__square {
    position: absolute;
    z-index: -1;
    width: 48px;
    height: 45px;
    margin-left: -14px;
    background: #173f7d;
}
@media (max-width: 920px) {
    .editors--item__square {
        width: 38px;
        height: 35px;
    }
}
.editors--item__picture {
    width: 211px;
    height: 211px;
}
@media (max-width: 1350px) {
    .editors--item__picture {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 480px) {
    .editors--item__picture {
        width: 100px;
        height: 100px;
    }
}
.editors--item__picture IMG {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.editors--item__pic-container {
    width: 211px;
    margin: 0 auto;
}
@media (max-width: 1350px) {
    .editors--item__pic-container {
        width: 150px;
    }
}
@media (max-width: 480px) {
    .editors--item__pic-container {
        width: 100px;
    }
}
.editors--item__line {
    width: 240.7px;
    height: 0;
    opacity: 0.21;
    border: solid 1px #707070;
    margin: 0 auto;
}
@media (max-width: 1350px) {
    .editors--item__line {
        width: 200px;
    }
}
@media (max-width: 480px) {
    .editors--item__line {
        width: 120px;
    }
}
.editors--item H3 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0px 40px 0px;
    color: #000;
}
@media (max-width: 1350px) {
    .editors--item H3 {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .editors--item H3 {
        font-size: 14px;
        min-height: 33px;
    }
}
.slick-slider {
    position: relative;
    display: block;
    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: rgba(0, 0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    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 rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
    display: none;
}
.week-slider {
    background-color: #242431;
    padding-bottom: 140px;
    overflow: hidden;
}
.week-slider h4 {
    font-size: 60px;
    text-align: center;
    padding: 60px 0px 52px;
    color: #fff;
}
@media (max-width: 1024px) {
    .week-slider h4 {
        font-size: 24px;
    }
}
.week-slider .slick-arrow {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.week-slider .slick-prev {
    left: -80px;
}
.week-slider .slick-next {
    right: -80px;
}
.week-slider .slick-disabled {
    display: none !important;
}
.week-slider--container {
    width: 1382px;
    margin: 0 auto;
}
@media all and (max-width: 1550px) {
    .week-slider--container {
        width: 1029px;
    }
}
@media all and (max-width: 1180px) {
    .week-slider--container {
        width: 677px;
    }
}
@media all and (max-width: 825px) {
    .week-slider--container {
        width: 325px;
    }
}
.week-slider--slide {
    width: 325px;
    height: 706px;
    background: #fff;
    float: left;
    position: relative;
    margin-left: 27px;
}
.week-slider--slide__img-container {
    position: relative;
    border: 1px solid #fff;
}
.week-slider--slide__description {
    padding: 15px 35px;
}
.week-slider--slide__description LI {
    margin-bottom: 10px;
    font: 300 14px/25px Lato;
}
.week-slider--slide__description LI:before {
    content: "·";
    font-size: 100px;
    vertical-align: top;
    line-height: 5px;
    margin-left: -30px;
    margin-right: 3px;
}
.week-slider--slide__description A {
    color: #000;
}
.week-slider--slide__time {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a90000;
    width: 213px;
    height: 45px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    color: #fff;
}
.week-slider--slide__time I {
    font-size: 20px;
}
.week-slider--slide__see-more {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 12px;
    background: #fafafa;
}
.week-slider--slide__see-more A {
    color: #173f7d;
}
.week-slider--slide__see-all {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(181deg, #e14848, #a90000);
    text-align: center;
    box-sizing: border-box;
    padding: 290px 60px;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.week-slider--slide__see-all I {
    font-size: 40px;
    padding-bottom: 50px;
}
@media (max-width: 1024px) {
    .toc--header {
        display: none;
    }
}
.toc--news {
    width: 208px;
    border-top: 1px solid #6d6d6d;
    padding-top: 30px;
}
@media (max-width: 1372px) {
    .toc--news {
        width: 160px;
    }
}
@media (max-width: 1200px) {
    .toc--news {
        width: 68px;
        height: 68px;
        position: fixed;
        bottom: 24px;
        right: 10px;
        display: table;
        border-top: 0px;
    }
}
.toc--news__title {
    background: #a90000;
    color: #fff;
    text-align: center;
    height: 48px;
    box-sizing: border-box;
    padding: 11px;
    width: 208px;
    margin: -2px 0px 30px;
    font-size: 24px;
    font-weight: 900;
    font-family: Lato;
}
@media (max-width: 1372px) {
    .toc--news__title {
        padding: 13px;
        width: 160px;
        font-size: 20px;
    }
}
@media (max-width: 1200px) {
    .toc--news__title {
        width: 68px;
        height: 68px;
        background: #d41d01;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5019607843);
        border-radius: 68px;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        padding: 5px;
        font-size: 12px;
    }
}
@media (max-width: 1372px) {
    .toc--news__image IMG {
        width: 160px;
    }
}
@media (max-width: 1200px) {
    .toc--news__image {
        display: none;
    }
}
.toc--layout {
    margin: 60px auto !important;
}
.toc--layout H1 {
    font-family: Lato;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .toc--layout {
        margin-top: 0px !important;
    }
}
.toc--aside {
    width: 442px;
    float: left;
}
.toc--aside IMG {
    width: 100%;
}
@media (max-width: 1372px) {
    .toc--aside {
        width: 290px;
    }
}
@media (max-width: 1200px) {
    .toc--aside {
        width: 220px;
    }
}
@media (max-width: 1024px) {
    .toc--aside {
        width: 100%;
        margin-bottom: 30px;
    }
}
.toc--main {
    padding: 0px 0px 0px 25px;
    width: 907px;
    float: left;
}
.toc--main .am-article__line {
    border-top: 5px solid #d41d01;
}
.toc--main .am-article__title {
    font-size: 20px;
}
.toc--main .am-article__transparent {
    border-top: 5px solid #dfdfdf;
}
.toc--main__divide {
    clear: both;
    border-top: 1px solid #3f3f4c;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .toc--main {
        width: 800px;
    }
}
@media (max-width: 1024px) {
    .toc--main {
        width: 100%;
    }
}
.toc--author {
    font-family: Lato;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding-top: 10px;
}
.toc--item {
    min-height: 210px;
    position: relative;
    border-bottom: 2px solid #dedede;
    width: 884px;
    margin-bottom: 41px;
    padding-bottom: 20px;
}
@media (max-width: 1024px) {
    .toc--item {
        width: 95%;
    }
}
.toc--number {
    font-family: Lato;
    font-size: 195px;
    font-weight: bold;
    color: #ffe7e7;
    position: absolute;
    z-index: -1;
    top: 0px;
}
.toc--title {
    font-family: Lato;
    font-size: 34px;
    color: #000;
    margin-top: 25px;
    width: 100%;
    font-weight: 900;
}
@media (max-width: 480px) {
    .toc--title {
        font-size: 19px;
    }
}
.toc--paragraph {
    font-family: Lato;
    font-size: 24px;
    line-height: 1.5;
}
.toc--lead {
    font-family: Lato;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 30px;
}
.toc--image {
    float: left;
    width: 13%;
    height: 100%;
    min-height: 150px;
}
@media (max-width: 1024px) {
    .toc--image {
        width: 20%;
    }
}
@media (max-width: 480px) {
    .toc--image {
        width: 40%;
    }
}
.toc--image__circle {
    width: 90px;
    height: 90px;
    border: solid 4px #ccc;
    border-radius: 90px;
    overflow: hidden;
}
.toc--image__circle IMG {
    width: 100%;
}
.toc--image-cnt2 .toc--image__circle {
    width: 59px;
    height: 59px;
    position: absolute;
}
.toc--image-cnt2 .toc--image__circle:nth-of-type(2) {
    left: 38px;
    top: 20px;
}
.toc--image-cnt3 .toc--image__circle {
    width: 56px;
    height: 56px;
    position: absolute;
}
.toc--image-cnt3 .toc--image__circle:nth-of-type(2) {
    left: 38px;
    top: 18px;
}
.toc--image-cnt3 .toc--image__circle:nth-of-type(3) {
    top: 43px;
}
.toc--text {
    float: left;
    width: 70%;
}
@media (max-width: 1024px) {
    .toc--text {
        width: 80%;
    }
}
@media (max-width: 480px) {
    .toc--text {
        width: 60%;
    }
}
.toc--items {
    margin-top: 30px;
}
.toc--list .week-slider--slide {
    margin-left: 17px;
    background-color: #fafafa;
    margin-bottom: 30px;
}
.toc--list .week-slider--slide__time {
    max-width: 100%;
}
@media (max-width: 1372px) {
    .toc--list .week-slider--slide {
        width: 280px;
    }
}
@media (max-width: 1200px) {
    .toc--list .week-slider--slide {
        margin-left: 15px;
        width: 240px;
    }
    .toc--list .week-slider--slide__time {
        font-size: 10px;
    }
}
@media (max-width: 1024px) {
    .toc--list .week-slider--slide {
        width: 230px;
    }
}
@media (max-width: 990px) {
    .toc--list .week-slider--slide {
        margin-left: 15px;
        width: 175px;
    }
}
@media (max-width: 768px) {
    .toc--list .week-slider--slide {
        margin-left: 5%;
        width: 90%;
    }
    .toc--list .toc--list .week-slider--slide__time {
        font-size: 14px;
    }
}
.toc--list .week-slider--slide__img-container IMG {
    width: 100%;
}
.toc--list__header {
    background-color: #fff;
}
.toc--list__header H2 {
    color: #000;
}
.adOceanBrandingTop,
.adOceanBrandingBottom {
    background-color: #efefef;
}
.adOceanBrandingTop > div,
.adOceanBrandingBottom > div {
    max-width: 100%;
    height: auto !important;
}
.adOceanTop,
.adOceanSlider1,
.adOceanSlider2,
.adOceanSlider3,
.adOceanSlider4 {
    margin: 20px 0;
}
@media (min-width: 1330px) {
    .adOceanTop[style="display: block;"] {
        padding-top: 80px;
        margin: 0 auto 20px;
    }
    .adOceanTop[style="display: block;"] ~ .parallax-mirror {
        display: none !important;
    }
    .adOceanTop[style="display: block;"] ~ .mmain {
        height: auto;
        max-height: unset;
    }
    .adOceanTop[style="display: block;"] ~ .mmain .img-mobile {
        display: block !important;
    }
    .adOceanTop[style="display: block;"] ~ .mmain .mmain__photo--sg {
        display: none;
    }
    .adOceanTop[style="display: block;"] ~ .mmain .mmain__text {
        position: static;
        bottom: unset;
        left: unset;
        right: unset;
        margin: 0;
        max-width: 100%;
    }
}
body.screening .nav__content,
body.vod_screening_tvp .nav__content {
    background: #242431 !important;
}
@media (min-width: 768px) {
    body.screening .mboxcenter .mboxcenter__title,
    body.vod_screening_tvp .mboxcenter .mboxcenter__title {
        font-size: 50px;
        line-height: 54px;
    }
    body.screening .mboxleft .mboxleft__title,
    body.vod_screening_tvp .mboxleft .mboxleft__title {
        font-size: 50px;
        line-height: 54px;
    }
    body.screening .mboxleft .mboxleft__sdesc,
    body.vod_screening_tvp .mboxleft .mboxleft__sdesc {
        width: auto;
    }
    body.screening .mboxright .mboxright__title,
    body.vod_screening_tvp .mboxright .mboxright__title {
        font-size: 50px;
        line-height: 54px;
    }
    body.screening .mboxright .mboxright__sdesc,
    body.vod_screening_tvp .mboxright .mboxright__sdesc {
        width: auto;
    }
}
@media (min-width: 1330px) {
    body.screening .mmain,
    body.vod_screening_tvp .mmain {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        background-color: #fff;
    }
    body.screening .mboxcenter,
    body.screening .mboxleft,
    body.screening .mboxright,
    body.vod_screening_tvp .mboxcenter,
    body.vod_screening_tvp .mboxleft,
    body.vod_screening_tvp .mboxright {
        width: 1200px;
        margin: 0 auto;
    }
}
.nav {
    position: relative;
}
.nav__content {
    width: 100%;
    height: 60px;
    z-index: 3;
    position: fixed;
}
@media (max-width: 1329px) {
    .nav__content {
        background: #242431 !important;
    }
}
@media (min-width: 1330px) {
    .nav__content {
        height: 70px;
        background-color: #fff;
    }
}
.nav__icon {
    width: 33px;
    height: 45px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
@media (min-width: 1330px) {
    .nav__icon {
        display: none;
    }
}
.nav__element {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #393939;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
.nav__element:nth-child(even) {
    left: 50%;
}
.nav__element:nth-child(odd) {
    left: 10px;
}
.nav__element:nth-child(1),
.nav__element:nth-child(2) {
    top: 22px;
}
.nav__element:nth-child(3),
.nav__element:nth-child(4) {
    top: 27px;
}
.nav__element:nth-child(5),
.nav__element:nth-child(6) {
    top: 32px;
}
.nav .nav__icon.open .nav__element:nth-child(1),
.nav .nav__icon.open .nav__element:nth-child(6) {
    transform: rotate(45deg);
}
.nav .nav__icon.open .nav__element:nth-child(2),
.nav .nav__icon.open .nav__element:nth-child(5) {
    transform: rotate(-45deg);
}
.nav .nav__icon.open .nav__element:nth-child(1) {
    left: 10px;
    top: 23px;
}
.nav .nav__icon.open .nav__element:nth-child(2) {
    left: 50%;
    top: 23px;
}
.nav .nav__icon.open .nav__element:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.nav .nav__icon.open .nav__element:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.nav .nav__icon.open .nav__element:nth-child(5) {
    left: 10px;
    top: 30px;
}
.nav .nav__icon.open .nav__element:nth-child(6) {
    left: 50%;
    top: 30px;
}
.nav__logo {
    position: absolute;
    top: 14px;
    left: 0;
    width: 200px;
}
@media (min-width: 320px) and (max-width: 1329px) {
    .nav__logo {
        position: absolute;
        display: inline-block;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}
@media (min-width: 350px) {
    .nav__logo {
        width: 230px;
    }
}
@media (min-width: 1330px) {
    .nav__logo {
        top: 17px;
        left: 100px;
    }
}
@media (max-width: 380px) {
    .nav__logo {
        top: 20px;
    }
    .nav__logo IMG {
        height: 20px;
    }
}
.nav__list {
    height: 245px;
    width: 200px;
    position: fixed;
    z-index: 2;
    top: 60px;
    left: -210px;
    background-color: #242431;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22), 0 10px 24px 0 rgba(0, 0, 0, 0.3);
}
@media (max-height) {
    .nav__list {
        padding-top: 15px;
    }
}
.nav__open {
    left: 0;
}
.nav__link {
    width: 100%;
    padding: 14px 0 12px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: solid 1px #fff;
}
@media (max-height: 450px) {
    .nav__link {
        font-size: 18px;
    }
}
.nav__link:hover {
    background: #3a3a51;
}
.nav__log {
    width: 100%;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
    padding-right: 23px;
}
@media (min-width: 1330px) {
    .nav__log {
        display: none !important;
    }
}
.nav__menu {
    display: none;
    text-align: center;
    vertical-align: middle;
}
@media (min-width: 1330px) {
    .nav__menu {
        display: inline-block;
    }
}
.nav__services {
    display: none;
    width: 100%;
    position: absolute;
    top: -750px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
    transition: all 0.4s ease-in-out;
}
@media (min-width: 1330px) {
    .nav__services {
        display: block;
    }
}
.nav__services.open {
    top: 0;
}
.nav__closing {
    display: block;
    height: 37px;
    margin: 14px 0 30px 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.nav__closing:hover {
    transform: rotate(90deg);
}
.nav__service {
    display: inline-block;
    width: 28%;
    padding-left: 37px;
    margin-bottom: 39px;
}
.nav__antenne {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding-left: 40px;
}
@media (min-width: 1513px) {
    .nav__antenne {
        width: 59%;
    }
}
@media (min-width: 1763px) {
    .nav__antenne {
        width: 50%;
    }
}
.nav__header {
    font-size: 28px;
    font-weight: 300;
    color: #6a6a6a;
    text-transform: uppercase;
    margin-bottom: 29px;
}
.nav__item {
    width: 315px;
    height: 42px;
    display: block;
    margin: 12px 0;
    background-color: #fff;
    padding: 13px 13px 0 17px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
    border: 0.5px solid rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
}
.nav__item:first-of-type {
    margin-top: 30px;
}
.nav__item:hover {
    background: #dadada;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 0 2px 0 rgba(0, 0, 0, 0.22);
}
.nav__cover {
    display: inline-block;
    text-align: center;
    width: 145px;
    height: 81px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 29px;
    float: left;
}
.nav__cover:hover {
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}
.nav__img {
    height: 55px;
    margin: 25px 10px;
    width: 80%;
}
.nav__large {
    height: 35px;
    vertical-align: super;
}
.nav__medium {
    height: 20px;
    vertical-align: super;
}
.nav__small {
    height: 70px;
}
.nav__right {
    font-size: 24px;
    margin: -5px;
    float: right;
}
.nav__image {
    display: block;
    width: 82px;
    height: 70px;
    padding-top: 20px;
    background: #fff;
}
@media (min-width: 1330px) {
    .nav__navigation {
        display: inline-block;
        height: 70px;
        margin-left: 220px;
        display: none;
    }
}
.nav__table {
    display: block;
}
@media (min-width: 1330px) {
    .nav__table {
        display: inline-block;
    }
}
.nav__more {
    display: none;
    position: relative;
}
.nav__more:hover .nav__down {
    opacity: 0;
}
.nav__more:hover .nav__up {
    opacity: 1;
}
.nav__more .nav__reference {
    padding-right: 30px;
    margin-left: -3px;
}
@media (min-width: 1330px) {
    .nav__more {
        display: inline-block;
    }
}
.nav__submenu {
    display: none;
    width: 190px;
    position: absolute;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22), 0 24px 24px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    top: 64px;
    left: -3px;
    transition: all 0.5s;
}
.nav__submenu .nav__table {
    width: 100%;
}
.nav__submenu .nav__reference {
    width: 100%;
    margin-left: 0px;
    padding: 14px 20px;
    display: block;
    text-decoration: none;
    color: #393939;
    position: relative;
    border-color: rgba(0, 0, 0, 0);
    margin-top: -3px;
}
.nav__reference {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #393939;
    vertical-align: sub;
    transition: all 0.3s;
}
@media (min-width: 1330px) {
    .nav__reference {
        padding: 26px 12px 22px;
        vertical-align: baseline;
    }
}
@media (min-width: 1420px) {
    .nav__reference {
        padding: 26px 17px 22px;
    }
}
.nav__reference:hover {
    background: #d8d8d8;
}
.nav__down,
.nav__up {
    opacity: 1;
    position: absolute;
    top: 23px;
    color: #173f7d;
    font-size: 20px;
    transition: all 0.3s;
}
.nav__up {
    opacity: 0;
}
.nav__images {
    height: 16px;
    width: 17px;
}
.nav__desktop {
    height: 70px;
    display: inline-block;
    float: right;
}
.nav__search {
    float: right;
}
.nav__search .search {
    background: #fff !important;
    padding: 9px 8px;
}
.nav__social {
    display: inline-block;
    width: 177px;
    height: 64px;
    text-align: center;
    vertical-align: top;
}
@media (max-width: 480px) {
    .nav__social {
        display: none;
    }
}
.nav__graphics {
    display: inline-block;
    height: 33px;
    width: 33px;
    margin: 13px 6px 0 0;
    border-radius: 50%;
    font-size: 16px;
    padding-top: 8px;
    transition: all 0.2s;
    float: right;
    margin-right: 20px;
}
@media (min-width: 1330px) {
    .nav__graphics {
        margin-top: 20px;
    }
}
.nav__symbol {
    color: #fff;
    transition: all 0.2s;
}
.nav .facebook {
    transition: all 0.2s;
}
.nav .facebook:hover {
    background: #fff;
}
.nav .facebook:hover .nav__symbol {
    color: #242431;
}
.nav .twitter:hover .icon-twitter {
    color: #fff;
}
.nav .youtube:hover .icon-youtube-play:hover {
    color: #fff;
}
.nav__connect {
    color: #6a6a6a;
    font-size: 14px;
}
.nav__active {
    background: #d8d8d8;
}
.nav__open {
    display: block;
}
.nav__fake {
    z-index: 10000;
    width: calc(100% - 100px);
    position: fixed;
    height: 50px;
    background-color: #fff;
    top: -70px;
    left: 100px;
    visibility: hidden;
}
.nav__fake--text {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    padding-top: 18px;
}
@media (min-width: 1330px) {
    .nav__fake--text {
        padding-top: 22px;
    }
}
.nav__fake--social {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    background-color: #fff;
    margin-top: 10px;
}
@media (min-width: 1330px) {
    .nav__fake--social {
        margin-top: 13px;
    }
}
.nav__fake--social span {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    position: relative;
    top: -14px;
    margin-right: 10px;
}
.nav__fake--social i {
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nav__fake--social a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
}
.nav__fake--social .facebook {
    border: 3px solid #3880d3;
}
.nav__fake--social .facebook i {
    color: #3880d3;
}
.nav__fake--social .twitter {
    border: 3px solid #00abee;
}
.nav__fake--social .twitter i {
    color: #00abee;
}
.nav__fake--social .gplus {
    border: 3px solid #900000;
}
.nav__fake--social .gplus i {
    font-size: 16px;
    color: #900000;
    margin-left: -2px;
}
.nav__fake--social .mail {
    border: 3px solid #173f7d;
}
.nav__fake--social .mail i {
    font-size: 16px;
    color: #173f7d;
}
.nav__fake.show {
    top: 0;
}
@media (min-width: 1024px) {
    .nav__fake {
        visibility: visible;
    }
}
@media (min-width: 1330px) {
    .nav__fake {
        height: 64px;
    }
}
.nav__lang {
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    width: 44px;
    display: flex;
    justify-content: flex-start;
    float: right;
    margin-top: 15px;
    box-sizing: border-box;
    margin-right: 5px;
}
@media (min-width: 400px) {
    .nav__lang {
        padding-right: 20px;
        width: 75px;
        margin-top: 13px;
    }
}
@media (min-width: 1330px) {
    .nav__lang {
        margin-top: 20px;
        margin-right: 20px;
    }
}
.nav__lang-default {
    height: 30px;
    width: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (min-width: 400px) {
    .nav__lang-default {
        height: 26px;
        width: 64px;
        margin: 4px 0;
    }
}
.nav__lang-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
}
.nav__lang-dropdown.open {
    display: flex;
}
.nav__lang:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -3px;
}
@media (min-width: 400px) {
    .nav__lang:after {
        right: 15px;
    }
}
.nav__lang-option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nav__lang-option a {
    display: flex;
    height: 30px;
    padding: 0px 20px 0px 0;
    justify-content: flex-start;
    align-items: center;
}
@media (min-width: 400px) {
    .nav__lang-option a {
        width: 74px;
        padding: 0px 20px 0px 0;
        height: 26px;
        margin: 4px 0;
    }
}
.nav__lang-option:last-child a {
    height: 26px;
}
.nav__lang-active {
    pointer-events: none;
}
.nav__lang:hover .nav__lang-dropdown {
    display: flex;
}
.nav__lang img {
    display: block;
    width: 20px;
}
@media (min-width: 400px) {
    .nav__lang img {
        height: 26px;
        width: auto;
    }
}
.nav-after {
    height: 60px;
    background: #242431;
}
@media (min-width: 1330px) {
    .nav-after {
        display: none;
    }
}
.tvp-1 {
    background: #00a8e5;
}
.tvp-2 {
    background: #e77a34;
}
.tvp-3 {
    background: #064a89;
}
.abc {
    background: #bfeddc;
    padding-top: 20px;
}
.tvp-rozrywka {
    background: #c62777;
    padding-top: 23px;
}
.tvp-hd {
    background: #00548f;
}
.tvp-info {
    background: #c11e43;
}
.tvp-kultura {
    background: #1a1919;
    padding-top: 20px;
}
.tvp-historia {
    background: #c38b34;
    padding-top: 20px;
}
.tvp-seriale {
    background: #5a2167;
    padding-top: 20px;
}
.tvp-sport {
    background: #df542a;
    padding-top: 23px;
}
.tvp-parlament {
    background: #536eaf;
}
.tvp-bielsat {
    background: #fff;
}
.tvp-polonia {
    background: #d82332;
    padding-top: 20px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    background: #fff;
    overflow-x: hidden;
}
body.home {
    background-image: none;
}
.hidden {
    display: none;
}
.visible {
    display: block;
    visibility: visible;
}
.show {
    display: inline-block;
}
.visible-desktop {
    display: none;
}
@media (min-width: 1260px) {
    .visible-desktop {
        display: inline-block;
    }
}
@media (min-width: 767px) and (max-width: 1199px) {
    .tablet-hidden {
        display: none;
    }
}
.clear {
    clear: both;
}
.img-responsive {
    width: 100%;
    height: 100%;
}
.error {
    transition: all 0.3s;
}
.error::placeholder {
    color: #173f7d;
}
.remove-border {
    border-color: rgba(0, 0, 0, 0);
}
.header {
    padding-bottom: 7px;
    margin-bottom: 17px;
    border-bottom: 5px solid #173f7d;
}
.icon-small {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 47px;
    width: 54px;
    color: #fff;
    background: rgba(43, 43, 43, 0.5);
    text-align: center;
    cursor: pointer;
    font-size: 23px;
    padding: 12px 6px 0 2px;
}
@media (min-width: 768px) {
    .icon-small {
        width: 109px;
        height: 66px;
        font-size: 42px;
        padding: 12px 40px 16px 25px;
    }
}
.more {
    color: #173f7d;
    font-size: 14px;
    padding: 0 17px 0 9px;
}
@media (min-width: 767px) {
    .more {
        padding: 0;
        font-size: 18px;
    }
}
.inactive {
    color: #585858;
}
.icon-right-open-mini {
    vertical-align: middle;
    margin-left: -3px;
}
.icon-share {
    color: gray;
    float: right;
    cursor: pointer;
}
.icon-share:hover {
    color: #fff;
}
.icon-play-circled:hover:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}
.icon-play-circled:before {
    content: "";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}
.layout {
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    .layout {
        width: 768px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .layout {
        width: 992px;
    }
}
@media (min-width: 1024px) {
    .layout {
        width: 1024px;
    }
}
@media (min-width: 1200px) {
    .layout {
        width: 1200px;
    }
}
@media (min-width: 1373px) {
    .layout {
        width: 1373px;
    }
}
.gallery-detal__layout {
    padding: 0;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .gallery-detal__layout {
        width: 1200px;
        padding-bottom: 85px;
    }
}
@media (min-width: 1373px) {
    .gallery-detal__layout {
        width: 1373px;
    }
}
@media (min-width: 1427px) {
    .am-layout {
        width: 1427px;
    }
}
@media (min-width: 1250px) {
    .layout-screening {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
    }
}
@media (min-width: 1250px) {
    .layout-screening-wrapper {
        width: 1250px;
        margin: 19px auto 0;
        padding: 0 26px;
        background-color: #fff;
        box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.5);
    }
    .layout-screening-wrapper .layout {
        width: 1200px;
    }
    .layout-screening-wrapper .news__screening {
        width: 31.84%;
    }
    .layout-screening-wrapper .news__news {
        height: 522px;
    }
}
@media (min-width: 1250px) and (min-width: 1373px) {
    .layout-screening-wrapper .news__news {
        height: 523px;
    }
}
@media (min-width: 1250px) {
    .layout-screening-wrapper .information__box {
        padding-bottom: 100px;
    }
    .layout-screening-wrapper .information .news__content {
        height: 205px;
    }
    .layout-screening-wrapper .three-boxes__box {
        width: 31.88%;
    }
    .layout-screening-wrapper .report__content {
        width: 1200px;
    }
    .layout-screening-wrapper .gallery__container {
        width: 1200px;
    }
    .layout-screening-wrapper .gallery__description {
        width: 666px;
        bottom: -114px;
    }
    .layout-screening-wrapper .gallery__box:first-of-type {
        margin-right: 14px;
    }
    .layout-screening-wrapper .gallery__box {
        width: 27%;
        margin-right: 12px;
        margin-top: 16px;
    }
    .layout-screening-wrapper .gallery__btn {
        width: 27%;
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .layout-screening-wrapper .gallery__info {
        bottom: 9px;
    }
    .layout-screening-wrapper .magazine-main {
        width: 1200px;
    }
    .layout-screening-wrapper .magazine__box {
        width: 23.37%;
    }
    .layout-screening-wrapper .main-module__news {
        width: 577px;
        left: 0;
    }
    .layout-screening-wrapper .main-module__news-title {
        padding: 28px 18px;
    }
    .layout-screening-wrapper .main-module__news-title .title {
        font-size: 45px;
    }
    .layout-screening-wrapper .main-module__news-content .content {
        font-size: 20px;
        padding: 23px 185px 0 0;
    }
    .layout-screening-wrapper .main-module__video-box {
        width: 385px !important;
    }
}
@media (min-width: 1250px) and (min-width: 1373px) {
    .layout-screening-wrapper .report__box,
    .layout-screening-wrapper .information__wrapper {
        width: 31.88%;
    }
    .layout-screening-wrapper .information__wrapper {
        width: 31.85%;
    }
    .layout-screening-wrapper .information__box {
        padding-bottom: 97px;
    }
    .layout-screening-wrapper .information__description {
        width: 46%;
    }
    .layout-screening-wrapper .information .icon-small {
        bottom: 109px;
    }
    .layout-screening-wrapper .popular__box {
        width: 31.66%;
    }
    .layout-screening-wrapper .popular__description {
        width: 39%;
    }
}
.pluginSkinLight div {
    width: 100% !important;
}
.facebook-paragraph {
    display: none;
}
.baner-world {
    width: 100%;
    margin: 20px auto;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.banner-world__text {
    color: #ffd500;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 900;
    margin: 15px 0;
    text-align: center;
}
.banner-world__content {
    height: auto;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background-color: #005bbb;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.baner-world__img {
    width: 162px;
}
@media (min-width: 768px) {
    .baner-world {
        height: 70px;
        max-width: 899px;
        display: block;
        position: relative;
    }
    .banner-world__content {
        height: 70px;
        max-width: 899px;
        margin: 2px;
        padding: 0 28px;
        flex-direction: row;
    }
    .banner-world__img:last-child {
        margin-top: 7px;
    }
}
.baner-fb {
    width: 100%;
    padding: 20px;
    background-color: #242431;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
}
.baner-fb__text {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 900;
    margin: 15px 0;
    text-align: center;
}
.baner-fb__img {
    width: 162px;
}
@media (min-width: 768px) {
    .baner-fb {
        height: 70px;
        max-width: 900px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.footer {
    background: #000;
    border-top: 5px solid #000;
    text-align: center;
}
.footer__social {
    border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
    .footer__social {
        padding-bottom: 15px;
        border-bottom-color: rgba(0, 0, 0, 0);
    }
}
@media (min-width: 1024px) {
    .footer__social {
        padding-bottom: 25px;
    }
}
@media (min-width: 1200px) {
    .footer__social {
        padding-bottom: 20px;
    }
}
.footer__title {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 35px 0 25px;
}
@media (min-width: 768px) {
    .footer__title {
        font-size: 36px;
        margin: 53px 0 30px;
    }
}
.footer__graphics {
    display: inline-block;
    height: 66px;
    width: 66px;
    margin: 0 18px 38px 0;
    padding-top: 18px;
    vertical-align: top;
    border-radius: 50%;
    transition: all 0.2s;
}
@media (min-width: 768px) {
    .footer__graphics {
        height: 91px;
        width: 91px;
        padding-top: 23px;
    }
}
.footer__facebook {
    background: #3880d3;
}
.footer__facebook:hover {
    background: #fff;
}
.footer__facebook:hover .icon-facebook-official {
    color: #3880d3;
}
.footer__twitter {
    background: #3dc1ec;
    padding-left: 3px;
    padding-top: 18px;
}
@media (min-width: 768px) {
    .footer__twitter {
        padding-top: 25px;
    }
}
.footer__twitter:hover {
    background: #fff;
}
.footer__twitter:hover .icon-twitter {
    color: #3dc1ec;
}
.footer__youtube {
    background: #b91d21;
}
@media (min-width: 768px) {
    .footer__youtube {
        padding-top: 24px;
    }
}
.footer__youtube:hover {
    background: #fff;
}
.footer__youtube:hover .icon-youtube-play {
    color: #b91d21;
}
.footer__icon {
    font-size: 30px;
    color: #fff;
}
@media (min-width: 768px) {
    .footer__icon {
        font-size: 40px;
    }
}
@media (min-width: 768px) {
    .footer__wrap {
        display: table;
        margin: 0 auto;
        width: auto;
    }
}
@media (min-width: 1024px) {
    .footer__wrap {
        width: 100%;
        border-collapse: collapse;
    }
}
.footer__wrapper {
    margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .footer__wrapper {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .footer__wrapper {
        display: table-header-group;
        margin-top: 12px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
}
.footer__menu {
    display: inline-block;
    text-align: left;
    margin-top: 23px;
}
.footer__menu:first-child {
    margin-right: 60px;
}
@media (min-width: 768px) {
    .footer__menu:first-child {
        margin-right: 70px;
    }
}
@media (min-width: 1024px) {
    .footer__menu:first-child {
        margin: 15px 0 0;
    }
}
@media (min-width: 768px) {
    .footer__menu {
        margin-top: 4px;
    }
}
@media (min-width: 1200px) {
    .footer__menu {
        margin-top: 25px;
    }
}
@media (min-width: 1024px) {
    .footer__news {
        display: inline-block;
    }
}
.footer__item {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 2.21;
    color: #fff;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .footer__item {
        margin-right: 5px;
    }
}
@media (min-width: 800px) {
    .footer__item {
        margin-right: 8px;
    }
}
.footer__content {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .footer__content {
        display: inline-block;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left: 1px solid #fff;
        padding-left: 60px;
        padding-bottom: 5px;
    }
}
@media (min-width: 1024px) {
    .footer__content {
        display: table-footer-group;
        border-left-color: rgba(0, 0, 0, 0);
    }
}
.footer__detail {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 2.5;
}
@media (min-width: 768px) {
    .footer__detail {
        margin-right: 22px;
    }
}
@media (min-width: 1024px) {
    .footer__hide {
        display: none;
    }
}
.footer__show {
    display: none;
}
@media (min-width: 1024px) {
    .footer__show {
        display: inline-block;
    }
}
.footer__box {
    padding-top: 5px;
}
.footer__box:first-of-type,
.footer__box:last-of-type {
    padding-top: 0;
}
.footer__box:last-of-type {
    margin-top: -2px;
}
@media (min-width: 1024px) {
    .footer__box {
        display: inline-block;
        padding: 10px 0;
    }
}
.footer__copyright {
    color: #818181;
    font-size: 14px;
    padding: 27px 0 28px;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .footer__copyright {
        padding: 60px 0 45px;
    }
}
@media (min-width: 1024px) {
    .footer__copyright {
        padding: 40px 0 20px;
    }
}
@media (min-width: 768px) {
    .footer__use {
        display: inline-block;
        margin-right: 2px;
    }
}
.footer__stream {
    line-height: 1.5;
}
.footer .stream {
    display: block;
}
@media (min-width: 768px) {
    .footer .stream {
        margin-bottom: -20px;
    }
}
@media (min-width: 1024px) {
    .footer .stream {
        display: inline-block;
        margin-left: 3px;
    }
}
.mboxleft:before,
.mboxright:before,
.mboxcenter:before,
.mboxleft:after,
.mboxright:after,
.mboxcenter:after {
    content: " ";
    display: table;
}
.mboxleft:after,
.mboxright:after,
.mboxcenter:after {
    clear: both;
}
.mboxleft,
.mboxright,
.mboxcenter {
    *zoom: 1;
}
a {
    transition: color 0.2s linear;
}
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev,
.am-video .owl-carousel.am-video__video .owl-nav .owl-prev .arrow-left,
.am-video .owl-carousel.am-video__video .owl-nav .owl-next .arrow-right,
.gallery-detal .strip,
.gallery-detal__gallery,
.gallery-detal .owl-nav .owl-prev,
.gallery-detal .owl-nav .owl-prev .arrow-left,
.gallery-detal .owl-nav .owl-next .arrow-right,
.info-article__photo,
.info-article__play,
.nav.magazine .nav__content,
.pager__item,
.nav__fake {
    transition: all 0.2s linear;
}
@font-face {
    font-family: "fontello";
    src: url("../css/font/fontello.eot?11793406");
    src: url("../css/font/fontello.eot?11793406#iefix")
            format("embedded-opentype"),
        url("../css/font/fontello.woff?11793406") format("woff"),
        url("../css/font/fontello.ttf?11793406") format("truetype"),
        url("../css/font/fontello.svg?11793406#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "fontello";
        src: url("../css/font/fontello.svg?11793406#fontello") format("svg");
    }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down-micro:before {
    content: "";
}
.icon-up-micro:before {
    content: "";
}
.icon-left-open:before {
    content: "";
}
.icon-right-open-mini:before {
    content: "";
}
.icon-cancel:before {
    content: "";
}
.icon-right-open:before {
    content: "";
}
.icon-left-open-big:before {
    content: "";
}
.icon-tag:before {
    content: "";
}
.icon-facebook:before {
    content: "";
}
.icon-up-open-mini:before {
    content: "";
}
.icon-clock-ico:before {
    content: "";
}
.icon-share:before {
    content: "";
}
.icon-right-open-big:before {
    content: "";
}
.icon-play:before {
    content: "";
}
.icon-play-circled:before {
    content: "";
}
.icon-camera:before {
    content: "";
}
.icon-down-open-mini:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-gplus:before {
    content: "";
}
.icon-mail-alt:before {
    content: "";
}
.icon-youtube-play:before {
    content: "";
}
.icon-facebook-official:before {
    content: "";
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
} /*# sourceMappingURL=main.css.map */
