@charset "utf8";
.employment-list {
    width: 100%;
    font-size: 0;
    position: relative;
}

.employment-item {
    width: 52.942%;
    min-height: 260px;
    vertical-align: top;
    align-items: center;
    justify-content: flex-end;
}

.item-employment-left {
    width: 100%;
    max-width: 500px;
    margin-right: 50px;
}

.tt-employment {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 240%;
    padding-bottom: 3px;
}

.item-employment-left p {
    font-size: 14px;
    line-height: 157%;
}

.employment-item:last-child {
    background-image: url(../img/employment/employment-03.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 47.058%;
}

.requirements {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #F5F4F2;
    position: relative;
}

.requirements-desc {
    text-align: center;
    font-size: 14px;
    line-height: 165%;
    padding: 26px 0;
}

.contact {
    width: 100%;
    padding-top: 50px;
    position: relative;
}

.contact-one-list {
    width: 100%;
    font-size: 0;
    padding-bottom: 30px;
    position: relative;
}

.contact-one-item {
    display: inline-block;
    vertical-align: top;
}

.contact-one-item:first-child {
    width: -webkit-calc( 100% - 352px);
    width: -moz-calc( 100% - 352px);
    width: -ms-calc( 100% - 352px);
    width: calc( 100% - 352px);
    padding-right: 40px;
}

.contact-one-item:last-child {
    width: 352px;
}

.item-left-contact {
    font-size: 25px;
    color: #333333;
    line-height: 170%;
    font-weight: 500;
    padding-top: 24px;
}

.item-left-contact a {
    color: #333333;
    text-decoration: none;
}

.fz18 {
    font-size: 18px;
}

.item-left-contact p {
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
}

.wp-img-contact {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wp-img-contact img {
    display: block;
    margin: 0 auto;
}

.slug-contact {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 34px;
    font-size: 13px;
    line-height: 165%;
    position: relative;
}

.color-red {
    color: #ff0000;
}

ul li {
    list-style: none;
}

.wp-contact-two {
    width: 100%;
    padding-bottom: 100px;
    position: relative;
}

.group-contact {
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.group-contact ul {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.group-contact ul li {
    width: 53%;
    display: inline-block;
    padding: 20px 0;
    padding-right: 6%;
    vertical-align: top;
    border-top: 1px solid #e6e6e6;
}

.group-contact ul li:nth-child(2n) {
    width: 47%;
    padding-right: 0;
}

.txt-contact {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #333333;
    line-height: 160%;
    padding-right: 10px;
    box-sizing: border-box;
}

.lable-input {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -ms-calc(100% - 170px);
    width: calc(100% - 170px);
    display: inline-block;
    vertical-align: middle;
}

.group-contact input {
    width: 100%;
    max-width: 300px;
    height: 30px;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    outline: none;
    resize: none;
}

.group-contact.last {
    font-size: 0;
    margin-bottom: 35px;
}

.group-contact ul.group-one {
    width: 53%;
    display: inline-block;
    vertical-align: top;
}

.group-contact ul.group-one:last-child {
    width: 47%;
}

.group-contact ul.group-one li {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: none;
}

.group-contact ul.group-one:first-child li::before {
    content: "";
    width: -webkit-calc(100% - 11%);
    width: -moz-calc(100% - 11%);
    width: -ms-calc(100% - 11%);
    width: calc(100% - 11%);
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.group-contact ul.group-one:first-child li:last-child::before {
    content: none;
}

.group-contact ul.group-one:last-child li {
    padding-right: 0;
    padding-bottom: 0;
}

.group-contact ul.group-one li textarea {
    width: 100%;
    max-width: 300px;
    height: 170px;
    outline: none;
    resize: none;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    padding: 10px;
    overflow: hidden;
    margin: 0;
}

.group-contact ul.group-one:last-child li .txt-contact, .group-contact ul.group-one:last-child li .lable-input {
    vertical-align: top;
}

.group-submit {
    width: 100%;
    text-align: center;
    position: relative;
}

.group-submit button[type="submit"] {
    width: 100%;
    max-width: 200px;
    border: none;
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-image: url(../img/employment/employment-04.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#pageCommon.contact-mobile{
        border-top: 5px solid #96B400;
}


@media screen and (max-width:1200px){
    .item-employment-left{
        padding-right: 0px;
        margin-right: 20px;
    }
}

@media screen and (max-width:1040px) {
	.item-employment-left {
        padding-left: 20px;
    }
}

@media screen and (max-width:1000px){
    .cont{
        padding-left: 15px;
        padding-right: 15px;
    }

    .group-contact ul li{
        width: 100% !important;
        padding-right: 0;
    }

    .group-contact input{
        max-width: 100%;
    }

    .group-contact ul.group-one{
        width: 100% !important;
    }

    .group-contact ul.group-one li{
        border-bottom: 1px solid #e6e6e6;
    }

    .group-contact ul.group-one:first-child li::before{
        content: none;
    }


    .group-contact ul.group-one li textarea{
        max-width: 100%;
    }

    .group-contact.last{
        border-bottom: none;
    }

}


@media screen and (max-width:1040px) {
	.item-product-left {
        padding-left: 20px;
    }
}

@media screen and (max-width:930px){
    .line{
        display: none;
    }

    .item-left-contact a{
        display: block;
    }

    /* .item-employment-left{
        padding-top: 20px;
        padding-right: 20px;
    } */

    .employment-item:last-child{
        background-position: center center;
    }

    .contact-one-item:first-child{
        padding-right: 20px;
    }
}


@media screen and (max-width:767px){
    .item-employment-left{
        width: 100%;
        margin: 0;
        padding: 0 20px;
        max-width: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .contact-one-item{
        width: 100% !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .employment-item:last-child{
        display: none;
    }

    .employment-item{
        width: 100%;
        min-height: auto;
    }

    /* .item-employment-left{
        max-width: 100%;
        padding-top: 24px;
        padding-bottom: 27px;
    } */

    .tt-employment{
        font-size: 16px;
        line-height: 180%;
    }

    .item-employment-left p{
        font-size: 12px;
        color: #4D4D4D;
    }

    .requirements{
        padding-top: 30px;
        padding-bottom: 8px;
    }

    .contact{
        padding-top: 30px;
    }

    .item-left-contact{
        line-height: 160%;
        padding-top: 18px;
        font-size: 22.5px;
    }

    .item-left-contact a{
        line-height: 100%;
    }

    .contact-one-item img{
        margin-top: 17px;
    }

    .slug-contact{
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .group-contact ul li{
        padding: 18px 0;
    }

    .group-contact ul.group-one:last-child li{
        padding-bottom: 7px;
    }

    .group-contact.last {
        margin-bottom: 20px;
    }

    .wp-contact-two{
        padding-bottom: 30px;
    }

    .contact-mobile{
        display: none;
    }
    .contact-one-item img{
        width: 100%;
    }
}

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

    .wp-img-contact{
        height: 240px;
    }

    .wp-img-contact img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .group-contact ul.group-one:last-child li .lable-input{
        height: 175px;
    }

    .group-contact ul.group-one li textarea{
        height: 100%;
    }

    .group-contact ul.group-one:last-child li{
        padding-bottom: 18px;
    }

}

@media screen and ( max-width:375px ){
    /* .cont,.item-employment-left{
        padding-left: 10px;
        padding-right: 10px;
    } */

    .txt-contact,.lable-input{
        width: 100%;
        padding-right: 0;
    }

    .lable-input{
        padding-top: 5px;
    }
}