/* Увеличенный логотип в шапке */
.header .brand-logo-full{width:232px!important;height:70px!important}
body.page-home .header--home .brand-logo-full{width:clamp(210px,15.5vw,276px)!important;max-width:276px!important;max-height:66px!important}
@media(max-width:1100px){.header .brand-logo-full{width:204px!important;height:68px!important}}
@media(max-width:820px){.header .brand-logo-full{width:176px!important;height:56px!important}body.page-home .header--home .brand-logo-full{width:176px!important;max-width:176px!important;max-height:56px!important}}
@media(max-width:560px){.header .brand-logo-full{width:146px!important;height:49px!important}body.page-home .header--home .brand-logo-full{width:146px!important;max-width:146px!important;max-height:49px!important}}

/* Оформление статьи о классике */
.classic-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2.3vw,30px);margin:0 0 clamp(54px,6vw,78px);align-items:start}
.classic-comparison__panel{min-width:0;margin:0;padding:10px 10px 18px;border:1px solid #deded8;background:#f6f5f1}
.classic-comparison__panel img{display:block;width:100%;height:auto;object-fit:contain;background:#ece9e2}
.classic-comparison__panel figcaption{display:flex;margin:15px 5px 0;gap:14px;align-items:baseline;color:#24241f}
.classic-comparison__panel figcaption span{color:#8a8a82;font-size:11px;letter-spacing:.12em}
.classic-comparison__panel figcaption strong{font-family:"Source Sans 3",Segoe UI,Arial,sans-serif;font-size:18px;font-weight:400}
.article-simple__header+.classic-comparison+.article-simple__hero{display:none}
.classic-comparison~.article-simple__content section:first-child p:first-child{color:#35352f;font-size:21px;line-height:1.72}
.classic-comparison~.article-simple__content section:nth-child(4){margin:60px -34px;padding:34px;border-left:3px solid #6b9455;background:#f4f3ef}
.classic-comparison~.article-simple__content section:nth-child(4) h2{margin-bottom:13px}
.classic-comparison~.article-simple__content section:nth-child(4) p{margin-bottom:0;color:#363630;font-size:19px}
@media(max-width:720px){.classic-comparison{grid-template-columns:1fr;gap:30px;margin-bottom:48px}.classic-comparison__panel{padding:7px 7px 15px}.classic-comparison__panel figcaption{margin-top:12px}.classic-comparison~.article-simple__content section:first-child p:first-child{font-size:18px}.classic-comparison~.article-simple__content section:nth-child(4){margin:46px 0;padding:25px 22px}.classic-comparison~.article-simple__content section:nth-child(4) p{font-size:17px}}