* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3c4247;
}

html {
    font-size: 0.85vw;
}

body {
    margin: 0;
    padding: 0;
    color: #3c4247;
    -webkit-font-smoothing: antialiased;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 5.6rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    color: #fff;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.text--white {
    color: #f7f7f7;
}

.section-news-progress .text--title {
    margin-bottom: 1.1rem;
}

.text--subtitle {
    margin-top: 0;
    padding: 0;
    line-height: 3.2rem;
    font-size: 2.45rem;
}

.section-news-progress .text--subtitle {
    font-size: 2rem;
}

.homepage .text--subtitle {
    padding-left: 0;
    margin-top: -8px;
    margin-bottom: 0;
}

.section--hand .text--subtitle {
    white-space: nowrap;
}

.text__paragraph {
    font-size: 1.75rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.homepage .text__paragraph {
    line-height: 2.3rem;
    margin-top: 15px;
    margin-bottom: -7px;
}

.text--center {
    text-align: center;
}

#get-in-touch .section__paragraph {
    font-size: 1.55rem;
    margin-top: -9px;
}

.line-org {
    border-left: 0.1rem solid #fc673d !important;
    padding-left: 2rem !important;
}

.line-org p {
    margin-bottom: 0;
}

.section {
    padding: 7vw 0;
    position: relative;
    background-attachment: fixed;
}
.section--boxes-with-arrow.section {
    padding: 7vw 0 10vw;
}
.section--news.section {
    padding: 11vw 0 7vw;
}
.section--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}
.header__logo img {
    height: 18px;
}
.section__half {
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 28vw;
}
.section__half .bg_image {
    background-color: white;
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-position: center;
    background-size: 100% 100%;

}
.section__half:first-child .bg_image{
    background-image: url('images/home_image_gray_02.jpg');
}
.section__half:last-child .bg_image{
    background-image: url('images/home_image_gray_01.jpg');
}
.section__half:focus .bg_image,
.section__half:hover .bg_image {
    background-size: 110% 110%;
}
.section__half:first-child:focus .bg_image,
.section__half:first-child:hover .bg_image {
    background-image: url('images/home_image_01.jpg');

}
.section__half:last-child:focus .bg_image,
.section__half:last-child:hover .bg_image {
    background-image: url('images/home_image_02.jpg');
}
@media only screen and (max-width: 768px) {
    .section__half {
        width: 100%;
        margin-bottom: 10px;
    }
    .section__half:first-child .bg_image {
        background-image: url('images/home_image_01.jpg');

    }
    .section__half:last-child .bg_image {
        background-image: url('images/home_image_02.jpg');
    }


}

.section__half__details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;


    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.section__half:focus .section__half__details,
.section__half:hover .section__half__details {
    opacity: 1;
}
.section__half__details p {
    opacity: 0;
    margin: 0;
    font-size: 2.25rem;
    font-weight: 300;
}
.section__half:focus .section__half__details p,
.section__half:hover .section__half__details p {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .section__half__details {
        opacity: 1;
    }
    .section__half .section__half__details p {
        opacity: 1;
    }
    .section__half__details p {
        font-size: 18px;
        line-height: 23px;
    }
}

/*.section__half:focus .section__half__details,*/
/*.section__half:hover .section__half__details {*/
    /*opacity: 1;*/
/*}*/



@media only screen and (max-width: 450px) {
    .section--column-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-company .section--column-mobile {
        padding-bottom: 5rem;
    }
}

.section--gray {
    background-color: #e9eaee;
}

.section--white {
    background-color: #fff;
}

.section--coverage {
    padding-top: 0;
}

.section--coverage .text--subtitle {
    margin-bottom: 3.5vw;
}
.section--coverage--desktop .container.gallery {
    margin: 0 auto;
    padding-bottom: 2.6vw;
}
@media only screen and (max-width: 768px) {
    .section--coverage .text--subtitle {
        margin-bottom: 4rem;
        padding-top: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .section--coverage--desktop {
        display: none;
    }
}

.section--security-gallery {
    padding: 10vw 0 10vw;
}

@media only screen and (max-width: 768px) {

    .section--security-gallery h2.text--subtitle {
        margin-top: 5rem;
    }
}

@media only screen and (max-width: 768px) {
    .section--news {
        padding-top: 10rem;
    }
}

.section--automotive-gallery {
    padding: 10vw 0 5.9vw;
}
.section--automotive-gallery .gallery--mobile .gallery__item .item_wrapper {
    padding: 0;
}
.section--automotive-gallery .gallery--mobile .gallery__item:nth-child(1){
    width: 27.06%;
}
.section--automotive-gallery .gallery--mobile .gallery__item:nth-child(2){
    width: 40.04%;
    padding: 0;
}
.section--automotive-gallery .gallery--mobile .gallery__item:nth-child(3){
    width: 100%;
    padding: 0;
}
.section--automotive-gallery .gallery--mobile .gallery__item .item_wrapper {
    padding: 0 9%;
}
.section--automotive-gallery .gallery--mobile .gallery__item:first-child .item_wrapper {
    padding: 0 15% 0 0;
}
.section--automotive-gallery .gallery--mobile .gallery__item:last-child .item_wrapper {
    padding: 0 0 0 11.3%;
}
@media only screen and (max-width: 768px) {
    .section--automotive-gallery {
        padding: 10rem 0;
    }
    .item_wrapper {
        align-items: center;
        justify-content: center;
    }
}

.section--text-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13rem 0;
    overflow: hidden;
}
.section--text-img.delivery--img {
    padding: 9rem 0;
}
.page-automotive .section--text-img {
    padding: 7.3vw 0 7vw;
}

.section--text-img.car-wrapper {
    padding: 4.2vw 0;
}

.homepage .section--text-img {
    padding: 5.8rem 0;
}

@media only screen and (max-width: 768px) {
    .section--text-img {
        padding: 5rem 1.5rem;
    }

    .page-automotive .section--text-img {
        padding: 13rem 0;
    }
    .intro__video.bg-desktop {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .section--text-img .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 450px) {
    .section--text-img .container.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.section--text-img__text {
    padding-left: 35px;
    border-left: 0.1rem solid #fc673d;
    max-width: 45%;
}
.page-company .section--text-img__text {
    max-width: 59%;
    padding-right: 5vw;
}
@media only screen and (max-width: 450px) {
    .section--text-img__text {
        max-width: 100%;
        margin-bottom: 10rem;
        padding-left: 30px;
        padding-right: 30px;
        border-left: 0;
    }

    .page-automotive .section--text-img__text {
        margin-bottom: 0;
    }

    .car-wrapper .section--text-img__text {
        margin-bottom: 10rem;
    }

    .page-security .section--text-img__text {
        margin-bottom: 4rem;
    }

    .page-tech .section--text-img__text {
        margin-bottom: 0;
    }
}

.section--text-img__text *:first-child {
    margin-top: -6px;
}

.section--text-img__text *:last-child {
    margin-bottom: -4px;
}

.section--text-img__image.face {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3.6vw 0 5.4vw;
}
.section--text-img__image.face img {
    max-width: 200%;
}
@media only screen and (max-width: 1024px) {
    .section--text-img__image.face img {
        max-width: 1000%;
    }
}
@media only screen and (max-width: 768px) {
    .section--text-img__image.face {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .section--text-img__image {
        max-width: 45rem;
    }

    .homepage .section--gray .section--text-img__image {
        max-width: 21vw;
    }
    .homepage .section--gray .section--text-img__text {
        max-width: 50%;
    }
}

.section--text-img__image.clock-shadow {
    position: relative;
    top: 3vw;
    max-width: 25vw;
}

@media only screen and (max-width: 768px) {
    .section--text-img__image.clock-shadow {
        max-width: 100%;
    }
}

.section--text-img__image.security-gif {
    max-width: 100%;
}

.section--text-img__image.car {
    max-width: 40%;
}

@media only screen and (max-width: 768px) {
    .section--text-img__image.car {
        max-width: 100%;
    }
}

.section--text-img__image.company-image {
    max-width: 50%;
}

@media only screen and (max-width: 768px) {
    .section--text-img__image.company-image {
        max-width: 100%;
    }
}

.section--text-img__image.machine {
    max-width: 50%;
}

@media only screen and (min-width: 992px) {
    .section--text-img__image.machine {
        width: 60rem;
        margin-top: 4vw;
    }
}

.section--text-img__image.machine img {
    width: 130%;
    max-width: 130%;
}

.section--text-img__image.transform {
    width: 100%;
}

@media only screen and (min-width: 451px) {
    .section--text-img__image.transform {
        max-width: 50%;
    }
}

@media only screen and (max-width: 450px) {
    .section--text-img__image {
        max-width: 100%;
    }

    .page .section--text-img__image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
    }

    .page-automotive .section--text-img__image {
        display: block;
        width: 100%;
        text-align: center;
    }

    .page-company .section--text-img__image {
        width: 100%;
        margin-bottom: 5rem;
        display: block;
        text-align: center;
    }

    .page-tech .section--text-img__image {
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        right: -20rem;
        position: relative;
        display: block;
    }

    .page-tech .section--text-img__image.transform {
        position: static;
    }

    .page-tech .section--text-img__image.transform img {
        width: 100%;
    }
}

.section--special .section--text-img__image {
    width: 50%;
}

@media only screen and (max-width: 450px) {
    .section--special .section--text-img__image {
        width: 100%;
        position: static;
    }

    .page-security .section--special .section--text-img__image {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .page-security .section--special .section--text-img__image.hand-wrapper {
        display: block;
    }

    .page-security .section--special .section--text-img__image.hand-wrapper img {
        float: left;
    }
}

.section--special .section--text-img__image img {
    width: 100%;
}

@media only screen and (max-width: 450px) {
    .section--special .section--text-img__image img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        width: 80%;
        float: right;
    }
}

.section--special--left .section--text-img__image {
    left: 0;
}

.section--special--right .section--text-img__image {
    right: 0;
}

.section--text-img__gallery {
    padding-left: 5rem;
    max-width: 45%;
}

.section--text-img__gallery.padlg {
    padding-left: 15vw;
    padding-right: 1.3vw;
}
.section--text-img__gallery.padlg .text--subtitle {
    max-width: 80%;
}
@media only screen and (max-width: 768px) {
    .section--text-img__gallery.padlg {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media only screen and (max-width: 450px) {
    .section--text-img__gallery {
        max-width: 100%;
    }

    .section--text-img__gallery.mob-top-pad {
        padding: 5rem 3rem;
    }
}

.section--full-background {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35.4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-attachment: scroll;
}

.page-security .section--full-background {
    background-image: url("images/Security_section.jpg");
    padding: 1em 0;
}

@media only screen and (max-width: 768px) {
    .page-security .section--full-background {
        background-image: url("images/Security_section_mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3.5rem 1.5rem 1.5rem;
        background-position: bottom center;
    }
}

.section--full-background__text {
    max-width: 50%;
}

@media only screen and (max-width: 639px) {
    .section--special {
        padding: 5rem 0 5rem;
    }
}

@media only screen and (min-width: 640px) {
    .section--special {
        padding: 7rem 0 7rem;
    }
}

@media only screen and (min-width: 768px) {
    .section--special {
        padding: 7rem 0 7rem;
    }
}

@media only screen and (min-width: 992px) {
    .section--special {
        padding: 17.6rem 0 17.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .section--special {
        padding: 23rem 0 15rem;
    }
}

@media only screen and (min-width: 1440px) {
    .section--special {
        padding: 35rem 0 25rem;
    }
}

@media only screen and (min-width: 1600px) {
    .section--special {
        padding: 40rem 0 30rem;
    }
}

@media only screen and (max-width: 768px) {
    .section--special.pad-in {
        padding: 40rem 0 30rem;
    }

    .homepage .section--special.pad-in {
        padding: 70px 0 7rem;
    }
}

.section__title {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 0;
}

.section__paragraph {
    font-size: 2.2rem;
    text-align: center;
}

.section--get-in-touch {
    background-color: #4155f3;
    padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
    .section--get-in-touch {
        padding: 7rem 1.5rem;
    }

}

.section--boxes-with-arrow h2 {
    margin-bottom: 6.3vw;
}

@media only screen and (min-width: 992px) {
    .section--boxes-with-arrow__box {
        width: calc(50% - 55px);
        padding: 0 0 0 15px;
    }
    .section--boxes-with-arrow__box.box-blue {
        padding: 0 15px 0 0;
    }
}

.section--boxes-with-arrow__box-title {
    padding: 0.8vw 2.6vw;
    margin-bottom: 1vw;
    white-space: nowrap;
}

.section--boxes-with-arrow__box-title h3 {
    margin: 0;
    font-size: 2.15rem;
}

@media only screen and (max-width: 768px) {
    .section--boxes-with-arrow__box-title h3 {
        font-size: 2.2rem;
    }
}

.box-gray .section--boxes-with-arrow__box-title {
    background-color: #d5d7de;
    color: #000000;
}

.box-blue .section--boxes-with-arrow__box-title {
    background-color: #4155f3;
}

.box-blue .section--boxes-with-arrow__box-title h3 {
    color: #f7f7f7;
}

.section--boxes-with-arrow__box-content {
    padding: 0.8vw 2.6vw;
}

.box-gray .section--boxes-with-arrow__box-content {
    background-color: #d5d7de;
    color: #000000;
}

.box-blue .section--boxes-with-arrow__box-content {
    background-color: #4155f3;
}

.box-blue .section--boxes-with-arrow__box-content li {
    color: #f7f7f7;
}

.section--boxes-with-arrow__box-content li {
    font-size: 1.5rem;
    margin: 1.6vw 0;
}

@media only screen and (max-width: 768px) {
    .section--boxes-with-arrow__box-content li {
        font-size: 1.8rem;
    }
}

.section--boxes-with-arrow__arrow {
    margin: 0 1.6vw;
}

@media only screen and (max-width: 768px) {
    .section--boxes-with-arrow__arrow {
        margin: 3rem 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.section--between {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section--text {
    padding: 7.9vw 0;
}


@media only screen and (max-width: 768px) {
    .page-company .section--text {
        padding: 3rem;
    }
}

.section--team {
    padding: 6.8vw 0;
}

@media only screen and (max-width: 768px) {
    .section--team {
        padding: 5rem 0;
    }
}

.section--hand {
    width: 100%;
    padding: 17rem 0 19rem;
}

.page-security .section--hand {
    padding: 4rem 0;
}

.page-security .section--hand img {
    max-width: 100%;
}

@media only screen and (min-width: 1440px) {
    .homepage .section--hand {
        padding: 9rem 0 7rem;
    }
}
.homepage .section {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 450px) {
    .section--hand {
        padding: 3rem 0;
    }
}

.section--hand .hand-wrapper {
    max-width: 100%;
    position: relative;
    top: 2rem;
}

.page-security .section--hand .hand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media only screen and (max-width: 450px) {
    .section--hand .hand-wrapper {
        position: static;
    }

    .page-security .section--hand .hand-wrapper {
        position: relative;
        top: 0;
        left: -5rem;
    }
}

.section--hand div.container {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-security .section--hand div.container {
    margin-left: 17.6rem;
    margin-right: 0;
}

@media only screen and (max-width: 450px) {
    .page-security .section--hand div.container {
        margin-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.transform img {
    display: block;
}

.page-tech .transform img {
    width: 100%;
}

@media only screen and (min-width: 451px) {
    .page-tech .transform {
        width: 50%;
    }
}

@media only screen and (min-width: 451px) {
    .transform + .section--text-img__gallery {
        padding: 0 7rem 0 0;
    }
}

.container.gallery {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container.gallery--mobile {
    width: 70%;
    padding: 7.2vw 0 0 ;
    margin: 0 auto;
}
.section--automotive-gallery .container.gallery {
    width: 78%;
    margin: 0 auto;
    padding: 5.2vw 0;
}
.indicators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -3rem;
}

.indicators__item span {
    cursor: pointer;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #4155f3;
    margin: 0 4px;
    display: block;
}

.indicators__item.active span {
    background-color: #4155f3;
}

.details-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.details-box__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.page-security .details-box__wrapper {
    max-width: 40rem;
}

.details-box--start {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.details-box--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5rem;
}

.page-security .details-box--center {
    width: 100% !important;
}

@media only screen and (max-width: 768px) {
    .details-box--center {
        width: 100% !important;
    }
}

.details-box--end {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
    .details-box--start {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .details-box--center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .details-box--end {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.details-box--end {
    position: relative;
}

.details-box--security {
    display: none;
}

@media only screen and (max-width: 768px) {
    .details-box--security {
        padding: 0 1.5rem;
    }
}

.details-box--security.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.details-box__arrow {
    font-size: 2rem;
    margin: 0 3rem;
}

@media only screen and (max-width: 768px) {
    .details-box__arrow {
        margin: 0 0;
    }
}

.details-box__arrow img {
    opacity: .8;
    width: 2.8vw;
    height: 2.8vw;
}
@media only screen and (max-width: 768px) {
    .details-box__arrow img {
        width: auto;
        height: auto;
    }
    .gallery--mobile .gallery__arrow {
        width: 50px;
        height: 50px;
        padding: 5px;
        overflow: visible;
    }
}
.details-box__arrow img:hover {
    opacity: 1;
}

.details-box__arrow--left img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.details-box__icon {
    padding-right: 1.5rem;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.details-box__icon img {
    max-width: 100%;
    float: right;
}

.details-box__number {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
    margin-left: -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}
.details-box__number span {
    font-weight: 900;
    font-size: 11.8rem;
    line-height: 10.1rem;
    letter-spacing: -0.5rem;
    color: #fc673d;
}
.details-box__number .percent {
    color: #fc673d;
    font-weight: 900;
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: 1px;
    padding-left: 5px;
}
.details-box__number .one_percent {
    margin-left: -1.5rem;
}
@media only screen and (min-width: 1440px) {
    .details-box__number img {
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .details-box__number span {
        font-size: 18rem;
        line-height: 14rem;
    }
}
@media only screen and (max-width: 450px) {
    .details-box__number {
        font-size: 10rem;
        line-height: 9rem;
        letter-spacing: -.4rem;
        min-width: 17vw;
    }
}

.details-box__data {
    border-left: 0.1rem solid #fc673d;
    padding-left: 1.8rem;
}

.details-box__title {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: .6rem;
    text-align: left;
}

.details-box__description {
    font-size: 1.15rem;
    color: #7c8287;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.65rem;
    text-align: left;
}

.speeding-things {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: desktop_mdpx) {
    .speeding-things {
        padding: 0 15rem;
    }
}

@media only screen and (max-width: 768px) {
    .speeding-things {
        padding: 0 1.5rem;
    }
}

.speeding-things__item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5rem;
}
/*.speeding-things__item:nth-child(2n + 2) .speeding-things__logo {*/
    /*margin-left: 8.3vw;*/
/*}*/
@media only screen and (max-width: 768px) {
    .speeding-things__item {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}


.speeding-things__logo {
    margin-left: 0;
}
@media only screen and (max-width: 768px) {
    .speeding-things__logo {
        margin: 0 0 0 calc(50% - 90px);
    }
}
.speeding-things__logo img {
    width: 100%;
}

.speeding-things__details {
    padding-left: 1.4vw;
    width: 14.1vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(100% - 7rem);
}

.speeding-things__title {
    margin: 0;
    white-space: nowrap;
}

.speeding-things__number {
    margin: 0;
    font-size: 2.5rem;
    margin-bottom: -2px;
}

.speeding-things__number span {
    font-size: 1.7rem;
    position: relative;
    top: -0.7rem;
    left: 0.3rem;
}

.speeding-things__bar img {
    display: block;
}

.progress {
    width: calc(100% - 14px);
    height: 14px;
    background-color: #d4d4d4;
    position: relative;
    margin: 0 7px;
}

.progress--full {
    background-color: #fc673d;
}

.progress--full:after {
    background-color: #fc673d !important;
}

.progress:before {
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #d4d4d4;
    position: absolute;
    left: -7px;
    top: 0;
}

.progress:after {
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #d4d4d4;
    position: absolute;
    right: -7px;
    top: 0;
}

.progress__inner {
    display: block;
    height: 14px;
    background-color: #fc673d;
    position: absolute;
    width: 0;
    -webkit-transition: width 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: width 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: width 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 1;
    opacity: 0;
}

.active .progress__inner {
    opacity: 1;
}

.active .progress__inner--100 {
    width: 100%;
}

.active .progress__inner--25 {
    width: 25%;
}

.active .progress__inner--90 {
    width: 90%;
}

.active .progress__inner--15 {
    width: 15%;
}

.active .progress__inner--30 {
    width: 30%;
}

.active .progress__inner--60 {
    width: 60%;
}

.active .progress__inner--4 {
    width: 4%;
}

.active .progress__inner--40 {
    width: 40%;
}

.progress span:before {
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fc673d;
    position: absolute;
    left: -7px;
    top: 0;
}

.progress span:after {
    content: '';
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: #fc673d;
    position: absolute;
    right: -7px;
    top: 0;
}

.section--full-background.section--special--left .container {
    width: auto;
}

.no-line {
    border-left: 0 !important;
    padding-top: 4rem;
}

.no-line.no-p-l {
    padding-left: 0;
    padding-top: 0;
}

@media only screen and (max-width: 768px) {
    .no-line.no-p-l {
        padding-left: 1.5rem;
    }
}

.no-line .text--subtitle {
    padding-left: 0;
}

.cloud--mobile {
    width: 27.4rem;
    height: 28rem;
}

@media only screen and (max-width: 768px) {
    .automotive-image-mobile {
        width: 190px;
        height: 236px;
    }
}

.the-team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5.2vw;
    margin-bottom: 5vw;
}

@media only screen and (max-width: 768px) {
    .the-team {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.the-team__member {
    width: 100%;
    margin: 3rem 3rem 1.5rem;
}

@media only screen and (min-width: 768px) {
    .the-team__member {
        margin: 3rem;
    }
}

@media only screen and (min-width: 992px) {
    .the-team__member {
        margin: 1.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .the-team__member {
        width: 33.3333%;
        margin: 0 1.6vw;
    }
    .the-team__member:first-child {
        margin-left: 0;
    }
    .the-team__member:last-child {
        margin-right: 0;
    }
}

.the-team__member img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.investors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2vw 6.2vw;
}

@media only screen and (max-width: 768px) {
    .investors {
        padding: 0 1rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.investors__logo {
    margin: 0 1.6vw;
    width: 33.3333%;
}
.mobile_img {
    display: none;
}
@media only screen and (max-width: 768px) {
    .investors__logo {
        width: 50%;
        margin: 0;
        padding: 10px;
    }
}

.investors__logo img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.member {
    position: relative;
    overflow: hidden;
}

.member__share {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.member__share i.fa {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    cursor: pointer;
    color: #4155f3;
}

.member__details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    background-color: rgba(5, 23, 173, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .member__details {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1.5rem;
    }
}

.member__details p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.member__details p b {
    color: white;
    font-weight: 600;
}
.member:hover img {
    -webkit-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.member:hover .member__details {
    opacity: 1;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.media .hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .media {
        max-width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .media .hidden {
        display: none !important;
    }
}

.homepage .media {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 2.6vw;
}

@media only screen and (max-width: 768px) {
    .page.page-news .media {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 768px) {
    .page.page-news .media__item.active {
        display: block;
        width: 75%;
        padding: 0 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .media {
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.media__item {
    margin: 0 0 2.9vw 0;
    width: 38%;
    padding: 10px 7vw 10px 0;
}
.media__item:nth-child(3n + 3) {
    width: 24%;
    padding: 10px 0 10px 0;
}

.media__item:last-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media only screen and (max-width: 768px) {
    .media__item {
        margin: 0;
        width: 50%;
        text-align: center;
    }

    .media__item p {
        font-size: 1.3rem;
    }
}

.media__item p {
    margin-top: 0.35rem;
    font-size: 1rem;
    color: #999;
    line-height: 1.8rem;
    font-weight: 300;
}

.media__item img {
    height: 4.8vw;
}

.news {
    margin-top: 8vw;
}

@media only screen and (max-width: 768px) {
    .news {
        margin-top: 10rem;
    }
}

.news__item {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .news__item {
        max-width: 60%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .news__item {
        width: 100%;
        padding: 0 3rem;
    }

    .news__item:last-child {
        margin-bottom: 0;
    }

    .news__item:last-child .news__paragraph {
        margin-bottom: 0;
    }
}

.news__date {
    font-size: 1rem;
    margin: 1.1vw 0;
    font-weight: 600;
    color: #b5b6b7;
}

.news__title {
    font-size: 2rem;
    font-weight: 500;
    margin: 1.1vw 0;
}

.news__paragraph {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin: 1.1vw 0 5.7vw;
}

.news__paragraph a {
    color: #3c4247;
    font-weight: 300;
    text-decoration: underline;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.intro {
    padding: 0;
    z-index: 1000;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .intro__background {
        background-size: contain;
        background-position: center 3.4vw;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 768px) {
    .intro__background {
        background-image: none !important;
    }
}

.page-tech .intro__background {
    background-image: url("images/desktop_tech.png");
}

.page-company .intro__background {
    background-image: url("images/desktop_company.png");
}

.page-news .intro__background {
    background-image: url("images/desktop_news.png");
}

.page-automotive .intro__background {
    background-image: url("images/desktop_automotive.png");
}

.page-security .intro__background {
    background-image: url("images/desktop_sec.png");
}

.intro__background img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .intro__background img.bg-mobile {
        display: none;
    }
}

.intro__background img.bg-desktop {
    display: none;
    opacity: 0;
}

@media only screen and (min-width: 768px) {
    .intro__background img.bg-desktop {
        display: initial;
    }
}

.intro__content {
    width: 100%;
    padding: 0 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.homepage .intro__content {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .homepage .intro__content .intro__title {
        font-size: 4rem;
        padding: 0 4rem;
        margin-top: 0;
    }
}

@media only screen and (max-width: 639px) {
    .homepage .intro__content .intro__title {
        font-size: 2.8rem;
    }
}

.page-tech .intro__content {
    text-align: center;
}

.intro__content a {
    border: 0.1rem solid #f7f7f7;
    color: #fff;
    height: 5.9vh;
    line-height: 5.9vh;
    box-sizing: border-box;
    font-size: 1.6rem;
    cursor: pointer;
    background-color: transparent;
    width: 24vh;
    text-align: center;
}

.homepage .intro {
    position: relative;
    padding: 0;
    height: 41.7vw;
}

.homepage .intro a {
    text-transform: uppercase;
}

.intro__title {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 3.6rem;
}

.page .intro__title {
    margin-bottom: 0;
}

/*.intro__title br {*/
    /*display: none;*/
/*}*/

@media only screen and (min-width: 1440px) {
    .intro__title br {
        display: initial;
    }
}

@media only screen and (max-width: 768px) {
    .intro__title {
        text-align: center;
    }

    .intro__title br {
        display: none;
    }
    .homepage .intro {
        height: auto;
    }
}

.page-company .intro__title {
    padding: 0 12rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .page-company .intro__title {
        padding: 0 1.5rem;
    }
}

.intro__paragraph {
    color: #fff;
    text-align: center;
    font-size: 2.0rem;
    margin-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .intro__paragraph {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 639px) {
    .intro__paragraph {
        font-size: 1.7rem;
    }
}

.intro__video {
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100% !important;
    height: auto !important;
    left: 0;
}

.intro__video video {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .intro__video {
        width: 100% !important;
        height: 100% !important;
        position: static;
    }
}

@media only screen and (max-width: 639px) {
    .intro__video video {
        width: 250%;
        right: 75%;
        position: relative;
    }
}

.header {
    width: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.3vh 2vw;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 9000;
}

@media only screen and (min-width: 992px) {
    .homepage .header.stick {
        position: fixed;
        padding: 0.1vw 0.9vw 0.1vw 1.8vw;

        background-color: #1c2024;
        -webkit-animation-name: header;
        animation-name: header;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }



    .homepage .header.stick .navigation__item--get-in-touch {
        border: 0;
    }

    .homepage .header.stick .navigation__item--get-in-touch a {
        color: #fc673d;
        text-transform: capitalize;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        top: 0;
        position: fixed;
        background-color: #333333;
        padding: 13px;
    }
}

.page .header {
    background-color: #1c2024;
    padding: 0.1vw 0.9vw 0.1vw 1.8vw;
    position: fixed;
}

@media only screen and (max-width: 768px) {
    .page .header {
        padding: 13px;
    }
}

.header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .header__navigation {
        position: absolute;
        top: 45px;
        width: 100%;
        left: 110%;
        -webkit-transition: left .3s, opacity .3s;
        -o-transition: left .3s, opacity .3s;
        transition: left .3s, opacity .3s;
        opacity: 0;
        height: 100vh;
    }
    .header__navigation .navigation {
        padding: 50px 35px;
    }
    .header__navigation.open {
        opacity: 1;
        left: 0;
    }
}

.header .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .header .navigation {
        background-color: #333333;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .page .header .navigation {
        background-color: #1c2024;
    }
}

.header .navigation__item {
    padding: 13px 1vw;
    font-size: 1.1rem;
}



@media only screen and (max-width: 768px) {
    .header .navigation__item {
        text-align: left;
        cursor: pointer;
        padding: 1.5rem 2.25rem 1.5rem 5rem;
    }
}

.header .navigation__item--active {
    border-bottom: .1rem solid #ffffff;
}

.page .header .navigation__item,
.homepage .header.stick .navigation__item {
    padding: 1.35rem 1.3rem 1.15rem
}

@media only screen and (max-width: 768px) {
    .page .header .navigation__item {
        padding: 3.5rem 2.25rem 1.5rem 5rem;
    }
}

.header .navigation__item a {
    color: #ffffff;
    line-height: 1.4rem;
}

.header .navigation__item a:focus,
.header .navigation__item a:active,
.header .navigation__item a:hover {
    color: #fc673d;
}

.header .navigation__item.active a {
    color: #fc673d;
    font-weight: 300;
}

.header .navigation__item--get-in-touch {
    border: 0.1rem solid #fc673d;
    text-transform: uppercase;
    margin-left: 1.5rem;
    width: 19vh;
    height: 4.9vh;
    padding: 0;
    text-align: center;
    line-height: 4.9vh;
}
.homepage .header.stick .navigation__item--get-in-touch,
.page .header .navigation__item--get-in-touch {
    margin-left: 0;
    text-transform: capitalize;
    width: auto;
    height: auto;
    line-height: 1.4rem;
}

.stick .header .navigation__item--get-in-touch {
    text-transform: lowercase;
    padding: 1.5rem 2.25rem;
    margin-left: 0;
}

.header .navigation__item--get-in-touch a {
    font-weight: 300;
}

.page .header .navigation__item--get-in-touch {
    border: 0;
}

.page .header .navigation__item--get-in-touch a {
    color: #fc673d;
    font-weight: 400;
}

.header__burger {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header__burger {
        display: block;
    }
    .page .header .navigation__item--get-in-touch {
        margin-top: 60px;
    }
}

.header__contact-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .header__contact-mobile {
        display: block;
        width: 20px;
    }
}

.stick .navigation__item--get-in-touch {
    margin-left: 0;
}

@-webkit-keyframes header {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

@keyframes header {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}

/* Icon 1 */
#nav-icon {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fc673d;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    width: 75%;
}

#nav-icon span:nth-child(3) {
    top: 16px;
}

#nav-icon.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.active span:nth-child(2) {
    opacity: 0;
    left: -6rem;
}

#nav-icon.active span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.footer {
    background-color: #333333;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media only screen and (max-width: 639px) {
    .footer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.footer_wrapper.container {
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
}
.footer .container,
.footer__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer__navigation {
    width: calc(100% - 285px);
}
.footer__navigation .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .footer__navigation .navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer__navigation .navigation a {
    color: #747474;
    font-size: 1rem;
    white-space: nowrap;
}

.footer__navigation .navigation a.active {
    color: #fff;
}

@media only screen and (max-width: 639px) {
    .footer__navigation .navigation a {
        font-size: 1.2rem;
    }
}

.footer__navigation .navigation__item {
    padding: 0 0.8rem;
}
.footer__navigation .navigation__item a:hover,
.footer__navigation .navigation__item a:focus,
.footer__navigation .navigation__item a:active {
    color: #dddddd;
}
@media only screen and (max-width: 639px) {
    .footer__navigation .navigation__item {
        padding: 0 1.1rem;
    }
}

@media only screen and (max-width: 768px) {
    .footer__navigation .navigation__item:first-child {
        padding-left: 0;
        text-align: center;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (max-width: 639px) {
    .footer__navigation .navigation__item:first-child {
        width: 100%;
    }
}

.footer__navigation .sep {
    color: #747474;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 1.5rem;
}

@media only screen and (max-width: 768px) {
    .footer__navigation .sep {
        display: none;
    }
}

.footer__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}

@media only screen and (max-width: 639px) {
    .footer__share {
        margin-top: 2rem;
    }
}

.footer__share i {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.footer__linkedin {
    margin-left: 1.5rem;
}

.form {
    max-width: 40vw;
    margin: 4.6rem auto 0;
    padding: 2rem 0 0;
}

.form__field {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    position: relative;
}

.form__field--link {
    width: 100%;
}

.form__field--error {
    display: none;
    color: #f7f7f7;
    margin-top: .5rem;
    position: absolute;
    font-size: 1.1rem;
}

.notValid .form__field--error {
    display: block;
}

.form__field:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.2rem;
    height: .2rem;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.form__field.notValid:after {
    width: 100%;
}

.form__label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    font-size: 1.3rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    color: #f7f7f7;
}

.form__label--text {
    position: absolute;
    bottom: .5rem;
}

.focus .form__label {
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    transform: translateY(-2rem);
    font-size: 1rem;
}

.form__input {
    width: 100%;
    height: 2rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    background-color: transparent;
    color: #fff;
}

.form__submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.form__submit button {
    border: 0.1rem solid #fff;
    color: #fff;
    padding: 0.6vw 3.6vw;
    border-radius: 0;
    font-size: 1.4rem;
    cursor: pointer;
    background-color: transparent;
    margin: 2vw auto 0;
    display: block;
}

@media only screen and (max-width: 768px) {
    .form__submit button {
        width: 100%;
    }
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.popup.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup__content {
    width: 500px;
    background-color: #fff;
    position: relative;
    display: none;
}

.popup__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popup__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2rem;
    padding: .4rem;
    position: absolute;
    top: -2rem;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: #000;
    color: #fff;
}

.popup__title {
    color: #fff;
    font-size: 2rem;
}

.popup__title span {
    color: red;
}

.popup__paragraph {
    color: #fff;
    font-size: 1.3rem;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.circle {
    border: 5px solid #d4d4d4;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 140px;
    height: 140px;
}


.circle-inner {
    border: 5px solid #fc673d;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: transparent;
    position: relative;
    width: 120px;
    height: 120px;
}



.circle-deep {
    width: 30px;
    height: 30px;
    border: 5px solid #000;
    border-radius: 50%;
    position: relative;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.68, -0.15, 0.165, 1.55);
    animation-timing-function: cubic-bezier(0.68, -0.15, 0.165, 1.55);
    z-index: 222;
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
}

.animate .circle-deep--1 {
    -webkit-animation-name: circle_deep-1;
    animation-name: circle_deep-1;
}

.animate .circle-deep--1-big {
    -webkit-animation-name: circle_deep-1-big;
    animation-name: circle_deep-1-big;
}

.animate .circle-deep--5 {
    -webkit-animation-name: circle_deep-5;
    animation-name: circle_deep-5;
}

.animate .circle-deep--5-big {
    -webkit-animation-name: circle_deep-5-big;
    animation-name: circle_deep-5-big;
}

.animate .circle-deep--8 {
    -webkit-animation-name: circle_deep-8;
    animation-name: circle_deep-8;
}

.animate .circle-deep--8-big {
    -webkit-animation-name: circle_deep-8-big;
    animation-name: circle_deep-8-big;
}

.animate .circle-deep--50 {
    -webkit-animation-name: circle_deep-50;
    animation-name: circle_deep-50;
}

.animate .circle-deep--100 {
    -webkit-animation-name: circle_deep-100;
    animation-name: circle_deep-100;
}

.circle-deep span {
    height: 9px;
    background-color: #000;
    position: absolute;
    left: 24px;
    top: 5px;
    border-left: 0;
    border-right: 0;
    width: 3.5rem;
}
@media only screen and (max-width: 1440px) {
    .circle {
        width: 120px;
        height: 120px;
    }
    .circle-inner {
        width: 96px;
        height: 96px;
    }
    .circle-deep span {
        width: 34px;
    }
}


@media only screen and (min-width: 1440px) {
    .circle-deep span {
        width: 50px;
    }
}

.circle-deep span:before, .circle-deep span:after {
    content: '';
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 34.33333px;
}

@media only screen and (min-width: 768px) {
    .circle-deep span:before, .circle-deep span:after {
        width: 41px;
    }
}

@media only screen and (min-width: 1440px) {
    .circle-deep span:before, .circle-deep span:after {
        width: 51px;
    }
}

.circle-deep span:before {
    top: -1px;
}

.circle-deep span:after {
    bottom: -1px;
}

@-webkit-keyframes circle_deep-1 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-210deg);
        transform: rotate(-210deg);
    }
}

@keyframes circle_deep-1 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-210deg);
        transform: rotate(-210deg);
    }
}

@-webkit-keyframes circle_deep-1-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-210deg);
        transform: rotate(-210deg);
    }
}

@keyframes circle_deep-1-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-210deg);
        transform: rotate(-210deg);
    }
}

@-webkit-keyframes circle_deep-5 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
}

@keyframes circle_deep-5 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
}

@-webkit-keyframes circle_deep-5-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
}

@keyframes circle_deep-5-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
    }
}

@-webkit-keyframes circle_deep-8 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes circle_deep-8 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes circle_deep-8-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes circle_deep-8-big {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes circle_deep-50 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes circle_deep-50 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@-webkit-keyframes circle_deep-100 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes circle_deep-100 {
    0% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

body.homepage {
    background-color: #e9eaee;
}

body.page-security {
    background-color: #fff;
}

body.page-news {
    background-color: #e9eaee;
}

h1 {
    font-size: 5.0rem;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 639px) {
    h1 {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .pad {
        padding: 0 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .mobile {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.section-mobile img {
    width: 100%;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .mob-full {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.wrapper {
    overflow: hidden;
}

.page .wrapper {
    margin-top: 3.4vw;
}

.fadeInElement {
    -webkit-transition: opacity .5s, -webkit-transform .8s;
    transition: opacity .5s, -webkit-transform .8s;
    -o-transition: opacity .5s, transform .8s;
    transition: opacity .5s, transform .8s;
    transition: opacity .5s, transform .8s, -webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
}

.fadeInElement.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.container {
    margin: 0 auto;
}

@media only screen and (max-width: 639px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 90rem;
    }
}




@media only screen and (min-width: 1600px) {
    .container {
        width: 70%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        margin: 0 17.6rem;
    }

    .section-news-progress .container {
        margin: 10rem auto 0;
    }
}

.page-company .container {
    margin: 0 auto;
}

.page-news .container {
    margin: 0 auto;
}

.container--700 {
    width: 44%;
    margin: 0 auto;
}
.email_wrapper h2 {
    color: white;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 70px;
}
@media only screen and (min-width: 1600px) {
    .container--700 {
        margin: 0 auto;
    }
}

.container--700 h2 {
    margin-bottom: 5vw;
}

.container--700 p {
    margin-bottom: 1.9vw;
}

.section--boxes-with-arrow .container {
    margin: 0 auto;
    width: 70%;
}
@media only screen and (max-width: 1024px) {
    .section--boxes-with-arrow .container {
        width: 90%;
    }
}
@media only screen and (max-width: 768px) {
    .section--boxes-with-arrow .container {
        min-width: 0;
        width: 90%;
    }
}

@media only screen and (min-width: 992px) {
    .section--boxes-with-arrow .container {
        min-width: 0;
    }
}

.container.gallery {
    margin: 0 auto;
}
.section--security-gallery .container.gallery {
    margin: 0 auto;
    padding: 5.2vw 0;
}
@media only screen and (max-width: 768px) {
    .container.gallery {
        margin: 10rem auto 5rem;
    }

    .section--coverage .container.gallery {
        margin: 10rem auto;
    }
}

.container.security-wrapper {
    margin: 0;
    padding-right: 6vw;
    margin-left: -2.6vw;
}

.container--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container--flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .page-security .container--flex--center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 0 1.5rem;
    }

    .page-security .container--flex--center.gallery--mob-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section--special--left .container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 450px) {
    .section--special--left .container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 1.5rem;
        top: 5rem;
    }

    .homepage .section--special--left .container {
        padding-left: 0;
    }

    .section--special--left .container .section--full-background__text {
        max-width: 100%;
    }
}

.section--special--right .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gallery__item.active.block-mob.security-gif {
    padding: 0 3rem 0 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .gallery__item.active.block-mob.security-gif {
        padding: 0;
    }
}

.gallery__item.active.block-mob.security-gif img {
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .gallery__item.active.block-mob.security-gif img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .page-security .gallery {
        padding: 1.5rem;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

#media .gallery {
    padding: 0 3rem;
}

@media only screen and (max-width: 768px) {
    #media .gallery {
        margin-top: 5rem;
    }
}

.gallery__item {
    display: none;
}

.gallery__item.details-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page .gallery__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .page .gallery__item {
        display: none;
    }
}

.page.page-automotive .gallery__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .page.page-automotive .gallery__item {
        display: none;
    }
}

.page.page-security .gallery__item {
    display: none;
}



.gallery__item.active {
    display: inherit;
}

.page-security .gallery__item.active {
    -webkit-animation-name: gallery-item-slide;
    animation-name: gallery-item-slide;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media only screen and (max-width: 768px) {
    .gallery__item.active {
        -webkit-animation-name: gallery-item-slide;
        animation-name: gallery-item-slide;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}

.gallery__item.active.block-mob {
    display: block;
    width: 100%;
    padding: 0 1.5rem;
}

@-webkit-keyframes gallery-item-slide {
    0% {
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem);
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem);
    }
}

@keyframes gallery-item-slide {
    0% {
        -webkit-transform: translateX(10rem);
        transform: translateX(10rem);
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0rem);
        transform: translateX(0rem);
    }
}

@media only screen and (max-width: 768px) {
    .gallery--mobile {
        padding: 0 1.5rem;
    }
}

.gallery--mobile .gallery__item {
    width: 33.333%;
    padding: 0;
    text-align: center;
}

.item_wrapper {
    width: 100%;
    padding: 0 7.5%;
    display: flex;
    height: auto;
    text-align: left;
}

.gallery--mobile .gallery__item:first-child .item_wrapper {
    padding: 0 15% 0 0;
}

.gallery--mobile .gallery__item:last-child .item_wrapper {
    padding: 0 0 0 15%;
}

.page-security .gallery--mobile .gallery__item {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery--mobile .gallery__item .page-news {
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .gallery--mobile .gallery__item {
        width: auto;
        padding: 0 1rem;
    }
}

.page.page-news .gallery--mobile .gallery__item.active {
    display: block;
}

.gallery--mobile .gallery__item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .page.page-news .gallery--mobile .gallery__item.active {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .gallery--mobile .gallery__item {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery--mobile .gallery__item.details-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .gallery--mobile .gallery__item.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.gallery--mobile .gallery__arrow {
    display: none;
    cursor: pointer;
}

.page.page-security .gallery--mobile .gallery__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .gallery--mobile .gallery__arrow {
        display: block;
    }

    .page-news .gallery--mobile .gallery__arrow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.m-top-lg {
    margin-top: 6vw;
}

.page-security .m-top-lg {
    margin: 0;
}



.section--media {
    display: none;
    padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
    .section--media {
        display: block !important;
        padding: 0 0 5rem;
    }
}

.section--media .section__title {
    color: #000000;
    font-size: 4rem;
}

.section--media__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #757575;
    font-size: 4rem;
}

.section--media__paragraph {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 2rem;
}

.section--media__item {
    text-align: center;
}

.section--media__item.active {
    display: block;
    padding: 0 1.5rem;
}
.footer__share-item img {
    width: 6.95vw;
}

@media only screen and (max-width: 768px) {
    .header .navigation__item {
        font-size: 16px;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #424242;
        margin: 40px auto 0;
        width: 100%;
    }

    .page .header .navigation {
        padding-top: 50px;
    }
    .header .navigation__item--get-in-touch {
        border: none;
        border-bottom: 1px solid #424242;
        text-transform: capitalize;
        line-height: 6.9vh;
    }
    .header .navigation__item--get-in-touch a {
        color: #fc673d;
    }
    .section--hand .text--subtitle {
        white-space: normal;
    }
    .section--text-img__text br {
        display: none;
    }
    .page .header .navigation__item {
        padding: 0;
    }
    .page-company .intro__title {
        padding: 0 20px;
    }
    .mobile_img {
        display: block;
    }
    .desktop_img {
        display: none;
    }
    .member__details {
        background: transparent;
    }
}
@media only screen and (max-width: 450px) {
    .section {
        padding: 70px 0;
    }
    .section--intro {
        padding: 0;
    }
    .section__title,
    h2,
    .homepage .intro__content .intro__title,
    .section--media .section__title,
    .text--subtitle {
        font-size: 22px;
        line-height: 25px;
        margin-top: 0;
    }
    h3 {
        font-size: 13px;
    }
    .intro__content a {
        font-size: 14px;
    }
    .speeding-things__number {
        font-size: 22px;
    }
    .section--media .section__title {
        margin-bottom: 30px;
    }
    .section-news-progress .text--subtitle,
    .text__paragraph {
        font-size: 16px;
        line-height: 22px;
    }
    .section-news-progress .text--subtitle {
        text-align: center;
    }
    .homepage .section-circles .text--subtitle {
        padding: 0 40px;
    }
    .page-security .section--hand,
    .section--text-img {
        padding: 70px 0 0;
    }
    .cloud--mobile {
        width: 274px;
        height: 280px;
    }
    .details-box__number span {
        font-size: 105px;
        line-height: 85px;
        letter-spacing: -5px;
    }
    .details-box__number .percent {
        font-size: 27px;
        line-height: 31px;
        padding: 0;
    }
    .details-box__number .one_percent {
        margin-left: -13px;
    }
    .circle {
        width: 80px;
        height: 80px;
        border: 3px solid #d4d4d4;
    }
    .circle-inner {
        width: 61px;
        height: 61px;
        border: 3px solid #fc673d;
    }
    .circle-deep {
        width: 20px;
        height: 20px;
        border: 4px solid #000;
    }
    .circle-deep span {
        width: 26px;
        height: 8px;
        left: 16px;
        top: 2px;
    }
    .circle-deep span:before, .circle-deep span:after {
        width: 26px;
    }
    .details-box__title {
        font-size: 16px;
    }
    .details-box__description {
        line-height: 14px;
        font-size: 12px;
    }
    .details-box__data {
        padding-left: 10px;
    }
    .details-box__icon {
        padding-right: 10px;
    }
    .container.gallery--mobile {
        width: 90%;
    }
    .gallery--mobile .gallery__item .item_wrapper {
        padding: 0!important;
    }
    .details-box__number {
        margin-bottom: 7px;
    }
    .section__half{
        height: 56vw;
    }
    .section--media {
        padding: 50px 0;
    }
    .details-box__arrow {
        width: 50px;
        height: 50px;
        padding: 5px;
        overflow: visible;
    }
    #media .gallery {
        padding: 0 20px;
        width: 100%;
    }
    .section--media__item.active,
    .section--media__item {
        width: 100%;
        padding: 0 40px;
        text-align: left;
        min-height: 145px;
    }
    .section--media__item img {
        max-height: 60px;
    }
    .section--media__item p {
        font-size: 13px;
        line-height: 18px;
    }
    #get-in-touch .section__paragraph {
        font-size: 15px;
        line-height: 22px;
        padding: 0 60px;
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .form {
        max-width: 100%;
    }
    .form__label {
        font-size: 12px;
    }
    .focus .form__label {
        font-size: 9px;
    }
    .form__field--error {
        font-size: 11px;
    }
    .form__submit button {
        margin: 40px auto 0;
    }
    .form__submit button {
        padding: 1.6vw 3.6vw;
        margin: 40px auto 0;
        font-size: 15px;
    }
    .footer__navigation .navigation a {
        font-size: 12px;
    }
    .section--get-in-touch {
        padding: 70px 30px;
    }
    #get-in-touch .section__paragraph {
        padding: 0 60px 0 0;
    }
    .footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .footer__share,
    .footer__navigation {
        width: 100%;
        justify-content: center;
    }
    .footer__share {
        margin-top: 30px;
    }

    .footer__navigation .navigation__item {
        text-align: center;
        padding: 5px 10px;
    }
    .footer .container, .footer__navigation {
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
    }
    .footer__share-item img {
        width: 100px;
    }
    .footer__linkedin {
        margin-left: 20px;
    }
    .intro__title {
        font-size: 24px;
    }
    .intro__paragraph {
        font-size: 15px;
        line-height: 22px;
        margin-top: 14px;
        padding: 0 20px;
    }
    .page-tech .section--text-img__image {
        right: -25%;
        margin-top: 70px;
    }
    .page-tech .section--text-img__image.machine {
        right: -25%;
        margin: 50px 0 0;
    }
    .section--text-img__gallery.mob-top-pad {
        padding: 0 30px 0;
    }
    .section--text-img__gallery.line-org {
        padding: 0 30px !important;
        border: none  !important;
    }

    .progress__inner,
    .progress {
        height: 10px;
    }
    .progress span:before,
    .progress span:after,
    .progress:after,
    .progress:before {
        height: 10px;
        width: 10px
    }
    .progress:before,
    .progress span:before {
        left: -5px;
    }
    .progress:after,
    .progress span:after {
        right: -5px;
    }
    .speeding-things__logo {
        margin: 0 0 0 40px;
    }
    .speeding-things__details {
        width: 56vw;
    }
    .speeding-things__item {
        margin-top: 30px;
    }
    .page-automotive .section--text-img__image {
        margin-top: 40px;
        padding: 0 40px;
    }
    .section--automotive-gallery .container.gallery {
        width: 95%;
    }
    .page-security .gallery {
        padding: 0;
    }
    .page-security .section--special .section--text-img__image.hand-wrapper {
        margin-top: 30px;
    }
    .page-security .section--full-background {
        padding: 70px 20px 270px;
    }
    .section--full-background {
        height: 130vw;
    }
    .pad {
        padding: 0 50px;
    }
    .page-security .details-box__wrapper {
        max-width: 100%;
    }
    .gallery--mobile .gallery__arrow {
        width: 50px;
        height: 41px;
    }
    .section--boxes-with-arrow__box-title h3 {
        font-size: 18px;
    }
    .section--boxes-with-arrow__box-content li {
        margin: 15px 0;
        font-size: 13px;
    }
    .section--boxes-with-arrow__box-content,
    .section--boxes-with-arrow__box-title {
        padding: 8px 30px;
    }
    .section--text-img__image.face img {
        width: 200px;
        height: 200px;
    }
    .page .section--text-img__image.face {
        height: auto;
        width: 100%;
        padding: 0;
        margin-bottom: -20px;
    }
    .container--700,
    .page-company .section--text-img__text {
        max-width: 100%;
        width: 100%;
    }
    .page-company .section--text-img__text {
        padding: 70px 20px;
        margin: 0;
    }
    .page-company .section--column-mobile {
        padding: 0;
    }
    .section--text-img__gallery.padlg {
        padding: 70px 30px;
    }
    .text--subtitle {
        text-align: left;
    }
    .section--text-img__gallery {
        padding: 30px 20px;
    }
    .page-company .section--text {
        padding: 70px 30px;
    }
    .section--team {
        padding: 70px 30px;
    }
    .page-security .section--text-img__text {
        margin-bottom: 30px;
    }
    .homepage .text__paragraph {
        line-height: 22px;
    }
    .homepage .section--text-img {
        padding: 70px 0;
    }
    .section--text-img__text {
        margin-bottom: 70px;
    }
    .homepage .section.section-circles {
        padding: 70px 0;
    }
    .section--get-in-touch p,
    .section--get-in-touch h2 {
        text-align: left;
    }
    .page-automotive .section--text-img {
        padding: 70px 0;
    }
    .section--automotive-gallery {
        padding: 70px 0;
    }

    .page .section--text-img__image {
        width: 100%;
        height: 70vw;
    }
    .page .section--text-img__image.transform {
        height: auto;
    }
    .container.security-wrapper {
        padding: 0;
        margin: 40px 0 0;
    }
    .section--security-gallery {
        padding: 50px 0;
    }
    .section--boxes-with-arrow.section {
        padding: 70px 0;
    }
    .section--boxes-with-arrow__arrow {
        margin: 5rem 0;
        max-width: 30px;
    }
    .section--boxes-with-arrow h2 {
        margin-bottom: 60px;
        text-align: center;
    }
    .section--text-img.delivery--img {
        padding: 70px 0;
    }
    .section--text-img__image.machine {
        max-width: 90%;
    }
    .page-tech .intro__content {
        padding: 0 20px;

    }
    .section-news-progress {
        background: white;
    }
    .member .member__details {
        opacity: 1;
    }
    .member__details p {
        font-size: 15px;
        line-height: 20px;
    }
    .member__details {
        padding: 15px;
    }
    .member__share i.fa {
        font-size: 20px;
    }
    .member__share .member__youtube,
    .member__share .member__linkedin {
        margin: 7px;
    }
    .the-team__member {
        margin: 20px 0;
    }
    .section--team .text--subtitle {
        text-align: center;
    }
    .page .intro__title {
        padding: 0 20px;
    }
    .intro__background img {
        margin-top: 30px;
    }
    .email_wrapper h2 {
        color: white;
        font-size: 20px;
    }
    .form__input {
        height: 20px;
    }
    .focus .form__label {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        font-size: 10px;
    }
}