:root {
	--cassiopeia-color-primary: #000000;
	--cassiopeia-color-link: #8789ac;
	--cassiopeia-color-hover: #454545;
}

.my-bgcolor-b {
	background: #2722ff;
}
.my-bgcolor-d {
	background: #666666;
}
.my-txcolor-g {
	color: #2ed843;
}

.border ul {
	list-style-type: disc;
	color: #25d366;
}

.mod-list {
	align-self: center;
	color: #f8f8f8 !important;
}
.pagination {
    flex-wrap: wrap;
    gap: 0.5rem;

}

.com-content-category__counter {
	float: none !important;
}
.content-category h1 {
	padding-top: 1rem;
	padding-bottom: 1rem !important;
}

.footer {
	background: #353b41;
	padding-bottom: 4rem;
}

.back-to-top-link {
	inset-inline-start: 1rem;
	right: auto;
}

@media (min-width: 992px) {
	.mine .container-header .mod-menu {
		color: #e8e8e8 !important;
	}
}

@media (min-width: 992px) {
	.container-header .mod-menu {
		color: #000000 !important;
	}
}

.container-header .mod-menu>li.active:after,.container-header .mod-menu>li:hover:after {
	background: #000 !important;
}
.container-banner .banner-overlay .overlay {
    background-color: rgb(3 17 37 / 50%);
}

body.fone {
	background: url(/images/fon/body-fon1.jpg) 0% 0% / cover no-repeat;
	height: 0rem;
	min-height: 80rem;
    /* background-position: 50% 50%; */
    /* margin-top: -100px; */;
}
body.fone1 {
	background-image: linear-gradient(to right top, #f4f7fc, #f1f8fa, #f2f8f7, #f5f8f4, #f9f7f3);
}
.fone1 header {
	background:white;
}
.fone1 .finder {
	color: black
}

.mine .container-header .mod-menu>li.active:after,.container-header .mod-menu>li:hover:after {
	background: #fff !important;
}

.container-header .metismenu > li > a:hover::after,
.container-header .metismenu > li > button:hover::before, 
.container-header .metismenu > li.active > a::after, 
.container-header .metismenu > li.active > button::before {
	background: #000000 !important;
	opacity: 0.3;
}

.mine .container-header .metismenu > li > a:hover::after,
.mine .container-header .metismenu > li > button:hover::before, 
.mine .container-header .metismenu > li.active > a::after, 
.mine .container-header .metismenu > li.active > button::before {
	background: #ffffff !important;
	opacity: 0.3;
}

.grid-child .container-nav {
	align-self: center;
}

.text-primary {
	color: #7d8791 !important;
}

.btn-outline-primary {
	border-color: #000000;
	color: #585858;
}

.bg-primary {
	background-color: #22262a!important;
}

.text-muted-l {
	color: #adadad;
}

.container-header {
	background: transparent;
}

.container-header .navbar-brand a {
	color: #fff;
	font-weight: bold;
}

a {
	text-decoration: none !important;
}

.brand-logo img {
	width: 5rem;
	filter: grayscale(1);
}

.mine .brand-logo svg {
	fill: #e8e8e8;
}

.container-header .mod-menu {
	color: #5c5c5c;
	justify-content: center;
	text-transform: uppercase;
}

.navbar-expand-lg {
	width: 100%;
	justify-content: flex-end;
}

.mine .container-header .container-nav {
	position: absolute;
}

.mine .navbar-brand {
	position: absolute !important;
	z-index: 11;
}

.mine .container-header .navbar-toggler {
	color: #e8e8e8;
}

.container-header .navbar-toggler {
	color: #000000;
}

.nav-grid {
	display: grid;
	grid-template-columns: auto 1fr;
}
/*
.container-header .mod-menu>li.active:after, 
.container-header .mod-menu>li:hover:after {
    background: #ffffff;
    opacity:1;
}

*/
.waviya {
	position: relative;
}

.waviya span {
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	color: #fff;
	text-transform: uppercase;
	animation: flip 4s infinite;
	animation-delay: calc(.2s * var(--i));
}

@keyframes flip {
	0%,80% {
		transform: rotateY(360deg);
	}
}

.waviya1 {
	position: relative;
}

.waviya1 span {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	animation: flip 4s infinite;
	animation-delay: calc(.2s * var(--i));
}

@keyframes flip {
	0%,80% {
		transform: rotateY(360deg);
	}
}

.container-banner .banner-overlay {
	background-attachment: scroll;
}

/*offcanvas*/
.offcanvas {
	background-color: #22262a;
}

.offcanvas.offcanvas-start {
	width: 280px;
}

.primaryNav ul {
	list-style: auto;
	position: relative;
	padding-inline-start: 40px;
	border: black solid;
}

.primaryNav li {
	border: #b0b0b0 solid;
	color: #ff0800;
	font-size: 1.3rem;
}

#bg_popup {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#bg_popup {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#popup {
	background: #fff;
	max-width: 520px;
	width: 100%;
	margin: 25% auto;
	padding: 5px 20px 13px 20px;
	border: 2px solid #1BA600;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.close {
	display: block;
	position: absolute;
	top: -12px;
	right: 5px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	color: #fff;
	background: #1BA600;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background-color: #f30;
}

/*------------DELETE------------*/



a {
	text-decoration: none !important;
}

.container-banner .banner-overlay {
	background-attachment: scroll;
}

.container-header .mod-menu {
	flex: 1 0 100%;
	padding: 0 1em;
	margin: 0;
	color: #e6e6e6;
	list-style: none;
	*
	text-transform: uppercase;
	justify-content: center;
}

/*---------*/

.metismenu.mod-menu .metismenu-item > a:focus,
.metismenu.mod-menu .metismenu-item > button:focus {
	outline: 0px dotted #ced4da;
	outline-offset: 2px;
}

.metismenu.mod-menu .metismenu-item.active > a, .metismenu.mod-menu .metismenu-item.active > button,
.metismenu.mod-menu .metismenu-item > a:hover,
.metismenu.mod-menu .metismenu-item > button:hover {
	text-decoration: none;
}
/*---------*/
@media (min-width: 768px) {
	.container-header .metismenu > li > a::after,
.container-header .metismenu > li > button::before {
		opacity: 0.9;
	}
}

.container-header .metismenu > li > a:hover::after,
.container-header .metismenu > li > button:hover::before, 
.container-header .metismenu > li.active > a::after, 
.container-header .metismenu > li.active > button::before {
	background: #cc0335;
}

/*---------*/

.btn:focus {
	box-shadow: none !important;
}

/*---------*/
.btn {
	border-radius: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}
/*-------*/

/*
.modal-open {
    overflow: visible !important;
    padding-right: 0 !important;
}
.modal-backdrop {
  z-index: auto;
}
.container-header .mod-menu {
	flex-wrap: wrap;
	flex: 1 0 100%;
	padding: 0;
	margin: 0;
	color: white;
	list-style: none;
}
*/
/*------*/
.b-wrap {
	width: 100%;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.b-full {
	margin-left: -0.5em;
	margin-right: -0.5em;
}
/*-------*/
.img {
	border-radius: 20px 20px 0 0;
	border-bottom: 15px solid;
	border-image: conic-gradient(#ff6d22,#007dc3, #ff6d22, #a826eb, #007dc3, #ff6d22,#a826eb) 1;
}

.s-carousel .carousel {
	position: relative;
	margin-left: 2.2em;
	margin-right: 2.2em;
}
/*--------*/
.s-carousel .carousel-control-prev {
	left: -2.2em;
}

.s-carousel .carousel-control-next {
	right: -2.2em;
}

.s-carousel .carousel-control-prev,
.carousel-control-next {
	width: auto;
	padding: 0;
}

.s-red .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.s-red .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='red'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.s-blue .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='blue'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.s-blue .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='blue'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*---------*/
#my .accordion-button:not(.collapsed) {
	color: #000000;
	background-color: #fbfbfb;
	box-shadow: none;
}

#my .accordion-button:not(.collapsed):after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktZGFzaC1sZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMiA4YS41LjUgMCAwIDEgLjUtLjVoMTFhLjUuNSAwIDAgMSAwIDFoLTExQS41LjUgMCAwIDEgMiA4WiIvPg0KPC9zdmc+);
}

#my .accordion-button:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktcGx1cy1sZyIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOCAyYS41LjUgMCAwIDEgLjUuNXY1aDVhLjUuNSAwIDAgMSAwIDFoLTV2NWEuNS41IDAgMCAxLTEgMHYtNWgtNWEuNS41IDAgMCAxIDAtMWg1di01QS41LjUgMCAwIDEgOCAyWiIvPg0KPC9zdmc+);
}

@media (max-width: 768px) {
	.metismenu.mod-menu .metismenu-item>ul {
		position: relative;
		background: #dfe3e700;
		width: 100%;
		box-shadow: none;
	}
}

@media (max-width: 768px) {
	.mod-menu {
		color: white;
	}
}

@media (max-width: 768px) {
	..mod-menu li a {
		text-decoration: none;
		color: white;
	}
}

#btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: 1;
}
/*-----------------*/

/* screen */
.device-iphone {
	position: relative;
}

.device-iphone img {
	position: relative;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
}

.device-iphone img.screen {
	position: absolute;
	top: 2.5%;
	left: 8%;
	width: 84.2%;
	height: 92.8%;
	border-radius: 5%;
}

.device-laptop {
	position: relative;
}

.device-laptop img {
	position: relative;
	-o-object-fit: cover;
	/* object-fit: cover; */
	/* overflow: hidden; */;
}

.device-laptop img.screen {
	position: absolute;
	top: 6.8%;
	left: 12.3%;
	width: 75.6%;
	height: 82.4%;
}

.my .article-info, 
.my .page-header, 
.my .pagenavigation,
.my .icons,
.my .breadcrumb,
.my #system-message-container {
	max-width: 1320px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.my .container-header {
	background: transparent;
}

.my .page-header {
	text-align: center;
}

/*---------*/
.text-thin-center:after {
	display: block;
	width: 10%;
	height: 4px;
	margin: .5rem auto .5rem;
	content: "";
	background: #fff;
	background: #cc0335;
}

.text-thin-start:after {
	display: block;
	width: 10%;
	height: 4px;
	margin-top: .5rem;
	content: "";
	background: #fff;
	background: #cc0335;
}

/*---------*/
.lift:focus, .lift:hover {
	box-shadow: 0 .8125rem 1rem rgba(35,35,35,.15)!important;
	-webkit-transform: translate3d(0,-6px,0)!important;
	transform: translate3d(0,-6px,0)!important;
}

.lift {
	transition: box-shadow .3s ease,-webkit-transform .3s ease;
	transition: box-shadow .3s ease,transform .3s ease;
	transition: box-shadow .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

/*---------*/
.my .metismenu.mod-menu {
	background: #fff;
}

@media (min-width:992px) {
	.my .metismenu.mod-menu {
		background: #0d6efd00;
		flex-wrap: wrap;
		color: #fff;
	}
}

.my .container-header .container-nav {
	position: absolute;
}

@media (min-width:992px) {
	.my .metismenu.mod-menu .metismenu-item>ul {
		*right: 0;
	}
}

.my .container-header .navbar-toggler {
	border: 0;
	color: #fff;
}
/*--------*/

.my .container-xxl.container-nav {
	max-width: 100%;
	*background: black;
	*background: #f9fafb;
}

.my .navbar.navbar-expand-lg {
	max-width: 1320px;
	margin: auto;
}

.scr-mask {
	padding: .65rem .35rem;
	background-image: linear-gradient(to left bottom, #000000, #000000, #1e1e1e, #979797, #000000);
	border: .11rem solid #b6b6b6;
    /* background: rgb(2,0,36); */
	border-radius: 1.85rem;
	-webkit-box-shadow: 0px 20px 20px -20px #111111, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 20px 20px -20px #111111, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.scr-sadow {
	-webkit-box-shadow: 0px 20px 20px -20px #111111, 5px 5px 15px 5px rgb(0 0 0 / 0%);
	box-shadow: 0px 20px 20px -20px #111111, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.rounded-6 {
	border-radius: 1.25rem;
}
/*------------*/

.container-component > *:first-child {
	*margin-top: 0em;
}

.container-xxl.container-nav {
	max-width: 100%;
	*background: black;
	background: transparent;
}

#system-message-container {
	*margin-top: 5rem;
}

.mtt {
	*margin-top: 3.999rem;
}

..container-header {
	position: absolute;
	background: #e8787866;
  /* z-index: 10; */
  /* margin-left: auto; */
  /* margin-right: auto; */
	width: 100%;
}

.@media (max-width:991.98px) {
	.container-header {
		position: absolute!important;
}
}


/** Multi-slide Bootstrap 5 Carousel https://seomatrix.net/joomla4-konstruktor-elementov/karusel-multi-slider **/
.carousel-multi .carousel-item.active,
.carousel-multi .carousel-item-next,
.carousel-multi .carousel-item-prev {
	display: flex;
}

.carousel-multi .card-img-overlay {
	color: white;
}

/* medium and up screens */
@media (min-width: 768px) {
  
	.carousel-multi .active.carousel-item-end,
  .carousel-multi .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-multi .active.carousel-item-start, 
  .carousel-multi .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-multi .carousel-item-end,
.carousel-multi .carousel-item-start {
	transform: translateX(0);
}

@media (max-width: 767px) {
	.carousel-multi .carousel-item > div {
		display: none;
	}

	.carousel-multi .carousel-item > div:first-child {
		display: block;
	}

	.carousel-multi .carousel-item img {
		height: auto!important;
	}
}
/** end Multi-slide Bootstrap 5 Carousel **/

/*---------*/

.rhombus:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 26px;
	left: 50%;
	position: absolute;
	top: -0.2em;
	transform: rotate(45deg) translateX(-50%);
	width: 26px;
}

.rhombus {
	position: relative;
}



/*Social Widget*/
.social-widget {
	position: fixed;
	width: 3rem;
	bottom: 1rem;
	right: 1rem;
	z-index: 1000;
}

.social-widget .dropdown-menu {
	min-width: auto;
	padding: 0;
	color: #fff;
	background-color: transparent;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	transform: translateX(100%);
    /* transform: translateY(-100%); */
    /* transform: translateX(-100%); */
	transition: 0.35s ease;
}

.social-widget1 {
	width: 12rem;
	height: 3rem;
	font-size: 2rem;
	padding: .55rem;
	background: #25d366;
	color: white;
	border-radius: 50px;
}

.social-widget1 span {
	font-family: var(--body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	vertical-align: middle;
}

.fa-comment-dots.show:before {
	content: "\f00d";
}

.pulse {
	/* width: 50px; */
	/* height: 50px; */
	/* background: transparent; */
	/* padding: 2px; */
	border-radius: 50px;
	animation: radial-pulse 2s infinite;
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px #25d366;
	}

	100% {
		box-shadow: 0 0 0 15px rgb(0 0 0 / 0%);
	}
}

body[data-aos-duration='40000'] [data-aos],
[data-aos][data-aos][data-aos-duration='40000'] {
	transition-duration: 40000ms;
}

.ob-fit {
	object-fit: cover;
}