:root{--color-primary:#faca15;--color-primary-hover:#ffd84d;--color-primary-text:#000000;--color-text-main:#222222;--color-text-secondary:#444444;--color-text-muted:#8b8b98;--color-bg-body:#ffffff;--color-bg-light:#f8f9fa;--color-bg-lighter:#f5f5f5;--color-bg-card:rgba(255,255,255,0.85);--color-bg-glass:rgba(255,255,255,0.98);--border-color:#e9e9e9;--border-color-light:#ececec;--shadow-sm:0 1px 4px rgba(0,0,0,0.03);--shadow-md:0 2px 8px rgba(0,0,0,0.07);--shadow-lg:0 4px 32px rgba(0,0,0,0.08);--shadow-header:0 1px 12px rgba(0,0,0,0.05);--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--container-width:1200px;--font-family:"Roboto",sans-serif}*,*::before,*::after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:var(--font-family);font-weight:400;font-style:normal;font-size:14px;color:var(--color-text-main);background-color:var(--color-bg-body);text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none;transition:color 0.2s,background 0.2s,transform 0.2s}.roboto-thin{font-weight:100}.roboto-light{font-weight:300}.roboto-regular{font-weight:400}.roboto-medium{font-weight:500}.roboto-bold{font-weight:700}.roboto-black{font-weight:900}.roboto-thin-italic{font-weight:100;font-style:italic}.roboto-light-italic{font-weight:300;font-style:italic}.roboto-regular-italic{font-weight:400;font-style:italic}.roboto-medium-italic{font-weight:500;font-style:italic}.roboto-bold-italic{font-weight:700;font-style:italic}.roboto-black-italic{font-weight:900;font-style:italic}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding:1em}.header{position:sticky;top:0;background:var(--color-bg-glass);backdrop-filter:blur(8px);border-bottom:1px solid rgba(233,233,233,0.5);box-shadow:var(--shadow-header);z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1.2em}@media screen and (max-width:768px){.header .container{padding:1em}}.header__right{display:flex;gap:1.2em;align-items:center}@media screen and (max-width:768px){.header__right{gap:0.8em}}.header__con{display:flex;align-items:center;gap:0.5em;padding:0.6em 1.2em;border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-primary-text);font-weight:500}.header__con:hover{background:#000;color:#fff;transform:translateY(-1px)}.header__con span{font-size:0.9em}@media screen and (max-width:768px){.header__con{padding:0.5em 0.8em;font-size:0.9em}}.logo{font-size:28px;text-transform:uppercase;font-weight:900;letter-spacing:-0.5px;transition:transform 0.2s ease}.logo:hover{transform:scale(1.02)}.logo .logo__left{color:#111}.logo .logo__right{color:var(--color-primary)}@media screen and (max-width:768px){.logo{font-size:24px}}.city{display:flex;align-items:center;gap:0.5em;padding:0.6em 1em;border-radius:var(--radius-sm);background:var(--color-bg-lighter);color:var(--color-text-main);cursor:pointer}.city:hover{background:var(--color-primary);color:var(--color-primary-text);transform:translateY(-1px)}@media screen and (max-width:768px){.city{padding:0.5em 0.8em;font-size:0.9em}}.footer{background:var(--color-bg-glass);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 -4px 24px rgba(151,158,167,0.08);border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:2em;position:relative;z-index:100}.footer .container{display:flex;gap:2em;align-items:center;justify-content:center;padding:1.5em 2em}.footer .container>p{margin:0;font-size:1.1em;color:var(--color-text-main);font-weight:500;letter-spacing:0.02em}@media screen and (max-width:768px){.footer .container>p{font-size:1em;text-align:center}}@media screen and (max-width:768px){.footer .container{flex-direction:column;gap:1em;padding:1em}}.footer .footer__link{color:var(--color-primary);font-weight:500;padding:0.5em 1em;border-radius:var(--radius-sm)}.footer .footer__link:hover{color:#fff;background:var(--color-primary)}@media screen and (max-width:768px){.footer{border-radius:12px 12px 0 0;margin-top:1em}}.ym-informer{margin-left:1em;transition:opacity 0.2s ease}@media screen and (max-width:768px){.ym-informer{margin:0.5em 0}}#message{transition:all 0.25s ease-in-out;background:var(--color-primary);color:black;position:fixed;width:100%;z-index:999;display:flex;justify-content:space-between;align-items:center;padding:0 1.5em;height:0;overflow:hidden}#message:hover #message_text{text-decoration:underline}#message.active{height:35px}#message_empty,#message_close{width:20px}#message_text,#message_close{cursor:pointer}#message_close{display:flex}.card-modern,.about--modern,.seo-text,.faq-section,.map-card,.metros-block,.review-list.about--modern,.others-list.about--modern{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2em;margin-bottom:2em;max-width:100%}@media (max-width:900px){.card-modern,.about--modern,.seo-text,.faq-section,.map-card,.metros-block,.review-list.about--modern,.others-list.about--modern{padding:1em}}.about__block,.others__card.about__block,.review.about__block,.review_form_wrapper.about__block,.faq-item,.metros__item{background:var(--color-bg-light);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.2em 1.5em;margin-bottom:1.2em;transition:all 0.2s ease}.btn-primary,.others__more,.open_review_form{display:inline-flex;align-items:center;gap:0.5em;padding:0.6em 1.2em;border-radius:var(--radius-sm);background:var(--color-primary);color:var(--color-primary-text);font-weight:500;transition:all 0.2s ease;border:none;cursor:pointer}.btn-primary:hover,.others__more:hover,.open_review_form:hover{background:#000;color:#fff;transform:translateY(-1px)}.btn-primary:active,.others__more:active,.open_review_form:active{transform:scale(0.98)}.btn-secondary,.show_more{display:inline-flex;align-items:center;gap:0.5em;padding:0.6em 1em;border-radius:var(--radius-sm);background:var(--color-bg-lighter);color:var(--color-text-main);transition:all 0.2s ease;border:none;cursor:pointer}.btn-secondary:hover,.show_more:hover{background:var(--color-primary);color:var(--color-primary-text);transform:translateY(-1px)}.btn-secondary:active,.show_more:active{transform:scale(0.98)}.seo-text{color:#333;line-height:1.5}.seo-text p{margin:1.1em 0}.seo-text h1,.seo-text h2,.seo-text h3{margin-bottom:0.8em;margin-top:0.8em;font-weight:700;line-height:1.2}.seo-text h1{margin-top:0;font-size:2rem}.seo-text h2{font-size:1.5rem}.seo-text h3{font-size:1.2rem}.seo-text img{border-radius:var(--radius-sm)}.seo-text table tbody tr:hover{background-color:#f0f4f8}.seo-text table th,.seo-text table td{border:1px solid #e5e5e5}.seo-text ul,.seo-text ol{margin:0.7em 0 0.7em 2em;padding:0}.seo-text li{margin-bottom:0.4em;line-height:1.6}.seo-text hr{margin:1em 0}.seo-text a:hover{text-decoration:underline}@media (max-width:600px){.seo-text{font-size:1rem}}.faq-title{color:var(--color-text-main);font-size:1.4em;font-weight:700;margin:0 0 1.5em 0;padding-bottom:0.8em;border-bottom:3px solid var(--color-primary);position:relative;display:flex;align-items:center;gap:0.5em}.faq-title::before{content:"❓";font-size:1.2em;opacity:0.8}@media (max-width:768px){.faq-title{font-size:1.2em;margin-bottom:1em}}.faq-container{display:flex;flex-direction:column;gap:1em}.faq-item{padding:0;overflow:hidden;margin-bottom:0}.faq-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:var(--color-primary)}.faq-item:hover .faq-question{color:#000}.faq-item:hover .faq-answer-text{color:#000}.faq-question{background:transparent;padding:1.2em 1.5em;margin:0;font-size:1.1em;font-weight:600;color:var(--color-text-secondary);border:none;position:relative;cursor:pointer;display:flex;align-items:center;gap:0.8em;width:100%}.faq-question::before{content:"💬";font-size:1.1em;opacity:0.7;flex-shrink:0}@media (max-width:768px){.faq-question{padding:1em;font-size:1em}}.faq-answer{padding:0 1.5em 1.5em 1.5em;background:transparent}@media (max-width:768px){.faq-answer{padding:0 1em 1em 1em}}.faq-answer-text{color:var(--color-text-secondary);line-height:1.6;font-size:0.95em;margin:0}.map-card{display:flex;flex-direction:column;gap:1em;overflow:hidden}#map{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);width:100%;height:400px}.metros__title{font-size:1.2em;font-weight:700;margin:0;color:var(--color-text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.metros__title.active .toggle-icon{transform:rotate(45deg)}.toggle-icon{font-size:1.2em;transition:transform 0.3s ease}.metros__list{display:flex;flex-wrap:wrap;gap:0.8em;max-height:10000px;overflow:hidden;transition:max-height 0.5s ease,padding 0.5s ease,margin 0.5s ease;margin-top:1em}.metros__list.collapsed{max-height:0;margin-top:0}.metros__item{padding:0.4em 0.8em;color:var(--color-text-secondary);text-decoration:none;font-size:0.9em;display:flex;align-items:center;gap:0.5em;margin-bottom:0}.metros__item:hover{background:var(--color-primary);color:#000;transform:translateY(-2px);box-shadow:var(--shadow-md)}.metros__item:hover i{color:#000}.metros__item i{color:var(--color-text-muted)}.city-links,.service-links{display:flex;flex-wrap:wrap;gap:0.7em;margin-bottom:1.5em}.city-link,.service-link{display:inline-block;color:var(--color-text-main);text-decoration:none;padding:0.6em 1.2em;border-radius:20px;font-size:12px;font-weight:500;transition:background 0.2s,color 0.2s;border:1px solid var(--color-primary)}.city-link:hover,.service-link:hover{background:var(--color-primary-hover);color:#000;border-color:var(--color-primary-hover)}.about__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-color-light);padding-bottom:1em;margin-bottom:2em}.about__header-main{display:flex;flex-direction:column;gap:0.5em}@media (max-width:900px){.about__header{flex-direction:column;align-items:flex-start;gap:1em}}.about__title,.others__title{font-size:2em;font-weight:700;margin:0}.about__rating{color:#f5b942;font-weight:600}.about__logo{width:80px;height:80px;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.about__logo img{padding:5px;object-fit:contain;width:100%;height:100%}.about__body{display:grid;grid-template-columns:1fr 1fr;gap:2em}@media (max-width:900px){.about__body{grid-template-columns:1fr}}.about__contacts{background:var(--color-bg-light);border-radius:var(--radius-md);padding:1.2em 1.5em;margin-bottom:1.2em;box-shadow:var(--shadow-sm)}.about__contacts-list{list-style:none;padding:0;margin:0}.about__contacts-list li{display:flex;align-items:center;gap:0.7em;font-size:1em;margin-bottom:0.6em;color:var(--color-text-secondary)}.about__contacts-list i{min-width:18px;text-align:center}.about__contacts-list a:hover{text-decoration:underline}.about__phone:hover,.about__email:hover{text-decoration:underline}.about__small{color:var(--color-text-muted);font-size:13px;margin-bottom:8px;display:inline-block}.about__blockmap{margin-bottom:1.2em}.about__map{grid-column:span 2;border-radius:var(--radius-md);overflow:hidden;min-height:250px}@media (max-width:900px){.about__map{grid-column:span 1}}.about__serlist{display:flex;flex-wrap:wrap;gap:0.5em}.about__serlist a{background:#e9ecef;color:var(--color-text-secondary);padding:0.3em 0.7em;border-radius:4px;font-size:0.9em;text-decoration:none;transition:background 0.2s}.about__serlist a:hover{background:var(--color-primary);color:#000}.metro__items{display:flex;gap:0.5em;flex-wrap:nowrap;overflow-x:auto;padding-bottom:0.5em;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.metro_item{flex-shrink:0;display:flex;gap:5px;background:#e9ecef;color:var(--color-text-secondary);padding:0.3em 0.7em;border-radius:4px;font-size:0.9em;transition:background 0.2s;text-decoration:none;align-items:center;white-space:nowrap}.metro_item:hover{background:var(--color-primary);color:#000}.metro_color{width:10px;height:10px;border-radius:100%;display:inline-block}.others-list.about--modern{display:flex;flex-direction:column;gap:2em}.others__card.about__block{display:flex;flex-direction:column;gap:1em}.others__card--first{border:2px solid var(--color-primary);background:#fef9e7!important;position:relative}.others__card--first::after{content:"Лидер";position:absolute;top:0;right:0;background:var(--color-primary);color:#fff;font-size:12px;font-weight:bold;padding:4px 10px;border-radius:0 10px 0 10px}.others__card-header{display:flex;align-items:center;gap:1.2em}.others__logo{width:65px;height:65px;border-radius:10px;display:flex;align-items:center}.others__main{display:flex;flex-direction:column;gap:0.3em}.others__name a{font-size:1.2em;font-weight:700;color:var(--color-text-main)}.others__name a:hover{color:var(--color-primary)}.others__rating a{display:flex;gap:1em;color:#f5b942;font-size:1em;align-items:center}.others__star i{color:#f5b942}.others__reviews i{color:var(--color-text-muted)}.others__info{display:flex;flex-direction:column;gap:0.5em}.others__contacts,.others__address{display:flex;flex-direction:column;gap:5px;padding:0;background:transparent;box-shadow:none;margin:0}.others__contacts span,.others__address span,.others__contacts div,.others__address div{display:flex;align-items:center;gap:0.5em;color:var(--color-text-secondary);font-size:1em}.others__contacts a:hover,.others__address a:hover{text-decoration:underline}.others__services{display:flex;flex-wrap:wrap;gap:0.5em;font-size:0.95em;color:var(--color-text-secondary)}.others__service{background:#e9ecef;border-radius:4px;padding:0.2em 0.6em}.others__desc{color:#555;font-size:0.98em;margin-bottom:0.5em}.reviews__title{margin-bottom:1em;font-size:2em;font-weight:700}.review__header{display:flex;align-items:center;gap:1em;margin-bottom:0.5em}.review__title{font-size:1.2em;font-weight:700}.review__stars{color:#f5b942;font-size:1.1em}.review__date{color:var(--color-text-muted);font-size:13px;margin-bottom:8px}.review__text{font-size:16px;line-height:24px}.review__btns{display:flex;align-items:center;justify-content:center;gap:1em}form .form_group{margin:1em 0}form label{display:block;margin-bottom:0.5em}form input[type="text"],form input[type="email"],form input[type="password"],form textarea,form select{height:40px;border-radius:3px;border:none;background:#f2f2f2;padding:2px 1em;width:100%}form input[type="text"]:focus,form input[type="email"]:focus,form input[type="password"]:focus,form textarea:focus,form select:focus{outline:none;border:1px solid var(--color-primary);box-shadow:0 0 0 3px rgba(250,202,21,0.2);background:#fff}form textarea{max-width:100%;min-width:100%;min-height:100px;padding-top:10px}form select{padding:2px 0.5em}form input[type="submit"]{background:red;color:white;cursor:pointer;max-width:200px;height:40px;border:none;border-radius:3px;margin-top:10px}form input[type="submit"]:hover{background:darkred}form input[type="submit"]:active{transform:scale(0.98)}.require{color:red;font-weight:bold;margin:2px}.popup-towns__inner{width:100%;max-width:450px;padding:24px}.popup-towns__title{text-transform:uppercase;font-size:24px;font-weight:bold}.popup-towns__search{margin-bottom:8px}.popup-towns__search label{display:flex;align-items:center}.popup-towns__search span{width:30px}.popup-towns__search input{width:100%;border:none;padding-left:0;border-bottom:1px solid #ccc;height:40px;outline:none;background:transparent}.popup-towns__list{display:flex;flex-direction:column;overflow:auto;height:325px;padding:0 30px;background:#fafafa}.popup-towns__town{font-size:16px;padding:4px 0;text-decoration:none;color:var(--color-text-main)}.popup-towns__town:hover{color:var(--color-primary)}.popup-towns__sep{display:inline-block;width:30px}.cookie-consent{position:fixed;bottom:-100%;left:0;width:100%;background-color:rgba(0,0,0,0.85);color:#fff;padding:15px 0;z-index:9999;transition:bottom 0.5s ease-in-out;box-shadow:0 -2px 10px rgba(0,0,0,0.2)}.cookie-consent.show{bottom:0}.cookie-consent__container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 20px}@media (max-width:768px){.cookie-consent__container{flex-direction:column;align-items:flex-start}}.cookie-consent__text{flex:1;margin-right:20px;font-size:14px;line-height:1.5}@media (max-width:768px){.cookie-consent__text{margin-right:0;margin-bottom:15px}}.cookie-consent__link{color:#ffcc00;text-decoration:underline}.cookie-consent__buttons{display:flex;gap:10px}@media (max-width:768px){.cookie-consent__buttons{width:100%;justify-content:space-between}}.cookie-consent__button{padding:8px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:bold;transition:background-color 0.3s}.cookie-consent__button--accept{background-color:#ffcc00;color:#000}.cookie-consent__button--accept:hover{background-color:#e6b800}.cookie-consent__button--decline{background-color:transparent;color:#fff;border:1px solid #fff}.cookie-consent__button--decline:hover{background-color:rgba(255,255,255,0.1)}.pagination{display:flex;flex-wrap:wrap;margin-top:2em;gap:0.5em}.pagination a{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 0.5em;border:1px solid var(--border-color);background:#fff;text-decoration:none;border-radius:var(--radius-sm);color:var(--color-text-main);font-weight:500;transition:all 0.2s ease}.pagination a.current{background:var(--color-primary);border-color:var(--color-primary);color:#000;font-weight:700;pointer-events:none}.pagination a:hover:not(.current){border-color:var(--color-primary);color:#000;background:var(--color-bg-lighter);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.breadcrumbs{margin:1.5em 0;display:flex;background:var(--color-bg-card);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:var(--radius-md);box-shadow:0 2px 12px rgba(151,158,167,0.1);padding:0.7em 1em;gap:0.2em;align-items:center;transition:background 0.3s,box-shadow 0.3s;overflow-x:auto}@media screen and (max-width:768px){.breadcrumbs{padding:0.5em 0.5em;border-radius:8px;font-size:13px}}.breadcrumbs *{white-space:nowrap}.breadcrumbs>div{padding:0 7px;color:#374151;font-size:15px;font-weight:500;letter-spacing:0.01em;transition:color 0.2s}.breadcrumbs>div + div{border-left:2px solid var(--color-primary)}.breadcrumbs a{color:var(--color-primary);text-decoration:none;border-radius:6px;padding:0.1em 7px;transition:background 0.2s,color 0.2s}.breadcrumbs a:hover{background:var(--color-primary);color:black}.breadcrumbs div:last-child span{padding:0.1em 7px;color:#b8b8b8;font-weight:500}.breadcrumbs .main_bread span{font-size:15px;font-weight:700;color:var(--color-text-main)}.main-title{text-align:center}.stats-container{padding:1.5em;margin-bottom:2em}.stats{display:flex;flex-wrap:wrap;gap:1.5em;justify-content:space-around}@media (max-width:768px){.stats{justify-content:center}}.stats-item{display:flex;flex-direction:column;align-items:center;background:var(--color-bg-light);border-radius:10px;padding:1em 1.5em;min-width:100px;box-shadow:var(--shadow-sm);transition:all 0.2s ease}.stats-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,0.08)}.stats-label{color:var(--color-text-muted);font-size:0.9em;margin-bottom:0.5em;text-transform:lowercase}.stats-value{font-size:1.8em;font-weight:600;color:#333}.search{margin:2em 0}.search form{display:flex;gap:1em;align-items:center}.search form input{height:40px;border-radius:10px;border:none;margin-top:0}.search input.insearch{width:100%;background:#f2f2f2;padding:2px 1em}.search .sbtn{width:40px;background:red url('/static/search-w.png?4bf8f2374d01') 53% 50% no-repeat;background-size:20px;cursor:pointer}.main-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2em}@media (max-width:900px){.main-content{grid-template-columns:1fr}}.content-block{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5em;margin-bottom:1em}.content-block__header{border-bottom:1px solid var(--border-color-light);padding-bottom:0.8em;margin-bottom:1.2em}.content-block__title{font-size:1.4em;font-weight:600;margin:0;color:#333}.content-block__body{display:flex;flex-direction:column;gap:0.8em}.content-block__item{padding:0.7em 1em;background:var(--color-bg-light);border-radius:10px;transition:all 0.2s ease}.content-block__item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,0.05)}.content-block__item a{text-decoration:none;color:var(--color-text-secondary);display:flex;justify-content:space-between;align-items:center;font-size:0.95em}.content-block__views{color:#888;font-size:0.8em;margin-left:1em}.feedback-container{font-family:var(--font-family);max-width:800px;margin:0 auto;padding:20px;color:#333;line-height:1.6}.section-title{color:#2c3e50;border-bottom:2px solid #f0f0f0;padding-bottom:10px;font-size:1.8em}.premium-block{background:linear-gradient(135deg,#f8faff 0%,#e6f2ff 100%);border-radius:12px;padding:25px;margin:30px 0;border:1px solid var(--color-primary);box-shadow:0 4px 12px rgba(0,107,214,0.08)}.premium-title{margin-top:0;color:black;display:flex;align-items:center;gap:10px}.benefits-list{padding-left:0;margin:20px 0}.benefit-item{margin-bottom:12px;padding-left:35px;position:relative;list-style-type:none;font-size:1.05em}.benefit-item::before{content:var(--emoji);position:absolute;left:0;font-size:1.2em}.premium-price{font-size:1.1em;font-weight:bold;color:black;margin:15px 0}.premium-note{background-color:#fff8e1;padding:10px 15px;border-left:4px solid #ffc107;margin:15px 0;font-size:0.95em}.premium-note p{margin:0}.reasons-block{background:#f9f9f9;padding:25px;border-radius:12px;margin:30px 0;border:1px solid #eee}.reasons-title{margin-top:0;color:#2c3e50;display:flex;align-items:center;gap:10px}.reasons-list{padding-left:0}.reason-item{margin-bottom:10px;padding-left:35px;position:relative;list-style-type:none}.reason-item::before{content:var(--emoji);position:absolute;left:0;font-size:1.2em}.telegram-block{text-align:center;margin:40px 0;padding:30px;background:#f5fbff;border-radius:12px;border:1px solid #e1f0ff}.telegram-title{margin-top:0;color:#2c3e50}.telegram-button{display:inline-flex;align-items:center;background:var(--color-primary);color:black;padding:12px 25px;border-radius:8px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:all 0.3s;gap:0.5em}.telegram-button:hover{background:var(--color-primary);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,0.1)}.icon{margin-right:10px;font-size:1.2em}.footer-note{font-style:italic;text-align:center;color:#666;margin-top:40px;font-size:0.95em}.article-links{display:flex;flex-direction:column;gap:1.2em;margin-top:2em}@media screen and (max-width:768px){.article-links{gap:0.7em}}.article-link{display:block;background:#f5f5f5;color:#222;text-decoration:none!important;padding:1.2em 1.5em;border-radius:8px;font-size:1.1em;font-weight:500;box-shadow:var(--shadow-sm);border:1px solid #e0e0e0;transition:background 0.2s,color 0.2s,border 0.2s}.article-link:hover{background:#eaeaea;color:#000;border:1px solid #bdbdbd}@media screen and (max-width:768px){.article-link{font-size:1em;padding:1em 1em}}.article-title{vertical-align:middle}.responsive-table{overflow:auto}.article .seo-text a{text-decoration:underline}.article .seo-text a:hover{text-decoration:none}.article table{width:100%;border-collapse:collapse;margin:25px 0;font-size:0.9em;font-family:sans-serif;min-width:400px}@media screen and (max-width:768px){.article table{overflow:hidden;overflow-x:scroll;display:block}}.article table th,.article table td{padding:12px 15px}.article table tbody tr{border-bottom:1px solid #dddddd}.article table tbody tr:nth-of-type(even){background-color:#f3f3f3}.article table tbody tr:last-of-type{border-bottom:2px solid var(--color-primary)}.article table thead tr{background-color:var(--color-primary);color:#ffffff;text-align:left}.article img[style="float: left;"]{margin-right:2em;margin-bottom:1em}.article img[style="float: right;"]{margin-left:2em;margin-bottom:1em}@media screen and (max-width:960px){.article img[style="float: left;"],.article img[style="float: right;"]{float:none!important;margin:2em auto!important}}@media screen and (max-width:768px){pre{overflow-x:scroll}}h1 span.small{font-size:0.5em;display:block;margin-top:0.5em;font-weight:400;color:var(--color-text-secondary)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d1d1d1;border-radius:5px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background:var(--color-primary);color:#000}.card-modern,.about__block,.others__card{transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease;border:1px solid transparent}.card-modern:hover,.about__block:hover,.others__card:hover{border-color:rgba(250,202,21,0.3)}