@charset 'UTF-8';

:root{
    --blue: #e76a0d; /* Основной фон*/
    --second-color: #0b839c;
}


@font-face {
  font-family: 'MT';
  src: url('../fonts/BrushScriptMT.woff') format('woff');
}


.logo__name{
    font-family: 'MT';
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */

    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    /* 1 */
    overflow: visible;

    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;

    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    padding: 0;

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    /* 2 */
    display: table;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/*   font / background colors   */
@font-face {
    font-family: 'myicons';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/myicons.eot');
    src: url('../fonts/myicons.?#iefix') format('embedded-opentype'), url('../fonts/myicons.woff') format('woff'), url('../fonts/myicons.ttf') format('truetype'), url('../fonts/myicons.#myicons') format('svg');
}

.icon {
    font-family: 'myicons';
}

.icon:before {
    /* Some common icon stuff */
}

.icon.-arrow-down:before {
    content: '';
}

.icon.-arrow_left:before {
    content: '';
}

.icon.-arrow_left_th:before {
    content: '';
}

.icon.-arrow_right:before {
    content: '';
}

.icon.-arrow_right_th:before {
    content: '';
}

.icon.-close:before {
    content: '';
}

.icon.-comments:before {
    content: '';
}

.icon.-dislike:before {
    content: '';
}

.icon.-download:before {
    content: '';
}

.icon.-eye:before {
    content: '';
}

.icon.-fb:before {
    content: '';
}

.icon.-funnel:before {
    content: '';
}

.icon.-ggl:before {
    content: '';
}

.icon.-like:before {
    content: '';
}

.icon.-plane:before {
    content: '';
}

.icon.-play:before {
    content: '';
}

.icon.-print:before {
    content: '';
}

.icon.-quote:before {
    content: '';
}

.icon.-quote_end:before {
    content: '';
}

.icon.-quote_start:before {
    content: '';
}

.icon.-rss:before {
    content: '';
}

.icon.-search:before {
    content: '';
}

.icon.-share:before {
    content: '';
}

.icon.-tw:before {
    content: '';
}

.icon.-vk:before {
    content: '';
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 14px;
    line-height: 20px;

    position: relative;

    color: #242323;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;

    color: #242323;
}

figure {
    margin: 0;
}

.layer {
    position: fixed;
    top: 0;

    width: 100%;
    height: 6em;

    -webkit-transition: .5s;
    transition: .5s;

    background-color: #0b839c;
    background-color: var(--second-color);
}

@media only screen and (max-width: 480px) {
    .layer {
        height: 4.8em;
    }
}

.layer--on {
    z-index: 100;

    height: 4em;

    -webkit-transition: .5s;
    transition: .5s;

    background-color: #0b839c;
    background-color: var(--second-color);
}

@media only screen and (max-width: 768px) {
    .layer--on {
        display: none;
    }
}

.padding {
    padding: 2em 1em;
}

@media only screen and (max-width: 1200px) {
    .padding {
        padding: 1em 1em;
    }
}

@media only screen and (max-width: 992px) {
    .padding {
        padding: 1em 2em;
    }
}

.heading {
    font-size: 1.15em;
    font-weight: 600;
    line-height: 21px;

    padding: 25px 15px;

    text-transform: uppercase;

    border-color: #e9e9e9;
}

.heading a {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 768px) {
    .heading {
        font-size: 1em;
    }
}

.article__announce {
    font-size: .8em;
    font-weight: 600;
    line-height: 20px;
    margin-top: .5em;
}

.article__announce::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.article__announce::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.news-announce {
    font-size: .8em;
    line-height: 1.52em;
    margin-bottom: 1.5em;
    padding-left: 1.2em;
    padding-left: 0;
    text-align: justify;
}

.news-announce::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.news-announce::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-lg {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.52em;
    display: block;
    padding: 1.3em .6em;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .link-lg {
        padding: 1.3em 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    .link-lg {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 480px) {
    .link-lg {
        font-size: 1em;
    }
}

.link-lg::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-lg::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-md {
    font-size: 1.15em;
    display: block;
    margin-bottom: 1em;
    text-align: justify;
}

.link-md::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-md::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-sm {
    font-size: 1em;
    line-height: 1.3em;
    display: inline-block;
    margin: 1em 0;
}

.link-sm::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.link-sm::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.sm-artical {
    position: relative;
    display: inline-block;
    width: 23%;
    /* min-height: 17em;
    max-height: 26em; */
    margin: 1em .4em;
    padding: 1em 1em 3em;
    vertical-align: top;
    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.sm-artical .details-red {
    font-weight: 400;
    position: absolute;
    right: 1.5em;
    bottom: 1em;
    color: #8f8f8f;
}

.sm-artical .details-red:hover {
    color: #242323;
}

@media only screen and (max-width: 1200px) {
    .sm-artical {
        width: 32.8%;
    }
}

@media only screen and (max-width: 992px) {
    .sm-artical {
        width: 47.5%;
    }
}

@media only screen and (max-width: 768px) {
    .sm-artical {
        width: 46%;
        margin-top: 1em;
        padding: 0 1em;
    }

    .sm-artical .details-red {
        bottom: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .sm-artical {
        width: 100%;
    }

    .sm-artical .details-red {
        bottom: .8em;
    }
}

.sm-artical::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.sm-artical::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.sm-artical__img {
    width: 100%;
    height: 174px;
}

.wrp p {
    padding-left: 1em;
}

@media only screen and (max-width: 1200px) {
    .wrp p {
        padding: 0 2em;
    }
}

.text,
.text-grey {
    font-size: 1.15em;
    line-height: 26px;
    padding: 1em 0;
}

.text::-moz-selection,
.text-grey::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.text::selection,
.text-grey::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

@media only screen and (max-width: 768px) {
    .text,
    .text-grey {
        font-size: 1em;
        padding: 1em 1.7em;
    }
}

@media only screen and (max-width: 480px) {
    .text,
    .text-grey {
        font-size: .9em;
    }
}

.text-grey {
    color: #bababa;
}

.italic {
    font-style: italic;
}

.info-red {
    font-size: .7em;
    font-weight: 600;
    clear: both;
    width: 70%;
    margin-top: .5em;
    color: #0075be; color: var(--blue);
}

.info-red a {
    color: #0075be; color: var(--blue);
}

.info-red a:hover {
    font-weight: 900;
    text-decoration: none;
    color: #242323;
}

.info-grey {
    font-size: .7em;
    clear: both;
    width: 100%;
    margin-top: .5em;
    text-align: left;
    color: #8f8f8f;
}

.info-grey a {
    color: #8f8f8f;
}

.info-grey a:hover {
    text-decoration: none;
    color: #242323;
}

@media only screen and (max-width: 992px) {
    .info-grey {
        font-size: .8em;
    }
}

@media only screen and (max-width: 480px) {
    .info-grey {
        font-size: .6em;

        margin-top: .9em;
    }
}

.details-red {
    font-size: .75em;
    font-weight: 600;
    float: right;
    clear: both;
    color: #0075be; color: var(--blue);
}

.details-red:hover {
    text-decoration: none;
}

.to-top {
    z-index: 100;
    display: none;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #242323;
}

.overlay--open {
    z-index: 100;
    display: block;
    visibility: visible;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .7;
}

.right-block {
    float: right;
    width: 30%;
}

@media only screen and (max-width: 768px) {
    .right-block {
        float: none;
        width: 100%;
        padding: 0 1.7em;
    }
}

.zoom-banner {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    background-color: rgba(27, 27, 27, .6);
}

.zoom-banner a {
    color: #fff;
}

.zoom-banner:hover {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: rgba(27, 27, 27, .5);
}

.zoom {
    overflow: hidden;
}

.zoom figure {
    -webkit-transition: 1s;
    transition: 1s;
}

.zoom:hover figure {
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width: 768px) {
    .block2 {
        display: block;
        float: none;
        clear: both;
    }
}

@media only screen and (max-width: 768px) {
    .block1 {
        margin-top: 2.5em;
    }
}

.commercial {
    width: 100%;
    height: auto;
    min-height: 15em;
    border: 1px solid #e8e8e8;
}

@media only screen and (max-width: 992px) {
    .commercial {
        width: 90%;
        margin: 1em auto;
        padding: .5em;
    }
}

.other {
    position: relative;
    
    clear: both;
  
    margin: 1em 0 1em 0;
}

.other ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logo-link {
    position: absolute;
    left: 0em;
    top: 0em;
    width: 2em;
    height: 2em;
    display: inline-block;
}

.logo-link__presid {
    background-image: url('/img/president.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-link__kabmin {
    background-image: url('/img/kabmin.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-link__vru {
    background-image: url('/img/vru.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-link__lugansk {
    background-image: url('/img/lugansk.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

 

@media only screen and (max-width: 768px) {
    .other ul {
        display: block;
        text-align: center;
    }
}

.other li {
    position: relative;
    display: inline-block;
    padding-left: 2.3em;
    margin-right: 3em;
    margin-bottom: 1.5em;
    line-height: 2em;
}

.other a {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 992px) {
    .other {
        width: 90%;
        margin: 0 auto;
        position: static;
    }

    .logo-link {
        left: -0.5em;
        top: 1em;
    }

    .other li {
        padding: 1em 1em 1em 3em;
    }

    .other ul {
        width: 100%;
    }
}

.to-top {
    font-size: .85em;
    line-height: 3em;
    position: fixed;
    right: 2em;
    bottom: 2em;
    width: 7em;
    height: 3em;
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0075be; background-color: var(--blue);
}

@media only screen and (max-width: 480px) {
    .to-top {
        line-height: 1.8em;
        width: 5em;
        height: 2em;
        right: 1em;
    }

    .logo-link {
        display: none;
    }

    .other li {
        margin: 0;
        padding: 1em;
        line-height: 1em;
    }
}

/*---------------------------------------------------------
|                         HEADER                           |
----------------------------------------------------------*/
.header {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
    padding: 0;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__wrapper {
    margin: 1em 1.2em 1em 0;
}

@media only screen and (max-width: 768px) {
    .logo__wrapper {
        width: 70px;
        margin: 1.5em 1em 1.5em 0;
    }
}

@media only screen and (max-width: 480px) {
    .logo__wrapper {
        width: 48px;
    }
}

.logo__wrapper img {
    width: 100%;
}

.logo__name {
    display: inline-flex;
    align-items: center;
    height: 6em;
}

.logo__name span {
    font-size: 3.4em;
     font-weight: 900;
    line-height: 1.5em;
    letter-spacing: 2px;
    color: #0b839c;
    color: var(--second-color);
}

.logo__name span:last-child {
    font-size: 3.7em;
    
    line-height: 21px;

    color: #0075be; color: var(--blue);
}

.logo__name span:first-child{

    color: white;
}

@media only screen and (max-width: 768px) {
    .logo__name span:last-child {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 480px) {
    .logo__name span:last-child {
        font-size: .9em;
    }
}

@media only screen and (max-width: 768px) {
    .logo__name span {
        font-size: 2.5em;
        line-height: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .logo__name span {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 320px) {
    .logo__name span {
        font-size: 1.5em;
    }
}

.logo__name:hover {
    text-decoration: none;
}

/* ---- navigation ---- */
.nav-max {
    display: none;
}

.navigation {
    position: relative;
    z-index: 100;

    width: 100%;
    height: 4em;
    margin-bottom: 0;
    padding: 0;

    list-style: none;
}

.navigation .nav__item {
    display: inline-block;

    height: 100%;
}

.navigation .nav__item a {
    font-size: 1.1em;
    line-height: 1.5em;

    display: block;

    height: 100%;
    padding: 1em 1.5em;

    -webkit-transition: .3s;
    transition: .3s;

    color: #242323;
    border-bottom: 4px solid transparent;
}

.navigation .nav__item a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;

    color: #242323;
    border-bottom: 4px solid #0b839c;
    border-bottom: 4px solid var(--second-color);
    background-color: transparent;
}

.lang {
    position: absolute;
    right: 0;
    top: 30%;
}

.lang span {
    color: #fff;
    text-transform: uppercase;
    margin-left: 1em;
    cursor: pointer;
}

span.lang--active {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 1280px) {
    .navigation .nav__item a {
        padding: 1em;
    }
}

@media only screen and (max-width: 992px) {
    .navigation .nav__item a {
        font-size: 1em;
        line-height: 2em;

        padding: .7em .5em;
    }
}

@media only screen and (max-width: 768px) {
    .lang {
        right: 5em;
        z-index: 100;
    }
}

@media only screen and (max-width: 480px) {
     
    .lang span {
        margin-left: 1em;
    }
}

@media only screen and (max-width: 320px) {
    .lang {
        top: 95%;
    }
}

.navigation .nav__item .nav__active {
    color: #fff;
    border-bottom: 4px solid #0b839c;
    border-bottom: 4px solid var(--second-color);
    background-color: #0075be; background-color: var(--blue);
    -webkit-box-shadow: inset 0 -83px 46px -67px rgba(0, 0, 0, .36);
    box-shadow: inset 0 -83px 46px -67px rgba(0, 0, 0, .36);

}

.navigation .nav__item .nav__active:hover {
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;

    color: #fff;
    border-bottom: 4px solid #0b839c;
    border-bottom: 4px solid  var(--second-color);
    background-color: #0075be; background-color: var(--blue);
    
}

@media only screen and (max-width: 768px) {
    .navigation .nav__item {
        display: none;
    }

    .navigation {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .navigation {
        height: 4em;
    }
}

.nav-fixed {
    position: fixed;
    top: 0;

    height: 4em;

    background-color: #0b839c;
    background-color: var(--second-color);
}

.nav-fixed .nav__item a {
    font-size: 1.1em;
    line-height: 1.5em;

    color: #fff;
}

.nav-fixed .nav__item a:hover {
    color: #fff;
}

.nav-fixed .nav__item-logo {
    display: inline-block;

    width: 7em;

    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.nav-fixed .nav__item-logo img {
    width: 3em;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .nav-fixed {
        display: flex;

        align-items: center;
    }

    .nav-fixed .nav__item-logo {
        width: 4em;
    }

    .nav-fixed .nav__item a {
        line-height: 2em;
    }
}

.nav__item-logo {
    display: none;

    -webkit-transition: .5s;
    transition: .5s;
}

/* ---- navigation mobile version ---- */
.nav-mob {
    position: fixed;
    z-index: 110;
    top: 0;
    right: 0;

    width: 35%;
    min-width: 20em;
    height: 100vh;

    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);

    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.nav-mob ul {
    display: block;
    width: 100%;
    height: 100%;
    margin: 84px 0 0 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: inset 0 5px 10px #ab0023;
    box-shadow: inset 0 5px 10px #ab0023;
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .nav-mob {
        width: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .nav-mob {
        min-width: 18em;
    }

    .nav-mob ul {
        margin-top: 77px;
    }
}

.nav-mob__item a {
    font-size: 1.2em;
    display: block;
    padding: 1em 2em;
    color: #fff;
    border-top: 1px solid #0b839c;
    border-top: 1px solid var(--second-color);
    
}

.nav-mob__item a:focus {
    -webkit-box-shadow: inset 0 13px 15px #0b839c;
    box-shadow: inset 0 13px 15px var(--second-color);
    
}

.nav-mob__item a:hover {
    text-decoration: none;
}

.toggle-wrapper {
    position: absolute;
    z-index: 120;
    top: 1em;
    right: 1.5em;
}

@media only screen and (min-width: 768px) {
    .toggle-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .nav-mob__item a {
        font-size: 1em;
    }
}

.toggle-menu {
    display: block;

    width: 35px;
    height: 35px;
    padding: 18px 0 0 0;

    text-align: center;
}

@media only screen and (max-width: 320px) {
    .toggle-menu {
        width: 30px;
        height: 25px;
    }
}

.toggle-menu span:after,
.toggle-menu span:before {
    position: absolute;
    top: -9px;
    left: 0;

    content: '';
}

.toggle-menu span:after {
    top: 9px;
}

.toggle-menu span {
    position: relative;

    display: block;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
    width: 100%;
    height: 3px;

    -webkit-transition: all .3s;
    transition: all .3s;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toggle-menu.on span,
.toggle-menu.on span:after,
.toggle-menu.on span:before {
    background-color: #fff;
}

.toggle-menu.on span {
    background-color: transparent;
}

.toggle-menu.on span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
}

.toggle-menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}

.toggle-menu.on {
    visibility: visible;

    opacity: 1;
}

.btn-hover {
    outline: none;
    background-color: #0075be; background-color: var(--blue);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-hover:hover {
    background-color: #ee0031;
}

.btn-hover:hover a {
    text-decoration: none;
}

.info-tabs ul,
.info-tabs--media ul {
    margin-bottom: -1px;
    padding: .5em .5em 0 .5em;

    list-style: none;
}

@media only screen and (max-width: 992px) {
    .info-tabs,
    .info-tabs--media {
        padding: .5em 1.7em;
    }
}

@media only screen and (min-width: 992px) {
    .info-tabs--media {
        display: none;
    }
}

.info-tabs {
    display: block;
}

@media only screen and (max-width: 992px) {
    .info-tabs {
        display: none;
    }
}

.info-tabs__tab {
    display: inline-block;

    margin-left: .2em;
    padding: .3em;

    cursor: pointer;

    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #0075be;
    border-bottom: 1px solid var(--blue);
    border-left: 1px solid #e8e8e8;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #fff;
}

.info-tabs__tab:hover {
    color: #0075be; color: var(--blue);
}

.info-tabs__tab--active {
    color: #0075be; color: var(--blue);
    border-top: 1px solid #0075be; border-left: var(--blue);
    border-right: 1px solid #0075be; border-left: var(--blue);
    border-bottom: 1px solid transparent; 
    border-left: 1px solid #0075be; border-left: var(--blue);
}

.weather {
    display: block;
}

.currency {
    display: none;
}

.info-tabs__block {
    width: 100%;
    padding: .5em 0;

    border-top: 1px solid #0075be; border-top: 1px solid var(--blue);
}

.info-tabs__tab--body .SinoptikInformer .siHeader {
    background: #fff !important;
}

.info-tabs__tab--body .type1c1 .siHeader,
.info-tabs__tab--body .type5c1 .siHeader,
.info-tabs__tab--body .htic1 .siHeader {
    background: #fff !important;
}

.info-tabs__tab--body .SinoptikInformer .siHeader .siMh {
    border-top: none !important;
    background: transparent !important;
}

.info-tabs__tab--body .SinoptikInformer .siHeader .siLh {
    padding: 0 .3em !important;

}

.info-tabs__tab--body .SinoptikInformer .siBody {
    border-right: none !important;
    border-left: none !important;
}

.info-tabs__tab--body .SinoptikInformer .siFooter .siMf {
    border-bottom: none !important;
}

.info-tabs__tab--body .SinoptikInformer .siFooter .siLf {
    height: 0 !important;
}

.info-tabs__tab--body .SinoptikInformer .siBodyContent .siInf p {
    width: 10em;
}

.info-tabs__tab--body .SinoptikInformer * {
    font-family: Verdana !important;
    font-size: 12px !important;
    /*line-height: 20px !important; */

    text-align: left !important;
}

.info-tabs__tab--body .converter {
    width: 100% !important;
}

@media only screen and (max-width: 1200px) {
    .info-tabs__tab--body .SinoptikInformer .siBodyContent .siInf {
        display: block !important;

        margin: .5em 0;
    }
}

@media only screen and (max-width: 992px) {
    .info-tabs__tab--body .SinoptikInformer .siBodyContent .siInf {
        display: inline-block !important;
    }
}

/*---------------------------------------------------------
|                         FOOTER                           |
----------------------------------------------------------*/
.footer {
    position: relative;

    background-color: #fff;
}

 
 

.footer-line {

    padding-top: 2.5em;
    border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 992px) {
    .footer-line {
        padding-top: 0;
        border-bottom: none;
    }
}

.footer__news {
    position: absolute;
    top: 7em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 65%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .footer__news {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 2em;
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 480px) {
    .footer__news {
        display: block;
    }
}

.footer__article {
    display: inline-block;
    width: 24.8%;
    height: 14em;
    padding: .5em;
    text-align: center;
}

.footer__article a {
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .footer__article a {
        font-size: .85em;
    }
}

@media only screen and (max-width: 480px) {
    .footer__article {
        display: block;
        width: 100%;
    }
}

.footer-article__img {
    overflow: hidden;
    width: 100%;
    height: 175px;
    margin-bottom: .5em;
}

.footer-article__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

@media only screen and (max-width: 1200px) {
    .footer-article__img {
        height: 144px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-nav {
        display: block;
       
        padding-left: 4em;
    }

    .footer-article__img {
        height: 162px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-article__img {
        height: 154px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-nav {
        display: block;
        float: none;
     
        margin: 1em auto;
        padding-left: 0;
        text-align: center;
    }

    .footer-article__img {
        height: 160px;
    }
}

.footer-nav__item {
    font-size: .85em;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.footer-nav__item a {
    display: block;
    padding: .5em .5em;
    border-bottom: 1px solid transparent;
}

.footer-nav__item a:hover {
    text-decoration: none;
    border-bottom-color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 992px) {
    .footer-nav__item {
        display: block;
    }
}

.footer-nav__item--active a {
    color: #0075be; color: var(--blue);
    border-bottom: 1px solid #0075be; border-bottom: 1px solid var(--blue);
}

.sign {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    width: 50%;
}

.sign button {
    font-size: 9px;
    font-weight: 600;
    float: right;
    width: 24%;
    min-height: 36px;
    padding: 8px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
}

@media only screen and (max-width: 992px) {
    .sign button {
        float: none;
        width: 100%;
        margin: 1em 0;
    }
}

.sign input {
    width: 33.1%;
    min-height: 36px;
    padding: 8px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    outline: none;
}

.sign input::-webkit-input-placeholder {
    font-size: 11px;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .sign input {
        float: left;
        width: 100%;
        margin: 1em 0;
        border-bottom: 1px solid #e8e8e8;
    }
}

.sign label {
    font-size: 1.15em;
    font-weight: 400;
    line-height: 30px;
    width: 42%;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
    .sign label {
        font-size: .8em;
        line-height: 2.3em;
        width: 41.6%;
        padding-left: 2em;
    }
}

@media only screen and (max-width: 992px) {
    .sign label {
        font-weight: 600;
        width: 100%;
        color: #0075be; color: var(--blue);
    }
}

@media only screen and (max-width: 480px) {
    .sign label {
        padding-left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .sign {
        top: 0;
        float: none;
    }

    .sign form {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .sign {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .sign form {
        margin: 0 auto;
    }
}

.social-wrapper {
    margin-left: 0;
    text-align: center;
     
}
 

.social__title {
    font-size: 1.15em;
    font-weight: 600;
    text-transform: uppercase;
    color: #0075be; color: var(--blue);
}

.social__list {
   margin: 0;
   
   margin-left: 10px;
    padding-left: 0;
    list-style: none;
}

.social__list li {
    display: inline-block;
}

.social__list a {
    width: 25px;
    height: 25px;
    font-size: 1.15em;
    display: block;
    margin: 0 .2em;
    padding: .2em;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social__list a:hover {
    text-decoration: none;
    color: #0075be; color: var(--blue);
    border-color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 1200px) {
    .social__list a {
        margin: 0 .2em;
    }
}

@media only screen and (max-width: 480px) {
    .social__list a {
        font-size: 1.2em;
    }
}

.copyright {
    font-size: .85em;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .copyright {
        font-size: .7em;
        padding: 0 1.7em;
    }
}

.maker {
    font-size: .85em;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 1em;
    text-align: center;
    justify-content: space-between;
}

.maker span {
    font-size: 1.1em;
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 992px) {
    .maker {
        margin-top: 2em;
    }
}

@media only screen and (max-width: 768px) {
    .maker {
        display: block;
        padding: 8em 1.5em 0;
    }
}

@media only screen and (max-width: 490px) {
    .maker {
        padding: 1em 1.5em 2.5em;
    }
}

/*---------------------------------------------------------
|                         SLIDERS                           |
----------------------------------------------------------*/
.top-slider .slick-prev,
.top-slider .slick-next,
.bottom-slider .slick-prev,
.bottom-slider .slick-next,
.daily__slider .slick-prev,
.daily__slider .slick-next,
.n-ppr__read .slick-prev,
.n-ppr__read .slick-next,
.contact-slide .slick-prev,
.contact-slide .slick-next,
.video-slider2 .slick-prev,
.video-slider2 .slick-next,
.video-slider3 .slick-prev,
.video-slider3 .slick-next {
    z-index: 90;

    width: 24px;
    height: 24px;
    padding: 6px;

    opacity: 1;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover,
.bottom-slider .slick-prev:hover,
.bottom-slider .slick-next:hover,
.daily__slider .slick-prev:hover,
.daily__slider .slick-next:hover,
.n-ppr__read .slick-prev:hover,
.n-ppr__read .slick-next:hover,
.contact-slide .slick-prev:hover,
.contact-slide .slick-next:hover,
.video-slider2 .slick-prev:hover,
.video-slider2 .slick-next:hover,
.video-slider3 .slick-prev:hover,
.video-slider3 .slick-next:hover {
    background-color: #fff;
}

.top-slider .slick-prev:hover::before,
.top-slider .slick-next:hover::before,
.bottom-slider .slick-prev:hover::before,
.bottom-slider .slick-next:hover::before,
.daily__slider .slick-prev:hover::before,
.daily__slider .slick-next:hover::before,
.n-ppr__read .slick-prev:hover::before,
.n-ppr__read .slick-next:hover::before,
.contact-slide .slick-prev:hover::before,
.contact-slide .slick-next:hover::before,
.video-slider2 .slick-prev:hover::before,
.video-slider2 .slick-next:hover::before,
.video-slider3 .slick-prev:hover::before,
.video-slider3 .slick-next:hover::before {
    font-weight: 900;

    color: #242323;
}

.top-slider .slick-next,
.bottom-slider .slick-next,
.daily__slider .slick-next,
.n-ppr__read .slick-next,
.contact-slide .slick-next,
.video-slider2 .slick-next,
.video-slider3 .slick-next {
    padding-left: 8px;
}

.top-slider .slick-prev:before,
.top-slider .slick-next:before,
.bottom-slider .slick-prev:before,
.bottom-slider .slick-next:before,
.daily__slider .slick-prev:before,
.daily__slider .slick-next:before,
.n-ppr__read .slick-prev:before,
.n-ppr__read .slick-next:before,
.contact-slide .slick-prev:before,
.contact-slide .slick-next:before,
.video-slider2 .slick-prev:before,
.video-slider2 .slick-next:before,
.video-slider3 .slick-prev:before,
.video-slider3 .slick-next:before {
    font-family: 'myicons';
    font-size: 10px;
    font-weight: 900;

    z-index: 90;

    opacity: 1;
    color: #fff;
}

.top-slider .slick-prev:before,
.bottom-slider .slick-prev:before,
.daily__slider .slick-prev:before,
.n-ppr__read .slick-prev:before,
.contact-slide .slick-prev:before,
.video-slider2 .slick-prev:before,
.video-slider3 .slick-prev:before {
    content: '';
}

.top-slider .slick-next:before,
.bottom-slider .slick-next:before,
.daily__slider .slick-next:before,
.n-ppr__read .slick-next:before,
.contact-slide .slick-next:before,
.video-slider2 .slick-next:before,
.video-slider3 .slick-next:before {
    content: '';
}

.corpor-info {
    padding: 0;
}

.corpor-info .text {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.7rem 0;
}

.corpor-info__mail a {

    font-weight: 600;
    color: #0075be; color: var(--blue);
}

.corpor-info__mail a span {
    font-weight: 400;
    color: #000;
}

/* ---- top slider ---- */
.top-slider {
   
    max-width: 100%;
    width: 62.6em;
    
}

.top-slider .slick-prev,
.top-slider .slick-next {
    top: 90%;
}

@media only screen and (max-width: 768px) {
    .top-slider .slick-prev,
    .top-slider .slick-next {
        top: 95%;
    }
}

.top-slider .slick-next {
    padding-left: 8px;
}

.top-slider .slick-prev {
    left: 474px;
}

@media only screen and (max-width: 1200px) {
    .top-slider .slick-prev {
        left: 85%;
    }

    .top-slider .slick-prev,
    .top-slider .slick-next {
        /* border-color: #000; */
        top: 83%;
    }
}

@media only screen and (max-width: 992px) {
    .top-slider .slick-prev,
    .top-slider .slick-next {
        top: 81%;
    }
}

@media only screen and (max-width: 768px) {
    .top-slider .slick-prev {
        left: 15%;
    }
}

.top-slider .slick-next {
    right: 20px;
}

@media only screen and (max-width: 1200px) {
    .top-slider .slick-next {
        right: 5%;
    }
}

@media only screen and (max-width: 768px) {
    .top-slider .slick-next {
        right: 15%;
    }
}

.top-slider .slick-prev:before,
.top-slider .slick-next:before {
    font-family: 'myicons';
    font-size: 8px;
    font-weight: 600;

    z-index: 110;

    opacity: 1;
    color: #fff;
}

.top-slider .slick-prev:before {
    content: '';
}

.top-slider .slick-next:before {
    content: '';
}

@media only screen and (max-width: 1200px) {
    .top-slider {
        float: none;
        width: 100%;
    }

    .top-slider .slick-prev:before,
    .top-slider .slick-next:before {
        /* color: #000; */
    }
}

@media only screen and (max-width: 768px) {
    .top-slider {
        height: 30em;
    }

    .top-slider .slick-prev,
    .top-slider .slick-next {
        top: 93%;
    }
}

@media only screen and (max-width: 480px) {
    .top-slider {
        width: 100vw;
        height: 27em;
    }

    .top-slider .slick-prev,
    .top-slider .slick-next {
        border-color: #000;
    }

    .top-slider .slick-prev:before,
    .top-slider .slick-next:before {
        color: #000;
    }
}

@media only screen and (max-width: 320px) {
    .top-slider {
        height: 20em;
    }
}

.top-slider__item,
.inner-news__img-wp {
    position: relative;
    overflow: hidden;
    width: 62.6em;
    height: 430px;
}

/* .top-slider__item .banner__announce {
    -webkit-transition: -webkit-transform .2s ease-in-out;
            transition: -webkit-transform .2s ease-in-out;
            transition:         transform .2s ease-in-out;
            transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(700%);
        -ms-transform: translateY(700%);
            transform: translateY(700%);
            display: none;
} */

.inner-news__img-wp .banner .banner__announce,
.inner-news__img-wp .banner .banner-info {
    display: none;
}

.top-slider__item figure,
.inner-news__img-wp figure {
    width: 100%;
    height: 100%;
}

.inner-news__img-wp figure iframe {
    width: 100%;
    height: 100%;
}

.top-slider__item .img-wrapper img,
.inner-news__img-wp .img-wrapper img {
    width: 100%;
    object-fit: cover;
height: 100%;
object-position: 50% 50%;
}

@media only screen and (max-width: 768px) {
  
    .top-slider__item .img-wrapper img, .inner-news__img-wp .img-wrapper img {
        width: 130%;
        margin-left: -15%;
    }
}
/*
@media only screen and (max-width: 1200px) {
    .top-slider__item,
    .inner-news__img-wp {
        height: 374px;
    }
}
*/
@media only screen and (max-width: 992px) {
    .top-slider__item,
    .inner-news__img-wp {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    /* .top-slider__item,
    .inner-news__img-wp
    {
        height: 375px;
    } */
}
/*
@media only screen and (max-width: 480px) {
    .top-slider__item,
    .inner-news__img-wp {
        height: 27em;
        overflow: visible;
    }
}

@media only screen and (max-width: 320px) {
    .top-slider__item,
    .inner-news__img-wp {
        height: 20em;
    }
}*/

.banner {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 40%;
    padding: 1em 6em 1em 2.8em;
    color: #fff;
    background-color: rgba(27, 27, 27, .8);
}

.banner a {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .banner a {
        font-size: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .banner a {
        font-size: .8em;
    }
}

@media only screen and (max-width: 992px) {
    .banner,
    .inner-news__img-wp .banner {
        width: 100%;
        padding: 1em 1.5em 3em 1em;
    }
}

@media only screen and (max-width: 768px) {
    .banner {
        font-size: 1em;
        padding: .5em;
    }
}

@media only screen and (max-width: 480px) {
    .banner {
        font-size: .8em;
    }
}

.banner__link {
    font-size: 1.05em;
    font-weight: 600;
    line-height: 23px;
    margin-top: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
    .banner__link {
        font-size: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .banner__link {
        font-size: 1em;
        line-height: 1em;
    }
}

.banner__announce {
    font-size: .85em;
    line-height: 26px;
    margin-top: 1em;
}

@media only screen and (max-width: 768px) {

    .banner__announce {

     line-height: 12px;

      margin-top: 0.2em;

   }

}

.banner-info {
    font-size: .85em;
    position: relative;
    display: block;
}

.banner-info a {
    display: inline-block;
}

.banner-info div {
    margin-right: 2em;
}

.inner-news__img-wp .banner {
    min-height: 20%;
    padding: 0.7em 3em;
}

.inner-news__img-wp .banner .banner__announce p {
    display: none;
}

.views,
.comment,
.side-news__data-info,
.bottom-slider__info {
    font-size: .85em;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin: 0 1em;
    padding-left: 1.3em;
}

.views:before {
    font-family: 'myicons';
    font-size: .8em;
    position: absolute;
    top: .05em;
    left: -.7em;
    content: '';
}

.comment:before {
    font-family: 'myicons';
    font-size: 1.3em;
    position: absolute;
    top: .05em;
    left: -.3em;
    margin-right: .5em;
    content: '';
}

/* ---- bottom slider ---- */
.bottom-slider-sec {
    overflow: hidden;
    width: 100%;
    height: 26.55em;
    margin: 1em 0;
    background-color: #272019;
}

@media only screen and (max-width: 1700px) {
    .bottom-slider-sec {
        height: 23.8em;
    }
}

@media only screen and (max-width: 1600px) {
    .bottom-slider-sec {
        height: 22em;
    }
}

@media only screen and (max-width: 1500px) {
    .bottom-slider-sec {
        height: 21em;
    }
}

@media only screen and (max-width: 1400px) {
    .bottom-slider-sec {
        height: 19em;
    }
}

@media only screen and (max-width: 1300px) {
    .bottom-slider-sec {
        height: 18em;
    }
}

@media only screen and (max-width: 1200px) {
    .bottom-slider-sec {
        height: 17em;
    }
}

@media only screen and (max-width: 1100px) {
    .bottom-slider-sec {
        height: 15em;
    }
}

@media only screen and (max-width: 992px) {
    .bottom-slider-sec {
        height: 21em;
    }
}

@media only screen and (max-width: 890px) {
    .bottom-slider-sec {
        height: 19.5em;
    }
}

@media only screen and (max-width: 800px) {
    .bottom-slider-sec {
        height: 17em;
    }
}

@media only screen and (max-width: 750px) {
    .bottom-slider-sec {
        height: 22em;
    }

    .bottom-slider-sec {
        height: 22em;
    }
}

@media only screen and (max-width: 490px) {
    .bottom-slider-sec {
        height: 15em;
    }
}

@media only screen and (max-width: 320px) {
    .bottom-slider-sec {
        height: 13.5em;
    }
}

.bottom-slider {
    height: 100%;
}

.bottom-slider .slick-prev,
.bottom-slider .slick-next {
    top: 50%;
}

.bottom-slider .slick-prev {
    left: 30%;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider .slick-prev {
        left: 27%;
    }
}

@media only screen and (max-width: 992px) {
    .bottom-slider .slick-prev {
        left: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider .slick-prev {
        left: 3%;
    }
}

.bottom-slider .slick-next {
    right: 30%;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider .slick-next {
        right: 27%;
    }
}

@media only screen and (max-width: 992px) {
    .bottom-slider .slick-next {
        right: 15%;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider .slick-next {
        right: 3%;
    }
}

.bottom-slider .slick-slider {
    height: 100% !important;
}

.bottom-slider__item {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 344px;
    margin: 1em .5em;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .3;
}

.bottom-slider__item--link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.bottom-slider__img {
    display: block;
}

.bottom-slider__img img {
    width: 100%;
}

.bottom-slider__item figure {
    width: 100%;
    height: 100%;
}

.bottom-slider__item:hover .bottom-slider__news {
    top: 27%;

    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__item {
        height: 288px;
    }
}

/* @media only screen and (max-width: 992px)
{
    .bottom-slider__item
    {
        height: 288px;
    }
} */
@media only screen and (max-width: 480px) {
    .bottom-slider__item:hover .bottom-slider__news {
        top: 17%;
    }
}

.bottom-slider__item:hover .detail {
    display: none;

    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;

    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__item {
        height: 20em;
    }
}

@media only screen and (max-width: 480px) {
    .bottom-slider__item {
        height: 14em;
        margin: .5em .5em;
    }
}

.bottom-slider .slick-center {
    z-index: 20;

    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    opacity: 1;
}

.bottom-slider .slick-center .info-slider {
    display: block;
}

.bottom-slider .slick-center .bottom-slider__news {
    display: block;
}

.bottom-slider .slick-center:before {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .5s;
    transition: .5s;

    background-color: rgba(0, 0, 0, .45);
}

.bottom-slider .slick-center:hover:before {
    background-color: rgba(0, 0, 0, .75);
}

@media only screen and (max-width: 1200px) {
    .bottom-slider .slick-center {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider .slick-center {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.info-slider {
    font-size: .5em;

    position: absolute;
    z-index: 20;
    top: 14%;
    right: 2%;

    display: none;

    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .info-slider {
        font-size: .6em;
    }
}

@media only screen and (max-width: 768px) {
    .info-slider {
        font-size: 1em;

        top: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .info-slider {
        font-size: .7em;
    }
}

.bottom-slider__data-views,
.bottom-slider__data-comment,
.bottom-slider__info {
    float: right;
}

.bottom-slider__news {
    font-size: .9em;

    position: absolute;
    z-index: 30;
    top: 22%;
    left: 0;

    display: none;

    width: 100%;
    width: 100%;
    padding: .7em 1.5em;

    -webkit-transition-duration: .7s;
    transition-duration: .7s;
}

.bottom-slider__news .detail {
    font-size: .8em;

    display: block;

    width: 10em;
    margin: 4.5em auto 1em;
    padding: 0 1em;

    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;

    opacity: 0;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.bottom-slider__news .detail:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1440px) {
    .bottom-slider__news .detail {
        margin-top: 2.5em;
    }
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__news .detail {
        font-size: .8em;

        width: 8em;
        margin-top: 2em;
        padding: .1em 0;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider__news .detail {
        font-size: 1.1em;

        width: 9em;
        padding: .4em 0;
    }
}

@media only screen and (max-width: 480px) {
    .bottom-slider__news .detail {
        font-size: .8em;

        width: 9em;
        margin-top: 1em;
        padding: .4em 0;
    }
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__news {
        top: 29%;

        padding: .3em;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider__news {
        top: 22%;
    }
}

@media only screen and (max-width: 480px) {
    .bottom-slider__news {
        top: 19%;
    }
}

.bottom-slider__link {
    display: inline-block;

    margin-right: 5px;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 40;
}

.bottom-slider__link a {
    font-size: .5em;
    font-weight: 600;

    display: block;

    padding: 0 1.2em;

    text-transform: uppercase;

    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__link a {
        font-size: .55em;

        padding: 0 1em;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider__link a {
        font-size: .9em;

        padding: .3em 1em;
    }

    .bottom-slider__link {
        margin-right: 5px;
        margin-bottom: .3em;
    }
}

@media only screen and (max-width: 480px) {
    .bottom-slider__link a {
        font-size: .5em;
    }
}

.bottom-slider__title {
    line-height: 1.5em;

    display: block;

    margin-top: 1em;

    color: #fff;
}

.bottom-slider__title span {
    font-weight: 900;
    font-style: italic;
}

.bottom-slider__title:hover {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .bottom-slider__title {
        font-size: .8em;
        line-height: 1em;

        margin-top: 0;
        padding: .5em;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-slider__title {
        font-size: 1em;
        line-height: 1.5em;

        margin-top: .5em;
    }
}

/* ---- daile news slider ---- */
.daily {
    padding: 2em 2.3em 1em;
    
    background: -webkit-gradient(linear, left top, left bottom, from(#0075be), color-stop(10em, #0b839c), color-stop(10em, white), to(white));
    background: -webkit-linear-gradient(top, #0075be 0%, #0b839c 10em, white 10em, white 100%);
    background: linear-gradient(to bottom, #0075be 0%, #0b839c 10em, white 10em, white 100%);

    background: -webkit-gradient(linear, left top, left bottom, from(#0075be), color-stop(10em, var(--second-color)), color-stop(10em, white), to(white));
    background: -webkit-linear-gradient(top, #0075be 0%, var(--second-color) 10em, white 10em, white 100%);
    background: linear-gradient(to bottom, #0075be 0%,var(--second-color) 10em, white 10em, white 100%);
    clear: both;
    
}

.daily__heading {
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 1em;

    color: #fff;
}

.daily__heading a {
    text-transform: uppercase;

    color: #fff;
}

@media only screen and (max-width: 620px) {
    .daily__heading {
        margin-bottom: 3em;
    }
}

.daily__slider .slick-prev,
.daily__slider .slick-next,
.video-slider2 .slick-prev,
.video-slider2 .slick-next {
    top: -3%;
}

@media only screen and (max-width: 480px) {
    .daily__slider .slick-prev,
    .daily__slider .slick-next,
    .video-slider2 .slick-prev,
    .video-slider2 .slick-next {
        top: -1.5%;
    }
}

.daily__slider .slick-prev,
.video-slider2 .slick-prev {
    left: 80%;
}

@media only screen and (max-width: 620px) {
    .daily__slider .slick-prev,
    .video-slider2 .slick-prev {
        left: 20%;
    }
}

.daily__slider .slick-next,
.video-slider2 .slick-next {
    right: 10%;
}

@media only screen and (max-width: 620px) {
    .daily__slider .slick-next,
    .video-slider2 .slick-next {
        right: 20%;
    }
}

.daily__slide hr {
    border-color: #2c251f;
}

.daily-artical,
.video-artical {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 49%;
    min-height: 31em;
    /* max-height: 28em; */
    padding: .5em .5em 2em;

    vertical-align: top;
}

.daily-artical .info-grey,
.video-artical .info-grey {
    position: absolute;
    bottom: 1em;
    left: 1em;

    width: 100%;

    color: #8f8f8f;
}

.daily-artical .details-red,
.video-artical .details-red {
    font-weight: 400;

    position: absolute;
    right: 1em;
    bottom: 3em;

    color: #8f8f8f;
}

.daily-artical .details-red:hover,
.video-artical .details-red:hover {
    color: #242323;
}

@media only screen and (max-width: 1200px) {
    .daily-artical,
    .video-artical {
        min-height: 38em;
    }
}

@media only screen and (max-width: 992px) {
    .daily-artical,
    .video-artical {
        min-height: 34em;
    }
}

@media only screen and (max-width: 768px) {
    .daily-artical,
    .video-artical {
        height: 24em;
    }

    .daily-artical .details-red,
    .video-artical .details-red {
        bottom: 1.5em;
    }
}

@media only screen and (max-width: 768px) {
    .daily-artical,
    .video-artical {
        height: auto;
        min-height: 26em;
    }

    .daily-artical .details-red,
    .video-artical .details-red {
        bottom: 3.5em;
    }
}

@media only screen and (max-width: 480px) {
    .daily-artical,
    .video-artical {
        display: block;

        width: 100%;
    }
}

.daily-artical__img,
.video-artical__img {
    width: 100%;
    height: 168px;
}

@media only screen and (max-width: 1200px) {
    .daily-artical__img,
    .video-artical__img {
        height: 188px;
    }

    .daily__slider .daily-artical {
        min-height: 35em;
        max-height: 35em;
        padding: .5em .5em 3em;
    }

    .daily__slider .daily-artical .details-red {
        bottom: 1em;
    }

    .daily__slider .daily-artical .info-grey {
        bottom: 1.2em;
    }
}

@media only screen and (max-width: 992px) {
    .daily-artical__img,
    .video-artical__img {
        height: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .daily-artical__img,
    .video-artical__img {
        height: 212px;
    }

    .daily__slider .daily-artical {
        min-height: 27em;
    }

    .daily__slider .daily-artical .details-red {
        bottom: 3em;
    }

    .daily__slider .daily-artical .info-grey {
        bottom: 0.5em;
    }
}

@media only screen and (max-width: 480px) {
    .daily-artical__img,
    .video-artical__img {
        height: 200px;
    }

    .daily__slider .daily-artical {
        min-height: auto;
    }

    .daily__slider .daily-artical .details-red {
        bottom: 3em;
    }
}

/*---------------------------------------------------------
|                       MAIN PAGE                          |
----------------------------------------------------------*/
.blur {
    < < < < < < < HEAD
    position: relative;
= = = = = = = width: 100 %;
    margin: 0 auto;
> > > > > > > 37 db4ee5d7fd25234b8570c1f6a52a13dee0ef31
}

.content {
    width: 83%;
    margin: 0 auto;

    border: 1px solid green;
    background-color: #fff;
}

@media only screen and (max-width: 1200px) {
    .content {
        width: 82.3%;
    }
}

.article {
    position: relative;
    /* word-break: break-all; */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    border-bottom: 1px solid #e9e9e9;
}

.breaking {
    font-weight: 600;
}

.last {
    float: left;

    width: 25%;
    padding: 0 .5em;

    background-color: #fff;

    text-align: center;
}

@media only screen and (max-width: 992px) {
    .last {
        float: none;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .last {
        padding: 0 1.5em;
    }
}

.last__heading {
    font-size: 1.3em;
    font-weight: 600;

    display: block;

    padding: .9em 0;

    text-align: center;

    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.last__heading:hover,
.last__heading:active,
.last__heading:visited {
    color: #fff;
}

.last-news {
    position: relative;

    margin: 1em 0;
    padding: 1em 1em 2.5em;

    text-align: justify;

    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.last-news .news-announce {
    margin: 1em 0;
}

.last-news .details-red {
    font-weight: 600;

    position: absolute;
    right: 1em;
    bottom: 1em;

    color: #8f8f8f;
}

.last-news .details-red:hover {
    color: #242323;
}

.last-news .info-red {
    font-weight: 400;

    position: absolute;
    bottom: 1em;
    left: 1em;

    color: #8f8f8f;
}

.last-news .info-red a {
    color: #8f8f8f;
}

.last-news .info-red a:hover {
    color: #242323;
}

@media only screen and (max-width: 1200px) {
    .last-news {
        height: 28em;
        padding: 1em 1em 2.5em;
    }

    .last-news .details-red {
        right: 2.5em;
        bottom: 2.5em;
    }
}

@media only screen and (max-width: 992px) {
    .last-news {
        padding: 1.5em 1.5em 2.5em;
        height: auto;
    }

    .last-news .details-red {
        font-weight: 400;

        right: 2.1em;
        bottom: 1em;
    }

    .last-news .info-red {
        bottom: 1em;
        left: 2.1em;
    }
}

@media only screen and (max-width: 768px) {
    .last-news .details-red {
        font-weight: 600;

        bottom: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .last-news {
        height: auto;
        padding: 1em 1em 3em;
    }

    .last-news .details-red {
        bottom: 2.5em;
    }
}

.last__img {
    overflow: hidden;

    width: 100%;
    height: 126px;
    margin-bottom: .5em;
}

.last__img a {
    display: block;

    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .last__img {
        display: inline-block;

        width: 100%;
        height: 236px;
        margin-right: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .last__img {
        height: 216px;
    }
}

@media only screen and (max-width: 480px) {
    .last__img {
        height: 240px;
    }
}

@media only screen and (max-width: 992px) {
    .last__link {
        display: inline-block;
    }
}

.last__link::-moz-selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.last__link::selection {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.news {
    padding: 0 .5em;

    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .news {
        padding: 0 1.5em;
    }
}

@media only screen and (max-width: 320px) {
    .news .md-article,
    .news .tabs-article {
        height: auto;
        padding: 1em 1em 2.5em;
    }
}

.news-tabs .news__heading,
.news .news__heading {
    margin: 0 .5em;

    border-width: 7px;
    border-color: #e9e9e9;
    border-bottom-style: double;
}

.news-tabs .news__heading a,
.news .news__heading a {
    display: block;

    color: #242323;
}

.news-categ {
    display: inline-block;
    width: 49.55%;
    padding: 0 .5em;
    vertical-align: top;
}

@media only screen and (max-width: 1200px) {
    .news-categ {
        width: 100%;
    }

}

.news-categ__heading {
    font-size: 1.15em;
    font-weight: 600;

    padding: .5em 0;
}

.news-categ__heading a {
    font-weight: 900;
    line-height: 2em;

    color: #0075be; color: var(--blue);
}

.news-categ__heading span {
    font-size: .8em;

    color: #aeaeae;
}

.news__section__img {
    overflow: hidden;
    width: 100%;
    height: 120px;
    margin-bottom: 1em;
}

@media only screen and (max-width: 1200px) {
    .news__section__img {
        height: 215px;
    }
}

@media only screen and (max-width: 480px) {
    .news__section__img {
        height: 180px;
    }
}

.news__section {
    position: relative;
    height: 23em;
    margin: 1em 0;
    padding: 1em 1em 2.5em;
    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.news__section .news-announce {
    margin-top: 1em;
}

.news__section .details-red {
    position: absolute;
    right: 1.5em;
    bottom: 1em;
}

@media only screen and (max-width: 992px) {
    .news__section {
        max-height: 30em;
    }
}

.news__title {
    font-size: 1.25em;
    font-weight: 900;
    line-height: 32px;
    line-height: 1.7em;
}

.article__text {
    font-size: 15px;
    font-size: 1.07em;
    line-height: 1.6em;
    margin: 0 0 .5em;
}

.article__text .details-red {
    line-height: .5em;
}

.news__info-time,
.news__info-day {
    font-size: 13px;
    line-height: 32px;
    color: #0075be; color: var(--blue);
}

.news-tabs .tabs-content {
    margin-bottom: 0;
}

.news-container .sm-artical {
    height: 30em;
}

.news-container .archive-side__article {
    height: auto;
}

.news-container .archive-side__article .news-announce {
    margin-bottom: 2em;
}

@media only screen and (max-width: 1200px) {
    .news-container .sm-artical {
        width: 31%;
        height: 31em;
    }

    .news-categ .news__section {
        height: auto;
    }
}

.news-container .archive-side__article {
    max-height: 20em;
}

.news-container .archive-side__article .details-red {
    bottom: 3em;
}

.news-container .sm-artical .info-grey {
    font-size: .6em;
    bottom: .75em;
    width: 100%;
}

.news-container .sm-artical .details-red {
    bottom: 2em;
}

.side-news {
    padding: 0 .5em;
    text-align: center;
    background-color: #fff;
}

@media only screen and (max-width: 992px) {
    .side-news {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .side-news {
        padding: 0 1.5em;
    }
}

.side-news__heading {
    font-weight: 600;
    line-height: 25px;
    line-height: 1.5em;
    display: block;
    padding: 1.01em .8em;
    text-align: left;
    text-transform: uppercase;
    color: #0075be; color: var(--blue);
    border-bottom: 1px solid #0075be; border-bottom: 1px solid var(--blue);
}

.side-news__heading:hover {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 1200px) {
    .side-news__heading {
        padding: 1em .8em;
    }

    .news-container .sm-artical {
        width: 48%;
    }
}

@media only screen and (max-width: 768px) {
    .side-news__heading {
        padding: 1em 1.7em;
    }
}

.side__aricle {
    position: relative;
    width: 100%;
    min-height: 128px;
    margin: 1em 0;
    padding: 1em 1em 2.5em;
    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.side__aricle .news-announce {
    margin-top: 1em;
    margin-bottom: 2em;
}

.side__aricle .details-red {
    font-size: .7em;
    position: absolute;
    right: 1em;
    bottom: 1.2em;
    color: #8f8f8f;
}

.side__aricle .info-grey {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.side__aricle .details-red:hover {
    color: #242323;
}

@media only screen and (max-width: 1200px) {
    .side-news .side__aricle {
        margin: 1em 0;
        min-height: 28em;
        padding: 1em 1em 3em;
    }

    .side-news .side__aricle .details-red {
        bottom: 2.5em;
    }

    .side-news .side__aricle .info-grey {
        bottom: 0.5em;
    }
}

@media only screen and (max-width: 992px) {
    .side-news .side__aricle {
        min-height: 17em;
    }

    .side__aricle {
        clear: both;
        height: auto;
        padding: 1.5em 1.5em 2.5em;
    }

    .last-news .details-red {
        font-weight: 400;
        right: 2.1em;
    }

    .last-news .info-grey {
        left: 2.1em;
    }
}

@media only screen and (max-width: 480px) {
    .side__aricle {
        height: auto;
        /* padding: 1em; */
    }
}

.side__img {
    float: left;
    width: 38%;
    height: 86px;
    margin-right: .5em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 1200px) {
    .side__img {
        float: none;

        width: 100%;
        height: 96px;
    }
}

@media only screen and (max-width: 992px) {
    .side__img {
        float: left;

        width: 40%;
        height: 145px;
    }
}

@media only screen and (max-width: 480px) {
    .side__img {
        width: 100%;
        margin-bottom: .5em;
    }
}

.tabs-article__link,
.news__title a,
.last__link,
.side__link {
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    text-align: justify;
}

.tabs-article__link, .last__link, .side__link, .news__title a{
    font-size: 13px;
}

@media only screen and (max-width: 992px) {
    .side__link {
        font-size: 1em;
    }
}

.side-news__data-info,
.tabs-news__info {
    float: right;
    padding-left: .5em;
}

@media only screen and (max-width: 320px) {
    .side-news__data-info,
    .tabs-news__info {
        float: none;
        padding-left: 0;
    }
}

.side-news__data-comment:before,
.side-news__data-views:before {
    left: 0;
}

.read-more {
    margin: 2em auto;
    width: 60%;
    transition: .5s;
    border: 1px solid #0075be; border: 1px solid var(--blue);
    background-color: transparent;
}

.read-more a {
    font-size: .85em;
    font-weight: 600;
    display: block;
    padding: 1.05em .95em;
    color: #0075be; color: var(--blue);
}

.read-more:hover {
    transition: .5s;
    background-color: #0075be; background-color: var(--blue);
}

.read-more:hover a {
    transition: .5s;
    color: #fff;
}

.tabs-content .slick-track {
    padding-bottom: 2.3em;
}

@media only screen and (max-width: 1200px) {
    .read-more {
        width: 180px;
    }
}

@media only screen and (max-width: 992px) {
    .tabs-content .slick-track {
        padding-bottom: 3em;
    }
}

.tabs-content .slick-dots {
    bottom: 0;
}

@media only screen and (max-width: 768px) {
    .tabs-content .slick-dots {
        bottom: .5em;
    }
}

.tabs-block {
    width: 100%;
    padding: 1em .5em;
    border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 992px) {
    .tabs-block {
        padding: 1em 0;
    }
}

.md-article,
.tabs-article {
    position: relative;
    height: auto;
    min-height: 16em;
    margin: 1em .2em;
    padding: 1em 1em 2.5em;
    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.md-article .info-grey {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.md-article .details-red {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #8f8f8f;
}

.md-article .details-red:hover {
    color: #242323;
}

.tabs-article__img {
    float: left;
    overflow: hidden;
    width: 48%;
    height: 167px;
    margin-right: 1em;
}

@media only screen and (max-width: 992px) {
    .tabs-article__img {
        height: 170px;
    }
}

@media only screen and (max-width: 768px) {
    .tabs-article__img {
        height: 128px;
    }
}

@media only screen and (max-width: 480px) {
    .tabs-article__img {
        width: 100%;
        margin-right: 0;
        height: 200px;
    }

    .md-article .details-red {
        bottom: 2em;
    }
}

@media only screen and (max-width: 320px) {
    .md-article,
    .tabs-article {
        height: auto;
        padding: 1.5em 0;
    }

    .md-article .details-red {
        bottom: 1em;
    }
}

.tabs__naw {
    width: 100%;
}

.tabs-slider {
    width: 100%;
    padding: 2em 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 18px;
    height: 2px;
    margin: 0 3px;
    background-color: #242323;
}

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

.slick-dots li.slick-active {
    background-color: #0075be; background-color: var(--blue);
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.footer-article__img a img {
    width: auto;
    height: 100%;
}

.img-wrapper a img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .img-wrapper {
        width: 100%;
    }
}

/*---------------------------------------------------------
|                     NEWS PAGE                            |
----------------------------------------------------------*/
.search-media {
    display: none;

    margin: 2em auto;
}

@media only screen and (max-width: 992px) {
    .search-media {
        display: block;
    }
}

.search {
    width: 100%;
    height: 100px;
    padding: 2.5em 0 1.5em;
}

@media only screen and (max-width: 992px) {
    .search {
        display: none;
    }
}

.saerch__form {
    position: relative;

    width: 78%;
    height: 2.9em;
    margin: 0 auto;
    padding-left: 3em;

    border: 1px solid #e9e9e9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.saerch__form input {
    width: 80%;
    height: 100%;

    border: none;
    outline: none;
    background-color: transparent;
}

.saerch__form input::-webkit-input-placeholder {
    color: #d0d0d0;
}

.saerch__form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.saerch__form:before {
    font-family: 'myicons';
    font-size: 1em;

    position: absolute;
    top: 9px;
    left: 1.7em;

    content: '';

    color: #d0d0d0;
}

@media only screen and (max-width: 480px) {
    .saerch__form {
        width: 85%;
        height: 2.2em;
    }
}

.search__btn,
.comment__btn {
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    height: 100%;

    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.news-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    vertical-align: top;

    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .news-wrapper {
        display: block;
    }
}

.daily-news {
    display: inline-block;

    width: 32%;
    padding: 0 0 .5em;

    text-align: justify;
}

.daily-news .article {
    position: relative;

    height: 19em;
    max-height: 19em;
    margin: 0 0 1em;
    padding: 1em 1em 2.5em;

    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.daily-news .article .details-red {
    font-weight: 600;

    position: absolute;
    right: 1em;
    bottom: 3em;

    color: #8f8f8f;
}

.daily-news .article .info-grey {
    font-weight: 600;

    position: absolute;
    left: 1em;
    bottom: 1em;

    width: 100%;

    color: #8f8f8f;
}

.daily-news .article .details-red:hover {
    color: #242323;
}

.daily-news .breaking a {
    font-size: 1.15em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
}

@media only screen and (max-width: 1200px) {
    .daily-news .article .details-red {
        bottom: 3.8em;
    }
}

@media only screen and (max-width: 768px) {
    .daily-news {
        display: block;

        width: 100%;
    }

    .daily-news .article .details-red {
        bottom: 2em;
    }

    .daily-news .article {
        height: auto;
        min-height: 12em;
    }

    .daily-news .article .info-grey {
        left: 1em;

        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    /* .daily-news {
      width: 100%;
      display: block; } */
    .daily-news .article .details-red {
        bottom: 3em;
    }

    .daily-news .article {
        padding: 1em 1em 3em;
    }

    .daily-news .article .info-grey {
        bottom: .5em;
    }
}

/* .daily-news__data
{
    margin: 0 0 1em;
} */

.load-wrapper {
    clear: both;

    width: 100%;
    padding: 1.2em 0;

    text-align: center;
}

.load__btn {
    font-size: .85em;

    width: 13.5em;
    height: 40px;

    -webkit-transition: .5s;
    transition: .5s;

    color: #0075be; color: var(--blue);
    border: 1px solid #0075be; border: 1px solid var(--blue);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    background-color: transparent;
}

.load__btn:hover {
    -webkit-transition: .5s;
    transition: .5s;

    color: #fff;
    border-color: #0075be; color: var(--blue);
    background-color: #0075be; background-color: var(--blue);
}

.categ__list {
    padding-left: 0;

    text-align: center;
}

.categ__list li {
    font-size: .85em;
    font-weight: 600;
    line-height: 29px;

    display: inline-block;

    margin: 0 .85em;

    cursor: pointer;
    text-transform: uppercase;

    color: #242323;
}

.categ__list li:hover {
    color: #0075be; color: var(--blue);
}

.categ__list .categ__list--active {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 992px) {
    .categ__list {
        margin: 1em auto;
    }
}

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

.categ .article {
    border-bottom: none;
}

.categ-media {
    position: relative;

    display: none;

    width: 78%;
    height: 2.9em;
    margin: 0 auto 1em;

    text-align: center;
}

.categ-media select {
    width: 100%;
    height: 100%;
    padding-left: 1em;

    cursor: pointer;

    color: #d0d0d0;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.categ-media option {
    width: 100%;
}

.categ-media:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 100px;
    height: 100%;

    content: '';
    pointer-events: none;

    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #0075be; background-color: var(--blue);
}

.categ-media:after {
    font-family: 'myicons';
    font-size: 2em;

    position: absolute;
    z-index: 20;
    top: 30%;
    right: 25px;

    width: 10%;

    content: '';
    pointer-events: none;

    color: #fff;
}

@media only screen and (max-width: 480px) {
    .categ-media:after {
        right: 33px;
    }
}

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

@media only screen and (max-width: 480px) {
    .categ-media {
        width: 85%;
        height: 2.2em;
    }
}

.categ__news {
    position: relative;

    margin: 0 1.3em;
    padding: 0 0 2em;
}

.categ__news .details-red {
    position: absolute;
    right: 0;
    bottom: 1.5em;

    transition: .5s;

    color: #787575;
}

.categ__news .details-red:hover {
    transition: .5s;

    color: #242323;
}

@media only screen and (max-width: 768px) {
    /*  .categ__news {
      padding: 0 1.5em 2em; } */
    .categ__news .details-red {
        right: 2em;
    }
}

.categ-top {
    margin: 0 1em;

    border-top: 1px solid lightgray;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f8f8f8;
}

.categ-top__img-wp {
    position: relative;

    display: inline-block;

    width: 65%;
    height: 26em;
}

.categ-top__img img {
    width: 100%;
}

.categ-top__img-wp .banner {
    min-height: 30%;
    padding: 1em;
}

@media only screen and (max-width: 620px) {
    .categ-top__img-wp .banner {
        padding-left: 2em;
    }
}

.categ-top__img-wp .banner-info {
    margin-top: 1em;
}

.categ-top__img-wp .banner-info time:nth-child(3) {
    margin-right: 1em;
    padding-right: 1em;

    border-right: 1px solid #fff;
}

@media only screen and (max-width: 620px) {
    .categ-top__img-wp .banner-info {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    .categ-top__img-wp {
        width: 60%;
        height: 27em;
    }
}

@media only screen and (max-width: 620px) {
    .categ-top__img-wp {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .categ-top__img-wp {
        height: 16em;
    }
}

.categ-top__img {
    width: 100%;
    height: 100%;
}

.categ-top__img:after {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .3);
}

.categ-top__article-wp {
    display: inline-block;

    width: 34%;
    padding: 0 .5em;

    vertical-align: top;
}

.categ-top__article-wp .article {
    padding: 0 0 2.5em;
}

.categ-top__article-wp .details-red {
    position: absolute;
    right: 0;
    bottom: 1em;
}

.categ-top__article-wp .info-red {
    position: absolute;
    bottom: 1em;
    left: 0;
}

@media only screen and (max-width: 992px) {
    .categ-top__article-wp {
        width: 39%;
    }
}

@media only screen and (max-width: 620px) {
    .categ-top__article-wp {
        width: 100%;
        padding: 0 2em;
    }
}

@media only screen and (max-width: 768px) {
    .categ-top__article-wp .article {
        padding: .5em .5em 2em;
    }
}

.categ-img {
    position: relative;

    width: 100%;
    height: 282px;
}

.categ-img .banner-info {
    position: absolute;
    bottom: 1em;
    left: 1em;

    width: 100%;

    color: #fff;
}

.categ-img img {
    width: 100%;
}

.categ-img .banner-info a,
.categ-img .banner-info time,
.categ-img .banner-info div {
    line-height: .8em;

    display: inline-block;

    width: auto;
    margin-bottom: 0;

    color: #fff;
}

.categ-img .banner-info time:nth-child(3) {
    margin-right: 1em;
    padding-right: 1em;

    border-right: 1px solid #fff;
}

@media only screen and (max-width: 1200px) {
    .categ-img {
        height: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .categ-img {
        height: 357px;
    }
}

@media only screen and (max-width: 768px) {
    .categ-img {
        height: 16em;
    }
}

.articles-box .sm-artical {
    height: 31em;
}

.articles-box .sm-artical .info-grey {
    font-size: .6em;

    position: absolute;
    bottom: 0.5em;

    width: 100%;
}

.articles-box .sm-artical .details-red {
    bottom: 2em;
}

.articles-box .sm-artical .articles-box {
    position: absolute;
    bottom: 2.5em;
}

.right-sec {
    float: right;

    width: 25%;
    padding: 0 .5em;
}

.right-sec .article {
    position: relative;

    margin: 1em 0;
    padding: 1em 1em 3em;

    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.right-sec .article .details-red {
    font-weight: 400;

    position: absolute;
    right: 1em;
    bottom: 2.5em;

    color: #8f8f8f;
}

.right-sec .article .details-red:hover {
    color: #242323;
}

.right-sec .article .info-grey {
    position: absolute;
    bottom: 0em;
    left: 1em;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .right-sec {
        float: none;

        width: 100%;
    }

    .articles-box .sm-artical {
        width: 31%;
        height: 31em;
    }
}

@media only screen and (max-width: 992px) {
    .right-sec {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .right-sec .article .details-red {
        bottom: 1em;
    }

    .articles-box .sm-artical {
        height: auto;
        min-height: 33em;
    }
}

@media only screen and (max-width: 678px) {
    .articles-box .sm-artical {
        width: 46%;
        height: auto;
        min-height: 30em;
    }
}

@media only screen and (max-width: 540px) {
    .right-sec .article .details-red {
        bottom: 3em;
    }

    .articles-box .sm-artical {
        width: 100%;
        max-height: 31em;
    }
}

/*---------------------------------------------------------
|                     NEWSPAPER PAGE                       |
----------------------------------------------------------*/
.n-ppr-wrapper {
    position: relative;
}

.n-ppr-wrapper .last {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 992px) {
    .n-ppr-wrapper .last {
        position: static;

        display: block;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .n-ppr-wrapper .last {
        display: block;
    }
}

.n-ppr__head {
    padding: .9em 1.7em;

    color: #0075be; color: var(--blue);
    border-bottom: 3px solid #0075be; border-bottom: 3px solid var(--blue);
}

.n-ppr__read {
    width: 100%;
    padding: 1em 1em 3em;
    background-color: #ececec;
}

.n-ppr__read .slick-prev,
.n-ppr__read .slick-next {
    line-height: .9em;

    top: 96%;

    border: 1px solid #242323;
}

.n-ppr__read .slick-prev:hover,
.n-ppr__read .slick-next:hover {
    background-color: #242323;
}

.n-ppr__read .slick-prev:hover::before,
.n-ppr__read .slick-next:hover::before {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .n-ppr__read .slick-prev,
    .n-ppr__read .slick-next {
        top: 94%;
    }
}

.n-ppr__read .slick-prev {
    left: 90%;
}

@media only screen and (max-width: 1200px) {
    .n-ppr__read .slick-prev {
        left: 87%;
    }
}

@media only screen and (max-width: 620px) {
    .n-ppr__read .slick-prev {
        left: 20%;
    }
}

.n-ppr__read .slick-next {
    right: 3%;

    padding-left: 7px;
}

@media only screen and (max-width: 620px) {
    .n-ppr__read .slick-next {
        right: 20%;
    }
}

.n-ppr__read .slick-prev:before,
.n-ppr__read .slick-next:before {
    color: #242323;
}

.n-ppr__img {
    width: 100%;
    height: auto;
    padding: 2em 0 3em;
}

.n-ppr__img img {
    width: 100%;
    height: 100%;
}

/* @media only screen and (max-width: 1200px)
{
    .n-ppr__img
    {
        height: 76em;
    }
} */
/* @media only screen and (max-width: 992px)
{
    .n-ppr__img
    {
        height: 79em;
    }
} */
/* @media only screen and (max-width: 620px)
{
    .n-ppr__img
    {
        height: 34em;
    }
} */
@media only screen and (max-width: 480px) {
    .n-ppr__img {
        /* height: 24em; */
        padding: 2em 1em 3em;
    }
}

.n-ppr__inf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 1em 1.5em;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.n-ppr__inf span,
.n-ppr__inf time,
.n-ppr__inf div {
    font-weight: 600;

    z-index: .85em;
}

.n-ppr__inf button {
    font-size: .85em;

    position: relative;

    border: none;
    background-color: transparent;
}

.n-ppr__inf button:before {
    font-family: 'myicons';
    font-size: 1.5em;

    position: absolute;
    top: 0;
    left: -1em;

    content: '';
}

.n-ppr__inf button:hover {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 768px) {
    .n-ppr__inf button {
        margin-top: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .n-ppr__inf {
        display: block;

        text-align: center;
    }
}

.n-ppr__release {
    width: 100%;
    padding: 1.5em 2.5em;

    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.n-ppr__release .slick-prev,
.n-ppr__release .slick-next {
    font-size: 2em;

    z-index: 90;

    width: 40px;
    height: 40px;

    opacity: 1;
    border: none;
}

.n-ppr__release .slick-prev:hover::before,
.n-ppr__release .slick-next:hover::before {
    font-weight: 900;

    z-index: 90;

    color: #242323;
}

.n-ppr__release .slick-prev {
    left: .5em;
}

.n-ppr__release .slick-next {
    right: -.3em;
}

.n-ppr__release .slick-prev:before,
.n-ppr__release .slick-next:before {
    font-family: 'myicons';

    color: #757575;
}

.n-ppr__release .slick-prev:before {
    content: '';
}

.n-ppr__release .slick-next:before {
    content: '';
}

.release__item {
    padding: 0 .5em;

    cursor: pointer;
}

.release__item .n-ppr__inf {
    display: block;

    padding: .5em 0;

    text-align: center;
}

.release__item .n-ppr__inf span,
.release__item .n-ppr__inf time {
    display: block;

    width: 100%;
}

.release__item figure {
    width: 100%;
    height: 15.5em;

    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 768px) {
    .release__item figure {
        height: 20em;
    }
}

.release__item:hover .n-ppr__inf {
    color: #0075be; color: var(--blue);
}

.release__item:hover figure {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
    .release__item {
        padding: 0;
    }
}

.n-ppr__img-title {
    position: relative;

    width: 50%;
    margin: 1em auto 2em;
}

.n-ppr__img-title img {
    width: 100%;
}

.n-ppr__img-title:after {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 40%;
    height: 2px;

    content: '';

    background-color: #0075be; background-color: var(--blue);
}

.sertificate__wp {
    clear: both;

    padding: 0 3em 2em;
}

.sertificate__wp .heading {
    text-align: center;
}

.sertificate__slide .slick-prev,
.sertificate__slide .slick-next {
    font-size: 4em;

    z-index: 90;

    width: 40px;
    height: 40px;

    opacity: 1;
    border: none;
}

.sertificate__slide .slick-prev:hover::before,
.sertificate__slide .slick-next:hover::before {
    font-weight: 900;

    z-index: 90;
}

@media only screen and (max-width: 480px) {
    .sertificate__slide .slick-prev,
    .sertificate__slide .slick-next {
        font-size: 2em;
    }
}

.sertificate__slide .slick-prev {
    left: -.6em;
}

.sertificate__slide .slick-next {
    right: -.6em;
}

.sertificate__slide .slick-prev:before,
.sertificate__slide .slick-next:before {
    font-family: 'myicons';
    font-size: .7em;

    color: #757575;
}

.sertificate__slide .slick-prev:before {
    content: '';
}

.sertificate__slide .slick-next:before {
    content: '';
}

@media only screen and (max-width: 768px) {
    .sertificate__slide {
        width: 85%;
        margin: 0 auto;
    }
}

.sertificate__item {
    padding: .5em 1em;
}

.sertificate__item figure {
    width: 100%;
    height: 19em;
}

@media only screen and (max-width: 768px) {
    .sertificate__item figure {
        height: 15em;
    }
}

@media only screen and (max-width: 480px) {
    .sertificate__item figure {
        height: 20em;
    }
}

/*---------------------------------------------------------
|                     ARCHIVE PAGE                         |
----------------------------------------------------------*/
.heading-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #e8e8e8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .heading-block {
        display: block;
    }
}

.archive__heading {
    font-size: 1.55em;
    font-weight: 400;

    padding: .7em 1.5em;

    color: #0075be; color: var(--blue);
}

.archive__heading span:first-child {
    font-weight: 600;
}

.archive__heading span:last-child {
    font-size: .8em;
    font-weight: 600;

    color: #242323;
}

.archive-saerch-media,
.archive-saerch {
    position: relative;

    display: none;

    width: 20.5em;
    height: 34px;
}

.archive-saerch-media input,
.archive-saerch input {
    width: 100%;
    height: 100%;
    padding-left: 1.5em;

    border: 1px solid #e8e8e8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
}

.archive-saerch-media:after,
/*.archive-saerch:after*/ {
    font-family: 'myicons';

    position: absolute;
    top: .5em;
    right: 1.5em;
    cursor: pointer;
    content: '';
}

.archive-saerch-submit{
    position: absolute;
    top: .5em;
    right: 1.5em;
    cursor: pointer;
    height: 22px;
    width: 14px;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
}

.archive-saerch-submit:after{
    font-family: 'myicons';
     content: '';
}

@media only screen and (max-width: 1200px) {
    .archive-saerch-media,
    .archive-saerch {
        display: block;
        float: left;

        margin: 0 0 1em 1.7em;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .archive-saerch-media,
    .archive-saerch {
        float: none;

        margin: .5em auto;
    }
}

@media only screen and (max-width: 480px) {
    .archive-saerch-media,
    .archive-saerch {
        width: 18em;
    }
}

@media only screen and (max-width: 1200px) {
    .calendar-wp {
        float: right;

        margin-top: 1em;
    }
}

@media only screen and (max-width: 768px) {
    .calendar-wp {
        float: none;

        width: 19em;
        margin: 1em auto;
    }
}

.archive-saerch {
    display: block;

    width: 96%;
    margin: 2em auto 1em;
}

@media only screen and (max-width: 1200px) {
    .archive-saerch {
        display: none;
    }
}

.archive-year__wp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;

    border-bottom: 1px solid #e8e8e8;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.year-menu {
    padding: 3.1em 0 3.1em 1.7em;

    list-style: none;
}

.year-menu li {
    font-weight: 700;

    display: inline-block;

    margin-right: .7em;

    text-transform: uppercase;
}

.year-menu li:hover {
    text-decoration: none;

    color: #0075be; color: var(--blue);
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .year-menu li {
        line-height: 2em;
    }
}

.year-menu .year-menu__link--active {
    font-size: 2.15em;
    font-weight: 700;

    margin-right: .2em;

    text-transform: uppercase;

    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 1200px) {
    .year-menu {
        padding: 1em 0 1em 1.7em;
    }
}

.archive-month {
    font-size: .85em;
    font-weight: 600;

    display: inline-block;

    margin-right: .7em;
    padding: .3em 1.5em;

    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #0075be; background-color: var(--blue);
}

.archive-day {
    font-size: 10px;
    font-size: .75em;
    font-weight: 900;

    display: inline-block;

    margin-right: .7em;
    padding: .3em 1.5em;

    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #e9e9e9;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06);
}

.calendar {
    display: inline-block;
    cursor: pointer;
}

.pickmeup {
    top: 5.5% !important;
    left: 68% !important;
    z-index: 100;
    border: 1px solid #0075be; border: 1px solid var(--blue);
    background: #fff;
}

@media only screen and (max-width: 1440px) {
    .pickmeup {
        left: 74% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .pickmeup {
        top: 4.8% !important;
        left: 72% !important;
    }
}

@media only screen and (max-width: 992px) {
    .pickmeup {
        top: 32em !important;
        left: 65% !important;
    }
}

@media only screen and (max-width: 768px) {
    .pickmeup {
        top: 31.5em !important;
        left: 29% !important;
    }
}

@media only screen and (max-width: 480px) {
    .pickmeup {
        top: 28.5em !important;
        left: 10% !important;
    }
}

.pickmeup .pmu-instance .pmu-button {
    color: #242323;
}

.pickmeup .pmu-instance .pmu-button:hover {
    font-weight: 600;
    color: #0075be; color: var(--blue);
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #0075be; color: var(--blue);
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #bababa;
}

.pickmeup .pmu-instance .pmu-today {
    color: #0075be; color: var(--blue);
    background: #e9e9e9;
}

.pickmeup .pmu-instance .pmu-selected {
    color: #fff;
    background: #0075be; background: var(--blue);
}

.pickmeup .pmu-instance .pmu-selected:hover {
    color: #fff;
}

.archive-week {
    width: 100%;
    padding: 1.7em 2em;

    border-bottom: 1px solid #e8e8e8;
}

.archive-week .slick-prev,
.archive-week .slick-next {
    font-size: 2em;
    z-index: 90;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: none;
}

.archive-week .slick-prev:hover::before,
.archive-week .slick-next:hover::before {
    font-weight: 900;
    z-index: 90;
}

.archive-week .slick-prev {
    left: 0;
}

@media only screen and (max-width: 768px) {
    .archive-week .slick-prev {
        left: .5em;
    }
}

.archive-week .slick-next {
    right: 0;
}

.archive-week .slick-prev:before,
.archive-week .slick-next:before {
    font-family: 'myicons';
    font-size: .7em;
    color: #242323;
}

.archive-week .slick-prev:before {
    content: '';
}

.archive-week .slick-next:before {
    content: '';
}

.archive-week__item {
    font-size: 14px;
    padding: 0 .5em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.archive-week__item div:first-child {
    font-weight: 600;
}

.archive-week__item:hover {
    color: #0075be; color: var(--blue);
}

.block1 {
    width: 96%;
}

.n-ppr__list {
    float: left;
    width: 70%;
    padding-top: 2.8em;
}

@media only screen and (max-width: 992px) {
    .block1 {
        width: 96%;
    }
}

@media only screen and (max-width: 768px) {
    .n-ppr__list {
        float: none;
        width: 100%;
    }

    .block1 {
        width: 100%;
        padding: 0 1.5em;
        margin: 0 auto;
    }
}

.n-ppr__item {
    position: relative;
    display: inline-block;
    width: 32.5%;
    padding: 1em .5em;
    margin: 3em 0;
    text-align: center;
}

.n-ppr__item .img-wrapper {
    width: 100%;
    height: 240px;
    height: 18em;
    margin-bottom: 1em;
    -webkit-transition: .5s;
    transition: .5s;
}

@media only screen and (max-width: 768px) {
    .n-ppr__item .img-wrapper {
        height: 13em;
    }
}

.n-ppr__item:hover figure {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 1200px) {
    .n-ppr__item {
        width: 49%;
    }
}

@media only screen and (max-width: 768px) {
    .n-ppr__item {
        padding: 1em 1em;
    }
}

.n-ppr-realise {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 1em;
    color: #0075be; color: var(--blue);
}

.n-ppr-realise span {
    font-size: .8em;
}

.n-ppr-realise:hover {
    color: #0075be; color: var(--blue);
}

.n-ppr-date {
    font-weight: 800;
    color: #242323;
}

.n-ppr-dwnl {
    font-size: 1.7em;
    position: absolute;
    right: .2em;
    bottom: .5em;
}

.n-ppr-dwnl:hover {
    font-weight: 600;
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 480px) {
    .n-ppr-dwnl {
        right: .1em;
    }
}

@media only screen and (max-width: 992px) {
    .archive-side__article {
        height: auto;
        padding: .5em;
    }

    .archive-side__img {
        width: 100%;
        height: 10em;
    }
}

@media only screen and (max-width: 768px) {
    .archive-side__article {
        height: auto;
        padding: 1.7em;
    }

    .n-ppr-dwnl {
        right: 1.3em;
    }

    .archive-side__img {
        float: left;
        width: 45%;
        height: 11.5em;
    }

    .archive-side__img {
        height: 8.5em;
    }
}

@media only screen and (max-width: 320px) {
    .archive-side__img {
        width: 100%;
        height: 8.5em;
    }
}

.right-block__article,
.right-cont__article {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 11em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.right-block__article .img-wrapper,
.right-cont__article .img-wrapper {
    width: 100%;
    height: 100%;
}

.right-block__article .zoom-banner a,
.right-cont__article .zoom-banner a {
    display: block;
    margin: 2em 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    .right-block__article .zoom-banner a,
    .right-cont__article .zoom-banner a {
        margin-bottom: 1em;
    }
}

.right-block__article .zoom-detail,
.right-cont__article .zoom-detail {
    display: none;
    width: 50%;
    height: 2em;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.right-block__article .zoom-detail a,
.right-cont__article .zoom-detail a {
    margin: 0;
}

@media only screen and (max-width: 480px) {
    .right-block__article .zoom-detail a,
    .right-cont__article .zoom-detail a {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .right-block__article .zoom-detail,
    .right-cont__article .zoom-detail {
        display: block;
        width: 35%;
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 480px) {
    .right-block__article .zoom-detail,
    .right-cont__article .zoom-detail {
        width: 50%;
    }
}

.right-block__article:hover .zoom-banner a,
.right-cont__article:hover .zoom-banner a {
    margin: 1em 0;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
}

.right-block__article:hover .zoom-detail,
.right-cont__article:hover .zoom-detail {
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
}

.right-block__article:hover .zoom-detail a,
.right-cont__article:hover .zoom-detail a {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .right-block__article,
    .right-cont__article {
        height: 12.5em;
    }
}

.archive-slide {
    padding: 1.2em 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 992px) {
    .archive-slide {
        margin-bottom: 1em;
    }
}

.archive-slide__item {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;

    height: 18em;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.archive-slide__item figure {
    width: 100%;
    height: 100%;
}

.archive-slide__item .zoom-banner {
    padding-top: 50%;
}

@media only screen and (max-width: 992px) {
    .archive-slide__item .zoom-banner {
        padding-top: 41%;
    }
}

.archive-slide__item .zoom-detail {
    display: none;

    width: 40%;
    padding: .2em .5em;

    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.archive-slide__item .banner__announce {
    display: none;

    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);

    opacity: 0;
}

.archive-slide__item:hover .zoom-banner {
    padding-top: 4%;
}

.archive-slide__item:hover .banner__announce {
    display: block;

    -webkit-transition-delay: opacity .5s;
    transition-delay: opacity .5s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);

    opacity: 1;
}

.archive-slide__item:hover .zoom-detail {
    display: block;
}

.zoom-banner__link {
    font-size: 16px;
    font-weight: 600;

    display: block;

    margin-bottom: .2em;
}

/*---------------------------------------------------------
|                    CONTACTS PAGE                         |
----------------------------------------------------------*/
.map-wp {
    width: 100%;
    height: 23em;
}

@media only screen and (max-width: 1200px) {
    .map-wp {
        margin-bottom: 6em;
    }
}

@media only screen and (max-width: 768px) {
    .map-wp {
        margin-bottom: 2em;
    }
}

@media only screen and (max-width: 480px) {
    .map-wp {
        height: 17em;
    }
}

#map {
    width: 100%;
    height: 100%;
}

.cont-article figure {
    height: 8em;
}

.cont-right__heading {
    font-size: .85em;
    font-weight: 900;

    display: block;

    padding: 1em 0;

    text-transform: uppercase;
}

.cont-article {
    max-height: 26em;
}

.news-block .cont-article .info-grey {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: 100%;
}

.news-block .sm-artical .info-grey {
    position: absolute;
    bottom: 1em;
    width: 100%;
}

.news-block .sm-artical .details-red {
    bottom: 2.5em;
}

.news-block .sm-artical {
    min-height: 30em;
}

.socials-wp {
    margin: 1em 0;
}

.socials-wp ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    padding: 0;
    list-style: none;

    -webkit-box-pack: start;
    -webkit-justify-content: space-start;
    -ms-flex-pack: start;
    justify-content: space-start;
    align-items: center;
}
.socials-wp ul li{
    padding: 0 5px;
}
@media only screen and (max-width: 768px) {
    .socials-wp {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .socials-wp {
        width: 80%;
    }
}

.socials__item {
    font-size: 1.1em;
    display: inline-block;
}

.socials__item a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    border: 1px solid #242323;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.socials__item.fb a {
    padding: 4px 10px;
}

.socials__item a:hover {
    text-decoration: none;
    color: #0075be; color: var(--blue);
    border-color: #0075be; color: var(--blue);
}

.socials__item:first-child {
    font-size: 1.5em;
}

.right-cont__article {
    height: 13em;
    margin: 2.5em 0;
}

.right-cont__article .zoom-banner {
    top: 50%;
    height: 50%;
}

.right-cont__article .zoom-banner a {
    margin-top: 0;
}

.right-cont__article img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .right-cont__article .zoom-banner a {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 1200px) {
    .right-cont__article {
        height: 15em;
    }
}

@media only screen and (max-width: 768px) {
    .right-cont__article .zoom-banner {
        top: 40%;

        height: 60%;
    }
}

.right-cont__article:hover .zoom-banner {
    top: 30%;

    height: 70%;
}

.right-cont__article:hover .zoom-banner a {
    margin-top: 0;
}

.contact-slide {
    width: 88%;
    margin: 0 auto;
    padding: 1em 0;
}

.contact-slide .slick-prev,
.contact-slide .slick-next {
    top: 50%;

    border-color: #242323;
    background-color: #242323;
}

.contact-slide .slick-prev {
    left: -5%;
}

@media only screen and (max-width: 768px) {
    .contact-slide .slick-prev {
        left: -6%;
    }
}

.contact-slide .slick-next {
    right: -5%;
}

@media only screen and (max-width: 768px) {
    .contact-slide .slick-next {
        right: -6%;
    }
}

@media only screen and (max-width: 768px) {
    .contact-slide {
        padding: 1em;
    }
}

.contact-slide__item {
    position: relative;
    overflow: hidden;
    height: 15em;
}

.contact-slide__item .zoom-banner {
    top: 60%;
    height: 40%;
}

@media only screen and (max-width: 480px) {
    .contact-slide__item .zoom-banner {
        top: 50%;
        height: 50%;
    }
}

.contact-slide__item .banner-info {
    font-size: .75em;
}

.contact-slide__item .banner__announce {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
}

.contact-slide__item:hover .zoom-banner {
    top: 0;
    height: 100%;
}

.contact-slide__item:hover .banner__announce {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.contact-slide__item .zoom-detail {
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1.5em;
    transform: translateY(200%);
}

.contact-slide__item:hover .zoom-detail {
    transform: translateY(0%);
}

.contact-slide__item .zoom-detail a {
    display: block;
    padding: .3em;
}

@media only screen and (max-width: 768px) {
    .contact-slide__item {
        height: 20em;
    }
}

@media only screen and (max-width: 480px) {
    .contact-slide__item {
        height: 16em;
    }
}

.form-sec {
    float: left;
    width: 62%;
    padding: 1em;
}

.form-sec .heading {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .form-sec {
        float: none;
        width: 100%;
        padding: 1em 1.7em;
    }
}

.contacts__form {
    width: 85%;
    margin-bottom: 3em;
}

.contacts__form label {
    font-size: 10px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.contacts__form input,
.contacts__form textarea {
    font-size: 1.7em;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    outline: none;
    background-color: #e9e9e9;
}

.contacts__form input {
    width: 65%;
    height: 34px;
    padding-left: 1em;
}

@media only screen and (max-width: 480px) {
    .contacts__form input {
        width: 100%;
    }
}

.contacts__form textarea {
    width: 100%;
    height: 150px;
    padding: .5em;
}

@media only screen and (max-width: 768px) {
    .contacts__form {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width: 480px) {
    .contacts__form {
        width: 100%;
    }
}

.button-action {
    font-size: 14px;
    font-weight: 400;
    width: 132px;
    height: 40px;
    color: #fff;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #242323;
}

.button-action:hover {
    background-color: #070707;
}

.cont__article {
    margin: 1em 0;
    padding: 1em 1em 2.5em;
    background-color: #fbfbfb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .095);
}

.cont__article figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 163px;
    margin-bottom: .5em;
}

.cont__article figure img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .cont__article figure {
        height: 198px;
    }
}

@media only screen and (max-width: 768px) {
    .cont__article figure {
        height: 174px;
    }
}

.cont__article .banner-info {
    position: absolute;
    bottom: .5em;
    left: 1em;
    color: #fff;
}

.cont__article .banner-info a {
    line-height: 1em;
    display: inline-block;
    width: auto;
    color: #fff;
}

.cont__article .news-announce {
    margin-bottom: .2em;
}

.right-block .archive-side__article {
    padding: 1em 1em 2.5em;
    /* min-height: 23em; */
    height: auto;
}

.right-block .archive-side__article .details-red {
    bottom: 0.5em;
}

.right-block .archive-side__article .info-grey {
    position: absolute;
    right: 1.5em;
    bottom: 2.5em;
    width: 100%;
}

.right-block .archive-side__article .load-news,
.news-container button.load-news {
    font-size: .85em;
    font-weight: 600;
    display: block;
    padding: 1.05em .95em;
    transition: .5s;
    color: #0075be; color: var(--blue);
    outline: none;
}

.right-block .archive-side__article .load-news:hover,
.news-container button.load-news:hover {
    transition: .5s;
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.news-block .cont-article {
    height: 28em;
    max-height: 28em;
}

.news-block .cont-article .info-grey {
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.news-block .cont-article .details-red {
    bottom: 2.5em;
}

@media only screen and (max-width: 1200px) {
    .news-block {
        clear: both;
    }

    .news-block .cont-article {
        width: 24.4%;
    }

    .right-block .archive-side__article {
        padding: 1em 1em 3.5em;
    }

    .right-block .archive-side__article .details-red {
        bottom: 3em;
    }

    .right-block .archive-side__article .info-grey {
        bottom: 1em;
        width: 100%;
    }

    .news-block .sm-artical {
        min-height: 32em;
    }

    .contact-slide__item {
        height: 13em;
    }

    .contact-slide__item .zoom-banner {
        top: 36%;
        height: 64%;
        padding: 0.5em;
    }

    .news-block .sm-artical {
        min-height: 30em;
    }
}

@media only screen and (max-width: 992px) {
    .contact-slide__item {
        height: 11.9em;
    }

    .news-block .cont-article {
        width: 46.5%;
        height: 22em;
        max-height: 24em;
    }

    .news-block .cont-article .details-red {
        bottom: 1.2em;
    }

    .zoom-banner__link {
        font-size: 14px
    }
}

@media only screen and (max-width: 768px) {
    .news-block {
        padding: 0 1em;
    }

    .news-block .cont-article {
        height: 23em;
    }

    .news-block .cont-article .details-red {
        bottom: 3em;
    }

    .right-block .archive-side__article .details-red {
        bottom: 1.2em;
    }

    .contact-slide__item {
        height: 16.9em;
    }
}

@media only screen and (max-width: 480px) {
    .news-block .cont-article {
        width: 100%;
    }

    .news-block .sm-artical {
        min-height: auto;
        padding: 0 1em 3em;
    }

    .contact-slide__item {
        height: 15.9em;
    }
}

/*---------------------------------------------------------------
|                    MULTIMEDIA PAGE                             |
---------------------------------------------------------------*/
.mmedia {
    position: relative;
}

.mmedia-wp {
    position: absolute;
    z-index: 20;
    top: .7em;
    left: 1em;
}

.mmedia-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 154px;
    height: 34px;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .25);
}

.mmedia-tubs__item {
    font-size: .85em;
    font-weight: 600;
    line-height: 2.5em;
    display: inline-block;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.mmedia-tubs__item--active {
    width: 70%;
    background-color: #0075be; background-color: var(--blue);
}

.video-large-wp {
    position: relative;
    width: 100%;
    height: 32em;
}

@media only screen and (max-width: 768px) {
    .video-large-wp {
        height: 25em;
    }
}

@media only screen and (max-width: 480px) {
    .video-large-wp {
        height: 18em;
    }
}

.vide-preview {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.vide-preview img {
    width: 100%;
    height: 100%;
}

.video-track-wp {
    position: absolute;
    z-index: 30;
    bottom: -1.5em;
    left: -webkit-calc(50% - 25em);
    left: calc(50% - 25em);
    width: 50em;
    height: 28em;
}

.video-track-wp iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .video-track-wp {
        left: -webkit-calc(50% - 22em);
        left: calc(50% - 22em);
        width: 44em;
        height: 28em;
    }
}

@media only screen and (max-width: 768px) {
    .video-track-wp {
        left: -webkit-calc(50% - 238px);
        left: calc(50% - 238px);
        width: 476px;
        height: 20em;
    }
}

@media only screen and (max-width: 480px) {
    .video-track-wp {
        left: -webkit-calc(50% - 155px);
        left: calc(50% - 155px);
        width: 310px;
        height: 15em;
    }
}

.video-news-large .news-announce {
    color: #bababa;
}

.video-article-wp {
    padding: 1.5em 2.5em;
}

.video-soc-info {
    font-size: .85em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .video-soc-info {
        display: block;
    }
}

.video-socials,
.new-socials {
    padding-left: 0;
}

.popular-video {
    padding: 2.5em 1.7em 1em;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2d32), color-stop(10em, #2b2d32), color-stop(10em, white), to(white));
    background: -webkit-linear-gradient(top, #2b2d32 0%, #2b2d32 10em, white 10em, white 100%);
    background: linear-gradient(to bottom, #2b2d32 0%, #2b2d32 10em, white 10em, white 100%);
}

.video-slider__wp {
    color: #fff;
    border-bottom: 1px solid #0075be; border-bottom: 1px solid var(--blue);
    background-color: #2b2d32;
}

.popular-video__heading,
.video-slider1__heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1em;
    color: #fff;
}

.popular-video__heading a,
.video-slider1__heading a {
    text-transform: uppercase;
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 620px) {
    .popular-video__heading,
    .video-slider1__heading {
        margin-bottom: 3em;
    }
}

.video-slider1__heading {
    margin-bottom: 0;
    padding: 1em 1.7em;
}

.video-slider1 .slick-dots {
    bottom: -43px;
}

.video-slider1 .slick-dots li {
    width: 6.5em;
    height: 5px;
    margin: 0 .5em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
}

.video-slider1 .slick-dots li.slick-active {
    background-color: #0075be; background-color: var(--blue);
}

.video-slider1__item {
    padding: 1em;
}

.video-slider1__item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    padding: 1em 0;
    vertical-align: top;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .video-slider1__item-block {
        display: block;
        margin-bottom: .5em;
        padding: 0 1.7em;
    }
}

.video-article__big {
    position: relative;
    float: left;
    width: 49%;
    height: 28em;
}

.video-article__big .img-wrapper {
    width: 100%;
    height: 100%;
}

.video-article__big .video-article__baner {
    top: 0;
    left: 0;
    display: block;
}

.video-article__big:hover .video-article__baner {
    padding-top: 20%;
    display: block;
}

@media only screen and (max-width: 768px) {
    .video-article__big {
        position: relative;
        float: none;
        width: 100%;
        height: 20em;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .video-article__big {
        height: 15em;
    }
}

.video-info {
    font-size: .75em;
    position: absolute;
    bottom: .5em;
    left: .5em;
}

.icon-play {
    font-size: 5em;
    position: absolute;
    top: -webkit-calc(50% - .5em);
    top: calc(50% - .5em);
    left: -webkit-calc(50% - .5em);
    left: calc(50% - .5em);

    display: block;

    -webkit-transition: .5s;
    transition: .5s;

    color: #fff;
}

.icon-play:hover {
    text-decoration: none;

    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 768px) {
    .icon-play {
        font-size: 3em;

        top: 1em;
        left: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .icon-play {
        font-size: 2.2em;
        top: .5em;
        left: .5em;
    }
}

.video-article__smal-wp {
    float: right;
    width: 50%;
}

.video-article__smal-wp .video-article__smal {
    width: 49%;
}

@media only screen and (max-width: 480px) {
    .video-article__smal-wp .video-article__smal {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .video-article__smal-wp .video-article__smal {
        margin-bottom: .5em;
    }

    .video-article__smal-wp {
        width: 100%;
    }
}

.video-article__smal {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 24%;
    height: 14.5em;
}

.video-article__smal .img-wrapper {
    width: 100%;
    height: 100%;
}

.video-article__smal .video-article__baner {
    padding: 35% .5em .5em;
    display: block;
}

.video-article__baner span {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-article__smal .video-article__baner {
        padding: 20% .5em .5em;
    }

    .video-article__smal .video-article__baner .icon-play {
        font-size: 3em;
        position: absolute;
        top: 1em;
        left: 1em;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .video-article__smal .video-article__baner .details {
        width: 40%;
    }
}

.video-article__smal:hover .video-article__baner .details {
    font-size: .75em;
    display: block;
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .video-article__smal {
        width: 49%;
        margin-bottom: .5em;
    }
}

@media only screen and (max-width: 480px) {
    .video-article__smal {
        width: 100%;
    }
}

.video-article__baner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 70% .5em .5em;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: rgba(0, 0, 0, .6);
}

.video-article__baner a {
    color: #fff;
}

.video-article__baner .details {
    display: none;
    width: 40%;
    height: 2em;
    margin: 0 auto;
    text-align: center;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

@media only screen and (max-width: 768px) {
    .video-article__baner .details {
        display: block;
    }
}

.video-article__baner .banner__announce {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: translateX(700%);
    -ms-transform: translateX(700%);
    transform: translateX(700%);
}

@media only screen and (max-width: 768px) {
    .video-article__baner .banner__announce {
        display: none;
    }
}

.video-article__baner:hover {
    padding: 5% .5em .5em;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: rgba(0, 0, 0, .2);
}

.video-article__baner:hover .banner__announce {
    margin-top: 2em;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.video-article__baner:hover .details {
    display: block;
    margin-top: 4em;
}

.video-article__baner:hover .icon-play {
    font-size: 3em;
    position: absolute;
    top: 1em;
    left: 1em;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-slider3__item:hover .video-article__baner:before {
    display: none;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    .video-article__baner {
        padding: 20% .5em .5em;
        background-color: rgba(0, 0, 0, .2);
    }

    .video-article__baner .details {
        width: 40%;
    }

    .video-article__baner:hover {
        padding: 20% .5em .5em;
    }

    .video-article__baner:hover .details {
        margin-top: 4em;
    }
}

@media only screen and (max-width: 480px) {
    .video-article__baner:hover .icon-play {
        font-size: 2.2em;
        top: .5em;
        left: .5em;
    }
}

.video-slider2 .video-slider2__item hr {
    color: #242323;
}

.scroll-wp {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .scroll-wp {
        padding: 0 1.7em;
    }
}

.scroll-video {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.scroll-video .video-article__smal {
    width: 49%;
    height: 206px;
    text-align: left;
}

@media only screen and (max-width: 1200px) {
    .video-article__smal {
        height: 165px;
    }

    .video-article__smal .video-article__baner {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .scroll-video .video-article__smal {
        width: 100%;
        height: 202px;
    }
}

.scroll-video .video-article__baner {
    padding: 25% .5em .5em;
}

.scroll-video .video-article__baner .details {
    position: absolute;
    top: 1em;
    right: .5em;
}

.scroll-video .video-article__baner:after {
    font-family: 'myicons';
    font-size: 2em;
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-article__smal {
        height: 236px;
    }

    .scroll-video {
        display: block;
        width: 100%;
    }

    .video-slider3-wp {
        height: 25em;
    }

    .scroll-video .video-article__baner .details {
        vertical-align: middle;
        line-height: 2em;
    }
}

.scroll-video .photo-article__baner:after {
    display: none;
}

.video-article__big .photo-article__baner a:before {
    display: none;
}

.video-slider3 .photo-article__baner:before {
    display: none;
}

.load-video {
    font-size: .85em;
    width: 160px;
    height: 40px;
    margin: 1em auto;
    -webkit-transition: .3s;
    transition: .3s;
    color: #0075be; color: var(--blue);
    border: 1px solid #0075be; border: 1px solid var(--blue);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
}

.load-video:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    border: 1px solid #0075be; border: 1px solid  var(--blue);
    background-color: #0075be; background-color: var(--blue);
}

.video-slider3-wp {
    text-align: center;
}

.video-slider3__title {
    font-weight: 600;
    margin: 1em auto;
}

.video-slider3 {
    height: 22em;
}

.video-slider3 .slick-prev,
.video-slider3 .slick-next {
    z-index: 90;
    width: 24px;
    height: 24px;
    padding: 6px;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.video-slider3 .slick-prev:hover,
.video-slider3 .slick-next:hover {
    background-color: #fff;
}

.video-slider3 .slick-prev:hover::before,
.video-slider3 .slick-next:hover::before {
    font-weight: 900;
    color: #242323;
}

@media only screen and (max-width: 672px) {
    .video-slider3 .slick-prev,
    .video-slider3 .slick-next {
        border: 1px solid #242323;
        background-color: #242323;
    }
}

.video-slider3 .slick-prev:before,
.video-slider3 .slick-next:before {
    font-family: 'myicons';
    font-size: 10px;
    font-weight: 900;
    z-index: 90;
    opacity: 1;
    color: #fff;
}

.video-slider3 .slick-prev:before {
    content: '';
}

.video-slider3 .slick-next:before {
    content: '';
}

.video-slider3 .slick-prev {
    left: 32%;
}

@media only screen and (max-width: 1200px) {
    .video-slider3 .slick-prev {
        left: 31.7%;
    }

    .video-article__big {
        height: 23.3em;
    }

    .video-article__baner {
        padding: 60% .5em .5em;
    }
}

@media only screen and (max-width: 992px) {
    .video-slider3 .slick-prev {
        left: 31.8%;
    }
}

@media only screen and (max-width: 768px) {
    .video-slider3 .slick-prev {
        left: 31.5%;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3 .slick-prev {
        left: 2.5%;
    }
}

.video-slider3 .slick-next {
    right: 32%;
    padding-left: 8px;
}

@media only screen and (max-width: 1200px) {
    .video-slider3 .slick-next {
        right: 31.6%;
    }
}

@media only screen and (max-width: 992px) {
    .video-slider3 .slick-next {
        right: 31.5%;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3 .slick-next {
        right: 2.5%;
    }
}

.video-slider3 .slick-arrow div {
    width: 100%;
    height: 100%;
}

.video-slider3 .slick-arrow div:before {
    position: absolute;
    z-index: 40;
    bottom: 100%;
    left: 50%;

    width: 1px;
    height: 135px;

    content: '';

    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-slider3 .slick-arrow div:before {
        height: 105px;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3 .slick-arrow div:before {
        background-color: #242323;
    }
}

.video-slider3 .slick-arrow div:after {
    position: absolute;
    z-index: 40;
    top: 100%;
    left: 50%;

    width: 1px;
    height: 135px;

    content: '';

    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-slider3 .slick-arrow div:after {
        height: 105px;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3 .slick-arrow div:after {
        background-color: #242323;
    }
}

@media only screen and (max-width: 768px) {
    .video-slider3 {
        height: 18em;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3 {
        padding: 0 2em;
    }
}

.video-slider3__item {
    position: relative;

    height: 293px;
}

.video-slider3__item figure {
    width: 100%;
    height: 100%;
}

.video-slider3__item .video-article__baner {
    text-align: left;
}

.video-slider3__item .video-article__baner:before {
    font-family: 'myicons';
    font-size: 3em;

    position: absolute;
    top: -webkit-calc(50% - .2em);
    top: calc(50% - .2em);
    left: -webkit-calc(50% - .55em);
    left: calc(50% - .55em);

    content: '';

    color: #fff;
}

@media only screen and (max-width: 768px) {
    .video-slider3__item .video-article__baner:before {
        top: .5em;
        left: .5em;
    }
}

@media only screen and (max-width: 768px) {
    .video-slider3__item {
        height: 286px;
    }
}

@media only screen and (max-width: 672px) {
    .video-slider3__item:before {
        position: absolute;
        top: 5%;
        right: 0;

        width: 2px;
        height: 90%;

        content: '';

        background-color: #242323;
    }
}

.scroll-news {
    display: inline-block;

    width: 49%;
    height: 45em;
    padding: 1em 0 1em 1em;

    vertical-align: top;
}

.scroll-news .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;

    opacity: 1;
    background-color: #8c8c8c;
}

.scroll-news .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
    display: block;

    background-color: rgba(0, 0, 0, .2);
}

.scroll-news .mCS-my-theme.mCSB_scrollTools {
    top: 7px;
    right: 0;

    opacity: 1;
}

.scroll-news .mCS-my-theme .mCSB_container {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .scroll-news {
        display: block;

        width: 100%;
    }
}

.scroll-news__head {
    font-weight: 900;

    text-transform: uppercase;

    color: #0075be; color: var(--blue);
}

.scroll-news__categ {
    display: inline-block;

    padding-left: 0;

    list-style: none;
}

.scroll-news__categ--item {
    font-size: .85em;

    display: inline-block;

    margin-left: .5em;

    cursor: pointer;
    text-transform: none;

    color: #bababa;
}

.scroll-article {
    position: relative;

    margin-right: 2.3em;
    padding: 0 0 2.5em;
}

.scroll-article .link-sm {
    margin: 1em 0 .5em;
}

.scroll-article .news-announce {
    margin: .5em 0;
}

.scroll-article .info-grey {
    position: absolute;
    bottom: 1em;

    width: 100%;
}

.scroll-article .info-grey a {
    font-size: 1em;
}

/*---------------------------------------------------------------
|                    NEWS INNER PAGE                            |
---------------------------------------------------------------*/
.inner-news__img-wp {
    width: 100%;
    margin-bottom: 2em;
}

.inner-slider {
    height: 52px;
    padding: 0 2em;

    background-color: #2b2d32;
}

.inner-slider .slick-prev,
.inner-slider .slick-next {
    cursor: pointer;
}

.inner-slider .slick-prev:before,
.inner-slider .slick-next:before {
    font-family: 'myicons';
    font-size: 10px;
    font-weight: 900;

    z-index: 90;

    opacity: 1;
    color: #fff;
}

.inner-slider .slick-prev:before {
    content: '';
}

.inner-slider .slick-next:before {
    content: '';
}

.inner-slider .slick-prev {
    left: .5%;
}

.inner-slider .slick-next {
    right: .5%;
}

.inner-slider__item {
    position: relative;

    height: 52px;
    margin: 0 .3em;

    cursor: pointer;

    opacity: .5;
}

.inner-slider__item figure {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner-slider__item figure:before {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inner-slider__item figure img {
    width: 100%;
}

.inner-slider__item:hover {
    opacity: 1;
}

.current {
    opacity: 1;
}

.new-socials {
    position: absolute;
    top: 1em;
    right: 1em;
}

.new-socials .socials__item,
.new-socials .socials__item a {
    color: #fff;
    border-color: #fff;
}

@media only screen and (max-width: 480px) {
    .new-socials .socials__item,
    .new-socials .socials__item a {
        font-size: .9em;

        color: #242323;
        border-color: #242323;
    }
}

@media only screen and (max-width: 480px) {
    .new-socials {
        position: relative;

        display: block;

        margin: .5em 1.7em;
    }
}

.inner-news__content {
    padding: .5em 1.7em;
}

.inner-news__content a {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 480px) {
    .inner-news__content {
        padding: 0 1.5em;
    }
}

.inner-news__content-link {
    font-weight: 900;

    text-transform: uppercase;

    color: #0075be; color: var(--blue);
}

.inner-news__content-link:hover {
    color: #0075be; color: var(--blue);
}

.read-also {
    font-weight: 900;

    text-transform: uppercase;
}

.read-also a {
    text-transform: none;

    color: #0075be; color: var(--blue);
}

.hashtag {
    font-size: 14px;
    font-weight: 700;

    margin-top: 2em;
    padding-left: 0;

    list-style: none;
}

.hashtag li {
    display: inline-block;

    margin-right: 1em;
}

.hashtag li:before {
    font-size: .85em;

    content: '#';

    color: #bababa;
}

.hashtag a {
    font-size: .85em;

    color: #bababa;
}

.hashtag a:hover {
    color: #242323;
}

@media only screen and (max-width: 480px) {
    .hashtag {
        padding: 0 1.7em;
    }
}

.inner-news__info {
    margin: 1em 0;
}

@media only screen and (max-width: 480px) {
    .inner-news__info {
        padding: 0 1.7em;
    }
}

.share {
    line-height: 3em;
    position: relative;
    float: left;
    margin-right: 1.2em;
    padding-left: 1.7em;
}

.share a {
    color: #242323;
}

.share a:hover {
    color: #0075be; color: var(--blue);
}

.share:before {
    font-family: 'myicons';
    font-size: 1.7em;
    position: absolute;
    left: 0;
    content: '';
}

.print {
    line-height: 3em;

    position: relative;

    float: left;

    padding-left: 1.5em;
    cursor: pointer;
}

.print:hover {
    color: #0075be; color: var(--blue);
}

.print:before {
    font-family: 'myicons';
    font-size: 1.1em;

    position: absolute;
    left: 0;

    content: '';
}

.course {
    font-size: .85em;
    line-height: 3.5em;

    float: right;
}

.course span {
    color: #0075be; color: var(--blue);
}

.inner-news__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;

    padding: 1em 1.7em;

    color: #fff;
    background-color: #0075be; background-color: var(--blue);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner-news__footer a {
    color: #fff;
}

.inner-news__footer .inner-new-socials {
    margin-bottom: 0;

    list-style: none;
}

.inner-news__footer .inner-new-socials li a {
    border-color: #fff;
}

@media only screen and (max-width: 768px) {
    .inner-news__footer .inner-new-socials {
        margin-top: 1em;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .inner-news__footer {
        display: block;
    }
}

.comments {
    width: 100%;

    text-align: center;
}

.comments__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 2em 1.7em .5em;

    border-bottom: 1px solid #e8e8e8;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comments__head .log-name {
    position: relative;
}

.comments__head .user-off {
    font-size: 12px;
    line-height: 16px;

    position: absolute;
    top: -.5em;
    right: -1.5em;

    width: 16px;
    height: 16px;

    cursor: pointer;
    text-align: center;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comments__head .user-off:active {
    color: #fff;
    background-color: #0075be; background-color: var(--blue);
}

.comments__head .user-name {
    color: #0075be; color: var(--blue);
}

.comments__head a:hover {
    color: #0075be; color: var(--blue);
}

@media only screen and (max-width: 768px) {
    .comments__head a {
        display: none;
    }
}

.comments-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    padding: 1em 1.7em 1em;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment__avatar,
.comments-item__avatar {
    display: inline-block;
    overflow: hidden;

    width: 3.5em;
    height: 3.5em;
    margin-right: .5em;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media only screen and (max-width: 480px) {
    .comment__avatar {
        display: none;
    }
}

.comment-wp {
    position: relative;

    display: inline-block;

    width: 90%;
    height: 2.9em;

    border: 1px solid #e9e9e9;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.comment-wp input {
    width: 100%;
    height: 100%;
    padding-left: 3em;
    border: none;
    outline: none;
    background-color: transparent;
}

.comment-wp input::-webkit-input-placeholder {
    color: #d0d0d0;
}

@media only screen and (max-width: 480px) {
    .comment-wp input::-webkit-input-placeholder {
        font-size: .8em;
    }
}

.comment-wp input:focus::-webkit-input-placeholder {
    color: transparent;
}

@media only screen and (max-width: 480px) {
    .comment-wp input {
        padding-left: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .comment-wp {
        width: 100%;
        height: 2.2em;
    }
}

.comment__btn {
    background-color: #0075be; background-color: var(--blue);
}

.comments__tabs {
    clear: both;
    text-align: left;
}

.commtabs__list {
    padding-left: 0;
    list-style: none;
}

.commtabs {
    font-size: .85em;
    display: inline-block;
    margin-left: 1em;
}

.commtabs:not(:last-child) {
    cursor: pointer;
}

.comments-tab--active {
    color: #0075be; color: var(--blue);
}

.comments__list {
    padding: .5em 1.7em;
}

.comments-item {
    clear: both;
    width: 100%;
    height: auto;
    min-height: 150px;
    text-align: left;
}

@media only screen and (max-width: 480px) {
    .comments-item {
        margin-bottom: 1.5em;
    }

    .comments-item .comments-field {
        padding: 1em 0 1em;
    }
}

.comments-item__avatar {
    float: left;
    margin-bottom: .5em;
}

.comments-item__right {
    float: right;
    width: 93%;
    padding-top: 1em;
}

@media only screen and (max-width: 1200px) {
    .comments-item__right {
        width: 87%;
    }
}

@media only screen and (max-width: 480px) {
    .comments-item__right {
        width: 72%;
    }
}

.comments-item__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1em;
}

.comments-item__top a {
    font-size: 1.2em;
    font-weight: 700;
    display: inline-block;
    margin-right: 1.5em;
}

.comments-item__top .comments-item__info {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments-item__top .comments-item__info time {
    font-size: .85em;
    font-weight: 700;
    display: inline-block;
    padding-right: .5em;
    color: #bababa;
}

@media only screen and (max-width: 480px) {
    .comments-item__top {
        display: block;
    }
}

.like,
.dislike {
    font-size: 1.2em;
    position: relative;
    margin: 0 .5em 0 1.5em;
}

.like span,
.dislike span {
    font-size: .75em;
    font-weight: 700;
    color: #bababa;
}

.like:before,
.dislike:before {
    font-family: 'myicons';
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left: -1em;
    content: '';
}

.dislike:before {
    font-family: 'myicons';
    top: 4px;
    left: -1em;
    content: '';
}

.comments-item__text {
    position: relative;
    clear: both;
    width: 100%;
    margin-left: 3em;
    padding: .8em 2em;
    text-align: left;
    color: #8c8c8c;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #f9f7f8;
}

.comments-item__text .commtail {
    position: absolute;
    top: -2px;
    left: 2px;
}

@media only screen and (max-width: 480px) {
    .comments-item__text {
        margin-left: 0;
        padding: .8em 1em;
    }
}

.comments-item__reaction {
    font-size: .85em;
    width: 100%;
    padding-left: 0;
    text-align: right;
    color: #bababa;
}

.comments-item__reaction li {
    display: inline-block;
    margin-left: 2em;
    cursor: pointer;
}

.answer {
    position: relative;
}

.answer:before {
    font-family: 'myicons';
    font-size: 1.2em;
    position: absolute;
    top: 2px;
    left: -16px;
    content: '';
}

.quote {
    position: relative;
}

.quote:before {
    font-family: 'myicons';
    font-size: 1.1em;
    position: absolute;
    top: 2px;
    left: -16px;
    content: '';
}

.spam {
    position: relative;
}

.spam:before {
    font-family: 'myicons';
    font-size: 1.1em;
    position: absolute;
    top: 2px;
    left: -14px;
    content: '';
}

.quote-block {
    clear: both;
    margin-left: 3em;
}

@media only screen and (max-width: 480px) {
    .quote-block {
        margin-left: 0;
    }
}

.quote__writer-wp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: .4em;
    padding: .4em 1em;
    color: #8c8c8c;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #f9f7f8;
}

.quote__writer-wp .commtail {
    position: absolute;
    top: 0;
    left: 0;
}

.quote__writer-wp .comments-item__top {
    display: inline-block;
    margin-top: 1em;
}

.quote__writer-wp .comments-item__top a {
    color: #bababa;
}

@media only screen and (max-width: 480px) {
    .quote__writer-wp .comments-item__top {
        width: 80%;
    }
}

.quote__writer-wp .comments-item__info {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .quote__writer-wp {
        margin-bottom: .2em;
    }
}

.quote__writer {
    display: inline-block;
}

.quote__writer img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.quote__writer {
    display: inline-block;
    overflow: hidden;
    width: 3.5em;
    height: 3.5em;
    margin-right: .5em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.qoute-text {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}

.qoute-text .commtail {
    position: absolute;
    top: -.5em;
    left: 1.3em;
}

.comments__load-more {
    font-size: .85em;
    clear: both;
    width: 160px;
    height: 40px;
    margin: 1.5em auto;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: noe;
    background-color: #d2d2d2;
}

/*# sourceMappingURL=style.css.map */

.fancybox-wrap {
    width: 70% !important;
    left: 15% !important;
}

.fancybox-inner {
    width: 100% !important;
    height: auto !important;
}

/*---------------------------------------------------------------
|                    IMMIGRATES PAGE                            |
---------------------------------------------------------------*/

.infobox-wpr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.infobox {
    display: none;
    position: relative;
    width: 32%;
    height: 28em;
    padding-bottom: 3em;
    margin: 1em 0.2em;
    overflow: hidden;
    border: 1px solid #8f8f8f;
}

.infobox:nth-child(-n+12) {
    display: block;
}

/* .infobox__detail {
    display: block;
    width: 100%;
    height: 100%;
} */

.infobox__cont {
    padding: 0.5em;
}

.infobox__title {
    padding: 1em 0.5em;
    width: 100%;
    min-height: 5em;
    font-weight: 600;
    color: #fff;
    background-color: #8f8f8f;
}

.infobox__img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.infobox__img img {
    width: 100%;
}

.infobox__info {
    width: 50%;
    float: left;
    font-size: 1.3em;
}

.infobox__cont {
    clear: both;
    overflow: hidden;
}

.infobox__more {
    position: absolute;
    right: 0.5em;
    bottom: 0.5em;
    color: #0075be; color: var(--blue);
}

.infobox__cont p {
    margin-bottom: 8px;
}

.infobox-popup {
    padding: 1em;
    display: none;
}

.infobox-popup .infobox__title {
    font-size: 1.5em;
    text-align: center;
}

.infobox-popup .infobox-popup__img {
    width: 15em;
    height: 15em;
    float: left;
    margin: 0 1em 1em 0;
    border: 1px solid #d7d7d7;
    background: #ffffff;
}

.infobox-popup .infobox-popup__img img {
    width: 100%;
}

.fancybox-inner .infobox-popup {
    width: 100% !important;
    height: 30em !important;
    overflow: auto;
    width: 50%;
    left: 25%;
}

.infobox-popup__info {
    font-size: 2em;
    line-height: 1.2em;
    margin: 1em 0;
}

.contact-name {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 1.5em;
}

.legal {
    padding: 1em 2em;
}

.legal__link {
    font-size: 1.2em;;
    font-weight: 600;
    transition: 0.3s;
}

.legal__link:hover {
    font-size: 1.2em;;
    color: #0075be; color: var(--blue);
    transition: 0.3s;
}

@media only screen and (max-width: 992px) {
    .video-slider3__item {
        position: relative;
        height: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .qoute-text .commtail {
        left: 2em;
    }

    .qoute-text {
        width: 90%;
        margin-left: 3em;
    }

    .infobox-wpr {
        padding: 1em 1.5em;
    }

    .infobox {
        width: 46%;
        margin: 1em 2%;
    }
}

@media only screen and (max-width: 480px) {
    .qoute-text .commtail {
        top: -5px;
    }

    .infobox__info {
        width: 100%;
        float: none;
        font-size: 1em;
    }

    .infobox__img {
        width: 90px;
        height: 90px;
        margin: 1em auto;
        float: none;
    }

    .infobox {
        width: 46%;
        margin: 1em 2% 2em;
    }

    .infobox__more {
        display: none;
    }

    .infobox-popup__info {
        font-size: 1em;
    }

    .qoute-text {
        width: 100%;
        margin-left: 0;
    }

    .top-slider .top-slider__item .bunner {
        top: 100% !important;
    }

    .top-slider .slick-prev, .top-slider .slick-next {
        top: 30%;
    }

    .last {
        margin-top: 20em;
    }
}

@media only screen and (max-width: 380px) {
    .infobox {
        width: 100%;
        margin: 1em 2% 2em;
    }

    .infobox {
        height: 25em;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .infobox-popup .infobox-popup__img {
        width: 100%;
        height: 13em;
        float: none;
        margin: 0 0 1em 0;
    }

    .infobox-popup .infobox__title {
        font-size: 1.1em;
        line-height: 1em;
    }

    

}

.d-flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col{
    flex-basis: 0;
flex-grow: 1;
max-width: 100%;
margin: auto;
}

.maker-left{
    display: flex;
    align-items: center;
}