/* *** CSS RESET *** */

:focus {
    outline: 0
}

a {
    outline: none;
    text-decoration: none;
}

a,
img {
    border: 0;
}

button {
    cursor: pointer;
}


/** CONTACT - FORM **/

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

div.wpcf7-response-output {
    position: absolute;
    top: -140px;
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
}

.wpcf7-list-item-label {
    color: #fff;
}

span.wpcf7-list-item {
    margin-left: 0px;
}

span.wpcf7-list-item label {
    margin-bottom: 0;
}

.wpcf7-list-item-label {
    color: #fff;
    width: calc(90% - 5px);
    float: right;
    text-align: left;
}

.question-form-input span.wpcf7-list-item input[type="checkbox"] {
    width: 10%;
    height: 16px;
    margin-left: 5px;
}

@media (max-width: 992px) {
    .wpcf7-response-output {
        bottom: 110px;
    }
}


/** VIDEO **/

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 10;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 12% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 0px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* *** GLOBAL *** */

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url('../fonts/ProximaNovaExtrabold.eot');
    src: url('../fonts/ProximaNovaExtrabold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaExtrabold.woff2') format('woff2'), url('../fonts/ProximaNovaExtrabold.woff') format('woff'), url('../fonts/ProximaNovaExtrabold.ttf') format('truetype'), url('../fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold') format('svg');
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaRegular.woff2') format('woff2'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaRegular.woff2') format('woff2'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaBold.woff2') format('woff2'), url('../fonts/ProximaNovaBold.woff') format('woff'), url('../fonts/ProximaNovaBold.ttf') format('truetype'), url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'), url('../fonts/ProximaNovaLight.woff2') format('woff2'), url('../fonts/ProximaNovaLight.woff') format('woff'), url('../fonts/ProximaNovaLight.ttf') format('truetype'), url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNovaSemibold.eot');
    src: url('../fonts/ProximaNovaSemibold.eot') format('embedded-opentype'), url('../fonts/ProximaNovaSemibold.woff2') format('woff2'), url('../fonts/ProximaNovaSemibold.woff') format('woff'), url('../fonts/ProximaNovaSemibold.ttf') format('truetype'), url('../fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold') format('svg');
}

strong {
    font-family: 'ProximaNovaBold';
    font-weight: normal;
}

body .bx-wrapper {
    z-index: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    margin: auto;
}

iframe {
    border: none;
}

input,
textarea,
button {
    font-family: 'ProximaNovaRegular';
}

figure {
    margin: 0;
}

@media (min-width: 1200px) {
    body .container {
        max-width: 1250px;
    }
}

body {
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #002a4e;
    background: #fff;
    line-height: 1.4;
    padding: 0 41px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a,
a:hover,
a:focus,
a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger,
.hamburger:focus,
.hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto,
body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo,
.logo-mb,
img,
a,
button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background: transparent;
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}


/* *** HEADER *** */

header {
    background: rgba(255, 255, 255, 0.96);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 0 41px;
}

header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.header-box {
    float: left;
    width: 100%;
    padding: 40px 0;
}

header .logo {
    float: left;
    padding-top: 5px;
    margin: -5px 0;
}

header .logo-mb {
    float: left;
    padding-top: 5px;
    margin: -5px 0;
}

header .logo img {
    float: left;
    width: 271px;
}

header .logo-mb img {
    float: left;
    width: 271px;
}

.langs {
    float: left;
    padding: 8px 33px;
    height: 55px;
    margin: -12px 0;
    margin-left: 18px;
    border-left: 1px solid #cae0e7;
    border-right: 1px solid #cae0e7;
    font-family: 'ProximaNovaBold';
}

.langs .inner-langs {
    margin-top: -12px;
}

.langs a {
    color: #002b4e;
    font-size: 14px;
}

.langs a:hover,
.langs .current {
    color: #00aee5;
}

.search-box {
    float: left;
    position: relative;
    margin: 0 30px;
    margin-top: -1px;
}

.search-box:after {
    content: '';
    position: absolute;
    top: -12px;
    height: 55px;
    width: 1px;
    background-color: #cae0e7;
    right: -20px;
}

.search-btn {
    height: 31px;
    width: 31px;
    display: block;
    float: left;
    background: url('../img/svg/search.svg') center center;
    background-size: 40px 40px;
}

.search-btn:hover {
    opacity: 0.7;
}

form .search {
    position: absolute;
    width: 200px;
    right: -3px;
    top: -4px;
    display: none;
    float: left;
}

.search input {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #c4c4c4;
    background: #fff;
    padding: 2px 45px 2px 10px;
    font-size: 14px;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    text-align: center;
    border: none;
    height: 38px;
    width: 38px;
    display: block;
    float: left;
    background: url('../img/svg/search.svg') center center;
    background-size: 40px 40px;
}

.search button:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: left;
}

a:hover {
    text-decoration: none;
}

.main-menu>ul>li {
    position: relative;
    float: left;
    list-style: none;
    margin-right: 18px;
}

.main-menu>ul>li:last-child {
    margin-right: 0px;
}

.main-menu>ul>li:first-child {
    background: none;
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
}

.main-menu>ul>li>a {
    color: #002b4e;
    display: block;
    float: left;
    height: 28px;
    padding: 0 10px;
    line-height: 32px;
    font-family: 'ProximaNovaSemibold';
    font-size: 14px;
}

.main-menu>ul>li.m-btn-1 a {
    font-family: 'ProximaNovaBold';
    background: #002a4e;
    color: #fff;
}

.main-menu>ul>li:hover>a,
.main-menu>ul>.current>a {
    color: #788ba5;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    text-align: center;
    list-style: none;
    width: 250px;
    background: #f1f7f9;
    display: none;
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: center;
    display: block;
    padding: 12px 15px 9px 15px;
    float: left;
    width: 100%;
    font-size: 14px;
}

.main-menu ul ul li:hover>a {
    background: #002b4e;
    color: #fff;
}

.menu-rwd {
    display: none;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

body .hamburger {
    position: relative;
    margin: 0;
    padding: 4px 0;
    left: auto;
    top: auto;
    right: auto;
    margin-left: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    height: 5px;
    width: 30px;
    border-radius: 0;
}

.hamburger-box {
    width: 30px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background: #0b2f4e !important;
}

header .float-right {
    padding-top: 5px;
    margin-bottom: -10px;
    float: right;
}

.typeing {
    display: none;
}


/* *** MENU RIGHT *** */

.side-nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1000;
}

.side-nav {
    height: 100%;
    /* 100% Full-height */
    width: 350px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1999;
    /* Stay on top */
    top: 0;
    right: -350px;
    z-index: 1001;
    background-color: #002a4e;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding: 0 15px;
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.side-nav.is-active {
    right: 0;
    width: 100%;
    background: rgba(15, 53, 85, 0.8)
}

.menu-box {
    width: 100%;
    height: 100%;
    display: table;
}

.menu-box-content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav ul li {
    text-align: center;
    padding: 0 10px;
}

.side-nav ul li li {
    border: none;
}

.side-nav ul ul li {
    padding: 0 10px;
}

.menu-rwd {
    border-top: 1px solid #fff;
    float: left;
    width: 100%;
}

.side-nav ul li:last-child {
    border-bottom: none;
}

.side-nav a {
    padding: 13px 5px 11px 5px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    color: #fff;
    display: block;
    transition: 0.3s
}

.side-nav ul ul {
    padding-bottom: 15px;
}

.side-nav ul ul li a {
    padding: 7px 5px 5px 5px;
}

.side-nav a:hover {
    color: #788ba5;
}

.side-nav .closebtn {
    position: absolute;
    top: -5px;
    right: 15px;
    font-family: 'ProximaNovaBold';
    font-size: 36px;
    margin-left: 50px;
    z-index: 1;
}


/* *** BANNER *** */

.banner-box {
    float: left;
    width: 100%;
    height: 625px;
    text-align: center;
    background-size: cover;
    color: #fff;
    background-position: center center;
    padding-top: 115px;
}

.banner-box h2 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 15px;
    font-family: 'ProximaNovaBold';
}

.banner-box .txt {
    line-height: 1.3;
    font-size: 30px;
    margin-bottom: 25px;
}

.btn-1,
.banner-left-button,
.banner-right-button {
    display: inline-block;
    height: 48px;
    padding: 0 20px;
    background: #00aee5;
    color: #fff !important;
    font-size: 18px;
    font-family: 'ProximaNovaBold';
    line-height: 54px;
}

.btn-1:hover {
    background: #002b4e;
    color: #fff;
}

.box {
    margin-top: -110px;
    margin-bottom: 70px;
}

.box figure {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

.box figure a:hover {
    opacity: 0.9;
}

.tag {
    position: absolute;
    top: 0;
    left: 0;
    color: #0f2b4d;
    font-size: 14px;
    padding: 6px 14px 3px 14px;
    background: #fff;
}

.box h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'ProximaNovaBold';
}

.box h3 a {
    color: #002a4e;
    display: inline-block;
}

.box h3 a:hover {
    color: #00aee5;
}

.box .txt {
    margin-bottom: 30px;
}

.btn-2 {
    display: inline-block;
    height: 38px;
    padding: 0 16px;
    border: 1px solid #00aee5;
    color: #00aee5;
    font-size: 14px;
    font-family: 'ProximaNovaBold';
    line-height: 40px;
}

.btn-2:hover {
    background: #00aee5;
    color: #fff;
}

.contact-btn {
    color: #fff !important;
    background: #0f2b4d !important;
    line-height: 38px;
}

.contact-btn:hover {
    background: #002b4e !important;
    color: #788ba5 !important;
}

.row35 {
    margin-left: -35px;
    margin-right: -35px;
}

.row35>div {
    padding: 0 35px;
}

.content-box-1 {
    background: #f1f7f9;
    padding-bottom: 30px;
}

.btn-3 {
    display: inline-block;
    height: 29px;
    width: 100%;
    text-align: center;
    padding: 0 16px;
    color: #002a4e;
    border-left: 1px solid #cae0e7;
    border-right: 1px solid #cae0e7;
    font-size: 14px;
    font-family: 'ProximaNovaBold';
    line-height: 30px;
}

.btn-3:hover {
    color: #00aee5;
}

@media (min-width: 1200px) {
    body .container-1 {
        max-width: 1480px;
    }
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.title h2,
.title h1 {
    font-size: 35px;
    line-height: normal;
    font-family: 'ProximaNovaBold';
}

.title .txt {
    line-height: 1.2;
    font-size: 27px;
    padding-top: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.carousel {
    float: left;
    position: relative;
    width: 100%;
}

.carousel li {
    width: 234px;
    float: left;
    list-style: none;
}

.carousel li a {
    width: 234px;
    height: 70px;
    padding: 0 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.carousel img {
    float: none;
    display: inline-block;
}

.carousel img:hover {
    opacity: 0.9;
}

.carousel ul {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel .bx-controls {
    display: none;
}

.carousel .bx-controls-direction {
    display: none;
}

.carousel .prev-box,
.carousel .next-box {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    z-index: 1000;
}

.carousel .prev-box {
    left: -50px;
}

.carousel .next-box {
    right: -50px;
}

.carousel .bx-prev,
.carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.carousel .bx-prev {
    background: url('../img/svg/arrow_left.svg');
    background-size: 100% 100%;
}

.carousel .bx-next {
    background: url('../img/svg/arrow_right.svg');
    background-size: 100% 100%;
}

.carousel .bx-prev:hover,
.carousel .bx-next:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.content-box-3 {
    background: #f1f7f9;
}

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

.box-1 {
    font-size: 14px;
}

.box-1 .height-1 {
    margin-bottom: 25px;
}

.box-1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'ProximaNovaBold';
}

.box-1 h3 a {
    color: #002a4e;
}

.box-1 h3 a:hover {
    color: #00aee5;
}

.box-1 figure {
    margin-bottom: 25px;
}

.box-1 figure img {
    height: 130px;
    margin: -20px 0;
}

.row50 {
    margin-left: -50px;
    margin-right: -50px;
}

.row50>div {
    padding: 0 50px;
}

.content-box-4 {
    background: url('../img/bg.png');
    background-size: 100% 100%;
    color: #fff;
}

.box-2 h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'ProximaNovaBold';
}

.box-2 nav {
    padding-top: 10px;
}

.boxes-2 .row>div {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.boxes-2 .row>div:first-child {
    border-left: none;
}

.row80 {
    margin-left: -80px;
    margin-right: -80px;
}

.box-2 {
    padding: 20px 0;
}

.row80>div {
    padding: 0 80px;
}

.box-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style: none;
}

.box-2 li {
    margin-top: 5px;
}

.box-2 a {
    color: #12bff6;
    font-size: 14px;
}

.box-2 a:hover {
    color: #fff;
}

.content-box-2,
.content-box-3,
.content-box-4,
.content-box-5 {
    padding: 70px 0 70px 0;
}

.box-3 h3 {
    font-size: 16px;
    font-family: 'ProximaNovaBold';
}

.box-3 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.box-3 nav {
    padding-top: 10px;
}

.box-3 nav li {
    margin-top: 5px;
}

.box-3 a {
    color: #00aee5;
    padding: 14px 0 12px 0;
    padding-left: 60px;
    font-size: 14px;
    display: inline-block;
    background: url('../img/icons/img08.png') left center no-repeat;
}

.box-3 a:hover {
    color: #002a4e;
}

.content-box-6 {
    padding: 120px 0px 124px 0px;
    background: url('../img/bg.jpg') center center no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.content-box-6 a {
    color: #002a4e;
}

.content-box-6 a:hover {
    color: #788ba5;
}

.content-box-6 p {
    margin-bottom: 30px;
}

.content-box-6 h3 {
    font-family: 'ProximaNovaBold';
    font-size: 20px;
}

.content-box-6 h2 {
    font-family: 'ProximaNovaBold';
    font-size: 26px;
}

.content-box-6 div p:last-child {
    margin-bottom: 0;
}

.btn-1-small {
    height: 38px;
    line-height: 40px;
    font-size: 14px;
}

.row30 {
    margin-left: -30px;
    margin-right: -30px;
}

.row30>div {
    padding: 0 30px;
}

.box-4 figure {
    padding: 20px 0 40px 0;
}

.box-4 figure img {
    width: 102px;
    height: 88px;
}

.box-4 {
    overflow: hidden;
}

.boxes-4 .row>div {
    border-left: 1px solid rgba(255, 255, 255, .7);
}

.boxes-4 .row>div:first-child {
    border-left: none;
}


/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    color: #002a4e;
    font-size: 14px;
}

.footer-top {
    float: left;
    width: 100%;
    padding: 22px 0;
    border-bottom: 2px solid #eaeaea;
}

.footer-top nav {
    padding-top: 10px;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer li {
    float: left;
    margin-right: 40px;
}

.social-box img {
    float: left;
    height: 33px;
    margin: 0px;
}

.social-box a {
    margin-left: 31px;
    float: left;
}

.social-box a:hover {
    opacity: 0.8;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #002a4e;
}

footer a:hover {
    color: #788ba5;
}

.footer-bottom {
    float: left;
    width: 100%;
    padding: 27px 0 22px 0;
    border-bottom: 2px solid #eaeaea;
}

.footer-top nav {
    font-family: 'ProximaNovaBold';
}


/* *** PARTNERS BOX *** */

.partners-box {
    padding: 25px 0;
    z-index: 1;
    position: relative;
}

.partners-box h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}


/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}


/* *** SUBPAGE 1 *** */

.main-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.content-box-7 {
    background: #f3f6f9;
    padding: 35px 40px 40px 40px;
}

.title-1 {
    margin-bottom: 40px;
}

.title-box {
    margin-bottom: 35px;
}

.title-box .title-1 {
    margin-bottom: 0;
}

.title-1 h1 {
    margin-bottom: 0;
    font-size: 35px;
    font-family: 'ProximaNovaBold';
}

.breadcrumb-box {
    float: left;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}

.breadcrumb-box ul {
    padding: 0 !important;
}

.breadcrumb-box li {
    float: left;
    list-style: none;
}

.breadcrumb-box li:after {
    content: "/";
    margin: 0 5px;
}

.breadcrumb-box ul li:last-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #00ade5;
}

.breadcrumb-box a:hover {
    color: #002a4e;
}

.tags-box {
    text-align: right;
}

.tags-box a {
    display: inline-block;
    height: 28px;
    line-height: 30px;
    color: #0f2b4d;
    font-size: 14px;
    margin: 0 0 4px 0;
    padding: 0 14px 0 14px;
    background: #fff;
}

.tags-box a:hover {
    background: #0f2b4d;
    color: #fff;
}

.row20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row20>div {
    padding: 0 20px;
}

.boxes-a .box {
    margin-top: 0;
    margin-bottom: 40px;
}

.newsletter-btn {
    display: block;
    margin-bottom: 40px;
    background: #f3f6f9;
    padding: 30px 35px;
    color: #002a4e;
    font-size: 17px;
    font-family: 'ProximaNovaBold';
    line-height: 1.2;
}

.newsletter-btn span {
    display: block;
    height: 44px;
    padding-left: 90px;
    padding-right: 40px;
    padding-top: 5px;
    background: url('../img/icons/img09.png') left center no-repeat;
    position: relative;
}

.newsletter-btn:hover {
    color: #00aee5;
}

.newsletter-btn span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -27px;
    width: 43px;
    display: block;
    height: 54px;
    background: url('../img/svg/arrow_right.svg');
    background-size: 100% 100%;
}

.banner-box-2 {
    height: 714px;
    background-size: cover;
    background-position: center center;
    padding: 70px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
}

.banner-box-2 h2 {
    font-family: 'ProximaNovaBold';
    font-size: 40px;
    line-height: normal;
    margin-bottom: 20px;
}

.banner-box-2 .description {
    height: 500px;
    margin-bottom: 30px;
}

.btn-1-light {
    background: #64aae1;
}

.main {
    float: left;
    width: 72%;
    margin-right: 40px;
}

.sidebar {
    overflow: hidden;
}

.box img {
    width: 100%;
}

.button-box {
    clear: both;
}

.article {
    clear: both;
}

.article p {
    margin-bottom: 30px;
}

.article ul {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.article ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 32px;
}

.article ul li:after {
    width: 13px;
    height: 13px;
    content: "";
    background: #00ade5;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.article ul li:first-child {
    margin-top: 0;
}

.article ol {
    margin-bottom: 30px;
}

.article h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'ProximaNovaBold';
}

.article .date strong {
    color: #00ade5;
}

.article p img {
    margin: 5px 0;
}

.name-img {
    font-family: 'ProximaNovaBold';
    padding-top: 10px;
    display: block;
}

.article a {
    color: #00ade5;
}

.article a:hover {
    color: #002a4e;
}

.article h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'ProximaNovaBold';
}

blockquote {
    position: relative;
    background: #00ade5;
    color: #fff;
    margin-left: -40px;
    margin-right: -40px;
    padding: 30px 110px 32px 110px;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 30px;
}

blockquote:after {
    display: block;
    position: absolute;
    top: 32px;
    left: 40px;
    width: 47px;
    height: 37px;
    content: "";
    background: url('../img/icons/img11.png');
}

.main {
    overflow: hidden;
}

blockquote span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
}

.article table {
    margin-bottom: 30px;
    width: 100%;
}

.article table th,
.article table td {
    border: 1px solid #002a4e;
    text-align: center;
    padding: 15px 15px 12px 15px;
}

.article table th {
    font-family: 'ProximaNovaBold';
}

.c-box {
    margin-bottom: 25px;
    position: relative;
}

.c-box img {
    display: block;
}

.c-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-4 {
    display: inline-block;
    height: 51px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 20px;
    font-family: 'ProximaNovaBold';
    line-height: 54px;
}

.btn-4:hover {
    background: #fff;
    color: #002a4e !important;
}

.author {
    font-size: 12px;
}

.author .name {
    color: #00ade5;
    font-size: 16px;
    padding-top: 4px;
    font-family: 'ProximaNovaBold';
}

.author .office {
    font-size: 16px;
}

.nav-1 {
    float: left;
    width: 100%;
    border-top: 1px solid #152948;
    margin-top: 35px;
    padding-top: 30px;
    margin-bottom: -10px;
}

.n-prev,
.n-next {
    color: #152948;
    font-size: 13px;
    height: 28px;
    padding: 8px 0;
    font-family: 'ProximaNovaBold';
    margin: 0;
    display: inline-block;
}

.n-prev {
    padding-left: 50px;
    background: url('../img/svg/arrow_left.svg') center left no-repeat;
    background-size: auto 100%;
}

.n-next {
    padding-right: 50px;
    background: url('../img/svg/arrow_right.svg') center right no-repeat;
    background-size: auto 100%;
}

.n-prev:hover,
.n-next:hover {
    color: #00ade5;
}

.data-box-1 {
    margin-top: 40px;
}

.social-box-1 {
    float: left;
    padding: 15px;
    border: 1px solid #152948;
}

.social-box-1 a {
    margin-left: 13px;
}

.social-box-1 span {
    margin-top: 3px;
}

.social-box-1 a:hover {
    opacity: 0.8;
}

.social-box-1 a,
.social-box-1 span {
    display: inline-block;
    vertical-align: middle;
}

.print-btn {
    margin: 3px 0 -5px 0;
    display: inline-block;
}

.print-btn:hover {
    opacity: 0.8;
}


/* *** RWD *** */

@media only screen and (max-width: 1700px) {
    .banner-box-2 h2 {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 1660px) {
    .carousel .prev-box {
        left: 0;
    }

    .carousel .next-box {
        right: 0;
    }

    .carousel {
        padding: 0 40px;
    }

    body {
        padding: 0 15px;
        overflow-x: hidden;
    }

    header {
        background: rgba(255, 255, 255, 0.96);
        position: fixed;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .main-menu>ul>li {
        margin-left: 10px;
    }

    .search-box {
        margin: 0 20px;
    }

    .langs {
        padding: 8px 20px;
    }

    .row80 {
        margin-left: -40px;
        margin-right: -40px;
    }

    .row80>div {
        padding: 0 40px;
    }

    .banner-box-2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-box-7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main {
        margin-right: 20px;
    }

    .newsletter-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1340px) {
    .main-menu>ul>li {
        margin: 0;
    }

    .search-box {
        margin: 0 15px;
    }

    .langs {
        padding: 8px 15px;
    }
}

@media only screen and (max-width: 1360px) {
    .main-menu>ul>li>a {
        font-size: 13px;
    }

    footer li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-3 {
        overflow: hidden;
    }

    .nav-1 {
        margin-bottom: 10px;
    }

    .main-menu {
        display: none;
    }

    .menu-rwd {
        display: block;
    }

    .banner-box h2,
    .title h2,
    .title h1 {
        font-size: 30px;
        line-height: 1.1;
    }

    .banner-box .txt,
    .title .txt {
        font-size: 20px;
    }

    .banner-box {
        height: 530px;
    }

    .box-3 a {
        padding-left: 50px;
    }

    body .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    body .row>div {
        padding: 0 15px;
    }

    footer li {
        margin-right: 15px;
    }

    .social-box a:first-child {
        margin-left: 0;
    }

    .content-box-7 {
        padding: 20px;
    }

    .main {
        margin-right: 20px;
    }

    .newsletter-btn {
        margin-bottom: 20px;
    }

    .newsletter-btn span {
        padding-left: 77px;
    }

    .newsletter-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-box-2 .description {
        height: auto;
    }

    .banner-box-2 {
        font-size: 16px;
        height: auto;
        padding: 30px 15px;
    }

    .banner-box-2 h2 {
        font-size: 20px;
    }

    .btn-1 {
        overflow: hidden;
    }
}

@media only screen and (max-width: 991px) {
    .tags-box {
        text-align: left;
        margin-top: 30px;
    }

    .title-1 h1 {
        font-size: 25px;
    }

    .box-1 h3,
    .box h3 {
        font-size: 16px;
    }

    .box-3 {
        margin-bottom: 25px;
    }

    .boxes-3 {
        margin-bottom: -25px;
    }

    .banner-box h2,
    .title h2,
    .title h1 {
        font-size: 25px;
    }

    .banner-box .txt,
    .title .txt {
        font-size: 16px;
    }

    .banner-box {
        height: 510px;
    }

    footer .float-left,
    footer .float-right {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    footer li {
        float: none;
        margin: 0 5px 5px 5px;
        display: inline-block;
        vertical-align: top;
    }

    footer nav {
        margin-bottom: 10px;
    }

    .social-box a {
        float: none;
        margin: 0 5px !important;
        display: inline-block;
        vertical-align: middle;
    }

    .social-box {
        margin-bottom: 3px;
    }

    .copyright,
    .social-box {
        width: 100%;
    }

    .newsletter-btn span {
        background-size: 40px auto;
    }

    .newsletter-btn span {
        padding-left: 52px;
        padding-right: 0;
    }

    .newsletter-btn span:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .article h2 {
        font-size: 20px;
    }

    .data-box-1 {
        text-align: center;
    }

    .data-box-1 .float-right {
        width: 100%;
        margin-top: 10px;
    }

    .social-box-1 {
        width: 100%;
        text-align: center;
    }

    .social-box-1 span {
        display: none;
    }

    .social-box-1 a:nth-child(2) {
        margin-left: 0;
    }

    .article h3 {
        font-size: 18px;
    }

    .n-prev {
        margin-bottom: 10px;
        padding-left: 25px;
    }

    .n-next {
        padding-right: 25px;
    }

    blockquote {
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        padding-left: 75px;
        padding-right: 15px;
    }

    blockquote:after {
        left: 15px;
    }

    .article table td,
    .article table th {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .box {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .banner-box {
        padding: 40px 0;
        height: auto;
    }

    .box img {
        width: 100%;
    }

    .button-box {
        margin-top: 30px;
    }

    .content-box-2,
    .content-box-3,
    .content-box-4,
    .content-box-5 {
        padding: 30px 0;
    }

    .box-1 {
        margin-top: 30px;
    }

    .boxes-1 {
        float: left;
        width: 100%;
        margin-top: -30px;
    }

    .title {
        margin-bottom: 30px;
    }

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

    .box-2 {
        margin-top: 30px;
        padding: 0;
    }

    .boxes-2 .row>div:first-child .box-2 {
        margin-top: 0;
    }

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

    .box-3 a {
        padding-left: 0;
        padding: 0;
        background: none;
    }

    .content-box-6 {
        padding: 20px 0;
        text-align: center;
    }

    .box-4.text-right {
        text-align: center !important;
    }

    .box-4 figure {
        padding: 0 0 10px 0;
    }

    .box-4 .btn-1 {
        margin-bottom: 30px;
    }

    .boxes-2 .row>div {
        border-left: none;
    }

    .boxes-4 .row>div {
        border: none;
    }

    .main {
        width: 100%;
        margin-right: 0;
    }

    .sidebar {
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    .boxes-a .box {
        margin-bottom: 30px;
    }

    .boxes-a {
        float: left;
        width: 100%;
        margin-bottom: -10px;
    }

    .content-box-7 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    header .logo {
        overflow: hidden;
    }

    header .logo-mb {
        overflow: hidden;
    }

    .langs {
        height: auto;
        padding: 8px 15px;
    }

    header .logo img {
        max-width: none;
    }

    header .logo-mb img {
        max-width: none;
    }

    .side-nav {
        max-width: 100%;
    }

    .header-box {
        padding: 20px 0;
    }

    header .float-right {
        padding-top: 0px;
    }
}

header .logo-mb {
    display: none;
}

@media only screen and (max-width: 576px) {
    header .logo-mb {
        display: block;
    }

    header .logo {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    header .logo img {
        float: left;
        width: 240px;
    }
}

@media only screen and (max-width: 1100px) {
    header .logo img {
        float: left;
        width: 200px;
        padding-top: 6px;
    }

    header .logo-mb img {
        float: left;
        width: 180px;
    }
}

@media only screen and (max-width: 400px) {
    header .logo-mb img {
        float: left;
        width: 180px;
    }
}

@media only screen and (max-width: 380px) {
    header .logo-mb img {
        float: left;
        width: 148px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-menu ul>li>a {
        padding: 0 10px;
    }

    .main-menu ul li:hover ul {
        display: none;
    }

    .main-menu ul>li.li-submenu>a {
        padding-right: 50px !important;
    }

    .main-menu ul>li>a .btn-slide-down {
        line-height: 43px;
    }

    .btn-slide-down {
        display: block !important;
    }
}

@media only screen and (min-width: 1050px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    body.admin-bar>header {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        display: none;
    }

    header {
        padding: 15px;
    }

    header .float-right {
        padding-top: 4px;
        padding-bottom: 10px;
    }

    .header-box {
        padding: 0px;
    }
}


/*
GENERAL
*/

.proxima-nova-bold {
    font-family: 'ProximaNovaBold';
}

.proxima-nova-regular {
    font-family: 'ProximaNovaRegular';
}

.section-header,
.cv-section-header,
.about-us-section-header,
.assets-section-header,
.bottom-form-header {
    color: #0f2b4d;
    line-height: 1.6;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section-header-bottom-text {
    font-size: 20px;
    line-height: 1.6;
    color: #0f2b4d;
    margin: 20px 0px;
}


/*
END OF GENERAL
*/


/*
BANNER SECTION
*/

.banner-section,
.offer-banner {
    background-image: url('../img/banner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 634px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    padding-top: 160px;
    margin-top: 130px;
}

.offer-banner {
    margin-bottom: 40px;
}

.banner-section.video {
    margin-top: 120px;
    position: relative;
    background-image: none;
    padding-top: 0px;
    width: 100%;
    height: calc(((100vw - 82px)/1.77777778) - 250px);
    overflow-y: hidden;
}

.banner-section.video.carrer-page-video,
.banner-section.video.front-page-video {
    /*margin-top: 80px;
  position: relative;*/
    background-image: none;
    background-color: #000;
    z-index: 1;
    /*padding-top: 0px; 
  width: 100%;
  height: calc(((100vw - 82px)/1.77777778) - 210px);
  overflow-y: hidden;*/
}

@media (max-width: 1660px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 200px);
    }
}

@media (max-width: 1440px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 180px);
    }
}

@media (max-width: 1366px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 160px);
    }
}

@media (max-width: 1200px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 140px);
    }
}

@media (max-width: 1024px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 120px);
    }
}

@media (max-width: 992px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 100px);
    }
}

@media (max-width: 768px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 80px);
    }
}

@media (max-width: 600px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 60px);
    }
}

@media (max-width: 500px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 40px);
    }
}

@media (max-width: 400px) {

    .banner-section.video.carrer-page-video,
    .banner-section.video.front-page-video {
        height: calc(((100vw - 30px)/1.77777778) - 20px);
    }
}

.banner-section.video.carrer-page-video iframe {
    /*top: -185px;*/
    z-index: 2;
}

.banner-section.video.carrer-page-video .banner-content.iframe-content {
    /*margin-top: 200px;*/
    margin-top: 180px;
}

.banner-section.video.carrer-page-video .banner-content.text-content {
    /*top: 190px;*/
    top: 180px;
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 5;
}

.banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
    margin-top: 110px;
}

.banner-section.video iframe {
    position: absolute;
    top: -125px;
    left: 0;
    width: 100%;
    height: calc(100% + 250px);
}

.banner-section.video.carrer-page-video iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 250px);
}

@media (max-width: 1660px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 200px);
    }
}

@media (max-width: 420px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        padding-left: 20px;
    }

    .banner-section.video.carrer-page-video .scroll-down {
        display: none;
    }
}

@media (max-width: 1440px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 180px);
    }
}

@media (max-width: 1366px) {
    .banner-section.video.carrer-page-video iframe {
        top: -40px;
        height: calc(100% + 160px);
    }
}

@media (max-width: 1200px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 140px);
    }
}

@media (max-width: 1024px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 120px);
    }
}

@media (max-width: 992px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 100px);
    }
}

@media (max-width: 768px) {
    .banner-section.video.carrer-page-video iframe {
        top: -30px;
        height: calc(100% + 80px);
    }
}

@media (max-width: 600px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 60px);
    }
}

@media (max-width: 500px) {
    .banner-section.video.carrer-page-video iframe {
        top: -10px;
        height: calc(100% + 40px);
    }
}

@media (max-width: 400px) {
    .banner-section.video.carrer-page-video iframe {
        height: calc(100% + 20px);
    }
}

.banner-section.video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    opacity: 0.01;
}

.banner-section.video.carrer-page-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0.6;
    background-image: url(../img/hl.jpg);
}

.banner-section.quote {
    padding-top: 280px;
    margin-top: 50px;
    margin-bottom: 0px;
    height: calc((100vw - 82px)/1.77777778);
}

.banner-section.quote p {
    line-height: 29px;
    color: #fff;
    font-size: 22.88px;
    font-weight: 400;
    text-align: left;
    font-family: 'ProximaNovaBold';
    position: relative;
}

.banner-section.quote p:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -100px;
    width: 80px;
    height: 80px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAByFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+1dBwEAAAAl3RSTlMAAQIDBAUGBwgJCgsMDQ4QERITFBYXGBkbHB0eHyAhIiMmJygpKi0uLzEyMzQ2Nzg5Ojs8Pj9BQkNESUpNUVJVVlhbXF5hYmNmaGtsb3F0dXh7fH5/gIKDhYiJi4yOkZKUlZeYmpudnqCipqiqra+0tbe5ury+wMHDxcfKzM7P0dPV19na3N7g4uTm6Onr7e/x8/X3+fv9+NzOggAAA5ZJREFUGBntwetDFFUcBuD3DDsLuzusEIkSLJGGsZVKFpJaXrLUKCtRw8gsRCsvlKGCgeGgcpHL6rKy778bErRzZubM/PzSl/Z5UFVVVVX1f2SnspmkwstSyUw2ZSOeyp0YLXHdVH/ehpSd75/iutLoiZxChHRfgZqhVki0DVFT6EvDIHmeQaPbEGf7HQadTSJM7wpDnbMQxRpgqGIPAmou08RtgFnjQ5r8aEGXnKBZsQ0mr5doNm7Dy55mlHIO4TrKjPIggQprjNFWGhCmqcRotxX+NcA40xaCah4zzhls6mK8AQRdZLxO/MN6QoHt8GunwKyFdccpcRd+k5T4GC/UFCnSDt1OiixbWNNLmV+gG6FMN9bco1ASXikK3QKQolQ3vHooVQvkKTUIr0uU2gX0UeoJvJYodQq4RjELFTUUuwq4FMugwqHYFLBMsUZUvEKxRWCVYs2o2EqxMrBIsVZUNFIOuE+xDlRkKKdwmWI7UWFRzsJnFGuHxwzFFHZQrBke5yhVBmyKNcLjHUotArhBKQceiTKFHgDIUyoBr0sUug5AzVOmAE0zhb7Emv2UGYHuJmV6sUZNUuQr6LZQph0vNFOkBz4nKZLCumOU2AIfNUqBGWz4ifEKCKidZbyvsUHdZKzvEZRdZqy3sEkNMc4ehHAeM04SFZ8y2moNwtjXGe1XeLVMMcogDA6uMMouaNShJZq1w6S2v0yjooKP6v6DBnOIUPfJHA1OI0Rd/vTIIsnnf1GzH9EaD1wYL5IsPKQmDSMF7KPXgoKEAobpdR5RmlbpdQhCR6mpR4T0Ar3mLcjspuZbRKibpqYLMp3UPLNhlp2j5gZk3qeuF2YtBWrK9RA5Rt04zA7T5yAkEj9T9zwLk7pr9LkCidwMfd6DgfqoRJ/ZBOIlL9JvEOHUvkf0KzUhVu2pEv3GLIRxjswzoNyBOC39qwyYthGgth2+yzB7Ecne8cU8Qyym4ZV7+4Oj302UGe4ADKzO3b0nr8ww3EIDNC7Nyl0wcRhhOg2dS6NiK4wcmo3Z8HFpMlEPM4dGAxb8XBr0K0RwaFDaiyCXoZbziOQw3J0sQrgM800C0RyGedqDUC6Dbr+KOA5DnLURzqXf7znEc+hXPpOBiUvd8GuQcKh72peCmUuPPz+0IePQa/hNhSguNyxd2JOBmMNN9z9/I4EYk3OTt6729bSl8FKcZ4/u/fbD8Xe32qiqqqqqqvpv/A2Vf0H62A4q1gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 80px;
}

.banner-section.quote .name {
    margin-top: 50px;
    text-align: left;
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-size: 19.2px;
}

.banner-section.quote .name-pos {
    text-align: left;
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-size: 12px;
    opacity: 0.7;
}

@media (max-width: 1550px) {
    .banner-section.quote {
        padding-top: 230px;
    }
}

@media (max-width: 1450px) {
    .banner-section.quote {
        padding-top: 180px;
    }
}

@media (max-width: 1350px) {
    .banner-section.quote {
        padding-top: 80px;
    }
}

@media (max-width: 1250px) {
    .banner-section.quote p {
        font-size: 18px;
        line-height: 1.4;
    }

    .banner-section.quote p::before {
        top: 0px;
        left: -70px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .banner-section.quote .name {
        margin-top: 20px;
        font-size: 17px;
    }
}

@media (max-width: 1100px) {
    .banner-section.quote {
        padding-top: 40px;
    }
}

@media (max-width: 900px) {
    .banner-section.quote p {
        font-size: 16px;
        line-height: 1.4;
    }

    .banner-section.quote p::before {
        top: 0px;
        left: -40px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .banner-section.quote .name {
        font-size: 15px;
    }
}

@media (max-width: 720px) {
    .banner-section.quote {
        padding-top: 20px;
    }

    .banner-section.quote p {
        font-size: 14px;
        line-height: 1.4;
    }

    .banner-section.quote p::before {
        left: -30px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .banner-section.quote .name {
        font-size: 12px;
    }

    .banner-section.quote .name-pos {
        font-size: 10px;
    }
}

@media (max-width: 620px) {
    .banner-section.quote {
        padding-top: 0px;
    }

    .banner-section.quote p {
        font-size: 12px;
        line-height: 1.4;
        padding-left: 30px;
    }

    .banner-section.quote p::before {
        left: 0px;
        width: 20px;
        height: 20px;
        background-size: 20px;
    }

    .banner-section.quote .name {
        font-size: 10px;
        padding-left: 30px;
        margin-top: 10px;
    }

    .banner-section.quote .name-pos {
        font-size: 8px;
        padding-left: 30px;
    }
}

@media (max-width: 576px) {
    .banner-section.quote {
        padding-right: 160px;
    }
}

@media (max-width: 500px) {
    .banner-section.quote p {
        font-size: 10px;
        line-height: 1.2;
        padding-left: 20px;
    }

    .banner-section.quote p::before {
        left: 0px;
        width: 15px;
        height: 15px;
        background-size: 15px;
    }

    .banner-section.quote .name {
        font-size: 9px;
        padding-left: 20px;
        margin-top: -10px;
    }

    .banner-section.quote .name-pos {
        font-size: 8px;
        padding-left: 20px;
    }

    .banner-section.quote {
        padding-right: 130px;
        height: 235px;
    }
}

@media (max-width: 400px) {
    .banner-section.quote {
        padding-right: 85px;
        height: 220px;
    }
}

@media (max-width: 360px) {
    .banner-section.quote {
        padding-right: 60px;
        height: 220px;
    }
}

.banner-content {
    margin-bottom: 70px;
}

.banner-header {
    color: #fff;
    font-size: 90px;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 35px;
}

.banner-buttons {
    margin-top: 30px;
}

.banner-right-button {
    width: 184px;
    background: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    text-align: left;
}

.banner-right-button:after {
    background-image: url('../img/button-play-icon.png');
    background-repeat: no-repeat;
    height: 15px;
    width: 12px;
    content: " ";
    position: absolute;
    top: 16px;
    right: 20px;
}

.banner-left-button:hover,
.banner-right-button:hover,
.cv-section-button:hover,
.student-zone-button:hover,
.questions-form-button:hover {
    background: #00ac8d;
    color: #a9d3cb !important;
}

.banner-left-button {
    color: #0f2b4d !important;
    background-color: #fff;
    text-transform: uppercase;
    margin-right: 35px;
    width: 184px;
    margin-bottom: 10px;
    line-height: 50px;
}


/*
END OF BANNER SECTION
*/

.scroll-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
    z-index: 5;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

.front-about {
    padding: 30px;
    background-color: #e5e5e5;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.front-about .box-vector {
    background-color: #fff;
    padding-top: 15px;
    text-align: center;
}

.front-about .v-logo {
    padding-top: 20px;
    padding-bottom: 15px;
}

.front-about h3 {
    color: #003057;
    padding-bottom: 10px;
    font-family: 'ProximaNovaBold';
    font-size: 20px;
    line-height: 22px;
    font-weight: 100;
    padding-bottom: 10px;
    padding-top: 22px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 360px) {
    .front-about h3 {
        font-size: 18px;
    }
}

.hr-short {
    height: 20px;
    line-height: 0px;
    margin: 0;
    float: none;
    text-align: center;
}

.hr-short .hr-inner {
    width: 32%;
    display: inline-block;
}

.vtechnologies span {
    border-color: #00a082 !important;
}

.vsolutions span {
    border-color: #009edb !important;
}

.vsmartdata span {
    border-color: #e61d72 !important;
}

.hr-short .hr-inner-style {
    width: 100%;
    border-bottom: 1px;
    border-top: 0px;
    border-style: solid;
    display: block;
}

.v-globe {
    margin-top: 10px;
}

.link-btn {
    display: block;
    font-family: Arial, sans-serif;
    color: #fff;
    text-align: center;
    height: 67px;
    line-height: 67px;
    margin-top: 22px;
    font-weight: 900;
}

.link-btn:hover {
    opacity: .9;
    text-decoration: none;
    color: #fff;
}

.vtechnologies .link-btn {
    background-color: #00a082;
}

.vsolutions .link-btn {
    background-color: #009edb;
}

.vsmartdata .link-btn {
    background-color: #e61d72;
}

.pb-50 {
    padding-bottom: 50px;
}

.p-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.h2-section {
    font-family: 'ProximaNovaBold';
    font-size: 47px;
    text-align: center;
    padding: 50px 0px;
}

.h2-section h2 {
    margin: 0px;
    color: rgb(0, 48, 87);
    line-height: 51.7px;
    font-size: 47px;
}

.gray-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 60px;
    background-color: #dadbdc;
    text-align: center;
}

.img-cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    vertical-align: middle;
    padding: 0px;
}

@media (max-width: 992px) {
    .img-cell {
        height: 300px;
        width: 100%;
        background-size: cover;
    }

    .gray-cell {
        height: 300px;
    }
}

@media (max-width: 360px) {
    .h2-section2 h2 {
        font-size: 40px;
    }
}

.tiles {
    padding: 0px 15px;
}

.subnumb {
    font-family: 'ProximaNovaBold';
    font-size: 21px;
}

.subline {
    width: 100px;
    height: 1px;
    background: #002c4c;
    margin: 6px auto;
}

.technologies {
    margin: 0px;
    background-repeat: no-repeat;
    background-image: url(../img/technologie-vector-1920x1080.jpg);
    background-attachment: scroll;
    background-position: center center;
    padding: 50px 0px;
}

.clients {
    padding: 0px 0px 50px 0px;
}

.clients h3 {
    font-family: 'ProximaNovaRegular';
    padding-bottom: 0px;
    color: #666666;
    font-size: 25px;
}

.cimg-cell {
    display: table-cell;
    vertical-align: middle;
}

.cimg-cell img {
    width: 100%;
    height: auto;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter iâŚ0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .7;
}

.cimg-cell:hover img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}


/*
ABOUT VECTOR SECTION
*/

#about-vector {
    text-align: center;
}

#about-vector-polec {
    text-align: center;
}

.about-vector-content {
    padding: 0px 40px;
}


/*
END OF ABOUT VECTOR SECTION
*/


/*
TALENTS SECTION
*/

#offer {
    text-align: center;
    margin: 30px 0px;
    ;
}

#offer-new {
    text-align: center;
    margin: 30px 0px;
}

.tallents-header {
    font-size: 24px;
    margin-top: -10px;
}

.about-header {
    font-size: 24px;
    margin-top: -10px;
    margin-bottom: 85px;
}

.talents-cell-text {
    font-size: 14px;
    line-height: 1.4;
}

.talents-cell {
    padding: 0px 15px;
}

.talents-cell h3 {
    text-transform: uppercase;
}

.offers-header {
    margin: 0px;
}


/*
END OF TALENTS SECTION
*/


/*
OFFER SECTION
*/

.offer-cell {
    background: #e5e9ed;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 30px;
    position: relative;
}

.offer-cell-new {
    background: #e5e9ed;
    height: 100%;
    width: 100%;
    padding: 50px 20px;
    margin-bottom: 30px;
    position: relative;
}

.offer-cell-1,
.offer-cell-2,
.offer-cell-3,
.offer-cell-4 {
    height: 100%;
    width: 100%;
}

.offer-cell-1:before,
.offer-cell-2:before,
.offer-cell-3:before,
.offer-cell-4:before {
    height: 5px;
    width: 100%;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
}

.offer-cell-1:before {
    background: linear-gradient(to right, #0fa287, #18aeb6);
}

.offer-cell-2:before {
    background: linear-gradient(to right, #14a1af, #159fd4);
}

.offer-cell-3:before {
    background: linear-gradient(to right, #2e9dd0, #9878a2);
}

.offer-cell-4:before {
    background: linear-gradient(to right, #9e759e, #d62576);
}

.offer-cell-content {
    display: table;
    width: 100%;
    height: 100%;
}

.offer-cell-content-text {
    display: table-cell;
    vertical-align: middle;
}

.offer-cell-link {
    font-size: 16px;
    line-height: 1.8;
    display: block;
    color: #0f2b4d;
}

.offer-cell-link:hover {
    color: #788ba5;
}

.offer-cell-link img {
    height: 16px;
}

.offer-desktop {
    display: block;
}

.offer-tablets,
.offer-phones {
    display: none;
}

@media (max-width: 992px) {
    .offer-desktop {
        display: none;
    }

    .offer-tablets {
        display: block;
    }

    .talents-cell {
        margin-bottom: 45px;
    }
}

@media (max-width: 768px) {
    .offer-tablets {
        display: none;
    }

    .offer-phones {
        display: block;
    }
}


/*
END OF OFFER SECTION
*/


/*
CV SECTION
*/

#cv-section {
    padding: 15px;
    text-align: center;
    width: 100%;
    margin: 40px 0px;
}

.cv-section-header {
    font-size: 25px;
}

.cv-section-button {
    background-color: #00ac8d;
    color: #fff;
    padding: 16px 25px 15px;
    width: 120px;
    font-size: 25px;
    text-transform: uppercase;
}


/*
END OF CV SECTION
*/


/*
CV SECTION
*/

#student {
    width: 100%;
    height: 520px;
}

.student-zone {
    display: table;
    text-align: center;
    background-image: url('../img/student-zone-bg.png');
    background-position: inherit;
    background-size: cover;
    height: 520px;
    width: 100%;
    background-repeat: no-repeat;
}

.student-zone-content {
    display: table-cell;
    vertical-align: middle;
}

.student-zone-text {
    padding: 0px 50px 30px;
    font-size: 22px;
    width: 60%;
    margin: auto;
}

.student-zone-button {
    color: #0f2b4d;
    background-color: #fff;
    padding: 11px 15px 10px;
    width: 120px;
    font-size: 18px;
    text-transform: uppercase;
}


/*
END OF CV SECTION
*/


/*
ABOUT US SECTION
*/

#about-us {
    padding-top: 85px;
    text-align: center;
    width: 100%;
}

.about-us-section-header {
    margin-bottom: 0px;
}

.about-us-cell {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.about-us-cell img {
    width: 100%;
    height: 100%;
}

.about-us-cell-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 54, 88, 0.8);
}

.about-us-cell:hover .about-us-cell-hover {
    display: block;
}

.about-us-cell-hover-content {
    display: table;
    width: 100%;
    height: 100%;
}

.about-us-cell-hover-content-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.about-us-cell-hover-header {
    color: #fff;
    line-height: 1.6;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-us-cell-hover-text {
    color: #fff;
    line-height: 1.6;
    font-size: 22px;
}


/*
END OF ABOUT US SECTION
*/


/*
ASSETS SECTION
*/

#benefits {
    text-align: center;
    margin-top: 30px;
}

.assets-section-desktop {
    text-align: center;
}

.assets-section-mobile {
    display: none;
    text-align: center;
}

.assets-section-slider {
    width: calc(100% - 30px);
    margin: auto;
}

.asset-cell {
    height: 270px;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
}

.assets-section-header {
    margin: 50px 0px 45px;
}

.asset-cell-icon {
    margin: auto;
    padding: 20px;
}

.talents-cell-icon {
    margin: auto;
    padding: 0px 20px;
    ;
}

.asset-cell-icon img,
.talents-cell-icon img {
    height: 90px;
    margin: auto;
}

.asset-cell-header {
    color: #0f2b4d;
    line-height: 1.6;
    font-size: 20px;
    padding-bottom: 30px;
    line-height: 1.4
}

@media (max-width: 380px) {
    .assets-section-slider {
        width: 270px;
        margin: auto;
    }
}

@media (max-width: 350px) {
    .assets-section-slider {
        width: 240px;
        margin: auto;
    }
}


/*
END OF ASSETS SECTION
*/


/*
BOTTOM FORM SECTION
*/

.custom-container {
    padding: 0px;
}

.bottom-form-cell {
    height: 100%;
    position: relative;
    margin-right: -15px;
    padding-left: 15px;
}

.bottom-form-cell p {
    color: #fff;
    font-size: 13px;
    text-align: justify;
}

.bottom-form-cell p small a {
    text-decoration: underline;
    color: #fff;
}

#contact {
    background: #002a4e;
    text-align: center;
    margin-bottom: 40px;
}

.bottom-form-img-cells {
    padding: 0px 15px;
    display: block;
}

.bottom-form-img-cells-mobile {
    display: none;
}

.bottom-form-slider {
    width: calc(100% - 10px);
    margin: auto;
}

.bottom-form-header {
    color: #fff;
    line-height: 1.6;
    font-size: 30px;
    text-transform: uppercase;
    padding: 70px 0px 0px;
    margin: 0px;
}

.bottom-form-header2 {
    margin-bottom: 70px;
    margin-top: -10px;
    color: #fff;
    font-size: 24px;
}

.bottom-form-img {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bottom-form-img:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.question-form-input {
    width: 100%;
    margin-bottom: 20px;
    height: 55px;
}

.question-form-input input,
.questions-form-textarea textarea {
    width: 100%;
    height: 100%;
    line-height: 55px;
    padding-left: 20px;
    border: 1px solid #fff;
    color: #fff;
    background: #002a4e;
    font-size: 15px;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

.questions-form-textarea {
    width: 100%;
    height: calc(100% - 340px);
    margin-bottom: 20px;
}

.questions-form-textarea textarea {
    height: 100%;
}

.questions-form-button {
    background: #fff;
    border: 1px solid transparent;
    width: calc(100% - 15px);
    height: 60px;
    text-align: center;
    color: #002a4e;
    font-size: 18px;
    line-height: 62px;
    margin-bottom: 10px;
    position: absolute;
    left: 15px;
    bottom: 20px;
    text-transform: uppercase;
}

.questions-form-button:hover {
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .bottom-form-cell {
        height: 100%;
        position: relative;
        margin-right: 0px;
        padding-left: 0px;
    }

    .questions-form-button {
        width: 100%;
        left: 0px;
    }
}

.bottom-form-img-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 54, 88, 0.8);
}

.bottom-form-img:hover .bottom-form-img-hover {
    display: block;
}

.bottom-form-img-hover-content {
    display: table;
    width: 100%;
    height: 100%;
}

.bottom-form-img-hover-content-text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.bottom-form-img-hover-header {
    color: #fff;
    line-height: 1.4;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bottom-form-img-hover-text {
    color: #fff;
    line-height: 1.4;
    font-size: 22px;
    padding: 0px;
}

.bottom-form-img-hover-icon01,
.bottom-form-img-hover-icon02 {
    display: inline-block;
    background-image: url('../img/a-icon.png');
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.bottom-form-img-hover-icon02 {
    background-image: url('../img/in-icon.png');
}


/*
END OF BOTTOM FORM SECTION
*/

@media (max-width: 1500px) {
    .bottom-form-img-hover-header {
        line-height: 1.2;
        font-size: 22px;
        margin-bottom: 0px;
    }

    .bottom-form-img-hover-text {
        line-height: 1.2;
        font-size: 16px;
        padding: 10px;
        margin: 0px;
    }
}

@media (max-width: 1200px) {
    .about-us-cell-hover-header {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .about-us-cell-hover-text {
        font-size: 16px;
    }

    .question-form-input {
        width: 100%;
        margin-bottom: 15px;
    }

    .questions-form-textarea {
        height: calc(100% - 210px);
        margin-bottom: 0px;
    }

    .question-form-input input,
    .questions-form-textarea textarea {
        line-height: 30px;
        padding-left: 10px;
    }

    .question-form-input {
        height: 30px;
    }

    .offer-cell {
        padding: 20px;
    }

    .offer-cell-new {
        padding: 20px;
    }

    .bottom-form-img-cells {
        display: none;
    }

    .bottom-form-img-cells-mobile {
        display: block;
    }
}

@media (max-width: 992px) {
    .banner-header {
        color: #fff;
        font-size: 60px;
        word-spacing: 0px;
        padding-right: 15px;
    }

    .banner-left-button,
    .banner-right-button {
        margin-right: 10px;
    }

    .assets-section-desktop {
        display: none;
    }

    .assets-section-mobile {
        display: block;
        padding-bottom: 30px;
    }

    #benefits {
        margin-bottom: 300px;
    }

    .assets-section-header {
        margin: 50px 0px 50px;
    }

    .banner-section.video,
    .offer-banner,
    .top-banner-section {
        padding-top: 60px;
        margin-top: 80px;
        height: 360px;
    }

    .top-banner-section {
        padding-top: 0px;
    }

    .bottom-form-cell {
        height: 400px;
    }

    #student {
        width: 100%;
        height: 320px;
    }

    .student-zone {
        display: table;
        text-align: center;
        background-image: url('../img/student-zone-bg.png');
        background-position: 25% center;
        background-size: cover;
        height: 320px;
        width: 100%;
        background-repeat: no-repeat;
    }

    .student-zone-text {
        padding: 20px 0px;
        width: 87%;
    }
}

@media (max-width: 480px) {
    .student-zone-text {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 100px;
    }
}

@media (max-width: 1100px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 80px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
        margin-top: 20px;
    }
}

@media (max-width: 900px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 50px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
        margin-top: 30px;
    }
}

@media (max-width: 750px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 50px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
        margin-top: 10px;
    }

    .banner-left-button {
        margin-bottom: 10px;
        font-size: 15px;
        height: 36px;
        line-height: 38px;
        width: 160px;
    }

    .banner-right-button {
        font-size: 15px;
        height: 36px;
        line-height: 36px;
        width: 160px;
    }

    .banner-right-button::after {
        top: 9px;
    }
}

@media (max-width: 750px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 50px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
        margin-top: 10px;
    }

    .banner-left-button {
        margin-bottom: 10px;
        font-size: 15px;
        height: 36px;
        line-height: 38px;
        width: 160px;
    }

    .banner-right-button {
        font-size: 15px;
        height: 36px;
        line-height: 36px;
        width: 160px;
    }

    .banner-right-button::after {
        top: 9px;
    }
}

@media (max-width: 520px) {
    .banner-section.video.carrer-page-video .banner-content.text-content {
        top: 20px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .banner-buttons {
        margin-top: 0px;
    }

    .banner-section.video.carrer-page-video .banner-content.text-content .scroll-down {
        display: none;
    }
}

.box01 {
    width: 200px;
    height: 200px;
    background: #0081cc;
    text-align: center;
    margin: 30px;
    border: 5px solid black;
}

.carousel-test {
    width: 50%;
    margin: auto;
}

@media (max-width: 450px) {
    .about-us-cell-hover-text {
        font-size: 12px;
        line-height: 1.4;
    }
}


}

/* Przeniesione ze starej strony */
#particle-canvas {
    width: 100%;
    height: 90%;
}

.psmartdata {
    background-image: url('../img/vector-smart-data-130px-white.png');
    height: 49px;
    width: 130px;
    border: 1px solid #fff;
    background-color: transparent;
}

.psmartdata:hover {
    background-image: url('../img/vector-smart-data-130px-color.png');
    background-color: #fff;
}

.ptechnologies {
    background-image: url('../img/vector-technologies-130px-white.png');
    height: 49px;
    width: 130px;
    border: 1px solid #fff;
    background-color: transparent;
}

.ptechnologies:hover {
    background-image: url('../img/vector-technologies-130px-color.png');
    background-color: #fff;
}

.psolutions {
    background-image: url('../img/vector-solutions-130px-white.png');
    height: 49px;
    width: 130px;
    border: 1px solid #fff;
    background-color: transparent;
}

.psolutions:hover {
    background-image: url('../img/vector-solutions-130px-color.png');
    background-color: #fff;
}

.particlebuttons {
    margin: auto;
    vertical-align: bottom;
    display: table;
}

.group_picker {
    display: table-cell;
}

/* PODSTRONA TEKSTOWA */
main.text-page {
    margin-top: 120px;
    padding-bottom: 50px;
}

main h1 {
    color: rgb(0, 43, 78);
    font-family: 'ProximaNovaBold';
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 10px;
}

@media (max-width: 360px) {
    main h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

main p {
    color: rgb(0, 43, 78);
    display: block;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 16px;
}

main a,
main a:hover {
    color: #009ddb;
}

main ul {
    padding: 0px 0px 0px 40px;
}

main ul li {
    list-style-type: square;
    color: rgb(0, 43, 78);
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
}

main .alignright {
    float: right;
}

/* KONIEC PODSTRONA TEKSTOWA */

/* PODSTRONA OFERTA */
@media (max-width: 700px) {
    .banner-header {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .banner-header {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .banner-section {
        padding-top: 45px;
    }
}

.offer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    margin-top: 125px;
}

@media (max-width: 991px) {
    .offer-main {
        margin-top: 78px;
    }
}

.offer-header {
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 700px) {
    .banner-header {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .offer-header {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .banner-header {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .offer-header {
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    .banner-section {
        padding-top: 45px;
    }
}

.offer-main-col-left {
    padding: 45px 45px 0px;
    background: #f3f6f9;
}

.offer-main-col-right {
    padding: 0px 45px 45px;
    background: #f3f6f9;
}

.c-bg {
    background-image: url(../img/c-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

.above-header-text a {
    color: #002a4e;
    font-size: 12px;
}

.above-header-text a:hover {
    color: #788ba5;
}

.above-header-text span {
    color: #002a4e;
    font-size: 12px;
    font-family: 'ProximaNovaRegular';
    text-transform: uppercase;
}

.offer-banner {
    height: 500px;
    padding-top: 0px;
    margin-top: 0px;
}

.offer-title {
    font-size: 35px;
    color: #002a4e;
    text-transform: uppercase;
    padding: 30px 0px 35px;
    margin-bottom: 0px;
}

.offer-title img {
    height: 35px;
    padding-left: 14px;
    top: -5px;
    position: relative;
}

.offer-title2 {
    padding-top: 13px;
    padding-bottom: 32px;
}

.subsection-header {
    font-size: 25px;
    color: #002a4e;
    text-transform: uppercase;
    padding-bottom: 32px;
    margin: 0px;
}

@media (max-width: 430px) {
    .offer-title {
        font-size: 30px;
    }

    .offer-title2 {
        padding-top: 33px;
        padding-bottom: 35px;
    }
}

@media (max-width: 380px) {
    .offer-title {
        word-break: break-all;
    }
}

@media (max-width: 365px) {
    .offer-title {
        word-break: normal;
        font-size: 26px;
    }
}

@media (max-width: 345px) {
    .offer-title {
        word-break: break-all;
        font-size: 24px;
    }

    .subsection-header {
        font-size: 22px;
    }
}

.abilities ul,
.work-tools ul,
.responsibility-range ul,
.our-offer ul {
    list-style-type: none;
    margin-left: -20px;
}

.abilities li,
.work-tools li,
.responsibility-range li,
.our-offer li {
    position: relative;
}

.abilities li:before,
.work-tools li:before,
.responsibility-range li:before,
.our-offer li:before {
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    background: #002a4e;
    top: 7px;
    left: -20px;
}

.subsection-text {
    font-size: 18px;
}

.offer-skills-table {
    border-top: 1px solid #bfc4c8;
}

.offer-skills-table-cell {
    font-size: 19px;
    line-height: 25px;
    padding: 16px 110px 15px 20px;
    position: relative;
    font-weight: 700;
    background: #e5eaef;
    border-bottom: 1px solid #bfc4c8;
}

/*.offer-skills-table-cell:last-child {
    border-bottom: none;
}*/
.offer-skills-table-cell-star1,
.offer-skills-table-cell-star2,
.offer-skills-table-cell-star3,
.offer-skills-table-cell-star4,
.offer-skills-table-cell-star5,
.offer-skills-table-cell-star6 {
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
    background-repeat: no-repeat;
    height: 25px;
    width: 86px;
}

.offer-skills-table-cell-star1 {
    background-image: url('../img/offer-stars5.png');
}

.offer-skills-table-cell-star2 {
    background-image: url('../img/offer-stars1.png');
}

.offer-skills-table-cell-star3 {
    background-image: url('../img/offer-stars15.png');
}

.offer-skills-table-cell-star4 {
    background-image: url('../img/offer-stars2.png');
}

.offer-skills-table-cell-star5 {
    background-image: url('../img/offer-stars25.png');
}

.offer-skills-table-cell-star6 {
    background-image: url('../img/offer-stars3.png');
}

@media (max-width: 460px) {
    .offer-skills-table-cell {
        padding: 16px 20px 15px 20px;
    }

    .offer-skills-table-cell-star1,
    .offer-skills-table-cell-star2,
    .offer-skills-table-cell-star3,
    .offer-skills-table-cell-star4,
    .offer-skills-table-cell-star5,
    .offer-skills-table-cell-star6 {
        position: relative;
        margin: auto;
        right: 0;
    }
}

.work-tools {
    margin-top: 40px;
}

.work-tools .subsection-header {
    padding-bottom: 35px;
}

.responsibility-range {
    margin-top: 38px;
}

.our-offer {
    margin-top: 38px;
}

.work-tools .subsection-header {
    padding-bottom: 32px;
}

.offer-btn {
    width: 175px;
    height: 66px;
    margin-bottom: 20px;
    margin-top: 50px;
    display: inline-block;
    float: left;
}

.offer-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 68px;
    height: 66px;
    color: #fff;
    background: #0f2b4d;
    font-size: 26px;
    text-transform: uppercase;
}

.center-btn {
    margin: auto;
    margin-top: 45px;
}

.offer-btn a:hover {
    background: #002b4e;
    color: #788ba5 !important;
}

.info-box {
    width: 100%;
    position: relative;
}

.info-box-logo {
    width: 100%;
    border-bottom: 1px solid #c6ced6;
    padding: 45px 0px;
}

@media (max-width: 1800px) {
    .info-box-logo {
        padding: 40px 0px;
    }
}

@media (max-width: 1700px) {
    .info-box-logo {
        padding: 37px 0px;
    }
}

@media (max-width: 1600px) {
    .info-box-logo {
        padding: 35px 0px;
    }
}

@media (max-width: 1500px) {
    .info-box-logo {
        padding: 33px 0px;
    }
}

@media (max-width: 1400px) {
    .info-box-logo {
        padding: 30px 0px;
    }
}

@media (max-width: 1300px) {
    .info-box-logo {
        padding: 27px 0px;
    }
}

@media (max-width: 1200px) {
    .info-box-logo {
        padding: 30px 0px;
    }
}

@media (max-width: 450px) {
    .info-box-logo {
        padding: 38px 0px;
    }
}

@media (max-width: 400px) {
    .info-box-logo {
        padding: 32px 0px;
    }
}

@media (max-width: 370px) {
    .info-box-logo {
        padding: 29px 0px;
    }
}

@media (max-width: 340px) {
    .info-box-logo {
        padding: 26px 0px;
    }
}

.info-box-logo-img0,
.info-box-logo-img1,
.info-box-logo-img2,
.info-box-logo-img3,
.info-box-logo-img4,
.info-box-logo-img6,
.info-box-logo-img7 {
    width: 375px;
    max-width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.info-box-logo-img0 {
    background-image: url('../img/box-logo1.png');
}

.info-box-logo-img1 {
    background-image: url('../img/box-logo3-new.png');
    transform: scale(1.8);
}

.info-box-logo-img2 {
    background-image: url('../img/box-logo2.png');
}

.info-box-logo-img3 {
    background-image: url('../img/box-logo4.png');
}

.info-box-logo-img4 {
    background-image: url('../img/box-logo5.png');
}

.info-box-logo-img6 {
    background-image: url('../img/box-logo6.png?v=2');
}

.info-box-logo-img7 {
    background-image: url('../img/box-logo7.png?v=2');
}

.box-cell-info {
    border-bottom: 1px solid #c6ced6;
    padding: 25px 0px;
}

.box-cell-info:last-child {
    border-bottom: none;
}

.box-cell-info p {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.info-box-cell-text a {
    color: #002a4e;
}

.info-box-cell-text a:hover {
    color: #788ba5;
    text-decoration: none;
}

.box-cell-img {
    width: 100%;
    height: 300px;
    background-image: url('../img/info-box-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    text-align: center;
}

.box-cell-img-btn {
    display: table-cell;
    vertical-align: middle;
}

.box-cell-img-btn a {
    width: 130px;
    ;
    display: block;
    line-height: 42px;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    background: #fff;
    color: #002a4e;
    margin: auto;
}

.box-cell-img-btn a:hover {
    background: #002b4e;
    color: #788ba5 !important;
}

.worker {
    margin: 50px 0px;
    background: #dee4e9;
    padding: 45px;
    color: #002a4e;
    position: relative;
}

.worker-img {
    width: 100%;
    text-align: center;
}

.worker-info {
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 45px;
}

.worker-info .subsection-header {
    padding-bottom: 0px;
}

.worker-name {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 0px;
}

.worker-position {
    font-size: 20px;
}

.worker-contact {
    margin-bottom: 65px;
    text-align: center;
}

.worker-email {
    float: left;
    font-size: 40px;
    font-size: 52px;
    margin: 0px 12px;
}

.worker-email a {
    color: #002a4e;
    display: block;
    width: 100%;
    height: 100%;
}

.worker-email a:hover {
    color: #002a4e;
    text-decoration: none;
}

.worker-linked {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../img/in-icon-offer.png');
    background-repeat: no-repeat;
    margin: 17px 12px 0;
}

.worker-linked a {
    display: block;
    width: 100%;
    height: 100%;
}

.worker-bottom-text {
    font-size: 18px;
    color: #002a4e;
    width: 59%;
    position: absolute;
    bottom: 38px;
}

.worker-bottom-text a {
    color: #002a4e;
}

.worker-bottom-text p {
    margin: 0;
    padding: 0;
}

.social-media {
    padding-bottom: 50px;
}

.social-media-box {
    border: 1px solid #002a4e;
    padding: 12px 17px;
    width: 375px;
    float: left;
}

.social-media-box p {
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    line-height: 24px;
    margin: 0;
}

.social-media-icon1,
.social-media-icon2,
.social-media-icon3,
.social-media-icon4,
.social-media-icon5 {
    height: 24px;
    background-repeat: no-repeat;
    float: right;
    margin-left: 17px;
}

.social-media-icon1 a,
.social-media-icon2 a,
.social-media-icon3 a,
.social-media-icon4 a,
.social-media-icon5 a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-media-icon5 {
    background-image: url('../img/in.png');
    width: 24px;
}

.social-media-icon4 {
    background-image: url('../img/twitter.png');
    width: 31px;
}

.social-media-icon3 {
    background-image: url('../img/facebook.png');
    width: 12px;
}

.social-media-icon2 {
    background-image: url('../img/google.png');
    width: 39px;
}

.social-media-icon1 {
    background-image: url('../img/mail.png');
    width: 37px;
}

.print-icon {
    background-image: url('../img/print-icon.png');
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    float: right;
}

.print-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.pages {
    border-top: 1px solid #002a4e;
    padding: 30px 0px;
}

.pages a {
    color: #152948;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}

.prev-page,
.next-page,
.main-page {
    width: 33%;
    float: left;
}

.main-page {
    text-align: center;
    border-left: 1px solid #d0dde6;
    border-right: 1px solid #d0dde6;
}

.prev-page {
    text-align: left;
}

.next-page {
    text-align: right;
}

.prev-page a,
.next-page a {
    padding-left: 55px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.next-page a {
    padding-left: 0px;
    padding-right: 55px;
}

@media (max-width: 900px) {
    .prev-page a {
        padding-left: 25px;
    }

    .next-page a {
        padding-right: 25px;
    }
}

.prev-page a:before,
.next-page a:before {
    position: absolute;
    content: " ";
    top: 0;
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
}

.prev-page a:before {
    left: 0px;
    background-image: url('../img/prev-page-btn.png');
}

.next-page a:before {
    right: 0;
    background-image: url('../img/next-page-btn.png');
}

.pages-mobile {
    display: none;
}

@media (max-width: 650px) {
    .pages {
        display: none;
    }

    .pages-mobile {
        display: block;
        position: relative;
    }
}

.prev-page-mb a,
.next-page-mb a {
    display: block;
    position: absolute;
    top: 0;
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
}

.prev-page-mb a {
    left: 0px;
    background-image: url('../img/prev-page-btn.png');
}

.next-page-mb a {
    right: 0;
    background-image: url('../img/next-page-btn.png');
}

.main-page-mb {
    width: 100%;
    text-align: center;
}

.main-page-mb a {
    color: #152948;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
}

/** SLIDER **/
.benefits-slider {
    border-top: 1px solid #c6ced6;
    border-bottom: 1px solid #c6ced6;
    height: 300px;
    width: 100%;
    margin-top: 45px;
}

.c-box .rate {
    display: inline-block;
    vertical-align: middle;
}

.carousel li a {
    width: 45px;
    height: 45px;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.carousel-1,
.carousel-2 {
    position: relative;
    float: left;
    z-index: 1;
    width: 100%;
    padding: 0px 30px
}

.carousel-1 .prev-box,
.carousel-1 .next-box,
.carousel-2 .prev-box,
.carousel-2 .next-box {
    position: absolute;
    top: calc(50% - 26px);
    width: 29px;
    height: 53px;
    z-index: 1000;
}

.carousel-2 .prev-box,
.carousel-2 .next-box {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.carousel-1 .prev-box,
.carousel-2 .prev-box {
    left: -15px;
}

.carousel-1 .next-box,
.carousel-2 .next-box,
.carousel-3 .next-box {
    right: -15px;
}

.carousel-1 .bx-prev,
.carousel-1 .bx-next,
carousel-2 .bx-prev,
.carousel-2 .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.carousel-1 .bx-prev,
.carousel-2 .bx-prev {
    background: url("../img/slider-left-btn.png") center center no-repeat;
}

.carousel .bx-next {
    background: url("../img/slider-right-btn.png") center center no-repeat;
}

.carousel .prev-box:hover,
.carousel .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.carousel .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    display: none;
    bottom: 10px;
    right: 10px;
}

.carousel-1 .bx-wraper,
.carousel-2 .bx-wraper {
    width: 100%;
}

.c-box .asset-cell {
    padding-top: 30px;
}

@media (max-width: 570px) {
    .social-media-box {
        display: none;
    }
}

@media (max-width: 480px) {
    .social-media-box p {
        display: none;
    }

    .pages {
        display: none;
    }

    .social-media-icon1,
    .social-media-icon2,
    .social-media-icon3,
    .social-media-icon4,
    .social-media-icon5 {
        width: 50%;
        background-position: center;
        margin: 10px 0px;
    }

    .offer-btn {
        width: auto;
    }
}

.worker-col-40 {
    width: 40%;
    float: left;
}

.worker-col-60 {
    width: 60%;
    float: left;
}

@media (max-width: 1370px) {
    .worker-info .subsection-header {
        margin-top: 30px;
    }

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

    .worker-email {
        float: none;
        display: inline-block;
    }

    .worker-bottom-text {
        width: 100%;
        position: relative;
        margin: auto;
    }

    .worker-linked {
        float: none;
        display: inline-block;
    }

    .worker-info {
        padding-left: 0px;
    }

    .worker-col-40 {
        width: 100%;
    }

    .worker-col-60 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .worker {
        padding: 0px;
    }

    .worker-img img {
        width: 100%;
        height: 100%;
    }
}

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

    .workers-col,
    .form-col {
        width: 100%;
        max-width: 100%;
        flex: initial;
        -webkit-box-flex: initial;
    }

    div.wpcf7-response-output {
        height: 90px;
        width: calc(100% - 30px);
    }

    .question-form-input span.wpcf7-list-item input[type="checkbox"] {
        width: 10%;
        max-width: 20px;
        height: 16px;
        margin-left: 0px;
        float: left;
    }

    .wpcf7-list-item-label {
        color: #fff;
        width: calc(100% - 35px);
        float: right;
        text-align: left;
    }

    .question-form-input.checkbox-wrapper {
        height: 110px;
    }

    .bottom-form-cell {
        height: auto !important;
        margin-right: 0px;
        padding-right: 15px;
    }

    .questions-form-button {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1440px) {
    div.wpcf7-response-output {
        height: 60px;
        width: calc(100% - 30px);
        font-size: 12px;
        top: -95px;
    }

    .questions-form-button {
        bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .questions-form-button {
        width: 100%;
        left: 0px;
        bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    div.wpcf7-response-output {
        width: calc(100% - 15px);
    }

    .questions-form-button {
        bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .question-form-input.checkbox-wrapper {
        height: 155px;
        padding-top: 15px;
    }
}

@media (max-width: 768px) {
    .question-form-input.checkbox-wrapper {
        height: 180px;
    }

    .student-zone-text {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    .question-form-input.checkbox-wrapper {
        height: 205px;
    }
}

@media (max-width: 470px) {
    .question-form-input.checkbox-wrapper {
        height: 230px;
    }

    .student-zone-text {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .question-form-input.checkbox-wrapper {
        height: 255px;
    }

    .student-zone-text {
        font-size: 13px;
    }
}

@media print {

    .side-nav-bg,
    .side-nav,
    header,
    .banner-section,
    .offer-banner,
    .benefits-slider,
    .offer-btn,
    .worker,
    .social-media,
    .pages,
    .box-cell-img,
    footer,
    .contact-btn,
    .info-box-logo,
    #kontakt figure img {
        display: none;
    }

    .offer-main-col-left,
    .offer-main-col-right {
        background-color: #fff;
    }

    #kontakt {
        background: none;
        padding: 0px;
    }

    .row80>div {
        padding: 0px 20px;
    }

    .box-4 {
        width: 150px;
    }

    .row80:first-child {
        margin-left: 50px;
    }
}

/*
STUDENT ZONE PAGE 
*/
.top-banner-section {
    background-image: url('../img/student-zone-bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 520px;
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    margin-top: 130px;
    display: table;
}

.top-banner-content {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.top-banner-content-text {}

.student-banner {
    font-size: 90px;
    color: #002a4e;
}

@media (max-width: 992px) {
    .top-banner-section {
        background-position: 25% center;
    }

    .student-banner-buttons {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 85px);
    }
}

#benefits-banner {
    margin: 80px 80px 120px;
}

.benefits-banner-img,
.benefits-banner-img-mobile {
    width: 100%;
    height: 600px;
    text-align: center;
}

@media (max-width: 1550px) {
    .benefits-banner-img {
        height: 550px;
    }
}

@media (max-width: 1450px) {
    .benefits-banner-img {
        height: 500px;
    }
}

@media (max-width: 1250px) {
    .benefits-banner-img {
        height: 450px;
    }
}

@media (max-width: 1150px) {
    .benefits-banner-img {
        height: 400px;
    }
}

@media (max-width: 950px) {
    .benefits-banner-img {
        height: 350px;
    }
}

.benefits-banner-img {
    display: block;
}

.benefits-banner-img-mobile {
    display: none;
}

.header-of-section {
    font-size: 30px;
    color: #002a4e;
    text-align: center;
    text-transform: uppercase;
}

#benefits-banner .header-of-section {
    margin-bottom: 100px;
}

#internships {
    padding: 60px 35px 0px;
    background: #e5e9ed;
    position: relative;
    margin-bottom: 100px;
}

#internships:after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #11b08d, #2daadf, #ee247b);
    bottom: -6;
    left: 0;
}

#internships .header-of-section {
    margin-bottom: 40px;
}

.internships-text {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    padding-bottom: 30px;
    margin: 0px;
}

.internships-info {
    padding-bottom: 40px;
}

.interships-cell {
    border-top: 1px solid #a9b3bf;
    position: relative;
    padding: 21px 136px 20px 0px;
}

.interships-cell h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0px;
}

.interships-cell span {
    font-size: 18px;
    margin: 0px;
}

.internship-cell-button {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    background-color: #002a4e;
    text-align: center;
    position: absolute;
    right: 0px;
    top: calc(50% - 20px);
    text-transform: uppercase;
}

.internship-cell-button:hover,
.center-info-button:hover {
    text-decoration: none;
    color: #788ba5;
}

@media (max-width: 992px) {
    .interships-cell {
        padding: 15px 136px 14px 0px;
    }
}

@media (max-width: 700px) {
    .interships-cell {
        padding: 15px 0px 14px;
    }

    .internship-cell-button {
        position: relative;
        margin: auto;
    }

    .interships-cell h3 {
        line-height: 25px;
        width: 100%;
    }
}

#center-info {
    text-align: center;
    margin-bottom: 80px;
}

.center-info-text {
    font-size: 25px;
}

#center-info h2 {
    margin-bottom: 45px;
}

.center-info-button {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    background-color: #002a4e;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-top: 45px;
}

.top-photo {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    cursor: pointer;
}

#after-work .header-of-section {
    margin-bottom: 65px;
}

#after-work {
    margin-bottom: 50px;
}

.after-work-bottom {
    position: relative;
}

.bottom-photo {
    width: 50%;
    height: 100%;
}

.bottom-contact {
    background: #e5e9ed;
    display: table;
    width: 50%;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.bottom-contact-info-content {
    display: table-cell;
    vertical-align: middle;
}

.bottom-contact-header {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.bottom-contact-name {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px;
}

.bottom-contact-info {
    font-size: 20px;
    line-height: 1.4;
}

.bottom-contact-position {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.bottom-contact-info-content a {
    display: block;
    color: #002a4e;
}

.bottom-contact-info-content a:hover {
    text-decoration: none;
    color: #788ba5;
}

@media (max-width: 992px) {
    .top-banner-section {
        height: 520px;
        margin-top: 78px;
    }

    #benefits-banner {
        margin: 80px 10px 120px;
    }

    .bottom-contact-header {
        margin-bottom: 10px;
    }
}

@media (max-width: 800px) {
    .top-banner-section {
        height: 400px;
    }

    .student-banner {
        font-size: 60px;
    }

    .bottom-photo {
        width: 100%;
    }

    .bottom-contact {
        padding: 40px;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 40px;
        display: block;
        height: 300px;
    }

    .bottom-contact-info-content {
        display: block;
    }

    .benefits-banner-img {
        display: none;
    }

    .benefits-banner-img-mobile {
        display: block;
        height: 800px;
    }

    #benefits-banner {
        margin: 80px 0px 120px;
    }
}

@media (max-width: 600px) {
    .benefits-banner-img-mobile {
        display: block;
        height: 600px;
    }
}

@media (max-width: 400px) {
    .bottom-contact {
        height: 350px;
    }
}

#contact-footer {
    overflow-x: hidden;
}

.col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}

.col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
}

@media (max-width: 1200px) {
    .col-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*
STUDENT PAGE - IMG GALLERY
*/

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 120px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: #fff;
    position: absolute;
    top: 125px;
    right: 20px;
    font-size: 60px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #f2f2f2;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    -webkit-user-select: none;
}

.prev {
    left: -60px;
}

.next {
    right: -60px;
}

.prev:hover,
.next:hover {
    background-color: color: #f2f2f2;
    ;
    text-decoration: none;
    color: #000000;
}

#after-work .modal a {
    color: #fff;
}

#after-work .close {
    color: #fff;
    opacity: 1;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    position: absolute;
    top: -40px;
}

@media (max-width: 660px) {
    .close {
        top: 105px;
        right: 10px;
    }
}

@media (max-width: 660px) {
    .close {
        right: calc(50% - 17px);
        top: 67px;
    }

    .prev {
        left: 30%;
        top: 105%;
        padding: 0px 15px;
    }

    .next {
        right: 30%;
        top: 105%;
        padding: 0px 15px;
    }
}

/*
WYSZUKIWARKA
*/
.search-results {
    margin-top: 200px;
    padding: 60px 35px 0px;
    background: #e5e9ed;
    position: relative;
    margin-bottom: 30px;
}

.search-header {
    padding-top: 100px;
    border-top: 1px solid #a9b3bf;
}

[lang="ru"] .h2-section h2,
[lang="ru"] .front-about h3,
[lang="ru"] .subnumb,
[lang="ru"] .content-box-6 h2,
[lang="ru"] .footer-top nav,
[lang="ru"] .main-menu>ul>li>a {
    font-family: 'ProximaNovaExtrabold';
}

.mobile-video {
    z-index: 6;
}

.abilities .subsection-header {
    padding-bottom: 37px;
    margin-top: 32px;
}

/* POPRAWKI 19.10.2018 */
.talents-cell {
    position: relative;
    padding: 10px 0;
    margin-bottom: 0;
}

.talents-cell-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    margin: 0;
    display: none;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.talents-cell-text span {
    display: table-cell;
    vertical-align: middle;
}

.talents-cell:hover .talents-cell-text {
    display: table;
    background: rgba(16, 54, 88, 0.9);
    color: #fff;
}

.offer-cell-link {
    line-height: 1;
    padding: 12px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.3); */
}

.offer-cell-link:last-of-type {
    border-bottom: none;
}

.none-offers-text {
    font-size: 16px;
    color: #788ba5;
}

.none-offers-btn {
    color: #0f2b4d;
    background-color: #fff;
    padding: 11px 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.none-offers-btn:hover {
    background: #002b4e;
    color: #788ba5 !important;
}

.offer-cell {
    margin-bottom: 15px;
}

.offer-cell-new {
    margin-bottom: 15px;
}

@media (max-width: 1400px) {
    .talents-cell-text {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    col-1200-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .offer-desktop {
        display: none;
    }

    .offer-tablets {
        display: block;
    }
}

@media (max-width: 768px) {
    .talents-cell {
        padding: 0;
    }

    .offer-tablets {
        display: none;
    }

    .offer-phones {
        display: block;
    }

    .offer-cell-1,
    .offer-cell-2,
    .offer-cell-3,
    .offer-cell-4 {
        padding-top: 30px;
        height: unset;
    }

    .talents-cell {
        margin: 35px 0 40px;
    }
}

/* Cookie , color #00aee5 */
#cookie-notice #cn-notice-text a:link,
#cookie-notice #cn-notice-text a:visited {
    color: #00aee5;
}

#cookie-notice #cn-notice-text a:hover {
    text-decoration: underline;
}

#cn-accept-cookie {
    background: #ffffff;
    color: #00294e;
    border-radius: 0px;
    text-shadow: none;
    font-weight: bold;
    line-height: normal;
    padding: 3px 4px 2px 4px;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
}

#cn-accept-cookie:hover {
    background: #00aee5;
    border-color: #00aee5;
}

@font-face {
    font-family: 'zona_probold';
    src: url('../fonts/zonapro-bold-webfont.woff2') format('woff2'), url('../fonts/zonapro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.carrer-page-image {
    width: 100%;
    height: calc((100vw - 82px) / 1.77777777778);
    text-align: left;
    padding-left: 225px;
    padding-top: 225px;
    min-height: 500px;
}

.carrer-page-image h3 {
    font-family: 'zona_probold';
    font-size: 105px;
    letter-spacing: 0.095em;
    color: #fff;
    width: 860px;
    margin-bottom: 30px;
}

.carrer-page-image .icons {
    margin-bottom: 90px;
}

.carrer-page-image .banner-left-button,
.carrer-page-image .banner-right-button {
    border: 4px solid #fff;
    background-color: transparent;
    text-transform: none;
    color: #fff !important;
    line-height: 66px;
    height: 72px;
    text-align: center;
    font-size: 30px;
    width: 274px;
}

.carrer-page-image .banner-right-button {
    padding-right: 70px;
    position: relative;
}

.carrer-page-image .banner-right-button:before {
    content: '';
    position: absolute;
    height: 68px;
    width: 4px;
    top: 0;
    right: 70px;
    background-color: #fff;
}

.carrer-page-image .banner-right-button:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAdCAYAAABfeMd1AAABLUlEQVRIibXTv0vUcRzH8Zeog6Mu0iA0Jbi0uejm0OAQOEdrtPcXNDhUoLhE3ipHk7jb6NB4cy1SUweH3NCRXPBosA+GdHg/vp8nvLcPr+f7837zDs6xi9Sq4JcbPmKjlqTnlj5eY7mmpPAVzzFXU1L4hK3aEhiihYc1JYUuXmGppqTQwV5tSeEMj2tL4CfeYbWmpPANLzBfU1K4wE5tSeEEj4pkDr0kK2meqySHSY5rSgqthYrhl0n2k7RrSAZJ3id5k6SbpPHFn/rPgTYl6eDp3fBSs47rR5K3f8czGPlqyp/8xgesjerejOM6x/Y44dNIvuDZJOGlxtlJP8lRkoPcXPHk3POTNtan6X6ccX3Gk1nDR0m+4yUWmxIUyRDXOMSDJsP/lbSxWSO81B9ab8EjegyEbgAAAABJRU5ErkJggg==');
    height: 29px;
    width: 25px;
}

@media (max-width: 1800px) {
    .carrer-page-image {
        padding-left: 180px;
        padding-top: 160px;
    }

    .carrer-page-image h3 {
        font-size: 90px;
    }

    .carrer-page-image .icons {
        margin-bottom: 60px;
    }

    .carrer-page-image .banner-left-button,
    .carrer-page-image .banner-right-button {
        line-height: 56px;
        height: 62px;
        text-align: center;
        font-size: 24px;
        width: 254px;
    }

    .carrer-page-image .banner-right-button:before {
        height: 58px;
    }
}

@media (max-width: 1600px) {
    .carrer-page-image {
        padding-left: 160px;
        padding-top: 130px;
    }

    .carrer-page-image h3 {
        font-size: 80px;
    }

    .carrer-page-image .icons {
        margin-bottom: 50px;
    }
}

@media (max-width: 1400px) {
    .carrer-page-image {
        padding-left: 140px;
        padding-top: 100px;
    }

    .carrer-page-image h3 {
        font-size: 65px;
    }

    .carrer-page-image .icons {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .carrer-page-image {
        padding-left: 120px;
        padding-top: 80px;
    }

    .carrer-page-image h3 {
        font-size: 55px;
    }

    .carrer-page-image .icons {
        margin-bottom: 30px;
    }
}

@media (max-width: 1100px) {
    .carrer-page-image .icons {
        max-height: 100px;
    }
}

@media (max-width: 1000px) {
    .carrer-page-image {
        padding-left: 60px;
        padding-top: 60px;
    }

    .carrer-page-image h3 {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .carrer-page-image h3 {
        font-size: 50px;
    }

    .carrer-page-image .icons {
        display: none;
    }
}

@media (max-width: 600px) {
    .carrer-page-image {
        padding-left: 40px;
        padding-top: 40px;
    }

    .carrer-page-image h3 {
        font-size: 45px;
    }

    .banner-buttons {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .carrer-page-image h3 {
        font-size: 35px;
    }

    .banner-buttons {
        margin-top: 40px;
    }
}

@media (max-width: 400px) {
    .carrer-page-image {
        padding-left: 25px;
        padding-top: 40px;
    }

    .banner-buttons {
        margin-top: 60px;
    }
}

.above-header-text span small {
    display: none;
}

/* rated btn */
.offer-btn {
    float: left;
}

.offer-btn.offer-btn-rated {
    width: max-content;
    margin-left: 15px;
}

.offer-btn.offer-btn-rated a {
    padding: 0px 35px;
    border: 5px solid #0f2b4d;
    background-color: transparent;
    color: #0f2b4d;
    line-height: 60px;
}

.offer-btn.offer-btn-rated a:hover {
    color: white !important;
    background-color: #0f2b4d;
}

/* rated btn */