@import url(./LowerHeader.css) screen;
footer,
header {
    font-family: FiraSansOTRegular;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

header {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1999;
    padding: 0 20px
}

.header-footer-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 16px
}

header .header-footer-container a,
header .header-footer-container p {
    font-size: 1em
}

.not-active {
    pointer-events: none;
    cursor: default
}

.not-active a {
    color: #a7a7a7!important
}

.header-footer-navbar {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 100px
}

.header-footer-nav-cont {
    display: flex;
    align-items: center
}

.header-footer-logo img {
    width: 158px;
    height: 42px;
    margin-right: 40px
}

.header-footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0
}

.header-footer-nav ul li {
    display: block;
    height: 28px;
    margin-right: 15px;
    padding: 0
}

.header-footer-nav ul li a,
.header-footer-nav ul li .lower-header-menu-title {
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: color .25s ease, opacity .25s ease;
    transition: color .25s ease, opacity .25s ease
}

.header-footer-nav ul li .lower-header-menu-title:hover,
.header-footer-nav ul li .lower-header-menu-title:hover.blue {
    color: #ff7256;
    background-image: url(./images/blue-red.svg)
}

.header-footer-nav ul li .lower-header-menu.active .lower-header-menu-title:hover {
    color: #ff7256;
    background-image: url('./images/lowerHeader/combined-shape (3).svg')
}

.header-footer-nav ul li a:hover {
    color: rgba(255, 255, 255, .5)
}

.header-footer-nav ul li a.blue {
    color: #82319F
}

.header-footer-nav ul li .lower-header-menu-title.blue {
    color: #82319F;
    background-image: url(./images/blue.svg)
}

.header-footer-nav ul li a.blue:hover {
    color: #ff644b
}

.header-footer-its-menu,
.header-footer-its-menu a {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.43;
    text-align: left;
    color: #82319F
}

.header-footer-join {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.header-footer-nav-user-avatar-wrapper {
    position: relative;
    cursor: pointer
}

.header-footer-nav-user-avatar-wrapper img {
    width: 52px;
    border-radius: 100%;
    position: relative;
    border: 2px solid #fff
}

.header-footer-arrow_menu {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    top: 15px;
    right: -9px;
    background: url(images/combined-shape.svg) 2px 6px no-repeat #fff;
    background-size: 12px
}

.header-footer-arrow_menu.active {
    background: url(images/combined-shape2.svg) 2px 5px no-repeat #fff;
    background-size: 12px
}

.header-footer-its-menu:before {
    content: "";
    position: absolute;
    background: #fff;
    top: -9px;
    width: 20px;
    height: 20px;
    right: 39px;
    transform: rotate(45deg);
    z-index: 99
}

.header-footer-its-menu {
    width: 250px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .16), 0 0 20px 0 rgba(0, 0, 0, .12);
    position: absolute;
    z-index: 100000;
    right: -22px;
    
    top: 70px;
    padding: 16px 20px;
    font-family: FiraSansOTRegular;
    display: none;
    flex-direction: column
}

.header-footer-its-menu a {
    font-family: FiraSansOTRegular;
    text-decoration: none;
    cursor: pointer
}

.header-footer-its-menu a:hover {
    color: #ff7256
}

.header-footer-user-nav-text p {
    color: #fff;
    margin-bottom: 3px
}

.header-footer-user-nav-text p.blue {
    color: #6e727f
}

.header-footer-user-nav-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    padding-right: 15px;
    font-family: FiraSansOTRegular;
    font-weight: 600;
    padding-left: 10px;
    border-left: 1px solid rgba(235, 235, 235, .5)
}

.header-footer-join-btn,
.header-footer-menu-header,
.header-footer-menu-lk,
.header-footer-menu-root,
.header-footer-nav-user-lk {
    box-sizing: border-box;
    font-family: Circe, sans-serif
}

.header-footer-user-nav-text.blue {
    border-left: 1px solid #eaeaea
}

.header-footer-nav-user-lk {
    color: #fff;
    transition: all .3s ease-in;
    font-size: 14px!important;
    line-height: 20px;
    font-weight: 400;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap
}

.header-footer-nav-user-lk.blue {
    color: #82319F
}

.header-footer-nav-user-lk:hover {
    text-decoration: none
}

.header-footer-phone a {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 700!important;
    line-height: 20px;
    letter-spacing: .3px;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    -webkit-transition: color .25s ease, text-decoration .25s ease;
    transition: color .25s ease, text-decoration .25s ease;
    font-size: 18px;
    white-space: nowrap;
}

.header-footer-phone a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-right: 10px
}

.header-footer-phone a.blue {
    color: #82319F
}

.header-footer-phone a:hover {
    color: rgba(255, 255, 255, .5)
}

.header-footer-phone a.blue:hover {
    color: #ff644b
}

.header-footer-join-btn {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 140px;
    padding: 11px 10px 10px;
    margin-left: 15px;
    
    border: 2px solid currentColor!important;
    background: 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .3px;
    text-align: center;
    -webkit-transition: all .25s ease!important;
    transition: all .25s ease!important
}

.header-footer-join-btn.blue {
    color: #82319F;
    border: 2px solid currentColor!important
}

.header-footer-join-btn:hover {
    color: #6e737f!important;
    border-color: #fff!important;
    background-color: #fff!important
}

.header-footer-join-btn.blue:hover {
    color: #fff!important;
    border-color: #3f8bc6!important;
    background-color: #3f8bc6!important
}

.header-footer-logo a {
    width: 195px;
    height: 42px;
    display: block;
    background: url(images/foxford-logo.svg) no-repeat
}

.header-footer-logo a.blue {
    background: url(images/bluefoxford-logo-rgb.svg) no-repeat
}

footer {
    background: #303030
}

.header-footer-footer-row {
    display: flex;
    align-items: stretch;
    padding: 50px 0 30px
}

.header-footer-footer-col {
    width: 33.33%;
    padding-left: 37px;
    display: flex;
    flex-direction: column
}

.header-footer-footer-col:first-child {
    padding-left: 0
}

.header-footer-footer-col-head {
    display: block;
    position: relative;
    padding: 0 0 19px;
    font-style: 16px;
    line-height: 20px;
    color: #909090;
    text-transform: uppercase;
    border-bottom: 1px solid #3f3f3f;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    cursor: default
}

.header-footer-footer-col ul {
    list-style: none;
    padding: 20px 0 0
}

.header-footer-footer-col ul li a {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    font-size: inherit;
    text-transform: none;
    color: #fff;
    white-space: nowrap;
    text-decoration: underline;
    -webkit-transition: color .2s ease, text-decoration .2s ease;
    transition: color .2s ease, text-decoration .2s ease;
    cursor: pointer
}

.header-footer-footer-col ul li {
    display: block;
    padding: 0;
    border: none;
    line-height: 36px
}

.header-footer-footer-col ul li a:hover {
    color: #ffb893;
    text-decoration: none
}

.header-footer-store-cont {
    padding-top: 20px
}

.header-footer-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    cursor: pointer
}

.header-footer-store:hover {
    text-decoration: underline
}

.header-footer-store img {
    margin-top: -4px;
    width: 30px;
    height: 30px;
    margin-right: 14px
}

.header-footer-social {
    display: flex
}

.header-footer-social a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-transition: .3s!important;
    transition: .3s!important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: transparent;
    opacity: .6;
    margin-left: 15px
}

.header-footer-social a:first-child {
    margin-left: 0
}

.header-footer-social a:hover {
    opacity: 1
}

.header-footer-footer-tel {
    font-size: 24px;
    display: inline-block;
    vertical-align: baseline;
    font-weight: 700!important;
    line-height: 20px;
    letter-spacing: .3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .25s ease, opacity .25s ease;
    transition: color .25s ease, opacity .25s ease
}

.header-footer-footer-tel svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-right: 10px
}

.header-footer-footer-tel:hover {
    color: rgba(255, 255, 255, .5)
}

.header-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-footer-copyright-text {
    display: inline-block;
    font-size: 16px;
    color: #909090;
    line-height: 24px
}

.header-footer-copyright-text a {
    color: #909090;
    text-decoration: none
}

.header-footer-copyright-text a:hover {
    text-decoration: underline
}

.header-footer-scolkovo {
    display: inline-block;
    margin-left: auto;
    vertical-align: middle;
    width: 83px;
    height: 60px;
    background: url(images/skolkovo_logo.svg) 50% no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important
}

.header-footer-scolkovo:hover {
    background: url(images/skolkovo_logo_hover.svg);
    background-size: 100% 100%
}

.header-footer-license {
    display: flex;
    border-top: 1px solid #3f3f3f;
    padding-top: 25.8px;
    line-height: 20px;
    color: #4dc3fa;
    cursor: pointer;
    outline: 0;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
    align-items: center;
    font-size: 16px
}

.header-footer-license:hover {
    text-decoration: none
}

.header-footer-license img {
    padding-right: 16px
}

.header-footer-app-main {
    padding: 0 20px
}

.header-footer-app-footer {
    padding: 0 20px;
    background: #242424
}

.header-footer-app-footer .header-footer-footer-row {
    padding: 0;
    height: 100px
}

.header-footer-app {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between
}

.header-footer-store-name {
    display: flex;
    align-items: center;
    color: #c3c3c3
}

.header-footer-store-name img {
    margin-top: -3px;
    margin-right: 14px;
    width: 30px;
    height: 30px
}

.header-footer-store-descr {
    font-size: 12px;
    line-height: 17px;
    color: #909090;
    padding-left: 30px
}

.header-footer-store-link {
    padding-top: 20px;
    display: flex
}

.header-footer-link-app img {
    width: 53px;
    min-width: 53px;
    padding-bottom: 5px
}

.header-footer-link-app {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #b3b3b3;
    margin-left: 29px;
    text-decoration: none
}

.header-footer-link-app:first-child {
    margin-left: 0
}

.header-footer-store-card {
    position: relative;
    display: none;
    margin-top: 20px
}

.header-footer-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(images/close.svg);
    cursor: pointer
}

.header-footer-close:hover {
    background: url(images/close_hover.svg)
}

#apple .header-footer-store-name {
    color: #c3c3c3
}

#google .header-footer-store-name {
    color: #aac148
}

#windows .header-footer-store-name {
    color: #00d7df
}

.header-footer-burger,
.header-footer-nav-user-wrapper {
    display: none
}

.header-footer-menu-lk,
.header-footer-menu-root {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0;
    overflow: auto;
    background-color: #f7f7f7
}

.header-footer-menu-header {
    position: relative;
    z-index: 95;
    width: auto;
    margin: 0;
    padding: 0 20px;
    background: #f7f7f7;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    display: flex;
    height: 75px;
    justify-content: center;
    align-items: center
}

.header-footer-app-footer .header-footer-footer-col {
    justify-content: center
}

.header-footer-menu-header a {
    color: #464646;
    text-decoration: none;
    font-weight: 700
}

.header-footer-close-lk,
.header-footer-close-menu {
    height: 28px;
    width: 55px;
    font-size: 32px;
    margin-left: auto;
    color: #82319F;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: url(images/close1.svg) 50% 50% no-repeat;
    top: 20px
}

.header-footer-close-lk:hover,
.header-footer-close-menu:hover {
    background: url(images/close2.svg) 50% 50% no-repeat
}

.header-footer-menu-body ul {
    list-style: none;
    text-align: center;
    padding: 0
}

.header-footer-menu-body ul li {
    margin-right: 0;
    text-align: center;
    border-bottom: 2px solid rgba(227, 227, 227, .5);
    height: 56px;
    line-height: 56px
}

.header-footer-menu-body ul li a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    text-transform: none;
    color: #82319F;
    white-space: nowrap;
    text-decoration: none
}

.header-footer-menu-body ul li a:hover {
    color: #ff644b
}

.header-footer-copyright-text-medium,
.header-footer-license-small,
.header-footer-mobile-app,
.header-footer-navbar-small {
    display: none
}

@media (max-width:1280px) {
    .header-footer-logo a,
    .header-footer-logo a.blue {
        background: url(images/foxford-logo-rgb-xs.svg) no-repeat
    }
    .header-footer-logo a {
        width: 60px;
        height: 42px;
        display: block;
        margin-bottom: 7px
    }
    .header-footer-nav ul li a,
    .header-footer-nav ul li .lower-header-menu-title {
        font-size: 14px
    }
}

@media (max-width:992px) {
    .header-footer-logo a {
        width: 195px;
        height: 42px;
        display: block;
        background: url(images/foxford-logo.svg) no-repeat
    }
    .header-footer-logo a.blue {
        background: url(images/bluefoxford-logo-rgb.svg) no-repeat
    }
    .header-footer-nav {
        display: none
    }
    .header-footer-burger {
        display: block;
        height: 32px;
        width: 53px;
        font-size: 32px;
        margin-left: 20px;
        color: #82319F;
        border-left: 1px solid rgba(235, 235, 235, .5);
        cursor: pointer;
        -webkit-transition: all .25s ease;
        transition: all .25s ease;
        background: url(images/group-3.svg) 18px 50% no-repeat
    }
    .header-footer-burger.blue {
        background: url(images/bluegroup-3.svg) 18px 50% no-repeat;
        border-left: solid 1px #eaeaea
    }
    .header-footer-burger:hover {
        background: url(images/group-3-copy.svg) 18px 50% no-repeat
    }
    .header-footer-burger.blue:hover {
        background: url(images/bluegroup-3-copy.svg) 18px 50% no-repeat
    }
    .header-footer-social a,
    .header-footer-social a img {
        width: 32px;
        height: 32px
    }
    .header-footer-footer-col-head {
        font-size: 15px
    }
    .header-footer-footer-col {
        padding-left: 16px
    }
    .header-footer-footer-col ul li a {
        font-size: 14px;
        font-weight: 700;
        text-decoration: none
    }
    .header-footer-store-descr {
        padding-right: 50px
    }
    .header-footer-store-link {
        flex-wrap: wrap
    }
    .header-footer-link-app {
        margin-right: 20px;
        margin-left: 0;
        flex-direction: row;
        text-align: left;
        font-size: 12px;
        line-height: 16px;
        align-items: flex-start;
        margin-bottom: 10px
    }
    .header-footer-copyright-text-medium,
    .header-footer-copyright-text-medium a {
        font-size: 16px;
        color: #909090;
        line-height: 24px
    }
    .header-footer-link-app img {
        width: 26.5px;
        min-width: 26.5px;
        height: 26.5px;
        padding-right: 10px
    }
    .header-footer-footer-tel {
        font-size: 16px
    }
    .header-footer-copyright-text {
        display: none
    }
    .header-footer-footer-row {
        display: flex;
        align-items: stretch;
        padding: 30px 0 17px
    }
    .header-footer-copyright-text-medium {
        display: inline-block
    }
    .header-footer-app-footer .header-footer-footer-col:nth-child(2) {
        width: 50%
    }
    .header-footer-app-footer .header-footer-footer-col:nth-child(3) {
        width: 20%
    }
    .header-footer-join {
        display: flex;
        align-items: center;
        flex: 0 0 auto
    }
}

@media (max-width:768px) {
    .header-footer-footer-tel,
    .header-footer-footer-tel:hover {
        background-position: 0 19px
    }
    .header-footer-footer-row {
        flex-direction: column;
        padding: 0
    }
    .header-footer-app-footer .header-footer-footer-row {
        padding: 0;
        height: auto
    }
    .header-footer-footer-col {
        width: 100%;
        padding-left: 0
    }
    .header-footer-footer-col-head {
        font-size: 15px;
        padding: 20px 0
    }
    .header-footer-footer-col ul {
        padding: 0;
        display: none
    }
    .header-footer-social {
        padding: 20px 0;
        align-items: center;
        display: flex;
        justify-content: space-between
    }
    .header-footer-social a,
    .header-footer-social a img {
        width: 37px;
        height: 37px;
        margin-left: 0
    }
    .header-footer-app-footer .header-footer-footer-col:nth-child(2) {
        width: 100%;
        border-top: 1px solid #3f3f3f
    }
    .header-footer-app-footer .header-footer-footer-col:nth-child(3) {
        width: 100%;
        border-top: 1px solid #3f3f3f;
        padding: 20px 0
    }
    .header-footer-copyright-text,
    .header-footer-copyright-text a {
        display: inline-block;
        font-size: 14px;
        font-size: 12px;
        font-weight: 700;
        color: #909090
    }
    .header-footer-app .header-footer-footer-col-head,
    .header-footer-copyright-text-medium,
    .header-footer-license,
    .header-footer-store-cont {
        display: none
    }
    .header-footer-footer-tel {
        margin: 0 auto;
        font-size: 24px;
        padding: 20px 0;
        width: 220px;
        text-align: center
    }
    .header-footer-mobile-app {
        display: flex;
        justify-content: center;
        padding: 20px 18px
    }
    .header-footer-mobile-app .header-footer-item {
        display: flex;
        z-index: 0;
        min-width: 54px;
        min-height: 54px;
        line-height: 54px;
        text-align: center;
        border-radius: 100%;
        background-color: #000;
        cursor: pointer;
        margin: 0 20px;
        justify-content: center;
        align-items: center
    }
    .header-footer-link-app {
        font-size: 14px;
        line-height: 18px;
        align-items: center;
        margin-bottom: 30px
    }
    .header-footer-link-app img {
        width: 54px;
        min-width: 54px;
        height: 54px
    }
    .header-footer-store-link {
        flex-direction: column
    }
    .header-footer-join-btn,
    .header-footer-logo,
    .header-footer-navbar,
    .header-footer-phone {
        display: none
    }
    .header-footer-navbar-small {
        display: flex;
        padding: 23px 10px;
        justify-content: center;
        align-items: center
    }
    .header-footer-navbar-small .header-footer-burger {
        border: 0;
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 20px
    }
    .header-footer-logo-small {
        color: #fff;
        font-weight: 700;
        font-size: 18px
    }
    .header-footer-logo-small.blue {
        color: #82319F
    }
    .header-footer-phone-small {
        background: url(images/1265091.svg);
        width: 32px;
        height: 32px;
        display: block;
        margin-top: 8px
    }
    .header-footer-phone-small.blue {
        background: url(images/blue126509.svg)
    }
    .header-footer-phone-small:hover {
        background: url(images/12650911.svg)
    }
    .header-footer-phone-small.blue:hover {
        background: url(images/blue126509.svg)
    }
    .header-footer-btn-join-small {
        background: url(images/login-square-arrow-button-outline.svg);
        width: 36px;
        height: 32px;
        display: block;
        margin-left: 10px;
        margin-top: 8px
    }
    .header-footer-btn-join-small.blue {
        background: url(images/bluelogin-square-arrow-button-outline.svg)
    }
    .header-footer-btn-join-small:hover {
        background: url(images/login-square-arrow-button-outline1.svg)
    }
    .header-footer-btn-join-small.blue:hover {
        background: url(images/blueshape.svg)
    }
    .header-footer-btn-small {
        display: flex;
        position: absolute;
        right: 10px;
        align-items: flex-start;
        top: 12px
    }
    .header-footer-nav-user-wrapper-small {
        margin-left: 15px
    }
    .foot_menu {
        background: url(images/arr.svg) 100% 50% no-repeat;
        font-weight: 600;
        color: #fff;
        cursor: pointer
    }
    .foot_menu.active {
        background: url(images/arr2.svg) 100% 50% no-repeat;
        color: #ffb893
    }
    .header-footer-license-small {
        display: inline-block;
        padding-right: 7px
    }
    .header-footer-scolkovo {
        width: 62px;
        height: 45px
    }
}