/*
Theme Name: Stell-ERP
Theme URI: https://mymon.name/themes/stellerp
Author: mYmon
Author URI: https://mymon.name
Description: Stell-ERP theme
Requires at least: 5.9
Tested up to: 5.9
Version: 1.0
Text Domain: stell-erp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 7.4
Tags: blog, full-width-template
*/


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/proxima_nova_regular-webfont.eot');
    src: url('../fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
    url('../fonts/proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bd';
    src: url('../fonts/proxima_nova_bold-webfont.eot');
    src: url('../fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
    url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bk';
    src: url('../fonts/proxima_nova_black-webfont.eot');
    src: url('../fonts/proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
    url('../fonts/proxima_nova_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;   
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Xb';
    src: url('../fonts/proxima_nova_extrabold-webfont.eot');
    src: url('../fonts/proxima_nova_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
    url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;   
    font-display: swap;
}


@font-face {
    font-family: 'Yorkten Slab Norm';
    src: url('../fonts/YorktenSlab-NorReg.eot');
    src: url('../fonts/YorktenSlab-NorReg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/YorktenSlab-NorReg.woff2') format('woff2'),
    url('../fonts/YorktenSlab-NorReg.woff') format('woff'),
    url('../fonts/YorktenSlab-NorReg.ttf') format('truetype'),
    url('../fonts/YorktenSlab-NorReg.svg#YorktenSlab-NorReg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Proxima Nova Rg', sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.ta-r {
    text-align: right;
}

.menu-wrapper {
    position: fixed;
    background-color: white;
    z-index: 999;
    top: 0;
    font-size: 20px;
    height: 74px;
    width: 100%;
    border-bottom: 1px solid #281450;
}

.menu-div {
    position: relative;
    margin: 0 auto;
    line-height: 74px;
}

.menu-logo {
    height: 50px;
}

.menu-logo img {
    height: 100%;
    width: auto;
}

.pagenav {}

.lang-select {
    float: right;
    margin-left: 25px;
    font-family: 'Proxima Nova Xb', sans-serif;
}

.lang-select a {
    color: #281450;
    background-color: #d4d0dc;
    font-weight: 700;
    padding: 12px 13px;
    text-decoration: none;
}

.lang-select:hover a {
    color: #FFFFFF;
    background-color: #281450;
}

.mob-only.lang-select {
    position: absolute;
    bottom: 27px;
    left: 135px;
}
.mob-only.lang-select a {
    padding: 14px 13px;
}

.container.main {
    position: relative;
    min-height: 100vh;
    margin-top: 75px;
}

.container.main.homepage {
    margin-top: 135px;
}

.container.main.homepage .content {
    padding-top: 90px;
    background: url('../assets/img/homepage-element-blue.svg') no-repeat;
    background-position-x: -600px;
    background-position-y: 0;
    margin-top: 160px;
    overflow: visible;
    background-size: 110%;
    padding-left: 180px;
    margin-left: -180px;
}
.intro.desktop-only img { margin-top: 30px; max-height: calc(100vh - 335px); object-fit: contain; }
.desktop-video-wrapper { position: sticky; top: 135px; text-align: center; }

.desktop-video-wrapper video {
    width: 150%;
    height: auto;
    margin-left: -80px;
    position: absolute;
    left: 0;
    top: 0;
	max-height: calc(100vh - 150px);
}


.menu-wrapper .mob-only {
    display: none;
}

.menu-wrapper .desktop-only {
    display: block;
}

.tab-none { display: block; }
@media (max-width: 1024px) {
    .tab-none { display: none; }
}


@media (max-width: 992px) {
    .menu-wrapper .mob-only {
        display: block;
    }

    .menu-wrapper .desktop-only {
        display: none;
    }

}


.mob-only {
    display: none;
}

.desktop-only {
    display: block;
}

.tablet-only { display: none; }


@media (max-width: 800px) {
    .mob-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
}


.hidden {
    display: none;
}

nav.bc {
    margin-bottom: 30px;
    margin-top: 70px;
}

h1 {
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 120px;
    line-height: 149px;
    font-weight: 800;
    letter-spacing: -3.96px;
    color: #281450;
    opacity: 1;
    margin-bottom: 70px;
}

h2 {
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: -1.28px;
    color: #F02DF0;
    opacity: 1;
}

h3 {
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
}

h4 {
}

.perex {
    font: normal normal normal 35px/42px yorkten-slab-normal;
    font-size: 35px;
    font-style: italic;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.76px;
    color: #281450;
    opacity: 1;
    max-width: 78%;
}

.find-yourself .perex {
    max-width: 87%;
    margin-bottom: 70px;
}

#contact_gdpr, #cv_gdpr {
    margin-right: 10px;
    background-color: #F6F7F7;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: relative;
    top: 5px;
    border: none;
}

.homepage .how-horizontal .item {
    font-size: 20px;
    line-height: 28px;
}

.homepage h2 {
    color: #281450;
    margin-bottom: 100px;
    margin-top: 150px;
}

.homepage h2:first-of-type {
    margin-top: 0;
}

.homepage h3 {
    margin-bottom: 50px;
    margin-top: 100px;
}

.homepage h2:first-of-type::before {
    content: "";
    position: absolute;
    padding-top: 90px;
    background-position-x: -850px;
    background-position-y: 0;
    margin-top: 160px;
    overflow: visible;
    background-size: 140%;
    background: url('../assets/img/homepage-element-blue.svg') no-repeat;
}


.homepage .text {
    margin-bottom: 60px;
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    max-width: 820px;
}

.homepage .perfect .item {
    max-width: 820px;
}

.homepage .perfect {
    margin-bottom: 50px;
}


.help-list ul {
    list-style-type: none;
    display: block;
    padding-left: 0;
}

.help-list ul li {
    border-bottom: 2px solid #000000;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -0.76px;
}
.homepage .help-list ul li {
    font-size: 24px;
    line-height: 29px;
}

.help-list ul li:last-child {
    border-width: 0;
}

.help-list ul li a {
    text-decoration: none;
    color: #000000;
    display: inline-block;
    height: auto;
    width: 100%;
}

.help-list ul li a div {
    float: left;
    padding: 28px 0;
    width: 80%;
}
.homepage .help-list ul li a div {
    padding: 34px 0;
}

.help-list li img {
    width: 24px;
    height: auto;
    float: right;
    margin-right: 30px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out;
    margin-top: 34px;
}

.help-list li:hover img {
    transform: rotate(180deg);
}

.help-list li:hover a, .help-list li:hover a div {
    text-decoration: underline;
}

.services .content {
    display: flex;
    flex-direction: column;
}

.services h2 { 
    display: inline-block;
    align-self: flex-end;
}

.services .h2-wrapper h2 {
    display: block;
    margin-top: 120px;
    margin-bottom: 60px;
}

.heading-wrapper {
    height: 350px;
    display: flex;
    vertical-align: bottom;
    margin-bottom: 70px;
    width: 100%;
}

.services .desc {
    color: #000000;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 70px;
}

.services .desc p {
    margin-bottom: 3rem;
}

.services .desc p:last-child {
    margin-bottom: 0;
}

.services h3 {
    color: #000000;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.services .text {
    color: #000000;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}

.services .text p {
    margin-bottom: 3rem;
}

.services .text p:last-child {
    margin-bottom: 0;
}

a.disabled .page-btn {
    cursor: not-allowed;
    border: 1px solid #D1D3D3;
    color: #D1D3D3;
}

.page-btn {
    width: 48px;
    height: 48px;
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #D1D3D3;
    float: left;
    margin-right: 20px;
    text-align: center;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.16px;
    color: #000000;
    line-height: 48px;
}

.page-btn:hover {
    background-color: #F6F7F7;
}

.page-btn.active {
    background: #333E48 0 0 no-repeat padding-box;
    border: 1px solid #333E48;
    color: #ffffff;
    cursor: none;
}

.paging a {
    text-decoration: none;
    text-align: center;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.16px;
    color: #000000;
}

.paging a.active {
    color: #FFFFFF;
}

.new-img img {
    object-fit: cover;
    width: 260px;
    height: 260px;
}

.new-btn-link {
    width: 260px;
    height: 67px;
    background: #F6F7F7 0 0 no-repeat padding-box;
    padding-left: 20px;
    margin-top: 60px;
}

.new-btn-link a {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 24px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: -0.48px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.new-btn-link:hover {
    background: #281450 0 0 no-repeat padding-box;
}

.new-btn-link:hover a {
    color: #FFFFFF;
}

.new-btn-link img {
    width: 24px;
    height: auto;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out;
}

.new-btn-link:hover img {
    transform: rotate(180deg);
    filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}

.all-jobs-btn {
    width: 350px;
    height: 67px;
    background: #F6F7F7 0 0 no-repeat padding-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 60px;
}

.all-jobs-btn a {
    text-align: right;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 23px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: -0.48px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.all-jobs-btn:hover {
    background: #281450 0 0 no-repeat padding-box;
}

.all-jobs-btn:hover a {
    color: #FFFFFF;
}

.all-jobs-btn img {
    width: 24px;
    height: auto;
    float: left;
    margin-right: 30px;
    margin-top: 20px;
    transform: rotate(45deg);
    transition: transform .3s ease-in-out;
}

.all-jobs-btn:hover img {
    transform: rotate(0deg);
    filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%);
}

.new-texts {
    padding-left: 70px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
}

.new-texts div {}

.new-title {
    width: 100%;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
}

.new {
    height: auto;
    margin-bottom: 55px;
}
.mob-only .new {}
.load-more {
    width: 100%;
    border: 2px solid grey;
    cursor: pointer;
    text-align: center;
}
.load-more a {
    text-decoration: none;
    color: #000000;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 24px;
    line-height: 62px;
    font-weight: bold;
    letter-spacing: -0.48px;

}

img.img-cc {
    object-position: center center;
    object-fit: none;
    width: 100%;
    height: 100%;
}

img.img-sd {
    object-fit: cover;
    width: 100%;
    height: auto;
}
img.img-sd.img-300 { max-width: 300px; }

.about-us .content {
    display: flex;
    flex-direction: column;
}

.about-us .perex {
    margin-bottom: 100px;
    max-width: 87%;
}

.about-us h3 {
    color: #000000;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 40px;
}

.about-us h2 {
    margin-top: 80px;
    margin-bottom: 40px;
}

.about-us .text {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    padding-right: 25px;
    margin-bottom: 60px;
}

.about-us .about-text {
    position: relative;
}

.about-us .about-text .about-item {
    background-color: #281450;
    height: 130px;
    line-height: 130px;
    margin: 10px 0;
    text-align: center;
    padding: 0 25px 0 15px;
    color: #ffffff;
    border-left: 10px solid #F02DF0;
} 
.about-us .about-text .about-item p {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
} 

.about-us .about-areas .about-title {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 25px;
} 

.about-us .about-areas .about-item {
    padding: 10px;
}

.about-us .about-areas .about-item::before{
    content: "\2022 ";
}

img.ajtyvit {
    width: 150px;
    height: auto;
    margin-bottom: 50px;
}

.ajtyvit-wwrapper .text-wrapper, .ajtyvit-wwrapper .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reference-wrapper {
    margin-top: 120px;
}

.reference-wrapper .logo-wrapper {
    height: 110px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1%;
}

.milestones-wrapper {
    margin-bottom: 50px;
}

.milestones-footer {
    margin-top: 80px;
    margin-bottom: 50px;
}

.milestones-footer .signature {
    margin-left: 70px;
    width: fit-content;
}

.milestones-footer .name {
    margin-left: 70px;
    margin-top: 25px;
}

.milestones-footer .image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.milestones-footer .signature-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.milestone {
    width: 100%;
    display: flex;
}

.milestone .years {
    float: left;
    text-align: right;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #F02DF0;
    min-width: 230px;
    max-width: 230px;
    padding-right: 40px;
}
.mob-only .milestone .years {
    text-align: left;
}
.mob-only .milestone .description {
    margin-top: 10px;
}

.mob-only .milestone .years {
    min-width: 100%;
    max-width: 100%;
}

.milestone .sep {
    float: left;
    min-width: 90px;
    max-width: 90px;
    text-align: center;
    position: relative;
}

.milestone:last-of-type .sep {
    max-height: 30px;
}

.milestone .sep .dot {
    left: 30px;
    height: 30px;
    width: 30px;
    background-color: #F02DF0;
    border: 12px solid #ffffff;
    border-radius: 20px;
    position: absolute;
}

.milestone .sep .line {
    border-left: 1px solid #000000;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

.milestone .description {
    float: left;
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
    padding-bottom: 55px;
}

.milestones-footer .name {
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
}

.col-r {
    display: flex;
    flex-direction: column;
}

.col-l {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.bg-tr {
    width: 1070px;
    margin-top: -400px;
    margin-bottom: 100px;
}

.bg-br {
    margin-top: 100px;
    width: 1170px;
}

.bg-tl {
    width: 1070px;
    margin-top: -400px;
    margin-bottom: 100px;
}

.bg-bl {
    margin-top: 100px;
    width: 1170px;
}

.contact-field-text {
    font: normal normal normal 20px/25px yorkten-slab-normal;
    font-style: italic;
    letter-spacing: -0.4px;
    color: #333E48;
    margin-top: 90px;
    margin-bottom: 15px;
}

.contact-field-btn {
    text-align: center;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 24px;
    line-height: 85px;
    font-weight: bold;
    letter-spacing: -0.48px;
    text-decoration: none;
    color: #FFFFFF;
    width: 260px;
    height: 85px;
    background-color: #281450;
    margin-top: 20px;
    margin-bottom: 90px;
}

.contact-field-btn:hover {
    background-color: #FF0069;
}

.form-send-btn {
    text-align: center;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 24px;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: -0.48px;
    text-decoration: none;
    color: #FFFFFF;
    width: 260px;
    height: 85px;
    background-color: #281450;
    margin-top: 70px;
    margin-bottom: 150px;
    border: none;
}

.form-send-btn:hover {
    background-color: #FF0069;
}

.services .col-r-btn:hover {
    background-color: #FF0069;
}

a.link {
    text-decoration: none;
}

.breadcrumb .breadcrumb-item {

}

.breadcrumb .breadcrumb-item a {
    font-family: 'Proxima Nova Bd', sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    color: #F02DF0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
    text-decoration: none;
}

.col-xl-8.main, .col-xl-7.main, .col-xl-6.main {
    padding-left: 30px;
}

.how-vertical {
    margin-bottom: 50px;
}

.how-vertical .item {
    background-color: #F6F7F7;
    height: 96px;
    margin-bottom: 19px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.how-vertical .item img.box {
    height: 100%;
    width: auto;
    margin-right: -5px;
}

.how-vertical img.box {
    float: left;
}
.how-vertical .text-wrapper {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    max-width: calc(100% - 130px);
}
.how-vertical .text-wrapper div {
    text-indent: -20px;
    margin-left: 20px;
}

.how-horizontal {
    margin-top: 20px;
    margin-bottom: 70px;
}

.how-horizontal .box {
    background-color: #F6F7F7;
}

.how-horizontal .item { 
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.48px;
    padding: 32px 20px 40px;
    text-align: center;
    background-color: #F6F7F7;
    -webkit-box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    margin-bottom: 25px;
}

.how-horizontal img.box {
    width: 100%;
    height: auto;
}

.services .why {
    margin-top: 15px;
    bottom: 50px;
}

.services .why .item {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.48px;
    padding: 35px 0;
    border-bottom: 2px solid #000000;
}

.services .why .item:last-child {
    border: 0 solid #000000;
}

.services .exp-wrapper {
    margin-top: 15px;
}

.exp-item {
    float: left;
    border-bottom: 2px solid #000;
    width: 31%;
    margin-right: 2%;
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0.18px;
    color: #F02DF0;
    height: 64px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}


.service-menu-wrapper {
    margin-top: 70px;
}

.services .perex-bottom-wrapper {
    margin-top: 70px;
    margin-bottom: 70px;
}

.services .perex-bottom {
    text-align: left;
    font: normal normal bold 24px/36px yorkten-slab-normal;
    font-style: italic;
    letter-spacing: 0;
    color: #281450;
    padding-top: 35px;
    padding-left: 65px;
    padding-bottom: 35px;
}

.services .perex-bottom-wrapper img {
    object-fit: contain;
}

.shortener-career {
    margin-bottom: -200px;
}

.shortener-find {
    margin-bottom: -50px;
}

.point {
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 16px;
}

.yellow .point {
    background: #FFCD28;
}

.cyan .point {
    background-color: #32D7E1;
}

.magenta .point {
    background: #F02DF0;
}

.div-table {
    display: table;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 30px;
}

.div-table .txt {
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -0.36px;
    color: #000000;
}

.div-table-header .txt {
    text-align: center;
}

.div-table-row .txt {
    text-align: left;
}

.div-table-header {
    display: table-row;
    width: auto;
    clear: both;
    text-align: center;
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
    border-bottom: 2px solid #000000;
}

.div-table-col {
    float: left;
    display: table-column;
    width: 15%;
    padding: 15px 0;
}

.div-table-col.txt {
    width: 55%;
}

.point {
    margin: 0 auto;
}

.div-table-row .div-table-col {
    border-top: 2px solid #000000;
}

.contact .perex {
    margin-bottom: 100px;
}

.contact h2 {
    margin-bottom: 100px;
}

.contact h3 {
    margin-top: 30px;
    margin-bottom: 150px;
}

.contact .address {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0.24px;
    color: #000000;
}

.contact {
    overflow-x: visible;
    overflow-y: clip;
}

.contact .main .social {
    margin-top: 80px;
    margin-bottom: 140px;
    display: flex;
}

.contact .main .social img {
    width: 48px;
    height: 48px;
}

.contact .main .social img:not(:last-of-type) {
    margin-right: 52px;
}

.contact .shortener-find {
    margin-bottom: -150px;
}

.contact-wrapper .map {
    background-color: #F6F7F7;
    -webkit-box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
}
.shortener-contact {
    margin-bottom: -150px;
}


footer {
    margin-top: 150px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer-main {
    padding: 80px 0 70px;
    border-top: 7px solid #281450;
}

.footer-main .logo img {
    width: 260px;
    height: auto;
}

.footer-main .services .header {
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #281450;
    margin-bottom: 19px;
}

.footer-main .services .links {
    font-size: 16px;
    letter-spacing: -0.32px;
    color: #000000;
}

.footer-main .menu .links {
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    color: #281450;
}

.footer-main .contact .data a {
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.56px;
    color: #281450;
    text-decoration: none;
}

.footer-main .contact .data a:hover {
    color: #FF0069;
    text-decoration: underline;
}

.footer-main .contact .data a:hover {
    color: #FF0069;
    text-decoration: underline;
}

.footer-main ul {
    list-style: none;
    padding-left: 0;
}

.footer-main .services ul li {
    margin: 0 0 19px;
}

.footer-main .menu ul li {
    margin: 0 0 15px;
}

.footer-bottom {
    background-color: #333E48;
    padding-top: 21px;
    padding-bottom: 21px;
}

.footer-bottom, .footer-bottom a {
    text-decoration: none;
    color: #ffffff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

footer .social {
    margin-bottom: 70px;
    display: flex;
}

footer .social img {
    width: 48px;
    height: 48px;
}

footer .social img:not(:last-of-type) {
    margin-right: 52px;
}

footer .ajtyvit img {
    height: 52px;
    width: auto;
}

.img-swap {
    cursor: pointer;
}

.img-swap img:last-child {
    display: none;
}

.img-swap:hover img:last-child {
    display: block;
}

.img-swap:hover img:first-child {
    display: none;
}

footer .menu a {
    text-decoration: none;
    color: #281450;
}

footer .menu a:hover {
    color: #FF0069;
    text-decoration: underline;
}

footer .services .links a {
    text-decoration: none;
    color: #000000;
}

footer .services .links a:hover {
    text-decoration: underline;
    color: #F02DF0;
}

footer .services .header a {
    text-decoration: none;
    color: #281450;
}

footer .services .header a:hover {
    text-decoration: underline;
    color: #FF0069;
}


.fullwidth {
    width: 100%;
}


ul.navi, ul.navi li {
    display: inline;
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 20px;
    line-height: 74px;
    font-weight: 800;
    letter-spacing: -0.4px;
    color: #281450;
}

ul.navi {
    float: right;
    line-height: 50px;
}

ul.navi li {
    padding: 12px 13px 25px;
    line-height: 50px;
}

ul.navi li a {
    text-decoration: none;
    color: #281450;
    padding: 12px 13px 25px;
    display: inline-flex;
}

ul.navi li.menu-item-29, ul.navi li.menu-item-113 {
    background-color: #281450;
    padding: 12px 13px;
}

ul.navi li.menu-item-29 a, ul.navi li.menu-item-113 a {
    color: #FFFFFF;
    padding: 12px 13px;
}

ul.navi li.menu-item-29:hover, ul.navi li.menu-item-113:hover {
    background-color: #FF0069;
}

#menu-item-34 a::after, #menu-item-63 a::after {
    display: block;
    content: ' ';
    background-image: url('../assets/img/menu-arrow-down.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    width: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

#menu-item-34:hover a::after, #menu-item-63:hover a::after {
    background-image: url('../assets/img/menu-arrow-up.svg');
}

#menu-item-34 .sub-menu li a::after, #menu-item-63 .sub-menu li a::after {
    display: none;
    background-image: none;
}

.arrow-wrapper {
    padding-left: 40px;
    margin-top: -100px
}

li.current_page_item a {
    color: #FF0069;
}

.navi li a:hover {
    color: #FF0069;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 32px 32px #00000014;
    padding: 12px 16px;
    z-index: 100;
    transition: 0.5s padding,
    0.5s background;
    margin-top: -13px;
}

ul.sub-menu li {
    display: block;
    padding: 6px;
    line-height: 30px;
}

ul.sub-menu li a {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: -0.32px;
    color: #000000;
    padding: 6px;
}

ul.sub-menu li a:hover {
    text-decoration: underline;
    color: #F02DF0;
}

ul.navi li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.positions .jobs a {
    text-decoration: none;
}

.positions .jobs {

}

.positions .job {
    height: 300px;
    background-color: #f6f7f7;
    overflow: hidden;
    position: relative;
    padding: 25px;
    margin-bottom: 25px;
}

.positions .job .title {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
    margin-bottom: 20px;
    height: 110px;
    overflow: hidden;
}

.positions .job .location {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.26px;
    color: #000000;
    opacity: 1;
}

.positions .job .info {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.26px;
    color: #000000;
    opacity: 1;
}

.positions .job .button {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.48px;
    color: #000000;
    opacity: 1;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.positions .job .arrow-rt {
    float: right;
    height: 24px;
    margin-top: -4px;
    margin-left: 11px;
    transform: rotate(135deg);
}

.positions .job:hover .arrow-rt {
    transform: rotate(180deg);
}

.positions .job:hover .title {
    text-decoration: underline;
}

.positions .job {
    background: #f6f7f7 url('../assets/img/aqua-left.svg') no-repeat calc(-150px + 50%) 210px;
}

.positions .job:hover {
    background: #f6f7f7 url('../assets/img/gold-right.svg') no-repeat calc(150px + 50%) 210px;
}


.single label, .single input[type="text"], .single input[type="email"] {
    width: 100%;
}

.single textarea {
    width: 100%;
}

.single input:not([type="submit"]), .single textarea {
    height: 48px;
    margin-top: 6px;
    margin-bottom: 23px;
    padding: 16px;
    background-color: #F6F7F7;
    border-width: 0;
    border-bottom: 2px solid #000;
}

.single textarea {
    height: 265px;
    text-align: left;
}

.single label {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -0.36px;
    color: #000000;
}

.single .job-table {
    display: table;
}

.single .job-row {
    display: table-row;
}

.single .job-cell {
    display: table-cell;
}

.single .job .icon {
    width: 48px;
    height: 48px;
    margin: 24px 24px 24px 0;
}
.single .job .icon .icon-attachment {
    margin-right: 8px;
}
.single .job .title {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
    vertical-align: middle;
    padding-right: 50px;
}

.single .job .value {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 32px;
    line-height: 39px;
    font-weight: normal;
    letter-spacing: -0.64px;
    color: #000000;
    opacity: 1;
    vertical-align: middle;
}

.single .job .description {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    vertical-align: middle;
    margin-top: 40px;
}

.single .job .sep {
    width: 100%;
    height: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 2px solid #000000;
}

.single .job .button {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: -0.48px;
    color: #000000;
    opacity: 1;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.single .job .arrow-rt {
    float: right;
    height: 24px;
    margin-top: 4px;
    margin-left: 11px;
    transform: rotate(135deg);
}

.single .job:hover .arrow-rt {
    transform: rotate(180deg);
}

.single .job-data { margin-bottom: 50px; }

.fake-news .description {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    vertical-align: middle;
    margin-top: 40px;
}


lottie-player {
    height: 290px;
    width: 290px;
}

.homepage lottie-player {
    margin: 0 auto;
}

.homepage .help {
    width: 75%;
    margin: 150px auto 0;
}

.carlavia {
    width: 88%;
    height: 540px;
    margin-top: 120px;
    margin-bottom: 150px;
    background: url('../assets/img/carlavia.svg');
    background-color: #281450;
    background-repeat: no-repeat;
    background-position: 260px -100px;
    display: flex;
    flex-direction: column;
}

.carlavia .header {
    text-align: left;
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 64px;
    line-height: 68px;
    font-weight: 800;
    letter-spacing: -1.28px;
    color: #FFFFFF;
    opacity: 1;
    padding: 50px;
}

.carlavia .logo {
    margin: 30px 50px;
}

.carlavia .text {
    text-align: left;
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 85%;
    padding: 50px;
}

.navbar-toggle {
    float: right;
}

.mobile-navbar {
    position: absolute;
    z-index: 999;
    right: -50%;
    background-color: #ffffff;
    top: 8px;
    width: 50%;
    max-width: 50%;
    margin-top: 0;
    height: auto;
}

.mobile-navbar ul.navi {
    float: left;
    padding-left: 15px;
}

.mobile-navbar ul.navi li {
    display: block;
    padding: 0;
    margin-top: 5px;
}

.mobile-navbar ul.navi li a {
    padding: 10px 15px;
    line-height: 20px;
}

.mobile-navbar-bg {
    position: absolute;
    z-index: 999;
    right: -100%;
    opacity: 1;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    top: 8px;
    width: 100%;
    margin-top: 0;
    height: 400px;
}

.perfect {
    margin-top: 35px
}

.perfect .item {
    border-bottom: 42px solid #f6f7f7;
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: -.84px;
    color: #f02df0;
    padding-left: 15px
}

.perfect .item:hover {
    border-bottom-color: #32d7e1
}

.perfect .item div {
    margin-bottom: -20px
}

.perfect .item img {
    width: 35px;
    height: auto;
    float: right;
    margin-right: 30px;
    transform: translateY(-25px) rotate(135deg);
    transition: transform .3s ease-in-out;
    filter: invert(27%) sepia(86%) saturate(2162%) hue-rotate(281deg) brightness(100%) contrast(108%)
}

.perfect .item:hover img {
    transform: translateY(-25px) rotate(180deg)
}

a.perfect {
    text-decoration: none
}

.service-menu-header {
    font-family: 'Proxima Nova Bd', sans-serif;
    border-bottom: 17px solid #d1d3d3;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -.48px;
    padding-left: 15px
}

.service-menu-header div {
    margin-bottom: -14px
}

.service-menu {
    padding-left: 0;
    list-style-type: none;
    display: block
}

.service-menu li {
    border-bottom: 2px solid #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.32px
}

.service-menu li a {
    font-family: 'Proxima Nova Bd', sans-serif;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 14px 15px 14px 15px;
}

.service-menu li:hover a {
    text-decoration: underline
}

.service-menu li a.active {
    color: #f02df0;
    font-style: italic
}

.outplacement .below {
    margin-top: 40px;
}

.outplacement .below .info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7F7;
    text-align: center;
    font: normal italic normal 28px/38px yorkten-slab-normal;
    letter-spacing: 0px;
    color: #281450;
    -webkit-box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    margin: 45px 0;
}

.outplacement .below .info .bold {
    font-weight: bold;
}

.outplacement .below .info .big {
    margin-top: 20px;
    font-family: 'Proxima Nova Xb', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.96px;
    color: #FF0069;
}

.outplacement .below .image {}

.outplacement .below .image img {
    object-fit: contain;
}

.find-yourself label, .find-yourself input[type="text"], .find-yourself input[type="email"] {
    width: 65%;
}

.find-yourself textarea {
    width: 100%;
}

.find-yourself input:not([type="submit"]), .find-yourself textarea {
    height: 48px;
    margin-top: 6px;
    margin-bottom: 23px;
    padding: 16px;
    background-color: #F6F7F7;
    border-width: 0;
    border-bottom: 2px solid #000;
}

.find-yourself textarea {
    height: 190px;
    text-align: left;
}

.find-yourself label {
    text-align: left;
    font-family: 'Proxima Nova Bd', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -0.36px;
    color: #000000;
}

.how-horizontal .icon-wrapper {
    width: 100%;
    background-color: #F6F7F7;
}

.gdpr-wrapper {
    margin-bottom: 70px;
}

.footer-main .logo-wrapper {
    width: 48px;
    margin-right: 52px;
}

.reference-wrapper img.logo {
    max-width: 90%;
}

.page-404 .content {
    margin-top: 150px;
}

.page-404 h2 {
    text-align: left;
    font: normal bold italic 38px/46px yorkten-slab-normal;
    letter-spacing: -0.76px;
    color: #281450;
    margin-bottom: 30px;
}

.page-404 .text {
    font-family: 'Proxima Nova Rg', sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
}

.page-404 img.robot {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 92px;
        line-height: 100px;
        letter-spacing: -1.96px;
    }

    .carlavia {
        background-position: 100px -100px;
    }

    .carlavia .header {
        font-size: 60px;
    }

    .carlavia .logo {
        margin: 20px 50px;
    }

    .carlavia .text {
        font-size: 26px;
        width: 95%;
    }
    .how-horizontal .item { 
        padding: 32px 17px 40px;
    }
    .positions .job .title {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 15px;
        height: 115px;
        overflow: hidden;
    }
    .positions .job {
        background-size: 240px;
        background: #f6f7f7 url('../assets/img/aqua-left.svg') no-repeat calc(-150px + 50%) 200px;
    }

    .positions .job:hover {
        background-size: 240px;
        background: #f6f7f7 url('../assets/img/gold-right.svg') no-repeat calc(150px + 50%) 200px;
    }

}

@media only screen and (max-width: 1400px) {
    ul.navi, ul.navi li {
        font-size: 18px;
    }

    .footer-main .logo img {
        width: 210px;
    }

    .footer-main .logo-wrapper {
        margin-right: 35px;
    }

    .perfect .item {
        font-size: 35px;
    }

    .carlavia .header {
        font-size: 46px;
    }
    .positions .job .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .positions .job {
        background-size: 240px;
        background: #f6f7f7 url('../assets/img/aqua-left.svg') no-repeat calc(-150px + 50%) 200px;
    }

    .positions .job:hover {
        background-size: 240px;
        background: #f6f7f7 url('../assets/img/gold-right.svg') no-repeat calc(150px + 50%) 200px;
    }
    .positions .job .arrow-rt {
        height: 18px;
        margin-top: 0px;
        margin-left: 15px;
    }
    .contact-field-btn {
        font-size: 24px;
        width: 210px;
    }


}


@media only screen and (max-width: 1280px) {
    ul.navi li a {
        padding: 12px 10px;
    }

    .menu-wrapper, ul.navi li {
        font-size: 18px;
    }

    .footer-main .logo img {
        width: 200px;
    }

    .footer-main .services .links {
        font-size: 15px;
    }

    .footer-main .menu .links {
        font-size: 20px;
    }

    .fcl-3 {
        padding-left: 50px;
    }

    .footer-main {
        padding-top: 50px;
    }

    .fcl-1 .logo {
        margin-bottom: 55px;
    }

    ul.navi li {
        padding: 12px 5px;
        font-size: 18px;
    }

    ul.sub-menu {
        margin-top: 0;
    }
    ul.sub-menu li {
        padding: 5px;
        font-size: 15px;
    }

    .homepage .help-list ul li {
        font-size: 20px;
        line-height: 20px;
    }
    .homepage .help-list ul li a div {
        padding: 26px 0;
    }

    h2 {
        font-size: 56px;
        line-height: 60px;
    }

    .services .desc {
        font-size: 24px;
        line-height: 34px;
    }

    .how-vertical .item {
        font-size: 19px;
    }

    .services .perex-bottom {
        font-size: 20px;
        line-height: 32px;
    }

    .perfect .item {
        font-size: 28px;
    }

    .perfect .item img {
        width: 34px;
    }

    .help-list ul li a div {
        width: 80%;
    }
    .how-horizontal .item {
        font-size: 20px;
        padding: 32px 20px 40px;
    }
}

@media only screen and (max-width: 1200px) {
    ul.navi li {
        font-size: 15px;
    }

    .desktop-video-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    ul.navi li {
        padding: 12px 5px;
        font-size: 15px;
    }

    ul.sub-menu {
        position: relative;
        box-shadow: none;
        padding-top: 0;

    }

    .mobile-navbar ul.navi ul.sub-menu li {
        padding: 0;
        font-size: 15px;
        margin-top: 0;
    }

    .mobile-navbar ul.navi li.menu-item-34 a, .mobile-navbar ul.navi li.menu-item-63 a {
        padding-right: 0;
    }

    .bg-tr, .bg-br, .bg-bl, .bg-tl, .bg-tr {
        display: none;
    }

    .how-horizontal .item {
        padding: 32px 30px 40px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {

    .menu-wrapper {
        height: 60px;
    }

    .mobile .menu-logo {
        height: 40px;
        padding-top: 10px;
    }

    .menu-div {
        line-height: 40px;
        max-width: 90%;
    }

    .navbar-toggle {
        width: 44px;
        height: 44px;
        margin-top: 8px;
    }

    .navbar-burger {
        font-size: 20px;
        width: 100%;
        margin: 2px auto 0;
        background-color: #d4d0dc;
    }

    .navbar-close {
        font-size: 20px;
        width: 100%;
        margin: 2px auto 0;
        background-color: #FF0069;
        color: #ffffff;
    }

    .menuslide-wrapper {
        display: none;
        width: 100%;
        max-width: 100vw;
        position: relative;
        overflow: hidden;
        height: 100vh;
        z-index: 0;
    }

    #mobile-menu .menu-item-34, #mobile-menu .menu-item-63 {
        width: 100%;
    }

    #mobile-menu .menu-item-34::before, #mobile-menu .menu-item-63::before {
        display: block;
        content: ' ';
        background-image: url('../assets/img/menu-arrow-down.svg');
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        height: 10px;
        width: 10px;
        margin-top: 15px;
        margin-left: 15px;
        float: right;
        margin-right: calc(100% - 110px);
    }

    #mobile-menu .menu-item-34.opened::before, #mobile-menu .menu-item-63.opened::before {
        background-image: url('../assets/img/menu-arrow-up.svg');
    }

    .homepage .how-horizontal .item {
        font-size: 18px;
    }

}

@media only screen and (max-width: 768px) {

    .homepage lottie-player {
        margin: 0;
    }

    .arrow-wrapper {
        padding-left: 0;
        margin-top: 70px;
    }

    .container.main.homepage {
        margin-top: 100px;
    }

    .container.main.homepage .content {
        margin-top: 100px;
    }

    .intro .row-2nd { margin-top: -90px; }

    .intro .lottie-wrapper { float: left; position: relative; }
    .intro .lottie-wrapper lottie-player { margin-left: -50px; bottom: 0; position: absolute; }
    .intro .robot-wrapper { float: right; }
    .intro .robot-wrapper video { width: 100%; height: auto; }

    img.img-sd.img-300 {
        max-width: 380px;
        float: right;
    }

    .homepage h2 {
        font-size: 52px;
        line-height: 56px;
        margin-bottom: 50px;
        margin-top: 110px;
    }

    .homepage .how-horizontal .item {
        font-size: 24px;
        line-height: 32px;
        padding: 28px 20px 40px;
        margin-bottom: 30px;
    }

    .homepage .help {
        width: 100%;
    }

    .carlavia {
        width: 100%;
        background-position: 30px -100px;
    }

    .homepage .logo-wrapper img {
        max-width: 80%;
    }

    .heading-wrapper {
        height: auto;
        margin-top: 50px;
    }

    .perfect .item {
        font-size: 28px;
    }

    .perfect .item img {
        width: 30px;
    }

    .positions .job {
        margin-bottom: 25px;
    }

    .single-job-left {
        display: none;
    }

    .how-vertical .text-wrapper { font-size: 18px; }
}

@media (max-width: 991px) {
    .how-horizontal .item {
        padding: 32px 70px 40px;
    }
}

@media only screen and (max-width: 640px) {
    .carlavia .text {
        font-size: 24px;
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {

    .container.main.homepage {
        margin-top: 100px;
    }

    lottie-player {
        height: 150px;
        width: 150px;
    }

    .mobile-navbar-bg {
        display: none;
    }

    .mobile-navbar {
        width: 100%;
        max-width: 100%;
        right: -100%;
    }

    .row > * {
        padding-left: 20px;
        padding-right: 20px;
    }
    .intro .row > * {
        padding-left: 0;
        padding-right: 0;
    }
    .intro .row-2nd { margin-top: -10px; }

    .intro .lottie-wrapper { float: left; position: relative; }
    .intro .lottie-wrapper lottie-player { margin-left: -50px; bottom: 0; position: absolute; }
    .intro .robot-wrapper { float: right; margin-top: 10px; }
    .intro .robot-wrapper video { width: 120%; height: auto; }

    .col-xl-8.main, .col-xl-7.main, .col-xl-6.main { padding-left: 20px; }

    .container.main.homepage .content {
        margin-top: 60px;
        background-position-x: -190px;
        background-size: 120%;
        padding-top: 70px;
    }

    .homepage h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 50px;
        margin-top: 110px;
    }

    .homepage .text {
        font-size: 18px;
        line-height: 24px;
    }

    .perfect .item {
        font-size: 24px;
        line-height: 30px;
        height: 65px;
    }

    .perfect .item div {
        width: 75%;
    }

    .how-horizontal .item {
        font-size: 18px;
        padding: 32px 28px 40px;
		margin-bottom: 30px;

	}

    .how-horizontal img.box {
        width: 66%;
    }

    .how-horizontal {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .homepage .help {
        margin: 50px auto 0;
    }

    .carlavia {
        width: 100vw;
        margin-left: -22px;
        background-size: 120%;
        background-position: -30% 50%;
        height: auto;
        margin-bottom: 25px;
    }

    .carlavia .header {
        font-size: 36px;
        line-height: 40px;
        padding: 35px 22px;
        width: 80%;
    }

    .carlavia .logo {
        margin: 15px 22px;
    }

    .carlavia .logo img {
        width: 250px;
        height: auto;
    }

    .carlavia .text {
        padding: 30px 22px;
        margin-bottom: 0;
    }

    .reference-wrapper {
        margin-top: 15px;
    }

    .homepage h3 {
        margin-bottom: 30px;
        margin-top: 50px;
        font-size: 24px;
        line-height: 28px;
        padding-left: 0;
    }

    footer {
        margin-top: 20px;
    }

    .fcl-2 {
        margin-bottom: 35px;
    }

    .footer-bottom .rules {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ta-r {
        text-align: left;
    }

    nav.bc {
        margin-top: 10px;
    }

    h1 {
        font-size: 60px;
        line-height: 62px;
    }

    .perex {
        font-size: 24px;
        line-height: 28px;
        max-width: 100%;
    }

    .services .h2-wrapper h2 {
        font-size: 36px;
        line-height: 40px;
        display: block;
        margin-top: 60px;
        margin-bottom: 50px;
    }

    .services .desc {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 35px;
    }

    .services .text {
        font-size: 16px;
        line-height: 22px;
    }
    .services .text p {
        margin-bottom: 2rem;
        margin-top: 1em;
    }

    .services h3 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .shortener-career {
        margin-bottom: 0;
    }
    
    .about-us .about-areas .about-item {
        padding-left: 50px;
    }


    .row.job-form > *,
    .row.contact-wrapper > *,
    .row.below > *,
    .row.perfect-wrapper > *,
    .row.perex-bottom-wrapper > *,
    .row.how-vertical > *,
    .row.how-horizontal > *,
    .row.help-list > * {
        padding-left: 12px;
        padding-right: 12px;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .how-vertical .item {
        font-size: 16px;
        line-height: 24px;
        padding-top: 25px;
        padding-right: 8px;
    }

    .how-vertical .item img.box {
        float: left;
        margin-right: 0;
        margin-top: -25px;
        height: 80px;
    }

    .how-vertical .text-wrapper {
        float: none;
        display: inline;
        align-items: center;
        height: auto;
        font-size: 16px;
        max-width: calc(100% - 130px);
    }
    
    .how-vertical .text-wrapper div {
        text-indent: -17px;
    }

    .services .why .item {
        font-size: 18px;
        line-height: 24px;
    }

    .exp-item {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    .services .perex-bottom-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services .perex-bottom {
        font-size: 18px;
        line-height: 22px;
        padding-left: 0;

    }

    .row.perex-bottom-wrapper .robot-wrapper { padding-left: 32px;
        padding-right: 32px; }

    .perfect .item {
        border-bottom: 50px solid #f6f7f7;
    }

    .perfect .item div {
        margin-bottom: -10px;
    }

    .perfect .item img {
        margin-top: -20px;
        margin-right: 20px;
        width: 27px;
    }

    .homepage .perfect {
        margin-bottom: 50px;
    }

    .homepage .how-horizontal .item {
        font-size: 18px;
    }

    .reference-wrapper {
        margin-bottom: 120px;
    }

    .page-template-page-services-career-sk .shortener-career {
        margin-bottom: 0;
    }

    .page-template-page-newsroom-sk .shortener-find {
        margin-bottom: 30px;
    }

    .shortener-contact {
        margin-bottom: 50px;
    }

    .contact-field-text {
        font-weight: bold;
    }

    .contact-field-btn {
        width: 100%;
    }

    .div-table-col {
        width: 12%;
    }

    .div-table-col.txt {
        width: 64%;
    }

    .div-table .txt {
        font-size: 16px;
        line-height: 20px;
    }

    .div-table-header .txt {
        padding-left: 10px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    }

    .div-table {
        margin-top: 30px;
    }

    .outplacement .below .info {
        font-size: 18px;
        line-height: 24px;
        padding: 35px 20px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
        box-shadow: 0 40px 50px -60px rgba(0, 0, 0, 0.75);
    }

    .outplacement .below .info .big {
        font-family: 'Proxima Nova Xb', sans-serif;
        font-style: normal;
        font-weight: bold;
    }

    .outplacement .below {
        padding-left: 12px;
        padding-right: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .outplacement .div-table { margin-bottom: 0; }
    .outplacement .below .image { margin-top: 40px; }

    .find-yourself label, .find-yourself input[type="text"], .find-yourself input[type="email"] {
        width: 100%;
    }

    .find-yourself .perex {
        max-width: 100%;
    }

    .shortener-find {
        margin-bottom: 50px;
    }

    .help-list ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .help-list ul li a div {
        padding: 25px 0;
    }

    .help-list .img-cc {
        object-fit: contain;
    }

    .form-send-btn { width: 100%; margin-top: 25px; margin-bottom: 45px; }

    .new-img {
        width: 100%;
        height: auto;
        padding-left: 12px;
        padding-right: 20px;
        margin-bottom: 24px;
    }

    .new-img img {
        object-fit: cover;
        width: 100%;
        height: auto;
    }

    .new-texts {
        padding-left: 12px;
        padding-right: 20px;
    }

    .new-title {
        font-size: 18px;
        line-height: 23px;
    }

    .new-btn-link {
        width: 100%;
        margin-top: 40px;
    }
    .all-jobs-btn {
        width: 100%;
        margin-top: 40px;
    }

    .about-us .perex {
        max-width: 100%;
    }

    .about-us h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .milestone .wrapper {
        padding-left: 20px;
    }

    .milestone .sep .dot {
        left: -8px;
    }

    .milestone .years {
        font-size: 24px;
        line-height: 29px;
        text-align: left;
    }

    .milestone .sep {
        min-width: 12px;
        max-width: 12px;
    }

    .milestones-wrapper {
        margin-bottom: 10px;
    }

    .milestones-footer {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .milestones-footer .image-wrapper {
        align-items: flex-start;
    }

    .milestones-footer .name {
        font-size: 24px;
        line-height: 29px;
        margin-left: 0;
        margin-top: 10px;
    }

    .milestones-footer .signature {
        margin-top: 20px;
        margin-left: 0;
        width: 170px;
    }


    .about-us .text {
        font-size: 18px;
        line-height: 24px;
        padding-right: 0;
    }

    .about-us .reference-wrapper {
        margin-top: 50px;
    }

    .reference-wrapper .logo-wrapper img {
        max-width: 100%;
    }

    .contact .perex {
        margin-bottom: 65px;
    }

    .contact h2 {
        margin-bottom: 35px;
    }

    .contact .main .social {
        margin-top: 50px;
        margin-bottom: 60px;
        display: flex;
    }

    .positions .job {
        background-size: 80%;
    }

    .positions .job:hover {
        background-size: 80%
    }

    .positions .job .button {
        font-size: 24px;
        line-height: 29px;
    }

    .single .job .sep {
        margin-bottom: 30px;
    }

    .single .job .title, .single .job .value {
        display: block;
        font-size: 24px;
        line-height: 29px;
    }
}

.reveal-left{
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: 1s all ease;
}
.reveal-bottom{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active{
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}

@media only screen and (min-width: 801px) and (max-width: 1200px)  {
    .tablet-only { display: block; }
    .intro.desktop-only { display: none; }
    .intro.mob-only { display: none; }
    .intro .arrow-wrapper { width: 50%; margin-left: 10px; margin-top: -50px; padding-left: 0; }
    .intro .img-cc.main { width: 50%; }
    .intro .tablet-video-wrapper {     width: 50%;
        right: -50px;
        top: 0;
        position: absolute; }
    .intro .tablet-video-wrapper video { width: 100%; }

}
@-moz-document url-prefix() {
    @media only screen and (max-width: 576px) {
        .intro .row-2nd {
            margin-top: 0;
        }
    }
}
