.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{position: relative;overflow: hidden;background: #14100e}.cover-1 .dcover{position: relative;padding: 9.5rem 0 2.5rem}.cover-1 .dcover__bg, .cover-1 .dcover__shade{position: absolute;top: 0;bottom: 0;left: 50%;width: 100vw;margin-left: -50vw}.cover-1 .dcover__bg{height: 100%;object-fit: cover}.cover-1 .dcover__shade{background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, .6) 83%), rgba(0, 0, 0, .5)}.cover-1 .dcover__body{position: relative;display: flex;flex-direction: column;gap: 7.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 .dcover__row{display: flex;align-items: flex-end;justify-content: space-between;gap: 2rem;margin-bottom: .75rem}.cover-1 .dsearch{display: flex;align-items: center;gap: 1rem;width: 100%;max-width: 702px;padding: 8px 8px 8px 20px;border-radius: 100px;background: rgba(30, 30, 30, .5);box-shadow: 0 4px 20px rgba(0, 0, 0, .5)}.cover-1 .dsearch__input{flex: 1 1 auto;min-width: 0;border: 0;background: transparent;color: #fff;font-size: 1rem}.cover-1 .dsearch__input::placeholder{color: var(--bs-secondary-color)}.cover-1 .dsearch__input:focus{outline: none}.cover-1 .dsearch__btn{flex: 0 0 auto;border: 0;cursor: pointer}.cover-1 .dcover__note, .cover-1 .dcover__note .note, .cover-1 .dcover__note .note p{margin: 0;max-width: 289px;color: #fff;font-size: 1rem;line-height: 1.35;text-align: right}.cover-1 .dzones{display: flex;flex-wrap: wrap;gap: 12px}.cover-1 .dzone{padding: .25rem 1.25rem;border-radius: 100px;background: rgba(255, 255, 255, .2);color: #f8f9fa;font-size: 1rem;box-shadow: 0 4px 20px rgba(0, 0, 0, .1)}@media (max-width: 991.98px){.cover-1 .dcover{padding: 7.5rem 0 2rem}.cover-1 .dcover__body{gap: 3rem}.cover-1 .dcover__row{flex-direction: column;align-items: stretch}.cover-1 .dcover__note, .cover-1 .dcover__note .note, .cover-1 .dcover__note .note p{max-width: none;text-align: left}}@media (max-width: 575.98px){.cover-1 .dsearch{flex-wrap: wrap;border-radius: 24px;padding: .75rem}.cover-1 .dsearch__input{width: 100%;padding: .5rem}.cover-1 .dsearch__btn{width: 100%;justify-content: space-between}}

.transfer-1{background: #f8f9fa}.transfer-1 .note, .transfer-1 .note p{margin: 0;max-width: 320px;color: var(--bs-secondary-color);font-size: 1rem;line-height: 1.4}.transfer-1 .tsteps{margin: 0;padding: 0;list-style: none;display: flex;flex-direction: column;gap: 1.25rem}.transfer-1 .tsteps__item{display: grid;grid-template-columns: 40px minmax(0, 1fr);align-items: baseline;column-gap: 2.5rem}.transfer-1 .tsteps__num{color: var(--bs-primary);font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1rem}.transfer-1 .tsteps__text{color: #1e1e1e;font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1rem;line-height: 1.3}@media (max-width: 575.98px){.transfer-1 .note, .transfer-1 .note p{max-width: none}.transfer-1 .tsteps__item{column-gap: 1rem}}

.module.transfer-1{padding:80px 0}

.dig-1{background: #1e1e1e}.dig-1 .title{margin: 0 0 .75rem;color: #e4b51d;font-size: clamp(1.25rem, 1.46vw, 1.75rem);font-weight: 400;line-height: 1.2;text-transform: uppercase}.dig-1 .desc, .dig-1 .desc p{margin: 0;max-width: 900px;color: rgba(248, 249, 250, .55);font-size: .875rem;line-height: 1.45}.dig-1 .dig__row{margin-top: 2.5rem}.dig-1 .dig__form{display: flex;flex-direction: column;gap: 1rem}.dig-1 .dig__field{display: grid;grid-template-columns: 130px minmax(0, 1fr);align-items: center;gap: 1rem}.dig-1 .dig__field label{color: #f8f9fa;font-size: 1rem}.dig-1 .dig__field input, .dig-1 .dig__field select{width: 100%;padding: .5rem 1rem;border: 1px solid rgba(255, 255, 255, .15);border-radius: 8px;background: #2b2b2b;color: #f8f9fa;font-size: 1rem}.dig-1 .dig__field input:focus, .dig-1 .dig__field select:focus{outline: none;border-color: var(--bs-primary)}.dig-1 .dig__opts{display: flex;flex-direction: column;gap: 1rem}.dig-1 .dig__check{display: flex;align-items: center;gap: .75rem;color: #f8f9fa;font-size: 1rem;cursor: pointer}.dig-1 .dig__check input{width: 16px;height: 16px;accent-color: var(--bs-primary)}@media (max-width: 575.98px){.dig-1 .dig__field{grid-template-columns: minmax(0, 1fr);gap: .35rem}}

.module.dig-1{padding:80px 0}

.zones-1{background: #f8f9fa}.zones-1 .zpromo{position: relative;display: flex;flex-direction: column;align-items: flex-start;height: 100%;min-height: 216px;padding: 1.25rem;overflow: hidden;border-radius: 20px}.zones-1 .zpromo__art{position: absolute;right: 0;bottom: 0;max-width: 55%;max-height: 100%;width: auto;object-fit: contain;pointer-events: none}.zones-1 .zpromo__zone{position: relative;font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1.5rem;line-height: 1.2}.zones-1 .zpromo__desc{position: relative;margin-top: .35rem;font-size: .875rem;line-height: 1.3}.zones-1 .zpromo__price{position: relative;margin-top: auto;padding: .35rem 1rem;border-radius: 100px;background: rgba(0, 0, 0, .35);color: #fff;font-size: .875rem}.zones-1 .zones__grid{margin-top: 1rem}.zones-1 .zprice{display: flex;flex-direction: column;gap: .5rem;height: 100%;padding: 1rem 1.25rem;border-radius: 16px;background: #fff;box-shadow: 0 4px 20px rgba(117, 126, 143, .1)}.zones-1 .zprice__top{display: flex;align-items: baseline;justify-content: space-between;gap: .5rem}.zones-1 .zprice__zone{color: #1e1e1e;font-size: 1rem}.zones-1 .zprice__note{color: var(--bs-secondary-color);font-size: .625rem;text-align: right}.zones-1 .zprice__value{color: #1e1e1e;font-family: 'Evolventa', 'Century Gothic', system-ui, sans-serif;font-size: 1.25rem}

.module.zones-1{padding:80px 0}

.whois-1{background: #f8f9fa}.whois-1 .whois{display: flex;flex-direction: column;align-items: center}.whois-1 .title{margin: 0 0 .5rem;color: var(--bs-primary);font-size: clamp(1.125rem, 1.25vw, 1.5rem);font-weight: 400;line-height: 1.2;text-align: center;text-transform: uppercase}.whois-1 .desc, .whois-1 .desc p{margin: 0 0 2rem;color: var(--bs-secondary-color);font-size: .875rem;text-align: center}.whois-1 .whois__form{display: flex;align-items: center;gap: 1rem;width: 100%;max-width: 600px;padding: 6px 6px 6px 20px;border-radius: 100px;background: #fff;box-shadow: 0 4px 20px rgba(117, 126, 143, .12)}.whois-1 .whois__input{flex: 1 1 auto;min-width: 0;border: 0;background: transparent;color: #1e1e1e;font-size: 1rem}.whois-1 .whois__input::placeholder{color: var(--bs-secondary-color)}.whois-1 .whois__input:focus{outline: none}.whois-1 .whois__btn{flex: 0 0 auto;border: 0;cursor: pointer;padding: .35rem .35rem .35rem 1.25rem}.whois-1 .whois__btn .btn-pill__ico{width: 36px;height: 36px}.whois-1 .whois__status{display: flex;align-items: center;flex-wrap: wrap;gap: .75rem 1.5rem;width: 100%;margin-top: 2.5rem}.whois-1 .whois__state{color: #1e1e1e;font-size: .875rem}.whois-1 .whois__state i{color: var(--bs-primary);margin-right: .35rem}.whois-1 .whois__note{color: #1e1e1e;font-size: .875rem}.whois-1 .whois__buy{margin-left: auto;padding: .5rem 1.5rem;border-radius: 100px;background: var(--bs-primary);color: var(--bs-primary-text);font-size: .875rem}.whois-1 .whois__buy:hover{background: var(--bs-primary-hover);color: #fff}.whois-1 .whois__caption{width: 100%;margin: 2.5rem 0 1rem;color: #1e1e1e;font-size: 1rem}.whois-1 .whois__table{display: grid;grid-template-columns: 220px minmax(0, 1fr);gap: .75rem 2rem;width: 100%;margin: 0}.whois-1 .whois__table dt{color: #e4b51d;font-size: .8125rem;font-weight: 400}.whois-1 .whois__table dd{margin: 0;color: #1e1e1e;font-size: .8125rem;line-height: 1.5;word-break: break-word}@media (max-width: 767.98px){.whois-1 .whois__table{grid-template-columns: minmax(0, 1fr);gap: .2rem}.whois-1 .whois__table dd{margin-bottom: .6rem}.whois-1 .whois__buy{margin-left: 0}}

.module.whois-1{padding:80px 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}

