/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* Don't kill focus outline for keyboard users: http://24ways.org/2009/dont-lose-your-focus */

a:hover,
a:active {
    outline: none;
}

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

/* This stylesheet generated by Transfonter (http://transfonter.org) on November 30, 2016 10:30 AM */

@font-face {
    font-family: 'GothamProBlack';
    src: url("../fonts/GothamPro-Black.eot");
    src: url("../fonts/GothamPro-Black.eot?#iefix") format('embedded-opentype'),
        url("../fonts/GothamPro-Black.woff2") format('woff2'),
        url("../fonts/GothamPro-Black.woff") format('woff'),
        url("../fonts/GothamPro-Black.ttf") format('truetype'),
        url("../fonts/GothamPro-Black.svg#GothamPro-Black") format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProItalic';
    src: url("../fonts/GothamPro-Italic.eot");
    src: url("../fonts/GothamPro-Italic.eot?#iefix") format('embedded-opentype'),
        url("../fonts/GothamPro-Italic.woff2") format('woff2'),
        url("../fonts/GothamPro-Italic.woff") format('woff'),
        url("../fonts/GothamPro-Italic.ttf") format('truetype'),
        url("../fonts/GothamPro-Italic.svg#GothamPro-Italic") format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GothamProR';
    src: url("../fonts/GothamProRegular.eot");
    src: url("../fonts/GothamProRegular.eot?#iefix") format('embedded-opentype'),
        url("../fonts/GothamProRegular.woff") format('woff'),
        url("../fonts/GothamProRegular.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GothamProBold';
    src: url("../fonts/GothamPro-Bold.eot");
    src: url("../fonts/GothamPro-Bold.eot?#iefix") format('embedded-opentype'),
        url("../fonts/GothamPro-Bold.woff2") format('woff2'),
        url("../fonts/GothamPro-Bold.woff") format('woff'),
        url("../fonts/GothamPro-Bold.ttf") format('truetype'),
        url("../fonts/GothamPro-Bold.svg#GothamPro-Bold") format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GothamProMedium';
    src: url("../fonts/GothamPro-Medium.eot");
    src: url("../fonts/GothamPro-Medium.eot?#iefix") format('embedded-opentype'),
        url("../fonts/GothamPro-Medium.woff2") format('woff2'),
        url("../fonts/GothamPro-Medium.woff") format('woff'),
        url("../fonts/GothamPro-Medium.ttf") format('truetype'),
        url("../fonts/GothamPro-Medium.svg#GothamPro-Medium") format('svg');
    font-weight: 500;
    font-style: normal;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    max-height: 100px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

h1 {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
}

@media (max-width: 590px) {
    h1 {
        font-size: 24px;
        line-height: 29px;
    }
}

h2 {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 590px) {
    h2 {
        font-size: 16px;
        line-height: 18px;
    }
}

h3 {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 14px;
        line-height: 16px;
    }
}

h4 {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    h4 {
        color: #111;
        font-size: 12px;
        line-height: 14px;
    }
}

h5 {
    color: #111;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 991px) {
    h5 {
        font-size: 10px;
        line-height: 12px;
    }
}

h6 {
    color: #111;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.h7 {
    color: #111;
    font-family: "PT Sans";
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}

@media (max-width: 590px) {
    main {
        padding-top: 15px;
    }
}

.wrapper {
    max-width: 1330px;
    /*1170px;*/
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

@media (max-width: 1170px) {
    .wrapper {
        width: 1003px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        width: 720px;
    }
}

@media (max-width: 720px) {
    .wrapper {
        width: 590px;
    }
}

@media (max-width: 590px) {
    .wrapper {
        width: 100%;
        /*overflow: hidden;*/
        box-sizing: border-box;
    }
}

.mainHeader {
    background: #65A6D6;
    position: relative;
}

@media (max-width: 590px) {
    .mainHeader {
        z-index: 1100;
    }
}

.mainHeader .wrapper {
    min-height: 140px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1140px) {
    .mainHeader .wrapper {
        height: 100px;
    }
}

@media (max-width: 590px) {
    .mainHeader .wrapper {
        height: 65px;
    }
}

.mainLogo {
    width: 152px;
    display: inline-block;
}

.mainLogo img:first-child {
    margin-bottom: -15px
}

@media (max-width: 1139px) {
    .mainLogo {
        width: auto;
        height: 50px;
    }
}

.mainLogo img {
    width: 100%;
}

@media (min-width: 591px) and (max-width: 1139px) {
    .mainLogo img:first-child {
        display: none;
    }
}

@media (max-width: 590px) {
    .mainLogo img:first-child {
        width: auto;
        height: 100%;
    }
}

.mainLogo img:last-child {
    display: none;
}

@media (min-width: 591px) and (max-width: 1139px) {
    .mainLogo img:last-child {
        display: block;
        width: 280px;
        height: 50px;
    }
}

.banner_main_header {
    width: 728px;
}

@media (max-width: 1169px) {
    .banner_main_header {
        display: none;
    }
}

.top_search_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 591px) and (max-width: 1170px) {
    .top_search_box {
        margin-right: 30px;
    }
}

@media (max-width: 590px) {
    .top_search_box {
        margin-right: 0;
        padding-right: 45px;
    }
}

.site_url {
    color: #ffffff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
}

.site_url a {
    color: #ffffff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.site_url a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .site_url {
        display: none;
    }
}

.search_social_block {
    width: 163px;
    height: 85px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1169px) {
    .search_social_block {
        width: 55%;
        height: auto;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto 30px auto auto;
    }
}

@media (max-width: 1169px) and (max-width: 590px) {
    .search_social_block {
        position: relative;
    }
}

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

@media (max-width: 590px) {
    .search_form {
        width: 30px;
        position: absolute;
        right: 0;
        transition: all ease .3s;
    }

    .search_form .close-btn {
        display: none;
        width: 16px;
        height: 16px;
        background: #65A6D6 url("../images/close_white.svg") center no-repeat;
        background-size: 95%;
        border-radius: 50%;
        position: absolute;
        left: -8px;
        top: 50%;
        margin-top: -8px;
        cursor: pointer;
    }
}

.search_form button,
.search_form label {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 590px) {

    .search_form button,
    .search_form label {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }
}

.search_form button img,
.search_form label img {
    width: 18px;
    height: 18px;
    margin: auto;
}

.search_form label {
    display: none;
}

@media (max-width: 590px) {
    .search_form label {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.search_form button {
    display: block;
}

@media (max-width: 590px) {
    .search_form button {
        display: none;
    }
}

.search_form input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: "PT Sans";
    font-weight: 700;
    color: #000;
    font-size: 18px;
    outline: none;
    padding-right: 40px;
}

@media (max-width: 590px) {
    .search_form input {
        height: 30px;
        padding: 0;
        width: 0;
    }
}

.search_form input::-webkit-input-placeholder {
    color: #000000;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
}

.search_form input::-moz-placeholder {
    color: #000000;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
}

.search_form.active-form {
    width: 100%;
    min-width: 155px;
    max-width: 300px;
}

.search_form.active-form label {
    display: none;
}

.search_form.active-form button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.search_form.active-form input {
    padding: 0 30px 0 10px;
    width: 100%;
}

.social_btns {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social_btns a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

.social_btns a img {
    width: 100%;
}

.burger {
    width: 26px;
    height: 18px;
    position: relative;
    display: none;
    cursor: pointer;
}

@media (max-width: 590px) {
    .burger {
        display: block;
    }
}

.burger span {
    width: 26px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    transition: all ease 0.2s;
}

.burger span:first-child {
    top: 0;
}

.burger span:nth-child(2) {
    top: 8px;
}

.burger span:last-child {
    bottom: 0;
}

.burger.close-btn span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

.burger.close-btn span:nth-child(2) {
    display: none;
}

.burger.close-btn span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
}

.main_nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}

@media (max-width: 590px) {
    .main_nav {
        margin-bottom: 0;
        border: none;
        background: #65A6D6;
        opacity: 0;
        width: 100%;
        transition: all ease-in-out 0.15s;
        position: absolute;
        padding: 15px 0 30px;
        z-index: 1100;
	pointer-events: none;
    }
}

.main_nav a {
    width: 100%;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .main_nav a {
        font-size: 16px;
    }
}

@media (max-width: 590px) {
    .main_nav a {
        color: #fff;
        border: none;
        height: 50px;
        width: auto;
        display: none;
        transition: none;
    }
}

.main_nav a:hover {
    position: relative;
    z-index: 2;
    border: 1px solid #65A6D6;
    background-color: #eee;
    color: #65A6D6;
}

@media (max-width: 590px) {
    .main_nav a:hover {
        color: #fff;
        border: none;
        background: transparent;
        text-decoration: underline;
    }
}

.main_nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 590px) {
    .main_nav ul {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.main_nav ul li {
    text-align: center;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-right: -1px;
}

.main_nav ul li:first-child a {
    border-left: 1px solid #d3d3d3;
}

@media (max-width: 590px) {
    .main_nav ul li:first-child a {
        border: none;
    }
}

.main_nav ul li:first-child a:hover {
    border: 1px solid #65A6D6;
}

@media (max-width: 590px) {
    .main_nav ul li:first-child a:hover {
        border: none;
    }
}

.open-menu {
    opacity: 1;
    height: auto;
	pointer-events: all;
}

.open-menu a {
    display: inline-block;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
    display: none;
}

.social-btn {
    position: fixed;
    top: 265px;
    right: 0;
    z-index: 300;
}

.social-btn .fb,
.social-btn .instagram {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.social-btn .fb img,
.social-btn .instagram img {
    margin: auto;
}

.social-btn .fb {
    background: #2c58bf;
}

.social-btn .fb img {
    width: 13px;
    height: 27px;
}

.social-btn .instagram {
    background-image: linear-gradient(180deg, #972dbc 0%, #b02525 49%, #c5cf33 100%);
}

.social-btn .instagram img {
    width: 30px;
    height: 30px;
}

.upper_main_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .upper_main_block {
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        margin-bottom: 0;
    }
}

.banner_upper_main_block {
    width: 300px;
    height: 600px;
}

@media (max-width: 1169px) {
    .banner_upper_main_block {
        display: none;
    }
}

@media (max-width: 590px) {
    .banner_upper_main_block {
        display: block;
        width: 320px;
        height: 50px;
        margin: 0 auto 15px;
    }
}

@media (max-width: 350px) {
    .banner_upper_main_block {
        margin: 0 -15px 15px;
    }
}

.banner_upper_main_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .md-reverse-block-home {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
}

.top_news_block {
    max-width: 970px;
    height: 100%;
    width: 100%;
}

@media (max-width: 1169px) {
    .top_news_block {
        width: 100%;
    }
}

@media (max-width: 590px) {
    .top_news_block {
        height: auto;
    }
}

.label {
    position: absolute;
    min-width: 70px;
    padding: 5px 10px;
    border-radius: 2px;
    background-color: #65A6D6;
    top: 12px;
    left: -5px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-family: "PT Sans";
    font-size: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 2px 0 0 #456386;
}

.label:after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -7px;
    border-right: 3px solid #456386;
    border-top: 3px solid #456386;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.top_news_slide {
    margin-bottom: 15px;
    /*margin-left: -9px;*/
}

@media (max-width: 590px) {
    .top_news_slide {
        margin-left: 0;
    }
}

.top_news_slide .owl-carousel .owl-item img {
    max-height: 420px;
}

.top_news_slide .owl-nav .owl-prev,
.top_news_slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 30px 18px;
}

.top_news_slide .owl-nav .owl-prev {
    left: 15px;
    background: url("../images/slider-nav-arrow.svg") center no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.top_news_slide .owl-nav .owl-next {
    right: 5px;
    background: url("../images/slider-nav-arrow.svg") center no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.top_news_slide li:not(:last-child) {
    margin-bottom: 10px;
}

.one_slide_top {
    width: calc(100% - 10px);
    position: relative;
    margin: auto 0 auto auto;
}

@media (max-width: 590px) {
    .one_slide_top {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 450px) {
    .one_slide_top {
        height: 190px;
    }
}

.one_slide_top .content_slide {
    display: block;
    width: 100%;
    overflow: hidden;
}

.blog_info_item.one_slide_top a.content_slide>p {
    font-size: 32px;
    padding: 5px 5px 55px 126px;
}

@media (max-width: 590px) {
    .blog_info_item.one_slide_top a.content_slide>p {
        font-size: 16px;
        padding: 30px 10px 40px 80px;
    }
}

.blog_info_item.one_slide_top .article_list_blog {
    position: absolute;
    background: #65A6D6;
    bottom: 0px;
    height: 48px;
    display: block;
    padding: 6px 20px 0 126px;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 590px) {
    .blog_info_item.one_slide_top .article_list_blog {
        height: 35px;
        padding: 3px 20px 0 80px;
        width: 100%;
        z-index: 2;
    }
}

.one_slide_top .label {
    font-size: 21px;
    border-radius: 5px;
    left: -10px;
    top: 24px;
    padding: 10px 15px;
    box-shadow: 0 3px 0 0 #456386;
}

@media (max-width: 590px) {
    .one_slide_top .label {
        position: absolute;
        min-width: 70px;
        padding: 5px 10px;
        border-radius: 2px;
        background-color: #65A6D6;
        top: 12px;
        left: -5px;
        text-align: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 3;
        box-shadow: 0 2px 0 0 #456386;
    }
}

.one_slide_top .label:after {
    z-index: -1;
    left: 2px;
    bottom: -10px;
    border-right: 4px solid #456386;
    border-top: 4px solid #456386;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (max-width: 590px) {
    .one_slide_top .label:after {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: -7px;
        border-right: 3px solid #456386;
        border-top: 3px solid #456386;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
}

.one_slide_top a {
    text-decoration: none;
}

.one_slide_top p {
    color: #fff;
    font-family: "PT Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

@media (max-width: 720px) {
    .one_slide_top p {
        font-size: 26px;
    }
}

@media (max-width: 590px) {
    .one_slide_top p {
        font-size: 16px;
        line-height: 1.3;
        padding: 30px 10px 15px;
    }
}

.one_slide_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.list_top_news_under_slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
}

@media (max-width: 590px) {
    .list_top_news_under_slider {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding-left: 0;
    }
}

.list_top_news_under_slider .one_top_new {
    width: 32%;
    position: relative;
}

@media (max-width: 590px) {
    .list_top_news_under_slider .one_top_new {
        width: 100%;
    }
}

.one_top_new .content_new {
    display: block;
    overflow: hidden;
    height: 165px;
}

@media (max-width: 991px) {
    .one_top_new .content_new {
        height: 140px;
    }
}

@media (max-width: 590px) {
    .one_top_new .content_new {
        height: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-decoration: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 590px) {
    .one_top_new .content_new>img {
        display: block;
        width: 90px;
        height: 65px;
    }
}

@media (max-width: 590px) {
    .one_top_new .content_new p {
        width: calc(100% - 90px);
    }
}

.one_top_new img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one_top_new p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    color: #fff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

@media (max-width: 991px) {
    .one_top_new p {
        font-size: 14px;
        line-height: 16px;
        padding: 20px 6px 10px 15px;
    }
}

@media (max-width: 590px) {
    .one_top_new p {
        background: transparent;
        color: #111;
        position: relative;
        padding: 20px 0 0 10px;
    }
}

@media (max-width: 590px) {
    .one_top_new .label {
        position: absolute;
        padding: 5px 10px;
        background-color: transparent;
        top: 0;
        left: 90px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #65A6D6;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
        box-shadow: none;
    }

    .one_top_new .label:after {
        display: none;
    }
}

.banner_forum_block {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 30px;
}

@media (max-width: 700px) {
    .banner_forum_block {
        -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 590px) {
    .banner_forum_block {
        width: calc(100% + 30px);
        margin: 0 -15px 15px;
    }
}

@media (max-width: 1169px) {
    .banner_forum_block .forum_link {
        width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.forum_link {
    width: 300px;
    background: #65A6D6;
    height: 90px;
    text-align: center;
}

@media (max-width: 1169px) {
    .forum_link {
        height: 60px;
    }
}

@media (max-width: 700px) {
    .forum_link {
        height: 90px;
        margin: 0 10px 30px;
    }
}

@media (max-width: 590px) {
    .forum_link {
        margin: 0 10px 15px;
    }
}

.forum_link a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px;
}

@media (max-width: 1169px) {
    .forum_link a {
        padding: 5px;
    }
}

@media (max-width: 700px) {
    .forum_link a {
        padding: 15px 0;
    }
}

.forum_link a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.body_inside_banner {
    text-align: center;
    width: 807px;
}

@media (max-width: 1169px) {
    .body_inside_banner {
        width: 490px;
        height: 60px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 22px;
        box-sizing: border-box;
    }
}

@media (max-width: 590px) {
    .body_inside_banner {
        height: auto;
        width: auto;
        padding-right: 0;
    }
}

.body_inside_banner img {
    width: 728px;
}

@media (max-width: 1169px) {
    .body_inside_banner img {
        width: 468px;
        height: 60px;
    }
}

@media (max-width: 590px) {
    .body_inside_banner img {
        width: 320px;
        height: 50px;
    }
}

.three_block_news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .three_block_news {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-bottom: 15px;
    }
}

.three_block_news article {
    width: calc(33.3% - 13px);
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 720px) {
    .three_block_news article {
        width: 32%;
    }
}

@media (max-width: 590px) {
    .three_block_news article {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 590px) {
    .three_block_news article:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 991px) {
    .three_block_news .article_list_blog .content_article_blog p {
        font-size: 12px;
        line-height: 1.2;
        padding: 5px 5px 10px 85px;
    }
}

@media (max-width: 720px) {
    .three_block_news .article_list_blog .content_article_blog p {
        padding-left: 65px;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog .content_article_blog p {
        font-size: 14px;
        padding-left: 85px;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog .footer_article_blog {
        padding-left: 85px;
    }
}

.three_block_news .article_list_blog .footer_article_blog .desc_footer_blogger {
    padding: 5px 0 7px;
}

.three_block_news .article_list_blog .footer_article_blog span.name_blogger {
    font-size: 16px;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    .three_block_news .article_list_blog .footer_article_blog span.name_blogger {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog .footer_article_blog span.name_blogger {
        font-size: 14px;
    }
}

.three_block_news .article_list_blog .footer_article_blog span.status_blogger {
    font-size: 14px;
    line-height: 1.42;
}

@media (max-width: 991px) {
    .three_block_news .article_list_blog .footer_article_blog span.status_blogger {
        font-size: 12px;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog .footer_article_blog span.status_blogger {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .three_block_news .article_list_blog .img_prew_blogger {
        left: 6px;
        width: 67px;
        height: 67px;
    }
}

@media (max-width: 720px) {
    .three_block_news .article_list_blog .img_prew_blogger {
        width: 57px;
        height: 57px;
    }
}

@media (max-width: 590px) {
    .three_block_news .article_list_blog .img_prew_blogger {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 590px) {
    .three_block_news .one_top2_new:first-child {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 590px) {
    .three_block_news .one_top2_new:last-child {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.one_top2_new img {
    width: 100%;
}

@media (max-width: 590px) {
    .one_top2_new .content_new {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.one_top2_new .content_new a {
    text-decoration: none;
    color: #000;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .one_top2_new .content_new a {
        font-size: 14px;
    }
}

@media (max-width: 590px) {
    .one_top2_new .content_new a:not(.img_new_top) {
        width: calc(100% - 90px);
        padding: 20px 0 0 10px;
    }
}

@media (max-width: 590px) {
    .one_top2_new .label {
        position: absolute;
        padding: 5px 10px;
        background-color: transparent;
        top: 0;
        left: 90px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #65A6D6;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
        box-shadow: none;
    }

    .one_top2_new .label:after {
        display: none;
    }
}

.img_new_top {
    height: 215px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .img_new_top {
        height: 140px;
        margin-bottom: 5px;
    }
}

@media (max-width: 590px) {
    .img_new_top {
        display: block;
        width: 90px;
        min-width: 90px;
        height: 65px;
        margin-bottom: 0;
    }
}

.img_new_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list_blog {
    position: relative;
    background: #65A6D6;
}

.article_list_blog .content_article_blog {
    display: block;
    height: 215px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .article_list_blog .content_article_blog {
        height: 140px;
    }
}

@media (max-width: 590px) {
    .article_list_blog .content_article_blog {
        height: 160px;
    }
}

.article_list_blog .content_article_blog p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: "PT Sans";
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

@media (min-width: 992px) {
    .article_list_blog .content_article_blog p {
        font-size: 18px;
        padding: 5px 5px 7px 126px;
    }
}

@media (max-width: 590px) {
    .article_list_blog .content_article_blog p {
        font-size: 14px;
        padding: 5px 5px 10px 85px;
    }
}

.article_list_blog .content_article_blog span.name_blogger {
    font-size: 16px;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    .article_list_blog .content_article_blog span.name_blogger {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media (max-width: 590px) {
    .article_list_blog .content_article_blog span.name_blogger {
        font-size: 10px;
    }
}

.article_list_blog .content_article_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list_blog .footer_article_blog {
    height: auto;
    background: #65A6D6;
    position: relative;
    padding: 0 20px 0 126px;
}

@media (max-width: 991px) {
    .article_list_blog .footer_article_blog {
        padding: 0 20px 0 85px;
    }
}

@media (max-width: 720px) {
    .article_list_blog .footer_article_blog {
        padding-left: 65px;
    }
}

@media (max-width: 590px) {
    .article_list_blog .footer_article_blog {
        padding-left: 75px;
    }
}

.article_list_blog .img_prew_blogger {
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #65A6D6;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    bottom: 2px;
}

@media (max-width: 991px) {
    .article_list_blog .img_prew_blogger {
        width: 67px;
        height: 67px;
        left: 6px;
        bottom: 4px;
    }
}

@media (max-width: 590px) {
    .article_list_blog .img_prew_blogger {
        width: 56px;
        height: 56px;
        left: 10px;
        bottom: 2px;
    }
}

.article_list_blog .img_prew_blogger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_list_blog .desc_footer_blogger {
    text-decoration: none;
    display: block;
}

@media (max-width: 590px) {
    .article_list_blog .desc_footer_blogger {
        padding: 0;
    }
}

.article_list_blog .desc_footer_blogger span {
    color: #fff;
    font-family: "PT Sans";
    font-weight: 700;
    display: block;
}

@media (max-width: 590px) {
    .article_list_blog .desc_footer_blogger span {
        font-size: 13px;
    }
}

.home_grid_items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home_grid_items .forum_daily_main_block {
    width: calc(100% + 30px);
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991px) {
    .home_grid_items .forum_daily_main_block {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.home_grid_items .top_pop_week {
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: 50%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.home_grid_items .top_pop_week:nth-child(odd) {

    padding-left: 15px;
    padding-right: 0;

}

.home_grid_items .top_pop_week:nth-child(odd) .label {
    left: 5px;
}


@media(max-width: 590px) {
    .home_grid_items .top_pop_week:nth-child(odd) .label {
        left: 90px;
    }
}

@media (max-width: 991px) {
    .home_grid_items .top_pop_week {
        width: 32%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-right: 0;
        height: 190px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .top_pop_week {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
}

.home_grid_items>.article_list_blog {
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 15px;
    width: calc(50% - 15px);
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 991px) {
    .home_grid_items>.article_list_blog {
        width: 32%;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (min-width: 990px) {
    .home_grid_items>.article_list_blog .label {
        font-size: 21px;
        border-radius: 5px;
        left: -10px;
        top: 24px;
        padding: 10px 15px;
        box-shadow: 0 3px 0 0 #d61943;
    }
}

@media (min-width: 990px) {
    .home_grid_items>.article_list_blog .label:after {
        z-index: -1;
        left: 2px;
        bottom: -10px;
        border-right: 4px solid #d61943;
        border-top: 4px solid #d61943;
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
}

.home_grid_items>.article_list_blog .content_article_blog {
    height: 290px;
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog {
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .home_grid_items .article_list_blog .content_article_blog {
        height: 140px;
    }
}

@media (max-width: 991px) {
    .home_grid_items .article_list_blog .content_article_blog p {
        padding: 5px 5px 7px 85px;
        font-size: 12px;
    }
}

@media (max-width: 720px) {
    .home_grid_items .article_list_blog .content_article_blog p {
        padding-left: 70px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog .content_article_blog p {
        font-size: 14px;
        padding-left: 85px;
    }
}

.home_grid_items .article_list_blog .footer_article_blog {
    padding: 5px 20px 7px 126px;
}

@media (max-width: 991px) {
    .home_grid_items .article_list_blog .footer_article_blog {
        padding: 5px 20px 7px 85px;
    }
}

@media (max-width: 720px) {
    .home_grid_items .article_list_blog .footer_article_blog {
        padding-left: 70px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog .footer_article_blog {
        padding-left: 85px;
    }
}

@media (max-width: 991px) {
    .home_grid_items .article_list_blog .footer_article_blog span.name_blogger {
        font-size: 12px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog .footer_article_blog span.name_blogger {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .home_grid_items .article_list_blog .footer_article_blog span.status_blogger {
        font-size: 12px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog .footer_article_blog span.status_blogger {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .home_grid_items .article_list_blog .img_prew_blogger {
        width: 57px;
        height: 57px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .article_list_blog .img_prew_blogger {
        width: 65px;
        height: 65px;
    }
}

.home_grid_items .list_most_pop_week {
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    width: 50%;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 991px) {
    .home_grid_items .list_most_pop_week {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 590px) {
    .home_grid_items .list_most_pop_week {
        width: calc(100% + 30px);
        padding: 0;
        margin: 0 -15px 15px;
    }
}

.home_grid_items .common_new_level1 {
    width: 68%;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .home_grid_items .common_new_level1 {
        padding: 0 0 0 15px;
    }
}

@media (max-width: 590px) {
    .home_grid_items .common_new_level1 {
        width: auto;
        padding: 0;
        margin-bottom: 15px;
    }
}

.home_grid_items .common_new_level1 .body_inside_banner2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .home_grid_items .common_new_level1 .body_inside_banner2 {
        display: none;
    }
}

.home_grid_items .social_subscription_block {
    width: 32%;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .home_grid_items .social_subscription_block {
        min-height: 396px;
    }
}

@media (max-width: 991px) {
    .home_grid_items .social_subscription_block {
        width: 100%;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media (max-width: 590px) {
    .home_grid_items .social_subscription_block {
        margin: 0 -15px 15px;
        width: calc(100% + 30px);
    }
}

.body_inside_banner2 {
    height: 90px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1169px) {
    .body_inside_banner2 {
        height: 60px;
    }
}

@media (max-width: 590px) {
    .body_inside_banner2 {
        height: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 1169px) {
    .body_inside_banner2 img {
        width: 468px;
        height: 60px;
    }
}

@media (max-width: 590px) {
    .body_inside_banner2 img {
        width: 320px;
        height: 50px;
    }
}

.forum_daily_main_block {
    /*border: 1px solid #c6d38c;
  background-color: #eee;*/
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}

.woman_forum_daily_main_block .title-forumdaily {
    background: #ee2c5e;
}

.woman_forum_daily_main_block .title-forumdaily p {
    color: white;
}

@media (max-width: 991px) {
    .forum_daily_main_block {
        /*max-width: calc(50% - 15px);*/
        margin-right: 15px;
    }
}

@media (max-width: 590px) {
    .forum_daily_main_block {
        width: auto;
        max-width: calc(100% + 30px);
        margin: 0 -15px 15px;
        border-width: 1px 0;
    }
}

.forum_daily_main_block .list_news_forumdaily_main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #fff;

}

@media (max-width: 991px) {
    .forum_daily_main_block .list_news_forumdaily_main {
        padding: 0 15px 7px;
        height: auto;
        flex-flow: column wrap;
    }

    .forum_daily_main_block .list_news_forumdaily_main a {
        font-family: "PT Sans";
        padding: 0 0 0 10px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
}

.forum_daily_main_block article {
    width: 100%;
    padding-right: 2%;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: flex;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 590px) {
    .forum_daily_main_block .list_news_forumdaily_main a {
        padding: 0 10px 0 0;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .forum_daily_main_block article {
        width: 100%;
        flex-flow: row nowrap;
        padding: 15px 0;
    }
}

.forum_daily_main_block article:last-child {
    padding-right: 0;
}

@media (max-width: 991px) {
    .forum_daily_main_block article:not(:last-child) {
        border-bottom: 1px solid #c6d38c;
    }
}

.forum_daily_main_block .img_new_forumdaily {
    width: 100%;
    height: 140px;
    display: block;
    /*margin-right: 15px;*/
    margin-bottom: 12px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .forum_daily_main_block .img_new_forumdaily {
        /*display: none;*/
        width: 20%;
        height: 60px;
    }
}

@media (max-width: 590px) {
    .forum_daily_main_block .img_new_forumdaily {
        height: auto;
    }
}


.forum_daily_main_block .img_new_forumdaily img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 590px) {
    .forum_daily_main_block .img_new_forumdaily img {
        max-height: 37px;
    }
}

.forum_daily_main_block .name_new_forumdaily {
    width: 100%;
    text-decoration: none;
    /*height: 42px;*/
    color: #111;
    /*font-family: "Roboto Slab";
  line-height: 1.42;
  font-size: 16px;
  font-weight: 700;*/
    font: 700 16px 'Roboto Slab';
    line-height: 1.42;
}

@media (max-width: 991px) {
    .forum_daily_main_block .name_new_forumdaily {
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 16px;
        padding: 6px 0 7px;
    }
}

/*.forum_daily_main_block article.top_new .img_new_forumdaily {
  width: 100%;
  height: 134px;
  object-fit: cover;
}

.forum_daily_main_block article.top_new .name_new_forumdaily {
  width: 100%;
  font-size: 18px;
}*/

/*@media (max-width: 991px) {
  .forum_daily_main_block article.top_new .name_new_forumdaily {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}*/

.label-forumdaily {
    position: absolute;
    left: -10px;
    top: 30px;
    /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 52px;
    border-radius: 2px;
    background-color: #c6d38c;
    box-shadow: 0 2px 0 0 #000;
}

@media (max-width: 991px) {
    .label-forumdaily {
        display: none;
    }
}

.label-forumdaily:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 1px;
    bottom: -14px;
    border-right: 6px solid #000;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.title-forumdaily {
    /*display: none;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #c6d38c;
    color: black;
    font: 700 24px 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .title-forumdaily {
        background: #c6d38c;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 30px;
    }

    .title-forumdaily p {
        color: #000;
        font-family: "PT Sans";
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }
}

.title-forumdaily a {
    text-decoration: none;
    color: inherit;
}

.top_pop_week {
    position: relative;
}

@media (min-width: 992px) {
    .top_pop_week .label {
        font-size: 21px;
        border-radius: 5px;
        left: -10px;
        top: 24px;
        padding: 10px 15px;
        box-shadow: 0 3px 0 0 #456386;
    }
}

@media (max-width: 590px) {
    .top_pop_week .label {
        position: absolute;
        padding: 5px 10px;
        background-color: transparent;
        top: 0;
        left: 90px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #65A6D6;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .top_pop_week .label:after {
        z-index: -1;
        left: 2px;
        bottom: -10px;
        border-right: 4px solid #456386;
        border-top: 4px solid #456386;
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
}

@media (max-width: 590px) {
    .top_pop_week .label:after {
        display: none;
    }
}

.top_pop_week a.content_most_pop_week {
    width: 100%;
    height: 350px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .top_pop_week a.content_most_pop_week {
        height: 100%;
    }
}

@media (max-width: 590px) {
    .top_pop_week a.content_most_pop_week {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
    }
}

.top_pop_week a.content_most_pop_week p {
    position: absolute;
    padding: 30px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}

@media (max-width: 991px) {
    .top_pop_week a.content_most_pop_week p {
        font-size: 14px;
        line-height: 1.1;
        padding: 20px 6px 10px 15px;
    }
}

@media (max-width: 590px) {
    .top_pop_week a.content_most_pop_week p {
        background: transparent;
        position: relative;
        padding: 20px 0 0 10px;
        color: #000;
        text-decoration: none;
    }
}

.top_pop_week a.content_most_pop_week img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 590px) {
    .top_pop_week a.content_most_pop_week img {
        display: block;
        width: 90px;
        height: 65px;
    }
}

.list_new_pop_week {
    box-sizing: border-box;
    padding: 10px 20px;
}

@media (max-width: 991px) {
    .list_new_pop_week {
        padding: 10px 15px;
    }
}

@media (max-width: 590px) {
    .list_new_pop_week {
        padding: 10px 15px 0;
    }
}

.list_new_pop_week article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
}

.list_new_pop_week article>div {
    width: 80%;
    padding-left: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

@media (max-width: 991px) {
    .list_new_pop_week article>div {
        padding-left: 10px;
    }
}

.list_new_pop_week article .name_pop_week {
    color: #111;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .list_new_pop_week article .name_pop_week {
        font-size: 12px;
    }
}

.list_new_pop_week article .visibility {
    color: #808080;
    font-family: "PT Sans";
    font-size: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.list_new_pop_week article .visibility img {
    width: 14px;
    margin-right: 8px;
}

@media (max-width: 991px) {
    .list_new_pop_week article .visibility img {
        margin-right: 7px;
    }
}

.list_new_pop_week article .img_pop_week {
    display: block;
    width: 20%;
    min-width: 70px;
    height: auto;
    max-height: 59px;
}

@media (max-width: 590px) {
    .list_new_pop_week article .img_pop_week {
        width: 70px;
        height: 45px;
    }
}

.list_new_pop_week article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_new_pop_week article:last-child {
    margin-bottom: 0;
}

.header_list_pop_week {
    background: #65A6D6;
    height: 54px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.header_list_pop_week.tab-headers {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
}

.display-none {
    display: none;
}

.tab-headers li {
    color: #000;
    font: 700 15px 'PT Sans', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    width: 50%;
    text-align: center;
}

.tab-headers li:first-child {
    border-right: 2px solid white;
}

.tab-headers li.active {
    color: #fff;
}

.tab-headers li.active:after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    bottom: -12px;
    right: 35%;
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
    transform: translate(-40%, 0);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e1e3e2;
}

.sidebar_section_title.tab-headers li.active:after {
    bottom: 0px;
    right: 40%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #e1e3e2;
}

@media (max-width: 991px) {
    .header_list_pop_week {
        height: 30px;
    }
}

.header_list_pop_week p {
    color: #fff;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1px;
}

@media (max-width: 991px) {
    .header_list_pop_week p {
        font-size: 14px;
    }
}

.common_social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flew-flow: row;
    margin-bottom: 30px;
}

@media (max-width: 1139px) {
    .common_social {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

.common_social .common_new_level1 {
    width: 65%;
}

.common_social .social_subscription_block {
    width: 32.5%;
}

@media (max-width: 1139px) {
    .common_social .social_subscription_block {
        width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
}

.common_social .body_inside_banner2 {
    text-align: center;
}

.common_news_level1_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .common_news_level1_list {
        margin-bottom: 0;
    }
}

@media (max-width: 590px) {
    .common_news_level1_list {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.common_news_level1_list>* {
    width: calc(50% - 8px);
    position: relative;
}

@media (max-width: 590px) {
    .common_news_level1_list>* {
        width: 100%;
    }

    .common_news_level1_list>*:not(:last-child) {
        margin-bottom: 10px;
    }
}

.facebook_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

@media (min-width: 591px) and (max-width: 991px) {
    .facebook_list {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
}

.facebook_list>div {
    width: 49%;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.facebook_list>div>a {
    display: inline-block;
}

.facebook_list>div>a img {
    width: 40px;
    display: block;
}

.facebook_list>div.social_links_gor {
    padding: 0;
    overflow: hidden;
}

.facebook_list>div.social_links_gor div {

    font-family: "Roboto Slab";
    font-size: 10px;
}

.facebook_list>div.social_links_gor span {
    white-space: nowrap;
    font-family: "Roboto Slab";
    font-size: 10px;
}

.facebook_list>div.big_fb_widget {
    width: 100%;
}

.facebook_list .fb_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5px;
}

.facebook_list .fb_info a {
    font-size: 12px;
    color: #7389B8;
    display: inline-block;
    text-decoration: none;
    font-family: "Roboto Slab";
    text-align: left;
    word-wrap: break-word;
    width: 70px;
}

@media (max-width: 720px) {
    .facebook_list .fb_info a {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

.facebook_list .fb_info span {
    font-size: 12px;
    color: black;
    font-family: "Roboto Slab";
}

@media (max-width: 720px) {
    .facebook_list .fb_info span {
        font-size: 10px;
    }
}

.facebook_list .social_links_gor {
    margin-bottom: 0;
    background: transparent;
}

.facebook_list .social_links_gor a {
    font-size: 12px;
}

.facebook_list .social_links_gor .insta_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}

@media (min-width: 591px) and (max-width: 991px) {
    .facebook_list .social_links_gor .insta_btn {
        margin-bottom: 0;
    }
}

.sidebar .fb_info a {
    font-size: 12px;
    margin-bottom: 3px;
}

.social_subscription_block {
    box-sizing: border-box;
    background: #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.social_subscription_block .header_social {
    text-align: center;
    color: #000;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

@media (min-width: 591px) and (max-width: 991px) {
    .social_subscription_block .header_social {
        max-width: 305px;
        margin: auto auto 15px;
    }
}

.social_subscription_block img {
    width: 100%;
    max-height: 326px;
}

.social_subscription_block form[name="footer_subscription_form"] {
    position: relative;
}

@media (min-width: 591px) and (max-width: 991px) {
    .social_subscription_block form[name="footer_subscription_form"] {
        max-width: 305px;
        margin: auto auto 5px;
    }
}

@media (max-width: 590px) {
    .social_subscription_block form[name="footer_subscription_form"] {
        width: calc(100vw - 40px);
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.social_subscription_block form[name="footer_subscription_form"] input[type="email"] {
    box-sizing: border-box;
    padding-left: 10px;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #65A6D6;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
}

@media (max-width: 590px) {
    .social_subscription_block form[name="footer_subscription_form"] input[type="email"] {
        max-width: 100%;
    }
}

.social_subscription_block form[name="footer_subscription_form"] input[type="email"]::-webkit-input-placeholder {
    color: #a9a9a9;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
}

.social_subscription_block form[name="footer_subscription_form"] input[type="email"]::-moz-placeholder {
    color: #a9a9a9;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
}

.social_subscription_block form[name="footer_subscription_form"] button {
    position: absolute;
    width: 47px !important;
    height: 40px;
    background: #65A6D6 url("../images/arrow.svg") no-repeat center;
    background-size: 13px auto;
    border: none;
    right: -1px;
    top: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.two_block_news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .two_block_news {
        margin-bottom: 0;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.two_block_news .article_list_blog .content_article_blog {
    height: 300px;
}

@media (max-width: 1170px) {
    .two_block_news .article_list_blog .content_article_blog {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .two_block_news .article_list_blog .content_article_blog {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .two_block_news .article_list_blog .content_article_blog p {
        padding: 5px 5px 10px 85px;
    }
}

@media (max-width: 720px) {
    .two_block_news .article_list_blog .content_article_blog p {
        padding-left: 65px;
    }
}

@media (max-width: 590px) {
    .two_block_news .article_list_blog .content_article_blog p {
        padding-left: 85px;
    }
}

@media (max-width: 590px) {
    .two_block_news .article_list_blog .footer_article_blog {
        padding-left: 85px;
    }
}

@media (max-width: 720px) {
    .two_block_news .article_list_blog .img_prew_blogger {
        width: 57px;
        height: 57px;
    }
}

.two_block_news .article_list_blog .desc_footer_blogger {
    padding: 5px 0 7px;
}

.two_block_news .article_list_blog span.name_blogger {
    font-size: 16px;
    margin-bottom: 4px;
}

@media (max-width: 991px) {
    .two_block_news .article_list_blog span.name_blogger {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .two_block_news .article_list_blog span.status_blogger {
        font-size: 12px;
    }
}

.two_block_news>* {
    width: calc(50% - 15px);
    position: relative;
}

@media (max-width: 590px) {
    .two_block_news>* {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
}

.two_block_news>* a.content_most_pop_week {
    width: 100%;
    height: 350px;
    display: block;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1170px) {
    .two_block_news>* a.content_most_pop_week {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .two_block_news>* a.content_most_pop_week {
        height: 220px;
    }
}

@media (max-width: 590px) {
    .two_block_news>* a.content_most_pop_week {
        height: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.two_block_news>* a.content_most_pop_week p {
    box-sizing: border-box;
    font-family: "PT Sans";
    font-weight: 700;
}

@media (min-width: 591px) {
    .two_block_news>* a.content_most_pop_week p {
        position: absolute;
        padding: 30px;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 24px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
    }
}

@media (max-width: 991px) {
    .two_block_news>* a.content_most_pop_week p {
        font-size: 18px;
        padding: 15px;
    }
}

@media (max-width: 590px) {
    .two_block_news>* a.content_most_pop_week p {
        font-size: 14px;
        background: transparent;
        position: relative;
        padding: 20px 0 0 10px;
        color: #000;
        width: calc(100% - 90px);
        text-decoration: none;
        box-sizing: border-box;
    }
}

.two_block_news>* a.content_most_pop_week img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 590px) {
    .two_block_news>* a.content_most_pop_week img {
        display: block;
        width: 90px;
        height: 65px;
    }
}

@media (max-width: 590px) {
    .two_block_news article {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.two_block_news article .label {
    font-size: 21px;
    border-radius: 5px;
    left: -10px;
    top: 24px;
    padding: 10px 15px;
    box-shadow: 0 3px 0 0 #456386;
}

.two_block_news article .label:after {
    z-index: -1;
    left: 2px;
    bottom: -10px;
    border-right: 4px solid #456386;
    border-top: 4px solid #456386;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

@media (max-width: 590px) {
    .two_block_news article .label {
        padding: 5px 10px;
        border-radius: 2px;
        top: 12px;
        left: -10px;
        font-size: 14px;
        box-shadow: 0 2px 0 0 #456386;
    }
}

.two_block_news article:not(.article_list_blog) .label {
    left: -10px;
}

@media (max-width: 590px) {
    .two_block_news article:not(.article_list_blog) .label {
        position: absolute;
        padding: 5px 10px;
        background-color: transparent;
        top: 0;
        left: 90px;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
        box-shadow: none;
    }

    .two_block_news article:not(.article_list_blog):after {
        z-index: -1;
        left: 2px;
        bottom: -10px;
        border-right: 4px solid #d61943;
        border-top: 4px solid #d61943;
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
}

.btn_row {
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .btn_row {
        margin-bottom: 15px;
    }
}

.read_more_btn {
    color: #fff;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    outline: none;
    width: 420px;
    height: 46px;
    background-color: #65A6D6;
    cursor: pointer;
}

@media (max-width: 991px) {
    .read_more_btn {
        width: 100%;
        height: 40px;
    }
}

.main_footer {
    background-color: #7b7b7b;
}

.main_footer .title_link,
.main_footer .title-footer {
    color: #fff;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
}

@media (max-width: 590px) {

    .main_footer .title_link,
    .main_footer .title-footer {
        margin-bottom: 10px;
    }
}

.main_footer .wrapper {
    padding: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1169px) {
    .main_footer .wrapper {
        padding: 20px 15px 20px;
    }
}

@media (max-width: 991px) {
    .main_footer .wrapper {
        padding: 15px 15px 20px;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main_footer .wrapper>div {
    width: 20%;
    box-sizing: border-box;
}

.main_footer .wrapper>div:not(:last-child) {
    padding-right: 2%;
}

@media (max-width: 590px) {
    .main_footer .wrapper>div:not(:last-child) {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .main_footer .wrapper>div {
        width: 25%;
    }
}

@media (max-width: 650px) {
    .main_footer .wrapper>div {
        width: 100%;
    }
}

.main_footer .wrapper>.copyright_block .rules_link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 590px) {
    .main_footer .wrapper>.copyright_block .rules_link {
        margin: 0 auto;
    }
}

.main_footer .wrapper>.copyright_block p {
    margin-bottom: 15px;
}

.main_footer .wrapper>.copyright_block p .rules_link {
    margin-bottom: 5px;
    display: inline;
}


.main_footer .wrapper>.copyright_block .rules_link img {
    margin-right: 5px;
}

@media (max-width: 590px) {
    .main_footer .wrapper>.copyright_block .rules_link img {
        width: 30px;
        margin-right: 15px;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper>.copyright_block {
        width: 100%;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper>.contact_block_footer {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding-right: 30px !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper>.social_nav_footer {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
        margin-bottom: 15px;
    }
}

.main_footer .wrapper>.footer_subscription_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column wrap;
}

@media (max-width: 590px) {
    .main_footer .wrapper>.footer_subscription_block {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 15px;
        height: auto;
        flex-flow: row wrap;
    }
}

@media (max-width: 320px) {
    .main_footer .wrapper>.footer_subscription_block {
        display: block;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper>.footer_subscription_block .title-footer {
        margin: 0;
        padding-right: 10px;
        padding-top: 9px;
    }
}

@media (max-width: 320px) {
    .main_footer .wrapper>.footer_subscription_block .title-footer {
        margin-bottom: 5px;
    }
}

@media (max-width: 590px) {
    .footer_subscription_block .ml-vertical-align-center {
        width: 100%;
    }
}

.main_footer .wrapper>.footer_subscription_block>.mob_display_block {
    display: none;
}

@media (max-width: 590px) {
    .main_footer .wrapper>.footer_subscription_block>.mob_display_block {
        /*
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
*/
        display: block;
        color: #cfcfcf;
        font-family: "PT Sans";
        font-size: 12px;
        font-weight: 700;
        line-height: 18px;
    }

    .main_footer .wrapper>.footer_subscription_block>.mob_display_block p {
        margin-bottom: 15px;
    }
}

/*.main_footer .wrapper > .mob_display_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
          flex-flow: row wrap;
  margin-bottom: 40px;
}
.main_footer .wrapper > .mob_display_block > *{
  width: 50%;
}
.email_red{
  display: none;
}
.mob_display_block .email_red{
  display: block;
}
.email_red p:first-child{
      color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
}*/

.email_red {
    margin-top: 15px;
}

.media_kit a {
    display: inline-block;
}

@media (max-width: 590px) {
    .main_footer .wrapper>.mob_display_block .rules_link {
        display: block;
    }
}

@media (max-width: 590px) {
    .main_footer .wrapper>.mob_display_block .copyRight {
        display: block;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 700;
    }
}

.main_footer .logo_footer {
    display: block;
    width: 100px;
    margin-bottom: 25px;
}

.main_footer .logo_footer img {
    width: 100%;
}

.main_footer .footerLogo {
    margin-bottom: 25px;
    width: 100px;
    display: inline-block;
}

@media (max-width: 991px) {
    .main_footer .footerLogo {
        margin-bottom: 0;
        width: auto;
    }
}

@media (max-width: 590px) {
    .main_footer .footerLogo {
        width: 100%;
        margin-bottom: 15px;
    }
}

.main_footer .footerLogo img {
    width: 100%;
}

@media (max-width: 991px) {
    .main_footer .footerLogo img:first-child {
        display: none;
    }
}

.main_footer .footerLogo img:last-child {
    display: none;
}

@media (max-width: 991px) {
    .main_footer .footerLogo img:last-child {
        display: block;
        max-width: 160px;
        height: auto;
    }
}

@media (max-width: 590px) {
    .main_footer .footerLogo img:last-child {
        max-width: 100%;
        height: 25px;
    }
}

.main_footer .rules_link {
    color: #fff;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 188px;
    line-height: 1.42;
}

@media (max-width: 991px) {
    .main_footer .rules_link {
        margin-bottom: 5px;
    }
}

@media (max-width: 590px) {
    .main_footer .rules_link#call_video {
        margin: 0 auto 20px;
        font-size: 16px;
    }
}

/*@media (max-width: 590px) {
  .main_footer .rules_link {
    display: none;
  }
}*/

.main_footer .copyright_block .copyRight {
    color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
}

@media (max-width: 590px) {
    .main_footer .copyright_block .copyRight {
        display: none;
    }
}

.main_footer .email_contact_footer {
    margin-bottom: 15px;
}

.contact_block_footer p,
.main_footer .email_contact_footer p {
    color: #cfcfcf;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.42;
    margin-bottom: 3px;
}

.main_footer .email_contact_footer a {
    display: inline-block;
    color: #fff;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 590px) {
    .main_footer .email_contact_footer a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .main_footer .categories_nav_footer {
        display: none;
    }
}

.main_footer .categories_nav_footer a {
    color: #fff;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
}

.main_footer .social_nav_footer .fb_footer_links,
.main_footer .social_nav_footer .insta_footer_links,
.main_footer .footer_subscription_block .messenger_footer_links {
    padding-left: 30px;
    margin-bottom: 25px;
}

@media (max-width: 590px) {

    .main_footer .social_nav_footer .fb_footer_links,
    .main_footer .social_nav_footer .insta_footer_links,
    .main_footer .footer_subscription_block .messenger_footer_links {
        margin: 15px 0;
    }

    .main_footer .footer_subscription_block .messenger_footer_links {
        width: 100%;
    }

    .main_footer .social_nav_footer .fb_footer_links {
        margin-bottom: 5px;
    }

    .main_footer .social_nav_footer .fb_footer_links ul {
        line-height: 1;
    }
}

.main_footer .social_nav_footer .fb_footer_links {
    background: url("../images/fb_footer.svg") no-repeat;
    background-size: 20px 20px;
}

.main_footer .social_nav_footer .insta_footer_links {
    background: url("../images/instagram-footer.svg") no-repeat;
    background-size: 20px 20px;
}

/*.main_footer .footer_subscription_block .messenger_footer_links {
  background: url("../images/messenger-footer.svg") no-repeat;
  background-size: 20px 20px;
}*/
@media (max-width: 991px) {
    .main_footer .footer_subscription_block .messenger_footer_links {
        margin-bottom: 15px;
    }
}

.main_footer .footer_subscription_block .messenger_footer_links a {
    margin-bottom: 25px;
    line-height: 1.4;
}

/*@media (max-width: 991px) {
  .main_footer .social_nav_footer ul li:nth-child(n+3) {
    display: none;
  }
}*/

.main_footer .footer_subscription_block a.rules_link {
    line-height: 1.4;
}

@media (max-width: 590px) {
    .main_footer .footer_subscription_block a.rules_link {
        flex: 1 1 48%;
        display: inline;
    }
}

.main_footer .footer_subscription_block .messenger_footer_links .rules_link {
    margin-left: -30px;
    margin-top: 15px;
}

@media (max-width: 590px) {
    .main_footer .footer_subscription_block .messenger_footer_links .rules_link {
        display: none;
    }
}

.main_footer .social_nav_footer a,
.main_footer .footer_subscription_block a {
    color: #fff;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
}

@media (max-width: 590px) {

    .main_footer .social_nav_footer a,
    .main_footer .footer_subscription_block a {
        font-size: 14px;
    }
}

.main_footer form[name="footer_subscription_form"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 120px;
}

@media (max-width: 1003px) {
    .main_footer form[name="footer_subscription_form"] {
        margin-bottom: 15px;
    }
}

@media (max-width: 590px) {
    .main_footer form[name="footer_subscription_form"] {
        width: 100%;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.main_footer form[name="footer_subscription_form"] input[type="email"] {
    box-sizing: border-box;
    padding-left: 10px;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    border: none;
    width: 100%;
    max-width: 228px;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
}

@media (max-width: 590px) {
    .main_footer form[name="footer_subscription_form"] input[type="email"] {
        max-width: 100%;
        height: 35px;
    }
}

.main_footer form[name="footer_subscription_form"] input[type="email"]::-webkit-input-placeholder {
    color: #a9a9a9;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
}

.main_footer form[name="footer_subscription_form"] input[type="email"]::-moz-placeholder {
    color: #a9a9a9;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
}

.main_footer form[name="footer_subscription_form"] button {
    position: absolute;
    width: 47px !important;
    height: 40px;
    background: #65A6D6 url("../images/arrow.svg") no-repeat center;
    background-size: 13px auto;
    border: none;
    right: -1px;
    top: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

@media (max-width: 590px) {
    .main_footer form[name="footer_subscription_form"] button {
        width: 35px !important;
        height: 35px;
        background-size: 10px;
    }
}

.list_articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list_articles .nothing-found {
    margin: 100px auto;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #525252;
    font-family: "PT Sans";
}

.list_articles .nothing-found>div {
    margin: auto;
}

.list_articles .nothing-found em {
    font-weight: 400;
}

@media (max-width: 991px) {
    .list_articles .insert_banner2 {
        display: none;
    }
}

@media (max-width: 590px) {
    .list_articles .top_pop_week a.content_most_pop_week {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.main_content_list_articles {
    width: 970px;
    padding-right: 30px;
}

@media (max-width: 1170px) {
    .main_content_list_articles {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 590px) {
    .main_content_list_articles .two_block_news {
        margin-bottom: 0;
    }
}

.main_content_list_articles .two_block_news .content_most_pop_week {
    height: 260px;
}

@media (max-width: 591px) {
    .main_content_list_articles .two_block_news .content_most_pop_week {
        height: auto;
    }
}

.main_content_list_articles .two_block_news .content_most_pop_week p {
    font-size: 18px;
    padding: 5px 26px 18px 30px;
}

@media (max-width: 591px) {
    .main_content_list_articles .two_block_news .content_most_pop_week p {
        font-size: 14px;
        padding: 20px 0 0 10px;
        max-width: calc(100%-90px)
    }
}

.main_content_list_articles .two_block_news article {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 590px) {
    .main_content_list_articles .two_block_news article {
        margin-bottom: 10px;
    }
}

.main_content_list_articles .two_block_news .content_article_blog {
    height: 210px;
}

@media (max-width: 991px) {
    .main_content_list_articles .two_block_news .content_article_blog {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .main_content_list_articles .two_block_news .content_article_blog p {
        padding: 5px 20px 10px 85px;
    }
}

.main_content_list_articles .two_block_news .article_list_blog .img_prew_blogger {
    width: 97px;
    height: 97px;
}

@media (max-width: 991px) {
    .main_content_list_articles .two_block_news .article_list_blog .img_prew_blogger {
        width: 67px;
        height: 67px;
    }
}

.main_content_list_articles .two_block_news .article_list_blog .footer_article_blog {
    padding: 0 20px 0 125px;
}

@media (max-width: 991px) {
    .main_content_list_articles .two_block_news .article_list_blog .footer_article_blog {
        padding: 0 10px 0 85px;
    }
}

.main_content_list_articles .two_block_news .article_list_blog .footer_article_blog span.name_blogger,
.main_content_list_articles .two_block_news .article_list_blog .footer_article_blog span.status_blogger {
    line-height: 1.42;
}

@media (max-width: 590px) {

    .main_content_list_articles .two_block_news .article_list_blog .footer_article_blog span.name_blogger,
    .main_content_list_articles .two_block_news .article_list_blog .footer_article_blog span.status_blogger {
        font-size: 14px;
    }
}

.main_content_list_articles .one_top2_new .img_new_top {
    height: 160px;
}

@media (max-width: 590px) {
    .main_content_list_articles .one_top2_new .img_new_top {
        height: 65px;
    }
}

.main_content_list_articles .one_top2_new .content_new a {
    font-size: 16px;
}

@media (max-width: 590px) {
    .main_content_list_articles .one_top2_new .content_new a {
        font-size: 14px;
    }
}

@media (max-width: 590px) {
    .main_content_list_articles .three_block_news {
        margin-bottom: 0;
    }
}

.main_content_list_articles .three_block_news .footer_article_blog {
    padding-left: 85px;
}

@media (max-width: 1170px) {
    .main_content_list_articles .three_block_news .footer_article_blog {
        padding-left: 80px;
        padding-right: 5px;
    }
}

.main_content_list_articles .three_block_news .footer_article_blog span.name_blogger {
    font-size: 14px;
}

.main_content_list_articles .three_block_news .footer_article_blog span.status_blogger {
    font-size: 14px;
}

.main_content_list_articles .three_block_news .img_prew_blogger {
    width: 67px;
    height: 67px;
    left: 6px;
}

.main_content_list_articles .three_block_news .content_article_blog {
    height: 160px;
}

.main_content_list_articles .three_block_news .content_article_blog p {
    font-size: 14px;
    padding-left: 85px;
}

@media (max-width: 1170px) {
    .main_content_list_articles .three_block_news .content_article_blog p {
        padding-left: 80px;
    }
}

@media (max-width: 591px) {
    .main_content_list_articles .three_block_news article {
        margin-bottom: 10px;
    }
}

@media (max-width: 590px) {
    .main_content_list_articles .body_inside_banner2 {
        margin-top: 5px;
    }
}

.main_content_one_article .main_content_list_articles {
    padding-left: 0;
    width: 100%;
}

.main_content_one_article .two_block_news .label {
    font-size: 14px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}

.breadcrumbs {
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .breadcrumbs {
        margin-bottom: 15px;
    }
}

.breadcrumbs li:last-child {
    color: #65A6D6;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li:after {
    content: '>';
    display: inline-block;
    margin: auto 5px auto 7px;
    color: #7e7e7e;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a {
    width: 57px;
    height: 18px;
    color: #7e7e7e;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumbs li:last-child a:last-child {
    color: #65A6D6;
}

@media (max-width: 590px) {
    .forumdaily_aside {
        display: none;
    }
}

.forumdaily_aside .header_forumdaily_aside {
    height: 30px;
    background-color: #c6d38c;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.forumdaily_aside .header_forumdaily_aside a {
    color: #000;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.forumdaily_aside .list_news_forumdaily_aside {
    padding: 10px 15px;
    background-color: #eee;
    border: 1px solid #c6d38c;
}

.forumdaily_aside .list_news_forumdaily_aside a:last-child {
    border-bottom: none;
}

.forumdaily_aside .list_news_forumdaily_aside a {
    padding: 8px 0;
    color: #111;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #c6d38c;
}

@media (max-width: 1170px) {
    .forumdaily_aside .list_news_forumdaily_aside a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .forumdaily_aside .list_news_forumdaily_aside a {
        font-size: 14px;
        padding: 5px 0;
    }
}

.sidebar {
    max-width: 300px;
}

@media (max-width: 1170px) {
    .sidebar {
        display: none;
    }
}

.sidebar .banner_upper_main_block {
    margin-bottom: 30px;
}

.sidebar .forum_link {
    margin-bottom: 30px;
}

.sidebar .list_most_pop_week {
    margin-bottom: 30px;
}

.sidebar .news_sidebar {
    margin-bottom: 20px;
}

.sidebar .sidebar_list_news {
    padding: 10px 15px;
}

.sidebar .sidebar_list_news article:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar .sidebar_list_news article a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.sidebar .sidebar_list_news .img_article {
    width: 70px;
    min-width: 70px;
    height: 50px;
    min-height: 45px;
    margin-right: 10px;
}

.sidebar .sidebar_list_news .img_article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sidebar .sidebar_list_news .title_article {
    color: #111;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
}

.sidebar .list_new_pop_week {
    padding: 10px 10px 0;
}

.sidebar .list_new_pop_week article>div {
    width: 65%;
}

.sidebar .list_new_pop_week article .img_pop_week {
    width: 30%;
}

.sidebar .list_new_pop_week article .name_pop_week {
    color: #111;
    font-family: "PT Sans";
    font-size: 12px;
    font-weight: 700;
}

@media screen and (max-width: 590px) {
    .sidebar .list_new_pop_week article .name_pop_week {
        color: #111;
        font-family: "PT Sans";
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }
}

.sidebar .social_subscription_block {
    margin-bottom: 30px;
}

.planshet_section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (min-width: 1170px) {
    .planshet_section {
        display: none;
    }
}

@media (max-width: 590px) {
    .planshet_section {
        margin: 5px auto 15px;
    }
}

.planshet_section>div {
    width: calc(50% - 15px);
}

@media (max-width: 590px) {
    .planshet_section>div {
        width: 100%;
    }
}

.sidebar_section_title {
    background: #65A6D6;
    height: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.sidebar_section_title p {
    color: #fff;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.article_content_block .desc_info_article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    border-bottom: 2px solid #65A6D6;
    padding-bottom: 15px;
}

@media (max-width: 590px) {
    .article_content_block .desc_info_article {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.article_content_block .date_article {
    color: #7e7e7e;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 30px;
}

@media (max-width: 590px) {
    .article_content_block .date_article {
        margin-bottom: 15px;
    }
}

.article_content_block .src_article_text {
    width: auto;
    height: 17px;
    font-family: "PT Sans";
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 400;
    margin-right: 30px;
}

@media (max-width: 590px) {
    .article_content_block .src_article_text {
        margin-bottom: 15px;
    }
}

.article_content_block .src_article_text a {
    text-decoration: none;
    color: #65A6D6;
    font-weight: 700;
}

.text_article_block img {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 720px) {
    .text_article_block img {
        width: 100% !important;
    }
}

.text_article_block .wp-caption {
    margin-bottom: 30px;
}

.text_article_block .wp-caption img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.text_article_block .wp-caption .wp-caption-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    background-color: #eee;
    color: #7e7e7e;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 590px) {
    .text_article_block .wp-caption .wp-caption-text {
        height: 30px;
    }
}

.text_article_block p {
    display: block;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 25px;
}

@media (max-width: 590px) {
    .text_article_block p {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

.text_article_block p a {
    color: #65A6D6;
    font-weight: 700;
    text-decoration: none;
}

.text_article_block blockquote {
    border-left: 9px solid #65A6D6;
    background: #eee;
    padding: 15px 15px 15px 30px;
    color: #000;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.text_article_block blockquote p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "PT Sans";
}

@media (max-width: 590px) {
    .text_article_block blockquote {
        border-left: 3px solid #65A6D6;
        padding: 10px 10px 10px 15px;
        line-height: 1.42;
        font-size: 16px;
    }
}

.text_article_block ul {
    padding-left: 40px;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .text_article_block ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

.text_article_block ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #65A6D6;
    position: absolute;
    left: -20px;
    top: 9px;
    border-radius: 50%;
}

.text_article_block ul li {
    position: relative;
    display: block;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 590px) {
    .text_article_block ul li {
        margin-bottom: 10px;
        line-height: 1.42;
        font-size: 14px;
    }
}

.text_article_block ol {
    padding-left: 40px;
    margin-bottom: 30px;
}

@media (max-width: 590px) {
    .text_article_block ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

.text_article_block ol li {
    list-style-type: decimal;
    list-style-position: outside;
    position: relative;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 590px) {
    .text_article_block ol li {
        margin-bottom: 10px;
        line-height: 1.42;
        font-size: 14px;
    }
}

.reade_more_links_block {
    margin-bottom: 30px;
}

.reade_more_links_block a {
    display: block;
    color: #7b7b7b;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 15px;
}

.reade_more_links_block a:hover {
    color: #65A6D6;
}

.one_article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one_article .main_content_one_article {
    width: 970px;
}

@media (max-width: 810px) {
    .one_article .main_content_one_article {
        width: 100%;
    }
}

.one_article .main_content_one_article .sidebar {
    display: none;
}

@media (max-width: 1170px) {
    .one_article .main_content_one_article .sidebar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .one_article .main_content_one_article .sidebar>div {
        width: 48%;
    }
}

@media (max-width: 591px) {
    .one_article .main_content_one_article .sidebar {
        display: block;
        margin: 0 -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    .one_article .main_content_one_article .sidebar>div {
        width: 100%;
    }
}

.one_article .main_content_one_article .sidebar .social_links_gor {
    height: 50px !important;
}

.one_article .main_content_one_article .sidebar .social_links_gor a {
    margin-bottom: 0;
    height: 100%;
}

.one_article .main_content_one_article figure {
    max-width: 100% !important;
}

.one_article .main_content_one_article figure img {
    max-width: 100%;
    height: auto !important;
}

.one_article .main_content_one_article figure.alignleft {
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 721px) {
    .one_article .facebook_list .half {
        width: 100%;
    }
}

.frame-holder {
    width: 100% !important;
}

.frame-holder iframe {
    width: 100% !important;
}

.social_links_gor a {
    color: #fff;
    text-decoration: none;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
    /*margin-right: 30px;*/
    width: 100%;
    padding: 0 10px;
    height: 50px;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social_links_gor .fa {
    font-size: 21px;
}

@media (max-width: 590px) {
    .social_links_gor a {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.social_links_gor div {
    width: 71%;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.3;
    box-sizing: border-box;
}

.social_links_gor .fb_btn {
    background-color: #2c58bf;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_links_gor .fb_btn i {
    background: url("../images/fb-icon.svg") no-repeat;
    background-size: contain;
    width: 7px;
    height: 14px;
    margin-right: 10px;
}

.social_links_gor .insta_btn {
    background-image: linear-gradient(180deg, #972dbc 0%, #b02525 49%, #c5cf33 100%);
}

.social_links_gor .insta_btn i {
    background: url("../images/instagram-icon.svg") no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    float: left;
    margin-left: 10px;
}

.social_links_gor .insta_btn span {
    display: inline-block;
}

.social_links_gor .add_favor_btn {
    background-color: #eee;
    color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social_links_gor .add_favor_btn i {
    background: url("../images/star.svg") no-repeat;
    width: 17px;
    height: 15px;
    margin-right: 10px;
}

.tags_line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tags_line a {
    display: inline-block;
    padding: 9px 10px 9px;
    color: #ffffff;
    text-decoration: none;
    font-family: "PT Sans";
    background-color: #65a6d6;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 15px;
}

.tags_line a:hover {
    background-color: #3088ca;
}

@media (max-width: 590px) {
    .tags_line a {
        margin-bottom: 15px;
    }
}

.fb_comments_widget {
    margin-bottom: 10px;
}

.owl-carousel {
    width: 100%;
    /*calc(100% + 9px);/*979px*/
    max-width: 979px
}

.owl-carousel .owl-item {
    max-height: inherit;
}

.developerCompany {
    margin-top: auto;
}

@media (max-width: 590px) {
    .developerCompany {
        display: none;
    }
}

.developerCompany2 {
    display: none;
}

/*@media (max-width: 590px) {
  .developerCompany2 {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding-bottom: 4px;
  }
}*/

.blog_author {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eee;
    padding: 5px 15px;
    margin-bottom: 30px;
}

.blog_author .author_photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 590px) {
    .blog_author .author_photo {
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }
}

.blog_author .author_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_author .name_author {
    color: #000;
    font-family: "PT Sans";
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

@media (max-width: 590px) {
    .blog_author .name_author {
        font-size: 18px;
    }
}

.blog_author .name_author:hover {
    text-decoration: underline;
}

.blog_author .position_author {
    color: #65A6D6;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 590px) {
    .blog_author .position_author {
        font-size: 16px;
    }
}

.period_picker_input {
    height: 45px;
    border: 2px solid #65A6D6 !important;
    background-color: #fff;
    border-radius: 0 !important;
    color: #000;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.period_picker_input:before {
    border: none !important;
}

.page404 h1 {
    color: #65A6D6;
    font-family: "PT Sans";
    font-size: 150px;
    font-weight: 700;
    line-height: 1.42;
    text-align: center;
}

@media (max-width: 590px) {
    .page404 h1 {
        font-size: 120px;
    }
}

.page404 h3 {
    color: #000;
    font-family: "PT Sans";
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.page404 p {
    text-align: center;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.page404 a {
    color: #fa0c4a;
    text-decoration: underline;
}

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

.page404 .search_form_page_404 {
    text-align: center;
    width: 490px;
    position: relative;
    margin: 0 auto 200px;
}

@media (max-width: 590px) {
    .page404 .search_form_page_404 {
        width: 100%;
        margin-bottom: 100px;
    }
}

.page404 .search_form_page_404 input {
    width: 100%;
    height: 40px;
    border: 1px solid #65A6D6;
    background-color: #fff;
    position: relative;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-left: 10px;
    box-sizing: border-box;
}

.page404 .search_form_page_404 button {
    right: 5px;
    top: 10px;
    z-index: 2;
    position: absolute;
    background: none;
    border: none;
}

.form_search_big {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .form_search_big {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.form_search_big input,
.form_search_big select {
    height: 45px;
    border: 2px solid #65A6D6;
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.form_search_big select {
    background: url("../images/search_arrow.svg") no-repeat 95% 17px;
}

@media (max-width: 590px) {
    .form_search_big select {
        background: url("../images/search_arrow.svg") no-repeat 97% 17px;
    }
}

.form_search_big label {
    color: #7e7e7e;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
}

.form_search_big .read_more_btn {
    width: 100%;
    height: 46px !important;
}

.form_search_big .row_form {
    width: 24%;
}

@media (max-width: 991px) {
    .form_search_big .row_form {
        width: 49%;
        margin-bottom: 15px;
    }
}

@media (max-width: 590px) {
    .form_search_big .row_form {
        width: 100%;
    }
}

.top_news_slide.owl-carousel {
    height: 420px;
    overflow: hidden;
}

.top_news_slide.owl-carousel .owl-stage-outer {
    height: inherit;
}

.top_news_slide.owl-carousel .owl-stage {
    height: inherit;
}

.top_news_slide.owl-carousel .owl-item {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top_news_slide.owl-carousel .owl-item article {
    margin: 0 0 auto auto;
    height: 420px;
}

.top_news_slide.owl-carousel .owl-item.active {
    margin-right: 0 !important;

}

.top_news_slide.owl-carousel .owl-item.active .blog_info_item.one_slide_top .article_list_blog {
    z-index: 2;
}

.top_news_slide article.one_slide_top .content_slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.desktop-device {
    margin-bottom: 15px;
}

@media (max-width: 1170px) {
    .desktop-device {
        display: none !important;
    }
}

@media (min-width: 970px) {
    .two_block_news article {
        width: calc(50% - 15px) !important;
        position: relative;
    }
}

@media (max-width: 767px) {
    #two_news article {
        padding-left: 0 !important;
    }
}

.desktop-device>div {
    margin: 0 auto;
}

.tablet-device {
    display: none;
    margin-bottom: 15px;
}

@media (max-width: 1170px) {
    .tablet-device {
        display: block !important;
    }
}

@media (max-width: 720px) {
    .tablet-device {
        display: none !important;
    }
}

.tablet-device>div {
    margin: 0 auto;
}

.mobile-device {
    display: none !important;
    margin-bottom: 15px;
}

@media (max-width: 720px) {
    .mobile-device {
        display: block !important;
    }
}

.mobile-device>div {
    margin: 0 auto;
}

@media (max-width: 330px) {
    .mobile-device>div {
        /*margin: 0 -15px;*/
    }
}

.sidebar .mobile-device {
    display: none !important;
    margin-bottom: 15px;
}

@media (max-width: 720px) {
    .sidebar .mobile-device {
        display: block !important;
    }
}

.sidebar .mobile-device>div {
    margin: 0 auto;
}

@media (max-width: 330px) {
    .sidebar .mobile-device>div {
        margin: 0 auto;
    }
}

.text_article_block .mobile-device {
    display: none !important;
    margin-bottom: 15px;
}

@media (max-width: 720px) {
    .text_article_block .mobile-device {
        display: block !important;
    }
}

.text_article_block .mobile-device>div {
    margin: 0 auto;
}

@media (max-width: 330px) {
    .text_article_block .mobile-device>div {
        margin: 0 -5px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 50px;
    background: #000;
    padding: 15px;
    z-index: 12;
}

.modal .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #FFF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    opacity: 1;
    text-align: center;
    font-family: "PT Sans";
    font-size: 21px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

.modal.video_modal.active {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.overlay_black {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 991px) {
    .alignnone {
        width: 100% !important;
        height: auto !important;
    }
}

.big_fb_widget {
    position: relative;
    padding: 5px 3px;
    overflow: hidden;
    margin-bottom: 3px;
}

.big_fb_widget span.fans {
    color: #fff;
    font-size: 13px;
    font-family: "PT Sans";
    text-shadow: 1px 1px #000;
}

.big_fb_widget .backgroundImageWidget {
    z-index: 1;
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

.big_fb_widget .backgroundImageWidget:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.big_fb_widget .backgroundImageWidget img {
    width: 100%;
}

.big_fb_widget .mainImgWidget {
    width: 50px;
    margin-right: 5px;
}

.big_fb_widget .mainImgWidget img {
    width: 100%;
    display: block;
}

.big_fb_widget .fb_info a {
    color: #fff;
    font-size: 14px;
    font-family: "PT Sans";
    text-shadow: 1px 1px #000;
}

.big_fb_widget .contentBigWidget {
    position: relative;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_content_one_article .social_links_gor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px;
}

.main_content_one_article .social_links_gor a {
    width: 115px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
    font-weight: 700;
}

#headSubscribe_page {
    margin-bottom: 25px;
}

@media (max-width: 590px) {
    #headSubscribe_page {
        margin-bottom: 0;
    }
}

#headSubscribe_page button {
    display: block;
    margin: auto;
    width: 40%;
}

@media (max-width: 768px) {
    #headSubscribe_page button {
        width: 70%;
    }
}

@media (max-width: 580px) {
    #headSubscribe_page button {
        width: 90%;
    }
}

#headSubscribe_page .input-group {
    width: 70%;
    margin: 15px auto;
}

@media (max-width: 768px) {
    #headSubscribe_page .input-group {
        width: 90%;
    }
}

#headSubscribe_page .input-group input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: "PT Sans";
    font-weight: 700;
    color: black;
    font-size: 18px;
    padding-right: 40px;
    background: white;
    outline: none;
    border: 1px solid #000;
}

.subscribe_page header {
    text-align: center;
}

.ml-subscribe-form {
    margin-bottom: 0;
}

@media (max-width: 590px) {
    .ml-subscribe-form {
        width: 100%;
        height: 35px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

.subscription_page h3 {
    text-align: center;
}

.subscription_page .row {
    text-align: center;
}

.fb_widgets_list {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
}

.fb_widgets_list i {
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}

.fb_widgets_list span.icon_circle {
    position: absolute;
    left: -50px;
    top: 0;
}

@media (max-width: 580px) {
    .fb_widgets_list span.icon_circle {
        display: none;
    }
}

.fb_widgets_list .row {
    margin-bottom: 15px;
}

.icon_circle {
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #2a62bc;
}

.else_soc-link,
.else_fb-link {
    text-align: left !important;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    left: -50px;
}

@media (max-width: 580px) {

    .else_soc-link,
    .else_fb-link {
        left: 0;
    }
}

.else_soc-link i,
.else_fb-link i {
    color: #fff;
    font-size: 21px;
    line-height: 35px;
}

.else_soc-link span,
.else_fb-link span {
    display: inline-block;
    margin-right: 15px;
}

.else_soc-link div,
.else_fb-link div {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.else_soc-link a,
.else_fb-link a {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    text-decoration: none;
}

.icon_circle.vk {
    background: #507299;
}

.icon_circle.tw {
    background: #1990D8;
}

.fb_widgets_list.insta {
    margin-bottom: 15px;
}

.fb_widgets_list.insta .row {
    text-align: left;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
}

.fb_widgets_list.insta .icon_circle {
    background-image: linear-gradient(#972dbc 0%, #b02525 49%, #c5cf33 100%);
}

.fb_widgets_list.insta a {
    color: #000;
    font-family: "PT Sans";
    font-weight: 700;
    text-decoration: none;
}


.partners-block-info {
    display: block;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 25px;
}

.partners-block-info a {
    color: #65A6D6;
}

.partner-with-info {
    color: #7e7e7e;
}

#nav_menu-2,
#nav_menu-3 {
    list-style-type: none;
}

#container-scroll-banner,
#container-small-scroll-banner {
    margin-top: 20px;
}

.hidden {
    display: none !important;
}

.sticky-banner {
    position: fixed;
    top: 30px;
}


.article_content_block ins.adsbygoogle {
    display: block !important;
    margin: auto;
    margin-bottom: 14px;
}

/*-------------NEW---------*/
.lang_sw {
    text-align: center;
    margin: 0 auto;
}

.search_social_block {
    min-height: 110px;
}

.switcher {
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    width: 163px;
    line-height: 17px;
}

.switcher a {
    text-decoration: none;
    display: block;
    font-size: 10pt;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.switcher a img {
    vertical-align: middle;
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.switcher a:hover img {
    opacity: 1;
}

.switcher .selected {
    background: #FFFFFF url(/wp-content/themes/fdw/assets/gtranslate/switcher.png) repeat-x;
    position: relative;
    z-index: 9999;
}

.switcher .selected a {
    border: 1px solid #CCCCCC;
    background: url(/wp-content/themes/fdw/assets/gtranslate/arrow_down.png) 146px center no-repeat;
    color: #666666;
    padding: 3px 5px;
    width: 151px;
}

.switcher .selected a.open {
    background-image: url(/wp-content/themes/fdw/assets/gtranslate/arrow_up.png)
}

.switcher .selected a:hover {
    background: #F0F0F0 url(/wp-content/themes/fdw/assets/gtranslate/arrow_down.png) 146px center no-repeat;
}

.switcher .option {
    position: absolute;
    z-index: 9998;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    display: none;
    width: 161px;
    max-height: 198px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
}

.switcher .option a {
    color: #000;
    padding: 3px 5px;
}

.switcher .option a:hover {
    background: #FFC;
}

.switcher .option a.selected {
    background: #FFC;
}

#selected_lang_name {
    float: none;
}

.l_name {
    float: none !important;
    margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.switcher .option::-webkit-scrollbar {
    width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #888;
}

.gt_disclaimer {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
    display: none;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
    .search_social_block {
        min-height: auto;
    }

    .switcher {
        width: 28px;
    }

    .switcher .selected {
        width: 28px;
    }

    .switcher .option {
        width: 26px;
    }

    .switcher a span {
        display: none;
    }

    .lang_sw {
        text-align: center;
        margin: 0 auto;
        margin-right: 40px;
        margin-left: -32px;
        position: relative;
        z-index: 0;
    }

    .switcher .option a {
        color: #000;
        padding: 0px 5px;
    }

    .search_form {
        z-index: 1;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1099px) {
    .search_social_block {
        min-height: auto;
    }

    .switcher {
        width: 28px;
    }

    .switcher .selected {
        width: 28px;
    }

    .switcher .option {
        width: 26px;
    }

    .switcher a span {
        display: none;
    }

    .lang_sw {
        text-align: center;
        margin: 0 auto;
        margin-right: -30px;
        margin-left: 10px;
        position: relative;
        z-index: 0;
    }

    .switcher .option a {
        color: #000;
        padding: 0px 5px;
    }

    .search_form {
        z-index: 1;
    }
}

.job-adv {
    display: inline-block;
    max-width: 475px;
    margin-bottom: 20px;
    float: left;
    max-height: 300px;
    overflow: hidden;
}



.job-adv img {
    width: 100%;
}

.job-adv:nth-child(odd) {
    margin-right: 20px;

}

@media (max-width: 590px) {
    .job-adv:nth-child(odd) {
        margin-right: 0;
    }

    .job-adv {
        float: unset;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .job-adv img {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 590px) {
    .job-adv:nth-child(odd) {
        margin-right: 0;
    }

    .job-adv {
        float: unset;
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .job-adv img {
        width: 100%;
    }
}

@media (min-width: 1170px) and (max-width: 1300px) {
    .job-adv {
        max-width: 425px;
    }
}




/*--------------events blcok------------------*/


.events-block {
    height: 575px
}

@media (max-width: 590px) {
    .events-block {
        margin-top: 30px;
        margin-bottom: 0 !important;
    }

    .events-block .title-forumdaily {

        width: calc(100% + 30px);
        margin-left: -15px;
    }

}

.main-events {
    width: 100%;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px
}

.main-events .event-wrapp {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    height: 555px
}

.main-events .slick-list {
    width: 100%;
    overflow: hidden
}

.main-events .slick-arrow {
    display: none !important
}

.main-events .events-item {
    height: 427px;
    width: 275px;
    max-width: 275px;
    background: #999;
    float: left;
    margin-right: 15px !important;
    margin-left: 15px !important;
    text-align: center
}

.main-events .events-item:last-child {
    margin-right: 0
}

.main-events .date {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 13px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    background: #c6d38b;
    transition: all .3s;
    font: 700 22px 'Roboto Slab';
}

.main-events .events-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.main-events .img-block {
    display: block;
    width: 100%;
    height: 425px;
    background-color: #e1e2e2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.main-events .event-description {
    position: relative;
    display: block;
    height: 90px;
    padding: 0;
    margin: 15px 0 0;
    color: #111;
    text-transform: uppercase;
    border-bottom: 2px solid #111;
    border-bottom: none;
    height: 40px;
    text-decoration: none;

    font: 300 14px 'Roboto Slab';
}

@media (max-width:768px) {
    .events-item:nth-child(2) {
        margin-right: 0
    }

    .main-events .events-item {
        margin-right: 5px
    }

    .event-wrapp {
        width: 100% !important
    }

    .event-wrapp .events-item {
        width: unset;
        max-width: unset
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .event-wrapp {
        width: 100% !important
    }

    .event-wrapp .events-item {
        width: unset;
        max-width: unset
    }
}

@media (max-width:992px) {
    .main-events .events-item {
        margin-right: 10px
    }
}

@media (max-width:1200px) {
    .event-wrapp {
        width: 100% !important
    }
}


/*------------IMPORTANT BLOCK--------------*/
.contentRedline {
    margin-top: 18px;
    height: 62px;
}

@media (max-width: 760px) {
    .contentRedline {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

.slick-arrow {
    display: none !important;
}

.col-9 {
    width: 75%;
}

.col-md-3 {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #84111B;
}

.title-col {
    margin-left: 10px;
}

.col-md-3 h3 {
    color: white;
    text-transform: uppercase;
    font: 700 28px 'Roboto Slab';
    margin: 0;
}

.red-line-carousel {
    padding-left: 15px;
}

.red-line-news-item {
    position: relative;
    margin: 0px 0;
    font-size: 13px;
    display: flex !important;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;

}

@media (max-width: 992px) and (min-width: 760px) {

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

@media (max-width: 760px) {

    .col-9 {
        width: 100%;
    }

    .slick-list {
        padding: 0;
    }
}

.slick-slide:before {
    content: '';
    border-left: 1px solid white;
    height: 80%;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    margin-right: 20px;
}

.carousel,
.slick-track,
.slick-list {
    height: 100%;
}

.slick-list {
    padding-left: 15px;
    padding-right: 15px;
}

.red-line-news-item a {
    color: white;
    text-decoration: none;
    font: 400 13px 'Roboto Slab';
}


.red-line-news-item span {
    color: white;
    text-decoration: none;
    font: 400 13px 'Roboto Slab';
}



.red-line-carousel {
    background: #BE1827
}

.contentRedline {
    width: 100%;
    padding: 0;
    display: flex;
}

.main_footer {
    overflow: hidden;
}

/*------------social media----------------*/

.twitter_btn {
    background: #4398dd;
}

.vk_btn {
    background: #BB3380; /*#577497;*/
}




@media (min-width: 992px) {
    .hide-pc {
        display: none;
    }
}

footer i.fa {
    background: #65A6D6;
    border-radius: 50%;
    padding: 4px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

footer .link_list_vk {
    margin-bottom: 5px;
}

.banner-network-block {
    margin: 0 auto;
    margin-bottom: 15px;
}

.mainHeader .banner-network-block {
    margin-bottom: 0px;
}

.banner-network-block {
    width: 100%;
}

.banner-network-block iframe {
    width: 100%;
}

.banner-network-block._mobile-device {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .banner-network-block._desktop-device {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .banner-network-block._desktop-device {
        display: none;
    }

    .banner-network-block._mobile-device {
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .banner-network-block._mobile-device {
        /*
        margin: 0 -15px;
*/
    }
}



/********dropdown*********/
li.dropdown{
  position: relative;
  cursor: default;
}
.dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    
    width: 250px;

    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    /*border: 1px solid rgba(0, 0, 0, .15);*/
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    display: none
}

.dropdown-menu>li{

  border-bottom: 1px solid #D3D3D3;
}


.dropdown-menu>li>a {
    display: flex;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;    
    justify-content: flex-start;
    padding: 13px 23px;
    height: 50px;
    font-size: 14px;
    line-height: 23px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    /*color: #262626;*/
    color: #65A6D6;    
    text-decoration: none;
    background-color: #EEEEEE;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}


@media screen and (max-width: 991px){
  .dropdown-menu>li>a{
    height: 50px;
  }
}



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

  .dropdown-toggle-pure a:not([href]):after{
    content: '';
    display: block;
    width:  12px;
    height: 6px;
    background: transparent url(../images/arr-drop-down.svg) center center no-repeat;
    background-size: contain;
    transform: rotate(-90deg); 
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 20px;
    right: 0;
    
  }

  .dropdown-toggle-pure a:not([href]):hover{
    text-decoration: unset;
  }

  .dropdown-toggle-pure.open a:not([href]):after{
    transform: rotate(0deg); 
    transition: 0.3s all ease-in-out;
  }

  .main_nav ul li{
    text-align: left;
    margin-bottom: 5px;
  }

  .main_nav a{
    height: 45px;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    font-size: 16px;
    line-height: 45px;
  }

  .dropdown:hover ul.dropdown-menu {
      display: none;
  }

  .dropdown.open:hover ul.dropdown-menu {
      display: block;
  }
  ul.dropdown-menu{
    width: 100%;
    background: transparent;
    border: none;
    position: unset;
    box-shadow: none;
    margin-bottom: 11px;
  }

  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background: transparent;
    color: white;
    text-decoration: underline;
  }

  .dropdown-menu>li{
    border: none;
    margin-bottom: 0;
  }

  .dropdown-menu>li>a{
    display: block;
    border: none;
    color: white;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0;
  }
}

.gn-link {
    display: block;
    font-family: "PT Sans";
    text-decoration: none;
    color: #3088ca;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-left: 42px;
    height: 30px;
    background: url(../images/gn_30.png) no-repeat center left;
}

#_topBannerContainer {
    max-width: 970px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
