@font-face {
    font-family: 'Tele2Sans';
    src: url('../fonts/Tele2Sans-Light.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'Tele2Sans';
    src: url(../fonts/Tele2Sans-Regular.otf) format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Tele2Sans';
    src: url(../fonts/Tele2Sans-Medium.otf) format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'Tele2SlabWebRegular';
    src: url('../fonts/Tele2SlabWeb-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Tele2SlabWebBlack';
    src: url(../fonts/Tele2SlabWeb-Black.woff) format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Tele2SlabWebBold';
    src: url(../fonts/Tele2SlabWeb-Bold.woff) format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Tele2SlabWebHeavy';
    src: url(../fonts/Tele2SlabWeb-Heavy.woff) format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Tele2SlabWebBlack';
    src: url(../fonts/Tele2SlabWeb-Black.woff) format('woff');
    font-weight: 900;
}

html, body {
    font-family: 'Tele2SlabWebRegular';
}

html {
  font-size: 14px;
}

html {
  position: relative;
  min-height: 100%;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    font-family: 'Tele2SlabWebRegular';
    z-index: 100;
}

.mobile-header {
    display: none;
}

.header-navbar {
    background-color: #000;
    font-size: 13px;
    line-height: 16px;
}

.wrap {
    width: 1188px;
    margin: 0 auto;
}

.header-navbar > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.header-navbar-left,
.header-navbar-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-navbar-logo {
    margin-right: 60px;
    width: 70px;
    height: 25px;
}

.header-page-link {
    position: relative;
    display: block;
    padding: 18px 20px;
    color: #fff;
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-style: solid;
}

a.header-page-link:hover {
    color: #fff;
}

.page-link-selfcare {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 100%;
    max-width: 150px;
    background-color: #0086ff;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.page-link-selfcare:hover {
    background-color: #0097ff;
}

.lang-switcher {
    position: relative;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    z-index: 200;
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 100%;
}

.lang-item.active {
    padding-left: 8px;
    color: #fff;
}

.lang-switcher.dropdown {
    display: block;
    vertical-align: middle;
}

.other-lang {
    display: none;
    position: absolute;
    margin-top: 78px;
}

.lang-switcher:hover > .other-lang {
    display: block;
}

.other-lang-item {
    background-color: #000;
    padding-top: 5px;
    padding-bottom: 5px
}

.other-lang-item:hover {
    background-color: #272727;
}

.other-lang-item > a {
    padding: 4px 8px;
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-style: solid;
    color: #fff;
}

.content {
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    max-width: 100%;
    min-height: 650px;
    padding: 0 60px;
    background-color: #0086FF;
}

.content-container {
    display: flex;
    flex: 1 0 auto;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    align-self: stretch;
    justify-content: flex-start;
}

.content-collage-left {
    display: flex;
    flex: 0 0 50%;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.content-collage-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    left: -40px;
}

.content-title {
    font-family: 'Tele2SlabWebBlack';
    color: #fff;
    font-size: 67px;
    line-height: 64px;
    text-align: left;
    font-weight: 600;
    padding: 30px 15px 30px 57px;
    background-color: #000;
    margin-top: 80px;
}

.content-description {
    font-family: 'Tele2SlabWebRegular';
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    outline-style: none;
    outline-width: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 57px;
}

.content-button {
    margin-top: 40px;
    background-color: #000;
    min-height: 65px;
    min-width: 230px;
    display: flex;
    flex: 0 0 auto;
    border: none;
    justify-content: center;
    align-items: center;
    margin-left: 57px;
    cursor: pointer;
    text-decoration-line: none;
    text-decoration-style: solid;
    padding: 0 20px;
}

.content-button-text {
    font-family: 'Tele2SlabWebBold';
    font-size: 25px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.content-button-arrow {
    height: 18px;
    margin-left: 20px;
}

.content-image {
    height: 600px;
}

a.content-button:hover {
    color: #fff;
}

.footer-top {
    background-color: #000;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #2e2e2e;
}

.footer-container {
    background-color: #000;
    color: #777;
}

.footer-inner-container {
    padding: 48px 0 0;
    display: flex;
    justify-content: space-between;
}

.title {
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
    font-family: 'Tele2SlabWebBold';
}

.footer-app-list {
    padding-top: 20px;
}

.footer-social-container {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-social-container > a,
.footer-app-list > a {
    text-decoration: none;
}

.footer-social-icon {
    padding-right: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .navbar {
        display: flex;
    }

    .header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding: 0 20px;
    }

    .mobile-header-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 65px;
    }

    .mobile-header-navbar-left,
    .mobile-header-navbar-right {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .mobile-header-navbar-logo {
        height: 32px;
    }

    .mobile-header-navbar-profile {
        margin-right: 20px;
        width: 18px;
        height: 20px;
    }

    .navbar-logo {
        margin-left: 20px;
    }

    .navbar-lang-item {
        margin-right: 10px;
    }

    .navbar-lang-item > a {
        font-family: 'Tele2SlabWebBold';
        color: #000;
        text-decoration-line: none;
    }

    .content {
        padding: 0 40px;
    }

    .content-container {
        height: 768px;
        flex: 1 0 auto;
        flex-direction: column;
        width: 100%;
        max-width: 1200px;
    }

    .content-collage-left {
        display: flex;
        flex: 0 0 50%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding-top: 0;
    }

    .content-collage-right {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
        position: relative;
        left: 0;
        flex: 0 0 50%;
    }

    .content-title {
        font-family: 'Tele2SlabWebBlack';
        color: #fff;
        font-size: 60px;
        line-height: 64px;
        text-align: left;
        font-weight: 600;
        padding: 15px 15px 15px 57px;
        background-color: #000;
        margin-top: 60px;
        width: 100%;
    }

    .content-description {
        font-family: 'Tele2SlabWebRegular';
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
        outline-style: none;
        outline-width: 0;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0 57px;
    }

    .content-button {
        font-family: 'Tele2SlabWebBold';
        margin-top: 40px;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        padding: 10px 32px;
        min-height: 65px;
        min-width: 230px;
        display: flex;
        flex: 0 0 auto;
        border: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-decoration-line: none;
        text-decoration-style: solid;
    }

    .content-button-text {
        font-family: 'Tele2SlabWebBold';
        font-size: 24px;
        font-weight: 500;
        line-height: 18px;
        color: #fff;
        margin: 0;
    }

    .content-button-arrow {
        height: 18px;
        margin-left: 20px;
    }

    .content-image {
        height: 400px;
    }

    .wrap {
        width: auto;
        margin: 0 40px;
    }

    footer {
        position: relative;
    }

    .footer-logo {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #2e2e2e;
    }

    .footer-container {
        background-color: #000;
    }

    .footer-inner-container {
        padding: 0;
    }

    .title {
        font-size: 20px;
        line-height: 1.25;
        color: #fff;
        font-family: 'Tele2SlabWebBold';
        padding: 18px 0 17px;
    }

    .footer-app-list {
        padding-top: 10px;
    }

    .footer-app-img {
        padding-top: 10px;
    }

    .footer-social-container {
        display: flex;
        justify-content: space-between;
    }

    .footer-social-container > a,
    .footer-app-list > a {
        text-decoration: none;
    }

    .footer-social-icon {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        display: flex;
    }

    .header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding: 0 20px;
    }

    .mobile-header-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 65px;
    }

    .mobile-header-navbar-left,
    .mobile-header-navbar-right {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .mobile-header-navbar-logo {
        height: 32px;
    }

    .mobile-header-navbar-profile {
        margin-right: 20px;
        width: 18px;
        height: 20px;
    }

    .navbar-logo {
        margin-left: 20px;
    }

    .navbar-lang-item {
        margin-right: 10px;
    }

        .navbar-lang-item > a {
            font-family: 'Tele2SlabWebBold';
            color: #000;
            text-decoration-line: none;
        }

    .content {
        padding: 0 25px;
    }

    .content-container {
        flex-direction: column;
        width: 100%;
    }

    .content-collage-left {
        display: flex;
        flex: 0 1 auto;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .content-collage-right {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        flex: 1 0 auto;
        left: 0;
    }

    .content-title {
        font-family: 'Tele2SlabWebBlack';
        color: #fff;
        font-size: 38px;
        line-height: 42px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 20px;
        padding: 15px 15px 15px 20px;
    }

    .content-description {
        font-family: 'Tele2SlabWebRegular';
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
        outline-style: none;
        outline-width: 0;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .content-button {
        font-family: 'Tele2SlabWebBold';
        font-weight: 600;
        min-height: 57px;
        margin-top: 20px;
        margin-left: 15px;
    }

    .content-button-text {
        font-family: 'Tele2SlabWebBold';
        font-size: 21px;
        font-weight: 500;
        line-height: 18px;
        color: #fff;
        margin: 0;
    }

    .content-button-arrow {
        height: 18px;
        margin-left: 20px;
    }

    .content-image {
        height: 280px;
    }

    .wrap {
        width: auto;
        margin: 0 20px;
    }

    footer {
        position: relative;
    }

    .footer-logo {
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
        border-bottom: 1px solid #2e2e2e;
    }

    .footer-container {
        background-color: #000;
    }

    .footer-inner-container {
        padding: 0;
    }

    .title {
        font-size: 20px;
        line-height: 1.25;
        color: #fff;
        font-family: 'Tele2SlabWebBold';
        padding: 18px 0 17px;
    }

    .footer-app-list {
        padding-top: 10px;
    }

    .footer-app-img {
        padding-top: 10px;
    }

    .footer-social-container {
        display: flex;
        justify-content: space-between;
    }

        .footer-social-container > a,
        .footer-app-list > a {
            text-decoration: none;
        }

    .footer-social-icon {
        padding-right: 0;
    }
}
