.container{width:100%;max-width:1180px;padding-right:20px;padding-left:20px;margin:0 auto}.data-base__inner{position:relative}.data-base__title{padding-right:0;padding-left:0;margin-bottom:50px;font-size:32px;font-weight:600;line-height:42px;color:var(--se-heading-color);text-align:left}.data-base__tabs{display:flex;border-bottom:2px solid var(--se-stroke-color)}.data-base__tab{position:relative;display:flex;justify-content:center;width:100%;text-align:center;cursor:pointer;border-radius:50%;transition:all .24s}.data-base__tab:after{position:absolute;bottom:-3px;left:0;width:100%;height:4px;content:'';background-color:rgba(255,255,255,0);border-radius:5px;transition:all .24s}.data-base__tab_active:after{background-color:rgba(24,99,253,1)}.data-base__tab-text{padding-bottom:20px;margin-left:9px;font-size:12px;font-weight:700;line-height:16px;color:var(--se-text-color-placeholder);text-transform:uppercase;letter-spacing:.08em;transition:all .24s}.data-base__tab_active path{stroke:var(--se-accent-blue)}.data-base__tab_active .data-base__tab-text{color:var(--se-heading-color)}.data-base__tab_active{border-color:var(--se-accent-blue)}.data-base__items{margin-top:50px}.data-base__item{display:none;align-items:start;justify-content:space-between}.data-base__item_active{display:flex}.data-base__tabs{width:calc(55% - 80px)}.data-base__title{width:calc(55% - 80px)}.data-base__graph{position:absolute;top:0;right:0;width:42%;padding:25px;border:1px solid var(--se-stroke-color);border-radius:10px}.data-base__num{margin-bottom:8px;font-size:40px;font-weight:700;line-height:1;color:var(--se-heading-color)}.data-base__num-text{margin-bottom:32px;font-size:12px;font-style:normal;font-weight:700;line-height:16px;color:var(--se-text-color-placeholder);text-transform:uppercase;letter-spacing:.08em}.data-base__item-table{display:flex;justify-content:space-between;width:calc(55% - 80px)}.data-base__col{width:160px}.data-base__country-text{flex:1;margin:0 8px;font-size:12px;font-weight:600;line-height:1;color:var(--se-text-color-disabled)}.data-base__country{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.data-base__country-num{font-size:12px;font-weight:700;line-height:1;color:var(--se-heading-color)}.data-base__country-icon{width:16px;height:12px}.data-base__graph{min-height:285px;background-repeat:no-repeat;background-position:center;background-size:contain}.data-base__tab:active path,.data-base__tab:focus path,.data-base__tab:hover path{stroke:var(--se-heading-color)}.data-base__tab:active .data-base__tab-text,.data-base__tab:focus .data-base__tab-text,.data-base__tab:hover .data-base__tab-text{color:var(--se-heading-color)}.data-base__graph-inner{display:flex;justify-content:space-between}.data-base__graph-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(33% - 16px);padding:65px 20px;background:var(--se-shape-color-blue);border-radius:10px}.data-base__graph-item-text{margin-top:16px;font-size:12px;font-weight:700;line-height:16px;color:var(--se-heading-color);text-align:center}.data-base__graph-item-image{width:52px;height:52px;background-repeat:no-repeat;background-position:center;background-size:contain}.data-base__graph-item:nth-child(1) .data-base__graph-item-image{background-image:url('/wp-content/themes/se_theme/components/data-base/assets/images/href.svg')}.data-base__graph-item:nth-child(2) .data-base__graph-item-image{background-image:url('/wp-content/themes/se_theme/components/data-base/assets/images/peace.svg')}.data-base__graph-item:nth-child(3) .data-base__graph-item-image{background-image:url('/wp-content/themes/se_theme/components/data-base/assets/images/write.svg')}@media screen and (max-width:991px){.data-base__title{width:100%}.data-base__tabs{max-width:530px;margin-right:auto;margin-left:auto}.data-base__title{font-size:28px;text-align:center}.data-base__graph{position:static;top:auto;right:auto;order:1;width:100%;max-width:100%;min-height:285px;margin-right:auto;margin-left:auto}.data-base__item{flex-wrap:wrap}.data-base__item-table{justify-content:center;order:2;width:100%;margin-top:60px;gap:15rem}.data-base__items{margin-top:60px}.data-base__tabs{width:100%}}@media screen and (max-width:767px){.data-base__title{margin-bottom:24px;font-size:26px;text-align:left}.data-base__tabs{max-width:100%;overflow-x:scroll;overflow-y:hidden;border-bottom:0}.data-base__tabs::-webkit-scrollbar{width:0}.data-base__tab{display:flex;align-items:center;justify-content:center;min-width:200px;padding:13px 24px;margin-right:8px;background:#fff;border:2px solid var(--se-stroke-color);border-radius:5px}.data-base__tab-text{padding-bottom:0}.data-base__tab_active:after,.data-base__tab:hover:after{background-color:rgba(255,255,255,0)}.data-base__graph{display:none}.data-base__item-table{flex-wrap:wrap;margin-top:0;gap:0}.data-base__items{margin-top:0}.data-base__num{font-size:28px}.data-base__tab_active{background-color:var(--se-accent-blue);border-color:var(--se-accent-blue)}.data-base__tab_active .data-base__tab-text{color:#fff}.data-base__tab_active path{stroke:#fff}.data-base__num-text{margin-bottom:0}.data-base__col{display:flex;justify-content:space-between;width:100%}.data-base__country{margin-bottom:18px}.data-base__num{margin-bottom:9px}.data-base__col{padding:25px 0;border-bottom:1px solid var(--se-stroke-color)}.data-base__countries{width:160px;text-align:left}.data-base__col:last-child{border-bottom:0}.data-base__tab-icon{width:15px;height:15px}.data-base__inner{overflow:hidden}.data-base__tab:not(.data-base__tab_active):active path,.data-base__tab:not(.data-base__tab_active):focus path,.data-base__tab:not(.data-base__tab_active):hover path{stroke:var(--se-text-color-placeholder)}.data-base__tab:not(.data-base__tab_active):active .data-base__tab-text,.data-base__tab:not(.data-base__tab_active):focus .data-base__tab-text,.data-base__tab:not(.data-base__tab_active):hover .data-base__tab-text{color:var(--se-text-color-placeholder)}.data-base__tab.data-base__tab_active:active path,.data-base__tab.data-base__tab_active:focus path,.data-base__tab.data-base__tab_active:hover path{stroke:#fff}.data-base__tab.data-base__tab_active:active .data-base__tab-text,.data-base__tab.data-base__tab_active:focus .data-base__tab-text,.data-base__tab.data-base__tab_active:hover .data-base__tab-text{color:#fff}}