:root {
  --containerWidth: 1200px;
  --baseSize: 1.667;
  --maxFontSize: calc(var(--baseSize) * var(--containerWidth) / 100);  
}
html {

	font-size: 1.041vw;
	font-family: "Manrope", sans-serif;
}
@media (max-width: 1536px) {
	html {
		font-size: 16px;
	}	
}
@media (max-width: 791px) {
	html {
		font-size: 18px;
	}	
}
@media (max-width: 560px) {
	html {
		font-size: 16px;
	}	
}
@media (max-width: 440px) {
	html {
		font-size: 14px;
	}	
}
@media (max-width: 385px) {
	html {
		font-size: 12px;
	}	
}
body{
	margin: 0;
    padding: 0.5rem 0.5rem 0 0.5rem;	
	
}
a, a:hover {
    text-decoration: none;
}
h1, h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
	color: #262626;
}
h1 {
	font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 1.5rem;
}
body {
	background: #f6f6f6;
}
.sidebar_fixed {
    position: fixed;
	z-index: 999;
}
.sidebar_wrap {
	width: 17rem; 
	max-width: 17rem;
	height: calc(100vh - 2rem);
	position: relative;
    overflow: hidden;
	transition: 0.3s;
}
.sidebar {
	position: absolute;
	top: 0;
	left:0;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border: 0.0625rem solid #e5e5e5;
	border-radius: .5rem;
    overflow: auto;
	background: #fff;
	display: flex;
    flex-direction: column;	
	width: 17rem; 
	max-width: 17rem;
	height: calc(100vh - 2rem);	
}
.sidebar_menu {
	list-style: none;
    padding-left: 0;
}
.sidebar_menu li {
	margin-top: .125rem;	
	width: 100%;
}
.sidebar_menu li a {
	padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0 .75rem;
    margin-bottom: 0.125rem;
	border-radius: .375rem;
	display: flex;
    align-items: center;
    white-space: nowrap;
	padding-left: .75rem;
    padding-right: .75rem;
    font-weight: 500;	
	font-size: .75rem;
	color: #262626;
	background: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;	
}
.sidebar_menu li a:hover {
	background: #f6f6f6;		
}

.sidebar_menu li.active a {
	border-right-width: 0;
    border-bottom-width: 0;
    background-color: hsla(0, 0%, 78%, .2);
	font-weight: 500;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border-radius: .375rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
	background-image: linear-gradient(195deg, #42424a, #191919);
	color: #fff !important;
}
.sidebar_menu .menutitle {
	margin-left: 0.25rem;
}
.content_wrap {
	width: 100%;
	display: flex;
}
.page_content {
	width: calc(100% - 1.5rem);
    margin: auto;
}
.right_container {
	width: calc(100% - 17rem);
	margin-left: auto;
	transition: 0.3s;
}

._row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.top-sidebar {
	padding: 1.5rem;
	background: #fff;
    display: flex;
    flex-direction: row;
    margin: auto;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border: 0.0625rem solid #e5e5e5;
    border-radius: .5rem;
}
.top-sidebar_menu {
	list-style: none;
    padding-left: 0;
    margin: auto 0 auto auto;
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;
}

.top-sidebar_menu a {
	color: #262626;
}
.top-sidebar_menu li {
	max-height: max-content;
	position: relative;
}
.top-sidebar_menu li .top-notify {
	position: absolute;
}	
.top-sidebar_menu li a,
.top-sidebar_menu li .top-notify {
	display: flex;
	position: relative;
}
.notify-icon {
	cursor: pointer;
    display: block;
    z-index: 999;
}
.notify-close {
	position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    border: 1px solid #737373;
    border-radius: 50%;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.notify-close:before,
.notify-close:after {
	content: '';
    width: 9px;
    height: 1px;
    background: #737373;
    position: absolute;
    top: 7px;
    left: 3px;
    transform-origin: center;
}
.notify-close:before {
	transform: rotate(45deg);
}
.notify-close:after {
	transform: rotate(-45deg);
}
.notify-item p {
	margin: 0.25rem 0;
}
.top-sidebar_menu li a .notify-count,
.top-sidebar_menu li .top-notify .notify-count {
	position: absolute;
    color: #fff;
    background: #f60909;
    border-radius: 50%;
    font-size: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    text-align: center;
    line-height: 0.75rem;
    font-weight: 700;
    top: 0.125rem;
    left: 0.5rem;
}
.material-symbols-rounded {
    font-size: 1.35rem;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}
.notifycontent {
	position: absolute;
    width: 16rem;
    right: -1.17rem;
    top: 2.25rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
	cursor: default;
	visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.notifycontent.long {
	width: 16rem;
}
.top-notify.opened .notifycontent {
	visibility: visible;
    opacity: 1;
}
.notify-bg {	
	background: #fff;
    right: -1rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
}
.notify-bg:before {
	content: '';
    position: absolute;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 8px -2px rgba(66, 68, 90, 1);
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    top: -10px;
    right: 1rem;
}
.notify-bg:after {
	content: '';
    position: absolute;
    display: inline-block;
    border: 14px solid transparent;
    border-bottom: 14px solid #ffffff;
    top: -27px;
    right: 0.9rem;
}
.notify_wrap {
	padding-right: 17px;
}
.notify-item h5 {
	font-size: 0.75rem;
    margin-bottom: 0.5rem;
	line-height: 1rem;
}
.sidebar_header {
	position: relative;
}
.sidebar_header .logo {
	max-width: 100%;
    padding: 1.5rem;
    position: relative;	
	display: flex;
}
.sidebar_header .logo:before {
	content: '';
	width: calc(100% - 2rem);
	height: 0.0625rem;
	background: #e5e5e5;
	position: absolute;
	left: 1rem;
	bottom: 0;
}
.sidebar_header .logo img {
	width: 100%;
	max-width: 9rem;
    margin: auto;
}
.btn-1 {
	border-right-width: 0;
    border-bottom-width: 0;
    background-color: hsla(0, 0%, 78%, .2);
    font-weight: 500;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border-radius: .375rem;
    background-image: linear-gradient(195deg, #42424a, #191919);
    color: #fff !important;	
	padding-top: .5rem;
    padding-bottom: .5rem;
	display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
	border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	max-width: max-content;
	cursor: pointer;
}
.btn-1 span {
	margin-left: 0.25rem;
}
.sidebar_footer {
	margin: auto auto 1rem 1rem;
}

.menu_nav {
	cursor: pointer;
	max-width: max-content;
}

.menu_nav .menu_open {
	display: block;
}

.menu_nav .menu_close {
	display: none;
}

body.menu_closed .menu_nav .menu_open {
	display: none;
}

body.menu_closed .menu_nav .menu_close {
	display: block;
}

@media (min-width: 791px) {
	body.menu_closed .sidebar_wrap {
		width: 0;
	}
}
	body.menu_closed .sidebar_wrap {
		width: 0;
	}

body.menu_closed .right_container {
	width: 100%;
}
.menu_nav_logo {
	display: none;
	position: relative;
	margin-left: 2rem;
}

.menu_nav_logo img {
	height: 2rem;
    position: absolute;
    top: -0.5rem;
}
body.menu_closed .menu_nav_logo {
	display: block;
}
.sidebar_close {
	width: 1.75rem;
	height: 1.75rem;
	cursor: pointer;
	position: absolute;
	top: 0.3125rem;
    right: 0.3125rem;
	display: none;
}
@media (max-width: 791px) {
	.sidebar_close {
		display: block;
	}
	.sidebar_header .logo img {
		width: 70%;
	}
	.right_container {
		width: 100%;
	}
}

.sidebar_close:before,
.sidebar_close:after {
	content: '';
	width: 100%;
	height: 0.0625rem;
	background: #42424a;
	transform-origin: center;
	position: absolute;
	top: 50%;
	left: 0;
}
.sidebar_close:before {
	transform: rotate(45deg);
}
.sidebar_close:after {
	transform: rotate(-45deg);
}
@media (max-width: 791px) {
	.sidebar_fixed.hide {
		visibility: hidden;
	}
}
.card {
	padding: 0.25rem;
}
.card .card-body {
	padding: 2rem;
	flex: 1 1 auto;
    color: #737373;	
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border: 0.0625rem solid #e5e5e5;
	border-radius: .5rem;
	background: #fff; 	
}
.card-bg {
	padding: 0;
}
.card-bg .card-body {
	height: 15rem;
    padding: 0;
    margin-bottom: -8rem;
    z-index: -1;
	position: relative;
}
.card-bg .card-body .img_bg {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}
.card.narrow {
	margin-right: 1rem;
    margin-left: 1rem;
}
.btn {
    margin-bottom: 1rem;
    letter-spacing: 0;
    background-size: 150%;
    background-position-x: 25%;
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
	border: 0.0625rem solid;
}

.btn-outline-dark {
    --bs-btn-color: #262626;
    --bs-btn-border-color: #262626;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #262626;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #262626;
    --bs-btn-active-border-color: #262626;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #262626;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #262626;
    --bs-gradient: none;
}
.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-font-weight: 500;
    --bs-btn-line-height: 1.25rem;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 0.0625rem;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: all 0.15s ease-in;
}
.btn:hover {
	color: #778797;
}
.d-flex {
	display: flex;
}
.w-100 {
	width: 100%;
}
.ml-auto {
	margin-left: auto;
}
.mr-1 {
	margin-right: 1rem;
}
.icon-shape {
	border-radius: 0.5rem;
	width: 3rem;
    height: 3rem;
	min-width: 3rem;
	background-position: center;
	background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
	box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.14), 0 0.4375rem 0.625rem -0.3125rem rgba(64, 64, 64, 0.4) !important;
	text-align: center !important;
	display: flex;
    color: #FFF;
}
.icon-shape i {
	margin: auto;
}
.card-body.grey {
	background: #e0e0e0;
	color: #494949;
}
.card-body.dark_bg {
	background: url(/assets/template/img/bg_01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.card-body.dark_bg h2,
.card-body.dark_bg h3,
.card-body.dark_bg h4 {
	color:#FFF;
}

.card-body.blue_bg {
	background: url(/assets/template/img/bg_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.card-body.blue_bg h2,
.card-body.blue_bg h3,
.card-body.blue_bg h4 {
	color:#FFF;
}

.card-body.blue_bg2 {
	background: url(/assets/template/img/bg_04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.card-body.blue_bg2 h2,
.card-body.blue_bg2 h3,
.card-body.blue_bg2 h4 {
	color:#FFF;
}

.card-body.blue_bg3 {
	background: url(/assets/template/img/bg_05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.card-body.blue_bg3 h2,
.card-body.blue_bg3 h3,
.card-body.blue_bg3 h4 {
	color:#FFF;
}

.list1 {
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding-left: 0;
}
.list1>li {
	margin-bottom: 2.5rem;
}
.list1 h3 {
	display: flex;
}
.list1 h3 i {
	color: #42424a;
    font-size: 1.55rem;
    font-weight: 600;
	margin-right: 0.375rem;
}
.listplus {
	list-style: none;
    padding: 0.5rem 0 0 0;
}
.listplus li {
	position: relative;
    padding: 0 0.5rem 0 1.5rem;
    margin: 0 0 1rem 0;
    line-height: 1.25rem;
}
.listplus li:before {
	content: '+';
    border-radius: 50%;
    padding: 0.25rem;
    border: 0.0625rem solid #43a047;
    position: absolute;
    top: calc(50% - 0.6rem);
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #43a047;
    font-size: 1rem;
}
.infoblock {
	display: flex;
    flex-direction: row;
}
.infoblock i {
	font-size: 7rem;
    margin: auto 1rem auto 0;	
}
.infoblock p {
	margin: auto 0 auto 0;
}
.creditcard {
	width: 25rem;
	max-width: 100%;
    border-radius: 0.875rem;
    aspect-ratio: 43 / 27;
    position: relative;
    overflow: hidden;
    background-color: #191919;
	color: #fff;
	margin: 0.25rem auto auto auto;
}
.creditcard:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/assets/template/img/pattern-tree.svg);
    opacity: 0.15;
    background-size: cover;
}
.creditcard .card-wifi {
	position: absolute;
    top: 6%;
    left: 4%;
}
.creditcard .card-number {
	position: absolute;
    font-size: 1.25rem;
    font-weight: 600;
    top: 40%;
    left: 6%;
}
.creditcard .card-holder {
	position: absolute;
    top: 59%;
    left: 6%;
}

.creditcard .card-date {
	position: absolute;
    top: 59%;
    left: 50%;
}

.creditcard .card-logo {
	z-index: 1;
    width: 23%;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.creditcard .card-logo img{
	width: 100%;
    height: auto;
}

.creditcard .card-title {
	padding: 0;
    margin: 0;
    color: #adadad;
}

.creditcard .card-name {
	padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 1.15rem;	
}
.money-card {
/*	height: 100%; */
}
.money-card h5 {
	width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.1rem;
}
.money-card p {
	width: 100%;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
}
.money-card .cost {
	font-size: 1.3rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
    color: #000;
}

.card>.horizontal{
	margin-right:0;
	margin-left:0;
}
.horizontal{
	height: 0.125rem;
	background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent);
	background-color:transparent;
	margin: 1rem 0;
	color:inherit;
	border:0;
	border-top:var(--bs-border-width) solid;
	opacity:.25;	
}

.table {
	width: 100%;
	caption-side: bottom;
    border-collapse: collapse;
}
.table th {
	font-size: 0.8rem;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
    padding: 0.5rem;
}
.table td {
	padding: 0.8rem;
    border-bottom: 1px solid #dfdfdf;
    font-size: 0.8rem;
    text-align: left;
	transition: 0.2s;
	cursor: default;
}
.table tr:hover td {
	background: #f6f6f6;
}
.status {
    text-transform: uppercase;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem 0.4rem;
    border-radius: 0.4rem;	
}
.status.green {
	background-image: linear-gradient(195deg, #66BB6A 0%, #43A047 100%);
}

.status.grey {
	background-image: linear-gradient(195deg, #747b8a 0%, #495361 100%);
}
ul.small {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding: 0;
	margin: 0;
}
ul.small li {
	position: relative;
    padding-left: 0.5rem;
    font-size: 0.85rem;
    margin-right: 0.7rem;
}
ul.small li:before {
	content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background: #494949;
    top: calc(50% - 0.1rem);
    left: 0;
}

.biglist {
	line-height: 1.7rem;
    font-size: 1.1rem;
    font-weight: 500;
	list-style: none;
	padding: 0 0 0 1rem;
	margin: 0;
}
.biglist li {
	
}
.biglist li:before {
	content: '✓';
    display: inline-block;
    margin-right: 0.35rem;
    font-size: 1rem;	
}
.iconline {
	line-height: 3rem;
}
@media (max-width: 1030px) {
	.iconline {
		line-height: 1rem;
	}	
}

.r-image {
	width: 100%;
}
.r-image a {
	display: block;
    position: relative;
}
.r-image img {
	max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: left;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border: 0.0625rem solid #e5e5e5;
    border-radius: .5rem;
	max-height: 25rem;
}
.r-image .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: #000;
	border-radius: .5rem;
	opacity: 0;
	transition: 0.3s
}
.r-image .img-overlay:hover {
	opacity: 0.3;	
}
.r-image .img-overlay i {
	font-size: 4rem;
	color: #fff;
	margin: auto;
}
.solution {
	padding: 1rem 1rem 1rem 1.5rem;
    background: #b8ffb8;
    border-radius: 0.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    color: #262626;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.solution p {
	padding: 0;
    margin: 0;
}
.solution p i {
	margin-bottom: -5px;
    display: inline-block;
    padding-top: 3px;
    position: relative;
    top: 0.25rem;
    font-size: 1.5rem;
	
}

.m-bt-3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.timeline {
    position: relative;
}

.timeline-block {
    position: relative;
	padding-left: 3rem;
}

@media (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left: -1px;
    }
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.95rem;
    height: 100%;
    border-right: 2px solid #e5e5e5;
}
.timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.timeline-step {
	position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0.125rem;
}
.timeline-content h6 {
	margin-bottom: 0;
	color: #262626;
	font-weight: 800;
	font-size: 0.8rem;
}
.timeline-content p {
	margin: 0
}
.timeline-step i {
	font-size: 1.5rem;
}
.form-group {
	display: flex;
    flex-direction: column;
    margin-bottom: 1.2rem;
	position: relative;
}
.form-group label {
	font-size: 0.75rem;
    font-weight: 500;
    color: #262626;
}
input[type="text"] {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #d4d4d4;
	border-radius: 0.5rem;
	padding: 0.75rem;
    outline: none;
}
.w-icon {
	list-style: none;
    line-height: 2.25rem;
}
.w-icon li {
	position: relative;
    padding-left: 2rem;
    font-size: 1.1rem;
	line-height: 1.4rem;
    margin-bottom: 1rem;
}
@media (max-width: 1260px) {
	.w-icon {
		padding-left: 0.75rem;
	}
}
.w-icon i {
	position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
}
.faq .group {
	padding: 1.5rem 1.5rem 1.5rem 1rem;
	width: auto;
}
.faq .group .q {
	width: auto;
	background: #e0e0e0;
    color: #494949;
    padding: 1.5rem;
    border-radius: 0.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.faq .group .q i {
	color: #0165f9;
    display: block;
    border: 1px solid #0165f9;
	width: 1.5rem;
    height: 1.5rem;
    padding: 0.5rem;
    border-radius: 50%;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(1, 101, 249, 0.22);
	-moz-box-shadow: 2px 2px 8px 0px rgba(1, 101, 249, 0.22);
	box-shadow: 2px 2px 8px 0px rgba(1, 101, 249, 0.22);

}
.faq .group .q .text {
	margin: auto auto auto 0;
}

.faq .group .a {
	margin-top: 1.5rem;
    color: #494949;
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;
    padding-left: 2rem;
}
.faq .group .a:before {
	content: '';
    width: 1.25rem;
    height: 1px;
    background: #494949;
    display: block;
    margin: auto 0 auto 0;
}

.faq .group .a i {
	
}
.faq .group .a text {
	
}

.fixed-sidebar {
	height: 3.5rem;
}
.top-sidebar {
	padding: 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: row;
    margin: auto;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, .05);
    border: 0.0625rem solid #e5e5e5;
    border-radius: .5rem;
	position: fixed;
    width: calc(100% - 23rem);
    top: 0.5rem;
    left: 18.5rem;
	transition: 0.3s;
    z-index: 990;	
}
.menu_closed .top-sidebar {
	width: calc(100% - 5.5rem);
    left: 1.25rem;
}
@media (max-width: 791px) {
	
	.fixed-sidebar {
		height: 3.5rem;
	/*	position: relative; */
		display: flex;
		
	position: fixed;
    width: calc(100% - 2.5rem);
    top: 0.5rem;		
		z-index: 10;
		
		
	}	
	.top-sidebar {
		position: relative;
        width: 100%!important;
        left: 0!important;
        top: 0;
	}
}
.table-responsive {
	overflow: auto;
}
.user-notify {
	display: flex;
}
.avatar {
	width: 3.5rem;
    display: flex;
    padding: 0 0.5rem 0 0;
}
.avatar img {
	margin: auto;
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid #0165f9;
}


.lock-block {
	position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    transition: 0.5s;
	overflow: hidden;
	transform: translateX(100%);
	min-height: 100%;
    overflow-y: auto;	
}
.lock-block h2 {
	text-align: center;
    z-index: 10;
	order: 5;
}
.lock-opened .lock-block {
	transform: translateX(0);
}
.lock-block .wrap {
	position: absolute;
	width: 100vw;
	height: 100vh;
	transition: 0.5s;
	top: 0;
	left: 0;
	transform: translateX(-100%);	
	display: flex;
}
.lock-opened {
	overflow: hidden;
}
.lock-opened .lock-block .wrap {
	transform: translateX(0);		
}
.lock-content {
	width: 100%;
    display: flex;
    flex-direction: column;
	margin: auto;
}
.lock-block .center-block {
	width: 30rem;
	max-width: calc(100% - 5rem);
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
}
.padlock {
	display: flex;
    flex-direction: column;	
	filter: grayscale(1) brightness(2.2);
}

.padlock-body {
	width: 4.5rem;
    height: 3.75rem;
    background: #0165f9;
    border-radius: 0.5rem;
    margin: auto;
    z-index: 5;
}
.padlock-top {
	background-image: url(/assets/template/img/lock.svg);
    background-size: 70%;
    background-position: top center;
    background-repeat: no-repeat;
	transition: 0.3s;
    transform: translateY(1.5rem);
    width: 4.5rem;
    height: 3.7rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    z-index: 0;
    transform-origin: 1rem;
}

.form-block:hover + .padlock .padlock-top {
	transform: translateY(1rem) rotateY(0);
}

.padlock.open1 .padlock-top {
	transform: translateY(1rem) rotateY(0)!important;
}
.padlock.open2 .padlock-top {
	transform: translateY(0.5rem) rotateY(0)!important;
}
.padlock.open3 .padlock-top {
	transition: 0.7s;
	transform: translateY(0.5rem) rotateY(180deg)!important;
}

.lock-close {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0.5rem;
	top: 0.5rem;
	transition: 0s;
	cursor: pointer;
}
.lock-close:before,
.lock-close:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: calc(50% - 1px);
	background: #737373;
}
.lock-close:before {
	transform: rotate(45deg);
}
.lock-close:after {
	transform: rotate(-45deg);
}
.lock-close:hover {
	transform: rotate(180deg);
	transition: 0.5s;
}
.lock-form input[type="text"] {
	padding-left: 2.5rem;
}
.symbol-wrap {
	position: absolute;
    top: 1rem;
    left: 0.15rem;
    height: calc(100% - 1rem);
    width: auto;
    display: flex;
}
.lock-form .form-group i {
	color: #737373;
	line-height: 1.7rem;
}
.radio-group {
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
	margin-bottom: 1.2rem;
}
.radio-group h4 {
	width: 100%;
	margin-bottom: 0.75rem;
}
.radio-group-item label {
	font-size: 0.9rem;
    font-weight: 500;
    color: #262626;
	position: relative;
	padding-left: 22px;
}
.radio-group-item input[type="radio"] {
	display: none;
}
.radio-group-item label:before,
.radio-group-item label:after {
	content: '';
	position: absolute;
	border-radius: 50%
}
.radio-group-item label:before {
    width: 1rem;
    height: 1rem;
    border: 1px solid #0165f9;
	left: 0;
}

.radio-group-item label:after {
	width: 0.625rem;
    height: 0.625rem;
    background: #0165f9;
    transition: 0.3s;
    transform: scale(0);
    top: 0.25rem;
    left: 0.25rem;
}
.radio-group-item input[type="radio"]:checked + label:after {
	transform: scale(1);
}
.policy-cb {
	margin-top: -1rem;
	margin-bottom: 1.5rem; 
}
.policy-cb input[type="checkbox"] {
	display: none;
}
.policy-cb label {
	font-size: 0.7rem;
    font-weight: 500;
    color: #737373;
	position: relative;
	padding-left: 1.25rem;

}
.policy-cb label:before, 
.policy-cb label:after {
	content: '';
	position: absolute;
}
.policy-cb label:before {
	width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.2rem;
    border: 1px solid #0165f9;
	top: 0.1rem;
    left: 0.1rem;
}

.policy-cb label:after {
	background-image: url("data:image/svg+xml;utf8,<svg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 548.873 548.873' style='enable-background:new 0 0 548.873 548.873;' xml:space='preserve'><g><g><polygon points='449.34,47.966 195.46,301.845 99.533,205.917 0,305.449 95.928,401.378 195.46,500.907 294.99,401.378 548.873,147.496' fill='%230164f9' style='fill: rgb(1, 101, 249);'></polygon></g></g></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.6rem;
    height: 0.6rem;
    transition: 0.3s;
    transform: scale(0);
    top: 0.2rem;
    left: 0.2rem;
}
.policy-cb input[type="checkbox"]:checked + label:after {
	transform: scale(1);
}
.confirm-shake {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: translate(1px, 0px);
  }
  10% {
    transform: translate(-1px, 0px);
  }
  20% {
    transform: translate(-3px, 0px);
  }
  30% {
    transform: translate(3px, 0px);
  }
  40% {
    transform: translate(1px, 0px);
  }
  50% {
    transform: translate(-1px, 0px);
  }
  60% {
    transform: translate(-3px, 0px);
  }
  70% {
    transform: translate(3px, 0px);
  }
  80% {
    transform: translate(-1px, 0px);
  }
  90% {
    transform: translate(1px, 0px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}
.modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
    left: 0;
	background: transparent;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.5s;
}
.modal.opened {
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
}
.modal-wrap {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: relative;
	display: flex;
	padding-bottom: 5rem;
}
.modal-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 1;
}
.modal-content {
	margin: auto;
	z-index: 2;
	width: 70rem;
    max-width: 90vw;
}
.modal-close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 0.5rem;
    top: 0.5rem;
    transition: 0s;
    cursor: pointer;
}
.modal-close:before, 
.modal-close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: calc(50% - 1px);
    background: #737373;
}
.modal-close:before {
    transform: rotate(45deg);
}
.modal-close:after {
    transform: rotate(-45deg);
}
.modal-close:hover {
    transform: rotate(180deg);
    transition: 0.5s;
}
.modal .card {
	position: relative;
}
.modal-side-left {
	padding-right: 1rem;
}
.modal-side-right {
	padding-left: 1rem;
}
@media (max-width: 767px) {
	.modal-side-left {
		padding-right: 0;
	}
	.modal-side-right {
		padding-left: 0;
	}	
}
footer {
	display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #a0a0a0;
	padding: 0 0.5rem 1rem 0.5rem;
}
.svgphone {
	height: 0.7rem;
    margin-bottom: -0.15rem;
}
.footerside {
	display: flex;
	max-width: max-content;
}
.footerside p {
	padding: 0;
	margin: auto;
	line-height: 0.9rem;
}
.notify-item a {
	display: initial!important;
	color: #0165f9;
	text-decoration: underline;
}
.cookie {
	position: fixed;
    bottom: 50px;
    left: calc(50% - 13rem);
	z-index: 9999;
}
.cookie .card-body {
	padding: 1rem;
    display: flex;
    flex-direction: row;
    background: #f6f6f6;
    color: #000;
}
.cookie .card-body i {
	margin: auto 1rem auto 0;
    padding: 0 !important;
}
.cookie .card-body p {
	margin-right: 1rem;
}
.cookie .btn-1 {
	max-height: max-content;
    padding: 0.75rem;
    margin: auto;
}

.form-group .error {
	display: none;
	font-size: 0.75rem;
    font-weight: 600;
    color: #ff5555;
    width: 100%;	
}
.form-group.haserror .error {
	display: block;
}

.form-group.haserror i{
	color: #ff5555;
}

.form-group.haserror input[type="text"] {
	border: 1px solid #ff5555;
}
.swal2-container {
	z-index: 10000!important;
}
