/*
Theme Name: carrier
Author: Vitaliy Shutenko
Text Domain: carrier

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
a.logotype {
    display: inline-block;
    vertical-align: top;
    width: 51%;
    max-width: 274px;
    /* border-right: 1px solid #fff; */
    padding-right: 20px;
    margin-top: -10px;
}
.top-menu {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    position: relative;
    border-left: 1px solid #fff;
}
@media (max-width: 1400px) {
    .top-menu {
    width: 51%;
    }
}
li.menu-item a {
    width: 100%;
    text-align: left;
}
.menu-top-menu-container, .menu-top-menu-lt-container, .menu-top-menu-pl-container, .menu-top-menu-ru-container, .menu-top-menu-ua-container, .menu-top-menu-en-container  {
    min-height: 230px;
    margin-top: 30px;
    padding: 0px;
}
header .row:last-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
.top-menu a {
    width: 49%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}
.language {
    width: 12%;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 64%);
    height: 40px;
}
.language .dropdown a {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.contacts {
    display: inline-block;
    vertical-align: top;
    width: 87%;
    height: 40px;
}
.hidden {
	display: none;
}
header {
    height: auto;
    padding-top: 40px;
}
header .socials {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-left: 0;
    text-align: center;
    height: 40px;
    /* line-height: 40px; */
}
header .socials a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 5px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    /* float: left; */
    margin-top: 5px;
}
header .socials a i {
    font-size: 18px;
}

.kontakt {
    display: inline-block;
    vertical-align: top;
    height: 76px;
    margin-top: -16px;
    float: right;
}
.kontakt a {
    display: block;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
}
.kontakt a i {
    font-size: 18px;
    margin-right: 10px;
    color: #003087;
    border-radius: 50%;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 3px;
}
.career-search {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 80%;
    text-align: center;
}
.career-search form input {
    font-size: 14px;
    width: 100%;
}
.career-search h1 {
    color: #fff;
    margin-bottom: 10px;
    width: auto;
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}
.main-image-container .searchform {
    position: relative;
    text-align: left;
    width: 200px;
    height: 30px;
    display: block;
    margin: 10px auto;
}
.career-search form input {
    font-size: 14px;
    width: calc(100% - 180px);
    font-weight: 500;
}
.main-image-container .searchform:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 180px);
    background-color: #757575;
    z-index: 1;
}
input.submitbtn {
    width: 80px !important;
    float: right;
    display: inline-block;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background: #003087;
    color: #fff;
}

section#benefits {
    background: #003087;
    padding: 20px 0;
}
section#benefits .row_images {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
img.img-benefit {
    width: 30%;
    display: inline-block;
    float: left;
    margin: 0 15px;
}
.benefittext {
    width: 58%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 0px;
}
.benefittext span:first-child {
    font-weight: 700;
    font-size: 60px;
    text-align: left;
    display: block;
    line-height: 60px;
    color: #fff;
}
.benefittext span:last-child {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    line-height: 30px;
    color: #fff;
}
.col-sm-25 {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 15px;
}

#frame {
    overflow: hidden;
    width: 100%;
    height: 550px;
    margin-top: 0px;
}
.row_achievements.row {
    padding: 30px 0;
}
img.img-achievement {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.row_philosofy {
	padding: 30px 0;
}
img.img-philosofy {
    width: 30%;
    display: inline-block;
    float: left;
    margin: 0 15px;
    margin-right: 20px;
    padding-left: 90px;
    margin-bottom: 70px;
}
.philosofytext {
    width: 60%;
    padding-right: 50px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-bottom: 30px;
}
.philosofytext span:first-child {
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    display: block;
    line-height: 50px;
    color: #003087;
}
.philosofytext span:last-child {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    display: block;
    line-height: 20px;
    color: #444;
}
img.img-branches {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.col-sm-12.empl-feedback img {
    display: none;
}


.feedname {
    display: inline-block;
    width: 85%;
    float: left;
    vertical-align: top;
    border-top-right-radius: 50px;
    height: 70px;
    background: #009ada;
    color: #fff;
    padding-top: 14px;
    text-align: left;
    padding-left: 10px;
}
.career-search form input:first-child {
    display: none;
}
.cd-select {
    font-size: 14px;
    width: calc(100% - 100px);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
input.submitbtn {
    width: 100px !important;
}
.main-image-container .searchform:before {
    display: none;
}
input.submitbtn {
    width: calc(100% - 121px) !important;
    display: inline-block;
    height: 30px !important;
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 30px !important;
}
.footer {
    display: block;
    height: 73px;
    background: #003087;
    padding-top: 24px;
    text-align: center;
}
.footer a.privacylink {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    margin: 0 auto;
}
.cd-select {
    font-size: 26px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    width: 121px;
    height: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 0 0px;
    position: relative;
}

.new-select {
    font-size: 12px;
    line-height: 32px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    width: 121px;
    height: 30px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    padding: 0 15px;
    cursor: pointer;
    user-select: none;
    display: block;
    background: #fff;
    z-index: 2;
}

.new-select__list {
    position: absolute;
    top: 15px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 1;
    background: #888a8c;
    user-select: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 4px 0px 0 15px;
    font-size: 12px;
    color: #fff;
    text-transform: none;
}
.new-select__item span:hover {
    color: #003087;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}


.language a {
    cursor: pointer;
}
.dropdownmenu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 53px;
    overflow: auto;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 30%);
    z-index: 9;
    top: 42px;
}
.dropdownmenu-content.active {
    display: block;
    overflow: hidden;
    left: -23px;
    position: absolute;
}
.dropdownmenu-content.active a {
    color: #000;
    padding: 0 15px;
}
.dropdownmenu-content.active a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

section h2 {
    line-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 2px solid #003087;
    font-size: 60px;
    color: #003087;
    font-weight: 700;
}
.textarea {
    display: inline-block;
    width: 49%;
    vertical-align: top;
 
    padding-right: 20px;
       font-size: 18px;
    color: #757575;
    font-weight: 400;
    background: #fff;
    padding: 20px;
    text-align: left;
    margin-right: 1%;
        min-height: 360px;
        float: left;
}
.videoarea {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    float: right;
}
.textvideo {
    background: transparent;
    padding: 0px;
    min-height: 400px;
    margin-top: 30px;
    margin-bottom: 0px;
    overflow: auto;
}
.videoarea iframe {
    width: 100%;
    min-height: 360px;
    border: none;
}
.philosofytext span:last-child {
    font-weight: 400;
    font-size: 19px !important;
    text-transform: none;
    text-align: left;
    display: block;
    line-height: 20px !important;
    color: #444;
}
.philosofytext span:first-child {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    display: block;
    line-height: 40px;
    color: #003087;
}
img.img-achievement {
    max-height: 130px;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 40px auto;
    display: block;
}
.emp_name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.emp_rol {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}
.feedflag {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 95px;
    float: left;
    background: #009ada;
    color: #fff;
    padding-top: 35px;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
}
.feedflag img {
    max-width: 100%;
}
.feedname {
    display: inline-block;
    width: calc(83% - 40px);
    float: left;
    vertical-align: top;
    border-top-right-radius: 50px;
    height: 95px;
    background: #009ada;
    color: #fff;
    padding-top: 20px;
    text-align: left;
    padding-left: 10px;
}
.feedfoto {
    display: inline-block;
    width: 17% !important;
    float: left;
    vertical-align: top;
    border-top-left-radius: 50px;
    height: 95px !important;
    background-color: #009ada;
    background-image: url(http://kariera.hegelmann.pl/wp-content/uploads/2020/04/AF9I2413-1-1.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.empl-feedback span {
    font-size: 14px;
    text-align: left;
}
.empl-container > div+div {
    background-color: #fff;
    padding: 20px 0;
    margin: 10px 0px !important;
    min-height: 220px;
}


img.img-branches {
    max-width: 80%;
    height: auto;
    margin: 34px auto;
    max-height: 120px;
    width: auto;
}
.row_achievements2 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #003087;
    border-bottom: 2px solid #003087;
}
.row_achievements2.row {
    margin-top: -300px;
    z-index: 1;
    position: relative;
    background: #f0f0f0;
    padding-bottom: 0;
    min-height: 370px;
}
@media (max-width: 800px) {
.row_achievements2 h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #003087;
    border-bottom: 2px solid #003087;
}
.row_achievements2.row {
    margin-top: 0;
    z-index: 1;
    position: relative;
    background: #f0f0f0;
    padding-bottom: 0;
    min-height: auto;
}
#videyoutube {
    display: none;
}
.philosofytext span:last-child {
    font-weight: 400;
    font-size: 14px !important;
    text-transform: none;
    text-align: left;
    display: block;
    line-height: 16px !important;
    color: #444;
}
.philosofytext {
    width: 60%;
    padding-right: 0px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-bottom: 30px;
}
.philosofytext span:first-child {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    display: block;
    line-height: 30px;
    color: #003087;
}
.row_philosofy.fil div.col-sm-6:first-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.emp_name {
    font-size: 26px;
    line-height: 42px;
}
.emp_rol {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.empl-feedback span {
    font-size: 14px;
    text-align: left;
}
.empl-container > div+div {
    min-height: 380px;
}

	.career-search {
	    position: absolute;
	    top: 40%;
	    left: 5%;
	    width: 90%;
	    text-align: center;
	}
	.main-image-container .searchform {
    	position: relative;
	    width: 100%;
	}
	.career-search h1 {
	    color: #fff;
	    font-size: 26px;
	    margin-bottom: 10px;
	    width: 80%;
	    text-align: center !important;
	    font-weight: 700;
	    margin: 10px auto;
	}
	.career-search form input:first-child {
	    font-size: 11px;
	    width: calc(100% - 130px);
	    font-weight: 500;
	}
	input.submitbtn {
	    width: 70px !important;
	    float: right;
	}
	.main-image-container .searchform:before {
	    content: '';
	    display: block;
	    width: 1px;
	    height: 20px;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    left: calc(100% - 130px);
	    background-color: #757575;
	    z-index: 1;
	}
	.cd-select {
	    font-size: 11px;
	    width: 60px;
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.benefittext {
	    margin-bottom: 20px;
	}
	#frame {
	    overflow: hidden;
	    width: 100%;
	    height: 270px;
	    margin-top: 0px;
	}
	.row_achievements.row {
    padding: 10px 0;
}
section h2 {
    font-size: 26px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.col-sm-25 {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 15px;
}
img.emp_flag {
    display: none;
}

.career-search {
    position: absolute;
    top: 40%;
    left: 15%;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.main-image-container .searchform {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.cd-select {
    font-size: 11px;
    width: calc(100% - 100px);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
input.submitbtn {
    width: 100px !important;
    float: right;
}
.main-image-container .searchform:before {
    display: none;
}
.videoarea {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
}


@media(max-width: 1300px) {
    .container_block {
    width: 100%;
    padding: 0 0%;
}
}
.row_achievements2.row {
    display: none;
}