.cCube_header-nav-mobile,
#cCube_headerNavBtn {
    display: none;
}
#cCube_header {
    height: 94px;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    z-index: 20;
}
#cCube_header *,
#cCube_header *:before,
#cCube_header *:after {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
#cCube_header div,
#cCube_header span,
#cCube_header a,
#cCube_header p {
    -webkit-font-smoothing: initial !important;
}
#cCube_header > .cCube_container {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.cCube_header-logo {
    display: block;
    height: 100%;
    width: 210px;
    margin-bottom: 2px;
    background-image: url('../images/header/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cCube_header-nav {
    width: calc(100% - 280px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.cCube_header-nav-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.cCube_header-nav-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
span.cCube_dropdown {
    display: inline-block;
    margin-left: 8px;
    height: 10px;
    width: 12px;
    background-image: url('../images/header/dropdown.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
span.cCube_signup {
    display: inline-block;
    margin-left: 8px;
    height: 14px;
    width: 18px;
    background-image: url('../images/header/signUp.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cCube_header {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20 !important;
}
.cCube_header-nav-item {
    line-height: 1.125em;
    font-size: 16px;
    font-family: 'RadicalTrial-Regular', system-ui;
    font-weight: 500;
    color: #222222;
    text-align: center;
    text-decoration: none;
}
.cCube_header-nav-block > .cCube_header-nav-item {
    margin-right: 40px;
}
.cCube_header-nav-block > .cCube_header-nav-item.cCube_dropdown:last-of-type {
    margin-right: 0;
}
a.cCube_header-nav-item:hover,
.cCube_dropdown-toggler:hover,
a.cCube_header-nav-item:focus,
.cCube_dropdown-toggler:focus {
    color: #2f99ae !important;
}
.cCube_dropdown-toggler:hover > span.cCube_dropdown,
.cCube_dropdown-toggler:focus > span.cCube_dropdown {
    background-image: url('../images/header/dropdown-focused.svg');
}
a.cCube_header-nav-item:hover > span.cCube_signup,
a.cCube_header-nav-item:focus > span.cCube_signup {
    background-image: url('../images/header/signUp-focused.svg');
}
a.cCube_header-nav-item.cCube_header-nav-item-btn:hover,
a.cCube_header-nav-item.cCube_header-nav-item-btn:focus {
    color: #ffffff !important;
    text-decoration: underline;
}
.cCube_header-nav-item.cCube_header-nav-item-btn {
    font-size: 16px;
    font-family: 'RadicalTrial-Light', system-ui;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #2f99ae;
    padding: 8px 12px;
    border-radius: 8px;
    margin-right: 32px;
}
.cCube_header-nav-contacts > .cCube_header-nav-item-divider {
    line-height: 1.2em;
    font-size: 14px;
    font-family: 'Poppins-Regular', system-ui;
    font-weight: 500;
    color: #222222;
    text-align: center;
    margin: 0 16px;
    cursor: default;
}
.cCube_header-nav-contacts > .cCube_header-nav-item {
    line-height: 1.2em;
}
.cCube_header-nav-contacts > .cCube_header-nav-item-signup {
    line-height: 1.2em;
}
.cCube_dropdown {
    position: relative;
    cursor: pointer;
}
.cCube_dropdown-toggler {
    line-height: 59px;
}
.cCube_dropdown-content {
    overflow: hidden;
    display: none;
    position: absolute;
    left: -40px;
    top: 50px;
    box-shadow: 0px 2px 8px 0px rgba(7, 8, 30, 0.08);
    border-radius: 8px;
    background-color: #ffffff;
    padding-bottom: 6px;
    width: 170px;
}
.cCube_dropdown-content.cCube_dropdown-content-second {
    padding-top: 6px;
}
.cCube_dropdown-content p {
    line-height: 1.2em !important;
    font-size: 16px !important;
    font-family: 'RadicalTrial-Regular', system-ui !important;
    font-weight: 500 !important;
    color: #222222 !important;
    text-align: center;
    text-decoration: none;
    background-color: #2f99ae33;
    padding: 8px 0;
    margin: 0;
    display: block;
}
.cCube_dropdown-content a {
    line-height: 1.2em;
    font-size: 16px;
    font-family: 'RadicalTrial-Light', system-ui;
    font-weight: 400;
    color: #222222;
    text-align: left;
    text-decoration: none;
    padding: 8px 12px;
    margin: 0;
    display: block;
}
.cCube_dropdown-content a:hover,
.cCube_dropdown-content a:focus {
    color: #2f99ae;
}
.cCube_dropdown:hover .cCube_dropdown-content,
.cCube_dropdown:focus .cCube_dropdown-content {
    display: block;
    z-index: 20;
}
.cCube_dropdown:hover .cCube_dropdown-toggler,
.cCube_dropdown:focus .cCube_dropdown-toggler {
    color: #2f99ae;
}

@media screen and (max-width: 1280px) {
    #cCube_header {
        height: 82px;
    }
    .cCube_header-logo {
        width: 190px;
    }
    span.cCube_dropdown {
        margin-left: 6px;
        height: 8px;
        width: 10px;
    }
    span.cCube_signup {
        margin-left: 6px;
        height: 12px;
        width: 15px;
    }
    .cCube_header-nav {
        width: calc(100% - 230px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cCube_header-nav-item,
    .cCube_dropdown-content p,
    .cCube_dropdown-content a {
        font-size: 14px;
    }
    .cCube_header-nav-block > .cCube_header-nav-item {
        margin-right: 26px;
    }
    .cCube_header-nav-item.cCube_header-nav-item-btn {
        font-size: 14px;
        margin-right: 24px;
        padding: 6px 10px;
        border-radius: 6px;
    }
    .cCube_header-nav-contacts > .cCube_header-nav-item-divider {
        margin: 0 12px;
    }
    .cCube_dropdown-content {
        left: -32px;
        top: 45px;
        width: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .cCube_header-logo {
        height: 60px;
        width: 60px;
        margin-bottom: 0;
        background-image: url('../images/header/icon.png');
    }
    .cCube_header-nav {
        width: calc(100% - 85px);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .cCube_header-nav-item,
    .cCube_dropdown-content a {
        font-size: 13px;
    }
    .cCube_dropdown-content p {
        padding: 5px 0;
    }
    .cCube_header-nav-block > .cCube_header-nav-item {
        margin-right: 16px;
    }
    .cCube_header-nav-item.cCube_header-nav-item-btn {
        font-size: 13px;
        margin-right: 16px;
        padding: 4px 8px;
        border-radius: 4px;
    }
    .cCube_header-nav-contacts > .cCube_header-nav-item-divider {
        margin: 0 8px;
    }
    .cCube_dropdown-content {
        left: -32px;
        top: 45px;
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .cCube_header-nav {
        display: none;
    }
    .cCube_header-logo {
        width: 150px;
        margin-bottom: 0;
        background-image: url('../images/header/logo.svg');
    }
    #cCube_headerNavBtn {
        display: block;
        padding: 0;
        width: 24px;
        height: 24px;
        border: none;
        background-image: url('../images/header/menu.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: contain;
    }
    #cCube_header {
        height: 62px;
        background-color: #ffffff;
    }
    #cCube_header.cCubeOpen #cCube_headerNavBtn {
        background-image: url('../images/header/close.svg');
    }
    #cCube_header.cCubeOpen .cCube_header-nav-mobile {
        display: flex;
    }
    .cCube_header-nav-mobile {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        position: absolute;
        padding-bottom: 12px;
        box-shadow: 0px 8px 8px 0px rgba(7, 8, 30, 0.08);
    }
    .cCube_dropdown-toggler {
        line-height: normal;
    }
    .cCube_header-nav-item {
        margin-left: 0;
        margin: 4px;
    }
    .cCube_dropdown-content {
        overflow: hidden;
        visibility: hidden;
        display: block;
        height: 0px;
        transition: height 0.5s;
    }
    .cCube_header-nav-item {
        padding: 4px 8px;
    }
    .cCube_dropdown-content p {
        padding: 4px 0;
        width: 100%;
    }
    .cCube_dropdown-content a {
        padding: 4px;
    }
    .cCube_dropdown:hover .cCube_dropdown-content {
        visibility: visible;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-items: flex-start;
        margin-top: 5px;
        padding: 0 !important;
        position: relative;
        top: 0;
        left: 0;
        transition: height 0.25s;
        border-radius: 4px;
        box-shadow: 0px 2px 8px 0px rgba(7, 8, 30, 0.08);
    }
    .cCube_dropdown:hover .cCube_dropdown-content.cCube_dropdown-content-first {
        height: 267px;
    }
    .cCube_dropdown:hover .cCube_dropdown-content.cCube_dropdown-content-second {
        height: 47px;
    }
}
