@charset "UTF-8"; :root {
    --vt-c-white: #eeeeee;
    --vt-c-white-soft: #f8f8f8;
    --vt-c-white-mute: #f2f2f2;
    --vt-c-black: #181818;
    --button-black: #212630;
    --vt-c-black-soft: #222222;
    --vt-c-black-mute: #282828;
    --grey-text: #788191;
    --dark-grey: #606876;
    --vt-c-indigo: #2c3e50;
    --vt-c-divider-light-1: rgba(60, 60, 60, .29);
    --vt-c-divider-light-2: rgba(60, 60, 60, .12);
    --vt-c-divider-dark-1: rgba(84, 84, 84, .65);
    --vt-c-divider-dark-2: rgba(84, 84, 84, .48);
    --vt-c-text-light-1: var(--vt-c-indigo);
    --vt-c-text-light-2: rgba(60, 60, 60, .66);
    --vt-c-text-dark-1: var(--vt-c-white);
    --vt-c-text-dark-2: rgba(235, 235, 235, .64)
}

:root {
    --color-background: var(--vt-c-white);
    --color-background-soft: var(--vt-c-white-soft);
    --color-background-mute: var(--vt-c-white-mute);
    --color-border: var(--vt-c-divider-light-2);
    --color-border-hover: var(--vt-c-divider-light-1);
    --color-heading: var(--vt-c-text-light-1);
    --color-text: var(--vt-c-text-light-1);
    --section-gap: 160px
}

*,*:before,*:after {
    box-sizing: border-box;
    margin: 0;
    font-weight: 400;
}

.sidebar_mob {
    display: none !important;
}

.single-content-share1-mob {
    display: none ;
}

.block-mail a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137.9%;
    /* identical to box height, or 22px */
    text-align: justify;
    color: #343434;
}

.single-content h3 {
    margin-bottom: 10px;
}

.single-content h4 {
    margin-bottom: 10px;
}

.mob_menu-white {
    background-color: #fff;
    /* width: 100%; */
    padding-left: 0px;
    height: 65px;
    padding-right: 33px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content.content-mob {
    display: none;
}

.block-mail {
    display: flex;
    /* align-items: center; */
}

.block-mail-img {
    margin-right: 10px;
}

.blocks-mail-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 12px;
}

.blocks-mail {
    display: flex;
    border: 2px solid rgba(52, 52, 52, 0.1);
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 19px;
    justify-content: space-around;
}

.news_blocks-mail {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 74px;
    margin-bottom: 87px;
}

.sidebar1-cat-name.active {
    font-weight: bold;
    /* color: #ff6600; */
    /* Цвет выделения */
    background-color: #FFFFFF;
}

/* Стили для индикатора загрузки */
#loading-indicator-all, #loading-indicator-category {
    text-align: center;
    margin: 20px 0;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

/* Анимация вращения */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body {
    background-color: #F2F2F2;
}

@media (min-width: 1680px) {
    .container {
        max-width: 1460px;
        padding: 0;
        margin: 0 auto;
    }
}

.container {
    max-width: 1320px;
    max-width: 1460px;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
}

.header_menu {
    max-width: 1320px;
    max-width: 1460px;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    max-width: 1367px;
}

.container_menu {
    background-color: #fff;
    border-radius: 20px;
    height: 66px;
}

.container_menu {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 19px;
}

a, .green {
    text-decoration: none;
    color: #212630;
    transition: .4s;
}

.logo {
    margin-left: 54px;
}

.logo {
    width: 127.799px;
    height: 41.287px;
}

.logo img {
    width: 100%;
    height: auto;
}

nav.desktop {
    margin-right: auto;
    margin-left: 102px;
}

nav {
    display: inline-block;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ol, ul {
    box-sizing: border-box;
}

nav ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* display: flex; */
    /* align-items: center; */
    color: #141414;
}

nav ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    /* display: flex; */
    /* align-items: center; */
    color: #141414;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

li {
    /* cursor: pointer; */
}

.dropdown {
    position: relative;
    display: flex;
}

ul.dropdown_ul {
    display: none;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.dropdown_ul li {
    padding: 9px 3px;
    width: 100%;
    margin-right: 0;
    /* text-align: center; */
    /* border-bottom: 1px solid #333; */
}

.dropdown_ul a {
    padding: 14px;
    width: 100%;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Open Sans";
    font-size: 16px !important;
    color: rgb(96, 104, 118) !important;
    padding: 8px;
    font-size: 18px !important;
    text-align: left;
    padding-left: 0;
}

nav ul li a:hover {
    color: #4226EE;
}

nav.desktop {
    margin-right: auto;
    margin-left: 102px;
}

.logo {
    margin-left: 54px;
}

.main__mob-btn a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Links */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;
    /* White */
    color: #FFFFFF;
}

.main__mob-btn {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.main_mob {
    /* padding: 0; */
    /* display: none; */
}

img.logo__mob-menu.mob_menu-icon-close {
    display: none;
}

@media (min-width: 767px) {
    .logo__mob-menu {
        display: none !important;
    }
}

ul.dropdown_ul {
    display: none;
}

.dropdown:hover > .dropdown_ul {
    width: 223px;
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 6;
    top: 22px;
    background-color: #fff;
    /* padding: 21px; */
    border-radius: 10px;
    left: -40px;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 10px;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
}

.dropdown_ul a {
    padding: 14px;
    width: 100%;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Open Sans";
    font-size: 16px !important;
    color: rgb(96, 104, 118) !important;
    padding: 8px;
    font-size: 18px !important;
    text-align: left;
    padding-left: 0;
}

.dropdown_ul li {
    padding: 9px 3px;
    width: 100%;
    margin-right: 0;
    /* text-align: center; */
    /* border-bottom: 1px solid #333; */
}

body {
    min-height: 100vh;
    color: var(--color-text);
    background: var(--color-background);
    transition: color .5s,background-color .5s;
    line-height: 1.6;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F7F7F7;
}

.modal-content {
    display: none;
    z-index: 77;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    background-color: rgb(254, 254, 254);
    width: 100%;
    height: 100%;
    /* position: absolute; */
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(136, 136, 136);
    border-image: initial;
    border-radius: 10px;
    /* display: inline-block; */
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.mobile {
    display: -webkit-inline-box;
    padding: 30px 0;
    width: 100%;
    /* overflow-y: scroll; */
    height: 100%;
}

.mobile ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
}

.logo__mob-menu {
    display: none;
    cursor: pointer;
    margin-top: 21px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    .logo__mob-menu {
        /* display: flex; */
    }
}

.sidebar {
    display: inline-block;
    /* width: 100%; */
}

.sidebar1 {
    min-width: 242px;
    top: 104px;
}

.sidebar16 {
    min-width: 323px;
    top: 104px;
    position: fixed;
    /* max-width: 243px; */
}

.sidebar1-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    width: 242px;
    height: 63px;
    background: #272727;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.sidebar1-name2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    width: 242px;
    height: 39px;
    background: #272727;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 93px;
}

.sidebar1-cat-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #343434;
    padding-top: 9px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 100%;
    padding-bottom: 10px;
    /* background: #E2E2E2; */
    border-radius: 10px;
    margin-bottom: 3px;
}

section.main.about_main {
    padding-left: 0;
    margin-left: 306px;
}

.sidebar1-cat-name span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #4226EE;
    padding-right: 1px;
    margin-right: 6px;
}

.sidebar2 {
    width: 242px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* width: 100%; */
    min-width: 242px;
    /* padding: 18px; */
    /* background-color: #fff; */
    /* border-radius: 18px; */
}

.sidebar2-name {
    width: 148px;
    height: 39px;
    background: #272727;
    border-radius: 15px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

span.cat-name_wrep {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343434;
    padding: 0 11px;
}

.sidebar2-cat {
}

.sidebar2-cat-name {
    border-bottom: 2px solid #DBDBDB;
    padding-bottom: 19px;
    padding-top: 21px;
}

.sidebar2-cat-name:last-child {
    border-bottom: 0px solid #DBDBDB;
}

.sidebar2-cat-title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #343434;
    margin-bottom: 7px;
}

.sidebar2-cat-desc {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(52, 52, 52, 0.7);
}

main {
    display: flex;
    flex-direction: row;
    max-width: 1320px;
    max-width: 1460px;
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 1367px;
}

section.main {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.sidebar3-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    background: linear-gradient(114.73deg, #1713DD 32.09%, #35DFEA 118.88%);
    border-radius: 10px;
    display: flex;
    height: 45px;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
}

.sidebar3-name svg {
}

.sidebar1-cat-name5 {
    padding-right: 17px;
    padding-left: 30px;
}

span.about_span {
    /* Місія команди */
    /* width: 153px; */
    /* height: 21px; */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    /* Inside auto layout */
    /* order: 1; */
    /* flex-grow: 0; */
    display: flex;
    /* max-width: 156px; */
    /* width: 100%; */
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 240px;
}

.about_span span {
    /* Місія команди */
    /* width: 153px; */
    height: 21px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
    /* Inside auto layout */
    /* flex: none; */
    /* order: 1; */
    /* flex-grow: 0; */
    display: inline-block;
}

.main__title {
    width: 100%;
    height: 107px;
    background: linear-gradient(148.29deg, #AE26EE 19.09%, #35DFEA 107.74%);
    border-radius: 20px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 30.1516px;
    line-height: 35px;
    /* identical to box height */
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar_wrep {
    padding: 18px;
    background-color: #fff;
    border-radius: 18px;
    margin-bottom: 20px;
    padding-top: 12px;
}

.sidebar_wrep33 {
    padding: 18px;
    background-color: #fff;
    border-radius: 18px;
    margin-bottom: 20px;
    padding-top: 12px;
    /* max-width: 460px; */
    width: 460px;
    padding-right: 24px;
    padding-bottom: 0;
}

.news_block-wrep {
}

.news_block {
    display: flex;
    flex-direction: row;
    margin-bottom: 28px;
    padding-right: 24px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding-top: 23px;
    padding-left: 33px;
    padding-bottom: 13px;
    border: 2px solid rgba(52, 52, 52, 0.1);
    border-radius: 20px;
    /* position: relative; */
    padding-bottom: 22px;
}

.news_block-text {
    padding-right: 40px;
}

.title {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #343434;
    /* margin-bottom: 11px !important; */
}

.content {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: rgba(52, 52, 52, 0.7);
    margin-bottom: 14px;
    margin-top: 10px;
}

.news_block-img {
    background-repeat: no-repeat;
    min-width: 250px;
    /* width: 100%; */
    background-size: cover;
    min-height: 191px;
    height: 100%;
    position: relative;
    /* margin-left: 20px; */
    border-radius: 20px;
    margin-left: auto;
}

.date {
    position: absolute;
    right: 9px;
    top: 7px;
    background-color: #fff;
    border-radius: 7px;
    padding: 3px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: rgba(52, 52, 52, 0.7);
    width: 85px;
    height: 24px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.time {
    /* Rectangle 12 */
    position: absolute;
    width: 73px;
    height: 24px;
    background: #010101;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    bottom: 8px;
    right: 88px;
}

.wh {
    position: absolute;
    width: 73px;
    height: 24px;
    background: #010101;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
    right: 9px;
}

.date1 {
    background-color: #fff;
    border-radius: 7px;
    padding: 3px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: rgba(52, 52, 52, 0.7);
    width: 85px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid rgba(52, 52, 52, 0.4);
    border-radius: 10px;
    margin-right: 10px;
}

.time1 {
    background: #010101;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    bottom: 8px;
    right: 88px;
    width: 73px;
    height: 28px;
    margin-right: 10px;
}

.wh1 {
    background: #010101;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
    right: 9px;
    width: 73px;
    height: 28px;
    margin-right: 10px;
}

.sidebar1-cat {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
}

.sidebar1-cat2 {
    display: flex;
    flex-direction: column;
    margin-top: 18px;
    /* padding-right: 39px; */
}

.link svg {
    margin-left: 7px;
}

a.link {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #010101;
}

.time svg {
    margin-right: 5px;
}

.wh svg {
    margin-right: 5px;
}
@media (min-width: 768px) {
    .news_f {
        background-image: url(../images/Group21.png);
        width: 54px;
        height: 54px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: -9px;
        left: -12px;
    }
}

@media (max-width: 767px) {
    .news_f {
        display: none;
    }
}

a.sidebar1-cat-name.active {
    /* background-color: #E2E2E2; */
}

a.sidebar1-cat-name:hover {
    background-color: #E2E2E2;
}

a.sidebar1-cat-name5:hover {
    background-color: #fff;
}

.main__header {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 41px;
    color: #343434;
    margin-bottom: 23px;
}

.main__header span {
    color: #4226EE;
}

.title1 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 126.9%;
    /* or 46px */
    color: #343434;
}

.desc-single {
    display: flex;
    margin-bottom: 19px;
    padding-left: 75px;
    padding-right: 63px;
}

.categ {
    min-width: 73px;
    height: 28px;
    background: linear-gradient(302.53deg, #35DFEA -9.55%, #1713DD 49.64%);
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-right: 10px;
}

.title-single {
    margin-bottom: 24px;
    padding-left: 63px;
    padding-right: 63px;
    padding-top: 29px;
}

.single-content p {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137.9%;
    /* or 22px */
    text-align: justify;
    text-indent: 35px;
    color: #343434;
    margin-bottom: 6px;
}

.link1 svg {
    margin-left: 7px;
}

.time1 svg {
    margin-right: 5px;
}

.wh1 svg {
    margin-right: 5px;
}

.single-content-share {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: rgba(52, 52, 52, 0.7);
    width: 123px;
    height: 29px;
    border: 1px solid rgba(52, 52, 52, 0.4);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    position: relative;
    height: 29px;
    cursor: pointer;
}

.single-content-share1 {
    margin-left: auto;
    /* margin-top: -5px; */
    cursor: pointer;
    position: relative;
}

.single-content-share2 {
}

.single-content-share svg {
    margin-right: 9px;
    width: 18px;
}

.single-content-share_link {
    width: 156px;
    height: 43px;
    background: #343434;
    border-radius: 10px;
    /* На головну */
    width: 65px;
    height: 14px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #FFFFFF;
    width: 143px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    height: 28px;
}

.single-content-share_link3 {
    width: 156px;
    height: 43px;
    background: #343434;
    border-radius: 10px;
    /* На головну */
    width: 65px;
    height: 14px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #FFFFFF;
    width: 156px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    margin: 0 auto;
    margin-top: 39px;
}

.single-content-share_link svg {
    margin-right: 10px;
    width: 36px;
}

.single-content-share_link3 svg {
    margin-right: 11px;
}

.single-content p img {
    text-indent: 0;
    margin-left: -35px;
}

.header-single {
    padding-bottom: 13px;
    border-bottom: 2px solid rgba(52, 52, 52, 0.1);
    margin-bottom: 38px;
}

.main__wrep-news {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 78px;
}

.single-content {
    padding-left: 63px;
    padding-right: 63px;
}

.single-content-bot {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -10px; */
    padding-bottom: 32px;
    margin-top: 34px;
}

.about_content {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 137.9%;
    /* or 22px */
    text-align: justify;
    text-indent: 35px;
    color: #343434;
    /* Rectangle 10 */
    box-sizing: border-box;
    border: 2px solid rgba(52, 52, 52, 0.1);
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 23px;
    padding-bottom: 11px;
    margin-top: 11px;
}

.about_content p {
    margin-bottom: 31px;
}

.about_name {
    /* Наша ціль */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #000000;
}

.about_content p:last-child {
    margin-bottom: 11px;
}

.about_block {
    margin-bottom: 36px;
    margin-top: 16px;
}

.main__header2 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    /* identical to box height */
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #343434;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgba(52, 52, 52, 0.1);
    padding-bottom: 27px;
    margin-bottom: 36px;
    padding-top: 48px;
}

.main__header2 span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 35px;
    /* identical to box height */
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #4226EE;
    margin-left: 8px;
}

.main__wrep4 {
    background: #FFFFFF;
    border-radius: 20px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.news_block-wrep3 {
    padding-left: 24px;
    padding-right: 24px;
}

.themes-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 71px;
}

.themes-name {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 30.1516px;
    line-height: 35px;
    /* identical to box height */
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 534px;
    height: 77px;
    background: #272727;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.themes-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 835px;
}

.sidebar1-cat-name3 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #343434;
    padding-top: 9px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 100%;
    padding-bottom: 10px;
    /* background: #E2E2E2; */
    border-radius: 10px;
    margin-bottom: 3px;
    /* width: 178px; */
    height: 45px;
    background: #FFFFFF;
    border-radius: 15px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #343434;
    display: flex;
    min-width: 178px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 11px 18px 0;
    flex-direction: row;
    justify-content: center;
    width: auto;
    margin-bottom: 19px;
}

.sidebar1-cat-name3 span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #4226EE;
    padding-right: 1px;
    margin-right: 6px;
}

body {
    position: sticky;
}

.header_menu {
    /* position: fixed; */
    /* width: 100%; */
    /* margin: 0 auto; */
}

main.main {
    /* position: fixed; */
    /* top: 116px; */
    /* margin-top: 7px; */
    /* position: relative; */
}

.container_menu0 {
    position: fixed;
    width: 100%;
    max-width: 1367px;
    height: 104px;
    z-index: 9;
    background-color: #f7f7f7;
}

.sidebar {
    /* position: fixed; */
}

.sidebar1 {
    position: fixed;
}

.sidebar2 {
    /* right: 0; */
    top: 126px;
    /* left: 1696px; */
    /* position: fixed; */
}

section.main {
    /* margin-right: 300px; */
    margin-left: 260px;
}

.sidebar5 {
    position: fixed;
    top: 106px;
    min-width: 242px;
    width: 242px;
}

.sidebar3-name {
    /* position: fixed; */
    /* top: 381px; */
    /* width: 307px; */
}

.main__wrep4 {
    /* margin-top: 96px; */
    /* overflow: hidden; */
}

.main__wrep {
    /* position: fixed; */
    /* overflow: hidden; */
    margin-top: 93px;
}

section.main {
    margin-top: 11px;
    overflow: hidden;
}

.header_menu {
    background-color: #f7f7f7;
    /* height: 125px; */
    /* z-index: 9; */
    /* background-color: #973f3f; */
}

.themes_wrep {
    margin-top: 71px;
}

nav ul li.selected a {
    color: #4226EE;
}

nav ul li a {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
}

.link_66 {
    padding: 20px;
    /* position: relative; */
    padding-top: 19px;
    margin-bottom: 16px;
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    order: 3;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 17px;
    background-size: cover;
    /* overflow: hidden; */
}

.link_66:nth-child(1) {
    order: 1;
}

.link_66:nth-child(2) {
    order: 2;
}

.link_66:nth-child(3) {
    order: 4;
    width: 288px;
    height: 291px;
    /* background: linear-gradient(193.98deg, rgba(0, 0, 0, 0) 9.97%, rgba(0, 0, 0, 0.96) 77.99%), url(image.png); */
    border-radius: 20px;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    max-width: 288px;
    width: 35%;
    display: none !important;
}

.link_66:nth-child(3) .link_6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.link_66:nth-child(4) {
    order: 5;
    width: 32%;
    /* max-height: 101px; */
}

.link_66:nth-child(4) .news_span span {
    /* width: 85px; */
    height: 24px;
    min-width: 85px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #272727;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    padding: 0 8px;
}

.link_66:nth-child(4) .head_span {
    color: #fff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    max-height: 73px;
    overflow: hidden;
    display: inline-block;
}

.link_66:nth-child(5) {
    order: 6;
    width: 32%;
    max-height: 157px;
}

.link_66:nth-child(5) .news_span span {
    /* width: 85px; */
    height: 24px;
    /* width: 85px; */
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #ffffff;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    background-color: #fff;
    /* Group 10 */
    /* width: 110px; */
    height: 24px;
    background: linear-gradient(302.53deg, #EAB735 -9.55%, #C113DD 49.64%);
    border-radius: 10px;
    min-width: 85px;
    padding: 0 8px;
}

.link_66:nth-child(5) .head_span {
    color: #fff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    max-height: 73px;
    overflow: hidden;
    display: inline-block;
}

.link_66:nth-child(6) {
    order: 7;
    width: 32%;
    border-radius: 17px;
    max-height: 157px;
}

.link_66:nth-child(6) .news_span span {
    /* width: 85px; */
    height: 24px;
    /* width: 85px; */
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #272727;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    padding: 0 8px;
    min-width: 85px;
}

.link_66:nth-child(6) .head_span {
    color: #fff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    max-height: 73px;
    overflow: hidden;
    /* padding-bottom: 54px; */
    /* margin-bottom: 29px; */
    display: inline-block;
}



.link_66:nth-child(6) .head_span {
    background-color: #ffffff9e;
    border-radius: 10px;
    padding: 4px;
    color: #000;
}



.link_66:nth-child(5) .head_span {
    background-color: #ffffff9e;
    border-radius: 10px;
    padding: 4px;
    color: #000;
}



.link_66:nth-child(4) .head_span {
    background-color: #ffffff9e;
    border-radius: 10px;
    padding: 4px;
    color: #000;
}



a.link_6 {
    /* padding: 20px; */
    position: relative;
    /* padding-top: 74px; */
    /* margin-top: 71px; */
    position: relative;
}

.link_66:nth-child(1) {
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 10px;
}

.link_6:nth-child(2) {
}

.link_6:nth-child(3) {
}

.link_66:nth-child(1) {
}

.link_66:nth-child(1) {
    width: 34%;
    background-image: none !important;
}

.link_66:nth-child(2) {
    background-color: #272727;
    /* padding: 20px; */
    border-radius: 10px;
    color: #fff;
    width: 64%;
    padding-top: 19px;
    background-image: none !important;
}

.link_66:nth-child(2) a {
    color: #fff;
    padding-top: 92px;
}

.link_66:nth-child(1) .news_span span {
    /* width: 85px; */
    height: 24px;
    min-width: 85px;
    height: 24px;
    background: linear-gradient(302.53deg, #35DFEA -9.55%, #1713DD 49.64%);
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #FFFFFF;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.link_66:nth-child(2) .news_span span {
    /* width: 85px; */
    height: 24px;
    min-width: 85px;
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #272727;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    padding: 0 8px;
}

.link_66:nth-child(3) .news_span span {
    min-width: 85px;
    height: 24px;
    /* width: 85px; */
    height: 24px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    text-align: justify;
    color: #272727;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    padding: 0 8px;
    min-width: 85px;
}

.link_66:nth-child(3) .head_span {
    color: #fff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.main__home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 104px;
}

.rekm-name {
    /* Ми шукаємо в команду: */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 11px;
}

.rekm-block {
    height: 39px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* Rectangle 5 */
    box-sizing: border-box;
    border: 2px solid #343434;
    border-radius: 11px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 11px;
    cursor: pointer;
}

.rekm-blocks {
    display: flex;
    flex-wrap: wrap;
}

.main__home-rekm {
    width: 520px;
    background-color: #fff;
    border-radius: 17px;
    padding-top: 27px;
    padding-left: 45px;
    padding-right: 16px;
    padding-bottom: 21px;
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    width: 63%;
    display: none !important;
}

.rekm-block:hover {
    background: linear-gradient(255.2deg, #28AC4D 39.55%, #13B4A0 74.03%);
    border-radius: 11px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    /* font-size: 18px; */
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
    border: 0px solid #343434;
    padding: 10px 17px;
}

.main__home-rekm {
    order: 3;
}

span.head_span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    /* padding-top: 28px; */
}

span.news_span {
    /* margin-top: 15px; */
    display: flex;
    margin-bottom: 4px;
}

.link_back {
    /* Повернутися */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #010101;
    padding-left: 59px;
    padding-top: 58px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.link_back svg {
    margin-right: 9px;
}

.link_back33 {
    /* Повернутися */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */
    color: #010101;
    /* padding-left: 59px; */
    /* padding-top: 58px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 14px;
}

.link_back33 svg {
    margin-left: 9px;
}

.sidebar33-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
    width: 100%;
    padding-right: 7px;
}

.sidebar2-cat-name33 {
    padding-top: 16px;
}

.main__wrep-news7 {
    background: #FFFFFF;
    border-radius: 20px;
    margin-bottom: 78px;
    padding-left: 60px;
    padding-right: 45px;
    padding-top: 43px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .news_f2 {
        background-image: url(../images/Group21.png);
        width: 49px;
        height: 48px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        top: -33px;
        left: -35px;
        z-index: 5;
        background-size: 46px;
    }
}

@media (max-width: 767px) {
    .news_f2 {
        display: none;
    }
}


.share-links {
    display: none;
    background-color: #fff;
    /* display: flex; */
    position: absolute;
    z-index: 1;
    border: 2px solid #eaeaea;
    padding: 17px 15px;
    width: 230px;
    top: 41px;
}

.share-links_wrep {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.share-links_wrep a {
    padding: 6px 5px;
    /* width: 49%; */
}

.single-content-share2 .share-links {
    top: -209px;
}

button#load-more-news-all {
    /* поки що це все ... */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: rgba(52, 52, 52, 0.7);
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    /* width: 100%; */
    cursor: pointer;
    padding: 10px;
    margin: 10px auto;
}

div#loading-indicator-all {
    margin: 0 auto;
    text-align: center;
    width: 42px;
    margin-top: 5px;
}

.single-content-share2 .share-links {
    top: -209px;
}

.share-links_wrep img {
    max-width: 50px;
    height: 50px;
}

button#load-more-news-all {
    /* поки що це все ... */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: rgba(52, 52, 52, 0.7);
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    /* width: 100%; */
    cursor: pointer;
    padding: 10px;
    margin: 25px auto;
}

div#loading-indicator-all {
    margin: 0 auto;
    text-align: center;
    width: 42px;
    margin-top: 5px;
}

.single-content b {
    font-weight: 900;
}

.single-content h2 {
    margin-bottom: 20px;
}

button#load-more-news-category {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: rgba(52, 52, 52, 0.7);
    border: none;
    background-color: #fff;
    display: flex;
    justify-content: center;
    /* width: 100%; */
    cursor: pointer;
    padding: 10px;
    margin: 0 auto;
}

div#loading-indicator-category {
    margin: 0 auto;
    text-align: center;
    width: 42px;
    margin-top: 5px;
}

span.news_span {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.link_66 .news_span span {
    width: fit-content;
    margin-bottom: 12px;
}

img.close-button.mob_menu-icon-close {
    width: 59px;
    margin-left: -12px;
    cursor: pointer;
    margin-top: 25px;
}

.mobile li a {
    font-size: 32px;
    line-height: 62px;
    font-size: 21px;
    line-height: 48px;
}

@media (max-width: 1300px) {
    .main__wrep4 {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    section.main {
        /* padding-left: 0; */
        margin-left: 0;
        /* padding-right: 0; */
        order: 1;
    }

    main.main {
        display: flex;
        flex-direction: column;
    }

    section.main.about_main {
        margin-left: 0;
        padding-right: 0;
    }

    .sidebar1 {
        position: static;
        order: 3;
        margin: 0 auto;
        margin-top: 73px;
        min-width: 363px;
        margin-bottom: 64px;
    }

    .sidebar5 {
        position: static;
        width: 363px;
    }

    .sidebar2 {
        order: 2;
        margin: 0 auto;
        min-width: 363px;
    }

    .sidebar16 {
        position: static;
        order: 3;
        margin: 0 auto;
        margin-top: 73px;
        min-width: 363px;
        margin-bottom: 64px;
    }

    .sidebar1-name {
        width: 100%;
    }

    a.sidebar1-cat-name {
        width: 49%;
        width: 100%;
    }

    span.about_span {
        max-width: 100%;
    }

    .sidebar1-cat {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .themes-block {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    a.title {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        /* line-height: 4.8px !important; */
        color: #343434;
        /* line-height: 0.2; */
        /* line-height: 0.9 !important; */
        display: inline-block;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 14px;
        color: #343434;
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .content {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 10px;
        text-align: left;
        color: rgba(52, 52, 52, 0.7);
    }

    .content.content-mob {
        display: block;
        margin-top: 0px;
        font-size: 12px;
        line-height: 11px;
    }

    .content.content-desc {
        display: none;
    }

    .news_block-img {
        width: 112px;
        height: 92px;
        /* background-size: 138px 94px; */
        background-position-x: right;
        border-radius: 1px;
        min-width: 148px;
        min-height: 93px;
        border-radius: 9px;
        min-width: 94px;
    }

    .date {
        /* 23.08.2023 */
        width: 37px;
        height: 8px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 7.30717px;
        line-height: 8px;
        text-align: justify;
        color: rgba(52, 52, 52, 0.7);
        /* Rectangle 11 */
        min-width: 51.76px;
        height: 14.61px;
        background: #FFFFFF;
        border-radius: 6.08931px;
        font-size: 11.30717px;
        padding: 0 5px;
        width: auto;
        margin-right: 5px;
    }

    .time {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 7.30717px;
        line-height: 8px;
        text-align: justify;
        color: #FFFFFF;
        bottom: -19px;
        width: 45px;
        height: 17px;
        right: 49px;
        font-size: 10.30717px;
    }

    .time svg {
        max-width: 11px;
        margin-right: 3px;
    }

    .wh svg {
        max-width: 11px;
        margin-right: 3px;
    }

    .wh {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 7.30717px;
        line-height: 8px;
        text-align: justify;
        color: #FFFFFF;
        bottom: -19px;
        right: 0px;
        width: 45px;
        height: 15px;
        width: 45px;
        height: 17px;
        font-size: 10.30717px;
    }

    .date1 {
        /* 23.08.2023 */
        width: 37px;
        height: 8px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 10.30717px;
        line-height: 8px;
        text-align: justify;
        color: rgba(52, 52, 52, 0.7);
        /* Rectangle 11 */
        width: 51.76px;
        height: 16.61px;
        background: #FFFFFF;
        border-radius: 6.08931px;
        width: auto;
        padding: 0 5px;
    }

    .time1 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 10.30717px;
        line-height: 8px;
        text-align: justify;
        color: #FFFFFF;
        min-width: 55px;
        bottom: -19px;
        width: 45px;
        height: 17px;
        right: 49px;
    }

    .time1 svg {
        max-width: 11px;
        margin-right: 3px;
    }

    .wh1 svg {
        max-width: 11px;
        margin-right: 3px;
    }

    .wh1 {
        font-family: 'Ubuntu';
        flex-wrap: wrap;
        font-style: normal;
        font-weight: 400;
        font-size: 10.30717px;
        line-height: 8px;
        min-width: 50px;
        text-align: justify;
        color: #FFFFFF;
        bottom: -19px;
        right: 0px;
        width: 45px;
        height: 17px;
    }
    
    

    .main__wrep-news7 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 41px;
        padding-bottom: 12px;
        margin-bottom: 33px;
    }

    .news_block-text {
        padding-right: 13px;
    }

    .news_block-text .link {
        display: none;
    }

    .news_block {
        padding-left: 16px;
        padding-right: 15px;
        padding-bottom: 9px;
        padding-top: 14px;
        min-height: 140px;
        margin-bottom: 10px;
    }

    .logo {
        margin-left: 4px;
        /* order: 2; */
    }

    .logo__mob-menu {
        order: 1;
        padding-left: 15px;
        background-color: #fff;
        height: 30px;
        width: 45px;
        margin-top: 21px;
        display: flex;
    }

    nav.desktop {
        margin-left: 47px;
        display: none;
    }

    .container_menu {
        display: flex;
        /* background-color: #fff0; */
        justify-content: flex-start;
        background-color: #fff0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 42px;
    }

    .logo_img {
        order: 2;
        margin-left: 15px;
        background-color: #fff;
        width: 100%;
        padding-left: 26px;
        height: 65px;
        padding-top: 13px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .main__wrep {
        padding-left: 24px;
        padding-right: 24px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .main__wrep {
        margin-top: 123px;
    }

    .about_name {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #000000;
    }

    .about_content {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 151.9%;
        /* or 14px */
        text-align: justify;
        text-indent: 17px;
        color: #343434;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 18px;
        padding-bottom: 11px;
        margin-top: 11px;
    }

    .about_content p {
        margin-bottom: 20px;
    }

    .main__header2 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 126.9%;
        /* identical to box height, or 23px */
        text-align: center;
        text-transform: uppercase;
        color: #343434;
        padding-bottom: 16px;
        border-bottom: 2px solid rgba(52, 52, 52, 0.1);
        padding-top: 33px;
    }

    .main__header2 span {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 126.9%;
        /* identical to box height, or 23px */
        text-align: center;
        text-transform: uppercase;
        color: #4226EE;
    }

    .news_block-wrep3 {
        padding-left: 35px;
        padding-right: 35px;
    }

    .blocks-mail-name {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #000000;
    }

    .block-mail a {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 185.9%;
        /* or 15px */
        text-align: justify;
        color: #343434;
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .blocks-mail {
        padding-top: 19px;
        padding-bottom: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block-mail {
        margin-bottom: 4px;
    }

    .sidebar16 {
        display: none;
    }

    .link_back {
        padding-left: 59px;
        padding-top: 24px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #010101;
    }

    .main__wrep-news8 .link_back {
        padding-left: 32px;
    }

    button#load-more-news-all {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 9px;
        line-height: 10px;
        color: rgba(52, 52, 52, 0.7);
        font-size: 14px;
    }

    .main__title {
        height: 62.5px;
        height: 63px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 17.6123px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.015em;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0 78px;
    }

    .link_66 span.head_span {
        font-family: 'Ubuntu';
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 10.5142px !important;
        line-height: 13px !important;
        /* color: #343434; */
        font-size: 13.5142px !important;
    }

    .rekm-name {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 15.1872px;
        line-height: 17px;
        color: #000000;
    }

    .rekm-block {
        /* Group 4 */
        border: 1.16825px solid #343434;
        border-radius: 6.42536px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 10.5142px;
        line-height: 12px;
        /* identical to box height */
        color: #343434;
        height: 23px;
        margin-right: 6px;
    }

    .rekm-block:hover {
        background: linear-gradient( 255.2deg, #28AC4D 39.55%, #13B4A0 74.03%);
        border-radius: 11px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        /* font-size: 18px; */
        line-height: 21px;
        color: #FFFFFF;
        border: 0px solid #343434;
        padding: 10px 16px;
    }

    .link_66:nth-child(3) {
        width: 49%;
        height: 172px;
        max-width: 100%;
    }

    .link_66:nth-child(4) {
        width: 49%;
        height: 125px;
    }

    .link_66:nth-child(5) {
        width: 49%;
        max-height: 125px;
    }

    .link_66:nth-child(6) {
        width: 49%;
        max-height: 101px;
    }

    .link_66:nth-child(3) {
        order: 8;
    }

    .link_back33 {
        display: flex;
        justify-content: center;
        /* Детальніше */
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #010101;
        margin-top: 5px;
    }

    .link_back33 svg {
        max-width: 20px;
    }

    .link_66:nth-child(1) {
        width: 49%;
    }

    .link_66:nth-child(2) {
        width: 49%;
    }

    .link_66 {
        margin-bottom: 20px;
        padding: 11px;
        border-radius: 6px;
    }

    .main__home-rekm {
        width: 100%;
        margin-bottom: 8px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 21px;
        max-width: 100%;
    }

    .link_66 .news_span span {
        height: 8px;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400 !important;
        font-size: 7.00948px !important;
        line-height: 8px !important;
        /* identical to box height */
        text-align: justify;
        color: #343434;
        min-width: 37px !important;
        padding: 0 9px !important;
        font-size: 10.00948px !important;
    }

    .sidebar2-cat-title {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        /* identical to box height */
        color: #343434;
        font-size: 17px;
    }

    .sidebar2-cat-desc {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 9px;
        line-height: 14px;
        color: rgba(52, 52, 52, 0.7);
        font-size: 14px;
    }

    .sidebar2-cat-name {
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .sidebar2-name {
        /* position: absolute; */
        top: -12px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-top: -53px;
    }

    .sidebar_wrep {
        position: relative;
        /* padding-top: 24px; */
        margin-bottom: 0;
        /* max-width: 210px; */
        margin: 0 auto;
        padding: 18px 27px;
    }

    .sidebar5 {
        padding: 18px;
        background-color: #fff;
        border-radius: 18px;
        /* border: 1px solid #333; */
        /* padding-top: 24px; */
        max-width: 345px;
        width: 100%;
        padding-bottom: 22px;
        max-width: 540px;
    }

    .sidebar2 {
    order: 2;
    margin: 0 auto;
    min-width: 365px;
    width: 100%;
    max-width: 540px;
    padding-left: 7px;
    padding-right: 7px;
}

    .sidebar3-name {
        max-width: 249px;
        margin: 0 auto;
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        /* identical to box height */
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 32px;
        font-size: 15px;
    }

    .sidebar2-cat {
        padding-top: 22px;
    }

    .sidebar3-name svg {
        max-width: 32px;
        margin-left: 12px;
    }

    .sidebar1-name {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        /* identical to box height */
        color: #FFFFFF;
        width: fit-content;
        padding: 0 33px;
        margin: 0 auto;
    }

    .sidebar1 {
        padding: 0 35px;
        margin-bottom: 87px;
        margin-top: 48px;
    }

    a.sidebar1-cat-name {
        width: inherit;
        display: inline-block;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0px;
    }

    .sidebar1-cat {
        display: flex;
        justify-content: space-between;
        padding: 0 6px;
        margin-top: 25px;
        max-width: 510px;
    }

    .main__home {
        /* margin-top: 30px; */
        padding-bottom: 116px;
    }

    .single-content-share_link3 svg {
        width: 31px;
    }

    .single-content-share_link svg {
        width: 31px;
    }

    .single-content-share_link3 {
        width: 148px;
        height: 39px;
        font-size: 18px;
    }

    .single-content-share_link {
        width: 160px;
        height: 35px;
        margin-left: 0;
        font-size: 15px;
    }

    .news_blocks-mail {
        padding-bottom: 49px;
    }

    .themes-block {
        flex-direction: column; /* Робимо елементи вертикальними */
        justify-content: center; /* Центрування по вертикалі */
        align-items: center; /* Центрування елементів по горизонталі */
        gap: 15px; /* Відстань між елементами */
    }

    .themes-name {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 17.6123px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.015em;
        text-transform: uppercase;
        color: #FFFFFF;
        min-height: 62px;
        padding: 9px 71px;
        width: auto;
    }

    .themes-cat {
        padding: 0 20px;
    }

    .sidebar_mob {
        display: flex !important;
    }

    .sidebar_desc {
        display: none;
    }

    .single-content {
        padding-left: 27px;
        padding-right: 27px;
    }

    .single-content-bot {
        display: flex;
        flex-direction: column;
    }

    .single-content-share1 {
        margin-right: 0;
        height: 35px;
        width: 160px;
        font-size: 15px;
    }

    .single-content-share2 {
        margin-bottom: 18px;
        order: 2;
        margin-top: 9px;
    }

    .single-content p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 159.9%;
        /* or 14px */
        text-align: justify;
        text-indent: 17px;
        color: #343434;
        font-size: 17px;
    }

    .title1 {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 126.9%;
        /* or 23px */
        text-align: center;
        color: #343434;
    }

    .single-content-share1-desc {
        display: none ;
    }

    .single-content-share1-mob {
        display: flex;
        padding-top: 22px;
        padding-right: 21px;
    }

    .main__wrep-news8 {
        display: flex;
    }

    .title-single {
        padding-left: 60px;
    }

    .link_back svg {
        width: 22px;
    }
    .categ {
    font-size: 8.24079px;
    width: 51.29px;
    height: 16.48px;
    background: linear-gradient(302.53deg, #35DFEA -9.55%, #1713DD 49.64%);
    border-radius: 6.03399px;
    font-family: 'Ubuntu';
    font-style: normal;
    font-size: 10.24079px;
    font-size: 10.24079px;
    line-height: 8px;
    text-align: justify;
    color: #FFFFFF;
    }

.container_menu0 {

    height: 133px;

}

section.main {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}
    * {
    }
}

@media (max-width: 500px) {

.main__wrep {
    padding-left: 14px;
    padding-right: 14px;
}



    .sidebar1-cat-name3 {
    }

    .themes-block {
        padding: 0;
    }
}