*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after, ::before {
    --tw-content: ''
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit;
    overflow-wrap: break-word;
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle
}

img, video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

.rotate-180 {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.shadow-lg, .shadow-md, .shadow, .shadow-sm {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.ring-1, .ring-inset, article, .focus\:ring-2 {
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.backdrop-blur-sm {
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px
    }
}

.pointer-events-none {
    pointer-events: none
}

.invisible {
    visibility: hidden
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0px
}

.inset-x-0 {
    left: 0px;
    right: 0px
}

.inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem
}

.top-\[25px\] {
    top: 25px
}

.bottom-0 {
    bottom: 0px
}

.bottom-4 {
    bottom: 1rem
}

.right-0 {
    right: 0px
}

.right-1 {
    right: 0.25rem
}

.top-0 {
    top: 0px
}

.z-10 {
    z-index: 10
}

.order-first {
    order: -9999
}

.row-span-3 {
    grid-row: span 3 / span 3
}

.m-6 {
    margin: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem
}

.mb-0 {
    margin-bottom: 0px
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-3 {
    margin-left: 0.75rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-video {
    aspect-ratio: 16 / 9
}

.h-40 {
    height: 10rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-9 {
    height: 2.25rem
}

.h-10 {
    height: 2.5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-dvh {
   height: 100dvh;
}

.w-2\/3 {
    width: 66.666667%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

.w-full {
    width: 100%
}

.w-1\/2 {
    width: 50%
}

.w-10 {
    width: 2.5rem
}

.w-16 {
    width: 4rem
}

.w-2\/6 {
    width: 33.333333%
}

.w-20 {
    width: 5rem
}

.w-4\/6 {
    width: 66.666667%
}

.w-min {
    width: min-content
}

.flex-none {
    flex: none
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-autofill-280 {
    grid-template-columns:repeat(auto-fill, minmax(280px, 1fr))
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr))
}

.grid-rows-2 {
    grid-template-rows:repeat(2, minmax(0, 1fr))
}

.grid-rows-max {
    grid-template-rows:max-content
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end;
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-self-end {
    justify-self: end;
}

.gap-20 {
    gap: 5rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-2 {
    gap: 0.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-x-6 {
    column-gap: 1.5rem
}

.gap-y-8 {
    row-gap: 2rem
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.scroll-smooth {
    scroll-behavior: smooth
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded {
    border-radius: 0.25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: 0.5rem
}

.rounded-xl {
    border-radius: 0.75rem
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-solid {
    border-style: solid
}

.border-current {
    border-color: currentColor
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity))
}

.border-yashil {
    --tw-border-opacity: 1;
    border-color: rgb(40 118 37 / var(--tw-border-opacity))
}

.bg-gabaj {
    --tw-bg-opacity: 1;
    background-color: rgb(245 242 242 / var(--tw-bg-opacity))
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-yashil {
    --tw-bg-opacity: 1;
    background-color: rgb(40 118 37 / var(--tw-bg-opacity))
}

.bg-\[\#838CF1\]\/\[0\.15\] {
    background-color: rgb(131 140 241 / 0.15)
}

.bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7)
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity))
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

.p-3 {
    padding: 0.75rem
}

.p-4 {
    padding: 1rem
}

.p-2 {
    padding: 0.5rem
}

.p-8 {
    padding: 2rem
}

.p-\[0\.1875rem\] {
    padding: 0.1875rem
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt-2 {
    padding-top: 0.5rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-2 {
    padding-bottom: 0.5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-2\.5 {
    padding-top: 0.625rem
}

.text-center {
    text-align: center
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.font-medium {
    font-weight: 500
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-normal {
    line-height: 1.5
}

.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(154 52 18 / var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity))
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-yashil {
    --tw-text-opacity: 1;
    color: rgb(40 118 37 / var(--tw-text-opacity))
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity))
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.decoration-slate-500 {
    -webkit-text-decoration-color: #64748b;
    text-decoration-color: #64748b
}

.decoration-dotted {
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.caret-green-500 {
    caret-color: #22c55e
}

.opacity-50 {
    opacity: 0.5
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-inset {
    --tw-ring-inset: inset
}

.ring-slate-900\/10 {
    --tw-ring-color: rgb(15 23 42 / 0.1)
}

.ring-slate-900\/5 {
    --tw-ring-color: rgb(15 23 42 / 0.05)
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.duration-150 {
    transition-duration: 150ms
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

a:hover {
    --tw-text-opacity: 1;
    color: rgb(40 118 37 / var(--tw-text-opacity));
    transition: color .3s ease-out
}

article:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-offset-width: 4px
}

article {
    margin-bottom: 0.875rem;
    cursor: pointer
}

article > *:not(:last-child) {
    margin-bottom: 0.875rem
}

article time {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    margin-bottom: 0.375rem !important
}

article img {
    width: 100%;
    height: auto;
}

article h3 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem
}

@media (min-width: 1600px) {
    article h3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

article p {
    color: rgb(33 37 41 / var(--tw-text-opacity))
}

article.separator,
aside .news article:not(:first-child) {
    padding-top: 1.25rem;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

section {
    margin-bottom: 1.5rem
}

section h2 {
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    margin-bottom: 1.5rem
}

.flex-child-full > * {
    width: 100%;
}

@media (min-width: 768px) {
    nav#main-menu {
        overflow-x: unset;
        overflow-y: unset;
    }

}

#mega-menu {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f2f2;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

#mega-menu.active,
#mega-menu.activeSearch {
    transform: translateY(0px);
    overflow: auto;
}

#mega-menu.activeSearch .grid-menu {
    display: none;
}

#mega-menu nav a {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

#mega-menu nav a::after {
    content: "»";
}

#mega-menu h2 {
    font-size: 1.5rem;
    line-height: 2rem
}

.video__slider {
    overflow: hidden;
    background-color: #f5f2f2;
}

.video__container {
    display: flex;
}

.video__container > *,
.article_slider_container > * {
    flex: 0 0 100%;
    min-width: 0;
    margin: 0;
}

.video__container h3, .video__container time {
    display: none;
}

.video__container figure {
    margin: 0;
}

.vitrina article {
    background-color: #f5f2f2;
}

.video__dots {
    background-color: #f5f2f2;
    padding: 1rem 2rem;
}

.vitrina__dots,
.article_dots {
    padding: 1rem 2rem;
}

.video__dots button,
.vitrina__dots button,
.article_dots button {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background-color: #d6d6d6;
    transition: width 150ms ease-in-out;
}

.video__dots button.video_dot_active,
.vitrina__dots button.vitrina_dot_active,
.article_dots button.article_dot_active {
    --tw-bg-opacity: 1;
    background-color: rgb(40 118 37 / var(--tw-bg-opacity));
    width: 20px
}

/*vitrina*/
.vitrina {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.vitrina .vitrina__container {
    display: grid;
    grid-template-columns: repeat(15, 100%);
    gap: 1.5rem;
}

.vitrina__container article .title-overlay {
    overflow-wrap: anywhere;
    margin-right: 1rem;
    margin-left: 1rem;
}

.vitrina__container article time {
    color: rgb(100 116 139);
}

.vitrina__container article .info strong,
.listing article .info strong {
    color: red;
}

.listing article h3 {
    margin-bottom: 1rem;
}

.vitrina__container article .info {
    margin-bottom: 0.5rem;
}

.vitrina__container article p,
.listing article p {
    height: 10ch;
    overflow: hidden;
    margin-top: 1rem;
    background-image: linear-gradient(179deg, #000000, #eaeaea);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.listing article {
    position: relative
}

.listing article.promoted:after {
    content: '!';
    position: absolute;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(101 163 13 / var(--tw-bg-opacity));
    top: -0.5rem;
    left: -0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-weight: 700;
}

@media (min-width: 640px) and (orientation: landscape) {
    .vitrina {
        width: 100%;
        height: calc(660px + 1.5rem);
        overflow: hidden;
    }

    .vitrina__container > * {
        position: relative;
        margin: 0;
    }

    .vitrina__container article figure {
        position: absolute;
        margin: 0;
    }

    .vitrina__container article figure:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 50%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
        background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
        background-image: -ms-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
        background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    }

    .vitrina__container article figure, .vitrina__container article figure a {
        width: 100%;
        height: 100%;
    }

    .vitrina__container article figure img {
        object-fit: fill;
        width: 100%;
    }

    .vitrina__container article .title-overlay {
        position: absolute;
        bottom: 0.5rem;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 0 10px;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        gap: 0.5rem;
        margin: 0;
    }

    .vitrina__container article .title-overlay .full-link {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .vitrina__container article time {
        color: white;
    }

    .vitrina__container article h3 {
        overflow-wrap: anywhere;
    }

    .vitrina__container article h3 a {
        color: white;
    }

    .vitrina__container article .info {
        color: white;
        margin-bottom: 1px;
    }

    .vitrina__container article .info strong {
        color: white;
        background-color: red;
        display: inline-block;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 5px;
    }

}

@media (min-width: 768px) and (orientation: landscape) {
    .vitrina {
        height: auto;
    }

    .vitrina .vitrina__container {
        grid-template-rows: repeat(2, 175px);
        display: grid;
        grid-template-columns: repeat(10, calc(50% - 0.75rem));
        grid-template-rows: 391px 185px;
        grid-column-gap: 16px;
        gap: 1.5rem;
    }

    .vitrina__container article p {
        display: none;
    }

    .vitrina .vitrina__container :nth-child(1) {
        grid-area: 1 / 1 / 1 / 3;
    }

    .vitrina .vitrina__container :nth-child(2) {
        grid-area: 2 / 1 / 2 / 1;
    }

    .vitrina .vitrina__container :nth-child(3) {
        grid-area: 2 / 2 / 2 / 2;
    }

    .vitrina .vitrina__container :nth-child(4) {
        grid-area: 1 / 3 / 1 / 5;
    }

    .vitrina .vitrina__container :nth-child(5) {
        grid-area: 2 / 3 / 2 / 3;
    }

    .vitrina .vitrina__container :nth-child(6) {
        grid-area: 2 / 4 / 2 / 4;
    }

    .vitrina .vitrina__container :nth-child(7) {
        grid-area: 1 / 5 / 1 / 7;
    }

    .vitrina .vitrina__container :nth-child(8) {
        grid-area: 2 / 5 / 2 / 5;
    }

    .vitrina .vitrina__container :nth-child(9) {
        grid-area: 2 / 6 / 2 / 6;
    }

    .vitrina .vitrina__container :nth-child(10) {
        grid-area: 1 / 7 / 1 / 9;
    }

    .vitrina .vitrina__container :nth-child(11) {
        grid-area: 2 / 7 / 2 / 7;
    }

    .vitrina .vitrina__container :nth-child(12) {
        grid-area: 2 / 8 / 2 / 8;
    }

    .vitrina .vitrina__container :nth-child(13) {
        grid-area: 1 / 9 / 1 / 11;
    }

    .vitrina .vitrina__container :nth-child(14) {
        grid-area: 2 / 9 / 2 / 9;
    }

    .vitrina .vitrina__container :nth-child(15) {
        grid-area: 2 / 10 / 2 / 10;
    }


}

@media (min-width: 1024px) and (orientation: landscape) {
    .vitrina {
        height: auto;
    }

    .vitrina .vitrina__container {
        display: grid;
        grid-template-columns: 65% calc(35% - 1.5rem) 65% calc(35% - 1.5rem) 65% calc(35% - 1.5rem) 65% calc(35% - 1.5rem) 65% calc(35% - 1.5rem);
        grid-template-rows: repeat(2, 167px);
        grid-column-gap: 16px;
        gap: 1.5rem;
    }

    .vitrina article {
        background-color: black;
    }


    .vitrina .vitrina__container :nth-child(1) {
        grid-area: 1 / 1 / 3 / 1;
    }


    .vitrina .vitrina__container :nth-child(2) {
        grid-area: 1 / 2 / 1 / 2;
    }

    .vitrina .vitrina__container :nth-child(3) {
        grid-area: 2 / 2 / 2 / 2;
    }

    .vitrina .vitrina__container :nth-child(4) {
        grid-area: 1 / 3 / 3 / 3;
    }

    .vitrina .vitrina__container :nth-child(5) {
        grid-area: 1 / 4 / 1 / 4;
    }

    .vitrina .vitrina__container :nth-child(6) {
        grid-area: 2 / 4 / 2 / 4;
    }

    .vitrina .vitrina__container :nth-child(7) {
        grid-area: 1 / 5 / 3 / 5;
    }


    .vitrina .vitrina__container :nth-child(8) {
        grid-area: 1 / 6 / 1 / 6;
    }

    .vitrina .vitrina__container :nth-child(9) {
        grid-area: 2 / 6 / 2 / 6;
    }

    .vitrina .vitrina__container :nth-child(10) {
        grid-area: 1 / 7 / 3 / 7;
    }


    .vitrina .vitrina__container :nth-child(11) {
        grid-area: 1 / 8 / 1 / 8;
    }

    .vitrina .vitrina__container :nth-child(12) {
        grid-area: 2 / 8 / 2 / 8;
    }

    .vitrina .vitrina__container :nth-child(13) {
        grid-area: 1 / 9 / 3 / 9;
    }


    .vitrina .vitrina__container :nth-child(14) {
        grid-area: 1 / 10 / 1 / 10;
    }

    .vitrina .vitrina__container :nth-child(15) {
        grid-area: 2 / 10 / 2 / 10;
    }

}

@media (min-width: 1280px) {
    .vitrina {
        height: auto;
    }

    .vitrina .vitrina__container {
        grid-template-rows: repeat(2, 220px);
    }

    .vitrina__container article p {
        color: white;
        height: auto;
    }

    .vitrina .vitrina__container article h3 {
        font-size: 1.2rem;
    }

    /*.vitrina .vitrina__container :nth-child(1) p,
    .vitrina .vitrina__container :nth-child(4) p,
    .vitrina .vitrina__container :nth-child(7) p,
    .vitrina .vitrina__container :nth-child(10) p,
    .vitrina .vitrina__container :nth-child(13) p
    {
        display: block;
    }*/

}

@media (min-width: 1536px) {
    .vitrina {
        height: auto;
    }

    .vitrina .vitrina__container {
        grid-template-rows: repeat(2, 272px);
    }
}

#mobile article {
    background-color: white;
    margin-top: 1rem;
    padding: 1rem;
    border-top: 1px solid rgb(211, 207, 207);
}

.article-full {
    line-height: 28px;
    font-size: 1rem;
}

.article-full h1 {
    color: black;
    font-weight: 800;
    font-size: 1.8em;
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.1111111;
}

.article-full p {
    margin-top: .25em;
    margin-bottom: 1.25em;
}

.article-full p a, .article-full .tags a, .article-full li a, .article-full ul a {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}

.ya-share2.ya-share2_inited a {
    background-color: white;
}

.article-full .article-content .ya-share2__badge {
    border-radius: 4px;
    color: #000;
}

.article-full .article-content .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: none!important;
}

.ya-share2__badge.ya-share2__badge_more:after {
    content: "Поделиться";
    margin-left: 0.3rem;
    display: inline-block;
    margin-top: 2px;
}

.article-full .article-content .ya-share2.ya-share2_inited ul {
    margin: 0;
    padding: 0;
}


.article-full .lead {
    color: #000000;
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-weight: bold;
}

.article-full time {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    margin-bottom: 0.375rem !important
}

.article-full .inject {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 0.25rem
}

.article-full .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.article-full blockquote {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 500;
    font-style: italic;
    font-size: larger;
    color: #475569;
    border-left-width: 0.25rem;
    border-left-color: #e2e8f0;
    quotes: "\201C" "\201D" "\2018" "\2019";
    padding: 1rem 2rem 1rem 1rem
}

.article-full .article-content ul,
.article-full .article-content ol {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
}

.article-full .article-content ol {
    list-style-type: decimal;
}

.article-full .article-content ul > li::marker,
.article-full .article-content ol > li::marker {
    color: #b0b6bd;
}

@media (min-width: 1024px) {
    .article-full .article-content ul,
    .article-full .article-content ol {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
    }

    .article-full .article-content ol > li,
    .article-full .article-content ul > li {
        padding-left: 0.4444444em;
    }
}

.article-full .article-content .article-inner-photo {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.article-full .article-content .article-inner-photo img {
    width: 100%;
    border-radius: 0.25rem
}

.article-full .article-content .article-inner-photo figcaption {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity))
}

.article-full .article-content h2,
.article-full .article-content h3 {
    font-weight: 700;
    font-size: 1.6666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
    margin-top: 0;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 12px solid;
    border-color: #475569 transparent #475569 transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.first\:mt-1:first-child {
    margin-top: 0.25rem
}

.last\:mb-1:last-child {
    margin-bottom: 0.25rem
}

.hover\:bg-yashil:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(40 118 37 / var(--tw-bg-opacity))
}

.hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity))
}

.hover\:bg-slate-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.hover\:bg-gabaj:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 242 242 / var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:text-yashil:hover {
    --tw-text-opacity: 1;
    color: rgb(40 118 37 / var(--tw-text-opacity))
}

.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity))
}

.focus\:ring-slate-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity))
}

.group\/submenu:hover .group-hover\/submenu\:visible {
    visibility: visible
}

.group:hover .group-hover\:text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity))
}

@media (prefers-color-scheme: dark) {
    .dark\:text-slate-500 {
        --tw-text-opacity: 1;
        color: rgb(100 116 139 / var(--tw-text-opacity))
    }

    .group:hover .dark\:group-hover\:text-slate-400 {
        --tw-text-opacity: 1;
        color: rgb(148 163 184 / var(--tw-text-opacity))
    }
}

@media (min-width: 768px) {
    .md\:bottom-auto {
        bottom: auto
    }

    .md\:top-0 {
        top: 0px
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-2\/6 {
        width: 33.333333%
    }

    .md\:w-4\/6 {
        width: 66.666667%
    }

    .md\:w-auto {
        width: auto
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:grid-flow-col {
        grid-auto-flow: column
    }

    .md\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)))
    }

    .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse))
    }

    .md\:rounded-none {
        border-radius: 0px
    }

    .md\:rounded-b-lg {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem
    }

    .md\:border-none {
        border-style: none
    }

    .md\:p-0 {
        padding: 0px
    }

    .md\:pt-0 {
        padding-top: 0px
    }

    .md\:flex-child-2 > * {
        width: calc(50% - 0.8rem);
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute
    }

    .lg\:grid {
        display: grid
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:grid-cols-25-auto {
        grid-template-columns:25% auto
    }

    .lg\:grid-cols-auto-25 {
        grid-template-columns:auto calc(25% + 5rem)
    }

    .lg\:grid-cols-25-25-auto {
        grid-template-columns:25% auto 25%
    }

    .lg\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:bg-black\/30 {
        background-color: rgb(0 0 0 / 0.3)
    }

    .lg\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity))
    }

    .lg\:flex-child-3 > * {
        width: calc(33.9% - 1.3rem);
    }
}

@media (min-width: 1600px) {
    .\33xl\:gap-5 {
        gap: 1.25rem
    }
}

@media (orientation: portrait) {
    .portrait\:hidden {
        display: none
    }

    .portrait\:max-w-lg {
        max-width: 32rem
    }
}

@media (min-width: 768px) {
    @media (orientation: landscape) {
        .md\:landscape\:hidden {
            display: none
        }

        .md\:landscape\:grid-cols-1\/3 {
            grid-template-columns:80% calc(20% - 1.6rem)
        }

        .md\:landscape\:grid-cols-75-25 {
            grid-template-columns:75% calc(25% - 1.6rem)
        }

        .item-asidenews {
            height: calc(100dvh - 170px);
            overflow-y: auto;
        }

        .item-asidenews.small {
            height: calc(100dvh - 380px)!important;
        }

    }
}



.tif_embed {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#news_433693 iframe {
    width: 100%;
    height: 350px;
}

#article-gap {
        gap: 2rem;
}

@media (min-width: 1536px) {
    #article-gap {
        gap: 5rem;
    }
}

.also-slider {
    max-width: 580px;
    overflow: hidden;
}
@media (max-width: 777px) {
    .also-slider {
        max-width: 460px;
        overflow: hidden;
    }
}

.article-content .toc {
    padding: 1rem;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    margin-bottom: 2rem;
    background-color: #ededed;
}
.article-content .toc h3 {
    font-weight: 400;
    margin-bottom: 10px;
}
.article-full .article-content ul {
    margin-bottom: 2rem;
    padding-left: 0px;
}
.article-full .article-content ul a {
    background-color: transparent;
    padding: 0;
}
.article-full .article-content ul a:hover {
    text-decoration: underline;
}
.article-full .article-content ul li.level_H2 {
    list-style: none;
    font-weight: 600;
    margin-top: 20px;
}
.article-full .article-content ul li.level_H3 {
    margin-left: 30px;
}