html {
    font-size: 62.5%;
    min-width: 320px;
    line-height: 1.15rem;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    background: #1d1d1d;
    display: block;
    min-width: 320px;
    font-family: "Open Sans",sans-serif;
    color: #fff;
    padding-left: 155px; /* Same as .main-menu width */
    overflow-y: scroll;
    overflow-x: hidden
}
.stop-scrolling {
    height: 100%;
    overflow-y: hidden;
}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.container {
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}

menu {
    list-style-type: disc;
}
.main-menu {
    width: 155px;
    background-color: #181818;
    height: 100vh;
    position: fixed;
    lefT: 0;
    top: 0;
    right: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.main-menu-top {
    background: #000;
    width: 100%;
    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;
    padding: 2rem 1rem;
}
.main-menu-top span {
    font-family: font-file-82132;
    color: #fff;
    margin-top: 1px;
    font-size: 1.5rem;
}
.logo {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo span {
    font-family: font-file-82132;
    color: #fff;
    margin-top: 1px;
    font-size: 2.3rem;
}
a {
    color: #00AAFF;
    background-color: transparent;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    color: #00AAFF;
}
a:hover {
    text-decoration: underline;
}
nav {
    display: block;
}
.main-menu-lang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 0.5rem 0.5rem;
}
.lang {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.lang-item {
    cursor: pointer;
    height: 40px;
    width: 40px;
    border: 5px solid;
    border-radius: 50px;
}
.main-menu_nav {
    width: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #282828;
}
.main-menu_nav a {
    text-align: center;
    width: 100%;
    display: block;
    font-family: font-file-82132;
    font-size: 1.8rem;
    color: #909096;
    line-height: 5rem;
    border-bottom: 1px solid #282828;
    -webkit-transition: color .3s,background-color .3s;
    -o-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
}
.main-menu_nav a:hover {
    color: #00AAFF;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
}
.main-menu__top > span {
    font-family: font-file-82132;
    color: #a5a5a5;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.social {
    color: #909096;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 20rem;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.social li {
    text-align: center;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.social li a {
    padding: 2rem 7px;
}

/* Loader */
.preloader {
    position: fixed;
    will-change: transform;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1D1D1D;
    z-index: 2;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.preloader .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    max-width: 100%;
    height: 160px;
    text-align: center;
}
.preloader .inner > img {
    display: block;
    margin: 0 auto;
}
.preloader .inner > span {
    color: #8d8d8d;
    margin-top: 9px;
    font-size: 13px;
    font-family: font-file-82132;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block;
    text-align: start;
}
.preloader .progressBar-bg {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    height: 0px;
    width: 100%;
}
.progressBar {
    box-shadow: 0 10px 40px -10px #706FD3;
    border-radius: 100px;
    /* background: #00AAFF; */
    background: linear-gradient(to right, #1d1d1d 0%, #FFFFFF 25%, #00AAFF 50%, #706FD3 75%, #1d1d1d 100%);
    height: 10px;
    width: 0;
} 
.progressBar-bg span {
    margin-left: 5px;
    color: #fff;
    font-weight: bolder;
}


/* Popup */
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.overlay .light {
    background: rgba(255,255,255,0.5);
}
.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
	margin: 100px auto;
	background: #fff;
	border: 1px solid #666;
	width: 700px;
    max-height: 90%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: relative;
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.popup::-webkit-scrollbar {
    display: none;
}
.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
    margin-top: 0;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #00AAFF;
    font-family: font-file-82132;
}
/* .popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #00AAFF;
} */
.popup:hover {
    opacity: 1;
}
.popup .content {
    width: fit-content;
    margin: 0 auto;
    color: #000;
}
.popup p {
    margin: 0 0 1em;
}
.popup a.appLink {
    position: absolute;
    right: 20px;
    color: red;
}
.popup img {
    margin: auto;
}

/* Portfolio Item Modal */
.modalItem {
    margin: 75px 20%;
	/* margin: 75px auto; */
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 60%;
    max-height: 90%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
	position: relative;
    overflow: auto;
}

.overlay_ {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

.overlay_:target {
    visibility: visible;
    opacity: 1;
}

.modalContent {
    align-items: flex-start;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    color: #333;
    height: 100vh;
    opacity: 1;
    position: relative;
    text-align: left;
    transform: scale(1);
    transition: all 0.3s;
}

.carouselWrap {
    width: 700px;
    margin: 0 auto;
    position: relative;
    color: #333;
    text-align: left;
}

.carouselWindow {
    background: #222;
    overflow: hidden;
    position: relative;
}

#carousel {
    position: relative;
    top: 0px;
    width: 10000px;
}

.carouselSlide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    float: left;
    height: 250px;
    justify-content: center;
}

.carouselTransition {
    transition: 0.7s;
}

.carouselPrev {
    left: 0;
}

.carouselNext {
    right: 0;
}

.carouselPrev, .carouselNext {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    cursor: pointer;
    cursor: pointer;
    font-size: 14pt !important;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    width: 50px;
    height: 50px;
}

.modalInfo {
    border-top: 3px solid #1b242f;
    box-sizing: border-box;
    color: #444;
    padding: 15px 10px 85px 10px;
}

.title {
    font-size: 26pt;
    line-height: 30pt;
    font-family: font-file-82132;
}

.label {
    color: #c0c0c0;
    display: block;
    font-family: "Raleway-bold";
    font-size: 15pt;
    font-weight: bolder;
}

.projectTag {
    color: #706FD3;
    display: block;
    font-family: "Raleway-bold";
    font-size: 12pt;
    font-weight: bold;
    border: 2px solid #00AAFF;
    border-radius: 10px;
    padding: 2px 5px;
    margin-top: 5px;
    margin-right: 10px;
}

.detail {
    font-size: 15pt;
    line-height: 18pt;
    /* font-family: font-file-82132; */
}

.popup-view-resource {
    background: #706FD3;
    border: 0;
    top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 10pt;
    /* font-family: font-file-82132; */
    font-weight: 600;
    left: 10px;
    padding: 11px 30px;
    pointer-events: initial;
    position: absolute;
    transition: all 0.5s;
    visibility: visible;
}

.close {
    top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18pt;
    font-weight: 800;
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: #706FD3;
    border-radius: 30px;
}



/* body */
.page-outer {
    min-height: 100vh;
    position: relative;
}
.window-loaded .section-full {
    opacity: 1;
}
.section-home {
    height: 100vh;
    overflow: hidden;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center; */
    align-items: center;
}
.section-full {
    min-height: 100vh;
    /* height: 100vh; */
    padding: 9rem 3rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.section-full--nopadding {
    padding: 0 !important;
}
.section-home .text-zone {
    position: relative;
    z-index: 1;
}
.section-full .text-zone {
    padding-left: 5rem;
    min-width: 400px;
    flex: 1 0 0%;
}
.section-home.loaded .text-zone > * {
    opacity: 1;
}
.section-home .text-zone > * {
    opacity: 0;
}
h1 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-weight: 600;
    font-size: 9.3rem;
    line-height: 8.7rem;
    position: relative;
}
h3 .blast, h2 .blast, h1 .blast {
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: -1.5px;
}

h1 .blast:hover, h2 .blast:hover, h3 .blast:hover {
    color: #00AAFF;
    animation-name: rubberBand;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.spin-me {
    -webkit-animation: rotateMeIn 1s;
}

.spin-me:hover {
    -webkit-animation: rotateMeOut 1s;
}
.space-right {
    margin-right: 4rem;
}
.img-space-no-right {
    margin-right: -1.5rem;
}
/* .animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite {
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animated.hinge {
    -webkit-animation-duration:2s;
    animation-duration:2s
} */
.gray-text {
    font-size: 1.6rem;
    letter-spacing: 4px;
    margin-top: 3rem;
    display: block;
    color: #8d8d8d;
}
.text-zone p {
    position: relative;
    margin-bottom: 1.5rem;
}
.flat-button {
    color: #00AAFF;
    font-size: 14px;
    letter-spacing: 4px;
    font-family: font-file-82132;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center
}

.flat-button div {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.flat-button:hover {
    color: #000
}

.flat-button span.bg {
    left: -5%;
    position: absolute;
    background: #00AAFF;
    width: 0;
    height: 100%;
    z-index: 3;
    -webkit-transition: .3s ease-out all;
    -o-transition: .3s ease-out all;
    transition: .3s ease-out all;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.flat-button:hover span.bg {
    width: 110%
}

.flat-button:hover span.text:after {
    background: #fff;
    color: black;
}

.flat-button span.base {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    border: 1px solid #00AAFF
}

.flat-button span.text {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
}

.flat-button span.text:hover {
    color: black;
}

.flat-button span.text:after {
    content: "";
    width: 4px;
    height: 4px;
    right: 0;
    bottom: 0;
    background: #00AAFF;
    position: absolute;
    -webkit-transition: .3s ease-out all;
    -o-transition: .3s ease-out all;
    transition: .3s ease-out all;
    z-index: 5
}

.flat-button--small {
    height: 42px;
    line-height: 42px
}
span.flat-button {
    color: #00AAFF;
}
canvas {
    display: inline-block;
}
.section-home #canvas {
    position: absolute;
    left: 0;
    z-index: -1;
    left: 0;
    top: 0;
}
#welcomeCanvasStopMotion {
    color: #00AAFF;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}
#welcomeCanvasStopMotion > svg {
    height: 50px;
    font-size: 20px;
}
.scroll-down {
    position: absolute;
    right: 10px;
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    font-size: 14px;
    color: #fff;
}
.scroll-down span#sd1 {
    text-orientation: mixed;
    -webkit-animation-name: scroll-bounce-sd1;
    animation-name: scroll-bounce-sd1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin-right: 10px;
}
.scroll-down span#sd2 {
    text-orientation: mixed;
    -webkit-animation-name: scroll-bounce-sd2;
    animation-name: scroll-bounce-sd2;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.scroll-down svg {
    margin-top: 10px;
    width: 10px;
}
.section-work {
    overflow: hidden;
    min-height: 0;
}
.section-full {
    min-height: 50vh;
    padding: 9rem 3rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.fake-big {
    font-family: font-file-82132;
    position: absolute;
    top: 10rem;
    left: 42vw;
    z-index: -1;
    font-size: 36rem;
    color: rgba(255,255,255,.05);
}
.section-work .text-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-work .text-zone > div:first-child {
    max-width: 800px;
}
.section-work .text-zone > div:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-zone header {
    position: relative;
}
.fake-h2, h2 {
    color: #00AAFF;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
    left: -10px;
    font-size: 8.3rem;
}
.text-zone p {
    position: relative;
    margin-bottom: 1.5rem;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.fake-magicwall {
    background-color: rgba(255,255,255,.1)
}
.fake-magicwall ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fake-magicwall ul li {
    width: 20%;
    position: relative;
    overflow: hidden
}

.fake-magicwall ul li:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.fake-magicwall .magic-wall_item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .5s,-webkit-transform .4s;
    transition: opacity .5s,-webkit-transform .4s;
    -o-transition: transform .4s,opacity .5s;
    transition: transform .4s,opacity .5s;
    transition: transform .4s,opacity .5s,-webkit-transform .4s
}

.fake-magicwall ul li .hover-content {
    position: absolute;
    z-index: 1;
    opacity: 1;
    font: normal normal 16px/20px "Open Sans",Arial,sans-serif;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
    -webkit-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
    width: 100%;
    height: 100%
}

.fake-magicwall ul li:hover .hover-content {
    background: rgba(0,0,0,0)
}

.fake-magicwall ul li:hover .magic-wall_item {
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14)
}

.fake-magicwall ul li a.colorbox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2)
}

.fake-magicwall ul li:hover a.colorbox {
    opacity: 1;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

/* Contact */
.section-contact {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

h3 {
    color: #00AAFF;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
    left: -10px;
    font-size: 4rem;
}

.contactBlock {
    height: 100%;
    min-width: 30%;
    padding: 10px 0;
}

.infoBlock {
    position: relative;
    color: #fff;
}

.contactBlock .infoBlock ul {
    padding: 0px;
}

.contactBlock .infoBlock ul li {
    margin-top: 25px;
    list-style: none;
}

.contactBlock .infoBlock ul li::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px;
}

.contactBlock .infoBlock ul li.phone:before {
    background: url("../img/icons/contact_call.svg");
    background-size: contain;
    width: 22px;
    height: 22px;
}

.contactBlock .infoBlock ul li.mail:before {
    background: url("../img/icons/contact_mail.svg") no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.contactBlock .infoBlock ul li.adr:before {
    background: url("../img/icons/contact_location.svg") no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 22px;
    height: 22px;
}

.contactBlock .infoBlock ul li a {
    font-size: 15px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 40px);
}

.contactBlock .infoWrap {
    margin: auto;
    max-width: 500px;
    height: 270px;
    padding: 0 50px;
}

.contactBlock .pitchBlock .text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contactBlock .pitchBlock .text input {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

.contactBlock .pitchBlock .text .cFormInput {
    display: inline-block;
    position: relative;
    max-width: 240px;
    vertical-align: top;
    font-size: 14px;
    color: #00AAFF;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    -webkit-user-modify: read-write;
    -moz-user-modify: read-write;
    user-modify: read-write;
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
    -moz-line-break: after-white-space;
    outline: none;
    white-space: nowrap;
    opacity: 1;
    transition: all ease-in-out .3s;
}

.contactBlock .pitchBlock .text .cFormInput:after {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #00AAFF;
    font-family: "Montserrat", sans-serif;
    transition: all ease .3s;
}

.contactBlock .pitchBlock .text .cFormInput[data-target="contactNameInpt"] {
    min-width: 75px;
}

.contactBlock .pitchBlock .text .cFormInput[data-target="contactMailInpt"] {
    min-width: 80px;
}

.contactBlock .pitchBlock .text .cFormInput[data-target="contactProjectInpt"] {
    min-width: 80px;
}

.contentNone:after {
    content: '' !important;
}


.contactBlock .pitchBlock .gradButton {
    cursor: pointer;
    outline: none;
    display: block;
    margin-top: 40px;
    border-radius: 20px;
    border: 0;
    box-shadow: none;
    width: 100px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-family: font-file-82132;
    color: #fff;
    background: linear-gradient(to right, #00AAFF 0%, #706FD3 100%);
}

.social-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-contact > .icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 20px;
    text-align: center;
    font-size: 25px;
    font-family: font-file-82132;
    overflow: hidden;
    transition: all .3s ease-out;
}

.social-contact > .icon img {
    width: 50px;
    height: 50px;
}

.social-contact > .icon:hover {
    width: 200px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.icon .git {
    color: #fff;
}

.icon .codep {
    color: #fff;
}

.icon > span {
    color: #706FD3;
}

img {
    max-width: 100%;
    border-style: none;
}
.page-skills {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-skills .text-zone {
    width: 50%;
    padding-right: 5rem;
}
.text-zone header {
    position: relative;
}
.text-zone p {
    position: relative;
    margin-bottom: 1.5rem;
}
.page-skills .text-zone {
    padding-right: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 400px;
    flex: 1 0 0%;
}
.chart {
    margin-bottom: 2rem;
}
.chart span {
    font-size: 18px;
    font-family: font-file-82132;
    margin-bottom: 7px;
    display: block;
}
.chart footer {
    background-color: #373737;
    height: 2px;
}
.chart footer div {
    width: 0;
    height: 100%;
    background-color: #00AAFF;
    -webkit-transition: width 1.3s ease-out;
    -o-transition: width 1.3s ease-out;
    transition: width 1.3s ease-out;
}
.skills-details {
    min-width: 400px;
    flex: 1 0 0%;
}
.work-row {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
    margin-top: 5rem;
}
.work-box {
    max-width: 400px;
    background: #2a2a2a;
    padding: 2.5rem;
    margin: 10px auto;
    /* flex: 1 0 0%; */
}
.work-box header {
    font-family: font-file-82132;
    font-size: 2.6rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.work-box section {
    font-size: 1.6rem;
    color: #ababab;
    margin-bottom: 1rem;
}
.work-box section time {
    display: block;
    font-size: 1.2rem;
}
.work-box footer {
    font-size: 1.6rem;
    color: #ababab;
    line-height: 1.8rem;
}
.skills-charts {
    min-width: 400px;
    flex: 1 0 0%;
}
.section-about .skills-charts > #myTechCanvasContainer {
    position: relative;
    height: 100%;
    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
}
.section-about #myTechCanvas {
    margin: auto;
    width: 100%
}
.section-about #myTechCanvasContainer li a {
    font-size: 30px;
    font-family: font-file-82132
}