html,
body {
	border: none;
	margin: 0;
	padding: 0;
	font-family: 'Inter Var' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

#site-content {
	overflow: inherit;
	margin-bottom: 70px;
}

body {
	position: relative;
	min-height: 100vh;
}

body::after {
	content: '';
	display: block;
	height: 226px; /* Set same as footer's height */
}

footer {
  /* margin-top: 60px; */
  padding: 60px 30px;
  border-top: 1px solid #e4e4e4;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (orientation: portrait) {
  footer {
    padding: 30px 30px;
  }
}

blockquote::before,
blockquote::after {
	content: "";
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 900,
  'GRAD' 0,
  'opsz' 48
}

.top-menu-container {
	background-color: #552b69;
	min-height: 40px;
}

.top-menu-item {
	/* margin-right: 10px; */
}

.top-menu-item .dropdown-item {
	color: black;
}

.top-menu-item a,
.top-menu-item span {
	color: white;
  font-size: 16px;
  text-transform: uppercase;
	text-decoration: none;
}

.top-menu-item.current_page_item a,
.top-menu-item a:hover {
	/* color: rgba(255, 255, 255, 0.6); */
	color: #ccc;
}

.logo-menu-item a {
	color: black;
	text-decoration: none;
	font-size: 16px;
}

#menu-toggle {
	color: white;
	font-size: 30px;
}

#dropdownMenu {
	cursor: pointer;
}

.dropdownCaret {
	font-size: 32px;
}

.dropdown-item {
	font-size: 20px;
}

.dropdown-item a,
.dropdown-item a:hover {
	color: black;
	text-decoration: none;
}

.logo-menu-item.current_page_item a,
.logo-menu-item a:hover {
	color: #EE4B27;
}

.logo img {
	width: 200px;
}

.button, .submit {
  font-size: 14px;
  text-transform: none;
  padding: 7px 12px;
  border-radius: 7px;
  color: white;
  line-height: 1.25;
}

.button:hover,
.button:focus {
	text-decoration: none!important;
}

.button-danger {
	background-color: #cd2653!important;
	border-color: #cd2653!important;
}

.button-danger:hover {
	background-color: #E83062!important;
	border-color: #E83062!important;
}

.button-primary {
  background-color: #2E3C90!important;
  border-color: #2E3C90!important;
}

.button-primary:hover {
  background-color: #8F3890!important;
  border-color: #8F3890!important;
}

.button-success {
	background-color: #F08929!important;
}

.button-success:hover {
	background-color: #EE4B27!important;
}

.banner {
	border-radius: 7px;
}

.card {
	padding: 15px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	height: 100%;
	justify-content: space-between;
  border-radius: 7px;
	border: #E4E4E4 1px solid;
	background-color: hsl(0deg 0% 96%);
}

.card-border {
	border: #552b69 2px solid;
}

.card-title {
	font-size: 21px;
	font-weight: bold;
}

.card-title-icon {
	width: 40px;
	display: inline;
}

.card-content {
	font-size: 18px;
	margin: 15px 0;
}

.card-action,
.social a,
.tariff-card-more {
	font-size: 18px;
	/* color: #0D81A5; */
	color: #24B0DB;
	text-decoration: none;
}

.card-action {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: end;
}

.card-action:hover,
.social a:hover,
.tariff-card-more:hover {
	/* color: #0D81A5; */
	color: #24B0DB;
	text-decoration: underline;
}

.install-qr {
	width: 130px;
}

.install-store {
	width: 65px;
}

.form-label {
	font-family: 'Inter Var';
	font-size: 14px;
}

.modal-content {
	border-radius: 7px;
}

.modal-header {
	padding: 13px 15px;
}

.modal-title {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Inter Var';
}

.modal-body {
	padding: 15px;
}

.modal-footer {
	padding: 15px;
}

input[type="text"],
select#topic,
input[type="tel"],
textarea.wpcf7-textarea {
  border-radius: 7px;
  padding: 5px 10px;
  font-size: 16px;
}

.email-subscribe-action p {
	font-size: 14px;
}

.email-subscribe-description {
	font-size: 12px;
	color: #444;
}

.footer-copyright {
	font-size: 14px;
}

.social {

}

.page-title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.tariff-card-title, .bonus-card-title, .device-card-title,
.point-card-title {
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.number {
	font-size: 18px;
	font-weight: bold;
}

.per {
  font-size: 14px;
  font-weight: normal;
}

.tariff-card-header, .device-card-header, .bonus-card-header {
	padding: 15px;
  border-radius: 12px;
	color: white;
}

.tariff-card-header {
	background-color: #f5c329;
  background-image: linear-gradient(-160deg, #f5c329 0%, #ee4b27 100%);
}

.bonus-card-header {
	background-color: #f08929;
  background-image: linear-gradient(160deg, #f08929 0%, #e92f8f 100%);
}

.device-card-header {
	background-color: #e92f8f;
  background-image: linear-gradient(160deg, #e92f8f 0%, #2e3c90 100%);
	color: white;
}

.point-card-header {
  margin: -15px -15px 0 -15px;
  padding: 15px;
  background-color: black;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
	background-color: #e92f8f;
  background-image: linear-gradient(160deg, #e92f8f 0%, #2e3c90 100%);
}

.bonus-card-content p, .device-card-content p,
.point-card-content p {
	margin-top: 5px;
}

.bonus-card-content img, .device-card-content img,
.point-card-content img {
	/* width: 280px; */
	max-width: 100%;
	margin: 0 auto;
}

.device-card-price {
	font-size: 18px;
}

.tariff-card-content {
  margin: 12px 0 0;
  padding: 10px 0;
  font-size: 18px;
}

.bonus-card-content, .device-card-content,
.point-card-content {
  font-size: 16px;
  margin: 12px 0;
}

.tariff-card-action {
  /* background-color: #F6F6F6; */
	/* background-color: hsl(0deg 0% 91%); */
  border-radius: 12px;
  padding: 10px;
}

.tariff-card-more {
	margin-bottom: 10px;
}

.tariff-card-service {
  font-weight: bold;
}

.tariff-card-service .material-symbols-outlined {
	color: #00B956;
}

.post p {
	font-size: 18px;
}

.card-date {
  font-family: 'Inter var';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.news-card {
  border: none;
  /* max-height: 198px; */
  justify-content: start;
  margin-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}

.news-card .card-title {
	font-size: 24px;
}

.news-card .card-content {
	font-size: 16px;
}

.news-card:last-child {
  border: none;
  margin-bottom: 0;
}

.documents-list-element {
  font-size: 20px;
  text-decoration: none;
  color: black;
  padding: 14px 5px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}

.documents-list-element:last-child {
  border-bottom: none;
}

.documents-list-element:hover {
  background: hsl(0deg 0% 95%);
  transition: .3s;
	color: #24B0DB;
}

/* .documents-list-element:hover span {
  transition: .3s;
	color: #0D81A5;
} */

.jobs-container {
  border: 1px solid #e4e4e4;
  border-radius: 7px;
}

.job-container {
  padding: 10px 15px;
  border-bottom: 1px solid #e4e4e4;
}

.job-container:last-child {
  border: none;
}

.job-title {
  font-size: 24px;
  /* font-weight: bold; */
  cursor: pointer;
}

.job-block-title {
  font-size: 18px;
  margin-top: 10px;
}

.job-block-title:first-child {
	margin-top: 0;
}

.job-block-item {
  margin-left: 15px;
  font-size: 14px;
}

.job-content {
  padding-left: 0px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
  padding-left: 10px;
}

.payment-card-desc {
  font-size: 14px;
  font-weight: bold;
}

.payment-card-title {
  font-size: 18px;
  font-weight: bold;
}

input#acc {
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 18px;
  /* max-width: 200px; */
}

label.form-label {
  font-size: 16px;
}

.nav-pills .nav-link {
  font-size: 14px;
  border-radius: 7px;
}

.nav-link {
  color: #0d81a5;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	/* background-color: #00b956; */
  background-color: #F08929;
}

.nav {
	margin-bottom: 12px;
}

.post p {
	margin-top: 5px;
}

.question-title {
	font-size: 22px!important;
}

.question-answer {
	font-size: 18px;
}

.question {
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 8px 17px 11px;
  margin: 15px 0;
}

.question:first-child {
	margin-top: 30px;
}

.text-justify {
	text-align: justify;
}

.link-button {
	text-decoration: none;
}

.link-button:hover {
	color: white;
}

.lk {
	margin-right: 6px;
	padding: 2px 6px;
	border-radius: 4px;
	background-color: white;
	color: #552b69 !important;
}

.lk:hover {
	background-color: #EE4B27;
	color: white !important;
}

.lk:before {
	/*content: ' ';
	background-size: 28px 28px;
	background-image: url('/wp-content/themes/twentytwenty/assets/images/lock-svgrepo-com.svg');
	height: 28px;
	width: 28px;*/
}

.grecaptcha-badge {
	visibility: hidden;
}

.card-promo {
	font-size: 14px;
}

.card-promo:hover {
	text-decoration: none;
}

.card-promo > span {
	margin: 0px 4px;
}

.accept-tos {
	font-size: 12px !important;
}

.btn-sbp {
    background: black!important;
    display: flex;
    align-items: center;
	cursor: pointer;
}

.btn-sbp img {
	width: 30px;
}

.btn-sbp:hover {
    background: #222!important;
}

#ls-not-found {
	font-size: 12px;
    color: red;
}

.sbp-desc {
    font-size: 14px;
}

.alert {
	/* display: none; */
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 10000;
	top: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	justify-content: space-between;
	cursor: pointer;
	font-size: 20px;
}

.alert span {
	margin-left: 10px;
	font-size: 28px;
}
