section.fold {
    background: url('../img/fold-bg.png') no-repeat right top;
    background-size: auto 100%;
    display: block;
    height: 100%;
    position: relative;
}

section.fold div.header a.logo, section.reference-subpage div.header a.logo, section.career-subpage div.header a.logo {
    background-image: url('../img/logo.svg');
    background-position: center left;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 45px;
    margin: 40px 0 30px 0;
    width: 185px;
}

section.fold div.header a.lang, section.reference-subpage div.header a.lang, section.career-subpage div.header a.lang {
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    display: block;
    float: right;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
    padding: 20px 30px;
    transition: all linear 0.2s;
}

section.fold div.header a.lang {
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

section.fold div.header a.lang:hover, section.reference-subpage div.header a.lang:hover, section.career-subpage div.header a.lang:hover {
    border-color: #fff;
}

section.reference-subpage div.header a.lang, section.career-subpage div.header a.lang {
    border-color: #c8c8c8;
}

section.reference-subpage div.header, section.career-subpage div.header {
    position: relative;
}

section.reference-subpage div.header::before, section.career-subpage div.header::before {
    border-bottom: 3px dashed #c8c8c8;
    bottom: 0;
    content: '';
    height: 0;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
}

section.fold div.headline {
    height: 214px;
    padding-top: 35px;
    position: relative;
}

section.fold div.headline::before {
    background: url('../img/fold-headline-bg.svg') no-repeat right center;
    border-color: #fff;
    border-style: solid;
    border-width: 10px;
    border-left: none;
    border-bottom-right-radius: 107px;
    border-top-right-radius: 107px;
    /*background-size: cover;*/
    content: '';
    left: -100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

section.fold div.headline h1 {
    background: none;
    color: #fff;
    -webkit-text-fill-color: initial;
    position: relative;
}

section.fold div.intro-wrapper {
    height: calc(100% - 275px);
}

section.fold div.intro-wrapper div.intro {
    max-width: 300px;
    width: 100%;
}

section.fold div.intro-wrapper div.intro div.text {
    margin: 20px 0 0 0;
}

section.fold div.intro-wrapper div.intro div.text p {
    margin-bottom: 20px;
}

section.cont-wrapper.light-blue {
    background-color: #e8f1ff;
    -webkit-box-shadow: inset 0 10px 10px 0 rgba(207, 217, 231, 0.5), inset 0 -10px 10px 0 rgba(207, 217, 231, 0.5);
    -moz-box-shadow: inset 0 10px 10px 0 rgba(207, 217, 231, 0.5), inset 0 -10px 10px 0 rgba(207, 217, 231, 0.5);
    box-shadow: inset 0 10px 10px 0 rgba(207, 217, 231, 0.5), inset 0 -10px 10px 0 rgba(207, 217, 231, 0.5);
    position: relative;
    z-index: 1;
}

section.technologies {
    padding-bottom: 120px;
    padding-top: 110px;
}

section.technologies div.text p:last-of-type {
    margin-bottom: 100px;
}

section.technologies div.tech-box div.inner {
    border: 3px dashed #e7e7e7;
    border-radius: 10px;
    height: 170px;
    margin-bottom: 120px;
    position: relative;
}

section.technologies div.tech-box div.inner div {
    font-family: 'Campton-Bold';
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

section.technologies div.tech-box div.inner div:first-of-type {
    top: -55px;
}

section.technologies div.tech-box div.inner div:last-of-type {
    top: 120px;
}

section.technologies div.tech-box div.inner div span {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 3px #ededed;
    -moz-box-shadow: inset 0 0 0 3px #ededed;
    box-shadow: inset 0 0 0 3px #ededed;
    display: block;
    margin: 0 auto 8px auto;
}

section.technologies div.tech-box div.inner div:first-of-type span {
    height: 110px;
    width: 110px;
}

section.technologies div.tech-box div.inner div:last-of-type span {
    height: 85px;
    width: 85px;
}

section.technologies div.tech-box div.inner div:last-of-type td {
    padding: 0 5px;
    width: 50%;
}

section.technologies div.tech-box div.inner div span.android {
    background-image: url('../img/android-icon.svg');
}

section.technologies div.tech-box div.inner div span.kotlin {
    background-image: url('../img/kotlin-icon.svg');
}

section.technologies div.tech-box div.inner div span.ios {
    background-image: url('../img/apple-icon.svg');
}

section.technologies div.tech-box div.inner div span.swift {
    background-image: url('../img/swift-icon.svg');
}

section.technologies div.tech-box div.inner div span.web-api {
    background-image: url('../img/web-api-icon.svg');
}

section.technologies div.tech-box div.inner div span.ruby {
    background-image: url('../img/ruby-on-rails-icon.svg');
}

section.technologies div.tech-box div.inner div span.node-js {
    background-image: url('../img/node-js-icon.svg');
}

section.technologies div.tech-box div.inner div span.spa-hybrid {
    background-image: url('../img/spa-hybrid-icon.svg');
}

section.technologies div.tech-box div.inner div span.angular {
    background-image: url('../img/angular-icon.svg');
}

section.technologies div.tech-box div.inner div span.vue-js {
    background-image: url('../img/vue-js-icon.svg');
}

section.cont-wrapper {
    padding: 90px 0;
}

section.cont-wrapper ul.list {
    margin: 10px 0 0 0;
}

section.cont-wrapper ul.list li {
    background: url('../img/list-icon.svg') no-repeat left top 5px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 30px;
}

section.cont-wrapper div.stabile img {
    float: right;
}

section.cont-wrapper div.convince {
    margin-top: 50px;
}

div.contact-us {
    position: relative;
    z-index: 3;
}

div.contact-us div.dropdown {
    left: 50%;
    position: absolute;
}

div.contact-us div.dropdown ul {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: -50%;
    margin-top: 15px;
    max-width: 300px;
    padding: 25px 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

div.contact-us div.dropdown ul::after, div.contact-us div.dropdown ul::before {
    border: solid transparent;
    bottom: 100%;
    content: '';
    left: 50%;
    height: 0;
    position: absolute;
    width: 0;
}

div.contact-us div.dropdown ul::after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

div.contact-us div.dropdown ul::before {
    border-bottom-color: #e4e6e8;
    border-width: 11px;
    margin-left: -11px;
}

div.contact-us div.dropdown li {
    margin-bottom: 10px;
}

div.contact-us div.dropdown li:last-of-type {
    margin-bottom: 0;
}

div.contact-us div.dropdown li a {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
    padding-left: 22px;
    white-space: nowrap;
}

div.contact-us div.dropdown li a:hover {
    text-decoration: underline;
}

div.contact-us div.dropdown li.mail a {
    background-image: url('../img/mail-icon.svg');
}

div.contact-us div.dropdown li.phone a {
    background-image: url('../img/phone-icon.svg');
}

div.contact-us div.dropdown li.project a {
    background-image: url('../img/project-icon.svg');
}

section.references div.buttons {
    height: 40px;
    margin: 25px 0 30px 0;
    max-width: 240px;
    width: 100%;
}

section.references div.buttons a {
    background-color: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    padding: 1px;
    position: relative;
    width: calc(50% - 2px);
}

section.references div.buttons a.mobile {
    border-radius: 20px 0 0 20px;
}

section.references div.buttons a.web {
    border-radius: 0 20px 20px 0;
}

section.references div.buttons a span {
    background-color: #fff;
    border-radius: inherit;
    display: block;
    height: 100%;
    font-size: 16px;
    line-height: 1;
    padding: 11px 0 11px 50px;
    width: 100%;
}

section.references div.buttons a:hover, section.references div.buttons a.active {
    background-color: #3783c4;
    background: linear-gradient(to right, #3381C3, #622D90);
}

section.references div.buttons a::before {
    background-position: left 28px center;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section.references div.buttons a.mobile::before {
    background-image: url('../img/ref-mobile-icon.svg');
}

section.references div.buttons a.web::before {
    background-image: url('../img/ref-web-icon.svg');
}

section.references div.buttons a.active span {
    background-color: #3783c4;
    background: -webkit-linear-gradient(to right, #3783c4, #622d90);
    background: -o-linear-gradient(to right, #3783c4, #622d90);
    background: -moz-linear-gradient(to right, #3783c4, #622d90);
    background: linear-gradient(to right, #3783c4, #622d90);
    border: none;
    color: #fff;
}

section.references div.buttons a.mobile.active::before {
    background-image: url('../img/ref-mobile-icon-active.svg');
}

section.references div.buttons a.web.active::before {
    background-image: url('../img/ref-web-icon-active.svg');
}

section.references div.swiper-outer {
    list-style: none;
    margin-bottom: 55px;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

section.references div.swiper-outer div.swiper-wrapper {
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    width: 100%;
}

section.references div.swiper-outer div.swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
}

section.references div.swiper-outer div.swiper-wrapper .swiper-slide div.img {
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
}

section.references div.swiper-outer div.swiper-wrapper .swiper-slide span.name {
    display: block;
    font-family: 'Campton-Bold';
    text-align: center;
    text-transform: uppercase;
}

#reference-app .swiper-slide div.img {
    padding-top: 172%;
}

#reference-app .swiper-slide div.img img {
    margin-top: -172%;
}

#reference-web .swiper-slide div.img {
    padding-top: 56.25%;
}

#reference-web .swiper-slide div.img img {
    margin-top: -56.25%;
}

section.the-A-team p.headline {
    font-size: 36px;
    margin: 10px 0 5px 0;
}

section.the-A-team h2 {
    margin-bottom: 100px;
}

section.the-A-team div.member {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    float: left;
    height: 152px;
    margin: -20px 60px 0 30px;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 152px;
}

section.the-A-team div.member:nth-of-type(7n + 4) {
    margin-right: 0;
}

section.the-A-team div.member:nth-of-type(7n + 5) {
    margin-left: 150px;
}

section.the-A-team div.member img {
    display: block;
    height: 100%;
    object-position: center center;
    -webkit-transform: scale(1.4) rotate(45deg);
    -moz-transform: scale(1.4) rotate(45deg);
    -ms-transform: scale(1.4) rotate(45deg);
    transform: scale(1.4) rotate(45deg);
    width: 100%;
}

section.the-A-team div.member div.name {
    background-color: #e8f1ff;
    border-top-right-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
}

section.the-A-team div.member div.name::before, section.the-A-team div.member div.name::after {
    background-color: #e8f1ff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}

section.the-A-team div.member div.name::before {
    height: 100%;
    width: 1px;
}

section.the-A-team div.member div.name::after {
    height: 1px;
    width: 100%;
}

section.the-A-team div.member div.name span {
    background: -webkit-linear-gradient(left, #3381c3, #622d90);
    background: -o-linear-gradient(left, #3381c3, #622d90);
    background: -moz-linear-gradient(left, #3381c3, #622d90);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    font-family: 'Campton-Bold';
    font-size: 20px;
    display: block;
    padding: 3px 8px 3px 4px;
}

section.the-A-team p.name {
    font-family: 'Campton-Bold';
    margin-bottom: 25px;
    text-align: center;
}

section.the-A-team div.c {
    margin-top: 100px;
}

section.reference-subpage h1, section.career-subpage h1 {
    margin-bottom: 30px;
}

section.reference-subpage p, section.career-subpage p {
    margin-bottom: 25px;
}

section.reference-subpage div.back, section.career-subpage div.back {
    margin-top: 30px;
}

section.reference-subpage div.back a, section.career-subpage div.back a {
    color: #404040;
    font-family: 'Campton-Bold';
    font-size: 20px;
}

section.reference-subpage div.screenshots-wrapper {
    margin-bottom: 90px;
}

section.reference-subpage div.screenshots-wrapper div.screenshot {
    background-color: #ededed;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    overflow: hidden;
}

section.reference-subpage div.screenshots-wrapper.app div.screenshot {
    padding-top: 172%;
}

section.reference-subpage div.screenshots-wrapper.app div.screenshot img {
    margin-top: -172%;
}

section.reference-subpage div.screenshots-wrapper.web div.screenshot {
    padding-top: 56.25%;
}

section.reference-subpage div.screenshots-wrapper.web div.screenshot img {
    margin-top: -56.25%;
}

section.reference-subpage div.details {
    margin-bottom: 60px;
}

section.reference-subpage div.details a {
    display: block;
    float: left;
    margin-right: 20px;
}

section.reference-subpage div.video-wrapper {
    height: 0;
    margin-bottom: 60px;
    padding-top: 56.25%; /* 16:9 */
    position: relative;
}

section.reference-subpage div.video-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section.career-subpage ul.job-categories {
    margin-bottom: 150px;
}

section.career-subpage ul.job-categories li {
    margin-bottom: 30px;
    display: block;
    width: 100%;
}

section.career-subpage ul.job-categories li a {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-family: 'Campton-Bold';
    font-size: 30px;
    padding: 27px 10px 27px 75px;
    transition: all ease 0.15s;
}

section.career-subpage ul.job-categories li a:hover {
    padding-bottom: 34px;
    padding-top: 20px;
}

section.career-subpage ul.job-categories li a.backend {
    background-image: url('../img/backend-icon.svg');;
}

section.career-subpage ul.job-categories li a.frontend {
    background-image: url('../img/frontend-icon.svg');;
}

section.career-subpage ul.job-categories li a.ios {
    background-image: url('../img/ios-icon.svg');;
}

section.career-subpage ul.job-categories li a.android {
    background-image: url('../img/android-icon.svg');;
}

section.career-subpage ul.job-categories li a.software {
    background-image: url('../img/software-icon.svg');;
}

section.career-subpage div.cover {
    margin-bottom: 30px;
    padding-top: 37%;
    position: relative;
}

section.career-subpage div.cover img {
    position: absolute;
    top: 0;
}

section.career-subpage div.cover button.ghost {
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url('../img/arrow-down.svg');
    background-position: right 30px center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    bottom: 30px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 60px;
    left: calc(50% - 80px);
    padding-right: 20px;
    position: absolute;
    transition: background-color linear 0.2s;
    width: 160px;
}

section.career-subpage div.cover button.ghost:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

section.career-subpage div.top-box {
    background: linear-gradient(90deg, #3381C3 0%, #622D90 100%);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
}

section.career-subpage div.top-box * {
    color: #fff;
}

section.career-subpage div.top-box h3 {
    align-items: center;
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    font-family: 'Campton-Bold';
    font-size: 24px;
    height: 30px;
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 50px;
}

section.career-subpage div.top-box h3.twitch {
    background-image: url('../img/twitch-icon.svg');
}

section.career-subpage div.top-box h3.discord {
    background-image: url('../img/discord-icon.svg');
}

section.career-subpage div.top-box h3.social {
    background-image: url('../img/codeyard-logo.svg');
    max-width: 50px;
}

section.career-subpage div.top-box ul li a {
    margin-bottom: 2px;
    font-size: 14px;
    float:left;
    margin-right: 10px;
}

section.career-subpage div.top-box ul li:last-of-type {
    margin-bottom: 0;
}

section.career-subpage div.boxes-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.career-subpage div.boxes-row div.col {
    box-sizing: border-box;
    flex-basis: 31.2%;
    margin: 0 0 30px 0;
    padding: 0;
}

section.career-subpage div.boxes-row div.col div.box {
    padding-left: 20px;
    position: relative;
    width: 100%;
}

section.career-subpage div.boxes-row div.col div.box::before {
    background: linear-gradient(0deg, #622D90 0%, #3381C3 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

section.career-subpage div.boxes-row div.col div.box h4 {
    font-family: 'Campton-Bold';
    font-size: 26px;
    margin-bottom: 5px;
}

section.career-subpage div.boxes-row div.col div.box ul {
    margin-left: 20px;
}

section.career-subpage div.boxes-row div.col div.box ul li {
    font-size: 16px;
    list-style-type: disc;
}

section.career-subpage div.contact {
    background-color: #E7F1FF;
    border-radius: 20px;
    margin-bottom: 120px;
    padding: 25px 20px;
}

section.career-subpage div.contact h3 {
    font-family: 'Campton-Bold';
    font-size: 30px;
    margin-bottom: 10px;
}

footer {
    background-color: #3b76bd;
    background: -webkit-linear-gradient(to right, #3b76bd, #593e9b);
    background: -o-linear-gradient(to right, #3b76bd, #593e9b);
    background: -moz-linear-gradient(to right, #3b76bd, #593e9b);
    background: linear-gradient(to right, #3b76bd, #593e9b);
    border-top: 5px solid #fff;
    -webkit-box-shadow: inset 0 10px 5px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 10px 5px -3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 10px 5px -3px rgba(0, 0, 0, 0.25);
    padding: 40px 0;
    position: relative;
}

footer::before {
    background: url('../img/footer-pattern.png') repeat left top;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

footer * {
    color: #fff;
}

footer h3 {
    font-size: 24px;
}

footer p, footer p a {
    font-size: 16px;
}

footer nav {
    color: #6992cd;
    padding-top: 5px;
}

footer nav a {
    font-size: 16px;
    text-decoration: underline;
}

footer nav a:hover {
    text-decoration: none;
}

footer div.social-media {
    padding-top: 35px;
    text-align: right;
}
