.header-1{position: absolute;top: 0;left: 0;right: 0;z-index: 30;padding: .8rem 0}.header-1 #header_items{display: flex;align-items: center;justify-content: space-between;gap: 1.5rem}.header-1 #logo{display: block;flex: 0 0 auto}.header-1 #logo img{width: 63px;height: auto;max-height: 69px}.header-1 #logo:hover{opacity: .8}.header-1 #top_menu ul{display: flex;flex-wrap: wrap;align-items: center;gap: 2.5rem;margin: 0;padding: 0;list-style: none}.header-1 #top_menu ul li{position: relative}.header-1 #top_menu ul li a{display: block;padding: .5rem 0;color: #fff;font-size: 1rem;white-space: nowrap}.header-1 #top_menu ul li a:hover, .header-1 #top_menu ul li.active > a{color: #fff;opacity: .7}.header-1 #top_menu ul li ul{display: none;position: absolute;top: 100%;left: -1rem;min-width: 15rem;padding: .5rem 0;background: #1e1e1e;border-radius: 12px;box-shadow: 0 12px 32px rgba(0, 0, 0, .35)}.header-1 #top_menu ul li:hover > ul{display: block}.header-1 #top_menu ul li ul li a{padding: .5rem 1rem;white-space: normal}.header-1 #top_menu ul li.parent > a::after{content: '\f107';font-family: 'Font Awesome 6 Free';font-weight: 900;margin-left: .4rem;font-size: .75rem;opacity: .7}.header-1 .header-actions{display: flex;align-items: center;gap: .75rem;flex: 0 0 auto}.header-1 .login{padding: .75rem 1.5rem;gap: 0}.header-1 .toggle{width: 44px;height: 44px;padding: 0;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center}.header-1 .mobile-window .bg{position: fixed;inset: 0 100% 0 0;background: rgba(0, 0, 0, .6);transition: .3s}.header-1 .mobile-window .window{position: fixed;top: 0;left: 0;bottom: 0;width: 0;padding: 0;overflow: auto;opacity: 0;background: #1e1e1e;color: #fff;display: flex;flex-direction: column;transition: .3s}.header-1 .mobile-window .close{position: fixed;top: 0;left: 300px;margin: 1rem;font-size: 0;color: #fff;cursor: pointer;transition: .3s}.header-1 .mobile-window .close:hover{opacity: .7}.header-1 .mobile-window .window > div{margin: .75rem 0}.header-1 .mobile-window .window .logo img{width: 48px;height: auto}.header-1 .mobile-window .mobile_menu{margin-bottom: auto}.header-1 .mobile-window .mobile_menu ul{display: block;margin: 0;padding: 0;list-style: none}.header-1 .mobile-window .mobile_menu ul li{display: block;border-bottom: 1px solid rgba(255, 255, 255, .12)}.header-1 .mobile-window .mobile_menu ul li a{display: block;padding: .75rem .25rem;color: #fff}.header-1 .mobile-window .mobile_menu ul li ul{padding-left: 1rem}.header-1 .mobile-window .phone a, .header-1 .mobile-window .email a{color: #fff}.header-1 .mobile-window .address{color: rgba(255, 255, 255, .65);font-size: .875rem}body.active-menu{overflow: hidden}body.active-menu .header-1 .mobile-window .bg{inset: 0}body.active-menu .header-1 .mobile-window .close{font-size: 2rem}body.active-menu .header-1 .mobile-window .window{width: 300px;opacity: 1;padding: 1rem}@media (max-width: 991.98px){.header-1{padding: .5rem 0}.header-1 #logo img{width: 44px}}

[data-color="#000000FF"]{color:#000000FF}

.cover-1{background: #1e1e1e}.cover-1 .cover{display: flex;flex-direction: column;gap: 7.5rem;padding: 9.5rem 0 5rem}.cover-1 .title{margin: 0;max-width: 910px;color: #fff;font-size: clamp(2rem, 3.33vw, 4rem);font-weight: 400;line-height: 1.15;text-transform: uppercase}.cover-1 .cover__bottom{display: flex;align-items: flex-end;justify-content: space-between;gap: 2rem}.cover-1 .cover__cta{display: flex;flex-direction: column;gap: .75rem;align-items: flex-start}.cover-1 .cover__buttons{display: flex;flex-wrap: wrap;gap: .75rem}.cover-1 .cover__label{color: #fff;font-size: 1rem}.cover-1 .cover--flip .cover__cta{order: 2;align-items: flex-end}.cover-1 .cover--flip .cover__label{text-align: right}.cover-1 .cover--flip .cover__note, .cover-1 .cover--flip .cover__note .note, .cover-1 .cover--flip .cover__note .note p{text-align: left}.cover-1 .cover__note, .cover-1 .cover__note .note, .cover-1 .cover__note .note p{margin: 0;max-width: 310px;color: #fff;font-size: 1rem;line-height: 1.35;text-align: right}@media (max-width: 767.98px){.cover-1 .cover{gap: 3rem;padding: 7.5rem 0 3rem}.cover-1 .cover__bottom{flex-direction: column;align-items: stretch}.cover-1 .cover__cta{align-items: stretch}.cover-1 .cover__cta .btn-pill{justify-content: space-between}.cover-1 .cover__note, .cover-1 .cover__note .note, .cover-1 .cover__note .note p{max-width: none;text-align: left}}

.article-1{background: #f8f9fa}.article-1 .doc__crumbs{margin-bottom: 1.5rem}.article-1 .doc__crumbs ol{display: flex;flex-wrap: wrap;gap: .5rem;margin: 0;padding: 0;list-style: none}.article-1 .doc__crumbs li, .article-1 .doc__crumbs a{color: var(--bs-secondary-color);font-size: .8125rem}.article-1 .doc__crumbs li + li::before{content: '›';margin-right: .5rem;color: var(--bs-secondary-color)}.article-1 .doc__crumbs a:hover{color: var(--bs-primary)}.article-1 .doc__side{display: flex;flex-direction: column;gap: .75rem;padding: 1.25rem;border-radius: 16px;background: #fff;box-shadow: 0 4px 20px rgba(117, 126, 143, .1)}.article-1 .doc__back{display: inline-flex;align-items: center;justify-content: center;width: 32px;height: 32px;color: #1e1e1e}.article-1 .doc__back:hover{color: var(--bs-primary)}.article-1 .doc__side-title{padding-bottom: .75rem;border-bottom: 1px solid rgba(117, 126, 143, .25);color: var(--bs-secondary-color);font-size: .8125rem}.article-1 .doc__nav{margin: 0;padding: 0;list-style: none}.article-1 .doc__nav-item a{display: flex;align-items: center;justify-content: space-between;gap: .5rem;padding: .55rem 0;border-bottom: 1px solid rgba(117, 126, 143, .15);color: var(--bs-secondary-color);font-size: .875rem}.article-1 .doc__nav-item a i{font-size: .65rem}.article-1 .doc__nav-item a:hover{color: var(--bs-primary)}.article-1 .doc__nav-item.is-active a{color: var(--bs-primary)}.article-1 .doc__body .title{margin: 0 0 1.25rem;color: #1e1e1e;font-size: clamp(1.25rem, 1.46vw, 1.75rem);font-weight: 400;line-height: 1.25}.article-1 .doc__body .text{color: #1e1e1e;font-size: .9375rem;line-height: 1.6}.article-1 .doc__body .text p{margin: 0 0 1rem}.article-1 .doc__body .text h2, .article-1 .doc__body .text h3{margin: 2rem 0 .75rem;color: #1e1e1e;font-size: 1.125rem;font-weight: 400;line-height: 1.3}.article-1 .doc__body .text ul, .article-1 .doc__body .text ol{margin: 0 0 1rem;padding-left: 1.25rem}.article-1 .doc__body .text li{margin-bottom: .35rem}.article-1 .doc__body .text a{color: var(--bs-primary);text-decoration: underline}

.module.article-1{padding:80px 0}

.request-1{background: #f8f9fa}.request-1 .title{margin: 0;max-width: 497px;color: #8b0000;font-size: clamp(1.5rem, 1.67vw, 2rem);font-weight: 400;line-height: 1.2;text-transform: uppercase}.request-1 .request{max-width: 463px;margin-left: auto}@media (max-width: 991.98px){.request-1 .request{max-width: none;margin-left: 0}.request-1 .request button[type="submit"]{align-self: flex-start}}

.module.request-1{padding:120px 0}

.footer-1{background: #1e1e1e;color: #f8f9fa}.footer-1 .footer-grid{display: grid;grid-template-columns: 63px 164px repeat(4, minmax(0, 1fr)) 237px;gap: 2rem 1.5rem;align-items: start}.footer-1 .footer-logo img{width: 63px;height: auto}.footer-1 .footer-logo a:hover{opacity: .8}.footer-1 .footer-col__title{margin-bottom: 1.25rem;color: #f8f9fa;font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1rem;line-height: 1.2}.footer-1 .footer-brand .slogan{margin-bottom: .75rem;color: #f8f9fa;font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1rem;line-height: 1.3}.footer-1 .footer-social{display: flex;gap: 1.25rem;align-items: center}.footer-1 .footer-social img{width: 32px;height: 32px}.footer-1 .footer-social a:hover{opacity: .75}.footer-1 .footer-col ul{margin: 0;padding: 0;list-style: none;display: flex;flex-direction: column;gap: .75rem}.footer-1 .footer-col ul li a{color: #f8f9fa;font-size: 1rem;line-height: 1.25}.footer-1 .footer-col ul li a:hover{color: #f8f9fa;opacity: .7}.footer-1 .footer-contacts{display: flex;flex-direction: column;gap: .75rem;text-align: right}.footer-1 .footer-contacts .footer-col__title{margin-bottom: .5rem}.footer-1 .footer-contacts, .footer-1 .footer-contacts div{color: #f8f9fa;font-size: 1rem;line-height: 1.3}.footer-1 .footer-contacts a{color: #f8f9fa;font-weight: 600;text-decoration: underline}.footer-1 .footer-contacts a:hover{color: #f8f9fa;opacity: .8}@media (max-width: 1199.98px){.footer-1 .footer-grid{grid-template-columns: repeat(3, minmax(0, 1fr))}.footer-1 .footer-logo{grid-column: 1 / -1}.footer-1 .footer-contacts{text-align: left}}@media (max-width: 575.98px){.footer-1 .footer-grid{grid-template-columns: repeat(2, minmax(0, 1fr))}.footer-1 .footer-contacts{grid-column: 1 / -1}}

[data-color="#A2A2A2"]{color:#A2A2A2}

