/*-----------
    Fonts
-----------*/
@font-face
{
    font-family: 'Intro';
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/Intro-Bold.woff2') format('woff2'),
    url('../fonts/Intro-Bold.woff') format('woff'),
    url('../fonts/Intro-Bold.ttf') format('truetype');
}

:root
{
    --bg: #fff;
    --scroll_width: 17px;
    --text_color: #000;
    --font_size: 16px;
    --font_family: 'Noto Sans', 'Arial', sans-serif;
    --font_family2: 'Intro', 'Arial', sans-serif;
}

.wrapnew
{
    position: relative;
    z-index: 9;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 375px;
    min-height: 100%;

    background: var(--bg);
}


.mainnew
{
    display: flex;
    flex-direction: column;

    flex: 1 0 auto;
}


.contnew
{
    width: 100%;
    max-width: 1328px;
    margin: 0 auto;
    padding: 0 24px;
}

.rownew {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

/*----------------
    Mini modal
----------------*/
.modal_cont
{
    position: relative;
}


.mini_modalnew
{
    position: absolute;
    z-index: 101;
    top: calc(100% + 30px);
    left: 0;

    visibility: hidden;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
}

.mini_modalnew.active
{
    top: 100%;

    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}



/*------------
    Header
------------*/
header.newheader
{
    color: #fff;

    position: relative;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    margin-bottom: 0px;
    padding: 8px 0 9px;

    background: #045192;

    font: var(--font_size) var(--font_family);
}
header.newheader button {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background: none;
}

header.newheader .contnew
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}



header.newheader .menunew
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;

    display: flex;

    height: 100%;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    text-align: left;
}


header.newheader .menunew .btn
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background: none;

    display: flex;

    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: #1a6bb0;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;


}

header.newheader .menunew .btn .icon
{
    display: block;

    width: 22px;
    height: 16px;
}


header.newheader .menunew .mini_modalnew,
header.newheader .menunew .mini_modalnew.active
{
    top: 100%;
    left: -24px;

    width: 293px;
    height: calc(100vh - 61px);
    padding-bottom: 40px;

    background: #0d2335;
}


header.newheader .menunew .searchnew
{
    padding: 30px 20px;
}


header.newheader .menunew .searchnew form
{
    position: relative;
}


header.newheader .menunew .searchnew form
{
    color: #2e2e2e;
}

header.newheader .menunew .searchnew form :-moz-placeholder
{
    color: #2e2e2e;
}

header.newheader .menunew .searchnew form ::-moz-placeholder
{
    color: #2e2e2e;

    opacity: 1;
}

header.newheader .menunew .searchnew form :-ms-input-placeholder
{
    color: #2e2e2e;
}


header.newheader .menunew .searchnew .input
{
    color: #2e2e2e;
    font-family: var(--font_family);
    font-size: 14px;

    display: block;

    width: 100%;
    height: 39px;
    padding: 0 45px 0 13px;

    border: none;
    border-radius: 4px;
    background: #fff;
}


header.newheader .menunew .searchnew .submit_btn
{
    color: #2e2e2e;

    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;

    display: block;

    width: 19px;
    height: 21px;
    margin: auto 0;
}

header.newheader .menunew .searchnew .submit_btn .icon
{
    display: block;

    width: 19px;
    height: 21px;
}


header.newheader .menunew .categories
{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;

    text-transform: uppercase;
}


header.newheader .menunew .categories a
{
    color: currentColor;

    display: block;

    padding: 12px 27px;

    transition: .2s linear;
    text-decoration: none;
}

header.newheader .menunew .categories a:hover
{
    background: #204869;
}

header.newheader .menunew .categories a.active
{
    background: #045192;
}



header.newheader .logonew,
header.newheader .logonew a
{
    color: currentColor;
    font-family: var(--font_family2);
    font-size: 33px;
    font-weight: 700;
    line-height: 44px;

    display: block;

    text-decoration: none;
    letter-spacing: -.065em;
}



header.newheader .date_timenew
{
    font-size: 13px;
    line-height: 22px;

    margin-right: auto;
    margin-left: auto;
}

header.newheader .date_timenew + .sepnew
{
    margin-left: 0;
}



header.newheader .currenciesnew
{
    font-size: 13px;
    line-height: 22px;

    display: flex;

    margin-left: 21px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header.newheader .currenciesnew > * + *
{
    margin-left: 29px;
}



header.newheader .weathernew
{
    font-size: 13px;
    line-height: 22px;

    display: flex;

    margin-left: 21px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header.newheader .weathernew > * + *
{
    margin-left: 29px;
}



header.newheader .sepnew
{
    width: 1px;
    height: 37px;
    margin-left: 22px;

    background: #2b6ea7;
}



header.newheader .contnew > .searchnew
{
    position: absolute;
    top: 0;
    right: 30px;
    /* right: 100px; */
}


header.newheader .contnew > .searchnew .btn
{
    display: flex;

    height: 61px;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background: none;
}

header.newheader .contnew > .searchnew .btn .icon
{
    display: block;

    width: 20px;
    height: 21px;
}



header.newheader .langsnew
{
    font-size: 13px;
    line-height: 22px;

    position: absolute;
    top: 0;
    right: 24px;

    display: flex;

    height: 100%;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

header.newheader .langsnew > * + *
{
    margin-left: 12px;
}


header.newheader .langsnew a
{
    color: #bdbdbd;
}

header.newheader .langsnew a.active
{
    color: #4f96d2;
    font-weight: 700;

    text-decoration: none;
}

/* weather */
.weathernew .gsInformer{
    margin-left: 0 !important;
    width: auto !important;
    max-height: 27px !important;
    color: #fff !important;
    background: #045192 !important;
}
.weathernew .gsInformer #cityLink {
    background: #045192 !important;
    text-align: left;
}
.weathernew .gsInformer #cityLink a {
    color: #fff !important;
}
.weathernew .gsLinks,
.weathernew .tTempAirSpanImg {
    display: none !important;
}
.weathernew tbody {
    display: flex !important;
}
.weathernew a,
.weathernew .tTempAirSpan {
    font-family: 'Noto Sans', 'Arial', sans-serif !important;
    color: #fff !important;
    text-decoration: none !important;
}
.weathernew .tTempAirSpan {
    font-weight: 700;
}

@media print,
(max-width: 1599px)
{
     /*------------
        Header
    ------------*/
    header.newheader .menunew
    {
        position: relative;
        left: 0;

        margin-right: 24px;
    }


    header.newheader .menunew .mini_modalnew,
    header.newheader .menunew .mini_modalnew.active
    {
        left: -24px;

        margin-top: 11px;
    }


    header.newheader .menunew .searchnew
    {
        padding: 24px;
    }



    header.newheader .currenciesnew,
    header.newheader .currenciesnew > * + *
    {
        margin-left: 24px;
    }



    header.newheader .sepnew
    {
        height: 36px;
        margin-left: 24px;
    }



    header.newheader .weathernew,
    header.newheader .weathernew > * + *
    {
        margin-left: 24px;
    }



    header.newheader .contnew > .searchnew
    {
        position: relative;
        right: 0;

        margin-left: 40px;
    }

    header.newheader .contnew > .searchnew .btn
    {
        height: 21px;
    }



    header.newheader .langsnew
    {
        position: relative;
        right: 0;

        margin-left: 24px;
    }
}

@media print,
(max-width: 1279px)
{
    header.newheader .currenciesnew,
    header.newheader .currenciesnew + .sepnew
    {
        display: none;
    }
}

@media print,
(max-width: 1023px)
{
    header.newheader .logonew
    {
        margin-right: auto;
    }


    header.newheader .date_timenew,
    header.newheader .weathernew,
    header.newheader .sepnew
    {
        display: none;
    }
}

@media print,
(max-width: 767px)
{
    .contnew
    {
        padding: 0 20px;
    }



    /*------------
        Header
    ------------*/
    header.newheader .menunew
    {
        margin-right: 20px;
    }


    header.newheader .menunew .mini_modalnew,
    header.newheader .menunew .mini_modalnew.active
    {
        left: -20px;

        margin-top: 9px;
    }


    header.newheader .logonew,
    header.newheader .logonew a
    {
        font-size: 28px;
        line-height: 33px;
    }


    header.newheader .contnew > .searchnew
    {
        margin-left: 0;
    }
}

@media (max-width: 479px)
{
    /*------------
        Header
    ------------*/
    header.newheader .menunew
    {
        margin-right: auto;
    }


    header.newheader .logonew
    {
        margin-bottom: 12px;
    }
    header.newheader .logonew a {
        font-size: 22px;
        line-height: 26px;
    }


    header.newheader .date_timenew
    {
        position: absolute;
        right: 0;
        bottom: 4px;
        left: 0;

        display: block;

        margin: 0;

        text-align: center;
        pointer-events: none;
    }


    header.newheader .contnew > .searchnew,
    header.newheader .langsnew a.active
    {
        display: none;
    }


    header.newheader .langsnew
    {
        width: 40px;
        margin-left: 0;

        justify-content: flex-end;
    }
}


.oldheader {
    display: none !important;
}
.article_content .scroll_head.fixed {
    top: 0px;
}



/*------------
    Footer
------------*/
footer.newfooter
{
    position: relative;

    padding: 32px 0 28px;

    background: #fcfbfb;

    color: var(--text_color);
    font: var(--font_size) var(--font_family);
}

footer.newfooter:before,
footer.newfooter:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: 1280px;
    max-width: 100%;
    height: 4px;
    margin: auto;

    content: '';

    background: #2e2e2e;
}

footer.newfooter:after
{
    top: 6px;

    height: 1px;
}


footer.newfooter .cont
{
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}


footer.newfooter .col_left
{
    display: flex;

    width: calc(100% - 420px);

    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


footer.newfooter .col_right
{
    display: flex;
    flex-direction: column;

    width: 386px;
    max-width: 100%;
    margin-left: auto;
}



footer.newfooter .menunew
{
    color: #2e2e2e;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;

    display: flex;

    width: 536px;
    max-width: calc(100% + 40px);
    margin-bottom: -8px;
    margin-left: -40px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


footer.newfooter .menunew > *
{
    width: calc(50% - 40px);
    margin-bottom: 8px;
    margin-left: 40px;
}


footer.newfooter .menunew a
{
    color: currentColor;

    display: inline-block;

    transition: color .2s linear;
    vertical-align: top;
    text-decoration: none;
}

footer.newfooter .menunew a:hover,
footer.newfooter .menunew a.active
{
    color: #c00;
}



footer.newfooter .emailsnew
{
    color: #2e2e2e;
    font-size: 15px;
    line-height: 23px;

    margin-right: 140px;
}


footer.newfooter .emailsnew > *
{
    display: flex;
}

footer.newfooter .emailsnew > * + *
{
    margin-top: 19px;
}


footer.newfooter .emailsnew a
{
    color: currentColor;

    display: flex;

    transition: color .2s linear;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


footer.newfooter .emailsnew a .icon
{
    color: #828282;

    display: block;

    width: 22px;
    height: 17px;
    margin-right: 12px;

    transition: color .2s linear;
}


footer.newfooter .emailsnew a:hover,
footer.newfooter .emailsnew a:hover .icon
{
    color: #c00;
}



footer.newfooter .copyrightnew
{
    color: #828282;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;

    width: 100%;
    margin-top: 20px;
}



footer.newfooter .textnew
{
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;

    width: 100%;
    margin-top: 8px;
}



footer.newfooter .subscribenew
{
    margin-bottom: 40px;
}


footer.newfooter .subscribenew .title
{
    color: #2e2e2e;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;

    margin-bottom: 13px;
    text-transform: none;
}


footer.newfooter .subscribenew form
{
    display: flex;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}


footer.newfooter .subscribenew form
{
    color: #2e2e2e;
}

footer.newfooter .subscribenew form :-moz-placeholder
{
    color: #2e2e2e;
}

footer.newfooter .subscribenew form ::-moz-placeholder
{
    color: #2e2e2e;

    opacity: 1;
}

footer.newfooter .subscribenew form :-ms-input-placeholder
{
    color: #2e2e2e;
}


footer.newfooter .subscribenew form .input
{
    color: #2e2e2e;
    font-family: var(--font_family);
    font-size: 15px;

    display: block;

    width: calc(100% - 163px);
    height: 39px;
    padding: 0 15px;

    border: 1px solid #e0e0e0;
    border-right: none;
    border-radius: 19px 0 0 19px;
    background: #efefef;
}


footer.newfooter .subscribenew form .submit_btn
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: none;
    background: none;

    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;

    display: block;

    width: 163px;
    height: 39px;

    transition: background .2s linear;

    border-radius: 0 19px 19px 0;
    background: #0075ff;
}

footer.newfooter .subscribenew form .submit_btn:hover
{
    background: #045ec7;
}


footer.newfooter .subscribenew .agree
{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

    width: 100%;
    margin-top: 8px;
}


footer.newfooter .subscribenew .agree a
{
    color: currentColor;

    transition: color .2s linear;
}

footer.newfooter .subscribenew .agree a:hover
{
    color: #c00;
}



footer.newfooter .creatornew
{
    color: #bdbdbd;
    font-size: 9px;
    line-height: 12px;

    margin-top: auto;

    text-align: right;
    letter-spacing: .07em;
}


footer.newfooter .creatornew a
{
    color: currentColor;

    display: inline-block;

    vertical-align: top;
    text-decoration: none;
}


footer.newfooter .creatornew img
{
    display: block;

    margin-right: auto;
    margin-left: auto;
}

@media print,
(max-width: 1439px)
{
    footer.newfooter .col_left
    {
        width: calc(100% - 380px);
    }


    footer.newfooter .col_right
    {
        width: 340px;
    }


    footer.newfooter .emailsnew
    {
        margin-right: 100px;
    }


    footer.newfooter .copyrightnew
    {
        margin-top: 24px;
    }


    footer.newfooter .textnew
    {
        margin-top: 12px;
    }


    footer.newfooter .subscribenew form .input
    {
        width: calc(100% - 148px);
        height: 40px;
        padding: 0 19px;
    }

    footer.newfooter .subscribenew form .submit_btn
    {
        width: 148px;
        height: 40px;
    }
}

@media print,
(max-width: 1279px)
{
    footer.newfooter
    {
        padding: 40px 0;
    }


    footer.newfooter .col_left
    {
        width: 100%;
        margin-bottom: 40px;
    }


    footer.newfooter .col_right
    {
        display: flex;
        flex-direction: row;

        width: 100%;

        justify-content: space-between;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap;
    }


    footer.newfooter .subscribenew
    {
        width: calc(100% - 200px);
        margin: 0;
    }
}

@media print,
(max-width: 1023px)
{
    footer.newfooter .emailsnew
    {
        margin-right: 0;
    }
}

@media print,
(max-width: 767px)
{
    footer.newfooter
    {
        padding-bottom: 24px;
    }


    footer.newfooter .emailsnew
    {
        width: 100%;
        margin-top: 28px;
    }

    footer.newfooter .emailsnew > * + *
    {
        margin-top: 12px;
    }


    footer.newfooter .subscribenew
    {
        width: 100%;
    }


    footer.newfooter .creatornew
    {
        margin-top: 28px;
        margin-left: auto;
    }
}

@media (max-width: 479px)
{
    footer.newfooter .menunew
    {
        width: 50%;
        margin-left: 0;
    }

    footer.newfooter .menunew > *
    {
        width: 100%;
        margin-left: 0;
    }


    footer.newfooter .emailsnew
    {
        font-size: 13px;
        line-height: 21px;

        width: 50%;
        margin-top: 0;
    }

    footer.newfooter .emailsnew a .icon
    {
        width: 20px;
        height: 16px;
        margin-right: 8px;
    }



    footer.newfooter .subscribenew .title
    {
        font-size: 18px;
        line-height: 22px;

        margin-bottom: 16px;
    }


    footer.newfooter .subscribenew form .input
    {
        width: calc(100% - 140px);
    }

    footer.newfooter .subscribenew form .submit_btn
    {
        font-size: 14px;
        line-height: 22px;

        width: 140px;
    }

    footer.newfooter .creatornew
    {
        margin-right: auto;
    }
}