/*
Lacute Perfect Panel Theme
Author: PANDAA - https://www.r10.net/profil/131224-pandaa.html
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html,
body {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
	background-color: #FAFBFE;
}

.hidden {
	display: none!important
}

select,
option {
	-webkit-appearance: none;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

body.dark ::-webkit-scrollbar-thumb {
	background: #2a3148;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	background: transparent;
}

.main-color {
	color: #183e86
}

.btn-xs {
	padding: 5px;
	font-size: 12px
}

.dash-menu-btn {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.close-sidebar-btn {
	position: absolute;
	top: 20px;
	right: -50px;
	height: 50px;
	width: 50px;
	color: #183e86;
	background: #fff;
	line-height: 50px;
	text-align: center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #fff;
	display: none;
	cursor: pointer;
}

.app-sidebar {
	width: 280px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	background-color: #fff;
	-webkit-box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	box-shadow: 17px 4px 35px rgba(0, 0, 0, 0.02);
	z-index: 1029;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar.sidebar-inact .sidebar-header {
	padding-bottom: 10px
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 65px;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 60px;
}

.app-sidebar .sidebar-header .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-header .sh-bg {
	position: absolute;
	left: 0px;
	top: -40px;
	width: calc(100% + 40px);
	height: 174px;
	background-color: transparent;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	z-index: 0;
	background: #192359
}

.app-sidebar .sidebar-header .app-user {
	position: relative;
	padding: 40px 30px;
}

.app-sidebar .sidebar-header .app-user .user-name {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	color: #342E59;
	margin-top: 15px;
	margin-bottom: 20px
}

.app-sidebar .sidebar-header .app-user .user-balance {
	border-radius: 10px;
	background: #183e86;
	color: #fff;
	padding: 14px 23px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .16s ease;
	transition: .16s ease;
	position: relative;
	letter-spacing: .4px;
	text-decoration: none!important
}

.app-sidebar .sidebar-header .app-user .user-balance:hover {
	-webkit-box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
	box-shadow: 0px 6px 25px rgba(24, 91, 220, 0.4);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text] {
	overflow: hidden;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]::before {
	content: attr(data-second-text);
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	color: #fff;
	-webkit-transition-delay: .16s;
	transition-delay: .16s;
	-webkit-transition: .16s ease;
	transition: .16s ease;
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover {
	color: rgba(255, 255, 255, 0);
}

.app-sidebar .sidebar-header .app-user .user-balance[data-second-text]:hover::before {
	opacity: 1;
	top: 50%;
}

.app-sidebar .sidebar-content {
	padding: 20px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 2px;
}

body.dark .app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: #2a3148;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}

.app-sidebar .sidebar-menu {
	list-style: none;
	padding: 0px 14px;
	margin: 0px;
}

.app-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 10px;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
	background: #E5EEFF;
	color: #2258BF;
	font-weight: 600;
}

.app-sidebar .sidebar-menu li a.menu-link {
	padding: 13px 18px;
	border-radius: 14px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #342e59;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
	background: #E5EEFF;
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	vertical-align: -1px;
}

.app-header {
	top: 0px;
	left: 280px;
	right: 0px;
	z-index: 1003;
	background: #192359;
	border-left: 1px solid #192459;
	height: 100px;
	position: fixed;
}

.app-header .row-100 {
	height: 100px;
}

.app-header .col-100 {
	max-height: 100px !important;
}

.app-header .hea-ann-title {
	border-radius: 10px;
	padding: 14px 30px;
	background: #3950aa9c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.app-header .header-btn {
	font-size: 15;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #183e86;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	border-radius: 9px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.container-fluid {
	padding: 0 50px;
}

.dhr-marquee {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .6px;
	line-height: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.divider {
	border-bottom: 1px solid #EFEFEF;
}

.d-card {
	border-radius: 19px;
	background-color: #fff;
	color: #566090;
    border: 2px solid rgb(71 78 119 / 23%);
    box-shadow: 0px 0px 12px 0px rgb(24 36 89 / 16%);
    border-radius: 20px;
}

.d-card.dc-blue {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#183e86)) #183e86;
	background: linear-gradient(to right, #183e86, #183e86) #183e86;
	color: #fff
}

.d-card.dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#f25a3c), to(#ff7f40)) #ff7f40;
	background: linear-gradient(to right, #f25a3c, #ff7f40) #ff7f40;
	color: #fff
}

.d-card .d-card-head {
	padding: 20px 4px 20px 4px;
	margin: 0 32px;
	position: relative;
	font-weight: 700;
	color: #464E77;
	font-size: 19px;
	letter-spacing: .2px;
}

.d-card .d-card-head::after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 160px;
	z-index: 4;
	left: 0px;
	height: 2px;
	background: #183e86;
}

.d-card .d-card-head .dch-icon {
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	margin-right: 10px;
}

.d-card .d-card-head .dch-icon img {
	height: 42px;
}

.d-card .d-card-body {
	padding: 15px 30px 15px 30px;
}

.d-card.d-pad {
	padding: 34px 30px;
}

.d-card.d-pad-2 {
	padding: 20px 30px;
}

.dc-ht-sup-box {
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.dc-ht-sup-box .dc-ht-sup-title {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 14px;
}

.app-content {
	background-color: #FAFBFE;
	padding-left: 280px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.dash-home-status {
	position: relative;
	margin: 0;
}

.dash-home-status>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.dash-home-status>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.dash-home-status .dhs-item {
	border-radius: 18px;
	background-color: #3054e0;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
	overflow: hidden
}

.dash-home-status .dhs-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(https://smm360.com/img/files/8f53a76199c951d157cc1a3454df0f19.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .7;
}

.dash-home-status .dhs-item.dhs-item--1 {
	background: rgb(117, 155, 255);
	background: linear-gradient(230deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    border: 1px solid rgb(71 78 119 / 39%);
    box-shadow: 0px 0px 11px 0px rgb(24 36 89 / 36%);
    
}

.dash-home-status .dhs-item.dhs-item--2 {
	background: rgb(252, 82, 134);
	background: linear-gradient(230deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    border: 1px solid rgb(71 78 119 / 39%);
    box-shadow: 0px 0px 11px 0px rgb(24 36 89 / 36%);
    
}

.dash-home-status .dhs-item.dhs-item--3 {
	background: rgb(255, 196, 128);
	background: linear-gradient(230deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    border: 1px solid rgb(71 78 119 / 39%);
    box-shadow: 0px 0px 11px 0px rgb(24 36 89 / 36%);
    
}

.dash-home-status .dhs-item.dhs-item--4 {
	background: rgb(14, 76, 253);
	background: linear-gradient(230deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    border: 1px solid rgb(71 78 119 / 39%);
    box-shadow: 0px 0px 11px 0px rgb(24 36 89 / 36%);
   
}

.dash-home-status .dhs-item .dhs-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #b5437a;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.dash-home-status .dhs-item .dhs-item--icon .dhs-item--icon-img {
	width: auto;
	height: 60%;
}

.dash-home-status .dhs-item .dhs-item--title {
	color: #183e86;
	font-size: 15px;
	font-weight: 300;
}

.dash-home-status .dhs-item .dhs-item--text {
	font-size: 24px;
	font-weight: 600;
	color: #183e86;
}

/* Dark mode: затемнити "стат-картки" (Ваш баланс / ...), прибрати білий градієнт */
body.dark .dash-home-status .dhs-item {
	background-color: #1a1d2a;
	color: #eef2ff;
	border: 1px solid #2a3045;
	-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

body.dark .dash-home-status .dhs-item::before {
	opacity: .12;
}

body.dark .dash-home-status .dhs-item.dhs-item--1,
body.dark .dash-home-status .dhs-item.dhs-item--2,
body.dark .dash-home-status .dhs-item.dhs-item--3,
body.dark .dash-home-status .dhs-item.dhs-item--4 {
	background: #1a1d2a;
	border: 1px solid #2a3045;
	-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

body.dark .dash-home-status .dhs-item .dhs-item--title {
	color: #b7c0e6;
}

body.dark .dash-home-status .dhs-item .dhs-item--text {
	color: #ffffff;
}

body.dark .dash-home-status .dhs-item .dhs-item--icon {
	border-color: rgba(255, 255, 255, 0.18);
}

.order-side {
	margin-top: 40px
}

.simple-title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .4;
	color: #464646;
	position: relative;
	padding-bottom: 14px;
}

.simple-title::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 76px;
	background: #315DFF;
}

.form-group .form-control {
	border: none;
	outline: none;
	background-color: #FAFAF9;
	color: #031e83;
	font-size: 15px;
	font-weight: 500;
	min-height: 52px;
	overflow: hidden;
	padding: 10px 18px;
}

.form-group .form-control {
	outline: none;
	box-shadow: none;
}

.form-group .form-control::-webkit-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control:-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::-ms-input-placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group .form-control::placeholder {
	color: rgba(70, 78, 119, 0.8);
}

.form-group.fg-ly .input-group .input-group-prepend .input-group-text {
	background: #FF9B5C !important;
}

.form-group.fg-lb .input-group .input-group-prepend .input-group-text {
	background: #214AF0 !important;
}

.form-group .input-group .input-group-prepend .input-group-text {
	background: #c93d59;
	color: #fff;
	outline: none;
	border: none;
	text-align: center;
	width: 52px;
}

.form-group .input-group .input-group-prepend .input-group-text i {
	width: 100%;
	text-align: center;
}

.form-group label {
	color: #464E77;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 12px;
}

.form-group.fg-for-login label {
	color: #fff;
}

.form-group.fg-for-login .form-control {
	background-color: #edeef2;
	color: #444;
}

.form-group.fg-for-login .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.form-group.fg-for-login .form-control::placeholder {
	color: rgba(0, 0, 0, 0.6);
}

.profile-box {
	padding: 54px 30px 30px;
	color: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
}

.profile-box .pb-title {
	font-size: 24px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 8px;
}

.profile-box .pb-text {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	letter-spacing: .2px;
	margin-bottom: 10px;
}

.profile-box.box-1 {
	background: -webkit-gradient(linear, left top, right top, from(#FFB16F), to(#FF8A4D)) #FF8A4D;
	background: linear-gradient(to right, #FFB16F, #FF8A4D) #FF8A4D;
}

.profile-box.box-1 .btn {
	color: #FF9556 !important;
}

.profile-box.box-2 {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
	background: linear-gradient(to right, #183e86, #315DFF) #183e86;
}

.profile-box.box-2 .btn {
	color: #464E77 !important;
}

.alert {
	border: none;
	outline: none;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 30px;
}

.alert.alert-success {
	background-color: #c8f2ddcf;
	color: #183e86 !important;
}

.alert.alert-danger {
	background-color: #ec3e7240;
	color: #fb3f77;
}

.btn {
	padding: 14px 30px;
	border: none;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.btn.btn-primary {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
	background: linear-gradient(to right, #183e86, #315DFF) #183e86;
}

.btn.btn-primary {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
	background: linear-gradient(to right, #183e86, #183e86) #183e86;
}

.btn.btn-light {
	color: #315DFF;
	background: #fff;
}

.btn.btn-secondary {
	background: #183e86;
}

.btn.btn-secondary:hover {
	background: #ff7e40;
	transition: 300ms all
}

.btn.btn-purple {
	background: linear-gradient(90deg, var(--c1, rgb(236, 7, 199)), var(--c2, rgb(188, 0, 158)) 51%, var(--c1, rgb(19, 139, 255))) var(--x, 0)/ 200%;
	color: #fff
}

.btn.btn-lg {
	font-size: 17px;
	padding: 22px 34px;
	font-weight: 500;
}

.btn.btn-outline {
	padding: 12px 30px;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.btn.btn-outline:hover {
	background: #fff;
	color: #181818;
}

.tab-pane .notification {
	padding: 0 0 20px 0;
	height: 500px
}

.tab-pane .notification li {
	display: flex;
	align-items: center;
	border: 1px solid #f5f5f5;
	border-bottom-color: #dadada;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background: #FAFAF9
}

.tab-pane .notification li .icons i {
	font-size: 25px;
	margin-right: 10px;
}

.tab-pane .notification li .date {
	color: #ccc;
	font-size: 14px;
	margin-bottom: 10px;
}

.tab-pane .notification li .title {
	font-size: 16px;
	font-weight: 500;
}

.tab-pane .notification li .title a {
	color: #464E77
}

.tab-pane .notification li .text {
	color: #464E77;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
}

.home-body {
	background: #FAFBFE;
	max-width: 100%;
	overflow-x: hidden;
}

.header {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1025;
	margin-top: 30px;
}

/* Лендінг: хедер завжди над контентом hero (картка логіну тощо) */
.home-body .header {
	z-index: 1030;
}

.header .site-icon-container {
	display: inline-block;
}

.header .site-icon-container img {
	max-height: 54px;
	width: auto;
}

.header .site-name img {
	height: 60px;
}

.header .header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header .header-menu ul li {
	display: inline-block;
	padding: 0 25px;
}

.header .header-menu ul li.active a {
	color: #fff !important;
}

.header .header-menu ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 15px;
	display: block;
	font-weight: 600;
	height: 100px;
	line-height: 100px;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.header .header-menu ul li a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.container {
	max-width: 1200px;
}

.text-primary {
	color: #3E3F5E !important;
}

.services-search {
	position: relative;
}

.services-search .ss-input {
	position: relative;
	height: 40px;
	border-radius: 5px;
	background: #F8F8F8;
	border: 1px solid #fbfbfb;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	color: #C9C9C9;
	padding: 0 30px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}

.services-search .ss-input:focus {
	border: 1px solid #ebe8e8;
	outline: none;
}

.input-group-btn .dropdown-menu {
	left: auto;
	right: 0;
	width: 350px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.input-group-btn .dropdown-menu>li>a {
	display: block;
	padding: 4px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none
}

.input-group-btn .dropdown-menu>li>a:hover {
	color: #183e86
}

.table td {
	border-bottom: 2px solid #E5E7E8;
}

.table td,
.table th {
	border-top: none;
}

.table thead {
	font-size: 14px;
	color: #576591;
	font-weight: 600;
}

.table tbody {
	font-size: 16px;
	color: #464E77;
	letter-spacing: .2px;
	font-weight: 400;
}

.services-header {
	border: none;
}

.services-header td {
	border: none;
}

.services-header .services-title {
	border-radius: 10px;
	background: #183e87;
	min-height: 52px;
	font-size: 16px;
	padding: 11px 24px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	color: #fff;
}

.filter-btns {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: -4px;
	margin-right: -4px;
}

.filter-btns>div {
	padding-left: 4px;
	padding-right: 4px;
}

.filter-btns .filter-btn {
	padding: 12px 18px;
	font-size: 12px;
	color: #646A8C;
	font-weight: 500;
	margin: 6px 0;
	display: block;
	border-radius: 6px;
	background: #F8F8F8;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	text-decoration: none !important;
}

.filter-btns .filter-btn:hover {
	background: #E2E8F5;
}

.filter-btns .filter-btn.active {
	background: -webkit-gradient(linear, left top, right top, from(#2341BB), to(#214BF3)) #214BF3;
	background: linear-gradient(to right, #2341BB, #214BF3) #214BF3;
	color: #fff;
}

.filter-btns .filter-btn .icon {
	margin-right: 8px;
	font-size: 14px;
}

.filter-search {
	border-radius: 6px;
	background: #183e86;
	color: #fff;
	position: relative;
	display: block;
	margin: 6px 0;
}

.filter-search:focus-within {
	outline: 2px solid #214BF3;
}

.filter-search .fise-input {
	outline: none;
	border: none;
	background: transparent;
	padding: 12px 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: calc(100% - 41px);
	position: relative;
}

.filter-search .fise-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-input::placeholder {
	color: rgba(255, 255, 255, 0.9);
}

.filter-search .fise-btn {
	border: none;
	outline: none;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

.filter-search .fise-btn i {
	height: 20px;
}

.addf-text {
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 27px;
	font-weight: 500;
	color: #A8A8A8;
}

.addf-text p {
	margin-bottom: 1.8rem;
}

.addf-text .dear-text {
	font-size: 17px;
	color: #373737;
	font-weight: 600;
}

.addf-warning {
	font-size: 12px;
	color: #616685;
	letter-spacing: .8px;
}

.addf-warning span {
	color: #1B5BE0;
	font-weight: 600;
}

.addf-warning i {
	color: #1B5BE0;
	font-size: 16px;
	margin-right: 4px;
}

.faq-ss-tabs .home-ss-tab {
	position: relative;
	cursor: pointer;
	background: transparent;
	color: #1a1d2a;
	background-color: #fff;
	padding: 28px 20px 28px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	border-radius: 12px;
}

.faq-ss-tabs .home-ss-tab .fa-minus {
	display: none;
}

.faq-ss-tabs .home-ss-tab.active {
	background: #183e86;
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .ss-tab-head .right-p {
	color: #fff;
}

.faq-ss-tabs .home-ss-tab.active .fa-minus {
	display: block;
}

.faq-ss-tabs .home-ss-tab.active .fa-plus {
	display: none;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head {
	font-size: 20px;
	font-weight: 500;
	color: #1a1d2a;
}

.faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #1a1d2a;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
}

.faq-ss-tabs .home-ss-tab .ss-tab-content {
	display: none;
	padding-top: 12px;
	color: #fff;
	font-size: 16px;
	line-height: 170%;
	padding-bottom: 8px;
}

.tos-navs .nav-item {
	display: inline-block;
}

.tos-navs .nav-item.nav-link {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	text-align: center;
	margin: 0 10px;
	position: relative;
	line-height: 30px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 600;
	padding: 18px 23px;
	margin-bottom: 20px;
	background-color: #E5EEFF;
	color: #183e86;
	border-radius: 5px;
	font-size: 600;
}

.tos-navs .nav-item.nav-link.active {
	background-color: #183e86;
	color: #fff;
}

.tos-navs .nav-item.nav-link:hover {
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.14);
}

pre.code {
	border-radius: 10px;
	background-color: #dde9ff;
	color: #183e86;
	padding: 24px;
}

@media (max-width: 767.98px) {
	.container-fluid {
		margin-bottom: 100px;
		padding: 0 15px !important;
	}
	.table-mobile-cards thead {
		display: none;
	}
	.table-mobile-cards tr {
		border: none;
	}
	.table-mobile-cards tr.table-mobile-card {
		display: block;
		border-radius: 10px;
		border: 1px solid #eee;
		padding: 14px 24px;
		margin-bottom: 24px;
		margin-left: 15px;
		margin-right: 15px;
		background: #fafafa;
	}
	.table-mobile-cards tr.table-mobile-card td {
		display: block;
		border: none;
		padding: 0px;
		font-size: 14px;
	}
	.table-mobile-cards tr.table-mobile-card td+td {
		margin-top: 12px;
	}
	.table-mobile-cards tr.table-mobile-card td::before {
		content: attr(data-title);
		font-size: 14px;
		color: #000;
		font-weight: 500;
		display: block;
	}
	.app-sidebar {
		left: -100px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 40px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-avatar>.the-avatar {
		width: 40px !important;
		height: 40px !important;
	}
	.app-sidebar .app-user .user-avatar .avatar-badge {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg-bt {
		display: none !important;
	}
	.app-sidebar .app-user .user-avatar .the-avatar-bg {
		display: none !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 0px !important;
	}
	.app-header {
		left: 0px !important;
	}
	.dash-home-status .dhs-item {
		padding: 10px;
		text-align: center;
		border-radius: 10px
	}
	.dash-home-status .dhs-item .dhs-item--title {
		font-size: 12px
	}
	.dash-home-status .dhs-item .dhs-item--text {
		font-size: 20px
	}
	.top-notice-content p {
		font-size: 12px
	}
	.order-side {
		margin-top: 0
	}
	.d-card .d-card-body {
		padding: 15px
	}
	.p0 {
		padding: 0!important
	}
	.services-search {
		padding: 15px
	}
	.input-group-btn .dropdown-menu>li>a {
		font-size: 14px
	}
	#orderDetail {
		padding: 15px
	}
	#orderDetail .card .card-header h4 {
		font-size: 14px!important
	}
	#orderDetail .card .ordNumber {
		font-size: 15px;
		padding: 10px 15px
	}
	#orderDetail .card .ordStatus {
		font-size: 16px
	}
	#orderDetail .card small {
		font-size: 15px
	}
	#orderDetail .card-body ul li {
		font-size: 14px!important;
	}
	.orderNav {
		padding: 15px
	}
	.orderNav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important
	}
	.dash-list {
		margin-top: 0!important
	}
	.orders-btn {
		padding-bottom: 0!important
	}
	.app-header {
		height: 75px
	}
	.app-header .row-100 {
		height: 75px
	}
	.d-card .d-card-head {
		font-size: 14px;
		margin: auto
	}
	.text-style-2 {
		font-size: 12px
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-head {
		font-size: 15px;
		font-weight: 400
	}
	.faq-ss-tabs .home-ss-tab .ss-tab-content {
		font-size: 13px
	}
	.app-sidebar.sidebar-inact .sidebar-header {
		padding-bottom: 0
	}
	.app-sidebar .sidebar-content {
		padding: 0 0 20px 0
	}
	.app-sidebar .sidebar-menu {
		padding-bottom: 50px;
		margin-top: 25px;
	}
	.tos-navs .nav-item.nav-link {
		width: 100%
	}
}

@media (max-width: 1199.98px) {
	.app-sidebar .sidebar-header .sh-bg {
		background: transparent
	}
	.register-page .register-page-content {
		padding: 25px 0 100px 0!important
	}
	.register-left .rl-text {
		margin-bottom: 25px!important
	}
	.home-head .hl-title {
		font-size: 42px!important
	}
	.home-head {
		padding: 100px 0 0!important
	}
	.home-head,
	.ha-item {
		overflow: hidden
	}
	.container-fluid {
		padding: 0 30px;
	}
	.app-sidebar {
		width: 80px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: block;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar .app-user .user-name {
		display: none;
	}
	.app-sidebar .app-user .user-balance {
		display: none;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 80px;
	}
	.app-header {
		left: 80px;
	}
}

@media (max-width: 1500.98px) {
	.container-fluid {
		padding: 0px 25px;
	}
}

@media (min-width: 1199.98px) {
	.app-sidebar.sidebar-inact {
		width: 80px;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .app-user {
		padding: 0px 10px !important;
	}
	.app-sidebar.sidebar-inact .app-user .user-name {
		display: none;
	}
	.app-sidebar.sidebar-inact .app-user .user-balance {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content.sidebar-inact {
		padding-left: 80px;
	}
	.app-header.sidebar-inact {
		left: 80px;
	}
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important;
	margin-top: 15px
}

#serviceItem,
#categoryItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 15px;
	background: #FAFAF9;
	border-bottom: 1px solid #fff;
	color: #1d2f89;
	text-align: left;
	width: 100%
}

#serviceItem:hover,
#categoryItem:hover {
	background: #fff
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}

.dropdown button {
	background: #fff;
	border: 1px solid #fff;
	border-top: none!important;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
    transform: translate3d(8px, 40px, 0px)!important;
}

.fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)!important;
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
}

.fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 5px;
}

.fab.fa-youtube {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 3px;
}

.fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 15px;
}

.fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 6px;
}

.fab.fa-linkedin {
	background: #0763c7;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 12px;
}

.fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-tiktok {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 5px;
}

.fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.nav-pills.fastside .nav-link {
	background: #E5EEFF;
	color: #2258BF;
	text-align: center;
	padding: 15px 0;
	border-radius: 18px 0 0 0
}

.nav-pills.fastside .nav-link.second {
	border-radius: 0 18px 0 0!important
}

.nav-pills.fastside .nav-link.active,
.nav-pills .show>.nav-link {
	background: #183e86;
	color: #fff
}

.panel-body {
	background-color: #FAFAF9;
	color: #464E77;
	font-size: 15px;
	border-radius: 5px;
	padding: 20px
}

.app-navbar {
	display: none;
	height: 70px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 1000;
	padding: 0;
	-webkit-box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
	box-shadow: 0 5px 50px rgb(200 200 200 / 100%);
}

.app-navbar>.row {
	height: 70px;
}

.app-navbar .navbar-mid-icon {
	margin-top: -40px;
	margin-left: -5px
}

.app-navbar a.active .navbar-icon {
	-webkit-filter: inherit;
	filter: inherit;
}

.app-navbar a.active .navbar-texts {
	color: #183e86;
}

.app-navbar a.active i {
	color: #183e86
}

.app-navbar i {
	color: #202020
}

.app-navbar .navbar-texts {
	font-size: 12px;
	font-weight: 500;
	color: #202020;
	display: block;
	margin-top: 6px;
}

.sDetayBtn {
	background: #183e86;
	color: #fff!important;
	border-radius: 25px;
	font-size: 14px;
	padding: 5px 20px;
	cursor: pointer
}

.modal-header {
	background: #413EFF;
}

.modal-header h4 {
	font-size: 13px;
	color: #fff
}

.modal-body {
	font-size: 13px;
}

#orderDetail .card {
	margin-bottom: 10px;
	border: none
}

#orderDetail .card .card-header {
	padding: 15px;
	border: none;
	background-color: #fbfbfb;
	border-radius: 10px;
}

#orderDetail .card .card-header h4 {
	font-size: 14px;
	color: #183e86
}

#orderDetail .card .card-header .btn-header-link {
	color: #fff;
	display: block;
	text-align: left;
	cursor: pointer;
	color: #222;
	border: none;
	padding: 14px 30px;
	text-decoration: none
}

#orderDetail .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 25px
}

#orderDetail .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#orderDetail .card .collapsing {
	background: #fff;
}

#orderDetail .card .collapse.show {
	background: #fff;
	line-height: 24px;
	color: #222;
	border: 1px solid #EFEFEF;
	border-top: 0;
	border-radius: 10px
}

#orderDetail .card-body {
	padding: 5px 15px
}

#orderDetail .card-body ul {
	padding-left: 0
}

#orderDetail .card-body ul li {
	list-style-type: none;
	font-size: 13px
}

.orderNav li a {
	background-color: #efefef;
	color: #5f5e5e;
	padding: 12px 20px;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.orderNav li a.active,
.orderNav li a:hover {
	background: #2258bf;
	color: #fff
}

.orderNav li:last-child {
	margin-left: auto;
}

.dfb-search {
	background-color: #e9e9e9;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.dfb-search .dfb-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 23px;
	min-width: 250px
}

.dfb-search i {
	color: #fff
}

.dfb-search .dfb-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: #183e86;
	color: #fff;
}

.ticket-message-right .ticket-message {
	background: rgb(255, 171, 90, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-message-left .ticket-message {
	background: rgb(27, 91, 224, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
}

.ticket-view-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.ticket-view-title {
	margin-bottom: 0;
}

.ticket-status-pill {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	border: 1px solid #6b93d6;
	color: #2a5080;
	background: #e2ebfb;
	box-shadow: none;
	white-space: nowrap;
}

.ticket-list-status-cell {
	vertical-align: middle;
}

.ticket-status-pill.ticket-status-lg {
	font-size: 13px;
	padding: 6px 16px;
}

.ticket-status-pill.ticket-status-pending {
	border-color: #4d7fd1;
	color: #1a4585;
	background: #d6e4fc;
}

.ticket-status-pill.ticket-status-answered {
	border-color: #4aa86a;
	color: #1a5c2e;
	background: #d4f0dd;
}

.ticket-status-pill.ticket-status-closed,
.ticket-status-pill[data-ticket-status="closed"] {
	border-color: #d85a5a;
	color: #9a2828;
	background: #fde4e4;
}

body.dark .d-card span.ticket-status-pill.ticket-status-pending {
	border-color: #3d6ec9;
	color: #b4cdfa;
	background: #1a2744;
}

body.dark .d-card span.ticket-status-pill.ticket-status-answered {
	border-color: #3a9f58;
	color: #9ee6b3;
	background: #152b1d;
}

body.dark .d-card span.ticket-status-pill.ticket-status-closed,
body.dark .d-card span.ticket-status-pill[data-ticket-status="closed"] {
	border-color: #c74b4b;
	color: #ffbdbd;
	background: #3d1818;
}

.ticket-list-status-cell span.ticket-status-pill {
	background: rgba(226, 235, 251, 0.5);
}

.ticket-list-status-cell span.ticket-status-pill.ticket-status-pending {
	background: rgba(214, 228, 252, 0.5);
}

.ticket-list-status-cell span.ticket-status-pill.ticket-status-answered {
	background: rgba(212, 240, 221, 0.5);
}

.ticket-list-status-cell span.ticket-status-pill.ticket-status-closed,
.ticket-list-status-cell span.ticket-status-pill[data-ticket-status="closed"] {
	background: rgba(253, 228, 228, 0.5);
}

body.dark .d-card .ticket-list-status-cell span.ticket-status-pill {
	background: rgba(26, 39, 68, 0.5);
}

body.dark .d-card .ticket-list-status-cell span.ticket-status-pill.ticket-status-pending {
	background: rgba(26, 39, 68, 0.5);
}

body.dark .d-card .ticket-list-status-cell span.ticket-status-pill.ticket-status-answered {
	background: rgba(21, 43, 29, 0.5);
}

body.dark .d-card .ticket-list-status-cell span.ticket-status-pill.ticket-status-closed,
body.dark .d-card .ticket-list-status-cell span.ticket-status-pill[data-ticket-status="closed"] {
	background: rgba(61, 24, 24, 0.5);
}

.ticket-list-subject .ticket-list-subject-link {
	display: block;
	line-height: 1.35;
}

.ticket-list-preview {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #444;
	font-weight: 400;
}

.ticket-list-preview-line {
	display: block;
	margin-top: 5px;
}

.ticket-list-preview-line:first-child {
	margin-top: 0;
}

.ticket-list-preview-label {
	font-weight: 600;
	color: #183e86;
	margin-right: 4px;
}

.ticket-list-preview-message {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
	color: #5c6570;
	word-break: break-word;
	font-weight: 400;
}

body.dark .d-card .ticket-list-preview-message {
	color: #9aa3b0;
}

.ticket-list-updated .ticket-list-date {
	white-space: normal;
	display: inline-block;
	max-width: 11em;
	line-height: 1.35;
}

.ticket-msg-col {
	margin-bottom: 14px;
}

.ticket-message-structured .ticket-msg-field {
	margin-top: 10px;
	line-height: 1.45;
	word-break: break-word;
}

.ticket-message-structured .ticket-msg-field:first-child {
	margin-top: 0;
}

.ticket-message-structured .ticket-msg-label {
	color: #183e86;
	font-weight: 600;
}

.ticket-message-user .ticket-message-structured .ticket-msg-label {
	color: #a85a12;
}

.ticket-message-plain {
	word-break: break-word;
	line-height: 1.5;
}

.ref-item {
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0
}

.ref-item.d-blue {
	background: #E5EEFF;
	border-radius: 25px;
	padding: 15px 25px;
	color: #2258BF
}

.ref-item i {
	color: #183e86;
	font-size: 20px;
}

.ref-item .the-title {
	font-weight: bold
}

.rep-title h3 {
	font-size: 18px;
	font-weight: 600
}

#sssTab .faq-ss-tabs .home-ss-tab {
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #f5f5f5
}

#sssTab .home-ss-tab .col {
	font-size: 16px
}

#sssTab .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	font-size: 16px
}

.noorders {
	text-align: center
}

.noorders .smiley {
	max-width: 175px
}


/* dark mod */

.darkMode {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0;
}

.darkMode:focus {
	background: transparent;
	box-shadow: none;
	border: none;
	outline: 0
}

.darkMode i {
	height: 34px;
	display: inline-block;
	width: 34px;
	font-size: 19px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.darkMode i.fa-moon {
	color: rgba(255, 106, 39, 1)
}

.darkMode i.fa-sun span {
	color: #fff
}

.darkMode i.fa-sun {
	color: #ffbf00
}

.darkMode i span {
	color: #404040
}

body i.fa-moon,
body.light i.fa-moon {
	display: block
}

body i.fa-sun,
body.light i.fa-sun {
	display: none
}

body.dark i.fa-moon {
	display: none
}

body.dark i.fa-sun {
	display: block
}

body.dark,
body.dark .app-content {
	background: #14151f
}

body.dark .app-sidebar .sidebar-header .logo-lg,
body.dark .app-sidebar .sidebar-header .logo-sm {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

body.dark .app-logo.mobiles .logo-lg {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

body.dark .app-sidebar {
	background: #1a1d2a
}

/* Темний режим: прибрати синій “клин” зверху сайдбару (.sh-bg) */
body.dark .app-sidebar .sidebar-header .sh-bg {
	background: #1a1d2a;
}

body.dark .app-sidebar .sidebar-header .app-user .user-balance {
	background: #2a3045;
	color: #eef2ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.dark .app-sidebar .sidebar-header .app-user .user-balance:hover {
	background: #2a3045;
	-webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

body.dark .app-header {
	background: #1a1d2a;
	border-left: 1px solid #14151f;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link {
	color: #efefef
}

body.dark .app-sidebar .sidebar-menu li.active>a.menu-link {
	background: #222836;
	color: #eef2ff;
	font-weight: 600;
}

body.dark .app-sidebar .sidebar-menu li a.menu-link:hover {
	background: #222836;
	color: #eef2ff;
}

body.dark .app-sidebar .sidebar-header .app-user .user-name {
	color: #7f89b7
}

body.dark .app-navbar {
	background: #1a1d2a;
	-webkit-box-shadow: 0 5px 50px rgb(46 48 63);
	box-shadow: 0 5px 50px rgb(46 48 63);
}

body.dark .app-navbar i,
body.dark .app-navbar .navbar-texts {
	color: #fff;
}

body.dark .app-navbar a.active i,
body.dark .app-navbar a.active .navbar-texts {
	color: #eef2ff;
}

body.dark .app-header .hea-ann-title {
	background: #11336c;
}

body.dark .close-sidebar-btn {
	background: #1a1d2a;
	border-color: #14151f;
}

body.dark .d-card {
	background: #1a1d2a;
	color: #fff
}

body.dark .form-group .form-control,
body.dark .panel-body {
	background: #181b26;
	color: #7f89b7
}

body.dark .form-group label {
	color: #fff
}

body.dark .nav-pills.fastside .nav-link {
	background: #222836;
	color: #cfd6f6
}

body.dark .nav-pills.fastside .nav-link.active,
body.dark .nav-pills .show>.nav-link {
	background: #2a3045;
	color: #fff
}

body.dark .tab-pane .notification li {
	background: #14151f;
	border-color: #14151f
}

body.dark .tab-pane .notification li .text,
body.dark .tab-pane .notification li .title a {
	color: #7f89b7
}

body.dark .tab-pane .notification li .date {
	color: #464E77
}

body.dark #serviceItem,
body.dark #categoryItem {
	background: #181b26;
	color: #7f89b7;
	border-color: #2a3148
}

body.dark #serviceItem:hover,
body.dark #categoryItem:hover {
	background: #2a3148;
}

body.dark .table td,
body.dark .table thead th {
	border-color: #14151f
}

/* Історія замовлень / Список послуг: текст таблиці не білий */
body.dark .services-list .table td,
body.dark .services-list .table thead th,
body.dark .services-list .table tbody {
	color: #7f89b7;
}

body.dark .services-search .ss-input {
	background: #14151f;
	border-color: #14151f
}

body.dark .input-group-btn .dropdown-menu {
	background: #14151f;
}

body.dark .input-group-btn .dropdown-menu a {
	color: #7f89b7
}

@media (max-width: 767.98px) {
	body.dark .table-mobile-cards tr.table-mobile-card {
		background: #14151f;
		border-color: #2a3148
	}
}

body.dark .services-list .table-mobile-cards tr.table-mobile-card td::before {
	color: #7f89b7;
}

body.dark .form-group .input-group .input-group-prepend .input-group-text {
	background: #1e2f55
}

body.dark .orderNav li a {
	background: #1e2f55;
	color: #3d80ff
}

body.dark .orderNav li a.active,
body.dark .orderNav li a:hover {
	background: #11336c;
	color: #fff
}

body.dark .dfb-search .dfb-input {
	background: #14151f;
}

body.dark .dfb-search .dfb-submit {
	background: #11336c
}

body.dark .card {
	background: #14151f;
	border-radius: 10px!important
}

body.dark #orderDetail .card .card-header {
	background: #14151f;
	color: #7f89b7;
}

body.dark #orderDetail .card .card-header .ordNumber {
	color: #7f89b7;
}

body.dark #orderDetail .card .card-header small {
	color: #7f89b7
}

body.dark #orderDetail .card .card-header .btn-header-link:after {
	color: #7f89b7
}

body.dark #orderDetail .card-body,
body.dark #orderDetail .card .collapse.show {
	background: #14151f;
	color: #7f89b7;
	border: transparent
}

body.dark #orderDetail .card-body ul li a {
	color: #7eb0ff;
}

/* Поповнення балансу: текст як у списках; Cryptomus (SVG) — світлий на темному */
body.dark.page-addfunds .app-content .card,
body.dark.page-addfunds .app-content .card .card-body,
body.dark.page-addfunds .app-content .card .card-title,
body.dark.page-addfunds .app-content .card .card-text {
	color: #7f89b7;
}

body.dark.page-addfunds .app-content .card > svg {
	color: #e8eaf0;
}

body.dark .ref-item,
body.dark .table-bordered {
	border-color: #14151f
}

body.dark .ref-item.d-blue {
	background: #1e2f55;
	color: #fff
}

body.dark .ref-item i {
	color: #fff
}

body.dark .d-card .d-card-head {
	color: #7f89b7
}

body.dark .dc-blue {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
	background: linear-gradient(to right, #183e86, #315DFF) #183e86;
	color: #fff;
}

body.dark .dc-orange {
	background: -webkit-gradient(linear, left top, right top, from(#f25a3c), to(#ff7f40)) #ff7f40;
	background: linear-gradient(to right, #f25a3c, #ff7f40) #ff7f40;
	color: #fff;
}

body.dark pre.code {
	background: #1e2f55;
	color: #4088ff;
}

body.dark .faq-ss-tabs .home-ss-tab {
	background: #1a1d2a;
}

body.dark .faq-ss-tabs .home-ss-tab .col {
	color: #fff!important
}

body.dark .faq-ss-tabs .home-ss-tab .ss-tab-head .right-p {
	color: #1e2f55
}

body.dark .modal-body,
body.dark .modal-footer {
	background: #14151f;
	color: #7f89b7;
}

body.dark .modal-header,
body.dark .modal-footer {
	border-color: #2a3148
}

body.dark .card-box-top p {
	color: #fff
}

body.dark .sDetayBtn {
	background: #1e2f55;
	color: #4088ff!important;
}

body.dark .tos-navs .nav-item.nav-link {
	background: #1e2f55;
	color: #3d80ff;
}

body.dark .tos-navs .nav-item.nav-link.active {
	background: #11336c;
	color: #fff;
}

body.dark #sssTab .faq-ss-tabs .home-ss-tab {
	border-color: #14151f
}

.home-body {
	background: #FAFBFE;
	max-width: 100%;
	overflow-x: hidden;
}

.home-head {
	position: relative;
	padding: 100px 0 100px;
	overflow: hidden;
}

.home-head.outside {
	height: 300px
}

.home-head .home-head-bg {
	background-image: url(https://smm360.com/img/files/1044e42675b92c8be96657d2cdd280b5.png), -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
	background-image: url(https://smm360.com/img/files/1044e42675b92c8be96657d2cdd280b5.png), linear-gradient(to right, #183e86, #294dd2);
	background-size: cover;
	position: absolute;
	bottom: 0%;
	left: 0;
	right: -10%;
	top: -30%;
	border-radius: 0;
	-webkit-transform: rotate(-7.5deg);
	transform: rotate(-7.5deg);
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	background-repeat: no-repeat;
}

.home-head .home-head-content {
	padding: 160px 0 50px;
	color: #fff;
}

.home-head .hh-left-badge {
	background: rgb(22, 40, 81, 0.7);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 25px;
	padding-right: 10px;
}

.home-head .hh-left-badge .hhlb-icon {
	background: #4088ff;
	color: #fff;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.home-head .hh-left-badge .hhlb-text {
	padding: 10px 14px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	font-size: 13px;
}

.home-head .hl-title {
	font-size: 50px;
	line-height: 64px;
	font-weight: 600;
	margin-top: 58px;
	margin-bottom: 30px;
	color: #fff;
}

.home-head .hl-text {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.hl-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-left: -8px;
	margin-right: -8px;
}

.hl-btns>a {
	margin: 8px;
}

.loginSide .round {
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: #a9b4fc;
	opacity: 0.07;
	position: absolute;
	top: -50px;
	left: -150px;
	z-index: 1;
}

.loginSide {
	position: relative;
}

.loginSide .login-box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	box-shadow: 0px 0px 60px rgba(94, 92, 154, 0.12);
	border-radius: 30px;
	padding: 40px 36px;
	position: relative;
	z-index: 20 !important;
	color: #3E3F5E;
}

.loginSide .login-box .lgb-title {
	font-size: 24px;
	font-weight: 700;
	color: #302F45;
	margin-bottom: 18px;
}

.loginSide .login-box .lgb-text {
	color: #AFB0C0;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 28px;
}

/* Поля логіну/реєстрації: підпис зверху, рамка на input — без накладання плаваючого label */
.loginSide .login-box .fc-home {
	position: relative;
	width: 100%;
	margin-bottom: 26px;
	padding: 0;
	border: none;
	height: auto;
	background: transparent;
}

.loginSide .login-box .fc-home label {
	font-size: 13px;
	color: #9798a7;
	line-height: 1.35;
	font-weight: 500;
	padding: 0 2px 8px 2px;
	margin: 0;
	position: static;
	display: block;
	left: auto;
	top: auto;
	height: auto;
	z-index: 1;
}

.loginSide .login-box .fc-home label .label-text {
	position: relative;
	line-height: 1.35;
}

.loginSide .login-box .fc-home label::before {
	display: none;
}

.loginSide .login-box .fc-home input {
	font-size: 16px;
	height: 52px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #DEDEEA;
	border-radius: 10px;
	outline: none !important;
	color: #3E3F5E;
	padding: 0 25px;
	background: #fff !important;
	-webkit-transition: border-color .15s ease, box-shadow .15s ease;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.loginSide .login-box .fc-home input:focus {
	border-color: #3E3F5E;
	outline: none;
}

.text-primary {
	color: #3E3F5E !important;
}

.frgpass {
	text-decoration: none;
	color: #302F45;
	font-size: 14px
}

.frgpass:hover {
	color: #3E3F5E;
}

.home-menu-btn {
	display: none;
}

.home-menu-btn {
	margin-top: -40px;
	z-index: 1030;
	position: fixed;
	right: 30px;
}

.form-check-label {
	font-size: 14px;
	color: #302F45;
}

@media screen and (max-width: 991.98px) {
	.home-head.outside {
		height: 100px
	}
	.home-head.outside .home-head-bg {
		border-radius: 0 0 75px 75px
	}
	.home-info {
		padding: 0!important
	}
	.loginSide .login-box .lgb-title,
	.loginSide .login-box .lgb-text {
		text-align: center
	}
	
	.home-menu-btn {
		display: inline-block;
	}
	.header {
		margin-top: 0;
	}
	.header .site-name {
		margin-left: 0
	}
	.header .site-name img {
		height: 50px;
		text-align: center
	}
	.home-head .home-head-content {
		padding: 5px 0 50px;
	}
	.loginSide .login-box {
		padding: 50px 15px
	}
	.home-body .app-navbar .navbar-mid-icon {
		margin-left: 0
	}
	.m-flex {
		display: flex;
		justify-content: center;
	}
	.home-head .home-head-bg {
		background-image: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315DFF)) #183e86;
		background-image: linear-gradient(to right, #183e86, #294dd2);
		background-size: cover;
		position: absolute;
		bottom: 0%;
		left: 0;
		right: 0;
		top: 0;
		border-radius: 0;
		-webkit-transform: none;
		transform: none;
		overflow: hidden;
		-webkit-transform-origin: none;
		transform-origin: none;
		background-repeat: no-repeat;
	}
	.loginSide .round {
		display: none
	}
	.shapeBox {
		display: none!important
	}
	.hs-area {
		margin-top: 40px;
		padding-bottom: 0!important
	}
	.hs-head h1,
	.hs-head h2,
	.ha-title h2 {
		font-size: 24px!important;
		line-height: 32px!important
	}

	.home-body .hs-head small {
		font-size: 15px;
		padding: 0 12px;
	}

	.hs-lp-section {
		padding: 36px 0;
	}
	.ha-item .ha-heading {
		order: -1;
		text-align: center !important;
		margin-bottom: 40px;
	}
	.ha-item .ha-graph::after {
		background-size: 200%;
		width: 100%;
	}
	.ha-item .graphics {
		text-align: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.ha-item .graphics img {
		max-width: 300px
	}
	.ha-item .graphics img.main-image {
		margin: auto !important;
	}
	.ha-item .graphics span.shadow {
		width: auto !important;
		left: -10% !important;
		right: -10% !important;
	}
	.ha-item .graphics span.shadow:nth-child(2) {
		left: -20% !important;
		right: -20% !important;
	}
	.ha-title .ha-title-icon {
		margin: auto
	}
	.footer {
		margin-top: 0!important
	}
	.footer .footer-top {
		display: none
	}
	.footer .footer-content-bot .footer-content-bot-text {
		text-align: center!important;
		padding-bottom: 100px
	}
	.footer-content-bot-text {
		padding-top: 25px
	}
}

.shapeBox {
	max-width: 1200px;
	margin: auto;
	display: block;
	position: relative;
}

.shape {
	position: absolute;
}

.shape1 {
	left: 50px;
	top: 735px;
	animation: fade-up 2s infinite ease-in-out;
}

.shape2 {
	left: 250px;
	top: 635px;
	animation: fade-up 2.5s infinite ease-in-out;
}

.shape3 {
	left: 450px;
	top: 690px;
	animation: fade-up 3.5s infinite ease-in-out;
}

.ha-item:not(:last-child) {
	margin-bottom: 130px;
}

.ha-item .ha-heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	margin-right: auto;
}

.ha-item .ha-heading .section-heading {
	margin: 0;
}

.ha-item .ha-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.ha-item .ha-graph::after {
	content: "";
	background: #8224e3;
	height: 100%;
	width: 100vw;
	border-radius: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -999;
}

.ha-item .graphics {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-left: 75px;
}

.ha-item .graphics img.main-image {
	height: 480px;
	border-radius: 25px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.ha-item .graphics span.shadow {
	content: "";
	background: rgba(255, 255, 255, 0.15);
	display: block;
	height: 90%;
	width: 90%;
	border-radius: 25px;
	position: absolute;
	left: 10%;
	bottom: 0;
	z-index: -1;
	box-shadow: none !important;
}

.ha-item .graphics span.shadow:nth-child(2) {
	height: 80%;
	width: 80%;
	left: 30%;
}

.ha-item.inverse .ha-heading {
	margin-right: initial;
	margin-left: auto;
	text-align: left;
}

.ha-item.inverse .ha-graph::after {
	left: initial;
	right: 0;
}

.ha-item.inverse .graphics {
	margin-left: auto;
	margin-right: -15px;
}

.ha-item.inverse span.shadow {
	left: initial;
	right: 20%;
}

.ha-item.inverse span.shadow:nth-child(2) {
	left: initial;
	right: 40%;
}

.ha-item .ha-graph::after {
	background-image: linear-gradient(to right, #183e86 0%, #f35c3c 50%, #183e86 100%);
}

@media screen and (max-width: 767.98px) {
	.ha-item .ha-graph::after {
		width: auto;
		height: auto;
		left: 15px !important;
		right: 15px !important;
		padding-top: calc(100% - 30px);
	}
	.ha-item .graphics span.shadow {
		display: none
	}
    .form-group .form-control, #serviceItem, #categoryItem {
    	font-size: 16px
    }
}

.ha-title .ha-title-icon {
	height: 86px;
	width: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(to right, #183e86, #315DFF);
	border-radius: 25px;
	font-size: 56px;
	color: #fff;
}

.ha-title h2 {
	margin: 0;
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.ha-text {
	font-size: 16px;
	line-height: 31px;
	margin-top: 35px;
}

.hs-area {
	padding: 56px 0 64px 0;
	overflow-x: hidden;
}

.hs-area .hs-area-owl {
	padding: 40px 0;
}

.hs-area .hs-area-owl .owl-stage-outer {
	position: relative;
	z-index: 1;
}

.hs-area .hsa-item {
	padding: 24px 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	border-radius: 20px;
	color: #a1a1a1;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	cursor: pointer
}

.hs-area .hsa-item:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.10);
	color: #302F45
}

.hs-area .hsa-item:hover .hsi-more {
	color: #000;
	text-decoration: none
}

.hs-area .hsa-item .hsi-icon i {
	font-size: 67px;
}

.hs-area .hsa-item .hsi-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .4px;
}

.hs-area .hsa-item .hsi-more {
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 300px;
}

.hs-head {
	text-align: center
}

.hs-head h1 {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.hs-head small {
	font-size: 16px;
	line-height: 31px;
}

.footer {
	position: relative;
	background-color: #0a47be;
	margin-top: 100px;
}

.footer .footer-content {
	padding: 30px 0;
}

.footer .footer-top {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#0a47be)) #183e86;
	background: linear-gradient(to right, #183e86, #0a47be) #183e86;
	padding: 50px 0;
}

.footer .footer-top .ftgu-text {
	color: #fff;
	font-weight: 500;
	line-height: 140%;
	font-size: 40px;
}

.footer .footer-links {
	font-size: 16px;
}

.footer .footer-links ul {
	list-style: none;
	margin: 0px;
	top: 0px;
	padding: 0px;
}

.footer .footer-links ul li {
	display: inline-block;
	padding: 0 15px;
}

.footer .footer-links ul li a {
	font-weight: 500;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	letter-spacing: .4px;
}

.footer .footer-links ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.footer .footer-content-bot .footer-content-bot-text {
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.8);
	text-align: right;
}

.footer .footer-content-bot .footer-content-bot-text a {
	color: #fff;
}

.register-page {
		background-image: linear-gradient(to right, #183e86, #294dd2);
	color: #fff;
	min-height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.register-page .register-page-content {
	position: relative;
	padding: 100px 0;
	width: 100%;
}

.register-left {
	text-align: center;
}

.register-left .rl-logo {
	height: 80px;
}

.register-left .rl-text {
	font-size: 16px;
	letter-spacing: -.4px;
	line-height: 175%;
	margin-top: 40px;
}

.register-left .rl-menu {
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

.register-left .rl-menu li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 15px;
}

.register-left .rl-menu li a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	color: #fff;
}

.home-info {
	padding: 50px 0;
}

.home-info .hi-title {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0px;
	font-weight: 700;
}

.home-sab-items .hosa-item {
	margin-bottom: 15px;
	background-color: transparent;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 30px 0px rgb(234 61 86 / 6%);
	box-shadow: 0px 10px 30px 0px rgb(234 61 86 / 6%);
	padding: 25px 10px;
}

.home-sab-items .hosa-item:hover {
	background: #174de3;
	-webkit-transition: .1s ease;
	transition: .1s ease;
	cursor: pointer;
}

.home-sab-items .hosa-item:hover .hosa-icon>img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.home-sab-items .hosa-item .hosa-title {
	color: #302F45;
	font-weight: 600;
	font-size: 18px;
	text-align: center
}

.home-sab-items .hosa-item:hover .hosa-title {
	color: #fff
}

.pagination {
  margin: 0;
  padding: 15px;
  text-align: center
}
.pagination li {
  display: inline
}
.pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  color: #fff;
  background: #183e86;
  margin-right: 5px;
}

.pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s
    
}
.pagination li a.active {
  background-color: #183e86;
  color: #fff
}
.pagination li a:hover:not(.active) {
  background-color: #183e86;
} 

.btn.btn-default.btn-xs {
	background: #183e86;
    color: #fff;
  	padding: 7px
}

body.dark .dfb-search .dfb-input {
	color: #fff
}

.blog-txt {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#categoryTitle,
#serviceTitle {
  width: 90%;
  overflow: hidden;
  position: absolute;
  height: 23px
}

/* ——— Лендінг login.twig: бігуча стрічка платформ + блоки ——— */
.home-body .hs-head h2 {
	font-size: 32px;
	line-height: 45px;
	color: #302F45;
	padding: 0;
	margin: 0 0 12px;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.home-body .hs-head small {
	display: block;
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.55;
	color: #64748b;
}

/* Лендінг: узгодження з синьою гамою та картками smm-lp */
.home-body .home-head .hh-left-badge {
	background: rgba(255, 255, 255, 0.11);
	border: 1px solid rgba(255, 255, 255, 0.22);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.home-body .home-head .btn.btn-outline {
	background: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.home-body .home-head .btn.btn-outline:hover {
	background: #fff;
	color: #183e86;
	border-color: #fff;
}

/* Лендінг hero (без .outside): ПК — компактніше зверху */
.home-body .home-head:not(.outside) {
	padding: 58px 0 88px;
}

.home-body .home-head:not(.outside) .home-head-content {
	padding: 108px 0 42px;
}

.home-body .home-head:not(.outside) .hl-title {
	margin-top: 40px;
	margin-bottom: 22px;
}

.home-body .home-head:not(.outside) .hl-btns {
	margin-top: 36px;
}

/* До lg: відступ зверху ≥ висоти хедера (~100px), щоб картка логіну не накривала меню */
@media (max-width: 1199.98px) {
	.home-body .home-head:not(.outside) {
		padding: 120px 0 44px !important;
	}

	.home-body .home-head:not(.outside) .home-head-content {
		padding: 48px 0 36px;
	}

	.home-body .home-head:not(.outside) .hl-title {
		margin-top: 28px;
	}
}

/* Планшет: додатковий запас під картку логіну в двоколонковому вигляді */
@media (min-width: 768px) and (max-width: 991.98px) {
	.home-body .home-head:not(.outside) {
		padding-top: 128px !important;
		padding-bottom: 40px !important;
	}

	.home-body .home-head:not(.outside) .home-head-content {
		padding-top: 40px;
		padding-bottom: 28px;
	}
}

/* Лендінг: мобільний і планшет — однаковий логотип у header */
@media (max-width: 991.98px) {
	.home-body .header .site-name img {
		max-width: 182px;
		width: auto;
		height: auto;
		max-height: 56px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.home-body .loginSide .login-box {
	padding: 36px 32px;
	border: 1px solid rgba(24, 62, 134, 0.1);
	border-radius: 24px;
	-webkit-box-shadow: 0 16px 56px rgba(24, 62, 134, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
	box-shadow: 0 16px 56px rgba(24, 62, 134, 0.12), 0 4px 16px rgba(0, 0, 0, 0.04);
}

.home-body .loginSide .login-box .lgb-title {
	margin-bottom: 14px;
}

.home-body .loginSide .login-box .lgb-text {
	margin-bottom: 22px;
}

.home-body .loginSide .login-box .fc-home {
	margin-bottom: 22px;
}

.home-body .loginSide .login-box .lgb-text {
	color: #64748b;
}

.home-body .loginSide .login-box .fc-home input {
	border-color: #e2e8f0;
}

.home-body .loginSide .login-box .fc-home input:focus {
	border-color: #2258bf;
	-webkit-box-shadow: 0 0 0 3px rgba(34, 88, 191, 0.15);
	box-shadow: 0 0 0 3px rgba(34, 88, 191, 0.15);
	outline: none;
}

.home-body .loginSide .login-box .btn.btn-lg {
	font-size: 15px;
	padding: 11px 20px;
	font-weight: 600;
	line-height: 1.4;
}

.home-body .loginSide .login-box .btn.btn-block.mt-3 {
	margin-top: 0.65rem !important;
}

.home-body .home-info--landing .hi-title {
	max-width: 28rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.25;
	color: #1e293b;
	letter-spacing: -0.02em;
}

.home-body .home-sab-items .hosa-item {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	-webkit-box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	padding: 18px 20px;
	-webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-body .home-sab-items .hosa-item:last-child {
	margin-bottom: 0;
}

.home-body .home-sab-items .hosa-item:hover {
	background: #fff;
	border-color: rgba(34, 88, 191, 0.35);
	-webkit-box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.home-body .home-sab-items .hosa-item .hosa-title {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
}

.home-body .home-sab-items .hosa-item:hover .hosa-title {
	color: #183e86;
}

.home-body .home-sab-items .hosa-item:hover .hosa-icon>img {
	-webkit-filter: none;
	filter: none;
}

.home-body .ha-item .graphics img {
	border-radius: 20px;
	-webkit-box-shadow: 0 20px 50px rgba(24, 62, 134, 0.14);
	box-shadow: 0 20px 50px rgba(24, 62, 134, 0.14);
}

.home-body .hs-about .ha-text {
	color: #64748b;
}

.home-body .hs-about .ha-title h2 {
	color: #1e293b;
	letter-spacing: -0.02em;
}

.smm-marquee-wrap {
	margin-top: 1.5rem;
	padding: 14px 0;
	background: #f4f6fb;
	border-radius: 10px;
	border: 1px solid #e8ebf2;
	overflow: hidden;
	max-width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.smm-marquee {
	overflow: hidden;
	max-width: 100%;
}

.smm-marquee-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-animation: smm-marquee-slide 55s linear infinite;
	animation: smm-marquee-slide 55s linear infinite;
}

.smm-marquee-track:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.smm-marquee-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2.5rem;
	padding: 0 1.5rem;
}

.smm-marquee-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #1f2433;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.smm-marquee-item:hover {
	color: #183e86;
	text-decoration: none;
	opacity: 0.9;
}

.smm-marquee-item img {
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@-webkit-keyframes smm-marquee-slide {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes smm-marquee-slide {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.smm-marquee-track {
		-webkit-animation: none;
		animation: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

.hs-lp-section {
	background: #fff;
	padding: 48px 0;
}

.hs-lp-section.hs-lp-brand {
	background: #fafbfe;
}

.hs-lp-section.hs-lp-steps--last {
	padding-bottom: 56px;
	margin-bottom: 0;
}

.hs-lp-title {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	color: #183e86;
}

@media (max-width: 767.98px) {
	.hs-lp-title {
		font-size: 22px;
	}
}

.hs-lp-card {
	background: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.25rem;
	border: none;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	text-align: center;
}

.hs-lp-card-icon {
	font-size: 2rem;
	color: #2258bf;
	margin-bottom: 0.75rem;
}

.hs-lp-card-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #302F45;
	margin-bottom: 0.5rem;
}

.hs-lp-card-text {
	font-size: 14px;
	color: #5c6278;
	margin: 0;
	line-height: 1.5;
}

.hs-lp-pill {
	background: #fff;
	border: none;
	border-radius: 20px;
	padding: 16px 14px;
	font-size: 14px;
	font-weight: 600;
	color: #302F45;
	text-align: center;
	height: 100%;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 72px;
}

.hs-lp-type-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
	padding: 1.35rem 0.75rem;
	background: #fff;
	border: none;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	color: #302F45;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.06);
	-webkit-transition: -webkit-box-shadow 0.14s ease, -webkit-transform 0.14s ease;
	transition: -webkit-box-shadow 0.14s ease, -webkit-transform 0.14s ease;
	transition: box-shadow 0.14s ease, transform 0.14s ease;
	transition: box-shadow 0.14s ease, transform 0.14s ease, -webkit-box-shadow 0.14s ease, -webkit-transform 0.14s ease;
}

.hs-lp-type-card i {
	font-size: 1.35rem;
	color: #2258bf;
}

.hs-lp-type-card:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.1);
	box-shadow: 0px 10px 30px 0px rgba(234, 61, 86, 0.1);
	color: #302F45;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.hs-lp-step-num {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#315dff));
	background: linear-gradient(to right, #183e86, #315dff);
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

.hs-lp-section .btn-outline-primary {
	border-color: #2258bf;
	color: #2258bf;
}

.hs-lp-section .btn-outline-primary:hover {
	background: #2258bf;
	color: #fff;
}

body.home-body .hs-lp-section .text-muted {
	color: #6b7289 !important;
}

body.dark.home-body .smm-marquee-wrap {
	background: #1a1d2a;
	border-color: #2a3148;
}

body.dark.home-body .smm-marquee-item {
	color: #e4e8f0;
}

body.dark.home-body .smm-marquee-item:hover {
	color: #7eb0ff;
}

body.dark.home-body .hs-lp-section {
	background: #14151f;
}

body.dark.home-body .hs-lp-section.hs-lp-brand {
	background: #171a24;
}

body.dark.home-body .hs-lp-title {
	color: #7eb0ff;
}

body.dark.home-body .hs-lp-card,
body.dark.home-body .hs-lp-pill,
body.dark.home-body .hs-lp-type-card {
	background: #1a1d2a;
	border-color: #2a3148;
	color: #e4e8f0;
}

body.dark.home-body .hs-lp-card-text,
body.dark.home-body .hs-lp-section .text-muted {
	color: #7f89b7 !important;
}

body.dark.home-body .hs-lp-type-card i,
body.dark.home-body .hs-lp-card-icon {
	color: #7eb0ff;
}

body.dark.home-body .hs-head h2 {
	color: #e8eaf0;
}

body.dark.home-body .hs-head small {
	color: #7f89b7;
}

/* ========== Login / guest: розмітка smm-marquee-view, smm-lp-*, site-footer ========== */
.hs-smm-marquee {
	width: 82%;
	max-width: 82%;
	margin-top: 46px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	background: #f5f7fb;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 4px 24px rgba(24, 62, 134, 0.06);
	box-shadow: 0 4px 24px rgba(24, 62, 134, 0.06);
}

@media (max-width: 767.98px) {
	.hs-smm-marquee {
		width: 90%;
		max-width: 90%;
	}
}

@media (max-width: 575.98px) {
	.hs-smm-marquee {
		width: 100%;
		max-width: 100%;
		border-radius: 12px;
		border-left: none;
		border-right: none;
	}
}

/* Менше «порожнечі» під маркою до секції «SMMWEST — це» */
.home-body .hs-area:has(.hs-smm-marquee) {
	padding-bottom: 26px;
}

.home-body .hs-area.mb-5:has(.hs-smm-marquee) {
	margin-bottom: 1.25rem !important;
}

.home-body .smm-lp-section.smm-lp-highlights {
	padding-top: 48px;
}

.smm-marquee-view {
	overflow: hidden;
	max-width: 100%;
}

.hs-smm-marquee .smm-marquee-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-animation: smm-marquee-slide 50s linear infinite;
	animation: smm-marquee-slide 50s linear infinite;
}

.hs-smm-marquee .smm-marquee-track:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.hs-smm-marquee .smm-marquee-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2rem 2.75rem;
	padding: 0 1.25rem;
}

.hs-smm-marquee .smm-marquee-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	color: #302F45;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	padding: 8px 14px;
	border-radius: 12px;
	border: 1px solid #d2dae8;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(24, 62, 134, 0.08);
	box-shadow: 0 1px 3px rgba(24, 62, 134, 0.08);
	-webkit-transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.hs-smm-marquee .smm-marquee-item:hover {
	background: rgba(34, 88, 191, 0.08);
	color: #183e86;
	border-color: rgba(34, 88, 191, 0.28);
	text-decoration: none;
}

.smm-marquee-item__img,
.smm-marquee-item img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.smm-marquee-item__name {
	line-height: 1.2;
}

.smm-lp-section {
	padding: 56px 0;
}

.smm-lp-section--band-soft {
	background: #f5f7fb;
}

.smm-lp-section--band-plain {
	background: #fff;
}

.smm-lp-highlight {
	background: #fff;
	border-radius: 16px;
	padding: 24px 20px;
	text-align: center;
	height: 100%;
	border: 1px solid #e2e8f0;
	-webkit-box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	-webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
}

.smm-lp-highlight:hover {
	border-color: rgba(34, 88, 191, 0.35);
	-webkit-box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.smm-lp-highlight__value {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 14px;
	font-size: 1.35rem;
	color: #1c4ba8;
	line-height: 1;
	background: -webkit-linear-gradient(145deg, rgba(34, 88, 191, 0.12), rgba(34, 88, 191, 0.04));
	background: linear-gradient(145deg, rgba(34, 88, 191, 0.12), rgba(34, 88, 191, 0.04));
	border: 1px solid rgba(34, 88, 191, 0.14);
}

.smm-lp-highlight__label {
	font-weight: 700;
	font-size: 16px;
	color: #1e293b;
	margin: 0 0 10px;
	line-height: 1.3;
}

.smm-lp-highlight__hint {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
}

.smm-lp-service {
	background: #fff;
	border-radius: 16px;
	padding: 1.5rem 1.2rem;
	height: 100%;
	text-align: center;
	border: 1px solid #e2e8f0;
	-webkit-box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	-webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
}

.smm-lp-service:hover {
	border-color: rgba(34, 88, 191, 0.35);
	-webkit-box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.smm-lp-service__ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 14px;
	font-size: 1.35rem;
	color: #1c4ba8;
	line-height: 1;
	background: -webkit-linear-gradient(145deg, rgba(34, 88, 191, 0.12), rgba(34, 88, 191, 0.04));
	background: linear-gradient(145deg, rgba(34, 88, 191, 0.12), rgba(34, 88, 191, 0.04));
	border: 1px solid rgba(34, 88, 191, 0.14);
}

.smm-lp-service__title {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 10px;
	line-height: 1.3;
}

.smm-lp-service__text {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
}

.smm-lp-step {
	text-align: center;
	padding: 2rem 1.35rem;
	background: #fff;
	border-radius: 16px;
	height: 100%;
	border: 1px solid #e2e8f0;
	-webkit-box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	-webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.smm-lp-step:hover {
	border-color: rgba(34, 88, 191, 0.35);
	-webkit-box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.smm-lp-step__num {
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 50%;
	background: #2258bf;
	color: #fff;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 2px 8px rgba(24, 62, 134, 0.2);
	box-shadow: 0 2px 8px rgba(24, 62, 134, 0.2);
}

.smm-lp-step__title {
	font-weight: 700;
	font-size: 17px;
	color: #1e293b;
	margin: 0 0 10px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.smm-lp-step__text {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
}

.smm-lp-btn-outline {
	border: 2px solid #2258bf !important;
	color: #2258bf !important;
	background: transparent !important;
}

.smm-lp-btn-outline:hover {
	background: #2258bf !important;
	color: #fff !important;
}

.hs-about.hs-about--landing .ha-item--single {
	margin-bottom: 0 !important;
}

.hs-about.hs-about--landing {
	padding-top: 48px;
	padding-bottom: 48px;
}

.home-info.home-info--landing {
	padding-top: 32px;
	padding-bottom: 32px;
}

.home-body .header {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}

.home-body .header .site-name .navbar-brand {
	color: #fff;
}

.home-body .header .btn.btn-secondary {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

.home-body .header .btn.btn-secondary:hover {
	background: rgba(255, 255, 255, 0.28);
	border-color: #fff;
	color: #fff;
}

.site-footer {
	background: #fff;
	color: #302F45;
	margin-top: 0;
}

.home-body footer.site-footer.mt-5 {
	margin-top: 3.5rem !important;
}

/* Один контейнер для CTA + основного блоку футера — одна сітка й відступи від краю екрана */
.site-footer .container {
	max-width: 1400px;
	padding-left: 28px !important;
	padding-right: 28px !important;
}

@media (max-width: 1199.98px) {
	.site-footer .container {
		padding-left: 44px !important;
		padding-right: 44px !important;
	}
}

@media (max-width: 575.98px) {
	.site-footer .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

.site-footer__cta {
	background: -webkit-gradient(linear, left top, right top, from(#183e86), to(#0a47be));
	background: linear-gradient(to right, #183e86, #0a47be);
	color: #fff;
	padding: 100px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__cta .row {
	justify-content: center;
	text-align: left;
}

.site-footer__cta .row > .col-lg-8 {
	text-align: left;
}

.site-footer__cta .site-footer__cta-text {
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.site-footer__cta .site-footer__cta-actions {
		text-align: center !important;
		align-items: center;
	}
}

.site-footer__cta-kicker {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.9;
	margin: 0 0 10px;
}

.site-footer__cta-title {
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 600;
	color: #fff;
	margin: 0 0 12px;
	line-height: 1.25;
}

.site-footer__cta-text {
	font-size: 16px;
	line-height: 1.5;
	opacity: 0.95;
	margin: 0;
	max-width: 520px;
	text-align: left;
}

.site-footer__cta-actions .site-footer__cta-btn {
	border-radius: 8px;
	font-weight: 600;
	padding: 12px 20px;
	margin-left: 6px;
	margin-bottom: 8px;
}

.site-footer__cta-btn--outline {
	border: 2px solid rgba(255, 255, 255, 0.9) !important;
	color: #fff !important;
	background: transparent !important;
}

.site-footer__cta-btn--outline:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.site-footer__cta-btn--pair:first-of-type {
	margin-left: 0;
}

/* CTA: кнопки колонкою; на lg — вирівнювання до правого краю колонки (див. медіа вище) */
.site-footer__cta .site-footer__cta-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding-left: 0;
	padding-right: 0;
}

.site-footer__cta-actions .site-footer__cta-btn {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.site-footer__cta-actions .site-footer__cta-btn--outline {
	order: 1;
}

.site-footer__cta-actions .site-footer__cta-btn--pair.btn-light {
	order: 2;
}

.site-footer__main {
	padding: 56px 0 48px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8fafc 42%, #f1f4f9 100%);
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 42%, #f1f4f9 100%);
	border-top: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Footer main: колонки по центру сітки, текст усередині — ліворуч */
.site-footer__main .row {
	justify-content: center;
	text-align: left;
}

.site-footer__main .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__main .site-footer__about,
.site-footer__main .site-footer__heading,
.site-footer__main .site-footer__pay-note {
	text-align: left;
}

.site-footer__main .site-footer__links,
.site-footer__main .site-footer__contacts {
	display: block;
	margin: 0;
	text-align: left;
}

.site-footer__main .site-footer__contacts li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.site-footer__brand {
	display: inline-block;
	margin-bottom: 14px;
	text-decoration: none;
}

.site-footer__brand--logo-panel .site-footer__brand-mark {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#2258bf), to(#183e86));
	background: linear-gradient(180deg, #2258bf 0%, #183e86 100%);
	padding: 11px 17px;
	border-radius: 10px;
	margin-bottom: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 3px 12px rgba(24, 62, 134, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 3px 12px rgba(24, 62, 134, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer__brand--logo-panel .site-footer__brand-text {
	display: inline-block;
	background: -webkit-gradient(linear, left top, left bottom, from(#2258bf), to(#183e86));
	background: linear-gradient(180deg, #2258bf 0%, #183e86 100%);
	padding: 11px 17px;
	border-radius: 10px;
	margin-bottom: 8px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 3px 12px rgba(24, 62, 134, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 3px 12px rgba(24, 62, 134, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer__brand-mark img {
	max-height: 48px;
	width: auto;
	vertical-align: middle;
}

.site-footer__brand-text {
	font-size: 1.35rem;
	font-weight: 700;
	color: #183e86;
}

.site-footer__about {
	font-size: 14px;
	line-height: 1.55;
	color: #5c6278;
	margin: 0;
	max-width: 280px;
}

.site-footer__heading {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #183e86;
	margin: 0 0 14px;
}

.site-footer__links,
.site-footer__contacts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__links li,
.site-footer__contacts li {
	margin-bottom: 8px;
}

.site-footer__links a,
.site-footer__contacts a {
	color: #302F45;
	font-size: 14px;
	text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__contacts a:hover {
	color: #2258bf;
	text-decoration: underline;
}

.site-footer__contact-icon {
	display: inline-block;
	width: 28px;
	color: #2258bf;
}

.site-footer__pay-note {
	font-size: 13px;
	color: #7a8199;
	margin: 16px 0 0;
}

.site-footer__bottom {
	background: #fff;
	border-top: 1px solid #e8ecf2;
	padding: 22px 0;
}

.site-footer__copyright {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #8b95a8;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
}

@media (max-width: 991.98px) {
	.smm-lp-section {
		padding: 44px 0;
	}

	.home-body .smm-lp-section.smm-lp-highlights {
		padding-top: 40px;
	}

	.site-footer__cta {
		padding: 44px 0;
		text-align: left;
	}

	.site-footer__main {
		padding: 44px 0 40px;
	}

	.site-footer__bottom {
		padding: 20px 0;
	}

	.site-footer__cta-text {
		margin-left: 0;
		margin-right: 0;
	}

	.site-footer__cta-actions {
		text-align: left !important;
		align-items: stretch;
	}

	.site-footer__cta-actions .site-footer__cta-btn {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: 22rem;
	}

	/* Щоб "Каталог послуг" було зверху над "Зареєструватись" */
	.site-footer__cta-actions .site-footer__cta-btn--outline {
		order: 1;
	}

	.site-footer__cta-actions .site-footer__cta-btn--pair.btn-light {
		order: 2;
	}

	.site-footer__about {
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hs-smm-marquee .smm-marquee-track {
		-webkit-animation: none;
		animation: none;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

body.dark.home-body .hs-smm-marquee {
	background: #171a24;
	border-color: #323849;
	border-radius: 16px;
	-webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

body.dark.home-body .hs-smm-marquee .smm-marquee-item {
	color: #e4e8f0;
	border-color: rgba(126, 176, 255, 0.22);
	background: #222836;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

body.dark.home-body .hs-smm-marquee .smm-marquee-item:hover {
	background: rgba(126, 176, 255, 0.1);
	color: #7eb0ff;
	border-color: rgba(126, 176, 255, 0.42);
}

body.dark.home-body .smm-lp-section--band-soft,
body.dark.home-body .home-info.home-info--landing {
	background: #14151f;
}

body.dark.home-body .smm-lp-section--band-plain {
	background: #171a24;
}

body.dark.home-body .smm-lp-highlight,
body.dark.home-body .smm-lp-service,
body.dark.home-body .smm-lp-step {
	background: #1a1d2a;
	border: 1px solid #323849;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

body.dark.home-body .smm-lp-highlight:hover,
body.dark.home-body .smm-lp-service:hover,
body.dark.home-body .smm-lp-step:hover {
	border-color: rgba(126, 176, 255, 0.35);
	-webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

body.dark.home-body .smm-lp-step__num {
	background: #2a5fd4;
	border-color: rgba(255, 255, 255, 0.18);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

body.dark.home-body .home-sab-items .hosa-item {
	background: #1a1d2a;
	border-color: #323849;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

body.dark.home-body .home-sab-items .hosa-item:hover {
	background: #1a1d2a;
	border-color: rgba(126, 176, 255, 0.3);
}

body.dark.home-body .home-sab-items .hosa-item .hosa-title {
	color: #e8eaf0;
}

body.dark.home-body .home-sab-items .hosa-item:hover .hosa-title {
	color: #7eb0ff;
}

body.dark.home-body .home-info--landing .hi-title {
	color: #e8eaf0;
}

body.dark.home-body .loginSide .login-box {
	border-color: rgba(126, 176, 255, 0.15);
	-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

body.dark.home-body .hs-about .ha-text {
	color: #7f89b7;
}

body.dark.home-body .hs-about .ha-title h2 {
	color: #e8eaf0;
}

body.dark.home-body .smm-lp-highlight__label,
body.dark.home-body .smm-lp-service__title,
body.dark.home-body .smm-lp-step__title {
	color: #e8eaf0;
}

body.dark.home-body .smm-lp-highlight__hint,
body.dark.home-body .smm-lp-service__text,
body.dark.home-body .smm-lp-step__text {
	color: #7f89b7;
}

body.dark.home-body .smm-lp-highlight__value,
body.dark.home-body .smm-lp-service__ico {
	color: #7eb0ff;
	background: -webkit-linear-gradient(145deg, rgba(126, 176, 255, 0.16), rgba(126, 176, 255, 0.05));
	background: linear-gradient(145deg, rgba(126, 176, 255, 0.16), rgba(126, 176, 255, 0.05));
	border-color: rgba(126, 176, 255, 0.22);
}

body.dark.home-body .smm-lp-btn-outline {
	border-color: #7eb0ff !important;
	color: #7eb0ff !important;
}

body.dark.home-body .smm-lp-btn-outline:hover {
	background: #7eb0ff !important;
	color: #14151f !important;
}

body.dark.home-body .site-footer {
	background: #14151f;
	color: #e4e8f0;
}

body.dark.home-body .site-footer__main {
	background: -webkit-linear-gradient(top, #222836 0%, #151a22 100%);
	background: linear-gradient(180deg, #222836 0%, #151a22 100%);
	border-top: 1px solid rgba(126, 176, 255, 0.12);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.dark.home-body .site-footer__links a,
body.dark.home-body .site-footer__contacts a {
	color: #c9d0e5;
}

body.dark.home-body .site-footer__about,
body.dark.home-body .site-footer__pay-note,
body.dark.home-body .site-footer__copyright {
	color: #c5cbe0;
}

body.dark.home-body .site-footer__bottom {
	background: -webkit-linear-gradient(top, #0c0f14 0%, #080a0e 100%);
	background: linear-gradient(180deg, #0c0f14 0%, #080a0e 100%);
	border-top-color: rgba(126, 176, 255, 0.1);
}

body.dark.home-body .header {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}

body.dark.home-body .site-footer__brand--logo-panel .site-footer__brand-mark,
body.dark.home-body .site-footer__brand--logo-panel .site-footer__brand-text {
	background: -webkit-gradient(linear, left top, left bottom, from(#2a5fd4), to(#183e86));
	background: linear-gradient(180deg, #2a5fd4 0%, #183e86 100%);
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(126, 176, 255, 0.16);
	padding: 11px 17px;
	border-radius: 10px;
}
/* —— SEO landing pages (smmwest) —— */
.smm-seo-crumb {
	font-size: 13px;
	color: #64748b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.smm-seo-crumb a {
	color: #2258bf;
	font-weight: 600;
}
.smm-seo-crumb--light,
.smm-seo-crumb--light a {
	color: rgba(255, 255, 255, 0.88);
}
.smm-seo-crumb--light a:hover {
	color: #fff;
	text-decoration: underline;
}

.home-head--seo .hl-title {
	max-width: 18em;
}
.home-head--seo .hl-text {
	max-width: 36rem;
}
.home-head--seo {
	overflow: hidden !important;
	isolation: isolate;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.home-head--seo .home-head-bg {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 0 48px 48px;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	will-change: auto;
	background-position: center top;
}
.home-head--seo .shapeBox,
.home-head--seo .shape {
	display: none !important;
	-webkit-animation: none !important;
	animation: none !important;
}
html:has(body.home-body) {
	overflow-x: hidden;
}
.home-body {
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
	overscroll-behavior-x: none;
}

.smm-seo-hero-visual {
	display: inline-block;
	padding: 2.5rem 2.75rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	-webkit-box-shadow: 0 18px 48px rgba(12, 35, 90, 0.22);
	box-shadow: 0 18px 48px rgba(12, 35, 90, 0.22);
}
.smm-seo-hero-visual__icon {
	display: block;
	margin: 0 auto 14px;
	width: 96px;
	height: 96px;
	-o-object-fit: contain;
	object-fit: contain;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}
.smm-seo-hero-visual__label {
	margin: 0;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.smm-seo-intro {
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
}
.smm-seo-intro__p {
	font-size: 16px;
	line-height: 1.7;
	color: #475569;
	margin: 0 0 1rem;
}
.smm-seo-intro__p:last-child {
	margin-bottom: 0;
}

.smm-seo-related {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 110px;
	padding: 1.25rem 1.2rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e2e8f0;
	text-decoration: none !important;
	-webkit-box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	box-shadow: 0 4px 20px rgba(24, 62, 134, 0.05);
	-webkit-transition: border-color 0.18s ease, -webkit-box-shadow 0.18s ease, -webkit-transform 0.18s ease;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.smm-seo-related:hover {
	border-color: rgba(34, 88, 191, 0.35);
	-webkit-box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	box-shadow: 0 10px 32px rgba(24, 62, 134, 0.1);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.smm-seo-related__title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.35;
	margin-bottom: 12px;
}
.smm-seo-related__more {
	font-size: 13px;
	font-weight: 600;
	color: #2258bf;
}

.smm-seo-trust {
	margin: 0 0 1.35rem;
	padding: 0;
	display: grid;
	gap: 0.5rem;
	max-width: 38rem;
}
.smm-seo-trust__item {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin: 0;
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.4;
}
.smm-seo-trust__item i {
	margin-top: 0.22rem;
	color: #2258bf;
	font-size: 0.75rem;
}
.home-head--seo .smm-seo-trust__item {
	color: rgba(255, 255, 255, 0.95);
}
.home-head--seo .smm-seo-trust__item i {
	color: #9ef0c2;
}
body.dark .smm-seo-trust__item {
	color: #e2e8f0;
}

a.smm-lp-service {
  color: inherit;
  text-decoration: none !important;
}
a.smm-lp-service:hover .smm-lp-service__title {
	color: #2258bf;
}

body.dark .smm-seo-intro__p {
	color: #cbd5e1;
}
body.dark .smm-seo-related {
	background: #1a2336;
	border-color: #2a3650;
}
body.dark .smm-seo-related__title {
	color: #e2e8f0;
}
