.header-sticky[class*="-unpinned"] {
	-webkit-transform: translate(0, -105%);
	-moz-transform: translate(0, -105%);
	transform: translate(0, -105%);
}

.header-sticky {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	position: fixed;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
}

table tr:nth-child(2n-1) {
	/*background: #f5f5f5;*/
}

nav a {
	display: inline-block;
	margin-right: 26px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	padding: 1px 6px;
	border-radius: 2px;
}

nav a .liner-selete {
	margin-top: -6px;
	width: 0;
	height: 4px;
	background: #fff;
	display: block;
	border-radius: 4px;
	transition: all 0.2s;
}

body .header .container nav a:hover .liner-selete {
	width: 100%;
	border-radius: 4px;
}

.tr-w {
	/*margin-top: -6px;*/
	width: 0;
	height: 110px;
	background: #2cc4fc;
	display: block;
	border-radius: 4px;
	transition: all 0.2s;
}

table tr:hover .tr-w {
	width: 20px;
}

.tg-loader {
	position: fixed;
	background-color: #f4f4f4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
}

.header-sti {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	position: fixed;
	background-color: #eee;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 100000;
}

.header-stiac {
	animation: myfirst6 0.5s 0s;
	-moz-animation: myfirst6 0.5s 0s;
	/* Firefox */
	-webkit-animation: myfirst6 0.5s 0s;
	/* Safari and Chrome */
	-o-animation: myfirst6 0.5s 0s;
	animation-fill-mode: forwards;
	/* Opera */
}

@keyframes myfirst6 {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	30% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -100%);
		-moz-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
}

.ani1 {
	animation: myfirst3 1s forwards;
	-moz-animation: myfirst3 1s forwards;
	/* Firefox */
	-webkit-animation: myfirst3 1s forwards;
	/* Safari and Chrome */
	-o-animation: myfirst3 1 forwards;
	/* Opera */
}

@keyframes myfirst3 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-moz-keyframes myfirst3 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.ani2 {
	animation: myfirst4 3.5s;
	-moz-animation: myfirst4 3.5s;
	/* Firefox */
	-webkit-animation: myfirst4 3.5s;
	/* Safari and Chrome */
	-o-animation: myfirst4 3.5s;
	animation-fill-mode: forwards;
	/* Opera */
}

#box {
	height: 100%;
}

@keyframes myfirst4 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes myfirst4 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#box .container {
	/* padding: 0 65px; */
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*display: none;*/
}

nav .header-menu {
	padding-right: 0;
}

.header-logo {
	/*margin-left: 20px!important;*/
}

.right {
	float: right;
}

.section5 .animated-pen {
	opacity: 0;
	margin-top: 40px;
}

.ani0 {
	animation: myfirst10 1.5s 0.6s forwards;
	-moz-animation: myfirst10 1.5s 0.6s forwards;
	/* Firefox */
	-webkit-animation: myfirst10 1.5s 0.6s forwards;
	/* Safari and Chrome */
	-o-animation: myfirst10 1.5s 0.6s forwards;
	/*animation-fill-mode: forwards;*/
	/* Opera */
}

@keyframes myfirst10 {
	0% {
		height: 100%;
	}
	30% {
		height: 100%;
	}
	100% {
		height: 89.5%;
	}
}


/*body {
    	display: none;
    }*/

.header-stiac7 {
	animation: myfirst7 1s 0s;
	-moz-animation: myfirst7 1s 0s;
	/* Firefox */
	-webkit-animation: myfirst7 1s 0s;
	/* Safari and Chrome */
	-o-animation: myfirst7 1s 0s;
	animation-fill-mode: forwards;
	/* Opera */
}

@keyframes myfirst7 {
	0% {
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	50% {
		-webkit-transform: translate(0, 100%);
		-moz-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

body>.header {
	opacity: 0;
}

.move-top1 {
	transform: translateY(50px);
	opacity: 0;
	animation-delay: .1s;
	animation: move-top .5s ease-out;
	animation-fill-mode: forwards;
}

.move-top2 {
	transform: translateY(50px);
	opacity: 0;
	animation-delay: .2s;
	animation: move-top .5s ease-out;
	animation-fill-mode: forwards;
}

.move-top3 {
	transform: translateY(50px);
	opacity: 0;
	animation-delay: .5s;
	animation: move-top .5s ease-out;
	animation-fill-mode: forwards;
}

.move-top4 {
	transform: translate(50px);
	opacity: 0;
	animation-delay: .6s;
	animation: move-top .6s ease-out;
	animation-fill-mode: forwards;
}

.unmove-top1 {
	transform: translate(50px);
	opacity: 1;
	animation-delay: .6s;
	animation: unmove-top1 .6s ease-out;
	animation-fill-mode: forwards;
}

@keyframes unmove-top1 {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(30px);
		opacity: 0;
	}
}

.unmove-top4 {
	transform: translate(50px);
	opacity: 0;
	animation-delay: .6s;
	animation: unmove-top4 .6s ease-out;
	animation-fill-mode: forwards;
}

@keyframes unmove-top4 {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	100% {
		transform: translateY(50px);
		opacity: 1;
	}
}

@keyframes move-top {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.change-opa1 {
	opacity: 1;
	animation-delay: .05s;
	animation: change-opa .5s ease-out;
	animation-fill-mode: forwards;
}

@keyframes change-opa {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.01;
	}
}

body .selete .liner-selete {
	width: 100% !important;
}

.change-to1-2 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to1-2 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to1-2 {
	from {
		background: rgb(15, 16, 20);
	}
	to {
		background: rgb(12, 23, 32);
	}
}

.change-to2-3 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to2-3 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to2-3 {
	from {
		background: rgb(15, 16, 20);
	}
	to {
		background: rgb(12, 23, 44);
	}
}

.change-to3-2 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to3-2 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to3-2 {
	from {
		background: rgb(12, 23, 44);
	}
	to {
		background: rgb(15, 16, 20);
	}
}

.change-to3-4 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to3-4 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to3-4 {
	from {
		background: rgb(12, 23, 44);
	}
	to {
		background: rgb(22, 29, 45);
	}
}

.change-to4-3 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to4-3 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to4-3 {
	from {
		background: rgb(22, 29, 45);
	}
	to {
		background: rgb(12, 23, 44);
	}
}

.change-to1-4 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to1-4 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to1-4 {
	from {
		background: rgb(15, 16, 20);
	}
	to {
		background: rgb(22, 29, 45);
	}
}

.change-to4-1 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to1-4 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to4-1 {
	from {
		background: rgb(22, 29, 45);
	}
	to {
		background: rgb(15, 16, 20);
	}
}

.change-to2-1 {
	/*opacity: 1;*/
	/*animation-delay: .05s;*/
	animation: change-to1-2 .5s;
	animation-fill-mode: forwards;
}

@keyframes change-to2-1 {
	from {
		background: rgb(12, 23, 32);
	}
	to {
		background: rgb(15, 16, 20);
	}
}

.left-img>div {
	overflow: hidden;
}

.li-top-ani {
	overflow: hidden;
}

.li-top-ani {
	transition: all 0.3s;
}

.li-top-ani:hover {
	zoom: 1;
	padding-top: 4px;
}

.opac-change {
	display: none;
	opacity: 0;
	animation-delay: 1.9s;
	animation: opac-change 1.9s;
	animation-fill-mode: forwards;
}

.opac-change-1 {
	/*display: none;*/
	opacity: 0;
	animation-delay: 2.3s;
	animation: opac-change 1.5s;
	animation-fill-mode: forwards;
}

@keyframes opac-change {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.move-topScr {
	border-bottom: solid 1px rgba(34, 34, 34, 0.1);
	background: rgba(245, 245, 245, 0.96);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
	background: #fff;
	opacity: 1;
}

body>.header {
	padding-top: 0;
	box-sizing: border-box;
}

.un-move-topScr {
	border-bottom: 0;
	background: none;
	/*box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);*/
	opacity: 1;
	/*background: #fff;*/
}
