.text-orange {
  color: #ff7900 !important; }

.text-orange2 {
  color: #f16e00; }

.text-black {
  color: #000; }

.text-white {
  color: #fff; }

.text-grey-light {
  color: #d6d6d6; }

.text-grey-mid {
  color: #8f8f8f; }

.text-grey-dark {
  color: #595959; }

.text-blue {
  color: #4bb4e6; }

.text-green {
  color: #50be87; }

.text-pink {
  color: #ffb4e6; }

.text-purple {
  color: #a885d8; }

.text-yellow {
  color: #ffd200; }

.text-error {
  color: #cd3c14; }

.text-succes {
  color: #32c832; }

.text-info {
  color: #527edb; }

.text-warning {
  color: #fc0; }

.text-grey-d1 {
  color: #333; }

.text-grey-d2 {
  color: #666; }

.text-grey-d3 {
  color: #999; }

.text-grey-l1 {
  color: #ccc; }

.text-grey-l2 {
  color: #ddd; }

.text-grey-l3 {
  color: #eee; }

.text-yoxo-purple {
  color: #43288a !important; }

.text-yoxo-yellow {
  color: #ffe900 !important; }

.background-orange {
  background-color: #ff7900; }

.background-orange2 {
  background-color: #ff7900; }

.background-black {
  background-color: #000; }

.background-white {
  background-color: #fff; }

.background-grey-light {
  background-color: #d6d6d6; }

.background-grey-mid {
  background-color: #8f8f8f; }

.background-grey-dark {
  background-color: #595959; }

.background-blue {
  background-color: #4bb4e6; }

.background-green {
  background-color: #50be87; }

.background-pink {
  background-color: #ffb4e6; }

.background-purple {
  background-color: #a885d8; }

.background-yellow {
  background-color: #ffd200; }

.background-error {
  background-color: #cd3c14; }

.background-succes {
  background-color: #32c832; }

.background-info {
  background-color: #527edb; }

.background-warning {
  background-color: #fc0; }

.background-grey-d1 {
  background-color: #333; }

.background-grey-d2 {
  background-color: #666; }

.background-grey-d3 {
  background-color: #999; }

.background-grey-l1 {
  background-color: #ccc; }

.background-grey-l2 {
  background-color: #ddd; }

.background-grey-l3 {
  background-color: #eee; }

.background-yoxo-purple {
  background-color: #43288a !important; }

.background-yoxo-yellow {
  background-color: #ffe900 !important; }

.text-orange-hover:hover {
  color: #ff7900 !important; }

.fill-white {
  fill: #fff; }

.fill-orange {
  fill: #ff7900; }

.fill-disable {
  fill: #999; }

.oro-section-breadcrumb {
  display: none; }

.w-42 {
  width: 42%; }

del {
  position: relative; }

.bg-green-color {
  background-color: #4ebe85; }

label {
  color: #000;
  margin-bottom: 16px; }

.w-70 {
  width: 70%; }

.modal-dialog {
  margin: 2rem; }

.modal-dialog .modal-content {
  border-radius: 5px; }

.modal-dialog .modal-content .modal-header .close .closeIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  opacity: 1; }

.modal-dialog .modal-content .modal-header .close .closeIcon:hover {
  opacity: 1; }

.modal-dialog .modal-content .modal-header .close .closeIcon:before, .modal-dialog .modal-content .modal-header .close .closeIcon:after {
  position: absolute;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #000;
  top: 9px; }

.modal-dialog .modal-content .modal-header .close .closeIcon:before {
  transform: rotate(45deg); }

.modal-dialog .modal-content .modal-header .close .closeIcon:after {
  transform: rotate(-45deg); }

.modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1; }

@media (min-width: 576px) {
  .modal-dialog {
    margin: 2.75rem auto; } }

#form-contact-input {
  background-color: transparent;
  border: 1px solid #979797;
  padding: 10px;
  margin-bottom: 20px;
  color: #000; }

.gdpr-section {
  font-size: 13px;
  margin-bottom: 10px;
  position: relative;
  display: flex; }

#grpd-check-leads {
  position: static;
  opacity: 100%;
  border: 2px solid #ddd;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex: 0 20px; }

#grpd-check-leads:checked::after {
  display: flex;
  content: '';
  left: 0;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #ff7900;
  background-image: url(https://www.orange.ro/imagini/nl/checked.png);
  background-position: 50%; }

.plus-sign-custom2 {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #ff7900;
  color: #000;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  line-height: 15px; }

.more-label {
  display: none; }

.dis {
  flex: 0 90%;
  color: #000; }

.item-description {
  font-size: 13px; }

#submitContactRequest[disabled] {
  opacity: 0.6 !important;
  pointer-events: none !important; }

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

.alert-alertbox {
  background-color: #000 !important;
  position: fixed !important;
  right: -30px;
  bottom: 68px;
  transform: translate(-20%, 0%);
  z-index: 101;
  width: 30%;
  color: #000;
  border-radius: 10px;
  border: 3px solid #999; }

.alert .close {
  margin-top: 10px;
  margin-right: 14px;
  opacity: 1; }

@media (max-width: 1268px) {
  .alert-alertbox {
    width: 50%; } }

@media only screen and (max-width: 769px) {
  .alert-alertbox {
    width: 90%;
    left: 20%; }
  .alert p {
    font-size: 11px; } }

#success-body .item-description {
  color: #fff !important; }

.rectangle {
  border: 1px solid #797979;
  border-radius: 5px; }

.rectangle-avantaje {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.5);
  border-radius: 3px; }

.gg-chevron-right {
  height: 32px; }

.gg-chevron-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  border-bottom: 5px solid;
  border-right: 5px solid;
  transform: rotate(-45deg);
  float: right;
  color: #dadada; }

.packages {
  width: 100% !important;
  display: flex;
  justify-content: center;
  left: 50% !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%); }

.packages .swiper-pagination-bullet {
  border-radius: 0 !important;
  max-width: 50%;
  flex: auto !important;
  height: 20px;
  margin: 0 !important;
  padding: 0;
  position: relative;
  background: 0 0;
  border: 0;
  color: transparent;
  opacity: 1; }

.packages .swiper-pagination-bullet:before {
  background-color: #fff !important;
  opacity: 1 !important;
  height: 0.286rem !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 32px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.packages .swiper-pagination-bullet-active:before {
  background-color: #ff7900 !important; }

@media only screen and (min-width: 768px) {
  .packages {
    display: none; } }

.swiper-scrollbar {
  border-radius: 0;
  background: #fff;
  height: 2px !important; }

.swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background: #ff7900 !important;
  height: 2.5px !important; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  opacity: 1 !important;
  color: #fff;
  height: 32px;
  position: absolute;
  bottom: 10px;
  transform: translateY(-40%); }

.swiper-button-prev {
  opacity: 1 !important;
  left: 34%; }

.swiper-button-prev:after {
  transform: rotate(135deg);
  float: left; }

@media only screen and (min-width: 768px) {
  .swiper-button-prev:after {
    width: 21px;
    height: 21px; } }

.swiper-button-next {
  right: 34%; }

@media only screen and (min-width: 1700px) {
  .js-pachete-online-internet {
    overflow: visible;
    clip-path: inset(-100vw -12vw -100vw 0); } }

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }

.bg-hbo {
  background-image: url(https://www.orange.ro/docs/love/homepage/bg-hbo-mobile.webp);
  min-height: 300px; }

@media only screen and (min-width: 768px) {
  .bg-hbo {
    min-height: 250px;
    background-image: url(https://www.orange.ro/docs/love/homepage/vizual-hbo.webp); } }

.bg-tv-satelit {
  background-image: url(https://www.orange.ro/docs/love/homepage/vizual-tv.webp);
  min-height: 180px; }

@media only screen and (min-width: 768px) {
  .bg-tv-satelit {
    min-height: 250px; } }

.bg-section {
  background-image: url(https://www.orange.ro/docs/love/homepage/bg-section-love.webp);
  min-height: 180px; }

@media only screen and (min-width: 768px) {
  .bg-section {
    min-height: 400px; } }

.negmargin {
  margin-top: -50px; }

@media only screen and (min-width: 768px) {
  .negmargin {
    margin-top: -150px; } }

.package-bg {
  background-color: #272727; }

.c-grey-text {
  color: #818181; }

.package-bg-lijXMZ, .package-bg-nlR7Xf {
  background: #ff7900; }

.package-bg-lijXMZ .gg-check:after, .package-bg-nlR7Xf .gg-check:after {
  color: #fff; }

.package-bg-lijXMZ .btn-white, .package-bg-nlR7Xf .btn-white {
  margin-top: 20px; }

.package-bg-lijXMZ .btn-white:hover, .package-bg-nlR7Xf .btn-white:hover {
  background-color: #fff !important; }

.border-radius-hero {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.read-more-content {
  display: none; }

.bg-hero {
  border-radius: 5px;
  border: 1px solid #535353;
  background-image: url(https://www.orange.ro/docs/love/homepage/bg-internet4g.webp);
  background-position: 90%; }

@media only screen and (min-width: 768px) {
  .bg-hero {
    background-image: url(https://www.orange.ro/docs/love/homepage/bg-internet4g.webp); } }

.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 32px;
  height: 20px;
  border: 3px solid transparent;
  border-radius: 100px; }

.gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -10px;
  color: #ff7900;
  width: 8px;
  height: 18px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg); }

.gg-chevron-right {
  height: 32px;
  position: absolute;
  right: 24px;
  top: 87%;
  transform: translateY(-38%); }

.gg-chevron-right:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(-45deg);
  float: right;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .gg-chevron-right:after {
    width: 21px;
    height: 21px; } }

@media only screen and (min-width: 768px) {
  .gg-chevron-right {
    top: 50%;
    right: 30px; } }

.gg-chevron-love {
  right: 31px;
  top: 85%;
  transform: translateY(-50%); }

.gg-chevron-love:after {
  width: 17px;
  height: 17px; }

@media only screen and (min-width: 768px) {
  .gg-chevron-love {
    right: 38px;
    top: 88%; } }

.swiper-scrollbar {
  width: 100% !important;
  left: 0 !important; }

.f13 {
  font-size: 13px; }

.line-height15 {
  line-height: 15px; }

.slideOffer {
  min-height: 455px;
  padding: 1rem;
  background-repeat: no-repeat;
  border: 1px solid #333; }

.slideOffer img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  color: transparent; }

@media only screen and (min-width: 992px) {
  .slideOffer {
    min-height: 565px;
    padding: 2rem 2rem 3rem; } }

.f14fmd16 {
  font-size: 14px; }

@media only screen and (min-width: 768px) {
  .f14fmd16 {
    font-size: 16px; } }

.swiper-pagination-custom {
  bottom: 0; }

.c-gray {
  color: #bbb; }

@media (min-width: 768px) {
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .w-md-auto {
    width: auto; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto; } }

.titlefaq span {
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .titlefaq span {
    font-size: 14px; } }

.bg-dark-grey {
  background-color: #383838; }

.bg-dark-grey input::placeholder {
  color: #999; }

.dis {
  color: #fff !important; }

.mt-price {
  margin-top: -10px; }

@media only screen and (min-width: 1600px) {
  .container-diff {
    max-width: 1520px; } }

.background-grey-d1 {
  background-color: #333; }

.faqShowMore {
  background: #000;
  background: -moz-linear-gradient(0, black 50%, transparent 100%);
  background: -webkit-linear-gradient(0, black 50%, transparent 100%);
  background: linear-gradient(0deg, black 50%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }

.border-radius-hero-left {
  border-top-left-radius: 5px; }

.border-radius-hero-right {
  border-top-right-radius: 5px; }

.separator {
  border-top: 1px solid #353535; }

.pachet-vyfmuJ .pachet-netflix {
  display: none !important; }

.modalCanaleTv .fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s; }

.modalCanaleTv .fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease 0s; }

.modalCanaleTv .modal-lg {
  max-width: 100%; }

@media only screen and (min-width: 1350px) {
  .modalCanaleTv .modal-lg {
    max-width: 50% !important; } }

.modalCanaleTv .modal-header {
  border-bottom: none; }

.modalCanaleTv .modal-footer {
  border-top: none; }

.modalCanaleTv .btn-type {
  background-color: transparent;
  font-size: 16px;
  border: none; }

.modalCanaleTv .btn-channels {
  background-color: transparent;
  font-size: 16px;
  font-weight: 100;
  border: none; }

.modalCanaleTv .btn-search-channels {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 19px;
  top: 2px; }

.modalCanaleTv .close .closeIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  opacity: 1; }

.modalCanaleTv .close .closeIcon:before, .modalCanaleTv .close .closeIcon:after {
  position: absolute;
  content: " ";
  height: 23px;
  width: 2px;
  background-color: #979797; }

.modalCanaleTv .close .closeIcon:before {
  transform: rotate(45deg); }

.modalCanaleTv .close .closeIcon:after {
  transform: rotate(-45deg); }

.modalCanaleTv .search-input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ff7900;
  font-size: 16px;
  margin-top: 5px;
  font-weight: 200; }

.modalCanaleTv .bg-gray-tv {
  background-color: #eee; }

.modalCanaleTv .allChannelsTable {
  border-top-width: 0 !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-color: #eee !important;
  border-style: solid; }

.modalCanaleTv .allChannelsTable .table-channels {
  background-color: #eee !important;
  border-top: 1px solid #fff; }

.modalCanaleTv .allChannelsTable tr {
  border-top: 1px solid #eee; }

.modalCanaleTv .allChannelsTable td {
  vertical-align: middle; }

.modalCanaleTv .allChannelsTableFilter {
  border-top-width: 1px !important;
  border-bottom-width: 0 !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-color: #eee !important;
  border-style: solid; }

.modalCanaleTv .mh50 {
  max-height: 40px; }

.modalCanaleTv .custom-checkbox {
  border-bottom: 1px solid #eee; }

.modalCanaleTv .custom-control {
  padding: 0;
  display: flex;
  align-items: center; }

.modalCanaleTv .custom-control .channelType {
  position: static;
  opacity: 100%;
  border: 2px solid #ddd;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.modalCanaleTv .custom-control .channelType:after {
  display: flex;
  content: " ";
  height: 20px;
  width: 20px;
  border: solid 2px #ddd;
  background: 0 0;
  margin-right: 10px;
  cursor: pointer; }

.modalCanaleTv .searchElement {
  border: 1px solid #b7b7b7;
  color: #787878; }

.modalCanaleTv #inputSearchChannels {
  height: 30px;
  border: 0; }

@media only screen and (min-width: 670px) {
  .modalCanaleTv #inputSearchChannels {
    height: 35px; } }

.modalCanaleTv .btn-channels {
  min-width: 70px;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  padding: 5px 10px !important;
  background-color: #eee; }

.modalCanaleTv .btn-channels:after {
  color: #666;
  margin-right: 0;
  float: right;
  margin-top: 7px;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  border-left: 5px solid transparent; }

@media only screen and (min-width: 480px) {
  .modalCanaleTv .btn-channels {
    min-width: 100px; } }

@media only screen and (min-width: 992px) {
  .modalCanaleTv .btn-channels {
    min-width: 125px; } }

.modalCanaleTv .channelType:checked::after {
  display: flex;
  content: "";
  left: 0;
  position: relative;
  top: 0;
  width: 9px;
  height: 7px;
  border: solid 1px #ff7900;
  background-image: url(https://www.orange.ro/docs/servicii-fixe/tv/tv-go/checked-tv-go.png);
  background-position: 50%; }

.modalCanaleTv .dropdown-item.active {
  background-color: #fff;
  color: #000; }

.modalCanaleTv table tbody {
  display: block;
  min-height: 310px;
  max-height: 270px;
  overflow-y: auto; }

.modalCanaleTv table tbody::-webkit-scrollbar {
  width: 11px; }

.modalCanaleTv table tbody {
  scrollbar-width: thin; }

.modalCanaleTv table tbody::-webkit-scrollbar-track {
  background: #f8f8f8; }

.modalCanaleTv table tbody::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 6px;
  border: 2px solid #000;
  height: 70px; }

.modalCanaleTv input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button; }

.modalCanaleTv input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://www.orange.ro/docs/servicii-fixe/tv/tv-go/optiuni-tv-go/close.svg) no-repeat 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none; }

.modalCanaleTv input[type=search]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all; }

.modalCanaleTv input[type=search].dark::-webkit-search-cancel-button {
  filter: invert(1); }

.modalCanaleTv table thead, .modalCanaleTv table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

.modalCanaleTv .table thead tr th {
  border-bottom-width: 0 !important;
  vertical-align: middle; }

.modalCanaleTv .search-btn {
  cursor: pointer; }

.modalCanaleTv .channel-list .show {
  display: table; }

.modalCanaleTv .channel-list .hide {
  display: none; }

.modalCanaleTv .dropdownChannels {
  border: 1px solid #eee;
  min-width: 100px; }

@media only screen and (max-width: 575px) {
  .modalCanaleTv .dropdownChannels {
    margin-top: 50px;
    transform: translateX(-50%) !important;
    left: 50% !important;
    width: 100%;
    padding: 0; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .modalCanaleTv .dropdownChannels {
    transform: translateX(50%) !important;
    margin-top: 50px; } }

@media only screen and (min-width: 992px) {
  .modalCanaleTv .dropdownChannels {
    min-width: 125px; } }

.modalCanaleTv #dropdownChannels {
  position: relative; }

.modalCanaleTv .custom-list-options {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.modalCanaleTv .custom-list-options li {
  padding-left: 22px;
  padding-top: 6px;
  padding-bottom: 5px;
  position: relative;
  cursor: pointer; }

.modalCanaleTv .custom-list-options li:not(:last-of-type) {
  border-bottom: 1px solid #eee; }

.modalCanaleTv .custom-list-options li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #b1b1b1;
  top: 9px;
  position: absolute;
  left: 5px;
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .modalCanaleTv .custom-list-options li:before {
    left: 10px; } }

.modalCanaleTv .custom-list-options li.active:before {
  border-color: #ff7900;
  top: 50%;
  transform: translateY(-50%); }

.modalCanaleTv .custom-list-options li.active:after {
  content: "";
  position: absolute;
  top: 50%;
  background-image: url(https://www.orange.ro/docs/servicii-fixe/tv/tv-go/checked-tv-go-small.png);
  background-position: 50%;
  width: 7px;
  height: 5px;
  background-repeat: no-repeat;
  left: 8%;
  transform: translateY(-50%); }

@media only screen and (min-width: 768px) {
  .modalCanaleTv .custom-list-options li.active:after {
    left: 12%; } }

@media only screen and (min-width: 992px) {
  .modalCanaleTv .custom-list-options li.active:after {
    left: 10%; } }

@media only screen and (min-width: 768px) {
  .modalCanaleTv .custom-list-options li {
    padding-left: 30px; } }

.modalCanaleTv .innactive {
  opacity: .4;
  pointer-events: none; }

@media only screen and (max-width: 767px) {
  .modalCanaleTv .packageTitle {
    font-size: 21px; } }

.modalCanaleTv .h30px {
  height: 30px; }

.modalCanaleTv .gray100 {
  background-color: #f8f8f8; }

.modalCanaleTv .gray1000 {
  background-color: #f3f3f3; }

.modalCanaleTv .choice-label {
  cursor: pointer;
  color: #a8a8a8; }

.modalCanaleTv .choice-option {
  color: #a8a8a8; }

.modalCanaleTv .choice {
  color: #a8a8a8;
  width: 17px;
  height: 17px;
  position: relative; }

.modalCanaleTv .choice:after {
  border: 2px solid #a8a8a8;
  width: 17px;
  height: 17px;
  content: "";
  border-radius: 50%;
  position: absolute; }

.modalCanaleTv .choice:checked::after {
  display: flex;
  content: "";
  left: 0;
  position: relative;
  top: 0;
  width: 17px;
  height: 17px;
  border: solid 1px #ff7900;
  background-image: url(https://www.orange.ro/imagini/nl/checked.png);
  background-position: 50%;
  border-radius: 50%;
  background-repeat: no-repeat; }

.modalCanaleTv input[type=radio]:checked + .choice-option {
  color: #ff7900; }

.modalCanaleTv .tvincluded {
  font-size: 11px; }

@media only screen and (min-width: 576px) {
  .modalCanaleTv .tvincluded {
    font-size: 12px; } }

@media only screen and (min-width: 768px) {
  .modalCanaleTv .tvincluded {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .modalCanaleTv .marginMoreTvIncluded {
    margin-bottom: 1.5rem !important; } }

@media only screen and (max-width: 480px) {
  .modalCanaleTv #dropdownChannelsGenre {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
    max-height: 28px; }
  .modalCanaleTv #dropdownChannelsGenre #genCanale {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60px;
    display: block;
    margin-right: 10px; }
  .modalCanaleTv #dropdownChannelsGenre:after {
    top: 50%;
    transform: translateY(-17px);
    right: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modalCanaleTv .dropdownChannelsGenre {
    min-width: 120px; } }

@media only screen and (min-width: 1200px) {
  .modalCanaleTv .pb-xl-0 {
    padding-bottom: 0 !important; } }

.oldPrice {
  position: relative; }

.oldPrice:after {
  content: "";
  width: 135%;
  position: absolute;
  left: -6px;
  top: 47%;
  border-top: 3px solid #fff;
  transform: rotate(-25deg); }

@media only screen and (min-width: 768px) {
  .mt-neg10px {
    margin-top: -10px; } }

.bottomComponent #bottomLeadsBar {
  transition-duration: 1s;
  background-color: #50be87 !important; }

.bottomComponent #bottomLeadsBar .widget-title {
  color: #fff !important; }

.bottomComponent #bottomLeadsBar .btn-primary {
  width: auto !important;
  margin-top: 0 !important; }

@media screen and (max-width: 768px) {
  .bottomComponent #bottomLeadsBar .btn-primary .contactButton {
    color: #fff;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
    background: 0 0 !important;
    border-color: transparent !important;
    font-size: 14px; } }

@media only screen and (min-width: 768px) {
  .bottomComponent #bottomLeadsBar .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
    padding: 0 1.5rem !important;
    font-size: 14px !important;
    line-height: 36px !important;
    height: 40px !important; } }

.bottomComponent .close-bar {
  line-height: 36px; }

.w-40px {
  width: 40px; }

.blurLine:nth-child(1) .card-body .blur {
  position: relative;
  width: 100vw; }

.blurLine:nth-child(1) .card-body .blur:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  opacity: .35;
  display: flex;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100vw;
  right: 70px; }

.tabs-thumbs {
  padding: 0; }

.tabs-thumbs .swiper-slide {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 120px;
  text-align: center;
  border: 1px solid #272727;
  border-bottom-width: 0;
  height: 58px; }

.tabs-thumbs .swiper-slide-active {
  background-color: #272727;
  border-top: 2px solid #ff7900;
  border-left: 2px solid #ff7900;
  border-right: 2px solid #ff7900;
  height: 60px; }

.tabs-thumbs .swiper-slide-active:after, .tabs-thumbs .swiper-slide-active:before {
  background-color: #ff7900;
  height: 2px;
  content: '';
  width: calc(100vw - 200px);
  position: absolute;
  bottom: 0; }

.tabs-thumbs .swiper-slide-active:after {
  right: calc(-100vw + 120px);
  width: calc(100vw - 120px); }

.tabs-thumbs .swiper-slide-active:before {
  left: calc(-100vw + 200px); }

.tabs-thumbs .swiper-slide-active.specialCard {
  background-color: #ff7900; }

.swiper-slide .card-body .blurLine {
  position: relative; }

.swiper-slide .card-body .blurLine:after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  opacity: .35;
  display: flex;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100vw;
  left: 0; }

.specialCard {
  background-color: #ff7900; }

.rectangle {
  border: 1px solid #797979;
  border-radius: 5px; }

.rightPositionTextStripe {
  position: absolute;
  left: 0; }

.h-160px {
  height: 170px; }

.h-60px {
  height: 60px; }

.h-30px {
  height: 30px; }

.h-15px {
  height: 15px; }

.h-20px {
  height: 20px; }

.w-230px {
  width: 230px; }

.w-80px {
  width: 80px; }

.f15 {
  font-size: 15px; }

.textPositionFeaturesCard {
  position: relative;
  top: 2px; }

.b-dark-grey {
  background-color: #1e1e1e; }

.b-dark-grey .specialCard {
  background-color: #ff7900; }

.dotted-right {
  border-right: 1px dotted #fff;
  padding: 10px;
  height: 50px; }

.box-height {
  height: 40px; }

.header-img {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 57%, #000000 100%), url(https://www.orange.ro/docs/love/homepage/header-love-aug-2024-v2.png);
  background-size: initial;
  background-repeat: no-repeat;
  background-position: 100% -24%; }

.discountImg {
  background-image: url(https://www.orange.ro/docs/love/bf-2024/reducere-50-suta-24-luni%20background.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.benefits-box {
  background-image: url(https://www.orange.ro/docs/servicii-fixe/plata-netflix-factura-orange/vizual-background-netflix.jpg);
  height: 470px;
  background-size: cover;
  background-repeat: no-repeat; }

.bounceImg {
  position: absolute;
  animation: bounce 10s infinite;
  right: -10px;
  top: -6px;
  width: 100px; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }

@media screen and (max-width: 1200px) {
  .benefits-box {
    height: 700px; }
  .b-grey-middle {
    background-color: #272727; }
  .header-img {
    background-image: url(https://www.orange.ro/docs/love/homepage/header-love-aug-2024-v2.png);
    background-position: 100% -15px;
    background-size: contain; }
  .bounceImg {
    position: absolute;
    animation: bounce 10s infinite;
    right: 0;
    top: 10px;
    width: 86px; } }

@media screen and (max-width: 768px) {
  .tabs-thumbs {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 568px) {
  .swiper-slide .card-body .blurLine {
    position: relative; }
  .swiper-slide .card-body .blurLine:after {
    left: -14px; } }

.maxWidth {
  max-width: 1600px; }

.overflow-x-hidden {
  overflow-x: hidden; }

.rightBorder {
  border-right: 2px solid #fff;
  padding: 0 14px;
  height: 24px; }

.rightBorderBlack {
  border-right: 2px solid #000;
  padding: 0 14px;
  height: 24px; }

.nav-tabs .nav-link {
  background-color: transparent; }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background: 0 0;
  color: #fff; }

.borderBottom {
  border-bottom: 3px solid #ff7900;
  margin-top: 8px; }

@media only screen and (max-width: 767px) {
  .nav-tabs li {
    flex-grow: 1; } }

@media screen and (max-width: 768px) {
  .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    font-size: 14px; }
  .paddingLeftMobile {
    padding-left: 126px; }
  .paddingRightMobile {
    padding-right: 136px; }
  #myTab {
    display: block;
    white-space: nowrap;
    float: none !important; }
  #myTab li {
    display: inline-block; } }

@media (min-width: 768px) {
  .f20-md {
    font-size: 20px !important; } }

.d-removeElement {
  display: none !important; }

.w-53px {
  width: 53px; }

.borderHeaderBottom {
  border-bottom: 1px solid #666; }

.gradientBg {
  background: linear-gradient(#000, #101323); }

.gradientBgCard {
  background: linear-gradient(to bottom left, #000 0%, #101323 100%); }

.position {
  position: absolute; }

.dashedBorder {
  position: relative; }

.dashedBorder:after {
  content: " ";
  position: absolute;
  border-right: 1px dashed #3b3b3b;
  top: 10%;
  right: 0;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto; }

.cardBorder {
  border: 1px solid #737373;
  border-radius: 5px; }

.borderBottom {
  border: 1px dashed #737373; }

.wh-55 {
  width: 55px;
  height: 55px; }

.wh-30 {
  width: 30px;
  height: 30px; }

.imgPosition {
  height: 270px;
  position: relative;
  width: auto;
  right: 0;
  left: 50%; }

@media (max-width: 1200px) {
  .imgPosition {
    height: auto;
    width: auto;
    right: 0;
    position: static; } }

@media (max-width: 768px) {
  .sectionHeaderOnMobile {
    position: relative;
    margin-top: -40%; }
  .position {
    position: relative; }
  .gradientBg {
    background: #000; } }
