.articles-layout{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:40px;padding:0 60px}@media only screen and (max-width:1023px){.articles-layout{grid-template-columns:1fr;padding:0 40px;gap:30px}}@media only screen and (max-width:767px){.articles-layout{padding:0 20px}}@media only screen and (max-width:639px){.articles-layout{padding:0 15px;gap:20px}}@media only screen and (max-width:479px){.articles-layout{padding:0 10px;gap:15px}}.articles__wrapper{display:flex;flex-direction:column;gap:30px;margin-bottom:20px}.articles__item{display:flex;gap:20px;background-color:#fff;border-radius:20px;border:6px solid rgba(240,240,240,0);box-shadow:0 0 10px #abf3f940;transition:box-shadow .3s ease;box-sizing:border-box}@media only screen and (max-width:639px){.articles__item{flex-direction:column;gap:0px}}.articles__item:hover{box-shadow:0 0 30px #abf3f940}.articles__item-image{flex:0 0 250px;width:200px;height:200px;border-radius:15px;overflow:hidden}@media only screen and (max-width:639px){.articles__item-image{width:100%;height:150px;margin-left:0;margin-bottom:10px}}.articles__item-img{width:100%;height:100%;object-fit:cover}.articles__item-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 10px}@media only screen and (max-width:639px){.articles__item-content{padding:10px 10px 0}}@media only screen and (max-width:479px){.articles__item-content{padding:10px 5px}}.articles__item-title{font-size:26px;line-height:31px;color:#1564a7;font-weight:600;margin-bottom:10px;text-decoration:none}.articles__item-title:hover{color:#0189a8}@media only screen and (max-width:639px){.articles__item-title{font-size:20px;line-height:24px}}@media only screen and (max-width:479px){.articles__item-title{font-size:18px;line-height:22px}}.articles__item-date{font-size:14px;line-height:17px;color:#adadad;font-weight:500;margin-bottom:8px}.articles__item-desc{font-size:16px;line-height:24px;color:#11181d;font-weight:400;margin-bottom:15px;flex:1}.articles__item-tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.articles__item-tag{font-size:13px;line-height:17px;font-weight:600;padding:5px 10px;background-color:#d9fdf1;border-radius:10px;color:#11181d;text-decoration:none;font-weight:500}@media only screen and (max-width:1023px){.articles__item-tag{font-size:12px;line-height:1}}.articles__item-tag:hover{background-color:#1c3480;color:#fff}.articles-detail{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:3fr 1fr;gap:40px;padding:50px 60px}@media only screen and (max-width:1023px){.articles-detail{grid-template-columns:1fr;max-width:100%;padding:50px 40px;gap:30px}}@media only screen and (max-width:1440px){.articles-detail{padding:50px 20px}}@media only screen and (max-width:639px){.articles-detail{padding:30px 15px;gap:20px}}.articles-header{margin-bottom:20px}.articles-header__image-wrapper{height:auto;max-width:100vw;aspect-ratio:16/9;overflow:hidden;border-radius:20px;object-fit:contain;object-position:center}.articles-header__image{width:100%;height:100%;object-fit:cover}.articles-header__content{margin-bottom:1rem}.articles-header__title{font-size:64px;line-height:67px;color:#0189a8;font-weight:600;padding-bottom:30px;background:-webkit-linear-gradient(#1564a7,#0189a8);background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media only screen and (max-width:1023px){.articles-header__title{font-size:49px;line-height:51px}}@media only screen and (max-width:767px){.articles-header__title{font-size:35px;line-height:36px;padding:25px 0}}.articles-header__description{font-size:22px;font-weight:400;line-height:34px;margin-bottom:16px;color:#54595f}@media only screen and (max-width:1023px){.articles-header__description{font-size:16px;line-height:25px}}.articles-header__date{color:#1c3480;font-size:16px;line-height:1;font-weight:600;display:flex;align-items:center;padding-bottom:20px}.articles-header__date-icon{width:14px;height:16px;margin-right:4px}.articles-header__tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.articles-header__tag{font-weight:600;padding:5px 10px;background-color:#d9fdf1;border-radius:10px;color:#11181d;text-decoration:none;font-weight:500;font-size:16px;line-height:1}@media only screen and (max-width:1023px){.articles-header__tag{font-size:14px;line-height:1}}.articles-header__tag:hover{background-color:#1c3480;color:#fff}.articles-content__text{font-size:19px;line-height:31px;margin-bottom:16px;font-weight:500;color:#333}@media only screen and (max-width:1023px){.articles-content__text{font-size:16px;line-height:25px}}.articles-content__video{margin:3rem 0}.articles-content__video-title{font-size:31px;line-height:31px;color:#0189a8;font-weight:600;padding:30px 0;background:-webkit-linear-gradient(#1564a7,#0189a8);background-clip:text;-webkit-text-fill-color:transparent;-webkit-background-clip:text}@media only screen and (max-width:1023px){.articles-content__video-title{font-size:25px;line-height:25px}}@media only screen and (max-width:767px){.articles-content__video-title{font-size:20px;line-height:20px;padding:15px 0}}.articles-content__video-wrapper{position:relative;max-width:100vw;aspect-ratio:16/9;overflow:hidden;border-radius:20px}.articles-content__video-frame{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.articles-content__nav{display:flex;justify-content:space-between;margin-top:2.5rem;gap:1rem}.articles-content__nav-btn{display:flex;align-items:center;color:#1564a7;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s}.articles-content__nav-btn:hover{background:#e0e7f7}.articles-content__nav-btn-wrapper{display:flex;flex-direction:column;justify-content:center}.articles-content__nav-btn-text{font-size:11px;line-height:17px;color:#1564a7;font-weight:600}.articles-content__nav-btn-title{font-size:19px;line-height:28px;color:#1564a7;font-weight:900;text-transform:uppercase}.articles-content__nav-btn--prev .articles-content__nav-btn-wrapper{align-items:flex-start}.articles-content__nav-btn--prev:before{content:"";display:inline-block;width:16px;height:16px;margin-right:15px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 3L6.5 8L10.5 13" stroke="%231c3480" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain}.articles-content__nav-btn--next .articles-content__nav-btn-wrapper{align-items:flex-end}.articles-content__nav-btn--next:after{content:"";display:inline-block;width:16px;height:16px;margin-left:15px;vertical-align:middle;background:url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 3L9.5 8L5.5 13" stroke="%231c3480" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain}.sidebar{display:grid;grid-template-columns:1fr;gap:30px}@media only screen and (max-width:1023px){.sidebar{grid-template-columns:1fr 1fr;gap:20px}}@media only screen and (max-width:639px){.sidebar{grid-template-columns:1fr;gap:20px}}@media only screen and (max-width:479px){.sidebar{gap:15px}}.sidebar__widget{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:20px;padding:25px;margin-bottom:0;box-shadow:0 2px 10px #0000001a}@media only screen and (max-width:1023px){.sidebar__widget{padding:20px}}@media only screen and (max-width:639px){.sidebar__widget{padding:20px}}@media only screen and (max-width:479px){.sidebar__widget{padding:15px}}.sidebar__widget-title{font-size:18px;line-height:22px;color:#0189a8;font-weight:600;text-transform:uppercase}@media only screen and (max-width:1023px){.sidebar__widget-title{font-size:16px;line-height:20px}}@media only screen and (max-width:639px){.sidebar__widget-title{font-size:16px;line-height:20px}}@media only screen and (max-width:479px){.sidebar__widget-title{font-size:14px;line-height:18px}}.sidebar__widget-tags{display:flex;flex-wrap:wrap;gap:10px}.sidebar__widget-tag{font-weight:600;padding:5px 10px;background-color:#d9fdf1;border-radius:10px;color:#11181d;text-decoration:none;font-weight:500;font-size:16px;line-height:1}@media only screen and (max-width:1023px){.sidebar__widget-tag{font-size:14px;line-height:1}}.sidebar__widget-tag:hover{background-color:#1c3480;color:#fff}.sidebar-articles__wrapper{display:flex;flex-direction:column;gap:0}.sidebar-articles__item{display:block;padding:12px 0;border-bottom:1px solid rgba(21,100,167,.1);text-decoration:none;transition:all .2s ease}.sidebar-articles__item:first-child{padding-top:0}.sidebar-articles__item:last-child{border-bottom:none}.sidebar-articles__item:hover{padding-left:8px}.sidebar-articles__item:hover .sidebar-articles__title{color:#0189a8}.sidebar-articles__title{font-size:18px;line-height:1.4;color:#1564a7;font-weight:600;margin-bottom:6px;transition:color .2s ease}.sidebar-articles__meta{font-size:12px;color:#999;font-weight:400}.sidebar-articles__meta time{color:inherit}.sidebar-products__wrapper{display:flex;flex-direction:column}.sidebar-products__item{display:flex;gap:16px;padding:16px 0;text-decoration:none;border-bottom:1px solid rgba(21,100,167,.1);transition:all .2s ease}.sidebar-products__item:first-child{padding-top:0}.sidebar-products__item:last-child{border-bottom:none;padding-bottom:0}.sidebar-products__item:hover .sidebar-products__title{color:#1c3480}.sidebar-products__item:hover .sidebar-products__image img{opacity:.9}.sidebar-products__image{flex-shrink:0;width:100px;height:100px;border-radius:8px;overflow:hidden;background-color:#f8f9fa}.sidebar-products__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.sidebar-products__content{flex:1;display:flex;flex-direction:column;gap:4px;justify-content:center}.sidebar-products__title{font-size:20px;line-height:28px;color:#1564a7;font-weight:600;margin:0;transition:color .2s ease}.sidebar-products__availability{font-size:15px;color:#54595f;font-weight:400}.sidebar-products__price{font-size:18px;color:#1c3480;font-weight:600}.sidebar-service__wrapper{display:flex;flex-direction:column;gap:0}.sidebar-service__item{display:flex;gap:16px;align-items:center;padding:12px 0;text-decoration:none;border-bottom:1px solid rgba(21,100,167,.1);transition:all .2s ease}.sidebar-service__item:first-child{padding-top:0}.sidebar-service__item:last-child{border-bottom:none;padding-bottom:0}.sidebar-service__item:hover .sidebar-service__title{color:#1c3480}.sidebar-service__image{width:80px;height:80px;aspect-ratio:1/1;object-fit:cover}.sidebar-service__image img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.sidebar-service__content{display:flex;flex-direction:column;gap:6px}.sidebar-service__title{font-size:20px;line-height:24px;color:#1564a7;font-weight:600;margin:0;transition:color .3s ease}.sidebar-service__description{font-size:13px;line-height:1.4;color:#666;font-weight:400}
