.container .navigation {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 11.9626px;
    line-height: 14px;
    color: #C8CBCC;
    margin: 15px 0px;
}

.big-new {
    height: 557px;
    margin-top: 80px;
    background: url(../Images/pic.png);
    background-size: 100% 100%;
}

.wrapp {
    display: flex;
    margin-top: 60px;
}

    .wrapp.atPage {
        margin-top: 0px;
    }

.backgroundd {
    height: 557px;
    margin-top: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
    border-radius: 0px 0px 8px 8px;
    z-index: 5;
}


.big-info {
    padding: 30px;
    position: relative;
    top: 370px;
}

.tag {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.heading {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.date-big {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.main {
    padding-top: 55px;
    width: 100%;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

    .main .container {
        width: 96%;
        padding: 0;
        background: transparent;
    }

        .main .container .card {
            background: transparent;
        }

            .main .container .card.tag {
                width: 33%;
                display: flex;
                justify-content: flex-end;
            }

            .main .container .card.news {
                display: block;
                width: 67%
            }

            .main .container .card .title h1 {
                font-family: Ubuntu-bold;
                font-style: normal;
                font-size: 24px;
                line-height: 28px;
                color: #2C3537;
            }

            .main .container .card .new {
                background: #FFFFFF;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
                border-radius: 8px;
                margin-top: 50px;
                margin: 20px 20px 20px 0px;
                padding: 20px;
                pointer-events: none;
            }



                .main .container .card .new .head {
                    display: flow-root;
                    margin-bottom: 20px;
                }

                    .main .container .card .new .head .title-new {
                        font-family: Ubuntu;
                        font-style: normal;
                        font-weight: normal;
                        font-size: 16px;
                        line-height: 18px;
                        color: #99A0A2;
                    }

            .main .container .card .head .date {
                font-family: Ubuntu;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #878A8A;
                float: right;
                margin-top: -19px;
            }

            .main .container .card .new .new-body {
                display: flex;
            }

                .main .container .card .new .new-body .picture {
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    display: flex;
                }

                .main .container .card .new .new-body .descript .tit {
                    font-family: Ubuntu-bold;
                    font-style: normal;
                    font-size: 18px;
                    line-height: 21px;
                    color: #2C3537;
                }

                .main .container .card .new .new-body .descript .description {
                    font-family: Ubuntu;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 18px;
                    color: #2C3537;
                    overflow: hidden;
                    max-height: 3.475em;
                }


            .main .container .card .subscribe {
                background: #2C3537;
                box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
                border-radius: 8px;
                width: 386px;
                height: 156px;
                margin-top: 48px;
            }

                .main .container .card .subscribe .input {
                    padding: 0px 27px;
                }

                .main .container .card .subscribe .info {
                    padding: 30px 0px 15px 47px;
                }

                .main .container .card .subscribe .text {
                    font-family: Ubuntu;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 18px;
                    color: #FFFFFF;
                }

                .main .container .card .subscribe input[type=text] {
                    background: #FFFFFF;
                    border-radius: 30px;
                    width: 334.32px;
                    height: 48px;
                    -webkit-appearance: none;
                    border: none;
                    padding-left: 25px;
                }

            .main .container .card .tags {
                width: 386px;
                height: 127px;
                border-left: 1px solid #99A0A1;
                margin-top: 50px;
                margin-bottom: 90px;
            }

#tag-id {
    padding-left: 30px;
}

::-webkit-input-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

:-moz-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

::-moz-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

#readmore {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #008F91;
}

.main .container .card .subscribe .input input[type=submit] {
    background: url(/Images/send_button.svg) no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    border: none;
    position: relative;
    right: -18.1rem;
    top: -2.6rem;
    cursor: pointer;
    z-index: 9;
}

#load {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #878A8A;
    margin-bottom: 15px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


.mini-header {
    width: 100vw;
    height: 46px;
    top: 75px;
    left: 50%;
    position: sticky;
    background: #ffffff;
    z-index: 5;
}

.mini-nav {
    padding: 10px 12px;
    display: flex;
}

.btnna {
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 15px;
    color: #2C3537;
    background: transparent;
    border: none;
    width: max-content;
    padding: 0px 13px;
}

.selectedb {
    height: 28px;
    width: max-content;
    background: #2c3537;
    border-radius: 24px;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    padding: 0px 13px;
}

.search {
    margin-left: auto;
}

    .search input {
        width: 189px;
        height: 29px;
        border: none;
        background: #F1F1F1;
        border-radius: 20px;
    }

.search-submit {
    height: 26px;
    width: 26px;
    position: relative;
    top: -1px;
    right: 36px;
    background: transparent;
    cursor: pointer;
    border: none;
}

    .search-submit:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #2C3537;
        font-size: 16px;
        font-weight: 100;
    }

.container .navigation {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 11.9626px;
    line-height: 14px;
    color: #C8CBCC;
    margin: 15px 0px;
}

.big-new {
    height: 557px;
    margin-top: 80px;
    background: url(../Images/pic.png);
    background-size: 100% 100%;
}


.backgroundd {
    height: 557px;
    margin-top: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000000 100%);
    border-radius: 0px 0px 8px 8px;
    z-index: 5;
}


.big-info {
    padding: 30px;
    position: relative;
    top: 370px;
}

.tag {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.heading {
    font-family: Ubuntu-bold;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.date-big {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.description.main_page {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.main {
    padding-top: 55px;
    width: 100%;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

    .main .container {
        width: 96%;
        padding: 0;
        background: transparent;
    }

        .main .container .card {
            background: transparent;
        }

            .main .container .card.tag {
                width: 33%;
                display: flex;
                justify-content: flex-end;
                display: none;
            }

            .main .container .card.news {
                display: block;
                width: 100%;
            }

            .main .container .card .title {
                font-family: Ubuntu-bold;
                font-style: normal;
                font-size: 24px;
                line-height: 28px;
                color: #2C3537;
            }

            .main .container .card .new {
                background: #FFFFFF;
                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
                border-radius: 8px;
                margin-top: 50px;
                margin: 20px 20px 20px 0px;
                padding: 30px;
            }



                .main .container .card .new .head {
                    display: flow-root;
                    margin-bottom: 20px;
                }

                    .main .container .card .new .head .title-new {
                        font-family: Ubuntu;
                        font-style: normal;
                        font-weight: normal;
                        font-size: 16px;
                        line-height: 18px;
                        color: #99A0A1;
                    }

            .main .container .card .head .date {
                font-family: Ubuntu;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                color: #878A8A;
                float: right;
                margin-top: -19px;
            }

            .main .container .card .new .new-body {
                display: flex;
            }

                .main .container .card .new .new-body .picture {
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    display: flex;
                }

                .main .container .card .new .new-body .descript .tit {
                    font-family: Ubuntu-bold;
                    font-style: normal;
                    font-size: 18px;
                    line-height: 21px;
                    color: #2C3537;
                }

                .main .container .card .new .new-body .descript .description {
                    font-family: Ubuntu;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 18px;
                    color: #2C3537;
                    overflow: hidden;
                    max-height: 3.475em;
                }


            .main .container .card .subscribe {
                background: #2C3537;
                box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
                border-radius: 8px;
                width: 386px;
                height: 156px;
                margin-top: 48px;
            }

                .main .container .card .subscribe .input {
                    padding: 0px 27px;
                }

                .main .container .card .subscribe .info {
                    padding: 30px 0px 15px 47px;
                }

                .main .container .card .subscribe .text {
                    font-family: Ubuntu;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 18px;
                    color: #FFFFFF;
                }

                .main .container .card .subscribe input[type=text] {
                    background: #FFFFFF;
                    border-radius: 30px;
                    width: 334.32px;
                    height: 48px;
                    -webkit-appearance: none;
                    border: none;
                    padding-left: 25px;
                }

            .main .container .card .tags {
                width: 386px;
                height: 127px;
                border-left: 1px solid #99A0A1;
                margin-top: 50px;
                margin-bottom: 90px;
            }

#tag-id {
    padding-left: 30px;
}

::-webkit-input-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

:-moz-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

::-moz-placeholder {
    font-family: Ubuntu;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #99A0A2;
    padding-left: 7px;
}

#readmore {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #008F91;
}

.main .container .card .subscribe .input input[type=submit] {
    background: url(/Images/send_button.svg) no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    border: none;
    position: relative;
    right: -18.1rem;
    top: -2.6rem;
    cursor: pointer;
    z-index: 1;
}

#load {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #878A8A;
    margin-bottom: 15px;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


.mini-header {
    width: 100vw;
    height: 46px;
    top: 74px;
    left: 50%;
    position: sticky;
    background: #ffffff;
    z-index: 5;
}

.mini-nav {
    padding: 10px 12px;
    display: flex;
}

.btnna {
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 15px;
    color: #2C3537;
    background: transparent;
    border: none;
    width: max-content;
    padding: 0px 13px;
}

.selectedb {
    height: 28px;
    width: max-content;
    background: #2c3537;
    border-radius: 24px;
    color: #FFFFFF;
    border: none;
    font-size: 14px;
    padding: 0px 13px;
}

.object-code {
    font-size: 14px;
    border-radius: 24px;
    width: 145px;
    height: 26px;
    color: white;
    background-color: #008F91;
    text-align: -webkit-center;
    height: max-content;
    padding: 3px 0px;
}

    .object-code:hover {
        background-color: #004645;
        color: white;
    }

.tit {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}

div.description.desc_text {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2C3537 !important;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.search {
    margin-left: auto;
}

    .search input {
        width: 189px;
        height: 29px;
        border: none;
        background: #F1F1F1;
        border-radius: 20px;
    }

.search-submit {
    height: 26px;
    width: 26px;
    position: relative;
    top: -1px;
    right: 36px;
    background: transparent;
    cursor: pointer;
    border: none;
}

    .search-submit:before {
        content: "\f002";
        font-family: FontAwesome;
        color: #2C3537;
        font-size: 16px;
        font-weight: 100;
    }

.pageMobile {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.new .more, .new .object-code a {
    pointer-events: auto;
}

.new {
    position: relative;
}

    .new .overlay {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .new .new-body {
        position: relative;
        pointer-events: none;
        z-index: 1;
    }

        .new .new-body .descript {
            position: relative;
            pointer-events: none;
            z-index: 1;
        }

            .new .new-body .descript .more {
                pointer-events: all;
            }

.Page {
    padding: 40px 50px;
    background: white;
}

.image_news {
    height: 160px;
    object-fit: cover;
    width: 220px;
}

@media(max-width:1200px) {
    .image_news {
        height: 130px;
        width: 170px;
    }

    .Page {
        padding: 0px;
    }

    .search-submit.mobileV {
        height: 26px;
        width: 26px;
        position: relative;
        top: -29px;
        right: -346px;
    }

    .searchText {
        width: 100%;
    }

    .search {
        width: 100%;
        margin: 0;
        height: 30px;
    }

    .backgroundd {
        height: 100% !important;
    }

    .big-new {
        height: 100% !important;
    }

    form.subscribe {
        width: 100% !important;
    }

    .toMobile {
        display: none;
    }

    .wrapp {
        flex-direction: column;
        width: 100% !important;
        padding: 21px;
    }

    .card.news {
        width: 100% !important;
    }

    .container {
        margin: 0px !important;
        width: 100% !important;
    }

    .main .container .card .new {
        margin-right: 0px !important;
        pointer-events: all !important;
    }

    .big-info {
        top: 0 !important;
    }

    .card.tag {
        width: 100% !important;
    }

    .main .container .card .subscribe input[type=text] {
        width: 100% !important;
    }

    .main .container .card .subscribe .input input[type=submit] {
        top: -42px;
        z-index: 1;
    }

    .descript {
        width: auto;
    }

    .main .container .card .new .new-body {
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-columns: 54% 46%;
        grid-template-columns: 60% 40%;
    }

        .main .container .card .new .new-body .descript .tit {
            font-size: 13px;
            overflow: hidden;
        }

    .mini-nav {
        padding: 10px 20px;
        display: flex;
        top: 67px;
        flex-direction: column;
        gap: 10px;
    }

    .new_ads_div {
        display: flex;
        width: 100%;
        justify-content: space-between;
        background: rgba(118, 118, 128, 0.12);
        border-radius: 8px;
        height: 30px;
        padding: 0px 0px;
    }

    .mobileBtn {
        width: 48%;
    }

    div#sub-frame-error {
        width: 0% !important;
        height: 0% !important;
    }

    .wrapp {
        margin-top: 0px !important;
    }

    .mini-header {
        width: 100vw !important;
        height: 60px !important;
        top: 56px !important;
        left: 50% !important;
        position: sticky;
        background: #ffffff;
        z-index: 5;
    }

    .page.mini-header {
        display: none;
    }

    .pageMobile.back {
        display: flex;
        gap: 10px;
        color: #878A8A;
        padding-top: 74px;
        padding-left: 20px;
        background: white;
    }

    .back.main {
        padding-top: 0px;
        background: white;
    }

    .search input {
        width: 100%;
    }

    .search-submit {
        top: -29px;
        right: -340px;
    }

    .activeRadio {
        background: #FFFFFF;
        border: 0.5px solid rgba(0, 0, 0, 0.04);
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04);
        border-radius: 6px;
        color: black;
    }

    .mobileTop {
        padding-top: 90px;
    }

    .more {
        display: none;
    }

    .main .container .card .new .new-body.noImg {
        width: 100%;
        display: flex;
    }
}

.more {
    color: #008F91;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-decoration: underline !important;
}

@media(max-width:375px) {
    .main .container .card .subscribe .input input[type=submit] {
        top: -42px;
        z-index: 1;
        margin-left: -19px;
    }

    .mini-nav {
        padding: 10px 12px;
        display: flex;
        flex-direction: column;
        top: 67px;
    }
}

@media(max-width:360px) {
    .main .container .card .subscribe .input input[type=submit] {
        top: -42px;
        z-index: 1;
        margin-left: -31px;
    }

    .mini-nav {
        padding: 10px 12px;
        display: flex;
        flex-direction: column;
        top: 67px;
    }
}
