@font-face {
  font-family: "Tele2Slab";
  font-display: auto;
  font-weight: 400;
  src: url("../assets/fonts/Tele2Slab-TextRegular.woff") format("woff"); }

@font-face {
  font-family: "Tele2Slab";
  font-display: auto;
  font-weight: 600;
  src: url("../assets/fonts/Tele2Slab-TextBold.woff") format("woff"); }

@font-face {
  font-family: "Tele2Slab";
  font-display: auto;
  font-weight: 700;
  src: url("../assets/fonts/Tele2Slab-DisplayBlack.woff") format("woff"); }

@font-face {
  font-family: "Tele2Slab";
  font-display: auto;
  font-weight: 900;
  src: url("../assets/fonts/Tele2Slab-DisplayHeavy.woff") format("woff"); }

* {
  outline: none !important; }

*, *::before, *::after {
  box-sizing: border-box; }

::selection {
  background: #000000;
  color: #ffffff; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Tele2Slab", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  padding: 0;
  margin: 0; }

a {
  transition: all 150ms ease;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #0085ff;
  background: none; }
  a:hover {
    color: #000000; }

button {
  transition: all 150ms ease;
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #000000;
  background: #0085ff;
  cursor: pointer; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

p {
  padding: 0;
  margin: 0 0 35px 0; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-family: "Tele2Slab", sans-serif; }

h1 {
  font-size: 30px;
  line-height: 40px; }

h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 35px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

ul.born-reset {
  box-sizing: border-box;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }
  ul.born-reset li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
    ul.born-reset li:after {
      display: none; }

ul:not(.ul-ignore):not(.dropdown-menu):not(#wp-admin-bar-root-default):not(#wp-admin-bar-top-secondary):not(#wp-admin-bar-user-actions):not(.comment) {
  margin: 50px 0;
  padding: 0; }
  ul:not(.ul-ignore):not(.dropdown-menu):not(#wp-admin-bar-root-default):not(#wp-admin-bar-top-secondary):not(#wp-admin-bar-user-actions):not(.comment) li {
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    margin-bottom: 15px;
    list-style: none; }
    ul:not(.ul-ignore):not(.dropdown-menu):not(#wp-admin-bar-root-default):not(#wp-admin-bar-top-secondary):not(#wp-admin-bar-user-actions):not(.comment) li:after {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      background: #0085ff;
      top: 10px;
      left: 0; }
    ul:not(.ul-ignore):not(.dropdown-menu):not(#wp-admin-bar-root-default):not(#wp-admin-bar-top-secondary):not(#wp-admin-bar-user-actions):not(.comment) li:last-child {
      margin-bottom: 0; }

ol {
  margin: 50px 0;
  padding: 0;
  counter-reset: counter; }
  ol li {
    counter-increment: counter;
    text-align: left;
    position: relative;
    padding: 0 0 0px 30px;
    margin: 0;
    margin-bottom: 15px;
    list-style: none; }
    ol li:before {
      content: counter(counter) ". ";
      position: relative;
      color: #0085ff;
      position: absolute;
      left: 0; }
    ol li:last-child {
      margin-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

blockquote {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #0085ff;
  padding: 0;
  margin: 50px 0;
  padding-left: 38px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    blockquote {
      font-size: 25px;
      line-height: 25px;
      padding-left: 30px; } }
  blockquote:before {
    content: "";
    width: 3px;
    top: 2px;
    bottom: 2px;
    left: 0;
    background: #e5e5e5;
    position: absolute; }

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0; }

.born-container {
  margin: 0 auto;
  max-width: calc(1170px + 90px + 90px);
  padding-left: 90px;
  padding-right: 90px; }
  @media only screen and (max-width: 992px) {
    .born-container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (max-width: 767px) {
    .born-container {
      padding-left: 20px;
      padding-right: 20px; } }

.born-mb-verysmall {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 767px) {
    .born-mb-verysmall {
      margin-bottom: 30px !important; } }

.born-mb-small {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 992px) {
    .born-mb-small {
      margin-bottom: 40px !important; } }
  @media only screen and (max-width: 767px) {
    .born-mb-small {
      margin-bottom: 20px !important; } }

.born-mb-medium {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 767px) {
    .born-mb-medium {
      margin-bottom: 40px !important; } }

.born-mb-big {
  margin-bottom: 120px !important; }
  @media only screen and (max-width: 992px) {
    .born-mb-big {
      margin-bottom: 50px !important; } }
  @media only screen and (max-width: 767px) {
    .born-mb-big {
      margin-bottom: 40px !important; } }

.born-mb-verybig {
  margin-bottom: 160px !important; }
  @media only screen and (max-width: 767px) {
    .born-mb-verybig {
      margin-bottom: 50px !important; } }

.born-mt-medium {
  margin-top: 95px !important; }
  @media only screen and (max-width: 992px) {
    .born-mt-medium {
      margin-top: 15px !important; } }
  @media only screen and (max-width: 767px) {
    .born-mt-medium {
      margin-top: 0 !important; } }

.born-index li {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease; }

html {
  width: 100%;
  height: 100%; }

body {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 100%; }

.tele2-page-wrapper {
  flex-grow: 1; }

.tele2-dock {
  background: #000000;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  height: 45px;
  align-items: center; }
  .tele2-dock .logo img {
    width: 50px;
    height: auto; }
  .tele2-dock .lang a {
    position: relative;
    color: #818084;
    padding-right: 25px; }
    .tele2-dock .lang a.active {
      color: #ffffff; }
    .tele2-dock .lang a:after {
      content: "";
      width: 1px;
      height: 19px;
      background: #504f53;
      position: absolute;
      right: 10px; }
    .tele2-dock .lang a:last-child {
      padding-right: 0; }
      .tele2-dock .lang a:last-child:after {
        display: none; }

.tele2-header {
  background: #005eb8;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px; }
  .tele2-header .title {
    text-align: center; }
  .tele2-header .data {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between; }
    .tele2-header .data > div {
      display: flex;
      flex-flow: column;
      align-items: center; }
    .tele2-header .data a {
      color: #ffffff; }
    .tele2-header .data .label {
      color: #000000;
      margin-bottom: 2px; }
    .tele2-header .data .value {
      font-weight: 600; }
      .tele2-header .data .value.alert span {
        position: relative; }
        .tele2-header .data .value.alert span:after {
          content: "!";
          width: 18px;
          height: 18px;
          background: #e6007d;
          border-radius: 50%;
          position: relative;
          display: inline-block;
          text-align: center;
          margin-left: 6px; }
    .tele2-header .data .view {
      font-weight: 600; }
      .tele2-header .data .view a:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #e6007f transparent transparent transparent;
        position: relative;
        display: inline-block;
        margin-left: 10px;
        margin-bottom: 2px; }

.tele2-title {
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; }
  .tele2-title h2 {
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.1px;
    margin: 0;
    padding: 0; }

.tele2-plans .item {
  border-bottom: 1px solid #e1e1e1; }
  .tele2-plans .item > .content {
    transition: all 350ms ease;
    display: flex;
    padding: 20px; }
    .tele2-plans .item > .content > .content {
      flex-grow: 1; }
      .tele2-plans .item > .content > .content h4 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: -0.1px;
        margin: 0;
        padding: 0;
        color: #373737; }
  .tele2-plans .item > .dropdown > .content {
    background: #f2f2f2; }
  .tele2-plans .item .tag {
    width: auto;
    height: 33px;
    background: url("../assets/img/bg-tag.svg") 0 0 no-repeat;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 6px 8px 0 8px;
    margin-bottom: 10px;
    display: none; }
  .tele2-plans .item .icon {
    flex-shrink: 0;
    width: 50px; }
    .tele2-plans .item .icon img {
      width: 30px;
      height: auto; }
      .tele2-plans .item .icon img[src$="icon-percent.svg"] {
        width: 23px; }
  .tele2-plans .item h3 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: -0.1px;
    margin: 0 0 15px 0;
    padding: 0; }
  .tele2-plans .item h4 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 0;
    padding: 0; }
  .tele2-plans .item ul li span {
    font-weight: 600; }
  .tele2-plans .item .arrow {
    flex-shrink: 0;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none !important; }
    .tele2-plans .item .arrow svg {
      transform: rotate(180deg);
      transition: all 350ms ease; }
    .tele2-plans .item .arrow.collapsed svg {
      transform: rotate(0deg); }
  .tele2-plans .item .button {
    max-width: 200px;
    margin-top: 20px;
    display: block;
    width: auto;
    padding: 12px 15px;
    border: 1px solid #00ca6c;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #000000;
    background: url("../assets/img/arrow-1.svg") center right 12px no-repeat;
    background-size: 16px 16px; }
  .tele2-plans .item .price {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600; }
    .tele2-plans .item .price s {
      font-size: 13px;
      color: #ff3f3f;
      margin-left: 25px; }
  .tele2-plans .item .list {
    padding: 10px 0;
    color: #373737; }
    .tele2-plans .item .list .label {
      font-weight: 600;
      margin-bottom: 5px; }
    .tele2-plans .item .list ul {
      margin-bottom: 15px !important; }
      .tele2-plans .item .list ul:last-child {
        margin-bottom: 0 !important; }
      .tele2-plans .item .list ul li {
        padding: 2px 0 2px 12px !important; }
        .tele2-plans .item .list ul li:before {
          content: "" !important;
          width: 4px !important;
          height: 4px !important;
          border-radius: 50% !important;
          background: #373737 !important;
          position: absolute !important;
          top: 9px !important;
          left: 0 !important; }
  .tele2-plans .item.is-open > .content {
    background: #e1e1e1 !important; }
  .tele2-plans .item.smart {
    margin-top: -1px;
    border-bottom: 0; }
    .tele2-plans .item.smart > .content {
      background: #f2f2f2;
      padding-top: 25px;
      padding-bottom: 25px; }
    .tele2-plans .item.smart .tag {
      display: inline-block; }
    .tele2-plans .item.smart h3, .tele2-plans .item.smart .price {
      color: #0085ff; }

.tele2-footer {
  background: #000000;
  color: #98989c;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  padding: 12px 20px; }

::placeholder {
  color: #c2c2c2;
  opacity: 1; }

:-ms-input-placeholder {
  color: #c2c2c2; }

::-ms-input-placeholder {
  color: #c2c2c2; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
  transition: all 150ms ease;
  width: 100%;
  height: 52px;
  line-height: normal;
  font-family: "Tele2Slab", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 20px 16px 20px;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0 !important;
  background: #ffffff;
  box-shadow: none;
  -webkit-appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    border: 1px solid #c8c8c8 !important; }
  input[type="text"].has-error,
  input[type="email"].has-error,
  input[type="password"].has-error,
  input[type="tel"].has-error,
  input[type="number"].has-error,
  textarea.has-error {
    border: 1px solid #ffa6a8 !important;
    box-shadow: #ffeeee 0 0 10px !important; }

.input-wrapper {
  display: flex; }
  .input-wrapper.is-checkbox {
    position: relative; }
  .input-wrapper.is-search {
    position: relative; }
    .input-wrapper.is-search input {
      padding-left: 20px;
      padding-right: 70px; }
    .input-wrapper.is-search svg {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 15px; }

.tele2-btn {
  transition: all 150ms ease;
  width: auto;
  height: 70px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: 600;
  padding: 0px 70px;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Tele2Slab", sans-serif;
  text-align: center;
  background: transparent;
  border: 2px solid #0085ff; }
  .tele2-btn:hover {
    background: #0085ff;
    color: #ffffff; }
