.is-aligned-left,
.is-aligned-right,
.is-aligned-center,
.is-justified-left,
.is-justified-right,
.is-justified-center,
.has-centered {
  display: flex;
}

.is-aligned-left {
  align-items: flex-start;
}

.is-aligned-right {
  align-items: flex-end;
}

.is-aligned-center {
  align-items: center;
}

.is-justified-left {
  justify-content: flex-start;
}

.is-justified-right {
  justify-content: flex-end;
}

.is-justified-center {
  justify-content: center !important;
}

.has-centered {
  align-items: center !important;
  justify-content: center !important;
}

.is-full-width {
  width: 100%;
}

.is-full-height {
  flex: 1;
}

.is-direction-column {
  flex-direction: column;
}

.has-border-left {
  border-left: 1px solid black;
}

.has-border-right {
  border-right: 1px solid black;
}

.has-border-bottom {
  border-bottom: 1px solid black;
}

.has-border-top {
  border-top: 1px solid black;
}

.none-border-left {
  border-left: none;
}

.none-border-right {
  border-right: none;
}

.none-border-bottom {
  border-bottom: none;
}

.none-border-top {
  border-top: none;
}

.padding-top-10 {
  padding-top: 10px;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.rounded-2 {
  border-radius: 5px !important;
}

h1.page-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 769px) {
  h1.page-title {
    font-size: 22px;
  }
}

@media (min-width: 1216px) {
  h1.page-title {
    font-size: 32px;
  }
}

h1.page-title span {
  font-family: "myriadpro-bold";
  background-color: #fd3f4e;
  padding: 3px 15px;
  display: block;
  text-align: center;
}

@media (min-width: 769px) {
  h1.page-title span {
    display: inline;
  }
}

@media (min-width: 1024px) {
  h1.page-title span {
    padding: 3px 20px;
  }
}

@media (min-width: 1216px) {
  h1.page-title span {
    padding: 3px 45px;
  }
}

h1.main-title {
  text-align: center;
  font-size: 26px;
}

@media (min-width: 769px) {
  h1.main-title {
    font-size: 32px;
  }
}

h1.main-title span {
  display: inline;
}

h2.page-subtitle {
  font-family: "myriadpro-bold";
  font-size: 22px;
  font-weight: 800;
  color: #fd3f4e;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 769px) {
  h2.page-subtitle {
    font-size: 24px;
  }
}

h3.page-info {
  font-family: "myriadpro-regular";
  font-size: 22px;
  font-weight: 800;
  color: #484848;
  text-align: center;
}

@media (min-width: 769px) {
  h3.page-info {
    font-size: 32px;
  }
}

h3.page-info span {
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  font-size: 22px;
}

@media (min-width: 769px) {
  h3.page-info span {
    font-size: 32px;
  }
}

h5.promotion-holder-info {
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  font-size: 24px;
  font-weight: 800;
}

@media (min-width: 769px) {
  h5.promotion-holder-info {
    font-size: 32px;
  }
}

p.home-text {
  color: #484848;
  font-size: 18px;
}

@media (min-width: 1216px) {
  p.home-text {
    font-size: 22px;
  }
}

h2.contact-title {
  font-family: "myriadpro-bold";
  color: #484848;
  font-size: 20px;
}

@media (min-width: 769px) {
  h2.contact-title {
    font-size: 25px;
  }
}

p.contact-text {
  color: #484848;
  font-size: 18px;
}

@media (min-width: 1216px) {
  p.contact-text {
    font-size: 23px;
  }
}

h3.footer-title {
  font-family: "myriadpro-bold";
  color: #a4a4a4;
  font-size: 20px;
}

p.personal-data-text {
  font-size: 16px;
  color: #484848;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 769px) {
  p.personal-data-text {
    text-align: left;
  }
}

a.big-links {
  font-family: "myriadpro-regular";
  font-size: 20px;
  color: #fd3f4e;
}

a.big-links:hover {
  text-decoration: underline;
}

button.big-links {
  font-family: "myriadpro-regular";
  font-size: 20px;
  color: #fd3f4e;
}

button.big-links:hover {
  text-decoration: underline;
}

.package-name-title h1,
.package-name-title h2,
.package-name-title h5,
.package-name-title h6,
.package-name-info h1,
.package-name-info h2,
.package-name-info h5,
.package-name-info h6 {
  color: white;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .package-name-title h1,
    .package-name-title h2,
    .package-name-title h5,
    .package-name-title h6,
    .package-name-info h1,
    .package-name-info h2,
    .package-name-info h5,
    .package-name-info h6 {
    margin-bottom: 5px;
  }
}

@media (min-width: 1216px) {
  .package-name-title h1,
    .package-name-title h2,
    .package-name-title h5,
    .package-name-title h6,
    .package-name-info h1,
    .package-name-info h2,
    .package-name-info h5,
    .package-name-info h6 {
    margin-bottom: 10px;
  }
}

.package-name-title h2,
.package-name-info h2 {
  font-family: "myriadpro-bold";
  font-size: 60px;
}

@media (min-width: 1024px) {
  .package-name-title h2,
    .package-name-info h2 {
    font-size: 40px;
  }
}

@media (min-width: 1216px) {
  .package-name-title h2,
    .package-name-info h2 {
    font-size: 50px;
  }
}

@media (min-width: 1408px) {
  .package-name-title h2,
    .package-name-info h2 {
    font-size: 60px;
  }
}

.package-name-title h5,
.package-name-info h5 {
  font-family: "myriadpro-bold";
  font-size: 26px;
}

@media (min-width: 1024px) {
  .package-name-title h5,
    .package-name-info h5 {
    font-size: 20px;
  }
}

@media (min-width: 1216px) {
  .package-name-title h5,
    .package-name-info h5 {
    font-size: 22px;
  }
}

@media (min-width: 1408px) {
  .package-name-title h5,
    .package-name-info h5 {
    font-size: 26px;
  }
}

.package-name-title h6,
.package-name-info h6 {
  font-family: "myriadpro-regular";
  font-size: 14px;
}

.package-name-title p,
.package-name-info p {
  font-family: "myriadpro-regular";
  font-size: 15px;
  text-align: left;
  line-height: 1.4;
  color: white;
  margin: 15px auto 10px auto;
  width: 320px;
}

@media (min-width: 1024px) {
  .package-name-title p,
    .package-name-info p {
    font-size: 14px;
    margin: 10px 0 10px 0;
    width: auto;
  }
}

@media (min-width: 1216px) {
  .package-name-title p,
    .package-name-info p {
    margin: 0px 0 10px 0;
  }
}

@media (min-width: 1408px) {
  .package-name-title p,
    .package-name-info p {
    font-size: 15px;
  }
}

.package-name-info {
  margin-top: 20px;
  color: white;
}

@media (min-width: 1024px) {
  .package-name-info {
    margin-top: 12px;
  }
}

@media (min-width: 1216px) {
  .package-name-info {
    margin-top: 20px;
  }
}

.package-name-info h2,
  .package-name-info h5,
  .package-name-info h6 {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .package-name-info h2,
      .package-name-info h5,
      .package-name-info h6 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1216px) {
  .package-name-info h2,
      .package-name-info h5,
      .package-name-info h6 {
    margin-bottom: 15px;
  }
}

.landings-info {
  text-align: center;
}

.landings-info h1 {
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  font-size: 50px;
}

@media (min-width: 769px) {
  .landings-info h1 {
    font-size: 30px;
  }
}

@media (min-width: 1216px) {
  .landings-info h1 {
    font-size: 35px;
  }
}

@media (min-width: 1408px) {
  .landings-info h1 {
    font-size: 50px;
  }
}

.landings-info h4,
  .landings-info h5 {
  font-family: "myriadpro-regular";
  color: #484848;
  line-height: 1.3;
}

.landings-info h4 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .landings-info h4 {
    font-size: 18px;
  }
}

@media (min-width: 1216px) {
  .landings-info h4 {
    font-size: 20px;
  }
}

@media (min-width: 1408px) {
  .landings-info h4 {
    font-size: 24px;
  }
}

.landings-info h5 {
  font-family: "myriadpro-regular";
  color: #484848;
  line-height: 1.3;
  font-size: 20px;
}

@media (min-width: 769px) {
  .landings-info h5 {
    font-size: 16px;
  }
}

@media (min-width: 1216px) {
  .landings-info h5 {
    font-size: 18px;
  }
}

@media (min-width: 1408px) {
  .landings-info h5 {
    font-size: 20px;
  }
}

h1.big-title {
  font-family: "montserrat-black";
  font-size: 31px;
  color: #424242;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  line-height: 100%;
}

@media (min-width: 576px) {
  h1.big-title {
    font-size: 33px;
    margin-bottom: 20px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  h1.big-title {
    font-size: 45px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  h1.big-title {
    font-size: 55px;
    margin-bottom: 45px;
  }
}

@media (min-width: 1408px) {
  h1.big-title {
    font-size: 57px;
  }
}

@media (min-width: 1750px) {
  h1.big-title {
    font-size: 80px;
  }
}

h1.big-title .big-italic {
  font-size: 43px;
  font-style: italic;
  position: relative;
  z-index: 10;
}

@media (min-width: 576px) {
  h1.big-title .big-italic {
    font-size: 41px;
  }
}

@media (min-width: 768px) {
  h1.big-title .big-italic {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  h1.big-title .big-italic {
    font-size: 65px;
  }
}

@media (min-width: 1408px) {
  h1.big-title .big-italic {
    font-size: 70px;
  }
}

@media (min-width: 1750px) {
  h1.big-title .big-italic {
    font-size: 105px;
  }
}

h1.big-title .red-bcg {
  background-color: #fd3f4e;
  width: 530px;
  height: 70px;
  display: none;
  position: absolute;
  right: -16px;
  top: 9px;
  z-index: 1;
}

@media (min-width: 576px) {
  h1.big-title .red-bcg {
    width: 201px;
    height: 24px;
    top: 30px;
    right: -6px;
    display: block;
  }
}

@media (min-width: 768px) {
  h1.big-title .red-bcg {
    width: 241px;
    height: 29px;
    top: 28px;
    right: -7px;
  }
}

@media (min-width: 1024px) {
  h1.big-title .red-bcg {
    width: 336px;
    height: 41px;
    top: 24px;
    right: -16px;
  }
}

@media (min-width: 1408px) {
  h1.big-title .red-bcg {
    width: 200px;
    height: 45px;
    top: 20px;
  }
}

@media (min-width: 1750px) {
  h1.big-title .red-bcg {
    width: 530px;
    height: 70px;
    top: 9px;
  }
}

h1.novita-big-title {
  font-family: "montserrat-black";
  font-size: 31px;
  color: #424242;
  text-align: center !important;
  margin-left: 55%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  line-height: 100%;
}

@media (min-width: 576px) {
  h1.novita-big-title {
    font-size: 33px;
    margin-bottom: 20px;
    text-align: right;
  }
}

@media (min-width: 768px) {
  h1.novita-big-title {
    font-size: 45px;
    margin-bottom: 30px;
    margin-left: 35%;
  }
}

@media (min-width: 1024px) {
  h1.novita-big-title {
    font-size: 55px;
    margin-bottom: 45px;
    margin-left: 55%;
  }
}

@media (min-width: 1408px) {
  h1.novita-big-title {
    font-size: 57px;
  }
}

@media (min-width: 1750px) {
  h1.novita-big-title {
    font-size: 80px;
  }
}

h1.novita-big-title .big-italic {
  font-size: 43px;
  font-style: italic;
  position: relative;
  z-index: 10;
}

@media (max-width: 576px) {
  h1.novita-big-title .big-italic {
    right: 110px;
  }
}

@media (min-width: 576px) {
  h1.novita-big-title .big-italic {
    font-size: 41px;
  }
}

@media (min-width: 768px) {
  h1.novita-big-title .big-italic {
    font-size: 65px;
  }
}

@media (min-width: 1024px) {
  h1.novita-big-title .big-italic {
    font-size: 65px;
  }
}

@media (min-width: 1408px) {
  h1.novita-big-title .big-italic {
    font-size: 70px;
  }
}

@media (min-width: 1750px) {
  h1.novita-big-title .big-italic {
    font-size: 105px;
  }
}

h1.novita-big-title .red-bcg {
  background-color: #fd3f4e;
  width: 50vw;
  height: 40px;
  position: absolute;
  right: 55px !important;
  top: 3px;
  z-index: 1;
}

@media (max-width: 576px) {
  h1.novita-big-title .red-bcg {
    right: 53% !important;
  }
}

@media (min-width: 576px) {
  h1.novita-big-title .red-bcg {
    width: 201px;
    height: 24px;
    top: 30px;
    right: -6px;
  }
}

@media (min-width: 768px) {
  h1.novita-big-title .red-bcg {
    width: 280px;
    height: 50px;
    top: 5px !important;
    right: 100px !important;
  }
}

@media (min-width: 1024px) {
  h1.novita-big-title .red-bcg {
    width: 290px;
    height: 50px;
    top: 10px !important;
    right: 70px !important;
  }
}

@media (min-width: 1408px) {
  h1.novita-big-title .red-bcg {
    width: 350px;
    height: 60px;
    right: 130px !important;
  }
}

@media (min-width: 1750px) {
  h1.novita-big-title .red-bcg {
    width: 530px;
    height: 70px;
    top: 9px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  min-height: inherit;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -o-box-shadow: 0 0 5px #ccc;
  /* Opera/IE 8+ */
  box-shadow: 0 0 5px #ccc;
}

@media (min-width: 769px) {
  .navbar {
    height: 75px;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .navbar {
    padding: 0;
  }
}

.navbar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
  align-items: stretch;
  display: flex;
}

.navbar-menu {
  box-shadow: none;
  align-items: center;
  flex-grow: initial;
}

@media screen and (min-width: 769px) {
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: 0;
  }
}

.logo {
  width: 160px;
}

@media (min-width: 769px) {
  .logo {
    width: 235px;
  }
}

.navbar-item {
  font-family: "myriadpro-regular";
  padding: 0.5rem 0.75rem;
}

.navbar-item img {
  max-height: initial;
}

.navbar-burger {
  height: auto;
}

.navbar-burger:hover {
  background-color: transparent;
}

.navbar-item-last {
  padding-right: 0;
}

.navbar-button-select {
  height: auto !important;
}

.navbar-button-select:after {
  right: 2px !important;
}

.navbar-button-select select,
  .navbar-button-select option {
  font-family: "myriadpro-regular";
  color: #fd3f4e;
}

.navbar-button-select select {
  border: none;
  border-radius: 0;
  width: 50px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 769px) {
  .navbar-button-select select {
    width: 55px;
    padding-bottom: 40px !important;
  }
}

.navbar-button-select select:hover {
  border: none !important;
}

.navbar-button-select select:focus {
  box-shadow: none;
}

.language-flag {
  width: 22px !important;
  height: 100% !important;
}

@media (min-width: 769px) {
  .language-flag {
    width: 30px !important;
  }
}

.language-flag img {
  display: none;
  width: 22px;
  height: 22px;
}

@media (min-width: 769px) {
  .language-flag img {
    width: 30px;
    height: 30px;
  }
}

.navbar-button-holder {
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.navbar-button-holder:focus {
  outline: none;
}

.navbar-button {
  width: 70px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #fd3f4e;
  border-radius: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #fd3f4e;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
}

@media (min-width: 769px) {
  .navbar-button {
    width: 140px;
    padding: 4px 30px;
  }
}

.refresh-button {
  width: 70px;
  height: 30px;
  border: 1px solid #fd3f4e;
  border-radius: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #fd3f4e;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
  margin-left: 5px;
}

.red-button {
  text-align: center;
  background-color: #fd3f4e;
  border: 1px solid #fd3f4e;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
  align-self: center;
  height: 44px;
  width: 250px !important;
}

.red-button-details {
  text-align: center;
  background-color: #fd3f4e;
  border: 1px solid #fd3f4e;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
  align-self: center;
  height: 42px;
  margin-left: 5px;
  width: 75px !important;
}

.navbar-button-myaccount {
  width: 70px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #fd3f4e;
  border-radius: 0;
  padding: 4px 0;
  text-align: center;
  background-color: #fd3f4e;
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
}

@media (min-width: 769px) {
  .navbar-button-myaccount {
    width: 140px;
  }
}

footer {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-top {
  background-color: #252525;
}

@media (min-width: 769px) {
  .footer-top {
    padding: 40px 20px;
  }
}

@media (min-width: 1024px) {
  .footer-top {
    padding: 40px 0 40px 0;
  }
}

.footer-top .columns {
  align-items: flex-end;
}

.footer-bottom {
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #fd3f4e;
  padding: 2px 0;
}

.footer-left {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: center;
  order: 1;
}

@media (min-width: 769px) {
  .footer-left {
    text-align: left;
  }
}

.footer-left ul li,
.footer-right ul li,
.footer-middle ul li {
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.footer-left ul li a,
  .footer-right ul li a,
  .footer-middle ul li a {
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.footer-left ul li a:hover,
    .footer-right ul li a:hover,
    .footer-middle ul li a:hover {
  text-decoration: underline;
}

.logo-footer-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

@media (min-width: 769px) {
  .logo-footer-holder {
    align-items: flex-end;
  }
}

.logo-footer {
  margin-top: 5px;
}

.footer-social-holder {
  display: flex;
}

.footer-social {
  width: 25px;
  height: 25px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

@media (min-width: 769px) {
  .footer-social {
    margin-left: 5px;
    margin-right: 0;
  }
}

.footer-link-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-link {
  font-family: "myriadpro-bold";
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  color: white;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: color 0.3s;
}

.footer-link:hover {
  color: white;
  text-decoration: underline;
}

.logo-footer img {
  width: 165px;
}

.footer-middle {
  text-align: center;
  order: 0;
}

@media (min-width: 769px) {
  .footer-middle {
    order: 1;
  }
}

.footer-middle ul {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .footer-middle ul {
    margin-bottom: 35px;
  }
}

.footer-middle .footer-title {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .footer-middle .footer-title {
    margin-bottom: 30px;
  }
}

.footer-right {
  text-align: center;
  order: 1;
}

@media (min-width: 769px) {
  .footer-right {
    text-align: right;
  }
}

.footer-right ul {
  margin-bottom: 10px;
}

.nav-top-social {
  display: none;
  align-items: center;
}

@media (min-width: 769px) {
  .nav-top-social {
    display: flex;
    padding-left: 0.75rem;
  }
}

.nav-top-social a {
  display: flex;
  height: 46px;
  width: 30px;
}

.nav-top-social a:nth-child(1) {
  margin-right: 0.75rem;
}

.nav-top-social img {
  width: 30px;
}

.nav-lower {
  display: none;
}

@media (min-width: 769px) {
  .nav-lower {
    position: relative;
    background-color: #fd3f4e;
    padding: 0px 16px;
    display: flex;
    height: 30px;
  }
}

.nav-lower ul {
  display: none;
}

@media (min-width: 769px) {
  .nav-lower ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .nav-lower ul li {
    padding: 0 15px;
    border-left: none;
    margin-top: 3px;
  }

  .nav-lower ul li img {
    display: none;
  }

  .nav-lower ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid white;
    border-radius: 0.5px;
  }
}

li.active:hover {
  box-shadow: 0px 0px 5px #ccc;
  border-left: 7px solid #fd3f4e;
}

.nav-lower ul li a {
  display: none;
  font-family: "myriadpro-bold";
}

@media (min-width: 769px) {
  .nav-lower ul li a {
    position: relative;
    display: flex;
    color: white;
  }
}

.nav-bottom ul li {
  padding: 20px;
  border-left: 7px solid transparent;
}

.nav-bottom ul li img {
  height: 24px;
  width: 22px;
  margin: 0px 20px 0px 0px;
}

@media (min-width: 769px) {
  .nav-bottom ul li {
    display: none;
  }
}

.nav-bottom ul li a {
  position: relative;
  display: flex;
  font-family: "myriadpro-regular";
  font-size: 16px;
  color: black;
  height: 24px;
  width: 366px;
}

.nav-bottom-social {
  display: flex;
  padding: 20px 20px 20px 27px;
}

.nav-bottom-social a {
  height: 30px;
  width: 32px;
}

.nav-bottom-social img {
  height: 22px;
  width: 22px;
}

@media (min-width: 769px) {
  .nav-bottom-social {
    display: none;
  }
}

.navbar .navbar-burger {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  top: 0;
  z-index: 6;
  color: #fd3f4e;
}

@media (min-width: 769px) {
  .navbar .navbar-burger {
    display: none;
  }
}

.navbar-lower {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 6;
}

.nav-phone {
  display: none;
  align-items: center;
  position: relative;
  width: 155px;
  height: 40px;
  border: 2px solid #fd3f4e;
  border-radius: 5px;
  font-size: 15px;
  color: #fd3f4e;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px 10px;
}

@media (min-width: 1024px) {
  .nav-phone {
    display: flex;
  }
}

.nav-phone h5 {
  width: 30%;
  position: absolute;
  top: -12px;
  left: 35%;
  text-align: center;
  background-color: white;
  font-family: "myriadpro-bold";
}

.nav-phone a {
  display: flex;
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  font-size: 18px;
}

.nav-phone img {
  margin-right: 5px;
}

.modal-content,
.modal-card {
  max-height: calc(100vh - 60px);
}

@media (min-width: 769px) {
  .modal-content,
    .modal-card {
    max-height: calc(100vh - 160px);
  }
}

.modal-background {
  background-color: rgba(225, 225, 225, 0.86);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.delete::before,
.modal-close::before {
  width: 70%;
}

.delete:hover,
.modal-close:hover,
.delete:focus,
.modal-close:focus {
  background-color: transparent;
  opacity: 0.7;
}

.delete::after,
.modal-close::after {
  height: 70%;
}

.delete::before,
.modal-close::before,
.delete::after,
.modal-close::after {
  background-color: black;
}

.login-modal-holder {
  position: relative;
  width: 350px;
  height: auto;
  margin: 0 auto;
  background-color: white;
}

@media (min-width: 769px) {
  .login-modal-holder {
    width: 415px;
  }
}

.login-modal-holder .form-input {
  position: relative;
  padding-top: 20px;
}

.login-modal-holder label {
  font-family: "myriadpro-bold";
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.modal-body {
  padding: 75px 15px 45px 15px;
}

@media (min-width: 769px) {
  .modal-body {
    padding: 75px 60px;
  }
}

.login-modal-title {
  font-family: "myriadpro-bold";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.forgot-password {
  font-family: "myriadpro-regular";
  font-size: 14px;
  color: #c9c9c9;
  text-align: right;
  padding-top: 5px;
  margin-bottom: 20px;
}

.forgot-password a {
  color: #484848;
  text-decoration: underline;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: opacity 0.3s;
}

.forgot-password a:hover {
  opacity: 0.7;
}

.modal-card-body {
  text-align: center;
  font-size: 50px;
  color: red;
}

.modal-card-foot {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.forgot-password-label {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fd3f4e;
  font-family: "myriadpro-bold" !important;
  font-size: 12px !important;
  color: #fd3f4e;
  height: 44px;
  margin-top: 7px;
  background-color: #fdeaec;
  text-align: center;
}

.forgot-password-label.success {
  border: 1px solid #32cd32;
  color: #32cd32;
  background-color: #c8f2c8;
}

@font-face {
  font-family: myriadpro-regular;

  src: url("/fonts/myriadpro-regular.ttf");
}

@font-face {
  font-family: myriadpro-bold;

  src: url("/fonts/myriadpro-bold.ttf");
}

@font-face {
  font-family: montserrat-black;

  src: url("/fonts/Montserrat-Black.ttf");
}

@font-face {
  font-family: montserrat-regular;

  src: url("/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: montserrat-bold;

  src: url("/fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: montserrat-extrabold;

  src: url("/fonts/Montserrat-ExtraBold.ttf");
}

*:hover {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: 0.3s all;
}

#root {
  padding-top: 65px;
}

@media (min-width: 769px) {
  #root {
    padding-top: 75px;
  }
}

.columns {
  align-items: center;
}

.button {
  font-family: "myriadpro-bold";
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  height: 44px;
}

.button:focus {
  border-color: #fd3f4e;
}

.button:focus:not(:active),
.button.is-focused:not(:active) {
  box-shadow: none;
}

.btn-primary {
  font-family: "myriadpro-bold";
  background-color: #fd3f4e;
  border-color: #fd3f4e;
  color: white;
}

.btn-primary:hover {
  background-color: white;
  border-color: #fd3f4e;
  color: #fd3f4e;
}

.btn-primary:focus, .btn-primary:active {
  background-color: #fd3f4e;
  border-color: #fd3f4e;
  color: white;
}

.btn-secondary {
  background-color: white;
  border-color: white;
  font-family: "myriadpro-bold";
  color: #fd3f4e;
}

.btn-secondary:hover {
  background-color: #fd3f4e;
  border-color: white;
  color: white;
}

.btn-secondary:focus, .btn-secondary:active {
  background-color: white;
  border-color: white;
  color: #fd3f4e;
}

.btn-secondary-transparent {
  border-color: #fd3f4e;
  background-color: transparent;
  font-family: "myriadpro-bold";
  color: #fd3f4e;
}

.btn-secondary-transparent:hover {
  background-color: #fd3f4e;
  border-color: #fd3f4e;
  color: white;
}

.success-change-password {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #2aa465;
}

.error-change-password {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  color: #fd3f4e;
}

.form-input {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.form-input .input {
  height: 48px;
  font-family: "myriadpro-regular";
  font-size: 17px;
  border-radius: 0;
  border-color: #a4a4a4;
  background-color: transparent;
}

.form-input .field-input-error {
  height: 48px;
  font-family: "myriadpro-regular";
  font-size: 17px;
  border-radius: 0;
  border-color: #fd3f4e;
  background-color: transparent;
}

.form-input .input-success {
  height: 48px;
  font-family: "myriadpro-regular";
  font-size: 17px;
  border-radius: 0;
  border-color: #2aa465;
  border-width: 1px;
  background-color: transparent;
}

.form-input .input-success:focus {
  box-shadow: none;
  border-color: #2aa465;
}

.form-input .input-old-password {
  height: 48px;
  font-family: "myriadpro-regular";
  font-size: 17px;
  border-radius: 0;
  border-color: #a4a4a4;
  background-color: transparent;
}

.form-input .input-old-password:focus {
  box-shadow: none;
  border-color: #a4a4a4;
}

.form-input .email-input {
  text-transform: lowercase;
}

.form-input label {
  color: #484848;
}

.submit-button-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 0;
  margin-top: 25px;
}

@media (min-width: 769px) {
  .submit-button-holder {
    margin-top: 45px;
  }
}

.submit-button-holder .button {
  width: 165px;
}

@media (min-width: 769px) {
  .submit-button-holder .button {
    width: 210px;
  }
}

.submit-button-holder .btn-primary {
  margin-left: 5px;
}

.submit-button-holder .btn-secondary-transparent {
  margin-right: 5px;
}

.submit-button-holder-with-link a {
  display: flex;
}

.input-error,
label.input-error {
  font-family: "myriadpro-regular";
  font-size: 14px;
  color: #fd3f4e;
  height: 20px;
  margin: 3px 0;
}

.input-select {
  height: 48px !important;
}

.input-select select,
  .input-select option {
  font-family: "myriadpro-regular";
}

.input-select select {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #a4a4a4;
  border-radius: 0;
  padding-right: 20px;
}

.input-select select:focus {
  box-shadow: none;
  border-color: #fd3f4e;
}

.input-textarea {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #a4a4a4;
}

.input-textarea:focus {
  box-shadow: none;
  border-color: #fd3f4e;
}

.page-holder {
  padding: 60px 0;
  background-color: white;
  min-height: 445px;
}

@media (min-width: 769px) {
  .page-holder {
    min-height: 658px;
  }
}

.page-info-holder {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  margin: 25px 0;
}

@media (min-width: 769px) {
  .page-info-holder {
    margin: 45px 0;
  }
}

.is-selected .pika-button,
.has-event .pika-button {
  background-color: #fd3f4e;
  box-shadow: none;
  color: white !important;
}

.is-selected .pika-button:hover,
  .has-event .pika-button:hover {
  background-color: #252525;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background-color: #fd3f4e;
}

.is-radio-custom {
  z-index: 1;
  width: 33px;
  height: 23px;
}

.is-checkradio[type="radio"] + label {
  margin-left: 0;
}

.is-checkradio[type="radio"] + label::after,
.is-checkradio[type="radio"] + label::before,
.is-checkradio[type="radio"] + label:after,
.is-checkradio[type="radio"] + label:before {
  width: 20px;
  height: 20px;
  top: 5px;
}

.is-checkradio[type="radio"] + label::after,
.is-checkradio[type="radio"] + label:after {
  background: #fd3f4e;
}

.is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before,
.is-checkradio[type="checkbox"]:hover:not([disabled]) + label:before,
.is-checkradio[type="radio"]:hover:not([disabled]) + label::before,
.is-checkradio[type="radio"]:hover:not([disabled]) + label:before {
  border-color: #fd3f4e !important;
}

.is-checkradio[type="checkbox"]:focus + label::before,
.is-checkradio[type="checkbox"]:focus + label:before,
.is-checkradio[type="radio"]:focus + label::before,
.is-checkradio[type="radio"]:focus + label:before {
  outline: none !important;
}

.is-checkradio[type="checkbox"]:checked + label::before,
.is-checkradio[type="checkbox"]:checked + label:before,
.is-checkradio[type="radio"]:checked + label::before,
.is-checkradio[type="radio"]:checked + label:before {
  border-color: #fd3f4e !important;
}

.is-checkradio[type="checkbox"] + label::after,
.is-checkradio[type="checkbox"] + label:after {
  border-color: #fd3f4e !important;
}

.is-checkradio[type="checkbox"] + label::before,
.is-checkradio[type="checkbox"] + label:before {
  border-radius: 0;
  border-color: #a4a4a4;
}

.confirmation-page form {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .confirmation-page form {
    width: 90%;
  }
}

@media (min-width: 1216px) {
  .confirmation-page form {
    width: 80%;
  }
}

.confirmation-page form label {
  margin-bottom: 5px;
}

.confirmation-page form .form-input {
  padding-top: 0;
}

.confirmation-page .form-input .input {
  cursor: default;
  border: none;
  border-bottom: 1px solid;
  border-color: #a4a4a4;
  margin-bottom: 10px;
  margin-top: -10px;
}

.confirmation-page .form-input .input-success {
  cursor: default;
  border: none;
  border-bottom: 1px solid;
  border-color: #a4a4a4;
  margin-bottom: 10px;
  margin-top: -10px;
}

.confirmation-page .form-input .field-input-error {
  cursor: default;
  border: none;
  border-bottom: 1px solid;
  border-color: #a4a4a4;
  margin-bottom: 10px;
  margin-top: -10px;
}

.confirmation-page .form-input .input-old-password {
  cursor: default;
  border: none;
  border-bottom: 1px solid;
  border-color: #a4a4a4;
  margin-bottom: 10px;
  margin-top: -10px;
}

.ReactPasswordStrength-strength-desc {
  left: 76%;
  font-size: 16px;
}

@media (min-width: 1216px) {
  .ReactPasswordStrength-strength-desc {
    left: 72%;
  }
}

.password-trigger {
  position: absolute;
  top: 57px;
  right: 15px;
  color: #666;
}

.old-password-trigger,
.new-password-trigger {
  position: absolute;
  top: 38px;
  right: 25px;
  color: #666;
  cursor: pointer;
}

.pricing-table {
  width: 100%;
  margin: 0 auto 25px auto;
  border: 1px solid #a4a4a4;
}

.pricing-table-row {
  display: flex;
  border-bottom: 1px solid #a4a4a4;
}

.pricing-table-row:last-child {
  border-bottom: none;
}

.pricing-table-col {
  padding: 10px 15px;
  color: #484848;
}

.pricing-table-col:first-child {
  width: 70%;
  border-right: 1px solid #a4a4a4;
}

.pricing-table-col:last-child {
  width: 30%;
  background-color: #f6f6f6;
  text-align: center;
}

.red-centered-text {
  color: red;
  font-size: 14px !important;
  text-align: center;
}

.google-recaptcha {
  margin-top: 20px;
}

.google-recaptcha p,
  .google-recaptcha a {
  color: #a4a4a4;
}

.number-selection-input {
  border-radius: 0;
}

.button.anchor-button {
  padding: 0px;
  border: none;
  cursor: pointer;
  background: transparent;
}

.button.anchor-button:focus {
  outline: none;
}

.verification-layout {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .verification-layout {
    width: 70%;
  }
}

@media (min-width: 1216px) {
  .verification-layout {
    width: 50%;
  }
}

.verification-layout-left {
  text-align: center;
}

@media (min-width: 769px) {
  .verification-layout-left {
    text-align: left;
  }
}

.verification-layout-right {
  text-align: center;
}

@media (min-width: 769px) {
  .verification-layout-right {
    text-align: right;
  }
}

.link-terms-and-conditions {
  color: #fd3f4e !important;
}

.payment-terms {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .payment-terms {
    margin-top: 45px;
  }
}

.details-button {
  width: 44px !important;
  height: 44px;
  background-color: #fd3f4e;
}

.details-button img {
  width: 100%;
  height: 100%;
}

.details-button:hover {
  background-color: #fd3f4e;
}

.month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active,
.month-picker > .rmp-container .rmp-popup.light .rmp-pad li.active:hover {
  background-color: #fd3f4e !important;
}

.month-picker > .rmp-container .rmp-popup.light .rmp-pad .rmp-btn:hover {
  background-color: #f6f6f6 !important;
}

#sideMenuButton {
  display: block;
}

@media (min-width: 1024px) {
  #sideMenuButton {
    display: none;
  }
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #fd3f4e !important;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #fd3f4e;
}

.ntmobile-page-container {
  margin-top: 73px;
}

/* Loader */

.preloader-backdrop {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999999;
}

.preloader-backdrop .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.preloader-backdrop .loader {
  position: relative;
  margin: 0 auto;
  width: 115px;
  height: 115px;
  display: block;
  overflow: hidden;
}

.preloader-backdrop .loader div {
  height: 100%;
}

.preloader-backdrop .loader1,
.preloader-backdrop .loader1 div {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid transparent;
  animation: rotate linear 3.5s infinite;
  border-top-color: rgba(253, 63, 78, 0.8);
  border-bottom-color: rgba(253, 63, 78, 0.8);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error_message {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

.doc-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.doc-container input[type="file"] {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  margin-right: 10px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

.doc-container input[type="file"]:hover,
input[type="file"]:focus {
  border-color: #777;
}

.doc-container button:disabled {
  background-color: white;
  border-color: #fd3f4e;
  color: #fd3f4e;
}

.redeem-vouchers .btn-primary:disabled {
  color: #fd3f4e;
}

.apply-referral-code {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-referral-code input {
  height: 43px !important;
  flex: 1;
}

.apply-referral-code button {
  width: auto;
  height: 43px;
}

.select-potrait {
  border: 1px solid #a4a4a4;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}

.select-potrait h5 {
  font-weight: 600;
}

.select-potrait .image-preview img {
  height: 150px;
  width: 150px;
  border-radius: 10px;
}

.select-potrait .upload {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.select-potrait .upload .upload-button {
  display: flex;
  width: auto;
  gap: 10px;
}

.select-potrait .upload .upload-button .button {
  border-radius: 10px;
  height: auto;
  letter-spacing: 1px;
}

.select-potrait .result-doc {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select-potrait .result-doc .image-conatiner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.select-potrait .result-doc .image-conatiner .result-image h3 {
  font-size: 12px;
}

.select-potrait .result-doc .image-conatiner img {
  height: 120px;
  width: 120px;
  border-radius: 5px;
}

.select-potrait .result-doc .comparision-result {
  text-align: center;
  font-weight: 900;
}

.select-potrait div[data-device="desktop"] {
  height: 2000px !important;
}

.mnp-otp-verify {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mnp-otp-verify h1 {
  margin-top: 50px;
  font-weight: 600;
  font-size: 30px;
}

.mnp-otp-verify h2 {
  color: #fd3f4e;
  font-size: 25px;
  font-weight: 900;
}

.mnp-otp-verify h3 {
  color: #fd3f4e;
  cursor: pointer;
}

.activenumber-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}

.activenumber-card .title {
  margin-bottom: 20px;
}

.activenumber-card .bundle-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.activenumber-card .success {
  margin-top: 10px;
  color: green;
}

.activenumber-card .error {
  margin-top: 10px;
  color: red;
}

.activenumber-card .icon {
  margin-right: 8px;
}

.isSimActivation-div {
  width: 50%;
}

@media (max-width: 1024px) {
  .isSimActivation-div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .isSimActivation-div {
    width: 100%;
  }
}

.novita-banner-button {
  padding: 5px 30px;
  font-size: 18px;
  font-family: "montserrat-bold";
  text-align: center;
  display: inline;
  margin: 10px;
  border-radius: 15px;
  background-color: white !important;
  border: 1px solid white;
  color: #f93e4d !important;
}

.novita-banner-button:hover {
  color: white !important;
  background-color: #f93e4d !important;
  cursor: pointer;
}

.meta-mini-offer {
  padding: 10px 0px !important;
  width: 300px;
  text-align: left;
  margin: 0px !important;
}

@media (min-width: 576px) {
  .meta-mini-offer {
    padding: 20px 10px;
    width: 369px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .meta-mini-offer {
    padding: 20px 0;
    width: 245px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .meta-mini-offer {
    padding: 20px 0;
    width: 225px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .meta-mini-offer {
    padding: 45px 0 22px;
    width: 300px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .meta-mini-offer {
    padding: 105px 0 40px;
    width: 406px;
    margin: 0 6px 30px;
  }
}

.meta-mini-offer.red {
  background-color: #fd3f4e;
}

.meta-mini-offer.gray {
  background-color: #424242;
}

.meta-banner-center {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0px !important;
}

.meta-banner {
  padding: 0px !important;
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
  margin-bottom: 0px !important;
  background-color: white;
  border: 7px solid #f93e4d;
}

@media (min-width: 576px) {
  .meta-banner {
    padding: 20px 10px;
    width: 369px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .meta-banner {
    padding: 20px 0;
    width: 490px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .meta-banner {
    padding: 20px 0;
    width: 450px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .meta-banner {
    padding: 45px 0 22px;
    width: 600px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .meta-banner {
    padding: 105px 0 40px;
    width: 812px;
    margin: 0 6px 30px;
  }
}

.meta-banner.red {
  background-color: #fd3f4e;
}

.meta-banner.gray {
  background-color: #424242;
}

.novita-banner {
  padding: 10px !important;
  padding-bottom: 50px !important;
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
  margin-bottom: 0px !important;
  background-color: #fd3f4e;
}

@media (min-width: 576px) {
  .novita-banner {
    padding: 20px 10px;
    width: 369px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .novita-banner {
    padding: 20px 0;
    width: 490px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .novita-banner {
    padding: 20px 0;
    width: 450px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .novita-banner {
    padding: 45px 0 22px;
    width: 600px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .novita-banner {
    padding: 105px 0 40px;
    width: 812px;
    margin: 0 6px 30px;
  }
}

.novita-banner.red {
  background-color: #fd3f4e;
}

.novita-banner.gray {
  background-color: #424242;
}

.novita-banner-month-txt {
  font-size: 20px;
  color: #424242;
  font-family: "montserrat-bold";
  position: absolute;
  top: 44px;
  left: 120px;
}

@media (min-width: 576px) {
  .novita-banner-month-txt {
    font-size: 28px;
    top: 42px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  .novita-banner-month-txt {
    font-size: 25px !important;
    top: 54px;
    left: 230px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-month-txt {
    font-size: 25px !important;
    top: 60px;
    left: 220px;
  }
}

@media (min-width: 1408px) {
  .novita-banner-month-txt {
    font-size: 29px !important;
    top: 70px;
    left: 290px;
  }
}

@media (min-width: 1750px) {
  .novita-banner-month-txt {
    font-size: 35px;
    top: 97px;
    left: 120px;
  }
}

.novita-banner-month-txt.white {
  color: white;
}

.meta-small-title {
  font-size: 18px;
  font-family: "montserrat-black";
  text-align: center;
  background-color: #fd3f4e;
  margin: -1px;
}

@media (min-width: 768px) {
  .meta-small-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1408px) {
  .meta-small-title {
    font-size: 40px;
  }
}

.meta-small-title.red {
  color: #fd3f4e;
}

.meta-small-title.gray {
  color: #424242;
}

.meta-small-title.white {
  color: white;
}

.novita-small-title {
  font-size: 18px;
  font-family: "montserrat-black";
  text-align: center;
}

@media (min-width: 768px) {
  .novita-small-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1408px) {
  .novita-small-title {
    font-size: 40px;
  }
}

.novita-small-title.red {
  color: #fd3f4e;
}

.novita-small-title.gray {
  color: #424242;
}

.novita-small-title.white {
  color: white;
}

.meta-banner-minutes {
  text-align: center;
  font-size: 15px;
  color: #424242;
  font-family: "montserrat-bold";
  text-transform: uppercase;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .meta-banner-minutes {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .meta-banner-minutes {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-minutes {
    font-size: 23px;
  }
}

@media (min-width: 1216px) {
  .meta-banner-minutes {
    font-size: 30px;
  }
}

.novita-banner-minutes {
  text-align: center;
  font-size: 27px;
  color: white;
  font-family: "montserrat-bold";
  text-transform: uppercase;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-banner-minutes {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .novita-banner-minutes {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-minutes {
    font-size: 25px;
  }
}

@media (min-width: 1408px) {
  .novita-banner-minutes {
    font-size: 23px;
  }
}

@media (min-width: 1750px) {
  .novita-banner-minutes {
    font-size: 35px;
  }
}

.novita-banner-save {
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 576px) {
  .novita-banner-save {
    border: 1px solid red;
  }
}

@media (min-width: 576px) {
  .novita-banner-save {
    padding-top: 30px;
    width: 200px;
    height: 200px;
  }
}

.novita-banner-save .txt {
  font-family: "montserrat-regular";
  color: #fd3f4e;
  font-size: 10px;
}

@media (min-width: 576px) {
  .novita-banner-save .txt {
    font-size: 22px;
  }
}

.novita-banner-save .big-percent {
  font-size: 25px;
  line-height: 100%;
}

@media (min-width: 768px) {
  .novita-banner-save .big-percent {
    font-size: 50px;
    line-height: 100%;
  }
}

.novita-banner-save .percent {
  font-size: 20px;
  color: #fd3f4e;
  font-family: "montserrat-extrabold";
  line-height: 100%;
}

@media (min-width: 576px) {
  .novita-banner-save .percent {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .novita-banner-save .percent {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-save .percent {
    font-size: 47px;
  }
}

@media (min-width: 1750px) {
  .novita-banner-save .percent {
    font-size: 55px;
  }
}

.meta-banner-gb {
  text-align: center;
  font-size: 30px;
  color: #fd3f4e;
  font-family: "montserrat-extrabold";
  line-height: 100%;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .meta-banner-gb {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .meta-banner-gb {
    font-size: 52px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-gb {
    font-size: 55px;
  }
}

@media (min-width: 1408px) {
  .meta-banner-gb {
    font-size: 54px;
  }
}

@media (min-width: 1750px) {
  .meta-banner-gb {
    font-size: 73px;
  }
}

.novita-banner-gb {
  text-align: center;
  font-size: 30px;
  color: white;
  font-family: "montserrat-extrabold";
  line-height: 100%;
  padding-left: 20px;
  margin-top: -30px;
}

@media (min-width: 576px) {
  .novita-banner-gb {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .novita-banner-gb {
    font-size: 52px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-gb {
    font-size: 55px;
  }
}

@media (min-width: 1408px) {
  .novita-banner-gb {
    font-size: 54px;
  }
}

@media (min-width: 1750px) {
  .novita-banner-gb {
    font-size: 73px;
  }
}

.meta-banner-activation-txt {
  text-align: center !important;
  font-size: 14px;
  color: #424242;
  text-align: left;
  text-transform: uppercase;
  font-family: "montserrat-bold";
  margin-bottom: 10px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .meta-banner-activation-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .meta-banner-activation-txt {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-activation-txt {
    font-size: 21px;
  }
}

@media (min-width: 1408px) {
  .meta-banner-activation-txt {
    font-size: 25px;
  }
}

.novita-banner-activation-txt {
  text-align: center !important;
  font-size: 14px;
  color: #424242;
  text-align: left;
  text-transform: uppercase;
  font-family: "montserrat-bold";
  margin-bottom: 10px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-banner-activation-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .novita-banner-activation-txt {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-activation-txt {
    font-size: 16px;
  }
}

@media (min-width: 1216px) {
  .novita-banner-activation-txt {
    font-size: 21px;
  }
}

@media (min-width: 1408px) {
  .novita-banner-activation-txt {
    font-size: 25px;
  }
}

.novita-banner-price {
  text-align: center;
  font-size: 63px;
  color: white;
  font-family: "montserrat-extrabold";
  position: relative;
  margin-top: -20px;
}

@media (min-width: 576px) {
  .novita-banner-price {
    font-size: 63px;
  }
}

@media (min-width: 768px) {
  .novita-banner-price {
    margin-top: -50px;
    margin-bottom: -20px;
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .novita-banner-price {
    font-size: 38px;
  }
}

@media (min-width: 1408px) {
  .novita-banner-price {
    font-size: 60px;
  }
}

@media (min-width: 1750px) {
  .novita-banner-price {
    font-size: 72px;
  }
}

.home-novita-section {
  background-image: url("/img/novita-background.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .home-novita-section {
    background-position: right;
  }
}

.meta-banner-button {
  padding: 6.5px 15px;
  font-size: 10px;
  font-family: "montserrat-bold";
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: -30px;
  border-radius: 20px;
  background-color: #f93e4d !important;
  border: 1px solid #f93e4d;
  color: white !important;
}

.meta-banner-button:hover {
  color: #f93e4d !important;
  background-color: white !important;
  cursor: pointer;
}

@media (min-width: 768px) {
  .meta-banner-button {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-button {
    font-size: 15px;
  }
}

@media (min-width: 1216px) {
  .meta-banner-button {
    font-size: 18px;
  }
}

.meta-banner-title-left {
  width: 100%;
}

@media (max-width: 768px) {
  .meta-banner-title-left {
    margin-left: -10%;
    width: 120%;
  }
}

@media (min-width: 768px) {
  .meta-banner-title-left {
    margin-left: -15%;
    width: 115%;
  }
}

.meta-banner-title-right {
  width: 100%;
}

@media (max-width: 576px) {
  .meta-banner-title-right {
    margin-left: -10%;
    width: 120%;
  }
}

@media (min-width: 576px) {
  .meta-banner-title-right {
    margin-right: -10%;
    width: 120%;
  }
}

@media (min-width: 768px) {
  .meta-banner-title-right {
    margin-right: -15%;
    width: 115%;
  }
}

.meta-banner-title {
  font-size: 22px;
  font-family: "montserrat-bold";
  text-align: center;
  background-color: #f93e4d;
  border: 1px solid #fd3f4e;
  color: white;
}

@media (min-width: 576px) {
  .meta-banner-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .meta-banner-title {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-title {
    font-size: 30px;
  }
}

@media (min-width: 1216px) {
  .meta-banner-title {
    font-size: 40px;
  }
}

.meta-banner-month-txt {
  font-size: 12px;
  color: #f93e4d;
  font-family: "montserrat-bold";
  position: absolute;
  top: 40px;
  left: 70px;
}

@media (min-width: 576px) {
  .meta-banner-month-txt {
    font-size: 28px;
    top: 42px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  .meta-banner-month-txt {
    font-size: 25px !important;
    top: 54px;
    left: 100px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-month-txt {
    font-size: 20px !important;
    top: 60px;
    left: 100px;
  }
}

@media (min-width: 1408px) {
  .meta-banner-month-txt {
    font-size: 29px !important;
    top: 70px;
    left: 130px;
  }
}

.meta-banner-month-txt.white {
  color: white;
}

.meta-banner-price-big {
  font-size: 70px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .meta-banner-price-big {
    font-size: 110px;
  }
}

@media (min-width: 768px) {
  .meta-banner-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1408px) {
  .meta-banner-price-big {
    font-size: 140px;
  }
}

@media (min-width: 1750px) {
  .meta-banner-price-big {
    font-size: 180px;
  }
}

.meta-banner-price {
  font-size: 25px;
  color: #f93e4d;
  font-family: "montserrat-extrabold";
  position: relative;
  margin: 10px;
}

@media (min-width: 768px) {
  .meta-banner-price {
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .meta-banner-price {
    font-size: 38px;
  }
}

@media (min-width: 1408px) {
  .meta-banner-price {
    font-size: 60px;
  }
}

@media (min-width: 1750px) {
  .meta-banner-price {
    font-size: 72px;
  }
}

.home-meta-section {
  background-image: url("/img/meta-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .home-meta-section {
    background-position: right;
  }
}

.home-text {
  margin-top: 30px;
}

@media (min-width: 1216px) {
  .home-text {
    margin-top: 45px;
  }
}

.left .home-text {
  padding-left: 0;
}

@media (min-width: 769px) {
  .left .home-text {
    padding-left: 20px;
  }
}

@media (min-width: 1216px) {
  .left .home-text {
    padding-left: 40px;
  }
}

.right {
  text-align: left;
}

@media (min-width: 769px) {
  .right {
    text-align: right;
  }
}

.right .home-text {
  padding-right: 0;
}

@media (min-width: 769px) {
  .right .home-text {
    padding-right: 20px;
  }
}

@media (min-width: 1216px) {
  .right .home-text {
    padding-right: 40px;
  }
}

.home-section {
  padding: 20px 10px;
}

@media (min-width: 768px) {
  .home-section {
    padding: 70px 10px;
  }
}

@media (min-width: 1024px) {
  .home-section {
    padding: 70px 0;
  }
}

.home-section-5 {
  background-color: #f6f6f6;
}

.home-section-1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  background-color: #fd3f4e;
}

@media (min-width: 576px) {
  .home-section-1 {
    background-color: transparent;
    background-image: url("/img/hero-bcg.jpg");
    background-size: cover;
    background-position: 70% center;
    height: 226px;
  }
}

@media (min-width: 768px) {
  .home-section-1 {
    height: 293px;
  }
}

@media (min-width: 769px) {
  .home-section-1 {
    background-position: center;
    align-items: center;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .home-section-1 {
    padding: 0;
    height: 380px;
  }
}

@media (min-width: 1408px) {
  .home-section-1 {
    height: 500px;
  }
}

.hero-phone {
  height: 152px;
  position: absolute;
  z-index: 10;
  bottom: 35px;
}

@media (min-width: 576px) {
  .hero-phone {
    height: 130px;
    bottom: -15px;
  }
}

@media (min-width: 768px) {
  .hero-phone {
    height: 183px;
  }
}

@media (min-width: 1024px) {
  .hero-phone {
    height: 237px;
  }
}

@media (min-width: 1408px) {
  .hero-phone {
    height: 285px;
  }
}

@media (min-width: 1750px) {
  .hero-phone {
    height: 365px;
  }
}

.hs1-shape {
  display: flex;
  position: relative;
  justify-content: center;
  width: 350px;
  height: 215px;
}

@media (min-width: 769px) {
  .hs1-shape {
    width: 500px;
    height: 315px;
    margin-top: 50px;
  }
}

.hs1-shape img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hs1-shape-text {
  position: relative;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs1-shape-text p {
  font-family: "myriadpro-bold";
  font-size: 28px;
  color: white;
  line-height: 0.6;
  z-index: 1;
}

@media (min-width: 769px) {
  .hs1-shape-text p {
    font-size: 38px;
  }
}

.hs1-shape-text p span {
  font-family: "myriadpro-bold";
  font-size: 56px;
}

@media (min-width: 769px) {
  .hs1-shape-text p span {
    font-size: 76px;
  }
}

.home-section-2 {
  background-image: url("/img/offers-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promotion-holder {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -o-box-shadow: 0 0 5px #ccc;
  /* Opera/IE 8+ */
  box-shadow: 0 0 5px #ccc;
  margin: 10px 0 0 0;
  padding: 10px;
}

@media (min-width: 769px) {
  .promotion-holder {
    margin: 45px 0 0 0;
  }
}

@media (min-width: 1024px) {
  .promotion-holder {
    padding: 15px;
  }
}

.promotion-holder .button {
  margin-top: 10px;
}

.promotion-holder.red {
  background-color: #fd3f4e;
}

.promotion-holder.red .promotion-holder-info {
  border-color: white;
}

.promotion-holder.red h5.promotion-holder-info {
  color: white;
}

.promotion-holder.red span {
  color: white;
}

.promotion-holder.red .promotion-link-holder a {
  color: white;
}

.promotion-holder-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #fd3f4e;
  padding: 5px 0;
}

@media (min-width: 1024px) {
  .promotion-holder-info {
    padding: 10px 0;
  }
}

.promotion-holder-info:first-child {
  border-top: none;
}

.promotion-holder-info span {
  color: #fd3f4e;
  text-transform: uppercase;
  font-family: "myriadpro-bold";
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1024px) {
  .promotion-holder-info span {
    font-size: 16px;
  }
}

.promotion-holder-info span:last-child {
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .promotion-holder-info span:last-child {
    font-size: 24px;
  }
}

.promotion-holder-info-link {
  text-decoration: none;
}

.promotion-holder-info-link .button {
  margin-top: 0;
  font-size: 16px;
}

.promotion-link-holder {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media (min-width: 1024px) {
  .promotion-link-holder {
    margin-bottom: 0;
  }
}

.promotion-link-holder a {
  color: #fd3f4e;
  font-weight: 600;
  text-decoration: underline;
}

.promotion-link-holder a:hover {
  opacity: 0.8;
}

.hs2-link-holder {
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .hs2-link-holder {
    margin-bottom: 25px;
  }
}

.hs2-link-holder a {
  font-family: "myriadpro-bold";
  font-size: 18px;
  color: #fd3f4e;
  text-decoration: underline;
  text-transform: uppercase;
}

.hs2-link-holder a:hover {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: 0.3s all;
  opacity: 0.8;
}

.home-section-3 .right {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .home-section-3 .right {
    padding-top: 20px;
  }
}

.home-section-4 .left {
  display: flex;
}

.home-section-5 {
  padding: 45px 10px;
}

@media (min-width: 769px) {
  .home-section-5 {
    padding: 55px 0;
  }
}

@media (min-width: 1024px) {
  .home-section-5 {
    padding: 115px 0;
  }
}

@media (min-width: 769px) {
  .home-section-contact .left,
  .home-section-contact .right {
    padding: 95px 20px;
  }
}

@media (min-width: 1024px) {
  .home-section-contact .left,
  .home-section-contact .right {
    padding: 120px 30px;
  }
}

@media (min-width: 1216px) {
  .home-section-contact .left,
  .home-section-contact .right {
    padding: 150px 75px;
  }
}

@media (min-width: 1408px) {
  .home-section-contact .left,
  .home-section-contact .right {
    padding: 150px 120px;
  }
}

.home-section-contact .contact-text {
  margin-top: 10px;
}

.home-section-contact form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: left;
}

.home-section-contact label {
  margin-bottom: 10px;
}

.home-section-contact .button {
  height: 48px;
}

.lazy-load-image-background.opacity.lazy-load-image-loaded {
  display: flex !important;
}

@media only screen and (min-device-width: 576px) and (max-device-width: 769px) {
  .mobile-wide-columns-home {
    display: flex;
  }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 769px) {
  .mobile-wide-column-home {
    width: 50%;
    flex-basis: auto;
    flex-grow: 0;
  }
}

.home-section-6 {
  background-color: #f6f6f6;
  padding: 40px 10px;
}

@media (min-width: 769px) {
  .home-section-6 {
    padding: 55px 0;
  }
}

@media (min-width: 1024px) {
  .home-section-6 {
    padding: 90px 0;
  }
}

.sponsors {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 769px) {
  .sponsors {
    flex-direction: row;
  }
}

.sponsors-logo-holder:last-child a {
  margin-bottom: 0;
}

.sponsors-logo-holder a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .sponsors-logo-holder a {
    margin-bottom: 0;
  }
}

.sponsors-logo-holder a img {
  max-height: 70px;
}

.hero-bottom-holder {
  position: relative;
}

@media (min-width: 576px) {
  .hero-bottom-holder {
    display: flex;
    justify-content: space-between;
  }
}

.hero-bottom-left {
  position: relative;
  margin-left: 20px;
}

.price-top-row {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #424242;
  font-family: "montserrat-bold";
}

@media (min-width: 576px) {
  .price-top-row {
    bottom: 45px;
    font-size: 16px;
    padding-left: 70px;
  }
}

@media (min-width: 768px) {
  .price-top-row {
    bottom: 66px;
    font-size: 25px;
    padding-left: 79px;
  }
}

@media (min-width: 1024px) {
  .price-top-row {
    bottom: 100px;
    font-size: 30px;
    padding-left: 70px;
  }
}

@media (min-width: 1408px) {
  .price-top-row {
    bottom: 126px;
    font-size: 38px;
  }
}

@media (min-width: 1750px) {
  .price-top-row {
    bottom: 172px;
    font-size: 49px;
  }
}

.price-row {
  font-size: 78px;
  line-height: 100%;
  font-family: "montserrat-extrabold";
  color: white;
}

@media (min-width: 576px) {
  .price-row {
    font-size: 44px;
  }
}

@media (min-width: 768px) {
  .price-row {
    font-size: 64px;
  }
}

@media (min-width: 1024px) {
  .price-row {
    font-size: 100px;
  }
}

@media (min-width: 1408px) {
  .price-row {
    font-size: 130px;
  }
}

@media (min-width: 1750px) {
  .price-row {
    font-size: 177px;
  }
}

.price-big {
  font-size: 164px;
  line-height: 100%;
}

@media (min-width: 576px) {
  .price-big {
    font-size: 104px;
  }
}

@media (min-width: 768px) {
  .price-big {
    font-size: 150px;
  }
}

@media (min-width: 1024px) {
  .price-big {
    font-size: 196px;
  }
}

@media (min-width: 1408px) {
  .price-big {
    font-size: 250px;
  }
}

@media (min-width: 1750px) {
  .price-big {
    font-size: 330px;
  }
}

.price-bottom-row {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 22px;
  bottom: -5px;
  color: #424242;
  font-family: "montserrat-bold";
  padding-left: 45px;
}

@media (min-width: 576px) {
  .price-bottom-row {
    bottom: -6px;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .price-bottom-row {
    bottom: -6px;
    font-size: 25px;
    padding-left: 67px;
  }
}

@media (min-width: 1024px) {
  .price-bottom-row {
    bottom: -10px;
    font-size: 30px;
    padding-left: 45px;
  }
}

@media (min-width: 1408px) {
  .price-bottom-row {
    font-size: 38px;
    bottom: -15px;
  }
}

@media (min-width: 1750px) {
  .price-bottom-row {
    font-size: 49px;
    bottom: -15px;
  }
}

.hero-bottom-right {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-family: "montserrat-bold";
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .hero-bottom-right {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .hero-bottom-right {
    font-size: 18px;
    padding-bottom: 33px;
  }
}

@media (min-width: 1024px) {
  .hero-bottom-right {
    font-size: 23px;
    padding-bottom: 43px;
  }
}

@media (min-width: 1408px) {
  .hero-bottom-right {
    font-size: 26px;
    padding-bottom: 85px;
  }
}

@media (min-width: 1750px) {
  .hero-bottom-right {
    font-size: 40px;
  }
}

.hero-gb {
  font-size: 29px;
  font-family: "montserrat-extrabold";
  color: #fff;
  line-height: 100%;
}

@media (min-width: 576px) {
  .hero-gb {
    font-size: 33px;
  }
}

@media (min-width: 768px) {
  .hero-gb {
    font-size: 43px;
  }
}

@media (min-width: 1024px) {
  .hero-gb {
    font-size: 48px;
  }
}

@media (min-width: 1750px) {
  .hero-gb {
    font-size: 70px;
    line-height: 100%;
  }
}

.hero-small-txt {
  font-size: 15px;
  color: #424242;
  font-family: "montserrat-bold";
  text-align: right;
}

@media (min-width: 576px) {
  .hero-small-txt {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .hero-small-txt {
    font-size: 15px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1720px !important;
  }
}

.piu {
  padding: 20px 10px;
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .piu {
    padding: 20px 10px;
    width: 335px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .piu {
    padding: 20px 0;
    width: 236px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .piu {
    padding: 20px 0;
    width: 260px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .piu {
    padding: 45px 0 22px;
    width: 280px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .piu {
    padding: 105px 0 40px;
    width: 365px;
    margin: 0 6px 30px;
  }
}

.piu.red {
  background-color: #fd3f4e;
}

.piu.gray {
  background-color: #424242;
}

.piu-title {
  font-size: 40px;
  font-family: "montserrat-black";
}

@media (min-width: 576px) {
  .piu-title {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .piu-title {
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  .piu-title {
    font-size: 45px;
  }
}

@media (min-width: 1408px) {
  .piu-title {
    font-size: 55px;
  }
}

@media (min-width: 1750px) {
  .piu-title {
    font-size: 63px;
  }
}

.piu-title.red {
  color: #fd3f4e;
}

.piu-title.gray {
  color: #424242;
}

.piu-title.white {
  color: white;
}

.piu-price {
  font-size: 63px;
  color: white;
  font-family: "montserrat-extrabold";
  position: relative;
}

@media (min-width: 576px) {
  .piu-price {
    font-size: 63px;
  }
}

@media (min-width: 768px) {
  .piu-price {
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .piu-price {
    font-size: 38px;
  }
}

@media (min-width: 1408px) {
  .piu-price {
    font-size: 60px;
  }
}

@media (min-width: 1750px) {
  .piu-price {
    font-size: 72px;
  }
}

.piu-price-big {
  font-size: 110px;
}

@media (min-width: 576px) {
  .piu-price-big {
    font-size: 110px;
  }
}

@media (min-width: 768px) {
  .piu-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .piu-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1408px) {
  .piu-price-big {
    font-size: 140px;
  }
}

@media (min-width: 1750px) {
  .piu-price-big {
    font-size: 180px;
  }
}

.month-txt {
  font-size: 26px;
  color: white;
  font-family: "montserrat-bold";
  position: absolute;
  top: 44px;
  right: 75px;
}

@media (min-width: 576px) {
  .month-txt {
    font-size: 28px;
    top: 42px;
    right: 80px;
  }
}

@media (min-width: 768px) {
  .month-txt {
    font-size: 25px;
    top: 54px;
    right: 40px;
  }
}

@media (min-width: 1024px) {
  .month-txt {
    font-size: 21px;
    top: 64px;
    right: 50px;
  }
}

@media (min-width: 1408px) {
  .month-txt {
    font-size: 29px;
    top: 72px;
    right: 43px;
  }
}

@media (min-width: 1750px) {
  .month-txt {
    font-size: 35px;
    top: 97px;
    right: 40px;
  }
}

.piu-spliter {
  width: 260px;
  height: 4px;
  background-color: white;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .piu-spliter {
    width: 260px;
    height: 4px;
    margin: 0px auto 26px;
  }
}

@media (min-width: 768px) {
  .piu-spliter {
    width: 220px;
    height: 4px;
    margin: 0 auto 30px;
  }
}

@media (min-width: 1024px) {
  .piu-spliter {
    width: 240px;
    height: 3px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 1408px) {
  .piu-spliter {
    width: 260px;
    height: 5px;
    margin: 0 auto 46px;
  }
}

@media (min-width: 1750px) {
  .piu-spliter {
    width: 260px;
    height: 7px;
    margin: 0 auto 80px;
  }
}

.piu-gb {
  font-size: 30px;
  color: white;
  font-family: "montserrat-extrabold";
  line-height: 100%;
}

@media (min-width: 576px) {
  .piu-gb {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .piu-gb {
    font-size: 52px;
  }
}

@media (min-width: 1024px) {
  .piu-gb {
    font-size: 55px;
  }
}

@media (min-width: 1408px) {
  .piu-gb {
    font-size: 54px;
  }
}

@media (min-width: 1750px) {
  .piu-gb {
    font-size: 73px;
  }
}

.piu-gb-big {
  font-size: 100px;
  line-height: 100%;
}

@media (min-width: 576px) {
  .piu-gb-big {
    font-size: 114px;
  }
}

@media (min-width: 768px) {
  .piu-gb-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .piu-gb-big {
    font-size: 115px;
  }
}

@media (min-width: 1408px) {
  .piu-gb-big {
    font-size: 125px;
  }
}

@media (min-width: 1750px) {
  .piu-gb-big {
    font-size: 186px;
  }
}

.minutes {
  font-size: 27px;
  color: white;
  font-family: "montserrat-bold";
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .minutes {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .minutes {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .minutes {
    font-size: 25px;
  }
}

@media (min-width: 1408px) {
  .minutes {
    font-size: 23px;
  }
}

@media (min-width: 1750px) {
  .minutes {
    font-size: 35px;
  }
}

.plan-txt {
  font-size: 27px;
  font-family: "montserrat-bold";
}

@media (min-width: 576px) {
  .plan-txt {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .plan-txt {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .plan-txt {
    font-size: 25px;
  }
}

@media (min-width: 1408px) {
  .plan-txt {
    font-size: 23px;
  }
}

@media (min-width: 1750px) {
  .plan-txt {
    font-size: 35px;
  }
}

.plan-txt.gray {
  color: #424242;
}

.plan-txt.red {
  color: #fd3f4e;
}

.piu-holder-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .piu-holder-center {
    flex-direction: row;
  }
}

.piu-holder {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media (min-width: 768px) {
  .piu-holder {
    flex-direction: row;
  }
}

.novita-banner-link {
  color: #424242;
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .novita-banner-link {
    font-size: 9px;
  }
}

.link-home {
  color: #424242;
}

.link-home:hover {
  color: #424242;
  border-bottom: 2px solid #424242;
}

.offers-bottom-txt {
  font-size: 16px;
  font-family: "montserrat-bold";
  color: #424242;
  text-align: right;
}

@media (min-width: 576px) {
  .offers-bottom-txt {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .offers-bottom-txt {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .offers-bottom-txt {
    font-size: 20px;
  }
}

@media (min-width: 1408px) {
  .offers-bottom-txt {
    font-size: 27px;
  }
}

.meta-bottom-txt {
  font-size: 16px;
  font-family: "montserrat-bold";
  color: #424242;
  text-align: right;
  margin: 10px;
  margin-bottom: 0px;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .meta-bottom-txt {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .meta-bottom-txt {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .meta-bottom-txt {
    font-size: 20px;
  }
}

@media (min-width: 1408px) {
  .meta-bottom-txt {
    font-size: 27px;
  }
}

.phones-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: 768px) {
  .phones-holder {
    flex-direction: row;
  }
}

.phone-holder {
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .phone-holder {
    width: 335px;
  }
}

@media (min-width: 768px) {
  .phone-holder {
    width: 245px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .phone-holder {
    width: 315px;
  }
}

@media (min-width: 1216px) {
  .phone-holder {
    width: 375px;
  }
}

@media (min-width: 1408px) {
  .phone-holder {
    width: 425px;
  }
}

@media (min-width: 1750px) {
  .phone-holder {
    width: 551px;
  }
}

.phone-holder.gray .phone-title {
  color: #fd3f4e;
}

.phone-holder.gray .phone-bcg {
  background-color: #424242;
}

.phone-holder.red .phone-title {
  color: #424242;
}

.phone-holder.red .phone-bcg {
  background-color: #fd3f4e;
}

.phone-title {
  font-family: "montserrat-black";
  font-size: 18px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .phone-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .phone-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .phone-title {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1216px) {
  .phone-title {
    font-size: 23px;
  }
}

@media (min-width: 1408px) {
  .phone-title {
    font-size: 25px;
  }
}

@media (min-width: 1750px) {
  .phone-title {
    font-size: 34px;
  }
}

.phone-img {
  width: 100%;
}

@media (min-width: 1024px) {
  .phone-img {
    width: 87%;
  }
}

@media (min-width: 1216px) {
  .phone-img {
    width: 73%;
  }
}

.phone-bcg {
  padding: 20px;
  text-align: center;
  position: relative;
}

.phone-content {
  width: 220px;
  height: 458px;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  font-family: "montserrat-bold";
  color: white;
  font-size: 15px;
}

@media (min-width: 576px) {
  .phone-content {
    width: 275px;
    height: 523px;
    margin-left: -137px;
    bottom: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .phone-content {
    width: 180px;
    height: 357px;
    margin-left: -90px;
    bottom: 60px;
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .phone-content {
    width: 220px;
    height: 426px;
    margin-left: -110px;
    bottom: 47px;
    font-size: 15px;
  }
}

@media (min-width: 1216px) {
  .phone-content {
    bottom: 60px;
  }
}

@media (min-width: 1408px) {
  .phone-content {
    width: 240px;
    height: 500px;
    margin-left: -120px;
    bottom: 60px;
    font-size: 16px;
  }
}

@media (min-width: 1750px) {
  .phone-content {
    width: 275px;
    height: 620px;
    margin-left: -137px;
    bottom: 60px;
    font-size: 21px;
  }
}

.phone-content img {
  align-self: center;
  width: 120px;
}

@media (min-width: 576px) {
  .phone-content img {
    width: 140px;
  }
}

@media (min-width: 768px) {
  .phone-content img {
    width: 110px;
  }
}

@media (min-width: 1024px) {
  .phone-content img {
    width: 120px;
  }
}

@media (min-width: 1408px) {
  .phone-content img {
    width: 140px;
  }
}

@media (min-width: 1750px) {
  .phone-content img {
    width: auto;
  }
}

.middle-title {
  text-align: center;
  font-family: "montserrat-bold";
  color: #424242;
  font-size: 35px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .middle-title {
    font-size: 34px;
    margin-bottom: 0;
  }
}

@media (min-width: 1408px) {
  .middle-title {
    font-size: 45px;
  }
}

.logos-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logos-holder a {
  align-self: center;
  margin: 0 10px;
  flex: 1 0 40%;
}

@media (min-width: 576px) {
  .logos-holder a {
    flex: 1 0 25%;
  }
}

@media (min-width: 1024px) {
  .logos-holder a {
    flex: 1 0 10%;
  }
}

.logos-holder img {
  align-self: center;
}

section {
  padding: 30px 10px;
}

@media (min-width: 1216px) {
  section {
    padding: 50px 10px;
  }
}

@media (min-width: 1408px) {
  section {
    padding: 70px 10px;
  }
}

section .middle-title {
  text-align: center;
  margin-bottom: 30px;
}

section .middle-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  section .middle-subtitle {
    font-size: 17px;
  }
}

@media (min-width: 1408px) {
  section .middle-subtitle {
    font-size: 22px;
  }
}

section .acquista {
  padding: 6.5px 15px;
  font-size: 14px;
  font-family: "montserrat-bold";
  text-align: center;
}

@media (min-width: 576px) {
  section .acquista {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  section .acquista {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  section .acquista {
    font-size: 13px;
  }
}

@media (min-width: 1216px) {
  section .acquista {
    font-size: 15px;
  }
}

@media (min-width: 1408px) {
  section .acquista {
    font-size: 17px;
  }
}

section .acquista-primary {
  background-color: #f93e4d !important;
  border: 1px solid #f93e4d;
  color: white !important;
}

section .acquista-primary:hover {
  color: #f93e4d !important;
  background-color: white !important;
}

section .acquista-secondary {
  border: 1px solid #f93e4d;
  border: 1px solid white;
  color: white !important;
}

section .acquista-secondary:hover {
  color: #f93e4d !important;
  background-color: white !important;
}

.link {
  color: white;
}

.link:hover {
  color: white;
  border-bottom: 2px solid white;
}

.link-inverted {
  color: black;
}

.link-inverted:hover {
  color: black;
  border-bottom: 2px solid black;
}

.novita-meta-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .novita-meta-center {
    flex-direction: row;
  }
}

.novita-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .novita-center {
    flex-direction: row;
  }
}

.meta-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .meta-center {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .meta-offer-left {
    margin-right: -3.5px !important;
    border-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .meta-offer-right {
    margin-left: -3.5px !important;
    border-left: 0px !important;
  }
}

.meta-link-container {
  font-size: 14px;
  color: white;
  font-family: "montserrat-bold";
  text-align: center;
}

@media (min-width: 576px) {
  .meta-link-container {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .meta-link-container {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .meta-link-container {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1216px) {
  .meta-link-container {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1408px) {
  .meta-link-container {
    font-size: 17px;
    margin-bottom: 80px;
  }
}

.meta-link {
  color: black;
  font-family: "montserrat-bold";
}

.meta-link:hover {
  color: black;
  border-bottom: 2px solid black;
}

.meta-offer {
  padding: 20px 10px;
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
  background-color: white;
  border: 8px solid #fd3f4e;
}

@media (min-width: 576px) {
  .meta-offer {
    padding: 20px 10px;
    width: 369px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .meta-offer {
    padding: 20px 0;
    width: 245px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .meta-offer {
    padding: 20px 0;
    width: 225px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .meta-offer {
    padding: 45px 0 22px;
    width: 300px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .meta-offer {
    padding: 105px 0 40px;
    width: 406px;
    margin: 0 6px 30px;
  }
}

.meta-offer.red {
  background-color: #fd3f4e;
}

.meta-offer.gray {
  background-color: #424242;
}

@media (max-width: 768px) {
  .meta-title-left {
    margin-left: -10%;
    width: 120%;
  }
}

@media (min-width: 768px) {
  .meta-title-left {
    margin-left: -5%;
    width: 105%;
  }
}

@media (max-width: 576px) {
  .meta-title-right {
    margin-left: -10%;
    width: 120%;
  }
}

@media (min-width: 576px) {
  .meta-title-right {
    margin-right: -10%;
    width: 120%;
  }
}

@media (min-width: 768px) {
  .meta-title-right {
    margin-right: -5%;
    width: 105%;
  }
}

.meta-title {
  padding: 20px 15px;
  font-size: 22px;
  font-family: "montserrat-bold";
  text-align: center;
  background-color: #f93e4d;
  border: 1px solid #fd3f4e;
  color: white;
}

@media (min-width: 576px) {
  .meta-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .meta-title {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .meta-title {
    font-size: 22px;
  }
}

@media (min-width: 1216px) {
  .meta-title {
    font-size: 24px;
  }
}

.meta-price {
  font-size: 63px;
  color: #f93e4d;
  font-family: "montserrat-extrabold";
  position: relative;
  margin-top: -40px;
}

@media (min-width: 576px) {
  .meta-price {
    font-size: 63px;
  }
}

@media (min-width: 768px) {
  .meta-price {
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .meta-price {
    font-size: 38px;
  }
}

@media (min-width: 1408px) {
  .meta-price {
    font-size: 60px;
  }
}

@media (min-width: 1750px) {
  .meta-price {
    font-size: 72px;
  }
}

.meta-price-big {
  font-size: 110px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .meta-price-big {
    font-size: 110px;
  }
}

@media (min-width: 768px) {
  .meta-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .meta-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1408px) {
  .meta-price-big {
    font-size: 140px;
  }
}

@media (min-width: 1750px) {
  .meta-price-big {
    font-size: 180px;
  }
}

.meta-month-txt {
  font-size: 26px;
  color: #424242;
  font-family: "montserrat-bold";
  position: absolute;
  top: 44px;
  left: 180px;
}

@media (min-width: 576px) {
  .meta-month-txt {
    font-size: 28px;
    top: 42px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  .meta-month-txt {
    font-size: 25px;
    top: 54px;
    left: 110px;
  }
}

@media (min-width: 1024px) {
  .meta-month-txt {
    font-size: 21px;
    top: 64px;
    left: 130px;
  }
}

@media (min-width: 1408px) {
  .meta-month-txt {
    font-size: 29px;
    top: 72px;
    left: 140px;
  }
}

@media (min-width: 1750px) {
  .meta-month-txt {
    font-size: 35px;
    top: 97px;
    left: 120px;
  }
}

.meta-activation-txt {
  font-size: 20px;
  color: #424242;
  text-align: left;
  font-family: "montserrat-bold";
  margin-bottom: 0;
  padding-left: 20px;
}

.meta-description {
  padding: 30px 10px;
  text-align: left;
  margin-bottom: 30px;
  margin-left: 20px;
}

@media (min-width: 1024px) {
  .meta-description {
    font-size: 15px;
  }
}

@media (min-width: 1408px) {
  .meta-description {
    font-size: 20px;
  }
}

.meta-divider {
  width: 3px;
  height: 380px;
  margin-top: 120px;
  background-color: #f93e4d;
  z-index: 2;
  display: visible !important;
}

@media (max-width: 767px) {
  .meta-divider {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .meta-divider {
    margin-top: 30%;
    height: 60%;
  }
}

.meta-button {
  padding: 6.5px 15px;
  font-size: 18px;
  font-family: "montserrat-bold";
  text-align: center;
  display: table;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f93e4d !important;
  border: 1px solid #f93e4d;
  color: white !important;
}

.meta-button:hover {
  color: #f93e4d !important;
  background-color: white !important;
  cursor: pointer;
}

.novita {
  padding: 20px 10px;
  width: 300px;
  text-align: left;
  margin: 0 auto 20px;
  background-color: #fd3f4e;
}

@media (min-width: 576px) {
  .novita {
    padding: 20px 10px;
    width: 369px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 768px) {
  .novita {
    padding: 20px 0;
    width: 490px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1024px) {
  .novita {
    padding: 20px 0;
    width: 450px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1408px) {
  .novita {
    padding: 45px 0 22px;
    width: 600px;
    margin: 0 6px 30px;
  }
}

@media (min-width: 1750px) {
  .novita {
    padding: 105px 0 40px;
    width: 812px;
    margin: 0 6px 30px;
  }
}

.novita.red {
  background-color: #fd3f4e;
}

.novita.gray {
  background-color: #424242;
}

.novita-price {
  font-size: 63px;
  color: white;
  font-family: "montserrat-extrabold";
  position: relative;
  margin-top: -40px;
}

@media (min-width: 576px) {
  .novita-price {
    font-size: 63px;
  }
}

@media (min-width: 768px) {
  .novita-price {
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .novita-price {
    font-size: 38px;
  }
}

@media (min-width: 1408px) {
  .novita-price {
    font-size: 60px;
  }
}

@media (min-width: 1750px) {
  .novita-price {
    font-size: 72px;
  }
}

.novita-price-big {
  font-size: 110px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-price-big {
    font-size: 110px;
  }
}

@media (min-width: 768px) {
  .novita-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .novita-price-big {
    font-size: 110px;
  }
}

@media (min-width: 1408px) {
  .novita-price-big {
    font-size: 140px;
  }
}

@media (min-width: 1750px) {
  .novita-price-big {
    font-size: 180px;
  }
}

.novita-start-txt {
  font-size: 20px;
  color: #424242;
  font-family: "montserrat-regular";
  position: absolute;
  top: 22px;
  left: 120px;
}

@media (min-width: 576px) {
  .novita-start-txt {
    font-size: 28px;
    top: 42px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  .novita-start-txt {
    font-size: 18px;
    top: 38px;
    left: 230px;
  }
}

@media (min-width: 1024px) {
  .novita-start-txt {
    font-size: 18px !important;
    top: 43px;
    left: 220px;
  }
}

@media (min-width: 1408px) {
  .novita-start-txt {
    font-size: 29px;
    top: 53px;
    left: 290px;
  }
}

@media (min-width: 1750px) {
  .novita-start-txt {
    font-size: 35px;
    top: 48px;
    left: 120px;
  }
}

.novita-start-txt.white {
  color: white;
}

.novita-month-txt {
  font-size: 20px;
  color: #424242;
  font-family: "montserrat-bold";
  position: absolute;
  top: 44px;
  left: 110px;
}

@media (min-width: 576px) {
  .novita-month-txt {
    font-size: 28px;
    top: 42px;
    left: 190px;
  }
}

@media (min-width: 768px) {
  .novita-month-txt {
    font-size: 25px !important;
    top: 54px;
    left: 100px;
  }
}

@media (min-width: 1024px) {
  .novita-month-txt {
    font-size: 25px !important;
    top: 60px;
    left: 100px;
  }
}

@media (min-width: 1408px) {
  .novita-month-txt {
    font-size: 29px !important;
    top: 70px;
    left: 130px;
  }
}

.novita-month-txt.white {
  color: white;
}

.novita-minutes {
  font-size: 27px;
  color: #424242;
  font-family: "montserrat-bold";
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-minutes {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .novita-minutes {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .novita-minutes {
    font-size: 25px;
  }
}

@media (min-width: 1408px) {
  .novita-minutes {
    font-size: 23px;
  }
}

@media (min-width: 1750px) {
  .novita-minutes {
    font-size: 35px;
  }
}

.novita-save-container {
  position: absolute;
  z-index: 2;
  right: 50px;
  top: 70px;
}

@media (min-width: 0px) {
  .novita-save-container {
    right: auto;
    left: 0px;
    top: 70px;
  }
}

@media (min-width: 768px) {
  .novita-save-container {
    left: auto;
    right: 430px;
    top: 70px;
  }
}

@media (min-width: 1024px) {
  .novita-save-container {
    right: 400px;
    top: 60px;
  }
}

@media (min-width: 1216px) {
  .novita-save-container {
    right: 550px;
    top: 80px;
  }
}

.novita-title {
  font-size: 40px;
  font-family: "montserrat-black";
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-title {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .novita-title {
    font-size: 45px;
  }
}

@media (min-width: 1024px) {
  .novita-title {
    font-size: 45px;
  }
}

@media (min-width: 1408px) {
  .novita-title {
    font-size: 55px;
  }
}

@media (min-width: 1750px) {
  .novita-title {
    font-size: 63px;
  }
}

.novita-title.red {
  color: #fd3f4e;
}

.novita-title.gray {
  color: #424242;
}

.novita-title.white {
  color: white;
}

.novita-txt {
  text-align: left;
  font-size: 40px;
  color: white;
  padding-left: 20px;
  margin-top: -30px;
  font-family: "montserrat-bold";
}

@media (min-width: 576px) {
  .novita-txt {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .novita-txt {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  .novita-txt {
    font-size: 38px;
  }
}

@media (min-width: 1750px) {
  .novita-txt {
    font-size: 58px;
  }
}

.novita-gb {
  font-size: 30px;
  color: white;
  font-family: "montserrat-extrabold";
  line-height: 100%;
  padding-left: 20px;
  margin-top: -50px;
}

@media (min-width: 576px) {
  .novita-gb {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .novita-gb {
    font-size: 52px;
  }
}

@media (min-width: 1024px) {
  .novita-gb {
    font-size: 55px;
  }
}

@media (min-width: 1408px) {
  .novita-gb {
    font-size: 54px;
  }
}

@media (min-width: 1750px) {
  .novita-gb {
    font-size: 73px;
  }
}

.novita-gb-big {
  font-size: 100px;
  line-height: 100%;
}

@media (min-width: 576px) {
  .novita-gb-big {
    font-size: 114px;
  }
}

@media (min-width: 768px) {
  .novita-gb-big {
    font-size: 110px;
  }
}

@media (min-width: 1024px) {
  .novita-gb-big {
    font-size: 115px;
  }
}

@media (min-width: 1408px) {
  .novita-gb-big {
    font-size: 125px;
  }
}

@media (min-width: 1750px) {
  .novita-gb-big {
    font-size: 186px;
  }
}

.novita-activation-txt {
  font-size: 14px;
  color: white;
  text-align: left;
  font-family: "montserrat-bold";
  margin-bottom: 0;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .novita-activation-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .novita-activation-txt {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .novita-activation-txt {
    font-size: 16px;
  }
}

@media (min-width: 1216px) {
  .novita-activation-txt {
    font-size: 21px;
  }
}

@media (min-width: 1408px) {
  .novita-activation-txt {
    font-size: 25px;
  }
}

.offerete-piu {
  width: 300px;
  padding: 20px;
}

@media (min-width: 576px) {
  .offerete-piu {
    width: 335px;
  }
}

@media (min-width: 768px) {
  .offerete-piu {
    width: 237px;
    padding: 7px;
  }
}

@media (min-width: 1024px) {
  .offerete-piu {
    width: 308px;
    padding: 20px;
  }
}

@media (min-width: 1216px) {
  .offerete-piu {
    width: 372px;
  }
}

@media (min-width: 1408px) {
  .offerete-piu {
    width: 435px;
  }
}

@media (min-width: 1750px) {
  .offerete-piu {
    width: 560px;
  }
}

.offerete-piu .piu-spliter {
  margin-bottom: 0;
}

.offerete-piu .month-txt {
  right: 44px;
}

@media (min-width: 576px) {
  .offerete-piu .month-txt {
    right: 53px;
  }
}

@media (min-width: 768px) {
  .offerete-piu .month-txt {
    right: 16px;
  }
}

@media (min-width: 1024px) {
  .offerete-piu .month-txt {
    right: 45px;
  }
}

@media (min-width: 1216px) {
  .offerete-piu .month-txt {
    right: 78px;
  }
}

@media (min-width: 1408px) {
  .offerete-piu .month-txt {
    right: 82px;
  }
}

@media (min-width: 1750px) {
  .offerete-piu .month-txt {
    right: 120px;
  }
}

.offerete-piu .minutes.red {
  color: #f93e4d;
}

@media (min-width: 1750px) {
  .offerete-piu .minutes {
    font-size: 45px;
  }
}

.offerete-piu .details {
  font-size: 14px;
  color: white;
  font-family: "montserrat-bold";
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .offerete-piu .details {
    font-size: 17px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .offerete-piu .details {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .offerete-piu .details {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1216px) {
  .offerete-piu .details {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1408px) {
  .offerete-piu .details {
    font-size: 17px;
    margin-bottom: 80px;
  }
}

.offerete-piu .bottom-small-txt {
  font-size: 14px;
  color: white;
  font-family: "montserrat-bold";
  text-align: right;
}

@media (min-width: 576px) {
  .offerete-piu .bottom-small-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .offerete-piu .bottom-small-txt {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .offerete-piu .bottom-small-txt {
    font-size: 13px;
  }
}

@media (min-width: 1216px) {
  .offerete-piu .bottom-small-txt {
    font-size: 15px;
  }
}

@media (min-width: 1408px) {
  .offerete-piu .bottom-small-txt {
    font-size: 17px;
  }
}

.middle-title-red {
  color: #f93e4d;
  font-size: 50px;
  font-family: "montserrat-black";
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .middle-title-red {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .middle-title-red {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .middle-title-red {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1216px) {
  .middle-title-red {
    font-size: 45px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1408px) {
  .middle-title-red {
    font-size: 50px;
  }
}

.piano-txt {
  margin-bottom: 30px;
  font-size: 14px;
}

@media (min-width: 576px) {
  .piano-txt {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .piano-txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .piano-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1216px) {
  .piano-txt {
    font-size: 21px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1408px) {
  .piano-txt {
    font-size: 25px;
    margin-bottom: 80px;
  }
}

.activation-txt {
  font-size: 14px;
  color: white;
  text-align: center;
  font-family: "montserrat-bold";
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .activation-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .activation-txt {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .activation-txt {
    font-size: 16px;
  }
}

@media (min-width: 1216px) {
  .activation-txt {
    font-size: 21px;
  }
}

@media (min-width: 1408px) {
  .activation-txt {
    font-size: 25px;
  }
}

.special-offer {
  border: 5px solid #f93e4d;
  text-align: center;
  width: 300px;
  padding: 15px;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .special-offer {
    width: 335px;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .special-offer {
    width: 331px;
    padding: 7px;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .special-offer {
    width: 390px;
    padding: 20px;
  }
}

@media (min-width: 1216px) {
  .special-offer {
    width: 450px;
  }
}

@media (min-width: 1408px) {
  .special-offer {
    width: 560px;
  }
}

.special-offer .piu-price {
  color: #f93e4d;
}

.special-offer .piu-price-big {
  line-height: 100%;
}

.special-offer .minutes.gray {
  color: #424242;
  margin: 0;
}

.special-offer .piu-spliter {
  background-color: #f93e4d;
}

.special-offer .activation-txt {
  color: #424242;
}

.special-offer .piu-gb {
  color: #f93e4d;
  position: relative;
}

.special-offer .details {
  font-size: 14px;
  color: #f93e4d;
  font-family: "montserrat-bold";
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .special-offer .details {
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .special-offer .details {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .special-offer .details {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1216px) {
  .special-offer .details {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1408px) {
  .special-offer .details {
    font-size: 17px;
    margin-bottom: 80px;
  }
}

.special-offer .bottom-small-txt {
  font-size: 14px;
  color: #424242;
  font-family: "montserrat-bold";
  text-align: right;
}

@media (min-width: 576px) {
  .special-offer .bottom-small-txt {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .special-offer .bottom-small-txt {
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .special-offer .bottom-small-txt {
    font-size: 13px;
  }
}

@media (min-width: 1216px) {
  .special-offer .bottom-small-txt {
    font-size: 15px;
  }
}

@media (min-width: 1408px) {
  .special-offer .bottom-small-txt {
    font-size: 17px;
  }
}

.special-offer .month-txt {
  color: #424242;
  top: 19px;
  right: 29px;
}

@media (min-width: 576px) {
  .special-offer .month-txt {
    top: 15px;
    right: 38px;
  }
}

@media (min-width: 768px) {
  .special-offer .month-txt {
    top: 29px;
    right: 47px;
  }
}

@media (min-width: 1024px) {
  .special-offer .month-txt {
    top: 42px;
    right: 74px;
  }
}

@media (min-width: 1216px) {
  .special-offer .month-txt {
    top: 41px;
    right: 97px;
  }
}

@media (min-width: 1408px) {
  .special-offer .month-txt {
    top: 43px;
    right: 126px;
  }
}

@media (min-width: 1750px) {
  .special-offer .month-txt {
    top: 58px;
    right: 97px;
  }
}

.network-txt {
  text-align: center;
  font-size: 20px;
  font-family: "montserrat-bold";
  color: #424242;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .network-txt {
    font-size: 19px;
  }
}

@media (min-width: 768px) {
  .network-txt {
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .network-txt {
    font-size: 19px;
  }
}

@media (min-width: 1750px) {
  .network-txt {
    font-size: 29px;
  }
}

.per-sim-txt {
  font-size: 13px;
  font-family: "montserrat-bold";
  color: #424242;
  position: absolute;
  right: 45px;
  top: 43px;
}

@media (min-width: 576px) {
  .per-sim-txt {
    right: 60px;
    top: 46px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .per-sim-txt {
    right: 54px;
    top: 20px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .per-sim-txt {
    right: 71px;
    top: 22px;
    font-size: 19px;
  }
}

@media (min-width: 1216px) {
  .per-sim-txt {
    right: 83px;
    top: 20px;
    font-size: 23px;
  }
}

@media (min-width: 1408px) {
  .per-sim-txt {
    right: 130px;
    top: 30px;
  }
}

@media (min-width: 1750px) {
  .per-sim-txt {
    right: 112px;
    top: 55px;
  }
}

.special-offers-holder {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

@media (min-width: 768px) {
  .special-offers-holder {
    flex-direction: row;
  }
}

.offer-second-left {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 20px;
}

@media (min-width: 576px) {
  .offer-second-left {
    width: 335px;
  }
}

@media (min-width: 768px) {
  .offer-second-left {
    width: 330px;
    margin: 0 5px 0 0;
  }
}

@media (min-width: 1024px) {
  .offer-second-left {
    width: 390px;
  }
}

@media (min-width: 1216px) {
  .offer-second-left {
    width: 450px;
  }
}

@media (min-width: 1408px) {
  .offer-second-left {
    width: 560px;
  }
}

.offer-secont-title {
  color: #f93e4d;
  font-size: 29px;
  font-family: "montserrat-black";
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .offer-secont-title {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .offer-secont-title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .offer-secont-title {
    font-size: 29px;
  }
}

@media (min-width: 1216px) {
  .offer-secont-title {
    font-size: 39px;
  }
}

@media (min-width: 1408px) {
  .offer-secont-title {
    font-size: 55px;
  }
}

.offerete-secont-subtitle {
  color: #424242;
  font-size: 16px;
  font-family: "montserrat-black";
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .offerete-secont-subtitle {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .offerete-secont-subtitle {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .offerete-secont-subtitle {
    font-size: 22px;
  }
}

@media (min-width: 1216px) {
  .offerete-secont-subtitle {
    font-size: 28px;
  }
}

@media (min-width: 1408px) {
  .offerete-secont-subtitle {
    font-size: 35px;
  }
}

.special-offer-second-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}

@media (min-width: 768px) {
  .special-offer-second-holder {
    flex-direction: row;
  }
}

.special-offer-second-holder .special-offer .minutes {
  font-size: 13px;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1216px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 19px;
    margin-bottom: 17px;
  }
}

@media (min-width: 1408px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1750px) {
  .special-offer-second-holder .special-offer .minutes {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

.special-offer-second-holder .special-offer .piu-spliter {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 15px;
  }
}

@media (min-width: 1216px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 17px;
  }
}

@media (min-width: 1408px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 25px;
  }
}

@media (min-width: 1750px) {
  .special-offer-second-holder .special-offer .piu-spliter {
    margin-bottom: 25px;
  }
}

.special-offer-second-holder .special-offer .per-sim-txt {
  right: -4px;
  font-size: 9.5px;
}

@media (min-width: 576px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: -9px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: 7px;
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: -9px;
    font-size: 17px;
  }
}

@media (min-width: 1216px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: 16px;
    font-size: 17px;
  }
}

@media (min-width: 1408px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: 37px;
    font-size: 20px;
  }
}

@media (min-width: 1750px) {
  .special-offer-second-holder .special-offer .per-sim-txt {
    right: 7px;
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

@media (min-width: 1216px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

@media (min-width: 1408px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

@media (min-width: 1750px) {
  .special-offer-second-holder .special-offer .activation-txt {
    margin-bottom: 0;
  }
}

.countries-txt-small {
  font-family: "myriadpro-regular";
  font-size: 18px;
  color: #424242;
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
}

@media (min-width: 576px) {
  .countries-txt-small {
    font-size: 18px;
    width: 295px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 768px) {
  .countries-txt-small {
    font-size: 16px;
    width: 260px;
    margin: 0 auto 20px;
  }
}

@media (min-width: 1024px) {
  .countries-txt-small {
    font-size: 18px;
    width: 325px;
    margin: 0 auto 50px;
  }
}

.offerete-second-txt {
  font-family: "myriadpro-regular";
  font-size: 18px;
  color: #424242;
}

@media (min-width: 576px) {
  .offerete-second-txt {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .offerete-second-txt {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .offerete-second-txt {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .piu-title {
    font-size: 35px;
  }
}

.landings {
  margin-top: -75px;
}

.landings .btn-primary,
  .landings .btn-secondary {
  height: 50px;
  font-size: 24px;
  line-height: 1;
}

.landings .page-subtitle {
  margin-bottom: 25px;
  font-size: 28px;
}

@media (min-width: 1024px) {
  .landings .page-subtitle {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 1408px) {
  .landings .page-subtitle {
    font-size: 36px;
  }
}

.landings .columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.landings-hero {
  background-color: #fd3f4e;
}

.landings-hero .columns:last-child {
  margin-bottom: 0 !important;
  align-items: flex-end;
}

.landings-hero-left {
  display: none;
  align-items: flex-end;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .landings-hero-left {
    display: flex;
  }
}

.landings-hero-right {
  text-align: center;
  padding: 45px 0;
}

@media (min-width: 1024px) {
  .landings-hero-right {
    padding: 25px 0;
  }
}

.landings-hero-right .btn-secondary {
  width: 320px;
}

@media (min-width: 1024px) {
  .landings-hero-right .btn-secondary {
    width: 100%;
  }
}

.landings-page {
  padding-top: 45px;
}

@media (min-width: 1024px) {
  .landings-page {
    padding-top: 75px;
  }
}

.landings-page:last-child {
  padding-bottom: 45px;
}

@media (min-width: 1024px) {
  .landings-page:last-child {
    padding-bottom: 75px;
  }
}

.landings-page .columns:last-child {
  margin-bottom: 0 !important;
}

.landings-section-2 {
  background-color: #f6f6f6;
}

@media (min-width: 1024px) {
  .landings-section-2 {
    background-color: transparent;
  }
}

.package-name-logo {
  width: 320px;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .package-name-logo {
    width: auto;
    padding-bottom: 8px;
  }
}

@media (min-width: 1216px) {
  .package-name-logo {
    padding-bottom: 15px;
  }
}

.landings-section {
  align-items: flex-start;
  margin-top: calc(45px - 0.75rem) !important;
}

@media (min-width: 1024px) {
  .landings-section {
    margin-top: calc(75px - 0.75rem) !important;
  }
}

.btn-landings-holder {
  margin: 0 auto;
  width: 320px;
  margin-top: calc(45px - 0.75rem);
}

@media (min-width: 1024px) {
  .btn-landings-holder {
    width: 33.33%;
    margin-top: calc(75px - 0.75rem);
  }
}

.landings-info-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #fd3f4e;
  border-radius: 100%;
  margin: 0 auto 25px auto;
}

.landings-info-img img {
  width: 70%;
  height: 70%;
}

.landings-info-img .landings-count {
  margin-left: -10px;
  margin-top: -5px;
}

.landings-bottom-link {
  padding-top: 35px;
  text-align: center;
}

.landings-bottom-link a {
  font-family: "myriadpro-bold";
  font-size: 18px;
  color: #fd3f4e;
  text-decoration: underline;
  text-transform: uppercase;
}

.contact-page form {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .contact-page form {
    width: 710px;
    margin-top: 45px;
  }
}

.contact-page form label {
  margin-bottom: 0 !important;
}

.contact-page form label span {
  color: #fd3f4e;
}

.contact-button-holder {
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
}

.contact-button-holder .button {
  width: 180px;
}

.contact-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  margin: 25px auto 0 auto;
}

@media (min-width: 769px) {
  .contact-new {
    width: 725px;
    margin: 45px auto 0 auto;
  }
}

.contact-new .hs2-link-holder {
  margin-top: 35px;
  margin-bottom: 0;
}

.contact-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 0;
  width: 100%;
  height: 255px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .contact-box {
    flex-direction: row;
    height: 175px;
  }
}

.contact-box-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 769px) {
  .contact-box-section {
    width: 70%;
  }
}

.contact-box-section:first-child {
  width: 100%;
}

@media (min-width: 769px) {
  .contact-box-section:first-child {
    width: 30%;
  }
}

.contact-box-section:first-child p {
  color: #fd3f4e;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .contact-box-section:first-child p {
    margin-bottom: 0;
  }
}

.contact-box-section img {
  height: 60px;
  margin-bottom: 10px;
}

.contact-box-section p,
  .contact-box-section a {
  font-family: "myriadpro-bold";
  line-height: 1.3;
}

.contact-box-section p {
  color: #484848;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 769px) {
  .contact-box-section p {
    font-size: 14px;
  }
}

.contact-box-section a {
  color: #fd3f4e;
  font-size: 22px;
}

@media (min-width: 769px) {
  .contact-box-section a {
    font-size: 24px;
  }
}

.contact-info {
  margin: 30px 0 45px 0;
  font-family: "myriadpro-bold";
  font-size: 14px;
  color: #484848;
  text-align: center;
}

.personal-data-page form {
  width: 100%;
  margin: 0 auto;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .personal-data-page form {
    width: 90%;
  }
}

@media (min-width: 1216px) {
  .personal-data-page form {
    width: 80%;
  }
}

.personal-data-page form .form-input {
  padding-top: 0;
}

.custom-checkbox {
  text-align: center;
}

.custom-checkbox.copy-residence {
  margin-top: 20px;
}

.tariffe-page {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .tariffe-page {
    padding-left: 0;
    padding-right: 0;
  }
}

.tariffe-tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.tariffe-tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
  margin-top: 60px;
}

.tariffe-tabs ul li {
  width: 8.33%;
}

@media (min-width: 769px) {
  .tariffe-tabs ul li {
    width: 3.6%;
  }
}

.tariffe-tabs ul li.is-active a {
  background-color: #fd3f4e;
  border-color: #fd3f4e;
  color: white;
}

.tariffe-tabs ul li.is-active a:hover {
  background-color: #fd3f4e;
  border-bottom-color: #fd3f4e;
  color: white;
}

.tariffe-tabs ul li a {
  font-family: "myriadpro-bold";
  font-size: 16px;
  color: #fd3f4e;
  background-color: #f6f6f6;
  padding: 10px 0;
  border: 1px solid #f6f6f6;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: 0.3s all;
}

@media (min-width: 769px) {
  .tariffe-tabs ul li a {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .tariffe-tabs ul li a {
    font-size: 24px;
  }
}

.tariffe-tabs ul li a:hover {
  background-color: white;
  border-color: #fd3f4e;
  color: #fd3f4e;
}

.tariffe-tab-content {
  margin-bottom: 60px;
}

.tariffe-table {
  display: flex;
  flex-direction: column;
}

.tariffe-table-notification {
  margin: 20px;
  text-align: center;
}

.tariffe-table-header,
.tariffe-table-row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.tariffe-table-header {
  background-color: #fd3f4e;
}

.tariffe-table-header .tth-field {
  font-family: "myriadpro-bold";
  color: white;
}

.tariffe-table-row:nth-child(even) {
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .tariffe-table-row {
    border: none !important;
  }
}

.tth-field {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20%;
  font-family: "myriadpro-regular";
  font-size: 14px;
  color: #484848;
}

@media (min-width: 769px) {
  .tth-field {
    font-size: 12px;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .tth-field {
    font-size: 14px;
  }
}

@media (min-width: 1216px) {
  .tth-field {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .tth-field {
    width: 100% !important;
  }

  .tth-field div.tdBefore {
    padding: 5px;
    color: white !important;
    background: #F93F4F !important;
  }

  .tth-field .td-field {
    padding: 5px;
  }
}

.tth-field:first-child {
  width: 30%;
  padding-left: 0;
}

@media (min-width: 769px) {
  .tth-field:first-child {
    padding-left: 30px;
  }
}

.ttr-content .tth-field {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 15%;
  font-size: 10px;
}

@media (min-width: 769px) {
  .ttr-content .tth-field {
    font-size: 12px;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .ttr-content .tth-field {
    font-size: 14px;
  }
}

@media (min-width: 1216px) {
  .ttr-content .tth-field {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .ttr-content .tth-field {
    position: relative !important;
    overflow-wrap: unset !important;
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
}

.ttr-content .tth-field span {
  font-family: "myriadpro-bold";
}

.ttr-content .tth-field:first-child {
  justify-content: flex-start;
  width: 25%;
  padding-left: 0;
}

@media (min-width: 769px) {
  .ttr-content .tth-field:first-child {
    padding-left: 30px;
  }
}

.tariffe-promotion-table {
  margin-top: 60px;
}

.tariffe-promotion-table .tariffe-table-header .tth-field:first-child {
  width: 70%;
  justify-content: flex-start;
}

.tariffe-promotion-table .tth-field:first-child {
  width: 70%;
  justify-content: flex-start;
}

.number-page {
  padding-bottom: 100px;
}

.number-page .number-button-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.75rem;
}

@media (min-width: 769px) {
  .number-page .number-button-holder {
    width: 90%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .number-page .number-button-holder {
    flex-direction: row;
    width: 80%;
  }
}

.number-page .number-button-holder a {
  width: 100%;
  display: flex;
  flex: 1;
}

@media (min-width: 1024px) {
  .number-page .number-button-holder a {
    width: auto;
  }
}

.number-page .number-button-holder .btn-secondary {
  border-color: #fd3f4e;
  background-color: transparent;
  width: 100%;
}

.number-page .number-button-holder .btn-secondary:hover {
  background-color: #fd3f4e;
}

.number-page .number-button-holder .btn-secondary.with-margin {
  margin: 10px 0;
}

@media (min-width: 1024px) {
  .number-page .number-button-holder .btn-secondary.with-margin {
    margin: 0 10px;
  }
}

.number-selection-page {
  padding-bottom: 250px;
}

.number-selection-button-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem;
}

.number-selection-button-holder .btn-secondary-transparent {
  width: 49%;
  margin: 5px 0;
  font-size: 20px;
}

@media (min-width: 769px) {
  .number-selection-button-holder .btn-secondary-transparent {
    width: 19.5%;
    font-size: 22px;
  }
}

.number-selection-button-holder .btn-secondary-transparent:hover {
  background-color: #fd3f4e;
}

.number-new-holder {
  margin: 45px auto;
  padding: 0 0.75rem;
  width: 100%;
}

@media (min-width: 769px) {
  .number-new-holder {
    padding: 0;
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .number-new-holder {
    width: 80%;
  }
}

.number-title {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #e4e4e4;
}

@media (min-width: 1024px) {
  .number-title {
    padding: 15px;
  }
}

.number-title h2 {
  font-family: "myriadpro-bold";
  font-size: 20px;
  color: #fd3f4e;
  text-transform: uppercase;
}

.number-steps {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .number-steps {
    flex-direction: row;
  }
}

.number-steps-box {
  position: relative;
  width: 100%;
  min-height: 250px;
  padding: 30px 35px;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.number-steps-box:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .number-steps-box {
    width: 30%;
    min-height: 110px;
    margin-bottom: 0;
  }
}

.number-steps-box-mark {
  position: absolute;
  top: 12px;
  right: 15px;
  font-family: "myriadpro-regular";
  font-size: 64px;
  color: #e4e4e4;
  line-height: 1;
}

.number-steps-box-text {
  font-size: 16px;
  line-height: 1.3;
}

h5.number-steps-box-text {
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  margin: 20px 0;
}

p.number-steps-box-text {
  font-family: "myriadpro-regular";
  color: #484848;
  margin-bottom: 0;
}

.upload-page form {
  width: 100%;
  margin: 0 auto;
  align-items: flex-end;
}

.upload-page .file-name {
  display: flex;
  max-width: 75%;
  width: 50%;
  height: 48px;
  font-family: "myriadpro-regular";
  font-size: 17px;
  color: #484848;
  border-radius: 0 !important;
  border-color: #a4a4a4;
  background-color: transparent;
  border-width: 1px !important;
}

@media (min-width: 769px) {
  .upload-page .file-name {
    width: 75%;
  }
}

.upload-page .file-cta {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 48px;
  margin-left: 10px;
  border-radius: 0 !important;
  border-color: #fd3f4e;
  background-color: transparent;
}

@media (min-width: 769px) {
  .upload-page .file-cta {
    width: 25%;
  }
}

.upload-page .file-cta:hover {
  background-color: #fd3f4e;
}

.upload-page .file-cta:hover .file-label {
  color: white;
}

.upload-page .file-label {
  font-family: "myriadpro-bold" !important;
  font-size: 17px;
  color: #fd3f4e;
}

.upload-page .file-label:hover .file-cta {
  background-color: #fd3f4e;
}

.upload-page .file-label:hover .file-cta .file-label {
  color: white;
}

.upload-page .file-label:hover .file-name {
  border-color: #fd3f4e;
}

.upload-page .file-icon {
  display: none;
}

.pdf-holder {
  padding: 60px 10px;
}

.pdf-holder p {
  word-break: break-word;
  color: #484848;
}

.pdf-holder a {
  color: #fd3f4e;
}

.pdf-holder a:hover {
  text-decoration: underline;
}

.pdf-holder .is-horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 769px) {
  .pdf-holder .is-horizontal {
    flex-direction: row;
  }
}

.pdf-holder .is-horizontal label {
  text-align: left;
}

.pdf-holder .is-horizontal .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  cursor: default;
  background-color: transparent;
}

.pdf-holder .text-under .input {
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  cursor: default;
  background-color: transparent;
}

@media (min-width: 769px) {
  .pdf-holder .text-under .input {
    width: 90%;
  }
}

.pdf-holder .custom-checkbox {
  margin-bottom: 0;
}

.pdf-holder .custom-checkbox label {
  cursor: default;
}

.pdf-holder .field-body {
  flex-grow: 3;
  width: 100%;
}

@media (min-width: 769px) {
  .pdf-holder .field-body {
    width: auto;
  }
}

.pdf-holder .field-label {
  width: 100%;
}

.pdf-list-style {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pdf-list-style-second {
  padding-left: 40px;
}

.pdf-footer {
  display: flex;
  justify-content: space-between;
}

.pdf-square {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #484848;
  margin-bottom: -2px;
  margin-right: 10px;
}

.pdf-table-header,
.pdf-table-row {
  display: flex;
  justify-content: space-between;
  border: 1px solid black;
}

.pdf-table-row {
  border-top: none;
}

.pdf-table-field {
  width: 33.33%;
  padding: 5px 10px;
  border-right: 1px solid black;
  word-break: break-word;
}

.pdf-table-field:last-child {
  border-right: none;
}

.pdf-table-field-wrap {
  flex-wrap: wrap;
}

.pdf-table-field-gray {
  background-color: #f6f6f6;
}

.pdf-table-field-double {
  display: flex;
  flex-wrap: wrap;
  width: 66.66%;
  padding: 0;
}

.pdf-table-field-left,
.pdf-table-field-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5px 10px;
}

.pdf-table-field-left {
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.pdf-table-field-left:first-child {
  border-top: none;
}

.pdf-table-field-right {
  border-top: 1px solid black;
}

.pdf-table-field-right.no-border-top {
  border-top: none;
}

.ptf-with-columns {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ptfwc-field {
  padding: 5px 0;
  flex: 1;
}

.pdf-pre-header {
  display: flex;
}

.pdf-pre-header-left,
.pdf-pre-header-right {
  width: 50%;
  padding: 5px 20px;
}

.pdf-pre-header-left {
  display: flex;
  justify-content: flex-end;
}

.pdf-pre-header-right {
  border: 1px solid black;
  background-color: #f6f6f6;
}

.pdf-pre-header-right.no-border-top {
  border-top: none;
}

.pdf-table-field-f1,
.pdf-table-field-f2,
.pdf-table-field-f3,
.pdf-table-field-f4,
.pdf-table-field-f5,
.pdf-table-field-p1,
.pdf-table-field-p2,
.pdf-table-field-p3,
.pdf-table-field-p4,
.pdf-table-field-p6,
.pdf-table-field-p7,
.pdf-table-field-p-quater,
.pdf-table-field-p-half,
.pdf-table-field-p-full {
  display: flex;
}

.pdf-table-field-f1 {
  flex: 1;
}

.pdf-table-field-f2 {
  flex: 2;
}

.pdf-table-field-f3 {
  flex: 3;
}

.pdf-table-field-f4 {
  flex: 4;
}

.pdf-table-field-f5 {
  flex: 5;
}

.pdf-table-field-p1 {
  width: 10%;
}

.pdf-table-field-p2 {
  width: 20%;
}

.pdf-table-field-p3 {
  width: 30%;
}

.pdf-table-field-p4 {
  width: 40%;
}

.pdf-table-field-p6 {
  width: 60%;
}

.pdf-table-field-p7 {
  width: 70%;
}

.pdf-table-field-p8 {
  width: 80%;
}

.pdf-table-field-p-half-quater {
  width: 12.5%;
}

.pdf-table-field-p-quater {
  width: 25%;
}

.pdf-table-field-p-half {
  width: 50%;
}

.pdf-table-field-p-3quater {
  width: 75%;
}

.pdf-table-field-p-full {
  width: 100%;
}

.pdf-table-doc .pdf-table-field {
  padding: 5px 1px !important;
}

.text-red {
  color: #fd3f4e;
}

.text-18 {
  font-size: 18px;
}

.text-14 {
  font-size: 14px;
}

.docs-split-table {
  display: flex;
  flex-direction: column;
}

@media (min-width: 769px) {
  .docs-split-table {
    flex-direction: row;
  }
}

.docs-split-table p {
  width: 100%;
}

@media (min-width: 769px) {
  .docs-split-table p {
    width: 50%;
  }
}

.condizioni-precont .pdf-list-style {
  padding-top: 0;
  padding-bottom: 0;
}

h1.pdf-pc-title {
  font-family: "myriadpro-bold";
  font-size: 28px;
}

.members-wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.members-page-container {
  margin: 0 auto;
  width: auto;
}

@media (min-width: 769px) {
  .members-page-container {
    width: 700px;
  }
}

@media (min-width: 1024px) {
  .members-page-container {
    width: 720px;
  }
}

@media (min-width: 1216px) {
  .members-page-container {
    width: 80%;
  }
}

.navbar-burger {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  margin-left: 0;
  width: 55px;
  height: 30px;
}

.side-menu {
  position: fixed;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: left 0.3s ease-in-out;
  left: -230px;
  width: 285px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 285px;
  background-color: #f6f6f6;
  border-right: 1px solid transparent;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  -o-box-shadow: 0 0 5px #ccc;
  /* Opera/IE 8+ */
  box-shadow: 0 0 5px #ccc;
  z-index: 1;
}

.menu-opened {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: left 0.3s ease-in-out;
  left: 0;
}

.menu-opened .side-menu {
  left: 0;
}

.menu-opened .side-menu-header {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: padding 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.menu-opened .menu-list li {
  border-left: 5px solid transparent;
}

.menu-opened .menu-list li.is-active {
  border-top: 1px solid #fd3f4e;
  border-bottom: 1px solid #fd3f4e;
  border-color: #fd3f4e;
}

.menu-opened .menu-list li.is-active a {
  font-family: "myriadpro-bold";
  color: #fd3f4e;
  text-decoration: none;
}

.menu-opened .menu-list li:hover {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: 0.3s all;
}

.menu-opened .menu-list li:hover a {
  color: #fd3f4e;
}

.menu-opened .menu-list a {
  display: flex;
  flex-direction: row;
  font-family: "myriadpro-regular";
  font-size: 18px;
  color: #252525;
  padding: 15px 30px;
}

.menu-opened .menu-list a img {
  margin-left: 0;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}

.members-page {
  width: 100%;
  padding-left: 65px;
  padding-right: 10px;
}

@media (min-width: 1024px) {
  .members-page {
    padding-left: 295px;
  }
}

.smh-name,
.smh-number {
  font-family: "myriadpro-bold";
  font-size: 20px;
  color: #2e384d;
  line-height: 1.2;
}

.smh-active-plan {
  font-family: "myriadpro-bold";
  font-size: 18px;
  color: #fd3f4e;
  line-height: 1.2;
}

.smh-name {
  font-size: 24px;
  color: #fd3f4e;
}

.menu-list li.is-active {
  border-top: 1px solid #fd3f4e;
  border-bottom: 1px solid #fd3f4e;
  border-color: #fd3f4e;
}

.menu-list li:hover {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  /* Opera/IE 8+ */
  transition: 0.3s all;
}

.menu-list li:hover a {
  color: #fd3f4e;
}

.menu-list a {
  display: flex;
  flex-direction: row-reverse;
  font-family: "myriadpro-regular";
  font-size: 18px;
  color: #252525;
  padding: 18px;
}

.menu-list a img {
  margin-left: 18px;
  width: 20px;
  height: 20px;
}

.side-menu-header {
  padding: 30px;
}

.charts-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .charts-wrapper {
    width: 405px;
  }
}

.chart-holder {
  position: relative;
}

.chart-title {
  text-align: center;
  font-size: 28px;
  color: #252525;
}

.chart-legend {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30px;
  margin-top: -15px;
  display: flex;
  justify-content: center;
  font-family: "myriadpro-bold";
  font-size: 24px;
  color: #252525;
}

.ma-table-subtitle {
  margin-bottom: 20px;
}

.members-area-table {
  margin: 85px auto 0 auto;
  width: auto;
}

.members-area-table .btn-primary {
  width: 180px;
}

.table-footer-btn {
  text-align: center;
  padding-top: 30px;
}

.table-footer-btn .btn-primary {
  width: 180px;
}

.call-history-select {
  display: flex;
  margin-top: calc(45px - 0.75rem);
  margin-left: 0;
  margin-right: 0;
}

.top-up-page .page-subtitle {
  margin-top: 60px;
}

.top-up-page .page-info {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .top-up-page .page-info {
    margin-bottom: 45px;
  }
}

.top-up-promitions {
  margin: 25px auto;
}

@media (min-width: 769px) {
  .top-up-promitions {
    margin: 45px auto;
  }
}

.top-up-promitions .promotion-holder {
  margin: 0;
}

.members-pr-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(45px - 0.75rem);
}

.members-pr-holder .form-input,
  .members-pr-holder .forgot-password-label {
  width: 285px;
  padding: 0;
}

@media (min-width: 769px) {
  .members-pr-holder .form-input,
      .members-pr-holder .forgot-password-label {
    width: 463px;
  }
}

.members-pr-holder .form-input .button,
    .members-pr-holder .forgot-password-label .button {
  width: inherit;
}

.members-pr-holder .form-input {
  position: relative;
}

.members-pr-holder .form-input .input {
  height: 50px;
}

.members-pr-holder .form-input .ReactPasswordStrength {
  height: 50px;
}

.not-found-holder {
  margin: 55px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.not-found-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-found-picture {
  width: 30%;
  height: auto;
}

@media (min-width: 769px) {
  .not-found-picture {
    width: auto;
    height: 275px;
  }
}

.not-found-picture:nth-child(2) {
  margin-left: 15px;
}

@media (min-width: 769px) {
  .not-found-picture:nth-child(2) {
    margin-left: 30px;
  }
}

.not-found-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .not-found-text {
    margin-top: 45px;
  }
}

.not-found-text span {
  font-family: "myriadpro-regular";
  font-size: 24px;
  color: #2e384d;
  text-align: center;
}

@media (min-width: 769px) {
  .not-found-text span {
    font-size: 30px;
  }
}

.not-found-btn {
  margin-top: 30px;
  width: 325px;
}

.transaction-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

p.transaction-text {
  max-width: 505px;
  padding: 0 10px;
  font-size: 20px;
  color: #2e384d;
  text-align: center;
}

@media (min-width: 769px) {
  p.transaction-text {
    font-size: 24px;
  }
}

.transaction-image {
  margin: 25px 0;
}

@media (min-width: 769px) {
  .transaction-image {
    margin: 45px 0;
  }
}

.transaction-completed-btn {
  margin-top: 25px;
  width: 210px;
}

@media (min-width: 769px) {
  .transaction-completed-btn {
    margin-top: 45px;
  }
}

.transaction-failed-btn-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 25px;
}

@media (min-width: 769px) {
  .transaction-failed-btn-holder {
    margin-top: 45px;
  }
}

.transaction-failed-btn {
  width: 160px;
}

@media (min-width: 769px) {
  .transaction-failed-btn {
    width: 210px;
  }
}

.transaction-failed-btn:first-child {
  margin-right: 10px;
}

.add-ons-page {
  padding-top: 0;
}

.add-ons-table {
  margin-bottom: 60px;
}

.add-ons-table .tariffe-table-header .tth-field:first-child {
  width: auto;
  flex: 1;
}

.add-ons-table .tth-field {
  flex: 1;
}

.add-ons-table .tth-field:first-child {
  width: auto;
  flex: 1;
}

.add-ons-table-note {
  background-color: transparent !important;
}

.add-ons-table-note .tth-field {
  font-family: "myriadpro-regular";
  font-style: italic;
  color: #484848;
  font-size: 14px;
}

.faqs-accordion {
  margin: 60px 0;
  border: none;
}

.faqs-accordion .accordion__item {
  border: 1px solid #dadada;
  margin-bottom: 5px;
}

.faqs-accordion .accordion__item.active {
  border-color: #fd3f4e;
}

.faqs-accordion .accordion__heading {
  border: none;
}

.faqs-accordion .accordion__button {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  font-family: "myriadpro-bold";
  font-size: 16px;
  color: #fd3f4e;
  padding: 12px 40px;
}

@media (min-width: 769px) {
  .faqs-accordion .accordion__button {
    padding: 12px 24px;
  }
}

.faqs-accordion .accordion__button:focus {
  outline: none;
}

.faqs-accordion .accordion__button:hover {
  background-color: transparent;
}

.faqs-accordion .accordion__button:before {
  position: absolute;
  top: calc(50% - 5px);
  right: 14px;
  border-bottom: 2px solid #fd3f4e;
  border-right: 2px solid #fd3f4e;
}

.faqs-accordion .accordion__panel {
  padding: 12px 60px;
}

