@charset "UTF-8";

.hidden {
display: none !important;
}
.job-item {
display: block;
width: 100%;
margin: 0 0 20px;
background: #ffffff;
padding: 15px 30px;
border-radius: 0.09rem;
-webkit-box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.35);
box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.35);
line-height: 1.1;
color: #333333;
}
.job-item .left {
text-align: left;
}
.job-item .right {
text-align: right;
}
.job-item .job-title {
font-weight: 400;
font-size: 24px;
line-height: 1;
margin: 0 0 28px;
}
.job-item .job-city {
margin-bottom: 28px;
}
.job-item .job-city a {
color: inherit;
}
.job-item .job-city a:hover {
color: inherit;
}
.job-item .job-title a {
color: inherit;
}
.job-item .job-title a:hover {
color: #008037;
}
.job-item .job-tags a {
display: inline-block;
vertical-align: top;
padding: 8px 12px;
border-radius: 10em;
background: #ebebeb;
color: #585858;
border: 1px solid #e7e7e7;
}
.job-item .job-tags a:hover {
opacity: 0.8;
}
.job-item .job-salery {
display: block;
margin: 0 0 22px 0;
font-size: 21px;
line-height: 1.4;
}
.single-jobs .job-item {
width: auto;
}
.single-jobs h1.small-h1 {
font-size: 39px;
line-height: 1.2;
margin: 0 0 45px;
}
.single-jobs dt {
margin: 15px 0 0;
padding: 0;
color: #696969;
}
.single-jobs dd {
margin: 0 0 0.2rem;
padding: 0;
}
.single-jobs dd a {
color: #008037;
}
.single-jobs dd a:hover {
color: inherit;
}
.single-jobs dd a.button_one {
color: #fff;
}
.single-jobs dd.price {
font-size: 17px;
font-weight: 700;
letter-spacing: -.9px;
}
.single-jobs .job-tags a {
display: inline-block;
vertical-align: top;
padding: 8px 12px;
border-radius: 10em;
background: #ebebeb;
color: #585858;
border: 1px solid #e7e7e7;
}
.single-jobs .job-tags a:hover {
opacity: 0.8;
} section.grey_block {
background: #ebebeb;
padding: 20px 0 50px;
}
.grey_block .section-h2 {
font-size: 32px;
line-height: 1.2;
margin: 0 0 30px;
font-weight: bold;
}
.grey_block .form-row__row-title,
.grey_block .input__file {
display: block;
margin: 18px 0 12px;
font-size: 15px;
line-height: 1;
text-align: left;
}
.grey_block input:not([type="checkbox"]):not([type="radio"]), textarea, select {
-webkit-appearance: none;
}
.grey_block input:not([type="submit"]):not([type="file"]) {
display: block;
width: 100%;
height: 45px;
border: none;
background: transparent;
border-bottom: 1px solid #333333;
font-size: 17px;
line-height: 1.2;
border-radius: 0;
outline: none;
box-sizing: border-box;
}
.grey_block textarea {
resize: none;
display: block;
outline: none;
padding: 15px 20px;
width: 100%;
height: 100%;
border: 1px solid #676767;
border-radius: 1.5em;
font-size: 17px;
line-height: 1.2;
color: #919191;
box-sizing: border-box;
}
.grey_block .input__file_wrap {
width: 100%;
position: relative;
margin: 15px 0;
text-align: left;
cursor: pointer;
}
.grey_block .input__file {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 26px 10px 16px;
gap: 10px;
cursor: pointer;
margin-bottom: 10px;
position: relative;
}
.grey_block input.response-form-file {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
}
.grey_block .input__file_wrap label,
.grey_block .field-input__file {
cursor: pointer;
height: 20px;
display: block;
}
.grey_block input[type="submit"] {
margin-top: 40px;
border: none;
padding: 16px 32px 17px 32px;
}
.grey_block input[type="submit"]:before {
display: none;
}
.get_breadcrumbs {
margin: 0;
padding: 0 !important;
list-style-type: none;
text-align: left;
font-size: 14px; }
.get_breadcrumbs li {
display: inline-block;
vertical-align: text-bottom;
color: #7c7c7c; }
.get_breadcrumbs li a {
color: #333;
transition: all 0.25s ease-in-out; }
.get_breadcrumbs li a:hover {
color: #6a970a;
transition: all 0.25s ease-in-out; }
.single-jobs a.directions {
display: inline-block;
vertical-align: top;
padding: 4px 6px;
border-radius: 10em;
font-size: 13px;
background: #ebebeb;
color: #585858;
border: 1px solid #e7e7e7;
transition: all .25s ease-in-out;
}
.single-jobs a.directions:hover {
background: #000;
color: #fff;
transition: all .25s ease-in-out;
}
@media (max-width: 576px) {
.job-item {
padding: 10px 15px;
}
.job-item .job-title {
text-align: center;
font-size: 20px;
}
.job-item .job-city {
display: inline-block;
font-size: 15px;
}
.job-item .job-tags {
display: inline-block;
vertical-align: middle;
font-size: 15px;
}
.job-item .job-tags a {
padding: 6px 8px;
}
.job-item .right {
text-align: center;
}
.get_breadcrumbs {
font-size: 12px;
padding-left: 0 !important; }
.get_breadcrumbs ul.get_breadcrumbs {
padding-left: 0 !important;
}
}
@media only screen and (max-width: 768px) {
.header_phone_block,
.footer .header_phone_block {
display: inline-block;
}
}
@media (min-width: 576px) {
.job-item .space-between {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.two-group-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -0.45rem;
box-sizing: border-box;
}
.grey_block .two-group-column .column-control {
-webkit-box-flex: 0;
-ms-flex: 0 0 47%;
flex: 0 0 47%;
width: 47%;
padding: 0 0.45rem;
box-sizing: border-box;
}
.grey_block .section-h2 {
font-size: 39px;
margin: 0 0 45px;
}
}