.portlet-decorate .portlet-content {
	padding: 0;
	border: 0;
	background: transparent;
}

.portlet-journal-content .portlet .portlet-header {
	position: absolute;
	z-index: 2;
}

.stweb__op2-banner-timer {
	background: linear-gradient(90.73deg, #0b2739 7.48%, #a13ea1 51.21%, #196ea5 104.16%);
	box-shadow: 0px 2px 4px rgba(11, 39, 57, 0.05);
	text-align: center;
	padding: 6px 0;
	position: relative;
	overflow: hidden;
}
.stweb-btn {
	display: inline-block;
    padding: 12px 10px;
    font-weight: 700;
    border: 0;
    border-radius: .375rem;
    line-height: 1;
    color: #019df4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .15s ease;
    background: inherit;
    border-style: solid;
}
.stweb-btn:hover {
	color: #fff;
    text-decoration: none;
}

.stweb-btn--round {
	padding-left: 32px;
    padding-right: 32px;
    border-radius: 50px;
}

.stweb-btn--cian {
    background: #019df4;
    color: #fff;
}

.stweb-btn--cian:active {
    color: #fff;
    background: #019df4;
    outline: 0;
}

.stweb-btn--outline-cian {
	border: 1px solid #019df4;
    color: #019df4;
}

.stweb-btn--outline-cian:hover {
	color: #019df4;;
}


@media (min-width: 992px) {
	.stweb__op2-banner-timer {
		padding: 9px 0;
   }
}
.stweb__op2-banner-timer .banner-timer-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.stweb__op2-banner-timer .banner-timer-right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.stweb__op2-banner-timer .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.stweb__op2-banner-timer .title {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 0px #40104b;
	position: relative;
}
@media (min-width: 768px) {
	.stweb__op2-banner-timer .title {
		font-size: 20px;
		line-height: 28px;
		text-shadow: 0px 2px 0px #642a72;
   }
}
.stweb__op2-banner-timer .countdown {
	position: relative;
	display: flex;
	margin-left: 16px;
}
.stweb__op2-banner-timer .countdown #days {
	display: none;
}
.stweb__op2-banner-timer .countdown .separator {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 4px;
	border: 0;
	margin: 0;
}
.stweb__op2-banner-timer .countdown .item {
	background: #019df4;
	border-radius: 4px;
	width: 36px;
	height: 38px;
}
@media (min-width: 768px) {
	.stweb__op2-banner-timer .countdown .item {
		width: 42px;
		height: 42px;
   }
}
.stweb__op2-banner-timer .countdown .item .number {
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
@media (min-width: 768px) {
	.stweb__op2-banner-timer .countdown .item .number {
		font-size: 18px;
		line-height: 28px;
   }
}
.stweb__op2-banner-timer .countdown .item .text {
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -9px;
}
@media (min-width: 768px) {
	.stweb__op2-banner-timer .countdown .item .text {
		font-size: 14px;
   }
}
.stweb__op2-banner-hero {
	height: 329px;
	position: relative;
}
@media (min-width: 768px) {
	.stweb__op2-banner-hero {
		height: 280px;
   }
}
.stweb__op2-banner-hero .banner-hero__container {
	height: 100%;
}
.stweb__op2-banner-hero .banner-hero__item {
	width: 100%;
	max-width: 1110px;
	margin: auto;
	height: 100%;
}
.stweb__op2-banner-hero .picture--bg img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
}
.stweb__op2-banner-hero .content {
	position: relative;
	z-index: 2;
	height: 153px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 58px;
}
@media (min-width: 768px) {
	.stweb__op2-banner-hero .content {
		padding-top: 8px;
   }
}
.stweb__op2-banner-hero .content .bg-elipsi {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 255px;
	margin: auto;
}
.stweb__op2-banner-hero .content .bg-elipsi img {
	max-width: none;
	left: -191px;
	top: -191px;
	position: relative;
}
.stweb__op2-banner-hero .content .promotion {
	position: relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
}
.stweb__op2-banner-hero .content .promotion--pmt {
	display: block;
}
.stweb__op2-banner-hero .swiper-arrow {
	width: 100%;
	position: absolute;
	max-width: 1110px;
	padding: 0 15px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.stweb__op2-banner-hero .swiper-button-prev {
	left: 0;
}
.stweb__op2-banner-hero .swiper-button-next {
	right: 0;
}
.stweb__op2-banner-hero .swiper-button-next.swiper-button-disabled, .stweb__op2-banner-hero .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.stweb__op2-banner-hero .swiper-button-prev, .stweb__op2-banner-hero .swiper-button-next {
	position: relative;
	top: 0;
	font-size: 10px;
	width: 28px;
	height: 28px;
	margin-top: 0px;
	border-radius: 50%;
	background-color: #019df4;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
	.stweb__op2-banner-hero .swiper-button-prev, .stweb__op2-banner-hero .swiper-button-next {
		font-size: 12px;
   }
}
.stweb__op2-banner-hero .swiper-button-prev::after, .stweb__op2-banner-hero .swiper-button-next::after {
	content: inherit;
}
.stweb__op2-banner-hero .swiper-button-prev.swiper-button-disabled, .stweb__op2-banner-hero .swiper-button-next.swiper-button-disabled {
	background-color: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.stweb__op2-banner-hero .swiper-button-prev.swiper-button-disabled > .icon path, .stweb__op2-banner-hero .swiper-button-next.swiper-button-disabled > .icon path {
	stroke: #80cef9;
}
.stweb__op2-banner-hero .swiper-button-prev > .icon path, .stweb__op2-banner-hero .swiper-button-next > .icon path {
	stroke: #fff;
}
.stweb__op2-banner-hero .swiper-button-prev:focus, .stweb__op2-banner-hero .swiper-button-next:focus {
	outline: none;
}
.stweb__op2-plan-carousel {
	position: relative;
	margin-top: -124px;
	padding: 0 0 60px;
}
@media (min-width: 768px) {
	.stweb__op2-plan-carousel {
		margin-top: -95px;
		padding: 0 0 80px;
   }
}
.stweb__op2-plan-carousel .container {
	position: relative;
}
.stweb__op2-plan-carousel .swiper {
	margin: 0 auto;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan__swiper .swiper-wrapper {
		display: block;
   }
}
.stweb__op2-plan-carousel .swiper-slide {
	padding: 15px 10px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .swiper-slide {
		padding: 15px 10px;
   }
}
.stweb__op2-plan-carousel .swiper-button-prev {
	right: -30px;
	left: auto;
	top: var(--swiper-navigation-top-offset, 47%);
}
.stweb__op2-plan-carousel .swiper-button-next {
	right: -30px;
	top: var(--swiper-navigation-top-offset, 53%);
}
.stweb__op2-plan-carousel .swiper-button-prev, .stweb__op2-plan-carousel .swiper-button-next {
	font-size: 10px;
	width: 28px;
	height: 28px;
	margin-top: 0px;
	border-radius: 50%;
	background-color: #019df4;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
	.stweb__op2-plan-carousel .swiper-button-prev, .stweb__op2-plan-carousel .swiper-button-next {
		font-size: 12px;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .swiper-button-prev, .stweb__op2-plan-carousel .swiper-button-next {
		display: none;
   }
}
.stweb__op2-plan-carousel .swiper-button-prev::after, .stweb__op2-plan-carousel .swiper-button-next::after {
	content: inherit;
}
.stweb__op2-plan-carousel .swiper-button-prev.swiper-button-disabled, .stweb__op2-plan-carousel .swiper-button-next.swiper-button-disabled {
	background-color: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1200px){
	.stweb__op2-plan-carousel .swiper-button-prev.swiper-button-disabled, .stweb__op2-plan-carousel .swiper-button-next.swiper-button-disabled{
		display: none;
	}
}
.stweb__op2-plan-carousel .swiper-button-prev.swiper-button-disabled > .icon path, .stweb__op2-plan-carousel .swiper-button-next.swiper-button-disabled > .icon path {
	stroke: #019df4;
}
.stweb__op2-plan-carousel .swiper-button-prev > .icon path, .stweb__op2-plan-carousel .swiper-button-next > .icon path {
	stroke: #fff;
}
.stweb__op2-plan-carousel .plan-box {
	position: relative;
	background: #fff;
	box-shadow: 0px 7px 8px rgba(11, 39, 57, 0.02), 0px 5px 22px rgba(11, 39, 57, 0.12);
	border-radius: 8px;
	padding: 24px 0px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box {
		overflow: hidden;
		padding: 24px 0px 0;
   }
}
.stweb__op2-plan-carousel .plan-box.active .box__footer .link--more .svg--inline {
	transform: rotate(180deg);
}
.stweb__op2-plan-carousel .plan-box.plan-box-great {
	padding: 0px 0px 24px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box.plan-box-great {
		padding: 0px;
   }
}
.stweb__op2-plan-carousel .plan-box.plan-box-great .box__info {
	padding-top: 24px;
}
.stweb__op2-plan-carousel .plan-box.plan-box-only {
	max-width: 330px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.stweb__op2-plan-carousel .plan-box.plan-box-only {
		max-width: 202px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__outstanding {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 24px;
	align-items: center;
	background: #a13ea1;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
}
@media (min-width: 576px) {
	.stweb__op2-plan-carousel .plan-box .box__outstanding {
		position: absolute;
		border-radius: 20px;
		width: 97px;
		height: 18px;
		left: calc(50% - 97px/2 + 0.5px);
		top: -9px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info {
	padding: 0 12px 16px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info {
		padding: 0 16px 16px;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas {
		display: flex;
		flex-wrap: wrap;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-full {
		position: relative;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-1 {
		position: relative;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-1::after {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 0;
		right: 0;
		display: block;
		width: 1px;
		height: 36px;
		background-color: #d3d4d3;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-2 {
		position: relative;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-3 {
	position: relative;
	width: 100%;
	margin-top: -2px;
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-megas .megas__col-3 {
		margin-top: 0;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-1 {
	font-size: 18px;
	line-height: 1.2;
	color: #0b2739;
	text-align: center;
	margin-bottom: 5px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-1 {
		font-size: 22px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-2 {
	font-size: 12px;
	line-height: 1.2;
	color: #a13ea1;
	text-align: center;
	margin-bottom: 8px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-2 {
		font-size: 14px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-3 {
	font-size: 38px;
	line-height: 1.2;
	color: #019df4;
	text-align: center;
	margin-bottom: 4px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-3 {
		font-size: 32px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-4 {
	font-size: 12px;
	line-height: 1.2;
	color: #0b2739;
	text-align: center;
	margin-bottom: 8px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: #0b2739;
	text-align: center;
	margin-bottom: 0px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 {
		margin-bottom: 4px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-5.mb-30 {
	margin-bottom: 30px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 .text-symbol {
	font-size: 20px;
	font-weight: 400;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 .text-symbol {
		font-size: 16px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 .text-sub {
	font-size: 12px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-5 .text-sub {
		font-size: 10px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-6 {
	font-size: 12px;
	line-height: 1.2;
	color: #50535a;
	text-align: center;
	margin-bottom: 16px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-6 .text-dto {
	background-color: #e6f5fd;
	border-radius: 20px;
	padding: 0 4px;
	font-weight: 700;
	color: #0b2739;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-7 {
	font-size: 14px;
	line-height: 1.2;
	color: #019df4;
	text-align: center;
	margin-bottom: 4px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-text-7 {
		font-size: 16px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-8 {
	font-size: 12px;
	line-height: 1.2;
	color: #0b2739;
	text-align: center;
	margin-bottom: 16px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-text-8 .text-symbol {
	color: #019df4;
}
.stweb__op2-plan-carousel .plan-box .box__info .button--buy {
	display: block;
	width: 100%;
	font-size: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.stweb__op2-plan-carousel .plan-box .box__info .button--call {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 {
	display: block;
	background: #f4f4f4;
	border-radius: 8px;
	padding: 6px 4px;
	margin-top: 16px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 13px 4px;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-1__col-1 {
		position: relative;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-1__col-2 {
		position: relative;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-text-1 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #0b2739;
	margin-bottom: 5px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-text-1 {
		margin-bottom: 0;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-text-2 {
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #50535a;
	margin-bottom: 0px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-1 .promo-text-2 .text-color {
	color: #019df4;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #f4f4f4;
	border-radius: 8px;
	padding: 8px 4px;
	margin-top: 16px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-col-1 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-col-2 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-image-1 {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-1 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #0b2739;
	margin-bottom: 2px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-1 .text-1__sub {
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #50535a;
	margin-bottom: 0px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-1 .text-1__sub {
		display: inline-block;
		font-size: 8px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-2 {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: #50535a;
	margin-bottom: 0px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-2 {
		font-size: 8px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-text-2 .text-color {
	color: #019df4;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-sticker {
	display: flex;
	align-items: center;
	max-width: 65px;
	margin: 0 auto;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-sticker .sticker__svg {
	font-size: 20px;
}
.stweb__op2-plan-carousel .plan-box .box__info .info-promo-2 .promo-sticker .sticker__text {
	flex: 1;
	display: block;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.15;
	color: #50535a;
	margin-left: 5px;
}
.stweb__op2-plan-carousel .plan-box .box__description {
	padding: 0 12px;
	display: none;
}
@media (min-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description {
		padding: 0 16px;
		display: block !important;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-apps {
	margin-bottom: 16px;
}
@media (min-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .info-apps {
		display: block !important;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-apps p.title {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #50535a;
	text-align: center;
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .info-apps p.title {
		font-size: 14px;
		line-height: 20px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-apps .list-apps {
	display: flex;
	justify-content: space-evenly;
	align-items: baseline;
	margin-top: 5px;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-apps .list-apps figcaption {
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	color: #0b2739;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	border-radius: 8px;
	padding: 4px 4px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 {
		justify-content: space-around;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-col-1 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-col-2 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-image-1 {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 hr {
	border: 1px solid #86888c;
	height: 22px;
	border-radius: 100px;
	margin: 0 11px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 hr {
		display: none;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-1 {
	font-weight: 300;
	font-size: 17.5879px;
	line-height: 25px;
	color: #313235;
	margin: 0;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-1 .text-1__sub {
	display: block;
	font-weight: 400;
	font-size: 8px;
	line-height: 14px;
	color: #50535a;
	margin-bottom: 0px;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-1 .icon {
	vertical-align: baseline;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #0b2739;
	margin-bottom: 0px;
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-2 .text-1__sub {
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: #50535a;
	text-align: center;
	display: block;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-2 .text-1__sub {
		display: inline-block;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .info-promo-3 .promo-text-2 .text-color {
	color: #019df4;
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit {
	display: flex;
	align-items: flex-start;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f6f6f6;
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__icon {
	display: block;
	width: 15px;
	margin-right: 10px;
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__icon img {
	width: auto;
	height: auto;
	vertical-align: top;
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info {
	flex: 1;
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-1 {
	font-size: 12px;
	line-height: 1.2;
	color: #313235;
	margin-bottom: 4px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-1 {
		font-size: 14px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-2 {
	font-size: 12px;
	line-height: 1.2;
	color: #50535a;
	margin-bottom: 4px;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-2 {
		font-size: 14px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-3 {
	font-size: 12px;
	line-height: 1.2;
	color: #86888c;
	margin-bottom: 0;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__description .item__benefit .benefit__info .info-text-3 {
		font-size: 14px;
   }
}
.stweb__op2-plan-carousel .plan-box .box__footer {
	display: none;
	position: relative;
	padding: 0;
}
@media (max-width: 575.98px) {
	.stweb__op2-plan-carousel .plan-box .box__footer {
		display: block;
   }
}
.stweb__op2-plan-carousel .plan-box .box__footer .link--more {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	background-color: transparent;
	border: 0;
	padding: 16px 0 24px;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	color: #019df4;
	outline: 0;
	transition: 0.4s;
}
.stweb__op2-plan-carousel .plan-box .box__footer .link--more .svg--inline {
	height: 13px;
	width: 13px;
	margin-left: 5px;
	filter: invert(51%) sepia(81%) saturate(3888%) hue-rotate(175deg) brightness(101%) contrast(99%);
}
.stweb__op2-plan-carousel .footer {
	padding: 40px 0 0;
}
.stweb__op2-plan-carousel .footer .container {
	padding: 0;
}
.stweb__op2-plan-carousel .footer .title {
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #50535a;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.stweb__op2-plan-carousel .footer .title {
		margin-bottom: 20px;
   }
}
.stweb__op2-plan-carousel .footer .plans-include {
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding: 20px;
}
.stweb__op2-plan-carousel .footer .plans-include__item {
	background: #fff;
	box-shadow: 0px 7px 8px rgba(11, 39, 57, 0.02), 0px 5px 22px rgba(11, 39, 57, 0.12);
	border-radius: 16px;
	display: flex;
	align-items: center;
	width: 255px;
	height: 116px;
	padding: 15px;
}
.stweb__op2-plan-carousel .footer .plans-include__item .picture {
	margin-right: 8px;
}
.stweb__op2-plan-carousel .footer .plans-include__item .content {
	width: 165px;
}
.stweb__op2-plan-carousel .footer .plans-include__item .content .title {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.12px;
	color: #0b2739;
	margin-bottom: 4px;
	text-align: left;
	padding: 0;
}
.stweb__op2-plan-carousel .footer .plans-include__item .content .text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.12px;
	color: #50535a;
}
.stweb__op2-better-phones {
	padding: 40px 0;
	background: #f6f6f6;
}
@media (min-width: 992px) {
	.stweb__op2-better-phones {
		padding: 60px 0 80px;
   }
}
.stweb__op2-better-phones .better-phones__content {
	margin-bottom: 44px;
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .better-phones__content {
		padding-top: 74px;
		margin-bottom: 0;
   }
}
.stweb__op2-better-phones .better-phones__content .badge {
	font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
    padding: 0;
    text-align: left;
    border: 0;
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .better-phones__content .badge {
		margin: 0;
   }
}
.stweb__op2-better-phones .better-phones__content .title {
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 32px;
	color: #0b2739;
	margin-bottom: 24px;
}
@media (min-width: 1199px) {
	.stweb__op2-better-phones .better-phones__content .title {
		width: 326px;
   }
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .better-phones__content .title {
		font-size: 38px;
		line-height: 46px;
   }
}
.stweb__op2-better-phones .better-phones__equipment .equipment {
	width: 100%;
	max-width: 230px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(11, 39, 57, 0.05);
	border-radius: 8px;
	padding: 24px 0;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__picture .picture {
	width: 100%;
	max-width: 230px;
	margin-bottom: 16px;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content {
	padding: 0 15px;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .celebraton img {
	margin-bottom: 8px;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .title {
	margin-bottom: 8px;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .title .link{
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: #50535a;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .title .link:hover{
	text-decoration: none;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .title .link::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .content .text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #50535a;
	display: block;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .content .price {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #313235;
}
.stweb__op2-better-phones .better-phones__equipment .equipment__content .content .price--dscto {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ff374a;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev {
	left: -20px;
}
@media (min-width: 1250px) {
	.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev {
		left: -35px;
   }
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-next {
	right: -20px;
}
@media (min-width: 1250px) {
	.stweb__op2-better-phones .better-phones__equipment .swiper-button-next {
		right: -35px;
   }
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next {
	font-size: 10px;
	width: 28px;
	height: 28px;
	margin-top: 0px;
	border-radius: 50%;
	background-color: #019df4;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	display: none;
}
@media (min-width: 768px) {
	.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next {
		display: flex;
   }
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev::after, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next::after {
	content: inherit;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev.swiper-button-disabled, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next.swiper-button-disabled {
	background-color: #fff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev.swiper-button-disabled > .icon path, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next.swiper-button-disabled > .icon path {
	stroke: #80cef9;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev > .icon path, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next > .icon path {
	stroke: #fff;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-button-prev:focus, .stweb__op2-better-phones .better-phones__equipment .swiper-button-next:focus {
	outline: none;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-pagination {
	width: 100%;
	bottom: -30px;
	display: none;
}
@media (min-width: 768px) {
	.stweb__op2-better-phones .better-phones__equipment .swiper-pagination {
		display: block;
   }
}
.stweb__op2-better-phones .better-phones__equipment .swiper-pagination .swiper-pagination-bullet-active {
	background: #019df4;
}
.stweb__op2-better-phones .better-phones__equipment .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}
.stweb__op2-better-phones .phone-brands {
	margin-top: 48px;
	padding-top: 32px;
	margin-bottom: 20px;
	border-top: 1px solid #d3d4d3;
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .phone-brands {
		padding-top: 40px;
		margin-top: 72px;
   }
}
.stweb__op2-better-phones .phone-brands .title {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #50535a;
	text-align: center;
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .phone-brands .title {
		text-align: left;
		margin: 0;
   }
}
.stweb__op2-better-phones .phone-brands .brand {
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1.07143px solid #f5f5f5;
	border-radius: 8.57143px;
}
@media (min-width: 768px) {
	.stweb__op2-better-phones .phone-brands .brand {
		width: 60px;
   }
}
.stweb__op2-better-phones .phone-brands .brand .link {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stweb__op2-better-phones .phone-brands .brand .picture {
	display: block;
	max-width: 50px;
	width: 100%;
	margin: auto;
}
.stweb__op2-better-phones .phone-brands .brand:hover {
	box-shadow: 0px 7px 8px rgba(11, 39, 57, 0.02), 0px 5px 22px rgba(11, 39, 57, 0.12);
	transition: all 0.25s ease-in-out;
}
.stweb__op2-better-phones .phone-gift {
	margin-top: 30px;
	position: relative;
	padding: 24px 16px;
}
@media (max-width: 992px) {
	.stweb__op2-better-phones .phone-gift {
		height: 162px;
   }
}
@media (min-width: 992px) {
	.stweb__op2-better-phones .phone-gift {
		padding: 24px 60px;
		margin-top: 60px;
   }
}
.stweb__op2-better-phones .phone-gift .row {
	align-items: center;
	height: 100%;
}
.stweb__op2-better-phones .phone-gift .gift__background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.stweb__op2-better-phones .phone-gift .gift__background img {
	border-radius: 8px;
	display: block;
	width: 100%;
	height: 100%;
}
.stweb__op2-better-phones .phone-gift .gift__content .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #019df4;
	margin-bottom: 5px;
	width: 188px;
}
@media (min-width: 768px) {
	.stweb__op2-better-phones .phone-gift .gift__content .title {
		font-size: 28px;
		line-height: 32px;
		width: auto;
   }
}
.stweb__op2-better-phones .phone-gift .gift__content .text {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin-bottom: 0;
	width: 214px;
}
@media (min-width: 768px) {
	.stweb__op2-better-phones .phone-gift .gift__content .text {
		font-size: 21.0909px;
		line-height: 26px;
		width: auto;
   }
}
@media (max-width: 768px) {
	.stweb__op2-better-phones .phone-gift .gift__content .text span {
		display: block;
   }
}
.stweb__op2-better-phones .phone-gift .gift__content .text small {
	display: block;
}
.stweb__op2-better-phones .phone-gift .gift__content .img {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-65%, -50%);
	height: 182px;
	max-width: initial;
}
@media (min-width: 991px) {
	.stweb__op2-better-phones .phone-gift .gift__content .img {
		left: 60%;
		transform: translate(-40%, -50%);
   }
}
@media (max-width: 992px) and (min-width: 768px) {
	.stweb__op2-better-phones .phone-gift .gift__content .img {
		left: 50%;
		transform: translate(-50%, -50%);
   }
}
.stweb__op2-promotion {
	padding: 40px 0;
}
@media (min-width: 768px) {
	.stweb__op2-promotion {
		padding: 60px 0 80px;
   }
}
.stweb__op2-promotion .title {
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
	color: #50535a;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .title {
		font-size: 28px;
		line-height: 32px;
   }
}
.stweb__op2-promotion .promotion {
	position: relative;
	border-radius: 8px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 9px 0;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .promotion {
		margin: 0;
   }
}
@media (min-width: 768px) {
	.stweb__op2-promotion .promotion {
		height: 160px;
   }
}
.stweb__op2-promotion .promotion .background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.stweb__op2-promotion .promotion .content {
	height: 100%;
	position: relative;
	padding: 9px 15px;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .promotion .content {
		padding: 22px 24px;
   }
}
.stweb__op2-promotion .promotion .badge {
	font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
	text-align: left;
}
.stweb__op2-promotion .promotion .title {
	font-weight: 300;
	font-size: 18px;
	line-height: 19px;
	color: #fff;
	width: 173px;
	margin-bottom: 5px;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .promotion .title {
		width: 285px;
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 8px;
   }
}
.stweb__op2-promotion .promotion .dscto {
	display: inline-block;
	background: #0b2739;
	border-radius: 2px;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	padding: 0 8px;
}
.stweb__op2-promotion .promotion .dscto.bg-cian {
	background: #019df4;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .promotion .dscto {
		font-size: 14px;
		line-height: 20px;
   }
}
.stweb__op2-promotion .promotion .sticker {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.stweb__op2-promotion .promotion .sticker.mr-4 {
		margin-right: 0 !important;
   }
}
@media (max-width: 768px) {
	.stweb__op2-promotion .promotion .sticker.mr-4 {
		margin-right: 14px !important;
   }
}
.stweb__op2-promotion .see-offers {
	margin-top: 31px;
	position: relative;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers {
		margin-top: 40px;
		padding: 48px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
   }
}
.stweb__op2-promotion .see-offers .content {
	width: 100%;
	margin-bottom: 28px;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers .content {
		max-width: 350px;
		padding-left: 30px;
		margin-bottom: 0;
		float: right;
		order: 2;
   }
}
.stweb__op2-promotion .see-offers .content .title {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #313235;
	margin-bottom: 16px;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .see-offers .content .title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
   }
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers .reasons {
		width: 100%;
		max-width: 634px;
		order: 1;
   }
}
.stweb__op2-promotion .see-offers .reasons .rectangle {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers .reasons .rectangle {
		display: block;
   }
}
.stweb__op2-promotion .see-offers .reasons .row {
	margin-left: -7px;
	margin-right: -7px;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers .reasons .row {
		width: 100%;
		max-width: 564px;
		margin-left: -12px;
		margin-right: -12px;
		float: right;
   }
}
.stweb__op2-promotion .see-offers .reasons .col {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
@media (min-width: 992px) {
	.stweb__op2-promotion .see-offers .reasons .col {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
   }
}
.stweb__op2-promotion .see-offers .reasons .item {
	background: #0b2739;
	border-radius: 10px;
	padding: 9px;
	display: flex;
	align-items: center;
}
@media (min-width: 576px) {
	.stweb__op2-promotion .see-offers .reasons .item {
		padding: 16px 18px;
   }
}
.stweb__op2-promotion .see-offers .reasons .item .icon {
	margin-right: 16px;
}
.stweb__op2-promotion .see-offers .reasons .item .icon svg {
	width: 28px;
	height: 28px;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .see-offers .reasons .item .icon svg {
		width: 47px;
		height: 47px;
   }
}
.stweb__op2-promotion .see-offers .reasons .item .title {
	font-size: 10px;
	line-height: 16px;
	color: #f6f6f6;
	margin: 0;
}
@media (min-width: 768px) {
	.stweb__op2-promotion .see-offers .reasons .item .title {
		font-size: 18px;
		line-height: 26px;
   }
}
.stweb__op2-promotion .see-offers .reasons .item .title b {
	display: block;
}
.stweb__faq-collapsible {
	background: #f6f6f6;
	padding: 0 0 24px;
}
@media (min-width: 768px) {
	.stweb__faq-collapsible {
		padding: 60px 0 80px;
   }
}

/* toggle */

.toggle-container {
    transition: height 0.35s ease-in-out;
    overflow: hidden;
    display: none;
}

.toggle-container.toggleactive {
    display: block;
}

.lt-accordion-content {
    transition: height 0.34s ease-in-out;
    overflow: hidden;
    display: none;
}

.lt-accordion-content.toggleactive {
    display: block;
}

.lt-accordion-title {
    cursor: pointer;
}

.lt-accordion-titlelabel:hover {
    color: #019df4!important;
}

[lt-accordion]>li {
    list-style: none;
}

[lt-accordion]>*>* {
    margin: 0px;
}


.lt-toggle-icon {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23019bf2' viewBox='0 0 512 512'%3E%3Cpath d='M255.5 115.2a28 28 0 0 0-19.1 8.3L9.2 350.7a28.3 28.3 0 1 0 40 40l206.3-206.3 206.3 206.3a28.3 28.3 0 1 0 40-40L274.6 123.5c-5.3-5.3-12.2-8-19.1-8.3z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.link__toggleactive>.lt-toggle-icon {
    transform: rotate(0deg);
}

.ltfaqs__section {
    padding: 32px 0px;
    display: flex;
    justify-content: center;
}

.ltfaqs__section .ltfaqs__title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    color: #50535A;
    margin-bottom: 36px;
}

.ltfaqs__section .ltfaqs__list {
    list-style: none;
    padding: 0px;
}




.ltfaqs__section .ltfaqs__inner {
    width: 100%;
    max-width: 100%;
}

.ltfaqs__section .lt-accordion-title {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.ltfaqs__section .ltfaqs__list>li {
    border-bottom: 1px solid #D3D4D3;
}

.ltfaqs__section .lt-accordion-number {
    border-radius: 100px;
    background: #D3D4D3;
    width: 32px;
    height: 32px;
    color: #50535A;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltfaqs__section .lt-accordion-titlelabel {
    color: #50535A;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 70%;
    margin-left: 10px;
    margin-bottom: 0px;
}

.ltfaqs__section .lt-toggle-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}


.ltfaqs__section .lt-accordion-content {
    padding: 0px 30px 0px;
    font-size: 16px;
    color: #50535A;
}



.ltfaqs__section .accordion_link_active .lt-accordion-number {
    background: #019DF4;
    color: #fff;
}

.accordion_link_active .lt-toggle-icon {
    transform: translateY(-50%) rotate(0);
}

.ltfaqs__section .accordion_link_active .lt-accordion-titlelabel {
    font-weight: 300;
}


@media (min-width: 768px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 700px;
    }

    .ltfaqs__section {
        padding: 32px;
    }

    .ltfaqs__section .ltfaqs__title {
        font-size: 38px;
        margin-bottom: 12px;
        padding: 24px 0px;
    }

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 18px;
        font-weight: 400;
    }

    .ltfaqs__section .lt-accordion-content p{
        font-size: 16px;
        font-weight: 400;
    }

}

@media (min-width: 1280px) {

    .ltfaqs__section .lt-accordion-titlelabel {
        max-width: 80%;
        font-size: 24px;
        font-weight: 300;
    }

    .ltfaqs__section .lt-accordion-content p{
        font-size: 20px;
        font-weight: 300;
    }

}


.ltfaqs__section .ltfaqs__viewmore {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #019DF4;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

.ltfaqs__section .ltfaqs__viewmore:hover {
    color: #019DF4;
}

.ltfaqs__section .ltfaqs__morebtn .ltfaqs__viewmore.minus {
    display: none;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.minus {
    display: block;
}

.ltfaqs__section .ltfaqs__morebtn.link__toggleactive .ltfaqs__viewmore.more {
    display: none;
}

@media (min-width: 1280px) {

    .ltfaqs__section .ltfaqs__inner {
        max-width: 1024px;
    }

    .ltfaqs__section .lt-accordion-title {
        margin-top: 12px;
        font-size: 24px;
        line-height: 300;
    }

}

[lt-toggle] .minus {
    display: none
}

[lt-toggle].link__toggleactive .minus {
    display: inline
}

[lt-toggle].link__toggleactive .more {
    display: none
}

.stefa-preguntas-frecuentes{
    background-color: #f4f4f3;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs{
    background-color: #954b97;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link{
    color: #fff;
}

.starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover{
    color: #fff;
    
}

.movistar--purple .starweb-tab-nested-portlet .tab-nested-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active{
    background-color: #fff;
    color: #954b97;
}

img{
    max-width: 100%;
}

.lt-accordion-title.accordion_link_active,
.lt-accordion-content.toggleactive{
    background: #fff;
}
/* 
.lt-toggle-icon{
    display: none;
} */
