*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--primary-color: #1688da;--secondary-color: #5db967;--dark-color: #273454;--light-color: #f0f9f2;--white: #ffffff;--shadow: 0 2px 15px rgba(0, 0, 0, .1);--transition: all .3s ease}body{background-color:#f8f9fa;color:#333;line-height:1.6}.header{background-color:#fff;background-color:var(--white);box-shadow:0 2px 15px #0000001a;box-shadow:var(--shadow);position:relative;z-index:1000;width:100%}.header__container{max-width:1200px;margin:0 auto;padding:0 15px}.header__top{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.header__logo{flex-shrink:0}.header__logo img{height:50px;width:auto;transition:transform .3s ease}.header__logo:hover img{transform:scale(1.05)}.header__info{display:flex;gap:30px;margin:0 20px}.header__info-item{display:flex;align-items:center;gap:8px;font-size:16px;color:#273454;color:var(--dark-color);white-space:nowrap;position:relative;cursor:pointer;padding:5px 0}.region-selector{position:relative}.region-dropdown{position:absolute;top:100%;left:0;width:200px;background:#fff;background:var(--white);box-shadow:0 2px 15px #0000001a;box-shadow:var(--shadow);border-radius:8px;padding:10px;z-index:100;display:none}.region-dropdown.active{display:block}.region-option{padding:8px 12px;border-radius:4px;cursor:pointer;transition:background-color .2s}.region-option:hover{background-color:#f0f9f2;background-color:var(--light-color)}.header__actions{display:flex;gap:15px}.header__button{padding:10px 20px;border-radius:5px;font-weight:500;font-size:15px;cursor:pointer;transition:all .3s ease;white-space:nowrap;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.header__button:after{content:"";position:absolute;top:-50%;left:-60%;width:20px;height:200%;background:#ffffff4d;transform:rotate(25deg);transition:all .6s ease}.header__button:hover:after{left:110%}.header__button--primary{background:#5db967;background:var(--secondary-color);color:#fff;color:var(--white)}.header__button--primary:hover{background:#4da257;transform:translateY(-2px);box-shadow:0 4px 10px #5db96766}.header__button--secondary{background:#273454;background:var(--dark-color);color:#fff;color:var(--white)}.header__button--secondary:hover{background:#1e2a40;transform:translateY(-2px);box-shadow:0 4px 10px #27345466}.header__nav{display:flex;justify-content:center;padding:15px 0;background-color:#fff;background-color:var(--white);width:100%}.header__nav-container{display:flex;gap:5px;overflow-x:auto;padding:5px 0;width:100%;max-width:100%;scrollbar-width:none}.header__nav-container::-webkit-scrollbar{display:none}.header__nav-link{padding:10px 25px;border-radius:20px;color:#273454;color:var(--dark-color);text-decoration:none;font-size:16px;white-space:nowrap;transition:all .3s ease;background:#f0f9f2;background:var(--light-color);flex-shrink:0;position:relative}.header__nav-link:hover{background:#ddf9e0;color:#1688da;color:var(--primary-color)}.header__nav-link.active{background:#5db967;background:var(--secondary-color);color:#fff;color:var(--white)}.header__nav-link.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#5db967;background:var(--secondary-color);border-radius:50%}.header__burger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;position:relative;z-index:1100}.header__burger span{display:block;height:3px;width:100%;background-color:#273454;background-color:var(--dark-color);border-radius:2px;transition:all .3s ease}.header__burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:-100%;width:85%;height:100vh;background:#fff;background:var(--white);z-index:1050;box-shadow:5px 0 25px #00000026;transition:left .4s cubic-bezier(.68,-.55,.27,1.55);padding:70px 25px 25px;overflow-y:auto}.mobile-menu.active{left:0}.mobile-menu__close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#273454;color:var(--dark-color);transition:transform .3s}.mobile-menu__close:hover{transform:rotate(90deg)}.mobile-menu__nav{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.mobile-menu__link{padding:14px 20px;border-radius:10px;background:#f0f9f2;background:var(--light-color);color:#273454;color:var(--dark-color);text-decoration:none;font-size:17px;transition:all .3s ease;display:flex;align-items:center;gap:10px}.mobile-menu__link:before{content:"•";color:#5db967;color:var(--secondary-color)}.mobile-menu__link:hover{background:#ddf9e0;transform:translate(5px)}.mobile-menu__info{display:flex;flex-direction:column;gap:15px;margin-bottom:30px;padding:15px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.mobile-menu__info-item{display:flex;align-items:center;gap:10px;font-size:16px;color:#273454;color:var(--dark-color)}.mobile-menu__actions{display:flex;flex-direction:column;gap:15px}.mobile-menu__button{width:100%;padding:14px;border-radius:8px;font-weight:500;font-size:16px;text-align:center;transition:all .3s ease}.overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .4s ease;opacity:0}.overlay.active{display:block;opacity:1}@media (max-width: 992px){.header__info{gap:20px}.header__button{padding:10px 16px;font-size:14px}.header__nav-link{padding:10px 20px;font-size:15px}}@media (max-width: 768px){.header__top{padding:12px 0}.header__info,.header__actions{display:none}.header__burger{display:flex}.header__nav{display:none}.header__logo img{height:40px}}@media (max-width: 480px){.header__logo img{height:36px}.mobile-menu{width:80%}}.header .region-selector{cursor:pointer;transition:all .3s}.header .region-selector:hover{color:#1688da;color:var(--primary-color)}.group-icon{transition:transform .3s ease;transform:rotate(-90deg)}.group-icon.expanded{transform:rotate(0)}.group-content{display:none;padding:5px 0}.group-content.expanded{display:block}.custom-page-wrapper{background-color:#fff;padding:20px 0;min-height:60vh}.custom-container{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}@media (max-width: 768px){.custom-container{padding:0 15px}}@media (max-width: 480px){.custom-container{padding:0 10px}}.custom-breadcrumbs{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:14px;color:#616263;flex-wrap:wrap}.custom-breadcrumbs a{color:#1688da;color:var(--primary-color);text-decoration:none;transition:color .2s ease}.custom-breadcrumbs a:hover{color:#273454;color:var(--dark-color);text-decoration:underline}.kb_title{color:#333;font-weight:500}.breadcrumb-divider{flex-shrink:0;width:6px;height:8px}.custom-page-title{font-size:32px;font-weight:700;color:#273454;color:var(--dark-color);margin-bottom:25px;line-height:1.3;text-align:left}@media (max-width: 992px){.custom-page-title{font-size:28px}}@media (max-width: 768px){.custom-page-title{font-size:24px;margin-bottom:20px}}@media (max-width: 480px){.custom-page-title{font-size:22px;margin-bottom:15px}}.custom-page-content{color:#333;font-size:16px;line-height:1.7}.custom-page-content h2{font-size:28px;font-weight:600;color:#273454;color:var(--dark-color);margin:30px 0 20px;line-height:1.3}.custom-page-content h3{font-size:24px;font-weight:600;color:#273454;color:var(--dark-color);margin:25px 0 15px;line-height:1.3}.custom-page-content h4{font-size:20px;font-weight:600;color:#273454;color:var(--dark-color);margin:20px 0 12px;line-height:1.3}.custom-page-content p{margin-bottom:15px;text-align:justify}.custom-page-content ul,.custom-page-content ol{margin:15px 0 20px 20px;padding-left:20px}.custom-page-content li{margin-bottom:8px}.custom-page-content ul li{list-style-type:disc}.custom-page-content ol li{list-style-type:decimal}.custom-page-content a{color:#1688da;color:var(--primary-color);text-decoration:none;border-bottom:1px dotted currentColor;transition:all .2s ease}.custom-page-content a:hover{color:#273454;color:var(--dark-color);border-bottom-style:solid}.custom-page-content img{max-width:100%;height:auto;display:block;margin:15px auto;border-radius:8px;box-shadow:0 2px 15px #0000001a;box-shadow:var(--shadow)}.custom-page-content pre{background-color:#f5f5f5;border:1px solid #ddd;border-radius:5px;padding:15px;overflow-x:auto;margin:20px 0;font-size:14px;line-height:1.5}.custom-page-content code{font-family:Courier New,Courier,monospace;background-color:#f5f5f5;padding:2px 4px;border-radius:3px;font-size:14px}.custom-page-content blockquote{margin:20px 0;padding:15px 20px;border-left:4px solid #5db967;border-left:4px solid var(--secondary-color);background-color:#f9f9f9;font-style:italic;color:#555}.custom-page-content blockquote p{margin:0}.custom-page-content table{width:100%;border-collapse:collapse;margin:20px 0}.custom-page-content th,.custom-page-content td{border:1px solid #ddd;padding:10px 12px;text-align:left}.custom-page-content th{background-color:#f0f9f2;background-color:var(--light-color);font-weight:700}.custom-page-content tr:nth-child(2n){background-color:#f9f9f9}@media (max-width: 768px){.custom-page-content{font-size:15px}.custom-page-content h2{font-size:24px;margin:25px 0 18px}.custom-page-content h3{font-size:20px;margin:20px 0 14px}.custom-page-content h4{font-size:18px;margin:18px 0 12px}.custom-page-content ul,.custom-page-content ol{margin:12px 0 15px 15px;padding-left:15px}.custom-page-content li{margin-bottom:6px}}@media (max-width: 480px){.custom-page-content{font-size:14px}.custom-page-content h2{font-size:22px}.custom-page-content h3{font-size:19px}.custom-page-content h4{font-size:17px}.custom-page-content p{margin-bottom:12px;text-align:left}.custom-page-content img{margin:10px auto}}.footer{background-color:var(--color-background);padding:20px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;box-sizing:border-box}.footer__header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-bottom:20px}.footer__header__image img{width:100px;height:100px;-o-object-fit:contain;object-fit:contain}.footer__header__menu ul{list-style-type:none;padding-left:0;display:flex;gap:30px}.footer__header__menu a{color:var(--color-text);text-decoration:none;font-weight:700}.footer__header__menu a:hover{color:var(--color-primary)}.footer__about{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px}.footer__about__card{background-color:var(--color-card-bg);border-radius:5px;padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 5px #0000001a;width:calc((100% - 60px)/4);min-width:150px}.footer__about__card img{width:30px;height:30px;margin-bottom:5px}.footer__about__card span{color:var(--color-text);font-size:14px;line-height:1.5}@media (max-width: 768px){.footer__about__card{width:calc((100% - 40px) / 3);font-size:12px}.footer__about__card img{width:25px;height:25px}}@media (max-width: 480px){.footer__about__card{width:calc((100% - 20px)/2);font-size:11px}}@media (max-width: 320px){.footer__about__card{width:100%}}.footer__text-block,.footer__info,.footer__locations,.footer__cookies{width:100%;max-width:1600px;margin:0 auto;padding:10px;text-align:left;font-size:12px}@media (max-width: 768px){.footer__text-block,.footer__info,.footer__locations,.footer__cookies{padding:5px;font-size:12px}}@media (max-width: 480px){.footer__text-block,.footer__info,.footer__locations,.footer__cookies{font-size:10px;padding:3px}}.footer__text-block h4{font-size:18px;margin-bottom:10px}@media (max-width: 768px){.footer__header{flex-direction:column-reverse;align-items:center}.footer__header__menu ul{flex-direction:column;align-items:center;gap:10px}.footer__about{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.footer__about__card img{width:40px;height:40px}.footer__text-block{font-size:14px;padding:10px}}
