:root {
--c-blue: 200, 100%, 40%; 
} #footer-premium-entrance {
display: inline-flex;
align-items: center;
justify-content: center;
width: fit-content;
}
#footer-premium-entrance a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;  border: none; font-weight: 700;
font-size: 18px;
color: #000;
text-decoration: none;
letter-spacing: 0.03em;      } #footer-premium-entrance a:hover {
transform: translateY(-1px) scale(1.02);  }
#footer-premium-entrance a:hover::after {
transform: translateX(3px);
} #footer-premium-entrance a:active {
transform: scale(0.97);
} .new-badge {
display: inline-flex;
align-items: center;
justify-content: center;
background: linear-gradient(103deg, #FF7704 3.2%, #FB05F4 100.46%);
padding: 3px 12px 3px 10px;
border-radius: 100px;
font-weight: 700;
font-size: 12px;
letter-spacing: 0.06em;
color: #efefef;
text-transform: uppercase;
box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
border: 1px solid rgba(255, 255, 255, 0.20);
transition: box-shadow 0.25s ease, transform 0.2s ease;
position: relative;
line-height: 1.4;
margin-left: -2px;
} .new-badge::after {
content: '';
position: absolute;
inset: -1px;
border-radius: 100px;
padding: 1px;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
} .new-badge .star {
margin-right: 5px;
font-size: 11px;
line-height: 1;
} @media (max-width: 500px) {
#footer-premium-entrance a {
font-size: 16px;
padding: 12px 24px 12px 28px;
min-width: 160px;
white-space: normal;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
#footer-premium-entrance a::after {
font-size: 18px;
}
.new-badge {
font-size: 11px;
padding: 2px 10px 2px 8px;
}
.new-badge .star {
font-size: 10px;
}
}
@media (max-width: 380px) {
#footer-premium-entrance a {
font-size: 14px;
padding: 10px 16px;
min-width: 140px;
gap: 8px;
}
#footer-premium-entrance a::after {
font-size: 16px;
}
.new-badge {
font-size: 10px;
padding: 2px 8px 2px 6px;
}
.new-badge .star {
font-size: 9px;
}
} .f-telegram {
vertical-align: inherit;
position: relative;
z-index: 1;
overflow: hidden;
padding: 24px;
display: flex;
gap: 12px;
background-color: hsla(var(--c-blue),.1);
background-image: linear-gradient(90deg,hsla(var(--c-blue),0) 0%,hsla(var(--c-blue),.1) 50%,hsla(var(--c-blue),0) 100%);
border-radius: var(--block-rd);
transition: background-color .2s ease;
}
.f-telegram:hover {
background-color: hsla(var(--c-blue),.2);
}
.f-telegram .title {
margin-bottom: 0;
font-size: 20px;
color: black;
font-weight: 700;
vertical-align: inherit;
}
.f-telegram-icon, .f-telegram .desc {
display: none;
} @media (min-width: 992px) {
.f-telegram {
font-size: 20px;
color: rgb(93 99 102);
padding: 32px 32px 32px 40px;
}
.f-telegram a, .f-telegram a:hover {
color: rgb(93 99 102) !important;
}
.f-telegram-icon {
display: block;
position: relative;
z-index: -1;
flex: 10%;
pointer-events: none;
user-select: none;
}
.f-telegram-icon img {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-40%);
}
}
@media (min-width: 768px) {
.f-telegram {
align-items: center;
gap: 24px;
}
.f-telegram .desc {
display: block;
--desc-fs: var(--fs);
flex: 1 1 auto;
opacity: .8;
}
}
@media (max-width: 767px) {
.f-telegram {
flex-direction: column;
align-items: center;
}
} #category-list {
display: flex;
flex-wrap: nowrap;
gap: 10px;
overflow-x: auto;
overflow-y: hidden;
padding: 5px 0;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
#category-list::-webkit-scrollbar {
display: none;
}
.cat-pill {
flex: 0 0 auto;
display: inline-block;
padding: 6px 14px;
font-size: 14px;
color: #5f6368;
background: #fff;
border: 1px solid #dadce0;
border-radius: 50px;
text-decoration: none;
white-space: nowrap;
transition: 0.2s;
}
.cat-pill:hover {
background: #5c65aa;
color: #fff;
}
.cat-pill.active {
background: #3949AB;
color: #fff;
border-color: #3949AB;
}
.cat-pill.active:hover {
background: #5c65aa;
}
.btn-more {
cursor: pointer;
background: #f8f9fa;
font-weight: 500;
}
@media (max-width: 767px) {
#category-list {
flex-wrap: nowrap !important;
overflow-x: auto; 
overflow-y: hidden;
padding: 5px 0 10px 0;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.cat-pill {
flex: 0 0 auto;
}
.extra-cat:not(.d-none) {
display: inline-block !important;
}
}  .shadow-hover {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 1rem;
}
.shadow-hover:hover {  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
} .shadow-hover-news {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 1rem;
}
.shadow-hover-news:hover {
transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
} table {
border-collapse: collapse;
width: 100%;
}
.table th, .table td {
padding: 12px 12px 12px 16px !important;
} .rating-popup, .rating-popup-overlay {
display: none !important;
} .breadcrumb-lee {
padding: 8px 8px 8px 16px;
margin-bottom: 1rem;
background-color: #F0F2F5;
border-color: #F0F2F5;
} .accordion-more-info .toggler {
color: #ffffff !important;
background-color: #3949AB !important;
} .rmp-widgets-container {
padding-bottom: 1.5rem !important; 
padding-top: 1.5rem !important;
}
header.d-flex.align-items-end h2, h2.h5.font-weight-semibold {
text-transform: uppercase !important;
}
figure {
margin: 0 0 0 !important;
}
b, strong {
font-weight: 600 !important;
}
em {
font-style: italic !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
text-align: -webkit-auto !important; } div.swiper {
margin: 0px 0px !important;
}
h2.site-logo a.text-body {
color: var(--color_logo_header) !important;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
margin-bottom: .5rem; line-height: 1.2
}
#entry-content h2 {
display: block;
font-size: 22px;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: 600;
unicode-bidi: isolate;
}
#entry-content h3 {
display: block;
font-size: 20px;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: 600;
unicode-bidi: isolate;
}
#entry-content h4 {
font-size: 18px !important;
font-weight: 600 !important;
}
.entry-content blockquote {
border-left: 0.35rem solid var(--color_button) !important;
padding-left: 1rem !important;
}  @media (max-width: 767px) {
.site-logo {
margin-left: .5rem !important;
}
}
@media (min-width: 768px) {
#masthead {
padding: 5px !important;
}
}
@media (min-width: 768px) {
.container {
max-width: 1200px !important;
}
}
.site-nav {
font-size: 21px !important;
font-weight: 500 !important;
border-top: 0px solid transparent !important;
border-bottom: 0px solid transparent !important;
color: #fff !important;
background-color: #3949AB !important;
}
.site-nav li > a {
color: #fff !important;
padding: 6px 12px !important;
}
.site-nav li:hover > a {
color: #dde1e9 !important;
background: transparent !important;
}
.site-nav .menu > li.current-menu-item > a {
color: #dde1e9 !important;
background-color: transparent !important;
}
.site-header {
position: fixed !important;
z-index: 1001 !important;
}
@media (max-width: 991px) {
.site-nav .menu > li {
padding: 0.50rem 0.50rem 0.50rem 0;
}
}
@media (min-width: 768px) {
.site-nav .menu > li {
border-bottom: 0px solid transparent !important;
}
.site-nav {
padding-left: 1.5rem !important;
}
}
.accordion-more-info .toggler {
color: black;
background-color: rgba(0,0,0,.05);
font-weight: bold !important;
font-family: 'Roboto', sans-serif;
} .gallery_image_top .swiper-slide img,
.gallery_image_bottom .swiper-slide img {
width: auto;
max-width: 100%;
height: auto;
max-height: 320px;
object-fit: contain;
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
transition: transform 0.3s ease;
transform-origin: center;
}
.gallery_image_top .swiper-slide img:hover,
.gallery_image_bottom .swiper-slide img:hover {
transform: scale(1.02);
} .gallery_image_bottom .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
width: auto !important;
} .gallery_image_top .swiper-button-next,
.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-next,
.gallery_image_bottom .swiper-button-prev {
width: 42px;
height: 42px;
border-radius: 50%;
background: #f8f9fa;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
transition: all 0.3s ease;
top: 50%;
transform: translateY(-50%);
}
.gallery_image_top .swiper-button-next:hover,
.gallery_image_top .swiper-button-prev:hover,
.gallery_image_bottom .swiper-button-next:hover,
.gallery_image_bottom .swiper-button-prev:hover {
background: #e9ecef;
box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
.gallery_image_top .swiper-button-next,
.gallery_image_bottom .swiper-button-next {
right: 10px;
}
.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-prev {
left: 10px;
} .gallery_image_top .swiper-button-next::after,
.gallery_image_top .swiper-button-prev::after,
.gallery_image_bottom .swiper-button-next::after,
.gallery_image_bottom .swiper-button-prev::after {
display: none !important;
content: none !important;
} .gallery_image_top .swiper-button-next svg,
.gallery_image_top .swiper-button-prev svg,
.gallery_image_bottom .swiper-button-next svg,
.gallery_image_bottom .swiper-button-prev svg {
width: 20px;
height: 20px;
stroke: #222;
}
.swiper-button-next, .swiper-button-prev {color: #00000000 !important;}
.comment-respond {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 0.5rem !important;
padding-left: 16px !important;
padding-right: 16px !important;
padding-bottom: 4px !important;
padding-bottom: 4px !important;
margin-bottom: 16px;
}