@charset "UTF-8";

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.eot');
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    background: #d9d5dd;
    font-family: OpenSans-Light, 'Open Sans', Arial, Helvetica, sans-serif;
    color: #000;
    position: relative;
    padding-bottom: 6rem;
    min-height: 100%;
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
}

.breadcrumb a,
.career_new .breadcrumb a {
    color: #000;
    font-size: 12px;
}

a {
    color: #164396;
}

*:focus {
    outline: none;
}

.header {
    padding: 0;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
    min-width: 1280px;
    margin-bottom: 20px;
}

.logo {
    float: left;
}

.header_menu {
    float: right;
}

.header_menu ul {
    float: left;
    padding: 0;
}

.header_menu ul li {
    float: left;
    list-style: none;
}

.header_menu ul li a {
    color: #fff;
    border-bottom: 1px #fff solid;
    padding: 10px 10px;
    margin: 0 10px;
    font-family: OpenSans-Regular;
    font-size: 15px;
}

.header_menu ul li a:hover {
    text-decoration: none;
    border-bottom: 1px #959595 solid;
}

.header_menu ul li.active a {
    border-bottom: 1px #959595 solid;
}

.services_footer {
    background-image: url('../images/people11.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 303px;
    margin-top: -90px;
    padding-top: 243px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.chat_wrapper {
    position: fixed;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    top: 30%;
    right: 0;
    z-index: 99999;
}

.exitForm_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 99999;
}

.exitForm .title {
    text-align: center;
    display: block;
    font-size: 16px;
}

.exitForm {
    width: 100%;
    position: fixed;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    top: 30%;
    right: 0;
    left: 0;
    background-color: #959595;
    z-index: 109999;
    color: #fff;
    font-size: 13px;
}

.exitForm a,
.exitForm a:visited {
    color: #fff;
    text-decoration: underline;
}

.exitForm h1 {
    text-align: center;
    font-size: 18px;
}

.exitForm #exitForm_errors {
    margin-top: 19px;
    color: #fff;
    background-color: #f8d7da;
    padding: 0 10px 10px 10px;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.exitForm #exitForm_errors span {
    display: block;
    padding-top: 10px;
}

.exitForm .checkbox_block {
    display: inline;
}

.exitForm input[type=text] {
    width: 100%;
    padding: 3px 5px 3px 5px;
    color: #000;
    margin: 0 0 10px 0;
    border: 1px solid #2b2b2b;
}

.exitForm input[type=text].has-errors {
    border: 1px solid red;
}

.exitForm .has-errors {
    color: red;
}

.exitForm #exit_form_submit {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    background: #0054a6;
    color: #fff;
    padding: 7px 25px;
    cursor: pointer;
    text-decoration: none;
}

.exitForm #exit_form_submit:hover {
    background: #fff;
    color: #000;
}

.exitForm .input_label.domina {
    padding-top: 12px;
    padding-bottom: 15px;
}

.exitForm .input_label {
    padding: 3px 0 3px 0;
}

.exitForm label {
    display: inline;
}

.exitForm .domina input[type=checkbox] {
    margin: 0 0 0 20px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.exitForm input[type=checkbox] {
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.exitForm form {
    padding: 20px;
}

.get_job_min {
    position: absolute;
    right: -71px;
    background-color: #4de2c1;
    height: 36px;
    background-image: url('../images/chat.png');
    background-repeat: no-repeat;
    background-position: right center;
    width: 180px;
    border-top-left-radius: 4px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
    /*
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
             */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.get_job_min_pl {
    width: 220px;
    right: -91px;
}

.get_job_min:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    opacity: 1;
}

.rekomenduok_drauga {
    position: fixed;
    width: 36px;
    height: 233px;
    background-image: url('../images/rekomenduok_drauga.png');
    background-repeat: no-repeat;
    top: 30%;
    margin-top: 130px;
    right: 0;
    z-index: 99998;
    cursor: pointer;
}

.footer .has-errors,
.form_input.has-errors,
.chat_wrapper .has-errors {
    border: 1px solid red !important;
}

.get_job_max {
    display: none;
    position: absolute;
    top: -100px;
    right: 0;
    height: 490px;
    overflow: hidden;
    width: 0;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-box-shadow: 0 -1px 4px 1px #ccc;
    -webkit-box-shadow: 0 -1px 4px 1px #ccc;
    box-shadow: 0 -1px 4px 1px #ccc;
}

.get_job_max_NF {
    color: #fff;
    width: 100%;
    max-width: 520px;
    margin: 20px auto;
    text-align: left;
    font-size: 20px;
}

#job_query {
    font-size: 12px;
    text-align: left;
}

.gjm_title {
    padding: 10px;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.get_job_max form {
    padding: 10px;
    text-align: center;
}

.get_job_max input[type=text] {
    width: 188px;
    height: 27px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    margin-bottom: 12px;
    font-size: 12px;
}

.get_job_max textarea {
    width: 188px;
    height: 66px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

#chat_wrapper_submit {
    line-height: 34px;
    width: 188px;
    text-align: center;
}

.get_job_max input[type=submit],
#chat_wrapper_submit {
    color: #fff;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    -moz-box-shadow: inset 0px -1px 0px 0px #2db194;
    -webkit-box-shadow: inset 0px -1px 0px 0px #2db194;
    box-shadow: inset 0px -1px 0px 0px #2db194;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #61e5c8), color-stop(1, #49d7b8));
    background: -moz-linear-gradient(top, #61e5c8 5%, #49d7b8 100%);
    background: -webkit-linear-gradient(top, #61e5c8 5%, #49d7b8 100%);
    background: -o-linear-gradient(top, #61e5c8 5%, #49d7b8 100%);
    background: -ms-linear-gradient(top, #61e5c8 5%, #49d7b8 100%);
    background: linear-gradient(to bottom, #61e5c8 5%, #49d7b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61e5c8', endColorstr='#49d7b8', GradientType=0);
    background-color: #61e5c8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #62ccb3;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.get_job_max input[type=submit]:hover,
.get_job_max_NF input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #49d7b8), color-stop(1, #61e5c8));
    background: -moz-linear-gradient(top, #49d7b8 5%, #61e5c8 100%);
    background: -webkit-linear-gradient(top, #49d7b8 5%, #61e5c8 100%);
    background: -o-linear-gradient(top, #49d7b8 5%, #61e5c8 100%);
    background: -ms-linear-gradient(top, #49d7b8 5%, #61e5c8 100%);
    background: linear-gradient(to bottom, #49d7b8 5%, #61e5c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49d7b8', endColorstr='#61e5c8', GradientType=0);
    background-color: #49d7b8;
}

.get_job_max input[type=submit]:active,
.get_job_max_NF input[type=submit]:active {
    position: relative;
    top: 1px;
}

.gjm_header {
    background-color: #4de2c1;
    height: 36px;
    background-image: url('../images/minus.png');
    background-repeat: no-repeat;
    background-position: 190px center;
    width: 220px;
    border-top-left-radius: 4px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
}

.footer {
    min-width: 1280px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer_con {
    background: #959595;
}

.footer_table {
    width: 100%;
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
}

.footer_table td {
    /*width: 33%;*/
    text-align: center;
    height: 40px;
}

.footer_table .tdd1 {
    width: 500px;
}

.footer_table .tdd1 a {
    color: #fff;
    text-decoration: underline;
}

.footer_table .tdd2 {
    width: 450px;
}

.footer_table .tdd3 {
    padding-top: 3px;
}

.share1 {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

.share2 {
    display: table-cell;
    /*padding-top: 6px;*/
    vertical-align: top;
    padding-top: 1px;
}

.share_con {
    display: inline-block;
    padding-top: 7px;
}

/*.footer_table .tdd31 {*/
/*padding-top: 7px;*/
/*}*/

.footer_table td:first-child {
    text-align: left;
}

.footer_table td:last-child {
    text-align: right;
}

.footer_table td.created span {
    font-size: 16px;
    font-weight: bold;
}

.footer_table .footer2 {
    height: 30px;
    text-align: left !important;
}

.footer_table .footer2 a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    padding-right: 10px;
}

.content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 1.5;
    min-width: 1280px;
}

.content_title_con {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.content_title {
    font-size: 70px;
    color: #fff;
    margin-bottom: 20px;
}

.contacts_table_con {
    padding: 40px;
    background: #fff;
}

.contacts_inner {
    font-size: 16px;
    padding-right: 15px;
    width: 19%;
    display: inline-block;
    margin-top: 55px;
    vertical-align: top;
}

.contacts_inner_txt {
    min-height: 75px;
}

.contacts_table {
    margin-top: 70px;
    width: 100%;
    padding: 0;
}

.contacts_table_con .content_body div span {
    font-size: 27px;
}

.contacts_table_con .content_body div {
    width: 535px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 18px;
}

.contacts_table_con .content_body p {
    font-size: 15px;
    color: #959595;
    font-family: 'OpenSans-Light';
    font-style: italic;
    padding-top: 15px;
}

.contacts_table td {
    vertical-align: top;
}

.contacts_city {
    font-size: 27px;
}

.contacts_sep {
    height: 1px;
    background: #eaeaea;
    margin: 10px 0;
}

.services_content {
    width: 780px;
}

.about_content {
    width: 1190px;
}

.service {
    font-size: 40px;
    color: #fff;
    padding: 33px 58px;
    display: inline-block;
    background: url('../images/services_pointer.png') right 50px no-repeat;
    padding-right: 90px;
    text-decoration: none;
}

.service:hover {
    color: #3c3c3c;
    text-decoration: none;
    background: url('../images/services_pointer_h.png') right 50px no-repeat;
    background-color: #fff;
}

.service1 {
    background-color: #4de2c1;
}

.service2 {
    background-color: #959595;
}

.service3 {
    background-color: #0054a6;
}

.service4 {
    background-color: #4de2c1;
}

/*select*/
.services_content span.customSelect {
    font-size: 26px;
    color: #fff;
    padding: 20px 30px;
    border: 1px solid #fff;
    background: transparent;
    width: 275px;
    background: url('../images/arrow.png') no-repeat right center;
}

.services_content span.customSelectHover {
    /*	background:url('../images/arrow_h.png') no-repeat right center;
        color: #000;*/
    border: 1px solid #959595;
}

.services_content span.customSelectOpen {
    /*	background:url('../images/arrow_h.png') no-repeat right center;
        color: #000;*/
}

/*.services_content .customSelect:hover  {
	background:url('../images/arrow_h.png') no-repeat right center;
	color: #000;
}*/
/*select2*/
.job_content span.customSelect {
    font-size: 20px;
    color: #fff;
    padding: 10px 22px;
    border: 1px solid #fff;
    background: transparent;
    width: 225px;
    background: url('../images/arrow2.png') no-repeat right center;
}

.job_content span.customSelectHover {
    /*	background:url('../images/arrow_h2.png') no-repeat right center;
        color: #000;*/
    border: 1px solid #ddd;
}

.job_content span.customSelectOpen {
    /*	background:url('../images/arrow_h2.png') no-repeat right center;
        color: #000;*/
}

.job_content span.customSelectInner {
    display: inline !important;
}

/*select3*/
.employe_content span.customSelect {
    font-size: 20px;
    color: #fff;
    padding: 10px 22px;
    border: 1px solid #fff;
    background: transparent;
    width: 225px;
    background: url('../images/arrow2.png') no-repeat right center;
}

.employe_content span.customSelectHover {
    /*	background:url('../images/arrow_h2.png') no-repeat right center;
        color: #000;*/
    border: 1px solid #959595;
}

.employe_content span.customSelectOpen {
    /*	background:url('../images/arrow_h2.png') no-repeat right center;
        color: #000;*/
}

.services_con {
    margin-top: 55px;
}

.services_select_con {
    margin-top: 40px;
}

.about_table {
    width: 100%;
}

.about_table td {
    width: 19%;
    vertical-align: top;
}

.bbw {
    border-bottom: 1px #fff solid;
}

.td1 {
    padding: 10px 0px 60px 55px;
}

.td2 {
    padding: 60px 0px 60px 55px;
}

.about_title {
    padding-left: 55px;
}

.about {
    font-size: 34px;
    color: #fff;
    padding: 25px 0 150px 25px;
    width: 195px;
    line-height: 35px;
}

.about_table td.about_spacing {
    width: 25px;
}

.about1 {
    background: #4de2c1;
}

.about1_pl .about {
    font-size: 30px;
}

.about2 {
    background: #959595;
}

.about3 {
    background: #164396;
}

.about4 {
    background: #4de2c1;
}

.about_links_row a {
    display: inline-block;
    padding: 15px;
}

.fs30 {
    font-size: 30px;
}

.about_img_con {
    height: 110px;
}

.about_img_row td {
    color: #717171;
    font-size: 24px;
    line-height: 32px;
}

.about_links_row td {
    font-size: 23px;
}

.about_links_row a {
    text-decoration: underline;
}

.about_links_row a:hover {
    text-decoration: none;
}

.front_title {
    text-align: center;
    margin-top: 20px;
    letter-spacing: -4px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1280px;
}

.front_title span {
    color: #0e3487;
}

.front_title span span {
    color: #098ec4;
}

.front_people {
    background: url('../images/people32.png') no-repeat center bottom;
    height: 311px;
    /*background-size: cover;*/
    width: 1255px;
    margin: 0 auto;
}

.info_blocks {
    width: 950px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 10;
    height: 311px;
}

.info_blocks div {
    height: 311px;
    display: table-cell;
}

.front_info {
    position: absolute;
    font-size: 25px;
    color: #fff;
    display: none;
    line-height: 30px;
    height: 454px;
}

.front_info2 {
    background: url('../images/front1_1.png') no-repeat left top;
    width: 500px;
    margin: -117px 0 0 167px;
    padding-left: 23px;
    padding-top: 63px;
}

.front_info1 {
    background: url('../images/front2_1.png') no-repeat left top;
    width: 400px;
    margin: -117px 0 0 381px;
    padding-left: 23px;
    padding-top: 63px;
}

.front_info3 {
    background: url('../images/front3_1.png') no-repeat left top;
    width: 500px;
    margin: -117px 0 0 621px;
    padding-left: 23px;
    padding-top: 63px;
}

.front_info4 {
    background: url('../images/front4_1.png') no-repeat right top;
    width: 500px;
    margin: -117px 0 0 620px;
    padding-top: 63px;
    text-align: right;
    padding-right: 24px;
}

.front_button1 a {
    background: #164396;
}

.front_button2 a {
    background: #4de2c1;
}

.front_button1 a:hover {
    background: #fff;
    color: #000;
}

.front_button2 a:hover {
    background: #fff;
    color: #000;
}

.front_slider {
    height: 395px;
    width: 1280px;
    margin: 0 auto;
}

/*.front_slider_con {
	position: absolute;
	z-index: 5;
}*/
/*.front_slider_con1 {*/
/*height: 395px;*/
/*background: #eef3f9;*/
/*position: absolute;*/
/*width: 100%;*/
/*width: 1280px;*/
/*}*/
/*.front_slider_con2 {*/
/*height: 395px;*/
/*background: url('../images/map.jpg') #eef3f9 no-repeat right center;*/
/*position: absolute;*/
/*width: 100%;*/
/*width: 1280px;*/
/*}*/
/*.front_slider_con3 {*/
/*height: 395px;*/
/*background: #eef3f9;*/
/*position: absolute;*/
/*width: 100%;*/
/*width: 1280px;*/
/*}*/
.front_slider1 {
    /*width: 1082px;*/
    margin: 0 auto;
    /*padding-top: 60px;*/
    padding: 80px 10px 0px 10px;
    height: 400px;
}

.front_slider1_block {
    background: url('../images/front_slider1.png') no-repeat;
    display: table-cell;
    height: 250px;
    width: 266px;
}

.front_slider1_con {
    background: #eef3f9;
}

.front_slider2_con {
    background: url('../images/map.jpg') #eef3f9 no-repeat right -70px center;
    background-size: 1450px;
}

.front_slider3_con {
    background: #eef3f9;
}

.values_responsive {
    color: #164396;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px;
    display: none;
}

.front_slider1_block div {
    width: 266px;
    text-align: center;
}

.front_slider1_block1 {
    background-position: left top;
}

.front_slider1_block2 {
    background-position: center top;
    width: 550px;
}

.front_slider1_block3 {
    background-position: right top;
}

.front_count {
    color: #4de2c1;
    font-size: 115px;
    font-family: PTSans-Regular;
    margin: 0 auto;
    margin-top: 49px;
}

.front_slider_info {
    margin: 0 auto;
    font-size: 20px;
    color: #1f1f1f;
}

.pages {
    text-align: center;
    position: absolute;
    width: 1280px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -50px;
}

.page {
    width: 24px;
    height: 24px;
    background: url('../images/pages.png') no-repeat right center;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
}

.active_page {
    background: url('../images/pages.png') no-repeat left center;
}

.front_slider2 {
    color: #2b2b2b;
    font-size: 32px;
    width: 560px;
    line-height: 50px;
}

.front_slider2 span {
    color: #164396;
    font-size: 58px;
}

.front_slider22 {
    max-width: 1059px;
    margin: 0 auto;
    padding: 90px 10px 0 10px;
    height: 400px;
}

.front_slider3 {
    /*width: 1200px;*/
    margin: 0 auto;
    /*margin-top: 60px;*/
    height: 400px;
    padding: 60px 10px 0px 40px;
}

.slider3_table td {}

.slider3_title {
    color: #164396;
    font-size: 45px;
    line-height: 50px;
    width: 330px;
    vertical-align: top;
}

.slider3_title div {
    width: 200px;
    margin-top: 25px;
}

.slider3_title2 {
    color: #717171;
    font-size: 24px;
    vertical-align: top;
}

.slider3_title2_de {
    font-size: 20px;
}

.slider3_title2 div {
    width: 170px;
    margin-top: 25px;
}

.front_line {
    margin: 0 40px;
}

.front_buttons {
    width: 1280px;
    margin: 0 auto;
    /*min-width: 1280xp;*/
}

.front_buttons td {
    /*width: 50%;*/
    width: 640px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.lang_en .front_buttons td {
    font-size: 30px;
}

.front_buttons td a {
    /*width: 100%;*/
    width: 640px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.front_button1 a {
    background: #164396;
}

.front_button2 a {
    background: #4de2c1;
}

.front_button1 a:hover {
    background: #fff;
    color: #000;
}

.front_button2 a:hover {
    background: #fff;
    color: #000;
}

.front_buttons_pl .front_button1 {
    display: none;
}

.front_buttons_pl .front_button2 a {
    width: 100%;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}


.job_content {
    width: 1255px;
}

.job_header1 {
    height: 73px;
    color: #fff;
    font-size: 42px;
    line-height: 140px;
    width: 550px;
    margin: 0 auto;
    padding-top: 37px;
}

.job_header_career {
    width: 100%;
    text-align: center;
}

/*.header1_lt {*/
/*padding-top: 70px;*/
/*}*/
.job_header_fix {
    padding-top: 70px;
}

.job_header2_con {
    background: #b4b6b3;
    padding-top: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 127px;
}

.job_header2 {
    width: 550px;
    margin: 0 auto;
}

.people4 {
    background: url('../images/people4_3.png') no-repeat right bottom;
    background-size: cover;
    width: 228px;
    height: 200px;
    float: right;
}

.people_career {
    background: url('../images/people_career2.png?v=2') no-repeat right bottom;
    background-size: cover;
    width: 400px;
    height: 220px;
    float: right;
}

.job_desc {
    background: #b4b6b3;
    font-size: 17px;
    padding: 35px 75px;
}

.job_desc a.tag_link {
    color: #fff;
    display: inline-block;
    padding-right: 10px;
}

.job_search {
    /*	width: 770px;*/
    margin: 0 auto;
}

.job_search_con {
    background: #959595;
    padding: 35px 0;
    margin-top: 8px;
}

.job_search_table_con {
    background: #b4b6b3;
    padding: 45px 35px;
}

.job_search_con a.clear_search,
.job_search_con a.clear_search:hover {
    color: #fff;
}

.jobs_table {
    width: 100%;
    color: #fff;
    border-spacing: 4px;
    border-collapse: separate;
    font-size: 20px;
}

.jobs_table td {
    background: #959595;
    padding: 20px;
}

.jobs_table td.top {
    background-color: #595959;
}

.jobs_table .expired,
.jobs_table .expired a {
    color: #666666;
}

.jobs_table th {
    padding-bottom: 5px;
}

.jobs_table td a {
    color: #fff;
    text-decoration: none;
}

.jobs_table td a:hover {
    text-decoration: underline;
}

.input {
    background: transparent;
    border: 1px #fff solid;
    /*line-height: 50px;*/
    color: #fff;
    padding: 10px 10px;
    width: 320px;
    font-size: 20px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.search_label {
    font-size: 34px;
    color: #fff;
    line-height: 34px;
    /*margin-top: 20px;*/
    float: left;
    margin-right: 10px;
}

.search_icon {
    background: url('../images/search.png') no-repeat;
    width: 53px;
    height: 55px;
    display: inline-block;
    cursor: pointer;
}

.pa {
    width: 44px;
    height: 42px;
    border: 1px #fff solid;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.pa:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.pagination2 .active {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.job_footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

#doc_agree.docs_agree {
    float: none;
    text-decoration: none;
}

.send_cv {
    background: #0054a6;
    display: inline-block;
    color: #fff;
    padding: 22px 35px;
    cursor: pointer;
}

.send_cv span {
    background: url('../images/doc_icon.png') no-repeat left center;
    padding-left: 70px;
    font-size: 37px;
    line-height: 52px;
}

.send_cv:hover {
    background: #fff;
    color: #000;
}

.send_cv:hover span {
    background: url('../images/doc_iconh.png') no-repeat left center;
}

.job_footer_info {
    width: 415px;
    margin-right: 20px;
    font-size: 17px;
}

.paleft {
    background: url('../images/left.png') no-repeat center center;
}

.paright {
    background: url('../images/right.png') no-repeat center center;
}

.paleft:hover {
    background: url('../images/lefth.png') #fff no-repeat center center;
}

.paright:hover {
    background: url('../images/righth.png') #fff no-repeat center center;
}

.people5 {
    background: url('../images/people5_1.png') no-repeat right bottom;
    width: 288px;
    height: 300px;
    /*float: right;*/
    /*margin-right: 40px;*/
    position: absolute;
    right: 40px;
    bottom: 0;
}

.job_header {
    position: relative;
}

.employe_header1 {
    height: 173px;
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    width: 500px;
    margin: 0 auto;
    padding-top: 37px;
}

.career_margin_top {
    margin-top: 20px;
}

.panels_career {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.panel_career {
    display: inline-block;
    margin: 20px 20px;
    width: 300px;
    height: 200px;
    position: relative;
    font-size: .8em;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    background-color: #959595;
}

.panel_career .pad {
    padding: 20px;
}

.panel_career .front img {
    height: 100px;
    width: auto;
    margin-bottom: 20px;
}

/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
.panel_career .front {
    position: absolute;
    top: 0;
    z-index: 900;
    width: inherit;
    height: inherit;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel_career .front .pad p {
    font-size: 16px;
}

.panel_career.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.panel_career .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.panel_career .back .pad {
    line-height: 160px;
}

.panel_career .back .pad p {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.panel_career.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.career_new {
    color: #fff;
    margin-top: 60px;
}

.career_new a {
    color: #fff;
    text-decoration: underline;
}

.career_new .dd-option-text {
    color: #333;
}

.career_center {
    text-align: center;
}

.career_offer table,
.career_expectations table {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.career_new .career_video {
    margin: 40px auto 15px auto;
    width: 100%;
    max-width: 600px;
}

.career_new .job_search_table_con {
    padding: 15px 35px 45px 35px;
}

.career_new .job_header2_con .job_header2 {
    font-size: 42px;
    width: 100%;
}

#send_job_request_form_submit_main {
    text-decoration: none;
}

#send_job_request_form_submit.disabled {
    cursor: not-allowed;
    background-color: #eaeaea;
}

#request_form_main table {
    margin: 0 auto;
}

.career_main_form {
    margin: 10px auto 30px auto;
    margin: 0 auto;
    text-align: center;
}

.content404 {
    text-align: center;
    padding-top: 70px;
}

.gotoJobs {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 40%;
}

.gotoJobs img {
    width: 40px;
    height: auto;
}

.min_top_margin {
    padding-top: 5px;
}

.career_offer {
    margin-top: 45px;
}

.career_offer table tr,
.career_expectations tr {
    vertical-align: top;
}

.career_expectations table td {
    border-bottom: 1px solid black;
    padding: 10px;
}

.career_expectations table td:first-child,
.career_offer table td:first-child {
    width: 120px;
}

.career_expectations table td:nth-child(2) {
    width: 250px;
}

.career_expectations table td img,
.career_offer table td img {
    width: 100%;
    height: auto;
    margin: 0;
}

.career_expectations table td:nth-child(3) {
    background-color: #0070c0;
}

.career_first_image {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.career_linkedin {
    margin: 0;
}

.min_bottom_margin {
    padding-bottom: 10px;
}

.career_first_image img {
    width: auto;
    max-height: 300px;
    margin: 0;
    max-width: 100%;
}

.career_akimirkos {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.career_offer table td {
    padding: 10px;
}

.galleria {
    max-width: 100%;
    height: 600px;
    background: #b4b6b3;
}

.galleria-theme-classic {
    background: #b4b6b3;
}

.galleria .galleria-thumbnails .galleria-image {
    height: 100px
}

.galleria .galleria-stage {
    bottom: 120px
}

.galleria .galleria-thumbnails-container {
    height: 110px
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    border: none;
    background: #b4b6b3;
}

.galleria-theme-classic .galleria-info {
    width: auto;
    max-width: 100%;
    top: 0px;
}

.galleria-theme-classic .galleria-info-text {
    background-color: rgba(149, 149, 149, 0.8)
}

.galleria-theme-classic .galleria-info-title {
    margin-bottom: 0px;
}

.tv_projektas_image {
    float: right;
}

.comments .title {
    color: #fff;
    font-size: 21px;
}

.comments_form {
    width: 100%;
    background-color: #b4b6b3;
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
}

.comments_form .form_blocks {
    display: table;
    width: 100%;
}

.comments_form .form_block {
    display: table-cell;
    vertical-align: top;
}

.comments_form .form_block.block_left {
    width: 40%;
}

.comments_form .form_block.block_right {
    width: 60%;
    text-align: right;
    padding-left: 20px;
}

.comments_form .form_block.block_submit {
    padding-top: 20px;
}

.comments_table .meta {
    font-size: 13px;
}

.comments_table td {
    vertical-align: top;
}

#comment_form .form_input {
    line-height: 20px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
}

#comment_form #comment_comment {
    height: 110px;
}

.comments_table .reply_wrapper {
    text-align: right;
}

.comments_form .reply_title {
    color: #fff;
    margin-bottom: 10px;
    display: none;
}

.loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
    background-image: url('/system/plugins/fancybox/source/fancybox_sprite.png');
}

.loading div {
    width: 44px;
    height: 44px;
    background: url('/system/plugins/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.gdpr_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(180, 180, 180, 0.8);
    z-index: 99999;
}

.gdpr_main {
    display: none;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    margin: 0;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.30);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.30);
}

.gdpr_main .banner-wrapper p {
    padding-right: 3rem;
}

.gdpr_main button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
}

.gdpr_main .gdpr_wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.gdpr-learn {
    color: #000;
}

.gdpr-accept,
.gdpr-accept-all {
    border: 1px solid #0054a6;
    display: inline-block;

    padding: 10px 20px;
    cursor: pointer;
}

.gdpr-accept-all {
    background: #0054a6;
    color: #fff;
}

.gdpr-accept:hover,
.gdpr-accept-all:hover {
    background: #0e5caa;
    color: #fff;
    text-decoration: none;
}

.gdpr_main .table {
    display: table;
    width: 100%;
}

.gdpr_main .table .tr {
    display: table-row;
}

.gdpr_main .table .tc {
    display: table-cell;
    vertical-align: top;
}

.gdpr_main .table.buttons .tc {
    vertical-align: middle;
}

.gdpr_main .table.buttons .tc.checkboxes div {
    display: inline-block;
    padding-right: 25px;
}

.gdpr_main .table.buttons .tc.right {
    text-align: right;
}

.gdpr_main #cookies_show_more,
.gdpr_main #cookies_show_less {
    cursor: pointer;
}

.gdpr_main #cookies_show_less,
.gdpr_main .cookies_more_text {
    display: none;
}

.gdpr_settings {
    display: none;
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 900;
    -webkit-box-shadow: 2px -1px 3px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 2px -1px 3px rgba(50, 50, 50, 0.30);
    box-shadow: 2px -1px 3px rgba(50, 50, 50, 0.30);
    background-image: url("../images/cookies.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


@media (min-width: 768px) {
    .gdpr_main .buttons a {
        display: inline-block;
        margin: 0 10px;
    }
}

@media screen and (max-width: 1240px) {
    .employe_header1 {
        font-size: 42px;
        line-height: 40px;
    }
}

.employe_header2_con {
    background: #b4b6b3;
    height: 127px;
    font-size: 18px;
    color: #fff;
}

.employe_header2 {
    line-height: 127px;
    margin-right: 50px;
    margin-left: 95px;
}

.employe_header2_v2 {
    line-height: 127px;
    /*	margin-right:50px;
        margin-left: 95px;*/
}

.employe_header2_con .custom_select3 {
    margin-top: 37px;
    color: #000;
}

.from_con {
    background: #b4b6b3;
    padding: 50px;
    font-size: 18px;
}

.form_input {
    background: transparent;
    border: 1px #fff solid;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    width: 480px;
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 480px;
}

.form_area {
    background: transparent;
    border: 1px #fff solid;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    width: 480px;
    max-width: 480px;
    font-size: 20px;
    margin-bottom: 25px;
    height: 105px;
}

.from_con table {
    width: 670px;
}

.from_con table td {
    vertical-align: top;
}

.mb75 {
    margin-bottom: 75px;
}

.fs20 {
    font-size: 20px;
}

.form_label {
    padding-right: 20px;
}

/* buttons */
.buttons_con {
    width: 100%;
    background-color: #b4b6b3;
    font-size: 0;
}

.buttons_con td {
    /*width: 20%;*/
    text-align: center;
    color: #fff;
    /*font-size: 31px;*/
    line-height: 100px;
}

.buttons_con td a {
    /*width: 251px;*/
    display: table-cell;
    text-decoration: none;
    color: #fff;
    line-height: 34px;
    height: 100px;
    vertical-align: middle;
    padding: 10px;
}

.buttons_con div {
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 12.5%;
    margin-top: 5px;
}

.buttons_con div a {
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    height: 60px;
    vertical-align: middle;
    padding: 10px 0 10px 0;
    width: 100%;
}

.buttons_con td a:hover,
.buttons_con div a:hover {
    background: #fff;
    color: #000;
}

.buttons_con .active a {
    background: #fff;
    color: #000;
}

.button_blue1 a {
    background: #164396;
}

.button_blue2 a {
    background: #4de2c1;
}

.button_blue3 a {
    background: #0054a6;
}

.button_blue4 a {
    background: #239bc5;
}

.button_gray1 a {
    background: #868686;
}

.button_gray2 a {
    background: #959595;
}

.button_w20 {
    width: 20%;
}

.button_w25 {
    width: 25%;
}

.button_w50 {
    width: 50%;
}

.button_w20 a {
    width: 20%;
}

.button_w25 a {
    width: 320px;
}

.button_w50 a {
    width: 640px;
}

.fs36 a {
    font-size: 36px;
}

.fs31 a {
    font-size: 31px;
}

.fs27 a {
    font-size: 27px;
}

/* buttons end */
.job_item_con {
    background: #fff;
}

.job_item {
    width: 850px;
    margin: 0 auto;
    padding: 50px 0;
    color: #3c3c3c;
}

.job_item_title {
    font-size: 45px;
    padding: 0 20px;
    line-height: 50px;
}

.job_item_desc {
    font-size: 20px;
    background: #eaeaea;
    padding: 20px;
    margin: 40px 0;
}

.job_item_desc2 {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 40px;
}

.job_info_icon {
    background: url('../images/info.png') no-repeat center center;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -80px;
}

.get_job {
    background: #0054a6;
    display: inline-block;
    color: #fff;
    padding: 13px 32px;
    cursor: pointer;
    /*	border: 1px #0054a6 solid; */
}

.get_job span {
    background: url('../images/pointer.png') no-repeat left center;
    padding-left: 70px;
    font-size: 30px;
    line-height: 40px;
}

.get_job:hover {
    background: #fff;
    color: #000;
    border: 1px #000 solid;
}

.get_job:hover span {
    background: url('../images/pointerh.png') no-repeat left center;
}

.get_job:hover,
.send_to_friend:hover,
.send_cv:hover {
    text-decoration: none;
}

.get_job:focus,
.send_to_friend:focus,
.send_cv:focus {
    text-decoration: none;
}

.send_to_friend {
    background: #4de2c1;
    display: inline-block;
    color: #fff;
    padding: 13px 32px;
    cursor: pointer;
    /*	border: 1px #4de2c1 solid; */
}

.send_to_friend span {
    font-size: 30px;
    line-height: 40px;
}

.send_to_friend:hover {
    background: #fff;
    color: #000;
    border: 1px #000 solid;
}

.send_form {
    background: #0054a6;
    display: inline-block;
    color: #fff;
    padding: 13px 50px;
    cursor: pointer;
    float: right;
}

#chat_wrapper_submit_NF,
#submit_job_expired,
#comment_submit {
    background: #0054a6;
    display: block;
    color: #fff;
    padding: 13px 50px;
    cursor: pointer;
    width: 250px;
    margin: 0 auto;
    text-align: center;
}

#comment_submit {
    display: inline-block;
}

.comment_reply {
    background: #0054a6;
    font-size: 17px;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    width: 170px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}

a.send_form:hover,
a#chat_wrapper_submit_NF:hover,
a#submit_job_expired:hover,
#comment_submit:hover,
.comment_reply:hover {
    background: #0e5caa;
    text-decoration: none;
}

.jobs_table.comments_table td a:hover {
    text-decoration: none;
}

.send_form span,
#chat_wrapper_submit_NF span,
#submit_job_expired span,
#comment_submit span,
.comment_reply span {
    font-size: 30px;
    line-height: 40px;
}

.send_form:hover,
.send_form:focus,
#chat_wrapper_submit_NF:focus,
#chat_wrapper_submit_NF:hover,
#submit_job_expired:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.back_to_jobs_con {
    background: #3c3c3c;
    height: 60px;
}

.back_to_jobs {
    width: 100%;
    margin: 0 auto;
    padding-left: 55px;
    line-height: 60px;
}

.back_to_jobs a {
    background: url('../images/left.png') no-repeat left center;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.back_to_jobs a:hover {
    background: url('../images/lefth2.png') no-repeat left center;
    color: #959595;
}

.required_info {
    font-size: 14px;
    margin-top: 48px;
    float: left;
}

.form_info {
    width: 465px;
    padding-left: 70px;
    font-size: 22px;
    float: left;
    /*margin-top: 127px;*/
}

.form_info_table {
    float: left;
}

.category_desc {
    width: 760px;
    margin-bottom: 65px;
    font-size: 20px;
}

.employe_content .category_desc {
    width: 100%;
}

.ph_langs {
    height: 50px;
    text-align: right
}

.ph_langs span {
    color: #164396;
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    font-weight: bold;
    padding-left: 27px;
    background: url('../images/phone.png') no-repeat left 3px;
}

.all_langs {
    position: absolute;
    display: none;
    z-index: 99999;
}

.lang_con {
    background: url('../images/lang_bg.png') no-repeat right center;
    width: 34px;
    margin-left: 15px;
    /*	border-bottom: 1px #fff solid;*/
    padding-bottom: 6px;
}

.lang_con:hover {
    background: url('../images/lang_bg_h.png') no-repeat right center;
    /*	border-bottom: 1px #959595 solid;   */
}

.lang_con:hover .all_langs {
    display: block;
    padding-top: 10px;
}

.custom_dropdown .dd-select {
    background: transparent !important;
    border: solid 1px #fff;
}

.custom_dropdown .dd-select a {
    color: #fff;
    font-size: 20px
}

.custom_dropdown .dd-select label {
    margin-bottom: 0;
}

.custom_dropdown .dd-pointer-down {
    border: none;
}

.custom_dropdown .dd-pointer-up {
    border: none !important;
}

.custom_dropdown .dd-option-text {
    cursor: pointer !important;
}

a.dd-option a,
.dd-option {
    color: #333;
}

.custom_dropdown .dd-pointer {
    width: 35px;
    height: 22px;
    background: url('../images/arrow2.png') no-repeat left center;
    margin-top: -10px;
}

.custom_dropdown .dd-select:hover {
    border: solid 1px #959595;
}

.job_content .custom_dropdown .dd-select:hover {
    border: solid 1px #b4b6b3;
}

/*.custom_dropdown .dd-select:hover a {
	color: #000;
}
.custom_dropdown .dd-select:hover .dd-pointer {
	background: url('../images/arrow_h2.png') no-repeat left center;
}*/
.services_content .dd-selected {
    padding: 25px 20px;
}

.services_content .dd-selected-text {
    font-size: 26px;
}

.services_content .dd-selected-image {
    margin-top: 7px;
}

.activity_table {
    width: 100%
}

.activity_table td {
    width: auto;
    text-align: center;
}

/*.dd-options li:FIRST-CHILD {*/
/*	display: none;*/
/*}*/
.site {
    margin: 0 auto;
    width: 1280px;
}

/* buttons */
.buttons_con2 {
    width: 100%;
}

.buttons_con2 td {
    /*width: 20%;*/
    text-align: center;
    color: #fff;
    /*font-size: 31px;*/
    /*line-height: 100px;*/
}

.buttons_con2 td a {
    /*width: 251px;*/
    /*display: table-cell;*/
    /*display: block;*/
    text-decoration: none;
    color: #fff;
    line-height: 40px;
    height: 100px;
    vertical-align: middle;
    padding: 10px;
}

.buttons_con2 td a:hover {
    color: #000;
}

.buttons_con2 td:hover {
    background: #fff !important;
}

.buttons_con2 .active {
    background: #fff !important;
    color: #000;
}

.buttons_con2 .active a {
    /**/
    color: #000;
    /*background: #fff;*/
}

.custom_dropdown .dd-select a {
    text-decoration: none;
}

.bb,
.bg {
    height: 100px;
}

.bb:hover,
.bg:hover {
    background: #fff;
    color: #000;
}

.bb:hover a,
.bg:hover a {
    color: #000;
}

.bb1 {
    background: #164396;
}

.bb2 {
    background: #4de2c1;
}

.bb3 {
    background: #0054a6;
}

.bb4 {
    background: #239bc5;
}

.bg1 {
    background: #868686;
}

.bg2 {
    background: #959595;
}

.choose_country2 {
    float: left;
    margin: 50px 0 0 50px;
}

.mobile_only {
    display: none;
}

.mobile_only2 {
    display: none;
}

.mobile_menu {
    /*padding-top: 50px;*/
    text-align: center;
}

.mobile_menu ul {
    margin: 0;
    padding: 0;
}

.mobile_menu ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 7px;
}

.mobile_menu ul li a {
    font-size: 18px;
}

.menu_phone {
    padding-left: 20px;
    background: url('../images/phone.png') no-repeat left 1px;
    font-size: 15px;
    padding-bottom: 1px;
    /*border-top: 1px #fff solid;*/
    margin-top: 10px;
    /*padding-top: 10px;*/
    display: inline-block;
    font-weight: bold;
}

.lang_mobile {
    margin-top: 10px;
}

.lang_mobile img {
    margin: 10px;
}

.lang_mobile {
    text-decoration: none;
}

.mobile_people {
    width: 100%;
}

.front_slider1_block {
    width: 33%;
    float: left;
    height: auto;
}

.front_slider1_block div {
    width: 100%;
}

.front_slider1_block1,
.front_slider1_block3 {
    background-position: center top;
}

.owl-carousel {
    max-width: 1280px;
    margin: 0 auto;
}

.owl-theme .owl-controls {
    /*margin-top: -50px!important;*/
}

.lang_mobile a:hover,
.lang_mobile a:active {
    text-decoration: none;
}

.content_title_con2 {
    width: 50% !important;
}

.search_table {
    margin: 0 auto;
}

.job_item2 {
    width: 1180px;
    position: relative;
}

.job_item5,
#request_form_main .job_item5 {
    margin: 20px 35px 20px 35px;
    float: left;
}

.job_item4 {
    float: left;
    width: 560px;
    background: #b4b6b3;
    margin-left: 20px;
}

.job_item4 .tab_buttons div {
    width: 50%;
    float: left;
    text-align: center;
    height: 80px;
    display: table;
    color: #fff;
    font-size: 24px;
    background: #4de2c1;
    cursor: pointer;
}

.job_item4 .tab_buttons div span {
    display: table-cell;
    vertical-align: middle;
}

.job_item4 .tab_buttons div.active {
    background: #0054a6;
}

.job_item4 .tab_buttons div:hover {
    background: #b4b6b3;
}

.job_recommend {
    width: 100%;
    margin: 20px 0 20px 0;
}

.job_recommend .agree {
    padding: 40px 20px;
    text-align: left;
    font-size: 14px;
}

.job_recommend #send_recommend_friend {
    text-decoration: none;
    margin-right: 20px;
}

.job_recommend td {
    width: 45%;
    text-align: center;
}

.job_recommend .form_input {
    width: 90%;
}

.job_recommend .form_area {
    width: 95%;
    max-width: 560px;
    padding: 10px;
}

.job_recommend td.w100 {
    width: 100%;
}

.job_item3 {
    float: left;
    width: 600px;
}

.job_expired_txt {
    margin: 0 20px 20px 20px;
    font-weight: bold;
}

.job_expired {
    opacity: 0.1;
    filter: alpha(opacity=10);
    pointer-events: none;
    /* For IE8 and earlier */
}

.desc4 {
    margin-top: 20px;
}

.tar1 {
    text-align: right;
}

.employe_header2_table {
    position: absolute;
    margin: 40px 0 0 450px;
}

.employe_header2_table2 {
    display: none;
}

@media screen and (max-width: 1280px) {

    .header,
    .front_title,
    .front_people,
    .front_buttons,
    .front_slider,
    .pages,
    .footer,
    .content,
    .about_content,
    .job_content,
    .job_item2,
    .back_to_jobs,
    .site {
        width: 100%;
        min-width: 0;
    }

    .header {
        padding: 0 20px;
    }

    .footer_table td:first-child {
        padding-left: 10px;
    }

    .footer_table td:last-child {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer_table .tdd1 {
        width: 40%;
    }

    .footer_table .tdd2 {
        width: 30%;
    }

    .footer_table .tdd3 {
        width: 20%;
    }

    /*.footer_table .tdd31 {*/
    /*width: 10%;*/
    /*}*/
    .footer_table .tdd3 {
        padding-left: 5px;
    }

    .footer_table .tdd31 {
        padding-right: 5px;
    }

    .footer_table .tdd4 {
        width: 10%;
    }

    .front_buttons td {
        width: 50%;
    }

    .front_buttons td a {
        width: 100%;
    }

    .front_info2,
    .front_info2,
    .front_info3,
    .front_info4 {
        width: 25%;
    }

    .front_slider1,
    .front_slider_con2,
    .front_slider_con3,
    .pages,
    .front_slider_con1 {
        width: 100%;
    }

    /*.front_slider_con1 {*/
    /*height: 380px;*/
    /*}*/
    /*.pages {*/
    /*margin-top: -70px;*/
    /*}*/
    /*.front_slider {*/
    /*height: auto;*/
    /*}*/
    .front_slider2 {
        width: 75%;
    }

    .front_slider2_con {
        background-position: right -140px center;
    }

    .front_slider3 {
        width: 100%;
    }

    .slider3_table,
    .slider3_table td {
        box-sizing: border-box;
    }

    .slider3_table td {
        width: 27%;
    }

    .slider3_table td:first-child {
        width: 0;
        display: none;
    }

    .slider3_table td:last-child {
        width: 19%;
    }

    .slider3_title div {
        display: none;
    }

    .slider3_title2 div {
        width: auto;
        /*padding-right: 20px;*/
        max-width: 90%;
    }

    .slider3_title2:last-child div {
        max-width: none;
    }

    /*.slider3_title2 div:last-child {*/
    /*padding-right: 0;*/
    /*}*/
    .values_responsive {
        display: block;
    }

    /*.content_title_con {*/
    /*width: 100%;*/
    /*}*/
    .contacts_table {
        text-align: center;
    }

    .content {
        width: 100%;
    }

    .contacts_table td {
        display: inline-block;
        width: auto !important;
        margin-bottom: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .contacts_table_con .content_body div {
        width: auto;
    }

    .services_content {
        padding: 0 20px;
    }

    .content_title_con2 {
        width: 100% !important;
    }

    .job_item3 {
        width: 100%;
    }

    .job_item4 {
        width: 100%;
        margin-left: 0;
    }

    .send_to_friend {
        margin-bottom: 20px;
    }

    .back_to_jobs a {
        margin-left: 20px;
    }

    .form_info {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .form_info_table {
        width: 100%;
        float: none;
    }

    .about1 {
        background: #164396;
    }

    .about2 {
        background: #164396;
    }

    .about3 {
        background: #164396;
    }

    .about4 {
        background: #164396;
    }
}

@media screen and (max-width: 1280px) and (min-width:1100px) {
    .about1_pl .about {
        font-size: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .about_table>tbody>tr>td {
        /*background: red;*/
        display: inline-block;
        width: 100%;
        padding: 20px;
    }

    .about_table>tbody>tr>td:first-child {
        padding: 0;
    }

    .about_table td.about_spacing {
        display: none;
    }

    .content_title_con2 {
        padding: 0px 20px !important;
    }

    .td1 {
        padding: 20px 0;
    }

    .td2 {
        padding: 20px 0;
    }

    .about_table .about {
        /*width: 100%;*/
        padding: 20px 40px;
        /*margin: 0 10px;*/
        /*display: inline-block;*/
        text-align: left;
        width: auto;
        display: inline-block;
        float: left;
    }

    .about_img_row td:first-child {
        width: 100% !important;
    }

    .about_img_row td {
        width: 25% !important;
        text-align: center;
        border: none;
    }

    .about_title {
        padding-left: 0px;
    }

    /*.content_title {*/
    /*margin-bottom: 0;*/
    /*}*/
    .ppp {
        padding-top: 0 !important;
    }

    .about_empty {
        display: none !important;
    }


    .activity_table td {
        width: 20% !important;
    }

    /*.bbw {*/
    /*border-bottom: 0;*/
    /*}*/
    .about_content {
        /*padding: 0 20px;*/
    }

    .about_img_con {
        height: 80px;
        /*text-align: center;*/
    }

    .icona2 {
        margin-top: 10px;
    }

    .icona4 {
        margin-top: 4px;
    }

    .about_img_row td span {
        padding: 0 5px;
        display: inline-block;
        max-width: 240px;
    }

    .about_table>tbody>tr>td:last-child {
        border: none;
    }

    .search_table {
        text-align: left;
    }

    .search_table td {
        display: inline-block;
        padding: 10px;
    }

    .search_table td:first-child {
        width: 100%;
        text-align: left;
    }

    /*.search_table td:last-child {*/
    /*width: 100%;*/
    /*text-align: left;*/
    /*}*/
    .search_label {
        float: none;
        margin: 0px !important;
        display: inline-block;
    }

    .job_search_con {
        padding: 15px 0;
    }

    .fs36 a {
        font-size: 30px;
        line-height: 35px;
    }

    .fs27 a {
        font-size: 21px;
        line-height: 26px !important;
    }

    .job_header1 {
        width: 100%;
        text-align: left;
        line-height: 130px;
        padding-left: 20px;
        padding-top: 50px;
    }

    .job_header_career {
        line-height: 60px;
    }

    .job_header2 {
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
    }

    .job_header_fix {
        padding-top: 70px;
    }

    /*.bb {*/
    /*width: 50% !important;*/
    /*display: inline-block;*/
    /*}*/
    /*.bb a {*/
    /*width: 50% !important;*/
    /*display: block;*/
    /*}*/
    .buttons_con2 td {
        width: 50% !important;
        /*display: inline-block;*/
        display: inline-table;
        line-height: 90px !important;
    }

    .bg {
        background: #959595 !important;
        box-shadow: 0px 0px 1px #716767;
    }

    .employe_header1 {
        width: 70%;
        font-size: 34px;
        padding-left: 20px;
        padding-top: 62px;
        margin: 0;
    }

    .choose_country2 {
        float: none;
        margin: 0;
        padding: 15px 10px 10px 20px;
    }

    .employe_header2_table {
        position: relative;
        margin: 0;
        display: block;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .slider3_title2 {
        font-size: 20px;
    }

    .slider3_table img {
        width: 26%;
    }

    .services_footer {
        background-position: right -80px bottom;
    }

    .job_search_table_con {
        padding: 0;
    }

    .jobs_table th {
        padding: 10px;
    }

    .pagination2 {
        padding: 0 5px;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    .header_menu {
        float: none;
        /*display: inline-block;*/
        /*width: 100%;*/
        text-align: center;
        margin: 0 -10px;
        margin-top: 20px;
    }

    .header_menu ul {
        float: none;
        display: inline-block;
    }

    .header_menu ul {
        float: none;
        display: inline-block;
    }

    .header_menu ul li a {
        padding: 10px 2px;
        font-size: 14px;
    }

    .front_people {
        background-size: contain;
    }

    .front_info1 {
        width: 20%;
    }

    .front_info2 {
        width: 23%;
    }

    .front_info3 {
        width: 23%;
    }

    .front_info4 {
        width: 23%;
    }

    .front_count {
        font-size: 80px;
    }

    .front_slider1_block {
        background-size: 850px;
    }

    .front_slider_info {
        font-size: 20px;
        padding: 0 10px;
    }

    /*.front_slider_con1 {*/
    /*height: 320px;*/
    /*}*/
    .front_slider1 {
        /*padding-top: 40px;*/
        height: 370px;
    }

    /*.pages {*/
    /*margin-top: -130px;*/
    /*}*/
    .front_slider2_con {
        background-position: right -140px center;
    }

    .front_slider2 {
        font-size: 22px;
        line-height: 35px;
    }

    .front_slider2 span {
        font-size: 36px;
    }

    /*.front_slider22 {*/
    /*padding: 133px 10px;*/
    /*}*/
    .front_slider22 {
        height: 370px;
        padding-top: 120px;
    }

    .front_slider2 {
        width: 60%
    }

    .front_slider3 {
        height: 370px;
        padding-top: 50px;
    }

    .activity_table td {
        padding: 5px;
        font-size: 20px;
    }

    .jobs_table {
        font-size: 18px;
    }

    .fs36 a {
        font-size: 20px;
        line-height: 25px;
    }

    .employe_content .fs27 a {
        font-size: 16px;
        line-height: 20px !important;
        width: 100%;
        display: inline-block;
        line-height: 85px !important;
    }

    .contacts_inner {
        width: 32%;
    }
}

@media screen and (max-width: 768px) {

    /*.about_table .about {*/
    /*padding: 30px 20px;*/
    /*}*/
    body {
        padding-bottom: 10rem;
    }

    .footer_table td {
        display: inline-block;
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        height: auto;
        padding: 5px 10px !important;
    }

    .footer_table td:last-child {
        padding-top: 0 !important;
    }

    .info_blocks {
        display: none;
    }

    .desktop_only2 {
        display: none;
    }

    .mobile_only2 {
        display: block;
    }

    .front_buttons td {
        font-size: 24px;
        line-height: 80px;
    }

    .front_count {
        font-size: 60px;
    }

    .front_slider1_block {
        background-size: 633px;
        background-position: center 16px;
    }

    .front_slider_info {
        font-size: 16px;
        padding: 0 10px;
    }

    /*.front_slider_con1 {*/
    /*height: 280px;*/
    /*}*/
    /*.pages {*/
    /*margin-top: -160px;*/
    /*}*/
    .front_slider2_con {
        background-size: 1310px;
    }

    .front_slider22 {
        /*height: 330px;*/
        padding-top: 120px;
    }

    .lang_en .front_buttons td {
        font-size: 28px;
    }

    .footer_table td:nth-child(1) {
        padding-top: 10px !important;
    }

    .content_top {
        text-align: center;
    }

    .content_title {
        font-size: 60px;
    }

    .service {
        font-size: 30px;
        padding: 20px 60px 20px 40px;
        background-position: right 29px;
    }

    .service:hover {
        background-position: right 29px;
    }

    .about_img_row td {
        font-size: 18px;
        line-height: 26px;
    }

    .jobs_table {
        font-size: 15px;
    }

    .jobs_table td {
        padding: 10px;
    }

    .job_desc {
        padding: 20px;
    }

    .from_con {
        padding: 20px;
    }

    .category_desc {
        margin-bottom: 40px;
    }

    .comments_form .form_block,
    .comments_form .form_block.block_left,
    .comments_form .form_block.block_right {
        display: block;
        width: 100%;
    }

    .comments_form .form_input {
        width: 100%;
    }

    .comments_form .form_block.block_right {
        padding-left: 0px;
        text-align: left;
    }

}

@media screen and (max-width: 760px) {
    .header {
        margin-top: 15px;
    }

    .logo img {
        width: 100px;
    }

    .content_title {
        font-size: 40px;
    }

    .front_title {
        letter-spacing: 0;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block;
    }

    .front_slider1 {
        /*padding-top: 40px;*/
        height: 330px;
    }

    /*.front_slider22 {*/
    /*padding: 131px 10px;*/
    /*}*/
    .front_slider2 span {
        font-size: 33px;
    }

    .front_slider2 {
        font-size: 22px;
    }

    .front_slider2_con {
        background-size: 1230px;
    }

    .front_slider22 {
        height: 330px;
        padding-top: 100px;
    }

    .slider3_title2 {
        font-size: 16px;
    }

    .front_line {
        margin: 0 20px;
    }

    .values_responsive {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .front_slider3 {
        height: 330px;
    }

    .lang_en .front_buttons td {
        font-size: 22px;
    }

    /*.about_table .about {*/
    /*padding: 20px;*/
    /*}*/
    .about_img_row td {
        width: 50% !important;
    }

    .activity_table td {
        width: 50% !important;
        display: inline-block;
        padding: 10px;
        font-size: 18px;
    }

    .activity_table {
        text-align: center;
    }

    .jobs_table {
        border-spacing: 0;
    }

    .jobs_table td {
        border: 1px #b4b6b3 solid;
    }

    .button_w20 {
        width: 50%;
        display: inline-block;
    }

    .buttons_con td a {
        width: 100%;
        display: block;
        height: 80px;
        line-height: 60px !important;
        box-sizing: border-box;
    }

    .job_header1 {
        line-height: 130px;
        font-size: 30px;
    }

    .job_header_career {
        line-height: 60px;
    }

    .job_header2 {
        font-size: 20px;
    }

    .from_con table {
        width: 100%;
    }

    .button_w20 a {
        /*background: red;*/
        /*#868686*/
        /*#959595*/
        background: #959595;
        box-shadow: 0px 0px 1px #716767;
    }

    .people5 {
        width: 200px;
        height: 220px;
        background-size: contain;
        /*margin-top: 27px;*/
        /*margin-right: 20px;*/
        right: 20px;
    }

    .employe_header1 {
        font-size: 26px;
        line-height: 28px;
        /*height: 120px;*/
        padding-top: 100px;
        /*line-height: normal;*/
    }

    /*.employe_header1 {*/
    /*max-width: 70%;*/
    /*margin: 0;*/
    /*}*/
    /*.choose_country2 {*/
    /*max-width: 70%;*/
    /*}*/
    .employe_header1 {
        height: 100px;
        padding-top: 35px;
    }

    .job_content .category2 {
        display: none;
    }

    .job_desc {
        /*padding-top: 0;*/
    }

    .employe_content .category2 {
        display: none;
    }

    .employe_header2_table2 {
        display: block;
        /*margin-top: 20px;*/
        /*margin-left: 20px;*/
        padding: 20px;
        background: #b4b6b3;
    }

    .employe_content .from_con {
        padding-top: 0px;
    }

    .custom_dropdown .dd-select a {
        font-size: 16px;
    }

    .input {
        font-size: 16px;
    }

    .career_expectations table {
        display: block;
    }

    .career_expectations table tr,
    .career_expectations table td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
}

@media screen and (max-width: 680px) {

    /*.front_slider2 {*/
    /*width: 360px;*/
    /*}*/
    .front_slider2 span {
        font-size: 28px;
    }

    .front_slider2 {
        font-size: 20px;
    }

    .front_slider2_con {
        background-size: 1280px;
    }

    .front_slider2 {
        width: 70%;
        line-height: 28px;
    }

    .people4 {
        width: 171px;
        height: 150px;
    }

    .people_career {
        width: 300px;
        height: 150px;
    }

    .job_header2_con {
        height: 78px;
        padding-top: 25px;
    }

    .job_header1 {
        line-height: 86px;
        font-size: 25px;
    }

    .job_header_career {
        line-height: 40px;
    }

    .job_item_title {
        font-size: 25px;
        line-height: normal;
    }

    .job_item {
        padding: 25px 0;
    }

    .job_item_desc {
        margin: 20px 0;
        font-size: 16px;
    }

    .job_item_desc2 {
        font-size: 16px;
    }

    .send_to_friend span {
        font-size: 20px;
        line-height: normal;
    }

    .send_form span {
        font-size: 20px;
        line-height: normal;
    }

    .required_info {
        margin-top: 33px;
    }

    .form_input,
    .form_area {
        width: 100%;
        max-width: 480px;
        margin-top: 5px;
    }

    .form_info_table td {
        /*width: 40%;*/
        display: block;
        width: 100%;
        padding: 0;
        text-align: left !important;
    }

    .people5 {
        /*width: 150px;*/
        /*height: 170px;*/
        /*background-size: contain;*/
        /*margin-top: 77px;*/
        /*margin-right: 10px;*/
        right: 0;
    }

    .choose_country2 {
        font-size: 14px;
    }
}

/*@media screen and (max-width: 680px) {*/
/*.front_slider2_con {*/
/*background-size: 1025px;*/
/*}*/
/*}*/
@media screen and (max-width: 580px) {
    .tv_projektas_image {
        float: none;
        text-align: center;
    }

    .front_buttons td {
        font-size: 13px;
        line-height: 50px;
    }

    .front_count {
        font-size: 40px;
    }

    .front_slider1_block {
        background-size: 450px;
        background-position: center 23px;
    }

    .front_slider_info {
        font-size: 14px;
        padding: 0 10px;
    }

    /*.front_slider_con1 {*/
    /*height: 220px;*/
    /*}*/
    /*.pages {*/
    /*margin-top: -220px;*/
    /*}*/
    /*.front_slider1 {*/
    /*padding-top: 20px;*/
    /*}*/
    /*.front_slider22 {*/
    /*padding: 115px 10px;*/
    /*}*/
    .front_slider1 {
        /*padding-top: 40px;*/
        height: 270px;
        padding-top: 50px;
    }

    .front_slider22 {
        height: 270px;
    }

    .front_slider22 {
        padding-top: 85px;
    }

    .front_slider2_con {
        background-size: 1025px;
    }

    .front_slider2 span {
        font-size: 22px;
    }

    .front_slider2 {
        font-size: 16px;
    }

    .slider3_title2 {
        font-size: 12px;
    }

    .front_slider3 {
        padding: 50px 5px 0px 20px;
        height: 270px;
    }

    /*.front_line {*/
    /*margin: 0 20px;*/
    /*}*/
    .values_responsive {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .front_line {
        margin: 0 10px;
    }

    .slider3_table td {
        width: 24%;
    }

    .slider3_table td:last-child {
        width: 22%;
    }

    .slider3_title2 div {
        margin-top: 10px;
    }

    .lang_en .front_buttons td {
        font-size: 16px;
    }

    .service {
        font-size: 20px;
        padding: 10px 40px 10px 20px;
        background-position: right 16px;
        background-size: 26px;
    }

    .service:hover {
        background-position: right 16px;
        background-size: 26px;
    }

    .services_footer {
        background: none;
        padding: 0;
        margin: 0;
        height: auto;
    }

    .services_content .dd-selected {
        padding: 5px 20px;
    }

    .services_content .dd-selected-text {
        font-size: 20px;
    }

    .services_content .dd-selected-image {
        margin-top: 3px;
    }

    .custom_dropdown .dd-pointer {
        background-size: 34px;
        width: 24px;
    }

    .dd-option {
        font-size: 14px;
    }

    .dd-option label {
        margin-top: 2px;
        margin-bottom: 0;
    }

    .services_con {
        margin-top: 30px;
    }

    .services_content .mt40 {
        margin-top: 20px !important;
    }

    .about {
        font-size: 28px;
    }

    .job_header {
        position: relative;
    }

    .people4,
    .people_career {
        width: 114px;
        height: 100px;
        position: absolute;
        right: 0;
        bottom: 0;
        /*margin-top: 50px;*/
        /*display: none;*/
    }

    .career .people4,
    .career .people_career {
        display: none;
    }

    .job_header1 {
        /*height: 100px;*/
        /*line-height: normal;*/
        font-size: 20px;
    }

    .job_header_career {
        font-size: 18px;
    }

    .job_header2 {
        /*line-height: normal;*/
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 0;
        max-width: 70%;
        margin: 0;
    }

    .job_header1 {
        background: #b4b6b3;
        padding-top: 0;
        line-height: normal;
        height: auto;
        padding-top: 5px;
    }

    .job_header2_con {
        height: auto;
        padding-top: 0;
    }

    /*.job_header_fix {*/
    /*padding-top: 41px;*/
    /*}*/
    .job_content .job_header {
        padding-top: 35px;
    }

    .job_header_fix {
        padding-top: 21px;
        padding-bottom: 13px;
    }

    /*.job_header2_con {*/
    /*padding-top: 10px;*/
    /*}*/
    /*.employe_header1 {*/
    /*padding-top: 55px;*/
    /*width: 50%;*/
    /*margin: 0;*/
    /*}*/
    /*.choose_country2 {*/
    /*width: 50%;*/
    /*margin: 0;*/
    /*}*/
    .people5 {
        width: 140px;
        height: 148px;
    }

    .employe_header2_table {
        margin-top: 5px;
    }

    .contacts_inner {
        width: 49%;
    }

    .exitForm {
        height: 100%;
        position: absolute;
        padding: 15px;
        top: 0;
        right: 0;
        left: 0;
        background-color: #959595;
        z-index: 109999;
        color: #fff;
        font-size: 13px;
    }

    .exitForm .checkbox_block {
        display: block;
    }

    .exitForm .checkbox_block input[type=checkbox] {
        margin-left: 0;
    }
}

@media screen and (max-width: 520px) {
    .buttons_con2 td {
        position: relative;
    }

    .employe_content .fs27 a {
        /*margin: 0 auto;*/
        /*left: 0;*/
        /*right: 0;*/
        /*position: absolute;*/
        line-height: normal !important;
        display: table-cell;
    }

    /*.buttons_con2 td {*/
    /*display: inline-table;*/
    /*}*/
}

@media screen and (max-width: 480px) {
    .job_item5 {
        margin: 10px;
    }

    .required_info {
        width: 100%;
        margin-top: 0;
        float: none;
    }

    .send_form {
        float: none;
        margin-top: 10px;
    }

    .form_input,
    .form_area {
        margin-bottom: 10px;
    }

    .buttons_con td a {
        line-height: normal !important;
        padding-top: 26px;
    }

    .fs27 a {
        font-size: 15px;
    }

    /*.employe_content .fs27 {*/
    /*overflow: hidden;*/
    /*}*/
    /*.employe_content .fs27 a {*/
    /*line-height: normal!important;*/
    /*padding-top: 40px;*/
    /*}*/
    /*#click_14 a {*/
    /*padding-top: 30px;*/
    /*}*/
}

@media screen and (max-width: 414px) {
    .content {
        font-size: 16px;
    }

    .job_desc {
        font-size: 16px;
    }

    .from_con {
        font-size: 16px;
    }

    .employe_content .category_desc {
        font-size: 16px !important;
    }

    .form_info {
        font-size: 16px;
    }

    .front_count {
        font-size: 20px;
    }

    .front_slider1_block {
        background-size: 250px;
        background-position: center 32px;
    }

    .front_slider_info {
        font-size: 12px;
        padding: 0 10px;
    }

    /*.front_slider_con1 {*/
    /*height: 170px;*/
    /*}*/
    /*.pages {*/
    /*margin-top: -270px;*/
    /*}*/
    /*.front_slider1 {*/
    /*padding-top: 0px;*/
    /*}*/
    /*.front_slider22 {*/
    /*padding: 98px 10px 97px 10px;*/
    /*}*/
    .front_slider1 {
        /*padding-top: 40px;*/
        height: 200px;
        padding-top: 20px;
    }

    .front_slider22 {
        height: 200px;
        padding-top: 10px;
        line-height: 20px;
    }

    .front_slider2 {
        width: 60%;
        line-height: 22px;
        padding-top: 20px;
    }

    .lang_lt .front_slider2 {
        width: 65%;
        line-height: 22px;
        padding-top: 50px;
    }

    .front_slider2_con {
        background-size: 830px;
    }

    .front_slider2_con {
        background-position: right -102px center;
    }

    .front_slider2 span {
        font-size: 18px;
    }

    .front_slider2 {
        font-size: 14px;
    }

    .front_slider3 {
        height: 200px;
        padding-top: 10px;
    }

    .values_responsive {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 26px;
    }

    .footer_table {
        font-size: 12px;
    }

    .footer_table td {
        padding: 2px 10px !important;
    }

    .footer_table td:nth-child(3) {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .footer_table td:nth-child(4) {
        padding-top: 0 !important;
        padding-bottom: 40px !important;
    }

    .slider3_title2 {
        font-size: 10px;
    }

    .lang_lt .front_slider3 {
        padding-top: 25px;
    }

    .lang_en .front_buttons td {
        font-size: 13px;
    }

    .header {
        padding: 0 10px;
    }

    .services_content {
        padding: 0 10px;
    }

    .content_title {
        font-size: 30px;
    }

    .about_img_con img {
        width: 50px;
    }

    .about_img_con {
        height: 50px;
    }

    .about_img_row td {
        font-size: 16px;
        line-height: 24px;
    }

    /*.td2 {*/
    /*padding: 0 10px;*/
    /*}*/
    .td2 {
        padding: 15px 0;
    }

    .about_content {
        margin-bottom: 10px !important;
    }

    .about_table .about {
        font-size: 25px;
    }

    .about_table .about {
        padding: 10px 20px;
    }

    .about_content {
        /*padding: 0 10px;*/
    }

    .about_table>tbody>tr>td {
        padding: 20px 10px;
    }

    .content_title_con2 {
        padding: 0px 10px !important;
    }

    .job_desc {
        padding: 10px;
        /*padding-top: 0px;*/
    }

    .jobs_table {
        font-size: 13px;
    }

    .pa {
        width: 30px;
        height: 28px;
        font-size: 15px;
        line-height: 28px;
    }

    .input {
        width: 100%;
    }

    .search_table td {
        width: 100%;
    }

    .search_icon {
        width: 37px;
        height: 35px;
        background-size: contain;
    }

    .employe_header1 {
        font-size: 20px;
    }

    .employe_header1,
    .choose_country2 {
        width: 70%;
    }

    .jobs_table td {
        padding: 10px 2px;
        font-size: 12px;
    }

    .contacts_inner {
        width: 99%;
    }
}

@media screen and (max-width: 370px) {

    /*.buttons_con td {*/
    /*line-height: normal!important;*/
    /*}*/
    .people5 {
        display: none;
    }

    .employe_header1,
    .choose_country2 {
        width: 100%;
    }

    .job_header1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    .front_slider2 span {
        font-size: 14px;
    }

    .front_slider2 {
        font-size: 12px;
    }

    .front_slider2_con {
        background-size: 770px;
    }

    .front_buttons td {
        font-size: 12px;
    }

    .slider3_tit {
        font-size: 12px;
    }

    .values_responsive {
        font-size: 18px;
        line-height: 30px;
    }

    .front_slider3 {
        padding-top: 0;
    }

    .lang_en .front_buttons td {
        font-size: 11px;
    }

    .service {
        font-size: 15px;
        padding: 10px 35px 10px 20px;
        background-position: right 13px;
        background-size: 23px;
    }

    .service:hover {
        background-position: right 13px;
        background-size: 23px;
    }

    .jobs_table {
        font-size: 12px;
    }
}

/* mobile nav */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 40px;
    height: 45px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    background: #164396;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 12px;
}

#nav-icon3 span:nth-child(4) {
    top: 24px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3 {
    float: right;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
    /*z-index: 999;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.popup_overlay {
    background: url("../images/overly.png");
    position: fixed;
    display: none;
    /* color with alpha channel */
    /*background-color: rgba(0, 0, 0, 0.7); */
    /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.popup_content {
    z-index: 11;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 100px;
    display: none;
    position: fixed;
}

.popup_content a {
    display: inline-block;
    max-width: 80%;
}

.popup_content img {
    width: 100%;
}

.close_popup {
    position: absolute;
    width: 22px !important;
    height: 20px !important;
    cursor: pointer;
    margin-left: -50px;
    margin-top: 30px;
}

.close_popup:hover {
    opacity: 0.8;
}

.dim {
    background-color: #000;
    position: fixed;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    bottom: 0;
}

.agreements {
    position: fixed;
    width: 600px;
    height: 500px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    bottom: 0;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 660px) {
    .agreements {
        width: 300px;
    }
}

.agreements__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.legal {
    overflow-y: scroll;
    margin: 0 auto;
    height: 275px;
}

@media screen and (max-width: 660px) {
    .legal {
        height: 50%;
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sutinku {
    background: #0054a6;
    display: inline-block;
    color: #fff;
    padding: 13px 50px;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 150px;
}

.sutinku:hover {
    background: #fff;
    color: #0054a6;
    border: 1px solid #0054a6;
}

.agreements__close {
    position: absolute;
    right: 20px;
    height: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
    overflow: hidden;
}

.agreements__close:before,
.agreements__close:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #000000;
    left: 0;
    transition: all .3s ease-in;
}

.agreements__close:before {
    top: 50%;
    transform: rotate(45deg);
}

.agreements__close:after {
    top: 50%;
    transform: rotate(-45deg);
}

.hide {
    display: none;
}

.legalCheckbox {
    text-align: center;
    margin-top: 30px;
}

.errRed {
    color: red;
}