@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('../../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
    url('../../fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../../fonts/ProximaNova/ProximaNova-Bold.eot');
    src: url('../../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
    url('../../fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

header {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 16px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #060620;
}

.container-header {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.navigations {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
}

.menu-item.current-menu-item {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid #11C6CC;
    text-align: center;
    color: #11C6CC;
}

.menu-item.current-menu-item a {
    color: #11C6CC;
    text-decoration: none;
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight:400;
    line-height: 140%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-item.current-menu-item:hover a {
    color: #11C6CC;
    cursor: default;
}

.menu-item {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    text-align: center;
}

.menu-item a {
    font-family: 'Play', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #999CA2;
    text-decoration: none;
}

.menu-item:hover a{
    color: #15F7FF;
}

.languages {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-item {
    display: flex;
    width: 37px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    color: #999CA2;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: default;
}

.language-active {
    border-bottom: 1px solid #11C6CC;
    color: #11C6CC !important;
}

.language-item-tab {
    display: flex;
    width: 37px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    color: #999CA2;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.language-active-tab  {
    border-bottom: 1px solid #11C6CC;
    color: #11C6CC !important;
}


.language-item:hover {
    color: #15F7FF;
}
.header-menu-button-open {
    display: none;
}

.languages-tab {
    display: flex;
    padding: 32px 16px 40px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.tab-languages-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin: 0;
    padding: 0;
}

.tab-languages-navigation a,.tab-languages-navigation .menu-item.current-menu-item a {
    width: 222px;
    flex-shrink: 0;
    color: #41F9FF;
    text-align: center;
    font-family: 'Play', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
}

.tab-languages-navigation .menu-item.current-menu-item {
    border: none;
}

.tab-menu {
    display: none;
}

.header-menu-button-close {
    display: none;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

@media only screen and (max-width: 1200px) {
.navigations, .languages {
    display: none;
}
    .header-menu-button-open {
        display: flex;
    }

    .header {
        padding: 16px 40px;
    }

    .logo-and-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .container-header {
        display: block;
    }

    .tab-menu {
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        padding-bottom: 56px;
        justify-content: space-between;
        height: calc(100dvh - 82px);
    }
}

.wpcf7-form init {
    margin: 0px;
}

.wpcf7-spinner {
    position: absolute;
}

body.no-scroll {
    overflow: hidden!important;
}