/* Global =================================================================== */

html, body{
    width: 100%;
    height: 100%;

}

body {
    background-color: #fff;
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

input:focus,
textarea:focus{
    outline: none;
}

input, textarea{
    font-family: 'Roboto', sans-serif;
}

/* Wrapper ================================================================== */

.layout{
    width: 1200px;
    margin: 0 auto;
    will-change: blur;
}
#popup-manager.popup-show + , .wrap_blur {
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -ms-filter:blur(2px);
    -o-filter:blur(2px);
    filter:blur(2px);
}
/* Header =================================================================== */

 header{
}

header #logo a, header #logo > span{
    display: block;
    float: left;
    width: 180px;
    height: 75px;
}

/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    position: relative;
    z-index: 15;
    height: 75px;
    line-height: 75px;
    display: flex;
    justify-content: space-between;
    width: calc( 100% - 360px );
    float: left;
}

header .menu .item{
}

header .menu > li {
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#282828;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
header .menu > li > a span.wrap > span.counter {
    margin: 0 0 0 5px;
}
header .menu > li > a span.wrap > span.counter:before {
    content: '(';
}
header .menu > li > a span.wrap > span.counter:after {
    content: ')';
}
header .menu > li > a:hover {
    text-decoration: underline;
}

header .menu > li.active > a { text-decoration: underline; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-left-leftradius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    height:50px;
    background: #34495e;
    padding: 0;
    margin-bottom: 10px;
    font-size:12px;
}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
    position: relative; z-index: 5; float: left;
    height: 50px;
    line-height: 50px;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

nav .menu > li > a:hover {
    background: #27ae60 !important;
}

nav .menu > li.active > a { background: #2980b9 !important; }
nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

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

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { margin:-20px; margin-bottom: 20px; background:#ecf0f1; padding:0 10px; position: relative; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(236,240,241,0.1) 0%, rgba(236,240,241,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to right,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aecf0f1', endColorstr='#ecf0f1',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    color: #2c3e50;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;
}

#breadcrumbs ul li a {
    color:#2c3e50;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    padding:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat center center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{
}

#body section article {
    padding: 20px;
    background:#FFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 + .parent_title{
    font-size:16px;
    margin: -10px 0 20px 0;
}
.item_group_title {
    background: url("../images/icons/group.png") no-repeat left center;
    padding: 0 0 0 25px;
}
/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li,
#body section .menu, #body section .menu li
{ margin:0; padding:0; list-style: none; background:#FFF; display: block; }

#body aside .menu ul,
#body section .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu {
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active,
#body section .menu li:hover,
#body section .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}
#body aside .menu li:last-child {
    border-bottom: none;
}
#body aside .menu li:hover > ul {
    visibility: visible;
}
aside .menu .item, section .menu .item {
    background: url("../images/icons/item.png") no-repeat 10px center;
}
#body aside .menu li.active .item,
#body section .menu li.active .item {
    color:#000;
}
#body aside .menu a,
#body aside .menu span.item,
#body section .menu a,
#body section .menu span.item {
    overflow: hidden;
    display:block;
    color:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
    white-space: normal;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter,
#body section .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter,
#body section .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

 footer{
     padding-bottom: 30px;
}

 footer .logo-bottom{
     float: left;
     width: 250px;
 }

footer .menu-footer{
    float: left;
    width: 750px;
}

footer .powered{
    float: right;
    width: 200px;
    text-align: right;
    padding-top: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}

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

 footer ul {
    overflow: hidden;
     display: flex;
     justify-content: space-around;
}

 footer ul li {
    height: 40px;
    line-height: 40px;
    float:left;
    margin-right: 15px;
}

footer ul li a{
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

 footer ul li:last-child { margin:0; }



 footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#debug_block{
    display:none;
}

.queries_wrap .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

.queries_wrap .query .src{
    font-size:12px;
    color:#999;
}
.queries_wrap .query .debug_data{
    margin-top:4px;
}
.queries_wrap .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.queries_wrap .red_query {
    color: #c0392b;
}
.queries_wrap .green_query {
    color: #27ae60;
}
#debug_widget.tabs-menu > ul {
    border-bottom: none;
    height: 32px;
    background: #B3C2C9;
    min-width: 600px;
}
#debug_widget.tabs-menu .tabbed li {
    background: none;
}
#debug_widget.tabs-menu .tabbed li a {
    border: none;
}
#debug_widget.tabs-menu .tabbed li a:not(:hover) {
    color: #EFEFEF;
}
#debug_widget.tabs-menu .tabbed li.active a, #debug_widget.tabs-menu .tabbed li.active a:hover {
    border: none;
    margin: 0;
    color: #495358;
}
#debug_widget ol {
    padding: 0;
    margin: 0;
}

/* Footer Navigation ======================================================== */

 footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}
.modal_padding {
    padding: 10px;
    box-sizing: border-box;
    min-width: 460px;
}
.modal_padding h3, .modal_padding h2  {
    margin-top: 5px;
    white-space: nowrap;
}

.width_480 {
    width: 480px;
}
/* Media Queries ============================================================ */

@media screen and (max-width: 1200px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #FFF;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 28px;
        line-height: 20px;
        background: url(../images/icons32/menu-icon.svg) no-repeat center right;
    }
    nav select option {
        color: #333;
        background: #FFF;
        transition: all 0.3s ease;
    }
     footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
     header #logo {
         width: 102px;
         position: absolute;
         left: 50%;
         margin-left: -50px;
     }
    .tabs-menu > ul { display:none; }
    .tabs-menu > select { display:block !important; }
    .widget > .title { font-size:14px !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
    .modal_padding {
        padding: 10px;
        box-sizing: border-box;
        min-width: 320px;
    }
}

@media screen and (max-width: 480px) {
     footer #nav { display: none !important; }
    #breadcrumbs > ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 22px;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
}

/*----------------*/
.widget.mainbanner{
    max-height: 905px;
    min-height: 700px;
    background: url(../images/mainbanner.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: calc( 100vh - 60px );
    position: relative;
    min-width: 1200px;
    width: 100%;
}

.widget.mainbanner .heading{
    padding-right: 50%;
    top: calc( 50% - 250px );
    font-size: 61px;
    font-weight: 800;
    color: #282828;
    position: absolute;

}

.mainbanner .buttons-wrapper{
    position: absolute;
    bottom: 20%;
}

header{
    padding-top: 18px;
    min-height: 70px;
}
.homepage header{
    position: absolute;
    width: 100%;
    z-index: 10;

}

.darkbtn{
    display: inline-block;
    width: 280px;
    height: 65px;
    line-height: 65px;
    text-decoration: none;
    background-color: #212121;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: none;
}

.darkbtn.small{
    height: 35px;
    line-height: 35px;
}

.popup-file{
    display: inline-block;
    float: left;
    width: 180px;
    margin: 18px 0 20px 10px;
}

#popup_vacancy .or{
    padding: 10px 0 ;
    font-weight: bold;
}

.lightbtn{
    display: inline-block;
    width: 280px;
    height: 63px;
    line-height: 63px;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    border-radius: 4px;
}
.lightbtn:hover{
    background-color: rgba(255,255,255,0.3);
}

.whitebtn{
    display: inline-block;
    width: 280px;
    height: 65px;
    line-height: 65px;
    text-decoration: none;
    border: 2px solid #212121;
    background-color: #fff;
    text-align: center;
    color: #212121;
    font-size: 17px;
    font-weight: 800;
    border-radius: 4px;
}

.vacancies.darkbtn{
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/ico-anchor.png) 15px 50% no-repeat #212121;
    margin-right: 14px;
}
.resume.lightbtn{
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../images/ico-paddles.png) 15px 50% no-repeat transparent;
}
.resume:hover{
    background-color: rgba(255,255,255,0.3);
}

#light{
    float: left;
}

.expline-1{
    margin-top: 50px;
    padding-left: 330px;
    background: url(../images/bannerexp1.jpg) 25px 0 no-repeat;
    min-height: 542px;
}

.expline-1 .subtitle{
    font-size: 28px;
    font-weight: 800;
    color: #2a2e50;
    padding-bottom: 50px;
}

.expline-1 .text{
    font-size: 18px;
    color: #595858;
    padding-bottom:50px;
    text-align: justify;
}

.expline-1 .stat{
    height: 220px;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.expline-1 .stat .stat-item{
    float: left;
    height: 230px;
    padding-top: 80px;
    color: #2a2e50;
    width: 130px;
    text-align: center;
    box-sizing: border-box;
}
.expline-1 .stat .stat-item .number{
    font-size: 26px;
    padding: 10px 0;
    font-weight: bold;
}

.expline-1 .stat .stat-item .stat-text{
    font-size: 14px;
}

.expline-1 .stat .stat-item-1,
.expline-1 .stat .stat-item-3{
    background: url(../images/ico-exp-1.png) 50% 0 no-repeat;
}
.expline-1 .stat .stat-item-2{
    background: url(../images/ico-exp-2.png) 50% 0 no-repeat;
}

.expline-2{
    padding-right: 980px;
    background: url(../images/bannerexp2.jpg) 290px 0 no-repeat;
    min-height: 325px;
}

.expline-2 .subtitle {
    padding-left: 70px;
    padding-right: 30px;
    padding-top: 125px;
    width: 260px;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #2a2e50;
    box-sizing: border-box;
}

.expline-2 .subtitle a{
    text-decoration: none;
    color: #2a2e50;
    font-size: 24px;
}
.expline-2 .subtitle a:hover{
    text-decoration: underline;
}

.vacancies-wrapper{
    padding: 50px 10px;
}

#vacancies-41.vacancies-wrapper{
    padding: 0 10px 50px;
}

#vacancies-41.vacancies-wrapper .filter-panel{
    margin-top: 0;
}

h2{
    color: #2a2e50;
    font-size: 37px;
    font-weight: 800;
}

table.vacancies{
    width: 100%;
    color: #282828;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    padding: 0;
    box-shadow: 0 0 10px rgba(232,232,232,1);
    border-spacing: 0;
}

table.vacancies td span{
    display: none;
}

table.vacancies td{
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    margin: 0;

    text-transform: uppercase;
}
table.vacancies tr:last-child td{
    border-bottom: none;
}

table.vacancies th{
    color: #727272;
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

table.vacancies .morelink{
    padding: 30px 0;
    text-align: center;
}

table.vacancies .morelink a.whitebtn{
    line-height: 46px;
    height: 46px;
}

.vacancies-wrapper .filter-panel{
    background-color: #e8e8e8;
    box-shadow: 0 0 10px rgba(232,232,232,1);
    margin-bottom: 20px;
    margin-top: 50px;
}


.vacancies-wrapper .filter-panel .filter-section{
    float: left;
    width: 24.5%;
    border-right: 1px solid #d6d6d6;
    padding: 12px 25px;
    box-sizing: border-box;
    height: 86px;
}

.vacancies-wrapper .filter-panel .filter-section:last-child{
    border-right: none;
    padding-top: 20px;
    text-align: center;
}

.vacancies-wrapper .filter-panel .darkbtn{
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    width: 260px;
    box-sizing: border-box;
    background: url(../images/ico-paddles.png) 20px 50% no-repeat #212121;
}

.vacancies-wrapper .filter-panel .filter-section .subtitle{
    color: #727272;
    font-weight: bold;
    margin-bottom: 8px;
}

.vacancies-wrapper .filter-panel .filter-section .ico{
    float: left;
    width: 25px;
    height: 25px;
}

.vacancies-wrapper .filter-panel .filter-section select{
    display: inline-block;
    float: left;
    width: calc( 100% - 30px );
    background-color: transparent;
    border: 1px solid transparent;
    box-shadow: none;
}

.filter-section.rank .ico{
    background: url(../images/ico-seaman-small.png) 0 0 no-repeat;
}
.filter-section.vessel .ico{
    background: url(../images/ico-ship-small.png) 0 0 no-repeat;
}
.filter-section.date .ico{
    background: url(../images/ico-calendar-small.png) 0 0 no-repeat;
}


.clearfix:after{
    content: ' ';
    display: block;
    width: 100%;
    clear: both;
    height: 0;
}

.join-team h2{
    text-align: center;
}

.join-team .contacts-wrapper{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.join-team .contacts-wrapper .col-contacts{
    width: 250px;
    height: 120px;
    text-align: center;
    margin-top: 60px;

    font-size: 18px;
    color: #282828;
    line-height: 1.5;


}

.join-team .contacts-wrapper .col-contacts .image{
    height: 50px;
    width: 100%;
}

.join-team .contacts-wrapper .col-contacts .image.anchor{
    background: url(../images/ico-contacts-anchor.png) 50% 0 no-repeat ;
}
.join-team .contacts-wrapper .col-contacts .image.shell{
    background: url(../images/ico-contacts-shell.png) 50% 0 no-repeat ;
}
.join-team .contacts-wrapper .col-contacts .image.crab{
    background: url(../images/ico-contacts-crab.png) 50% 0 no-repeat ;
}
.join-team .contacts-wrapper .col-contacts .image.social {
    background: url(../images/chain.png) 50% 0 no-repeat;
}


.join-team .banner-bottom{
    height: 300px;
    width: 100%;
    background: url(../images/bottombanner.jpg) 50% 0 no-repeat;
    margin-bottom: 40px;
    margin-top: 55px;
}

.join-team .banner-bottom a{
    display: block;
    margin-right: 100px;
    margin-top: 130px;
    float: right;
}

.instagram-ico{
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: #2f4674;
    margin-right: 10px;
}

.facebook-ico,
.linkedin-ico,
.viber-ico
{
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: #2f4674;
    margin-right: 10px;
}

.linkedin-ico svg,
.viber-ico svg {
    width: 30px !important;
    height: 30px !important;
}


.layout.bannerjob{

    background: url(../images/bannerjob.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 273px;
    position: relative;
}

.layout.bannercontacts,
.layout.bannervacancies
{
    background: url(../images/bannercontacts.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 273px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 120px 0 40px;
    justify-content: space-between;
}
.layout.bannervacancies{
    background: url(../images/bannerjob1.jpg) 50% 50% no-repeat;
}

.bannercontacts .line-1,
.bannervacancies .line-1{
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
}

.bannercontacts .line-wave,
.bannervacancies .line-wave{
    background: url(../images/wave.png) 100% 50% no-repeat;
    height: 22px;
    width: 159px;
}

.join-team.contacts .contacts-wrapper{
    justify-content: space-between;
}

.join-team.contacts .contacts-wrapper .col-contacts {
    font-size: 20px;
    width: 280px;
    margin-top: 20px;
    height: 250px;
}

.join-team.contacts .contacts-wrapper .col-contacts .image{
    height: 90px;
}

.join-team.contacts .contacts-wrapper .col-contacts .image.anchor{
    background: url(../images/ico-contacts-anchor-big.png) 50% 0 no-repeat;
}
.join-team.contacts .contacts-wrapper .col-contacts .image.shell{
    background: url(../images/ico-contacts-shell-big.png) 50% 0 no-repeat;
}
.join-team.contacts .contacts-wrapper .col-contacts .image.crab{
    background: url(../images/ico-contacts-crab-big.png) 50% 0 no-repeat;
}

.contacts-bg{
    background: url(../images/contactsbg.png) 50% 0 no-repeat;
    padding-top: 65px;
    padding-bottom: 65px;
}

.contacts-bg .panel{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    padding: 80px 55px 50px;

}

.contacts-bg .panel .col{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.contacts-bg .panel .col-contacts{
    width: 300px;
    height: 105px;
}

.contacts-bg .panel .col-contacts input,
.contacts-bg .panel textarea
{
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #282828;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.contacts-bg .panel textarea{
    resize: vertical;
}

.contacts-bg .panel .col-wide{
    width: 100%;
}

.contacts-bg .panel label{
    font-size: 12px;
    font-weight: 800;
    color: #727272;
    width: 100%;
}

.contacts-bg .panel .button-wrapper{
    padding: 20px 0 0 0 ;
    text-align: center;
    width: 100%;
}

.contacts-bg .panel .button-wrapper .darkbtn{
    background: url(../images/ico-crab.png) 40px 50% no-repeat #212121;
    margin: 0 auto;
    padding-left: 50px;
}


.hiddeninfo{
    display: none;
}

#burger{
    display: none;
    background: url(../images/burger.png)  50% 50% no-repeat;
    width: 40px;
    height: 26px;
    cursor: pointer;

}

.vacancies-table-wrapper .ico-info{
    display: inline-block;
    background: url(../images/ico-information.png);
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: middle;
}

