@import url("default.css");
@import url("keyframes.css");
@import url("scrollbar.css");
body {
	background: #4b147d;
	color: #fff;
}
* {
	font-family: "Montserrat", sans-serif;
	user-select: none;
}

.wrap {
	max-width: 1500px;
}
@media (max-width: 1650px) {
	.wrap {
		max-width: 1260px;
	}
}
@media (max-width: 1350px) {
	.wrap {
		max-width: 1000px;
	}
}
@media (max-width: 1050px) {
	.wrap {
		max-width: 760px;
	}
}
@media (max-width: 800px) {
	/*.wrap{max-width:100%;}*/
}

/*body > .wrap{position:relative; z-index:2; background:#451173; height:100vh; outline:1px solid;}*/
/*header{position:fixed; z-index:1; top:0px; left:0px;}*/
header {
	user-select: none;
}

header {
	display: block;
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	background: url("../video/video-bg.jpg") no-repeat center / cover;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.65);
}
header > video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
header::before {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(
		-90deg,
		rgba(84, 26, 138, 0) 0%,
		rgba(84, 26, 138, 0) 40%,
		rgba(84, 26, 138, 0.6) 60%,
		rgba(45, 3, 84, 0.8) 100%
	);
}
header::before {
	background-image: linear-gradient(
		-90deg,
		rgba(173, 16, 25, 0.3),
		rgba(173, 16, 25, 0.5),
		rgba(45, 3, 84, 0.6),
		rgba(45, 3, 84, 0.4)
	);
}

header > .wrap {
	padding: 10px 0% 10px 0;
	min-height: 100vh;
	z-index: 3;
	transition: all 0.5s;
}
header > .wrap > .logotype {
	height: auto;
	padding: 15px;
	margin: auto auto auto auto;
}
header > .wrap > .logotype {
	color: #fff;
	font-weight: 200;
	line-height: 1;
}
header > .wrap > .logotype * {
	transition: all linear 0.01s;
}
/*header > .wrap > .logotype{animation:logotype 1s linear infinite;}*/

header > .wrap > .logotype > i {
	font-size: 80px;
	font-style: normal;
	margin-right: 10px;
}
header > .wrap > .logotype > div {
	text-align: center;
}
header > .wrap > .logotype > div > span {
	font-size: 60px;
	display: block;
}
header > .wrap > .logotype > div > span:first-child {
}
header > .wrap > .logotype > div > span:last-child {
	letter-spacing: 6px;
	position: relative;
}
header > .wrap > .logotype > div > span:last-child::after {
	display: block;
	width: 1px;
	height: 80%;
	background: #fff;
	position: absolute;
	top: 10%;
	right: 5px;
	animation: logotypeCur 1.3s linear infinite;
}
/*header.inner{min-height:170px;}
	header.inner > .wrap{min-height:170px;}
@media(max-width:1050px){*/
[data-inner] header {
	min-height: 170px;
	z-index: 2;
}
[data-inner] header > .wrap {
	min-height: 170px;
}
/*}*/

#skew {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
#skew > div {
	width: 100%;
	height: auto;
	position: relative;
}
#skew > div > div {
	width: calc(100% / 3);
	height: 100vh;
	background: no-repeat center / cover;
	position: relative;
}
#skew > .bg {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}
#skew > .bg > div {
	transform: skew(-6deg) scale(1.2);
	transform-origin: center center;
	overflow: hidden;
	transition: all 0.5s;
	border: solid rgba(255, 255, 255, 0.65);
	border-width: 0px 1px 0px 1px;
	background: repeat center center / 100% auto;
	background-attachment: fixed;
}
#skew > .bg > div {
	background-image: url("../images/_color.jpg");
}
/*#skew > .bg > div{background-image:linear-gradient(-90deg, rgba(173,16,25,1), rgba(173,16,25,1), rgba(45,3,84,1), rgba(45,3,84,1));}*/
#skew > .bg > div > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: no-repeat center / cover;
	transform: skew(6deg) scale(1.2);
	transition: all 0.5s;
}
#skew > .bg > div > div::before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: no-repeat center / cover;
	opacity: 0;
	transition: all 0.5s;
}
#skew[data-hover="1"] > .bg > div:nth-child(1) > div::before {
	opacity: 1;
}
#skew[data-hover="2"] > .bg > div:nth-child(2) > div::before {
	opacity: 1;
}
#skew[data-hover="3"] > .bg > div:nth-child(3) > div::before {
	opacity: 1;
}
#skew[data-hover="1"] > .bg > div:nth-child(1) > div {
	opacity: 0.2;
}
#skew[data-hover="2"] > .bg > div:nth-child(2) > div {
	opacity: 0.2;
}
#skew[data-hover="3"] > .bg > div:nth-child(3) > div {
	opacity: 0.2;
}
#skew > .bg > div:nth-child(1) > div {
	background-image: url("../images/contacts/vk_black.jpg");
}
#skew > .bg > div:nth-child(2) > div {
	background-image: url("../images/contacts/instagram_black.jpg");
}
#skew > .bg > div:nth-child(3) > div {
	background-image: url("../images/contacts/mail.jpg");
	background-position: left center;
}
#skew > .bg > div:nth-child(1) > div::before {
	background-image: url("../images/contacts/vk.jpg");
}
#skew > .bg > div:nth-child(2) > div::before {
	background-image: url("../images/contacts/instagram.jpg");
}
#skew > .bg > div:nth-child(3) > div::before {
	background-image: url("../images/contacts/mail_black.jpg");
	background-position: left center;
}

#skew > .content {
	z-index: 10;
}
#skew > .content > div {
	background: none !important;
	flex-direction: column;
}
#skew > .content > div > a {
	display: block;
	width: 100%;
	height: 100%;
	transform: skewX(-6deg) scale(1.2);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
#skew > .content > div:nth-child(1) > a {
	transform: skewX(-6deg);
	transform-origin: left top;
}
#skew > .content > div:nth-child(2) > a {
	transform-origin: center;
	z-index: 100;
}
#skew > .content > div:nth-child(3) > a {
	transform-origin: left bottom;
}
#skew > .content > div > i {
	font-size: 100px;
	filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.65));
	position: relative;
	top: -100%;
	transition: all 0.5s;
}
#skew > .content > div:hover > i {
	top: 0;
}
#skew > .content > div > span {
	display: block;
	font-weight: 100;
	font-size: 0;
	text-transform: uppercase;
	position: relative;
	top: 100%;
	transition: all 0.5s;
	max-width: 100%;
	transform: rotate(720deg);
	text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.65);
}
#skew > .content > div:nth-child(1) > span {
	left: -100%;
}
#skew > .content > div:nth-child(2) > span {
}
#skew > .content > div:nth-child(3) > span {
	left: 100%;
}
#skew > .content > div:hover > span {
	font-size: 40px;
	top: 10px;
	left: 0;
	transform: rotate(0deg);
}

#skew > .content > span {
	display: block;
	width: 100%;
	padding: 0px 0px;
	position: absolute;
	top: -450px;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 200;
	transition: all 0.5s;
}
#skew:hover > .content > span {
	top: 50px;
}
#skew > .content > span > div {
	width: max-content;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.65);
	padding: 15px 65px;
	margin: 0px auto;
	border-radius: 999px;
	background: linear-gradient(
			-90deg,
			rgba(173, 16, 25, 0.75),
			rgba(173, 0.756, 25, 0.75),
			rgba(45, 3, 84, 0.75),
			rgba(45, 3, 84, 0.75)
		)
		fixed;
}
@media (max-width: 1600px) {
	#skew > .content > div:hover > span {
		font-size: 30px;
	}
}
@media (max-width: 1300px) {
	#skew > .bg > div {
		transform: skew(-6deg) scale(1.3);
	}
	#skew > .content > div:hover > span {
		font-size: 20px;
	}
}
@media (max-width: 1000px) {
	#skew > div > div {
		height: 450px;
		max-height: 100vh;
	}
	#skew > .bg > div {
		transform: skew(-6deg) scale(1.3);
	}
	#skew > .content > div:hover > span {
		font-size: 16px;
	}
	#skew > .content > span {
		font-size: 20px;
	}
}
@media (max-width: 750px) {
	#skew > .content > div > span {
		display: none;
	}
	#skew > .content > span > div {
		padding: 15px 30px;
		max-width: calc(100vw - 40px);
	}
}
@media (max-width: 600px) {
	#skew > div > div {
		height: 350px;
	}
	#skew > .content > span > div {
		display: none;
	}
	#skew > .content > div > i {
		font-size: 60px;
	}
}
@media (max-width: 500px) {
	#skew > div > div {
		height: 70vw;
	}
	#skew > .content > div > i {
		top: 0;
	}
	#skew > .content > div:hover > i {
		top: -100%;
	}
	/*#skew > .bg > div > div{opacity:0.2;}*/
	/*#skew > .bg > div > div::before{opacity:1;}*/
}

#copyright {
	width: 100%;
	background: #212121 url("../images/color.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#copyright::after,
#copyright::before {
	background: url("../images/_color.jpg") repeat center fixed / 100% auto;
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: all linear 0.5s;
}
#copyright::before {
	left: auto;
	right: 0;
}
#copyright:hover::after,
#copyright.inner::after {
	width: 100%;
}
#copyright:hover::before,
#copyright.inner::before {
	width: 100%;
}
#copyright > .flex {
	padding: 10px 0px;
	position: relative;
	z-index: 3;
}
#copyright > .flex::before {
	background: rgba(0, 0, 0, 0);
	display: block;
	width: 100%;
	height: 1px;
	box-shadow: 0px 1px 15px 5px rgba(0, 0, 0, 0.65);
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 1;
}
#copyright > .flex > div {
	position: relative;
	z-index: 2;
}
#copyright > .flex > div > svg {
	height: 30px;
	position: relative;
	top: 3px;
	transition: all 0.5s;
}
#copyright:hover > .flex > div > svg {
	transform: scale(1.5) rotate(-10deg);
}
#copyright > .flex > div > svg > g {
	fill: #fff;
	transition: all 0.5s;
}
/*#copyright:hover > .flex > svg > g{fill:#4b147d;}*/
#copyright > .flex > div > span {
	display: block;
	font-size: 14px;
	font-weight: 200;
	margin-left: 10px;
}

main {
	display: block;
	width: 100%;
}
[data-inner] main {
	min-height: calc(100vh - 220px);
}
[data-inner] main > section {
	min-height: calc(100vh - 220px);
}

#changelog {
	width: 100%;
}
#changelog > .wrap {
	padding: 65px 0px;
}
#changelog > .wrap > .changelog {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}
#changelog > .wrap > .changelog:hover {
	transform: scale(1.1);
	z-index: 2;
}
#changelog > .wrap > .changelog > b {
	display: block;
	width: auto;
	font-weight: 400;
	margin: auto;
}
#changelog > .wrap > .changelog > div {
	width: calc(100% - 200px);
	padding: 15px 5px 15px 25px;
	background: #f4f4f4;
	color: #333;
	transition: all 0.5s;
}
#changelog > .wrap > .changelog:hover > div {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.45);
}
@media (max-width: 650px) {
	#changelog > .wrap {
		padding: 30px 0px;
	}
	#changelog > .wrap > .changelog {
		flex-wrap: wrap;
		border-bottom: none;
	}
	#changelog > .wrap > .changelog > b {
		background: #151515;
		color: #fff;
		width: 100%;
		padding: 5px 10px;
		font-size: 12px;
		opacity: 0.6;
		order: 2;
		text-align: right;
	}
	#changelog > .wrap > .changelog > div {
		width: 100%;
		order: 1;
		padding: 10px 15px;
		background: none;
		color: #fff;
		font-size: 15px;
	}
	#changelog > .wrap > .changelog:hover {
		transform: scale(1);
	}
}

#feedback {
	width: 100%;
}
#feedback > .wrap {
	padding: 60px 0px; /*align-items:flex-start;*/
	min-height: calc(100vh - 220px);
}
#feedback > .wrap > h2 {
	display: block;
	width: 45%;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
#feedback > .wrap > div {
	width: calc(55%);
	padding-left: 25px;
}
#feedback > .wrap > div > div {
	margin-top: 10px;
}
#feedback > .wrap > div > label {
	display: block;
	width: 100%;
	margin: 10px auto;
}
#feedback > .wrap input,
#feedback > .wrap textarea {
	display: block;
	width: 100%;
	height: 55px;
	padding: 10px 25px;
	margin: 0px auto;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	border: none;
	background: rgba(255, 255, 255, 0.15);
	border-bottom: #fff 1px solid;
	transition: all 0.5s;
}
#feedback > .wrap input:valid,
#feedback > .wrap textarea:valid {
	border-color: #0c800c;
}
#feedback > .wrap input + input {
	margin-top: 10px;
}
#feedback > .wrap input::placeholder,
#feedback > .wrap textarea::placeholder {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
#feedback > .wrap textarea {
	height: 120px;
	resize: vertical;
}
#feedback > .wrap button {
	display: block;
	max-width: 100%;
	width: 350px;
	height: 55px;
	background: rgba(173, 16, 25, 1);
	color: #fff;
	font-size: 18px;
	border: none;
	margin: 10px 0px auto auto;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
	border-radius: 5px;
}
@media (max-width: 1650px) {
	#feedback > .wrap > h2 {
		font-size: 30px;
	}
}
@media (max-width: 1350px) {
	#feedback > .wrap button {
		width: 100%;
	}
}
@media (max-width: 850px) {
	#feedback > .wrap {
		flex-direction: column;
		padding: 30px 0px;
	}
	#feedback > .wrap > h2 {
		width: 100%;
		font-size: 24px;
		margin-bottom: 35px;
	}
	#feedback > .wrap > div {
		width: 100%;
		padding-left: 0px;
	}
}

.grecaptcha-badge {
	z-index: 100;
}

#info {
	width: 100%;
	position: fixed;
	bottom: 0%;
	left: 0%;
	z-index: 500;
	background: url("../images/color.jpg") no-repeat center / cover;
	cursor: pointer;
	transition: all 0.5s;
	visibility: visible;
	opacity: 1;
	border-radius: 6px;
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.35);
}
#info {
	background: linear-gradient(
		-90deg,
		rgba(173, 16, 25, 0),
		rgba(173, 16, 25, 0.7),
		rgba(173, 16, 25, 0.9),
		rgba(45, 3, 84, 0.8),
		rgba(45, 3, 84, 0.6),
		rgba(45, 3, 84, 0)
	);
}
/*#info.start{opacity:0;}*/
#info + #info {
	visibility: hidden;
	opacity: 0;
	z-index: 499;
}
#info.hide,
#info.hide + #info.hide {
	opacity: 0;
	visibility: hidden;
}
#info.hide + #info {
	opacity: 1;
	visibility: visible;
	z-index: 500;
}
#info > .wrap {
	padding: 45px 45px;
	font-size: 20px; /*text-transform:uppercase;*/
	text-align: center;
	font-weight: 300;
	color: #fff;
	width: max-content;
}
@media (max-width: 650px) {
	#info > .wrap {
		font-size: 18px;
		padding: 25px 10px;
	}
}

#auth {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 150;
	background: rgba(34, 34, 34, 0.35);
}
#auth::before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: url("../images/_color.jpg") repeat-y center / 100% auto;
	opacity: 0.45;
}
#auth > div {
	position: relative;
	z-index: 2;
}

#login {
	margin: 0px auto auto auto;
	padding: 0px 10px;
	width: 100%;
}
#login.auth {
	flex-wrap: nowrap;
}
#login.auth > img {
	display: block;
	width: 80px;
	height: 80px;
	margin: 10px auto;
	filter: grayscale(100%) invert(100%);
}
#login.auth > div {
	margin: 5px auto auto auto;
	width: 100%;
	text-align: center;
}
#login.auth > div > b {
	display: block;
	font-weight: 400;
}
#login.auth > div > b::after {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 15px auto;
}
#login.auth > div > div {
	width: 100%;
}
#login.auth > div > div > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	border-radius: 25px;
	transition: all 0.5s;
	color: #fff;
	font-size: 12px;
	box-shadow: 0px 0px 0px #fff inset;
}
#login.auth > div > div > a + a {
	margin-left: 10px;
}
#login.auth > div > div > a:hover {
	color: #310754;
	box-shadow: 0px 0px 50px #fff inset;
	font-size: 16px;
	transform: scale(1.2);
}
#login.logged {
	flex-wrap: nowrap;
	flex-direction: column;
}
#login.logged > img {
	display: block;
	width: 60px;
	height: 60px;
	border: 5px solid #fff;
	border-radius: 999px;
	margin: 10px auto;
}
#login.logged > div {
	margin: 5px auto auto auto;
	width: 100%;
	text-align: center;
}
#login.logged > div > b {
	display: block;
	margin-bottom: 10px;
}
#login.logged > div > b::after {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 20px auto;
}

#shortlink {
	width: 100%;
}
#shortlink > .wrap {
	padding: 45px 0px;
}
#shortlink > .wrap * {
	border: none;
	border-collapse: collapse;
}
#shortlink > .wrap > table {
	width: 100%;
}
#shortlink > .wrap > table > tbody {
}
#shortlink > .wrap > table > tbody > tr {
}
#shortlink > .wrap > table > tbody > tr > th {
	background: #fff;
	color: #222;
	padding: 10px 10px;
}
#shortlink > .wrap > table > tbody > tr > td {
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 10px 10px;
	text-align: center;
}
#shortlink > .wrap > table > tbody > tr > td:last-child {
	text-align: left;
}
#shortlink > .wrap > table > tbody > tr > td > a {
	border-bottom: 1px dashed #fff;
}

#shortlink > .wrap > form {
	margin: 15px 0px 45px;
}
#shortlink > .wrap > form > * {
	display: block;
	width: calc((100% / 2) - 20px);
	height: 50px;
	margin: 5px auto;
	padding: 7px 25px;
	font-size: 18px;
	border: none;
	font-weight: 300;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
}
#shortlink > .wrap > form > input {
}
#shortlink > .wrap > form > button {
	background: rgba(173, 16, 25, 1);
	color: #fff;
}
@media (max-width: 800px) {
	#shortlink > .wrap > form > * {
		width: calc((100% / 1) - 10px);
	}
}
@media (max-width: 650px) {
	#shortlink > .wrap > table > tbody > tr > td {
		font-size: 15px;
		word-break: break-all;
	}
}

#works {
	width: 100%;
}
#works a[href="https://www.froala.com/wysiwyg-editor?k=u"]
{
	display: none !important;
}
#works > .wrap {
	padding: 65px 0px;
}
#works > .wrap > table {
	width: 100%;
}
#works > .wrap > table > tbody {
}
#works > .wrap > table > tbody > tr {
}
#works > .wrap > table > tbody > tr > th {
	background: #fff;
	color: #222;
	padding: 10px 10px;
}
#works > .wrap > table > tbody > tr > td {
	border: 1px solid rgba(255, 255, 255, 0.4);
	padding: 10px 10px;
	text-align: center;
}
#works > .wrap > table > tbody > tr > td:last-child {
	text-align: left;
}
#works > .wrap > table > tbody > tr > td > a {
	border-bottom: 1px dashed #fff;
}
#works > .wrap > form {
	width: 100%;
	margin: 15px 0px 45px;
}
#works > .wrap > form > input,
#works > .wrap > form > textarea,
#works > .wrap > form > button {
	display: block;
	width: calc((100% / 1) - 20px);
	height: 50px;
	margin: 5px auto;
	padding: 7px 25px;
	font-size: 18px;
	border: none;
	font-weight: 300;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.45);
	background: #fff;
}
#works > .wrap > form > input[readonly] {
	background: #b1b1b1;
	cursor: not-allowed;
}
#works > .wrap > form > input[type="file"] {
	display: none;
}
#works > .wrap > form > div.image:empty + input[type="file"] {
	display: block;
}
#works > .wrap > form > textarea {
	min-height: 450px;
	padding: 20px 25px;
	resize: vertical;
}
#works > .wrap > form > div.image {
	width: 100%;
	padding: 10px;
	justify-content: flex-start;
}
#works > .wrap > form > div.image > img {
	display: block;
	width: 350px;
}
#works > .wrap > form > div.image > a {
	display: block;
	width: 100%;
	background: #fff;
	padding: 15px 25px;
	color: #222;
	text-align: center;
}
#works > .wrap > form > div.richText {
	display: block;
	width: calc((100% / 1) - 20px);
	margin: 5px auto;
}
#works > .wrap > form > button {
	background: rgba(173, 16, 25, 1);
	color: #fff;
}
@media (max-width: 800px) {
	#works > .wrap > form > * {
		width: calc((100% / 1) - 10px);
	}
}
@media (max-width: 650px) {
	#works > .wrap > table > tbody > tr > td {
		font-size: 15px;
		word-break: break-all;
	}
}

#portfolio {
	width: 100%;
	background: #fff;
}
#load_works {
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 100;
	width: 50px;
	height: 50px;
	filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.35));
}
#load_works > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: rgba(173, 16, 25, 1);
	border-radius: 25px;
	font-size: 24px;
}
#load_works > span {
	display: block;
	width: 160px;
	padding: 5px 5px;
	color: #fff;
	text-align: center;
	background: url("../images/_color.jpg") repeat center / 100% auto;
	border-radius: 5px 0px 0px 5px;
	position: absolute;
	top: 50%;
	right: calc(100% - 10px);
	transform: translate(0, -50%);
}
#portfolio > .load {
	width: 100%;
}
#portfolio > .load > a {
	display: block;
	margin: 25px 0px;
	color: #fff;
	font-size: 20px;
	background: url("../images/_color.jpg") repeat center / 100% auto;
	padding: 15px 30px;
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.35);
	font-weight: 200;
}
#portfolio > .load > a > i {
	margin: 0px 10px 0px 0px;
}

#portfolio > .wrap {
	padding: 0px 0px;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}
#portfolio_info {
	width: calc(100% - 30px);
	max-width: 1400px;
	font-size: 24px;
	line-height: 1.6;
	color: #222;
	margin: 0px auto;
	padding: 45px 0px;
}
#portfolio_info > h1 {
	display: block;
	color: #4b147d;
	font-weight: 600;
	border-left: 6px solid #ad1019;
	padding: 0px 0px 7px 25px;
	line-height: 1;
}
#portfolio_info > h1 > b {
	font-weight: 800;
	font-size: 125%;
}

.work {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}
.work:first-child {
	background: #f9f9f9;
}
.work > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -100%;
	left: 5%;
	background: rgba(173, 16, 25, 1);
	color: #fff;
	font-size: 30px;
	z-index: 100;
	border-radius: 100px;
	transition: all 0.5s;
}
.work:hover > a {
	top: 5%;
}
.work::after {
	display: block;
	width: 100%;
	height: 100%;
	background: #4b147d url("../images/_color.jpg") repeat-y center / 100% auto;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 1;
}
.work:nth-child(3n)::after {
	opacity: 0.4;
}
.work:nth-child(3n-1)::after {
	opacity: 0.2;
}
.work:nth-child(6n)::after {
	background-image: none;
}
.work:nth-child(6n-1)::after {
	background-image: none;
}
.work:nth-child(6n-2)::after {
	background-image: none;
}
.work > .flex {
	padding: 65px 20px;
	flex-wrap: nowrap;
	width: 100%;
	min-width: 100%;
	position: relative;
	z-index: 2;
}
.work > .flex > .macbook {
	width: 1000px;
	position: relative;
	order: 1;
}
.work > .flex > .macbook > img {
	display: block;
	width: 100%;
}
.work > .flex > .macbook > div {
	width: 100%;
	height: 100%;
	padding: 5.1% 11.8% 6.2% 11.8%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.work > .flex > .macbook > div > div {
	background: rgba(255, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.work > .flex > .macbook > div > div > a {
	padding: 0px 0px;
	color: #fff;
	background: #222;
	position: absolute;
	right: 0px;
	bottom: 20%;
	z-index: 2;
	transform: translate(100%, 0);
	height: 50px;
	background: #212121 url("../images/_color.jpg") no-repeat center / cover;
	transition: all 0.5s;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.65));
}
.work > .flex > .macbook > div > div > a:hover {
	transform: translate(0%, 0);
}
.work > .flex > .macbook > div > div > a > span {
	display: block;
	padding: 10px 25px;
}
.work > .flex > .macbook > div > div > a > i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #4b147d;
	position: absolute;
	right: 100%;
	top: 0px;
	border-radius: 10px 0px 0px 10px;
}

.work > .flex > .macbook > div > div > div {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden scroll;
}
.work > .flex > .macbook > div > div > div > img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.work > .flex > .content {
	width: calc(100% - 1000px);
	color: #222;
	padding: 25px 35px;
	order: 2;
}
.work > .flex > .content > h2 {
	display: block;
	font-size: 34px;
	font-weight: 500;
}
.work > .flex > .content > div {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin: 25px 0px;
}
.work > .flex > .content > div ul,
.work > .flex > .content > div ol {
	padding: 10px 0px 10px 35px;
}
.work > .flex > .content > a {
	display: block;
	width: 250px;
	max-width: 100%;
	background: #222;
	color: #fff;
	padding: 15px 25px; /*text-transform:uppercase;*/
	text-align: center;
}

.work:nth-child(odd) > .flex > .content {
	order: 1;
}
.work:nth-child(odd) > .flex > .macbook {
	order: 2;
}
/*.work:nth-child(odd) > .flex > .macbook > div > div > a{transform:translate(-100%, 0); right:100%;}*/
.work:nth-child(even) > a {
	left: auto;
	right: 5%;
}
@media (max-width: 1650px) {
	.work > .flex > .macbook {
		width: 800px;
	}
	.work > .flex > .content {
		width: calc(100% - 800px);
		padding: 15px 15px;
	}
}
@media (max-width: 1300px) {
	.work > .flex > .macbook {
		width: 600px;
	}
	.work > .flex > .content {
		width: calc(100% - 600px);
		padding: 15px 5px;
	}
}
@media (max-width: 1150px) {
	#portfolio_info {
		font-size: 20px;
		line-height: 1.4;
	}
	#portfolio_info > h1 {
		font-size: 24px;
	}
	.work > .flex > .macbook {
		width: 500px;
	}
	.work > .flex > .content {
		width: calc(100% - 500px);
	}
}
@media (max-width: 950px) {
	.work > .flex {
		flex-wrap: wrap;
		padding: 35px 20px;
	}
	.work > .flex > .macbook {
		width: 100%;
		max-width: 800px;
		order: 1 !important;
	}
	.work > .flex > .content {
		width: 100%;
		order: 2 !important;
		margin-top: 45px;
	}
}
.work > .flex > .macbook,
.work > .flex > .content {
	transition: all 1s;
}
/*.work.full > .flex{flex-wrap:wrap;}*/
.work.full > .flex > .macbook {
	/*order:1; */
	width: 80%;
}
.work > .flex > .content {
	overflow: hidden;
	padding: 0;
}
.work.full > .flex > .content {
	/*order:2; */
	width: 0%;
}

#speedbar {
	width: 100%;
	background: rgba(255, 255, 255, 0.15);
}
#speedbar > .wrap {
	padding: 15px 0px;
	justify-content: flex-start;
	font-size: 15px;
}
#speedbar > .wrap > div {
	display: block;
	margin: 0px 10px;
	color: #fff;
}
#speedbar > .wrap > span {
	display: block;
	margin-top: 2px;
}
#speedbar > .wrap > span::after {
	content: "/";
	display: block;
	opacity: 0.6;
	font-size: 10px;
	line-height: 15px;
}
