body,html{ height: 100% }

html{ scroll-behavior: smooth; }

body{

margin: 0;

padding: 0;

font-family: 'Poppins', sans-serif;

font-size: 14px;

background: #E7EDFF;

line-height: 1.6;

color: #4c4e52;
}

*,p,h1,h2,h3,h4,h5,h6,ul{ margin: 0 }

ul{

	padding: 0;

	list-style-type: none;

}

a,a:hover{ text-decoration: none; }

.us, br{ user-select: none; }

a{

	color: inherit;

	text-decoration: none;

}

.td{ text-decoration: none !important; }

.pointer{ cursor: pointer; }

.fw1{ font-weight: 200; }

.fw2{ font-weight: 300; }

.fw3{ font-weight: 400; }

.fw4{ font-weight: 600; }

.inflex{ display: inline-flex; }

.inline{ display: inline-block; }

.ov{ overflow: hidden; }

h1,h2,h3,h4,h5,h6{ font-weight: bold; }

.trans{

	transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;

}

.flex{ display: flex; }

.jc{ justify-content: center; }

.flex1{ display: flex; }

.jcb{ justify-content: space-between; }

.ai{ align-items: center; }

.wrap{ flex-wrap: wrap; }

.rel{ position: relative; }

.abs{ position: absolute; }

.fs11{ font-size: 11px !important}

.fs12{ font-size: 12px !important}

.fs13{ font-size: 13px !important}

.fs14{ font-size: 14px !important}

.fs16{ font-size: 16px !important}

.fs17{ font-size: 17px !important}

.fs18{ font-size: 18px !important}

.fs19{ font-size: 19px !important}

.fs20{ font-size: 20px !important}

.fs22{ font-size: 22px !important}

.fs24{ font-size: 24px !important}

.fs26{ font-size: 26px !important}

.fs28{ font-size: 28px !important}

.fs30{ font-size: 30px !important}

.fs35{ font-size: 35px !important}

.fs40{ font-size: 40px !important}

.fs50{ font-size: 50px !important}

.br100{ border-radius: 100px }

.br12{ border-radius: 12px }
.br8{ border-radius: 8px }

.br4{ border-radius: 4px }

.cwhite{ color: white !important }

.m0{margin: 0 !important;}

.m10{margin: 10px 0;}

.m15{ margin: 15px 0; }

.m20{margin: 20px 0;}

.mt5{ margin-top: 5px }

.mt10{ margin-top: 10px }

.mt15{ margin-top: 15px }

.mt20{ margin-top: 20px }

.mb5{ margin-bottom: 5px }

.mb10{ margin-bottom: 10px }

.mb15{ margin-bottom: 15px }

.mb20{ margin-bottom: 20px }

.mr5{ margin-right: 5px }

.mr10{ margin-right: 10px }

.mr15{ margin-right: 15px }

.ml5{ margin-left: 5px }

.ml10{ margin-left: 10px }

.ml20{ margin-left: 20px }

:root{

--first: #011747;

--second: #F37D63;

}

/* .headerCont{
	background: url(../img/sliderBg.png) no-repeat center;
	background-color: #021949;
	background-size: cover;
	border-bottom: 1px solid #042366
} */
.headerCont {
    background-color: #021949;
    border-bottom: 1px solid #042366;
}

.header{padding: 30px 0; transition: 0.25s ease;}
.logo-main{

width: 150px;
}

.mainUl{

}
.mainUl li{
	display: inline-block;
}

.main-link{
	color: #779be9 !important;
	margin-left: 23px;
}

.headBtn{
	
	
background: #042366;
	
padding: 11px 20px;
	
border-radius: 7px;
}


.headSlideBox{
	
position: relative;
}

.sliderHome{
	
padding: 40px 0 10px;
}

.csecond{ color: var(--second) }

.inp1{

padding: 21px 64px;

padding-right: 17px;

outline: none;

border: none;

color: var(--first);

transition: 0.2s ease;
}
.nextBtn{
	background: var(--second) url(../img/next.png) no-repeat center;
	width: 100%;
	background-size: 12px;
	border: none;
	max-width: 90px;
	border-radius: 100px;
	margin: 7px 7px;
	transition: 0.2s ease;
	margin-left: 0;
}

.nextBtn:hover,
.nextBtn:focus{
	background-color: #cf5e46
}


.mainInp{
    width: 300px;
}

.mainInpBig{
	width: 560px
}


.customInp{

border-left: 1px solid #bec6d7;

padding-left: 19px;

z-index: -10;

opacity: 0;

display: none;
}

.customInpShow{
	display: block;
	opacity: 1;
	z-index: 1;
	border-top: 1px solid #bec6d7;
}

.inpFlex{
	
background: white;
	
border-radius: 100px;
	
overflow: hidden;
	
margin: 60px 0 43px;
	
width: max-content;
	
transition: 0.2s ease;
	
box-shadow: 0 10px 16px hsl(221deg 94% 10% / 45%);
z-index: 10;
}

.inpSpan{
	
color: #2451b3;
	
width: 114px;
	
background: #bdd2ff;
	
margin: 8px 0;
	
border-radius: 100px;
	
display: inline-flex;
	
align-items: center;
	
justify-content: center;
	
font-size: 11px;
	
margin-right: 5px;
	
font-weight: 700;
	
transition: 0.2s ease;
	
padding: 0 15px;
}

.inpSpanHide{

}

.hovLink{
	opacity: 0.5;
	transition: 0.2s ease;
}
.hovLink:hover{
	opacity: 0.9
}


.grad1{

background: rgba(0,14,43,1);
background: -moz-linear-gradient(-45deg, rgba(0,14,43,1) 0%, rgba(2,35,102,1) 99%, rgba(8,25,45,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,14,43,1)), color-stop(99%, rgba(2,35,102,1)), color-stop(100%, rgba(8,25,45,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,14,43,1) 0%, rgba(2,35,102,1) 99%, rgba(8,25,45,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,14,43,1) 0%, rgba(2,35,102,1) 99%, rgba(8,25,45,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,14,43,1) 0%, rgba(2,35,102,1) 99%, rgba(8,25,45,1) 100%);
background: linear-gradient(135deg, rgba(0,14,43,1) 0%, rgba(2,35,102,1) 99%, rgba(8,25,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e2b', endColorstr='#08192d', GradientType=1 );


}

.waveSlider{
	
position: absolute;
	
bottom: 0;
}

.pasteBtn{
	background: #bdd2ff url(../img/pasteIcon.png) no-repeat center;
	width: 38px;
	height: 38px;
	background-size: 17px;
	left: 12px;
	top: 14px;
	transition: 0.2s ease;
	border-radius: 100px;
}

.inpSpan:hover,
.inpSpan:focus,
.pasteBtn:hover,
.pasteBtn:focus
{
	background-color: #9eb7ed;
	color: #061b4a
}
.inpSpan:active,
.pasteBtn:active
{
	transform: scale(0.9);
}

.bringTop{
}

.whyUsCont{

}

.title1{
	
color: #143b89;
	
line-height: 1.4;
}

.servBox{

padding: 30px 30px;

border-radius: 19px;

padding-top: 0;

margin: 40px 30px 47px;

background: #d6e1ff;
}
.servIcon{
	background-image: url(../img/serv1.png);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: center;
	height: 60px;
	width: 60px;
	background-color: #0f3a99;
	border-radius: 9px;
	box-shadow: 8px 8px 14px rgb(2 34 99 / 21%);
	position: relative;
	top: -30px;
}

.servHead{
	
margin: 0 0 15px;
	
color: #0a3fab;
	
font-size: 19px;
}

.servBox p{
	font-size: 13px;
	color: #0f3a99;
}

.footer{

background: var(--first);

padding: 40px 0;

margin-top: -10px;
}


.footlogo{
	
width: 140px;
}

.footUl{

}
.footUl li{ display: inline-block; }

.footUl a{
	
color: #7386af !important;
	
margin-left: 24px;
}

.footerWave{
	margin-top: -60px
}

.sliderAnimIcon{
	position: absolute;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.slider1{
    left: 10px;
    width: 50px;
    animation-name: slider1;
    animation-duration: 3s;
}


@keyframes slider1{

	0% { top:  70px}
	50% { top:  100px}
	100% { top: 70px }

}

.slider2{
    right: 10px;
    top: 130px;
    width: 50px;
    animation-name: slider2;
    animation-name: slider1;
    animation-duration: 4s;

}

@keyframes slider2{

	0% { top:  70px}
	50% { top:  100px}
	100% { top: 70px }

}

.slider3{
    left: -10px;
    bottom: 59px;
    width: 50px;
    animation-name: slider3;
    animation-duration: 2s;

}

@keyframes slider3{

	0% { bottom:  70px}
	50% { bottom:  59px}
	100% { bottom: 70px }

}
.slider4{
    right: -10px;
    bottom: 30px;
    width: 45px;
    animation-name: slider4;
    animation-duration: 3.5s;
}

@keyframes slider4{

	0% { bottom:  60px}
	50% { bottom:  30px}
	100% { bottom: 60px }

}

.sliderHome .banner468,
.topFootBanners .banner468
{display: none; margin-top: 14px;}

.sliderBg{
	background: url(../img/sliderBg.png) no-repeat center;
	padding-bottom: 300px;
	background-size: cover;
	padding-top: 110px;
}

.promoBanners{ overflow-x: hidden; }

.infoBox{
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	align-items: center;
	justify-content: center;
	display: none;
	background: rgb(0 23 72 / 84%);
	backdrop-filter: blur(6px);
}

.infoBox-show{ display: flex; }

.infoBoxInner{background: white;padding: 42px 33px 25px;border-radius: 10px;color: black;box-shadow: 0 5px 22px rgb(2 15 42 / 55%);}

.infoBoxInner{
	transform: scale(1);
	opacity: 1;
	animation-name: success_pop;
	animation-iteration-count: 1;
	animation-duration: 0.3s;
}

@keyframes success_pop{
	0%{ 
		transform: scale(0);;
		opacity: 0;
	}
}

.successBox .title{
	font-size: 25px;
	margin: 17px 0 30px;
	color: #08ab8a;
}
.successBox .link1{
	font-weight: bold;
	color: #09cea7;
	margin: 11px 0 0;
	display: block;
}
.successBox .inpLink{
	border: none;
	outline: none;
	width: 100%;
	padding: 8px 16px;
	background: #09cea736;
	color: #076250 !important;
	border-radius: 7px;
	font-weight: 300;
}
.successBox #submitShorten{
	width: 100%;
	background: #1a56d5;
	border: none;
	outline: none;
	color: white;
	padding: 6px 10px;
	border-radius: 6px;
	margin-top: 12px;
	cursor: pointer;
	user-select: none;
	transition: 0.25s ease;
	cursor: pointer;
	user-select: none;
}

.successBox #submitShorten:hover{
	background: #0439a9
}
.successBox #submitShorten:active{
	opacity: 0
}

.tickImg{width: 80px;}

.errorImg{width: 80px;}

.fixedHeader{
	padding: 17px 0;
}

.headerCont-fixed{
    background: rgb(12 29 65 / 95%) !important;
    border-bottom: none !important;
}

.crossImg{
    right: 30px;
    top: 30px;
    width: 50px;
    cursor: pointer;
    user-select: none;
}
.shortwrapper{
	padding: 80px 0 10px;
}
.block1{background: white;padding: 32px 30px;border-radius: 7px;box-shadow: 0 8px 22px rgb(12 34 78 / 12%);margin: 30px 0;}
.loadingImg{
	width: 49px;
	margin-bottom: 30px;
	margin-top: 10px
}

.loadingImg-anim{
	animation-name: loading;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 1s;

}

@keyframes loading{
	0%{ transform: rotate(-356deg); }
}

.countdown{
	color: #09CEA7;
	font-size: 60px;
	font-weight: bold;
}

.cgray{ color: gray }

.btnDisabled{
    background: white;
    border: none;

    animation-name: btnDisabled;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease;

}

@keyframes btnDisabled{
	0%{ opacity: 0 }
	50%{ opacity: 0.5 }
	100%{ opacity: 0 }
}


.btnCopy {
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 25px; /* Закругленные углы */
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.btnCopy:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btnCopy:active {
    transform: translateY(0);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}


.btnSubmit{
    background: #08b996;
    border: none;
    width: 100%;
    color: white !important;
    padding: 7px 10px;
    border-radius: 5px;
    transition: 0.25s ease;
    display: block;
}

.btnSubmit:hover{
	background: #039578
}

.cgreen{ color: #09CEA7 !important }

.banner300{
	margin: 20px 0
}

.dottedList li{
	background: url(../img/dotSmall.png) no-repeat 6px;
	background-size: 8px;
	padding-left: 31px;
}

.linkIcon{
	margin-bottom: 20px;
	width: 49px;
	display: none;
}

@media screen and (max-width: 992px) {

.header .flex, .inpFlex, .footUl li,
.sliderHome .banner468,
.topFootBanners .banner468
{ display: block; }

.pasteBtn, .sliderAnimIcon, .sliderHome .banner728,
.topFootBanners .banner728
{ display: none; }

.header .flex, .footer, .footUl
{ text-align: center; }

.inpFlex,.mainInp, .customInp
{ width: 100% }
body{ font-size: 13px }
.logo-main{
	margin-bottom: 38px;
}
.inpFlex{
	border-radius: 19px
}
.mainInp{
	padding: 24px 30px;
}
.customInp{
	padding: 24px 30px;

}
.inpSpan{
    padding: 14px 0;
    width: 95%;
    border-radius: 10px;
    margin-right: 0;
}
.nextBtn{
	max-width: 100%;
	padding: 17px 0;
	padding: 21px 0;
	width: 95%;
	border-radius: 7px;
	margin: 0 0 9px;
}
.servBox{
	margin: 0 10px;
	margin-bottom: 75px;
}
.footUl {
	margin-top: 40px
}
.footUl li{
	margin-bottom: 16px;
}
.footUl a{ margin: 0 }
.infoBox-show{
    align-items: baseline;
    padding-top: 30px;
}
}


/* Admin Styles */
.admin-login {
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
}

.admin-body {
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 50px;
}

.admin-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.stats-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
}

.stat-card h3 {
    margin-top: 0;
    color: #666;
    font-size: 16px;
}

.stat-card p {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0;
    color: #00b489;
}

.chart-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.chart-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.admin-table th, .admin-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.admin-table th {
    background: #f8f9fa;
    font-weight: 600;
}

.admin-table tr:hover {
    background: #f8f9fa;
}

.truncate {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.pagination {
    display: flex;
    gap: 5px;
    margin-top: 20px;
}

.pagination a {
    padding: 8px 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination a.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.btn {
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 14px;
}

.btn-primary {
    background: #007bff;
    color: white;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-danger {
    background: #dc3545;
    color: white;
}

.btn-success {
    background: #28a745;
    color: white;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.search-form input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 400px;
}

.bulk-actions {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .admin-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .search-form {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .search-form input {
        width: 100%;
        max-width: none;
    }
}