body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
	color: #222;
	
	
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
a {
	text-decoration: none !important;
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
}
input {
	box-sizing: border-box;
}
button {
	box-sizing: border-box;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
}

.son {
	animation: son 3600s linear infinite alternate;
}
@keyframes son {
  from {
    transform: rotate(0deg);	
  }

  to {
    transform: rotate(100000deg);
  }
}
.code {
	transition: all .4s ease;
}
.code {
	#animation: code 2s linear infinite alternate;
}
@keyframes code {
  from {
    transform: rotateY(0deg);	
  }

  to {
    transform: rotateY(360deg);
  }
}
.top-menu {
    width: 1200px;
    position: fixed;
    top: 0;
    max-width: 100%;
    height: 66px;
    padding: 0 30px;
    margin: auto;
    left: 0;
    justify-content: space-between;
    right: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.top-menu-wrap {
	background: none;
    width: 100%;
	z-index: 9;
    height: 64px;
    position: fixed;
    left: 0;
	transition: all .4s ease;
}
.ge-stars {
	display: flex;
    column-gap: 2px;
}
.kfc-image {
	width: 100%;
    max-width: 100%;
}

.skills .global-elem li > img {
	width: 50px;
}
.kfc .global-elem li > img, .cigitus .global-elem li > img {
    filter: grayscale(1) brightness(0) invert(1);
}
.ge-wrap {
	display: flex;
    flex: 1;	
    flex-direction: column;
}
.href-content {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
	padding: 0 50px;
    column-gap: 30px;
}
.href-content-item {
	font-weight: 500;
    color: #fff;
}
.href-content-item a {
	color: #799eff;
}
.top-menu-wrap-show {
	transition: all .4s ease;
	background: #404040;
}
.tp-contacts {
	display: flex;
    align-items: center;
    column-gap: 30px;
}
.tp-contacts div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.tp-contacts div img {
	opacity: .5;
}
.gc-text ul li {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
    column-gap: 10px;
	position: relative;
}
.global-content {
	display: flex;
    column-gap: 100px;
}
.global-content div ul li:before { 
	position: relative;
}
.global-content div ul li:before {
	position: absolute;
    #content: '';
    width: 8px;
    height: 8px;
    background: #bababa;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}
.skills .global-content div ul li:before {
	display: none;
}
.ul-title {
    font-size: 15px;
    font-weight: 700;
    color: #b7b7b7;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.bar {
	cursor: pointer;
}
.sidebar-logo{
    display: flex;
    height: 200px;
	width: 100%;	
}
.sidebar-logo img {
	width: 150px;
    margin: auto
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: .5;
    filter: brightness(0) invert(1);
    width: 18px;
	
}
.close:hover {
	opacity: 1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: rotate(180deg);
}
.sidebar-contacts, .sidebar-list {
	padding-left: 40px;
}
.banner-elem {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
	height: 250px;
    box-sizing: border-box;
    margin: auto;
    margin-left: 10%;
}
@media(max-width:440px) {
.banner-elem {
	#animation: banner-elem 5s linear infinite alternate;
}
@keyframes banner-elem{from{top:200px;}to{top:300px;}}
}
.banner-elem img {
	position: absolute;
}

.el-star-second {
	animation: el-star-second 300s linear infinite alternate;
}
@keyframes el-star-second{from{transform:rotate(0deg);}to{transform:rotate(-10000deg);}}
.el-trg {
	animation: el-trg 300s linear infinite alternate;
}
@keyframes el-trg{from{transform:rotate(0deg);}to{transform:rotate(-10000deg);}}
.el-star {
	animation: el-star 300s linear infinite alternate;
}
@keyframes el-star{from{transform:rotate(0deg);}to{transform:rotate(10000deg);}}
.el-trg-second {
	animation: el-trg-second 300s linear infinite alternate;
}
@keyframes el-trg-second{from{transform:rotate(0deg);}to{transform:rotate(10000deg);}}
.el-cube {
	animation: el-cube 300s linear infinite alternate;
}
@keyframes el-cube{from{transform:rotate(0deg);}to{transform:rotate(10000deg);}}

.web {
	top: -40px;
	opacity:0;
	left: 0;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.web-show {
	top: 0;	
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.design {
	top: 140px;
	opacity:0;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.design-show {
	top: 100px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.visual {
	opacity:0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    top: -73px;
    left: 103px;
}
.visual-show {
	top: -43px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.graphics {
	opacity:0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    bottom: -81px;
    left: 241px;
	
}
.graphics-show {
    bottom: -41px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.and {
	opacity:0;
	top: 0;
    left: 213px;
    filter: grayscale(1);	
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.and-show {
    left: 313px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.ux {
	opacity:0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    top: 135px;
}
.ux-show {
    top: 105px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.style {
	opacity:0;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
	left: 743px;
	bottom: 80px;
}
.style-show {
    bottom: 100px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-star {
	opacity:0;
	top: -90px;
    left: 20px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-star-show {
    top: -60px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-star-second {
	opacity:0;
    left: 797px;
    bottom: -28px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-star-second-show {
    bottom: -8px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-trg-second {
	opacity:0;
    top: -131px;
    left: 318px;
    width: 93px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-trg-second-show {
    top: -101px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-trg {
	bottom: -69px;
	opacity:0;
    left: -15px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-trg-show {
    bottom: -39px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-cube {
	bottom: -90px;
	opacity:0;
    left: 455px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-cube-show {
    bottom: -60px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-circle {
	left: 552px;
	opacity:0;
    top: 51px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-circle-show {
    top: 21px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-circle-second {
    bottom: -67px;
    left: 100px;
	opacity:0;
    width: 93px;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.el-circle-second-show {
    bottom: -107px;
	opacity:1;
	transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar {
    position: fixed;
    background: #222;
    width: 600px;
    height: 100vh;
	max-width:100%;
    padding: 0 0px;
    align-items: flex-start;
    z-index: 99;
    display: flex;
    flex-direction: column;
    max-width: 100%;
	bottom:0;
	top:0;
    row-gap: 30px;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    left: -600px;
    box-sizing: border-box;
    justify-content: space-between;
	overflow: auto;
	
}
.global-header .gh-text {
    padding: 0 20px;
}
.sidebar-list {
	display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.sidebar-list li a {
	color: #A0A0A0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .4s ease;
}
.sidebar-list li a:hover {
    color: #fff;
    transition: all .4s ease;
}
.sidebar-contacts {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}
.sidebar-contacts div {
	display: flex;
    align-items: center;
    column-gap: 8px;
}
.sidebar-contacts div a {
	font-size: 17px;
    font-weight: 500;
    color: #fff;
}
.sidebar-contacts div img {
    opacity: .5;
}
.sidebar-show {
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    left: 0;
}
.gc-text ul {
	display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.gc-text {
    display: flex;
    column-gap: 100px;
    flex-direction: column;
    row-gap: 30px;
}
.global-elem div {
	width: 220px;
}
.gh-text {
	font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #222;
}
.global-title {
	font-weight: 700;
    font-size: 20px;
    color: #222;
}
.global-elem {
	display: flex;
    column-gap: 100px;
}
.tp-contacts a {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.top-menu-left-side {
	display: flex;
    align-items: center;
    column-gap: 30px;
}
.tp-list ul {
	display: flex;
    column-gap: 14px;
}
.tp-list ul li a{
    color: #A0A0A0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	transition: all .4s ease;
}
.tp-list ul li a:hover {
    color: #fff;
	transition: all .4s ease;
}
.global-header {
	text-align: center;
	#opacity: 0;
	#padding-right: 100px;
}
.title-fade {
	opacity: 1;
	padding-right: 0px;
    transition: all .8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.banner-bg {
	width: 100%;
    position: absolute;
    bottom: 0;
}
.banner {
	width: 100%;
    position: relative;	
    height: 100vh;
    background: linear-gradient(270deg, #414141 6.64%, #040404 226.17%);
}
.skills, .kfc, .cigitus, .footer {
	min-height: 600px;
}
.skills {
	background: linear-gradient(286.12deg, #D0D0D0 -0.2%, rgba(234, 234, 234, 0) 82.44%);
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 100px;
    padding: 60px 0 100px 0;
}
.kfc {
	background: linear-gradient(180deg, #F13131 0%, #A31C1C 100%);
	display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 100px;
    padding: 0;
}
.cigitus {
	background: linear-gradient(270deg, #7C7C7C 6.64%, #040404 226.17%);
	display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 100px;
    padding: 60px 0 0 0;
}
.cigitus-image {
    max-width: 96%;
}
.kfc .gh-text, .cigitus .gh-text, .kfc .global-title, .cigitus .global-title {
    color: #fff;
}
.gh-text-main {
	font-weight: 700;
    font-size: 48px;
    color: #fff;
}
.cigitus .gc-text ul li, .kfc .gc-text ul li {
    font-weight: 500;
    color: #fff;
    white-space: break-spaces;	
}
.footer {
    background: linear-gradient(270deg, #414141 6.64%, #040404 226.17%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0px;
    justify-content: space-between;
}
.single-text {
	width: 800px;
	max-width: 100%;
    box-sizing: border-box;	
}
.pointer-events {
	pointer-events: none;
}
.view, .view-link {
	background: #fff;
    padding: 30px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
	display: flex;
    align-items: center;
    column-gap: 14px;
	#transition: all .4s ease; 
}
.view:hover, .view-link:hover {
    background: #8d8d8d;
    color: #fff;
	#transition: all .2s ease; 
}
.view:hover img, .view-link:hover img {
    filter: brightness(0) invert(1);
	#transition: all .2s ease; 
}
.footer-bg {
    width: 100%;
}
.footer-logotype {
	width: 200px;
    margin: 100px auto;
    left: 0;
    right: 0;
}
@media(max-width:1000px) {
	.banner-elem {
		transform: scale(.7);
	}
}
@media(max-width:870px) {
	.global-content {
		column-gap: 60px;
	}
	.cigitus {
		row-gap: 60px;
	}
	.gc-logotype img {
		width: 120px;
	}
	.gh-text-main {
		font-size: 38px;
	}
	.gh-text {
		font-size: 19px;
	}
	.cigitus .gh-logotype img {
		width: 320px;
	}
	.skills .gh-logotype img {
		width: 280px;
	}
	.global-elem {
		column-gap: 40px;
	}
}
@media(max-width:870px) {
	.global-content {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
	.global-elem div {
		width: auto;
	}
	.kfc, .cigitus, .skills {
		row-gap: 40px;
		box-sizing: border-box;
		
	}
	.global-content {
		padding-left: 30px;
		padding-right: 30px;
	}


}
@media(max-width:760px) {
	.tp-list, .tp-contacts div:nth-of-type(1) {
		display: none;
	}
	.banner-elem {
    transform: scale(.5);
    margin-left: 5%;
}

}
@media(max-width:600px) {
	.image-xs {
		display: block;
	}
	.image-lg {
		display: none;
	}
	.view {
		padding: 20px;
		column-gap: 14px;
	}
	.banner-elem {
		transform: rotate(-90deg) scale(.65);
		margin-left: 5%;
		right:0;
		top: 200px;
		left: -36px;
}
}
@media (max-width: 440px){
.global-elem {
    column-gap: 20px;
}

}
@media (max-width: 400px){
.global-elem {
    column-gap: 20px;
	flex-direction: column;
} 
.skills .gh-logotype img {
    width: 240px;
    margin-bottom: 6px;
}
.top-menu {
    padding: 0 15px;
}
.gc-logotype img {
    width: 100px;
}
.global-elem div ul div {
    margin-bottom: 5px;
}
.skills .global-elem div:nth-of-type(2) ul {
	margin-top: 0;
}
.global-elem div:nth-of-type(2) div {
	margin-top: 30px;
}
.top-menu-left-side {
    column-gap: 15px;
}
.kfc .gh-text-main {
    font-size: 29px;
    margin-top: 10px;
}
.cigitus .gh-logotype img {
    width: 260px;
}
.global-header .gh-text {
	    padding: 0 20px;
}
.global-header .gh-text {
    padding: 0 20px;
    line-height: 18px;
}
}