﻿.menu-bottomItem:hover .menu-svg[b-5atp4eqkzi], .menu-bottomItem[b-5atp4eqkzi] {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-duration: 150ms;
    transition-timing-function: linear
}

.logoText[b-5atp4eqkzi], .logoText[b-vq8sua4aky] {
    font-family: Calibri;
    cursor: pointer;
    user-select: none
}

@font-face {
    font-family: e-Ukraine-Thin;
    src: url("../fonts/e-Ukraine/e-Ukraine-Thin.ttf");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: e-Ukraine-Light;
    src: url("../fonts/e-Ukraine/e-Ukraine-Light.ttf");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: e-Ukraine-UltraLight;
    src: url("../fonts/e-Ukraine/e-Ukraine-UltraLight.ttf");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: e-Ukraine-Medium;
    src: url("../fonts/e-Ukraine/e-Ukraine-Medium.ttf");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: e-Ukraine-Regular;
    src: url("../fonts/e-Ukraine/e-Ukraine-Regular.ttf");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: e-Ukraine-Bold;
    src: url("../fonts/e-Ukraine/e-Ukraine-Bold.ttf");
    font-style: normal;
    font-weight: 400
}

#components-reconnect-modal.components-reconnect-failed, #components-reconnect-modal.components-reconnect-rejected, #components-reconnect-modal.components-reconnect-show, article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
    display: block
}

a, hr {
    padding: 0
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400
}

ins, mark {
    background-color: #ff9;
    color: #000
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    line-height: 1
}

.support-numbersItem[b-5atp4eqkzi], nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

a {
    margin: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: 0 0
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

input, select {
    vertical-align: middle
}

.loader {
    display: flex;
    flex-direction: column;
    width: 100%
}

.loaderImage, .loaderText {
    margin: auto
}

.loaderText {
    font: 700 1.2rem BlinkMacSystemFont,-apple-system,Arial,"Segoe UI",Roboto,Helvetica,sans-serif
}

#components-reconnect-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: .8;
    text-align: center;
    font-weight: 700
}

    #components-reconnect-modal.components-reconnect-failed div.failedToConnect, #components-reconnect-modal.components-reconnect-rejected div.connectionRejected, #components-reconnect-modal.components-reconnect-show div.reconnecting {
        margin-top: 1rem;
        display: block
    }

    #components-reconnect-modal.components-reconnect-hide, div.connectionRejected, div.failedToConnect, div.reconnecting {
        display: none
    }

.logo:hover {
    opacity: .85;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    padding: 3.5rem 2.5rem;
}

.footer__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

@media (max-width: 900px)
{
    .footer__links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .footer__container {
        flex-direction: column;
        gap: 2rem;
    }
}