html, body {
    height: 100%;
    min-height: 100% !important;
}

body {
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
    background: rgb(23, 23, 26);
    font-family: 'Barlow', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.3;
}

body.page-scrolled {

}

a {
    text-decoration: underline;
    color: #f7ff00;
}

.parallax-mirror {
    text-align: left;
}

h2 {
    font-size: 72px;
    font-weight: 500;
    text-shadow: 2px 3px 8px rgba(0,0,0,0.16);
    margin: 30px 0;
    line-height: 1.1;
}

.shadowed {
    text-shadow: 0 0 6px  #000;
}

h3.white {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 16px;
}

h2.red {
    color: #cc0e39;
}

h3.red {
    color: #cc0e39;
    font-size: 36px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 16px;
}

h3.red-bg-spans span {
    background-color: #e22d4f;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    padding: 2px 16px;
    color: #fff;
    margin: 2px 0;
}

h3.title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 48px;
}

h3.title--red {
    color: #e22d4f;
}

h3.title--white {
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
}

ul.list--no-space {
    margin: 0;
}

ul li {
    padding-left: 24px;
    background-image: url(../img/bullet-gray.png);
    background-repeat: no-repeat;
    background-position: 0 13px;
}

ul.list--white li {
    background-image: url(../img/bullet-white.png);
}

.section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 16px 80px;
    text-align: center;
    overflow: visible;
}

.section-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 460px;
    width: 100%;
}

.section--fixed-height {
    height: 670px;
}

.section--full-height {
    padding-top: 101px;
    position: relative;
    box-sizing: border-box;
    min-height: 100% !important;
}

.section--centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section01 {
    background-image: url(../img/img01.jpg);
    background: transparent;
}
.section02 {
    background-image: url(../img/img02.jpg);
    background: transparent;
}
.section03 {
    background-image: url(../img/img03.jpg);
    background: transparent;
}
.section04 {
    background-image: url(../img/img04.jpg);
    background: transparent;
}
.section05 {
    background-image: url(../img/img05.jpg);
    background: transparent;
}



.section06 {
    background-image: url(../img/img06.jpg);
    background: transparent;
}


.section07 {
    background-image: url(../img/img07.jpg);
    background: transparent;
}

.section07b {
    background-image: url(../img/img07.jpg);
}

.section-psp01 {
    padding-top: 125px;
    height: 406px;
    background-image: url(../img/psp01.jpg);
}

.section-psp01 h2 {
    margin: 8px 0;
}


.section-psp02 {
    background-image: url(../img/psp02.jpg);
}

.section-cde01 {
    padding-top: 125px;
    height: 406px;
    background-image: url(../img/cde01.jpg);
    background: transparent;
}

.section-cde02 {
    background-image: url(../img/cde02.jpg);
    background: transparent;
}

.section-cde03 h3 {
    margin: 32px 0;
}

.dark-font {
    color: #272728;
}

.dark-font a {
    color: #791526;
}

.section-white {
    background-color: #fff;
}

.section .row {
    padding: 20px 0;
}

.section .row .section-wrapper,
.section .row {
    display: flex;
    flex-direction: row;
}

.section .row--gray-bg {
    background-color: #f5f5f5;
}


.section--full-width-rows {
    padding: 0;
}
.section--full-width-rows .row {
    padding: 36px 80px;
}


.section-functions {
    padding-top: 30px;
}

.section .column {
    width: 50%;
    box-sizing: border-box;
    text-align: left;
}

.section .column__13,
.section .column__23,
.section .column__33  {
    width: 33.33%;
}

.section .column__13 {
	padding-right: 20px;
}
.section .column__23 {
	padding: 0 20px;
}
.section .column__33 {
	padding-left: 20px;
}

.section .column__left {
    padding-right: 40px;
}
.section .column__right {
    padding-left: 40px;
}

.section .column__text-desc {
    text-align: left;
    padding-right: 32px;
}

.section .column__text-desc h4 {
    font-size: 24px;
    font-weight: 500;
    color: #272728;
}

.section .column__image-function {
    flex: 0 0 298px;
    display: flex;
    align-items: center;
}

.section .column__image-function a {
    text-decoration: none;
    position: relative;
    display: block;
    margin: 20px 80px 20px 0;
}

.section .column__image-function a:hover img {
    transition: all 0.3s;
    transform: scale(1.02);
}

.section .column__image-function a:hover .plus-icon {
    transition: all 0.3s;
    transform: scale(1.2);
}

.section .column__image-function .plus-icon {
    position: absolute;
    right: -18px;
    bottom: -18px;
    background-color: #e22d4f;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 46px;
    line-height: 29px;
    font-weight: 300;
}

.info {
    flex: 0 0 480px;
    text-align: left;
}
.map {
    width: 100%;
}

nav {
    background: rgba(23, 23, 26, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    z-index: 100;
    min-width: 980px;
    font-size: 18px;
}

nav h1 {
    padding: 20px 0 0 32px;
    margin: 0;
    float: left;
}

nav h1 img {
    width: 188px;
    height: 48px;
}

nav ul.lang {
    list-style: none;
    float: left;
    margin: 0;
    padding-left: 16px;
}

nav ul.lang li {
    float: left;
    padding: 26px 0;
    background-image: none;
}

nav ul.lang li a {
    display: block;
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

nav ul.lang li a.active {
    font-weight: 600;
    color: #fff;
}

nav ul.lang li a:hover {
    color: #ee3a5a;
}

nav ul.lang li:first-child a {
    border-right: 1px solid #fff;
}

nav ul.menu {
    list-style: none;
    float: right;
    margin: 0;
    padding-right: 32px;
}

nav ul.menu li {
    float: left;
    padding: 26px 0;
    margin-left: 32px;
    background-image: none;
}

nav .menu li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    display: block;
    cursor: pointer;
}
nav .menu li a:hover,
nav .menu li a.current {
    color: #ee3a5a;
}

.nav-wrapper,
.content-wrapper {
    margin: 0 auto;
    text-align: left;
    height: 100%;
    min-height: 100% !important;
    min-width: 980px;
}

.icon__gear {
    width: 78px;
    height: 78px;
    color: #353536;
    fill: #353536;
}

.icon__gear #gear {
    width: 78px;
    height: 78px;
    color: #353536;
    fill: #353536;
}

.center {
    text-align: center;
}

.footer {
    padding: 8px 80px;
}

.footer .section-wrapper {
    min-height: 0;
}

ul.products {
    margin-bottom: 90px;
    font-size: 0;
}

ul.products li {
    display: inline-block;
    width: calc( 25% - 32px );
    margin: 16px;
    padding: 0;
    background: none;
    vertical-align: top;
}

ul.products li a {
    text-decoration: none;
    color: #fff;
}

ul.products li a span {
    display: block;
    font-size: 24px;
}

ul.products li a img {
    max-width: 192px;
}


ul.experience {
    font-size: 0;
    margin-bottom: 90px;
}

ul.experience li {
    display: inline-block;
    width: calc( 20% - 32px );
    margin: 16px;
    padding: 0;
    background: none;
    vertical-align: top;
}

ul.experience li a {
    text-decoration: none;
    color: #fff;
}

ul.experience li a h4 {
    display: block;
    font-size: 24px;
    margin: 0;
}

ul.experience li a span.technologies {
    display: block;
    font-size: 14px;
    margin: 0;
}

ul.experience li a .logo {
    width: 100%;
    display: inline-block;
    max-width: 192px;
    position: relative;
    margin-bottom: 8px;
}
ul.experience li a .logo .logo-wrapper {
    padding-bottom: 100%;
}
ul.experience li a .logo .logo-wrapper2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 4px;
}
ul.experience li a img {
    max-width: 192px;
    max-height: 192px;
}

@media (max-width: 1180px) {
    body {
        font-size: 16px;
    }

    nav {
        font-size: 16px;
    }

    h2 {
        font-size: 64px;
    }

    nav ul li {
        padding: 28px 0;
    }

    nav ul.menu li {
        margin-left: 16px;
    }

    ul li {
        background-position: 0 10px;
    }
}

/*@media (max-width: 960px) {
    div.nav-menus {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        background: rgba(0, 0, 0, 0.95);
        height: 100%;
        overflow: auto;
    }

    div.nav-menus ul {
        float: none;
    }

    div.nav-menus ul.lang {
        overflow: auto;
    }

    div.nav-menus ul.menu {
        clear: both;
        padding: 0 16px;
    }

    div.nav-menus ul.menu li {
        float: none;
        padding: 16px 0;
        margin: 0;
    }
}

@media (max-width: 560px) {
    div.nav-menus {
        top: 64px;
        height: calc( 100% - 64px );
        width: 240px;
    }

    nav {
        height: 64px;
    }

    nav h1 {
        padding: 8px 0 0 16px;
        margin: 0;
        float: left;
    }

    nav h1 img {
        width: 140px;
    }
}
*/
