:root {
    --accent-color: #fe1818;
    --secondary-color: #e0e0e0;
    --regular-text-color: #000;
    --first-col-width: 24%;
    --shipped-col-count: 4;
    --unshipped-col-count: 7;
    --mobile-bg-color: #d3d3d3 !important;
    --mobile-text-color: #000 !important;
    --mobile-border-color: rgb(191, 191, 191) !important;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Verdana;
    font-size: 10pt;
    color: #282828;
}

A:link,
A:visited {
    font-family: Verdana;
    font-size: 9pt;
    outline: none;
    text-decoration: underline;
    color: #ff0000;
}

A:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 10px 0 0;
    line-height: 25px;
}

ul {
    margin: 20px 0 10px;
    padding: 0 0 0 20px;
    line-height: 25px;
}

ul li {
    padding-bottom: 5px;
}

form {
    margin: 0;
    padding: 0;
}

hr {
    border-bottom: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.fc-accent {
    color: var(--accent-color);
}
.f-upper {
    text-transform: uppercase;
}

.wp {
    width: auto;
    /* max-width: 90%; */
    /* max-width: 1160px;
  _width: 1160px;   */
    /* padding: 0 35px; */
}

.ma {
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 102px;
    position: fixed;
    /* position: sticky; */
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../images/header.png) repeat-x;
    display: flex;
}
.header > div {
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.header .logo {
    /* flex: 1; */
    padding: 10px 20px;
}
.header .top-cell {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .top-cell a {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 26px;
    text-decoration: none;
    font-weight: 500;
    padding: 0 10px;
}
.header .top-cell a img {
    width: 30px;
    margin-right: 10px;
}
.header .logo img {
    max-width: 100%;
    height: 100%;
    object-fit: scale-down;
    min-width: 300px;
}

.wp-content {
    position: relative;
    z-index: 1;
}

.subheader {
    width: 100%;
    height: 143px;
    margin-top: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-about {
    background-image: url(../images/backgrounds/about.jpg);
}

.bg-services {
    background-image: url(../images/backgrounds/services.jpg);
}

.bg-facility-machinery {
    background-image: url(../images/backgrounds/facility-machinery.jpg);
}

.bg-gallery {
    background-image: url(../images/backgrounds/gallery.jpg);
}

.bg-contact {
    background-image: url(../images/backgrounds/contact.jpg);
}

.bg-blog {
    background-image: url(../images/backgrounds/blog.jpg);
}

.top-menu {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    height: 70%;
}
.tm-main {
    /* margin-bottom: 15px; */
    padding-bottom: 15px;
    text-transform: uppercase;
}

.tm-main {
    height: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: 0.3s ease;
}
.tm-main:hover {
    background-color: rgba(0, 0, 0, 0.152);
}
.tm-main a {
    height: 100%;
    font-weight: 500;
    color: #000;
}
.tm-main.tm-itemS {
    background-color: var(--accent-color);
}
.tm-main.tm-itemS a {
    font-weight: 600;
    color: #fff;
}

.tm-link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 5px;
    height: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 10pt;
    text-decoration: none !important;
}

.tm-home {
    width: 95px;
}

.tm-about {
    width: 120px;
}

.tm-services {
    width: 103px;
}

.tm-facility {
    width: 176px;
}

.tm-gallery {
    width: 90px;
}

.tm-contact {
    width: 125px;
}

.tm-employment {
    width: 125px;
}

/* .tm-item A.tm-link:link,
.tm-item A.tm-link:visited {
    color: #484848;
}

.tm-item A.tm-link:hover,
.tm-itemS A.tm-link:link,
.tm-itemS A.tm-link:visited {
    color: #ff0000;
} */

.tm-sep {
    float: right;
    width: 1px;
    height: 25px;
    background-color: #bebebe;
}

.pull-wp {
    display: none;
    float: right;
    padding: 25px 10px 0 0;
}

A#pull:link,
A#pull:visited {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/pull.png) center center no-repeat #ff0000;
    padding: 12px;
    background-size: 100% 82%;
}

.pull-menu {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 102px;
    z-index: 10;
}

.pull-menu A:link,
.pull-menu A:visited {
    display: block;
    text-align: right;
    padding: 10px 15px 10px 5px;
    background: rgba(48, 48, 48, 0.9);
    border-bottom: 1px solid #c3c3c3;
    text-decoration: none;
    color: #fff;
    font-size: 10pt;
}

.pull-menu A:hover {
    background: rgba(0, 0, 0, 0.7);
}

.home {
    padding: 10px 100px 50px;
}

.welcome,
.welcome * {
    padding-bottom: 30px;
    color: #ff0000;
    font-size: 14pt;
    font-weight: normal;
}

.welcome div.company {
    font-size: 30pt;
    color: #262626;
    text-transform: uppercase;
}
.welcome h1 {
    margin: 0;
    padding: 0;
}

.gallery {
    width: 100%;
    padding-top: 50px;
}

.gallery-more {
    float: right;
    padding: 0 10px 0 30px;
}

.btn:link,
.btn:visited {
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 10pt;
}

.btn-more:link,
.btn-more:visited {
    width: 85px;
    height: 25px;
    background-color: #ff9600;
    padding-top: 5px;
}

.btn-more:hover {
    color: #000;
}

.gallery-lbl {
    text-align: center;
    font-size: 18pt;
    margin-top: 70px;
    margin-bottom: 30px;
}

.thumb {
    float: left;
    width: 24%;
    padding: 1% 1% 0 0;
}

.thumb A:link,
.thumb A:visited {
    display: block;
    position: relative;
    z-index: 1;
}

.thumb A:link,
.thumb A:visited,
.thumb div {
    display: block;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

.thumb-img {
    width: 100%;
}

.footer {
    background-color: #333333;
    padding: 0 20px;
    font-size: 8pt;
    color: #f2f2f2;
}
.u-footer {
    display: flex;
    justify-content: space-between;
}
.u-footer > div {
    /* padding-right: 3%; */
    padding-left: 3%;
}
.u-footer > div:first-of-type {
    padding-right: 3%;
    padding-left: 0;
}
.u-footer > div:not(.u-footer > div:last-of-type) {
    border-right: 1px solid #4f4f4f;
}
.u-footer .f-logo {
    display: flex;
}
.u-footer .f-logo img {
    max-width: 100%;
    min-width: 250px;
}
.u-footer .f-links {
    display: flex;
}
.u-footer .f-links ul {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-right: 50px;
    line-height: normal;
}
.u-footer .f-links ul li {
    height: max-content;
    padding: 0;
}
.u-footer .f-links ul a {
    text-decoration: none;
    color: #bdbdbd;
    transition: 0.3s ease;
    white-space: nowrap;
}
.u-footer .f-links ul li a:hover {
    color: var(--accent-color);
}
.u-footer .f-contact {
    display: flex;
    text-transform: uppercase;
}
.u-footer .f-contact p {
    padding-right: 50px;
    line-height: normal;
    color: #bdbdbd;
}
.u-footer .f-socials a {
    margin-right: 10px;
    transition: 0.3s ease;
}
.u-footer .f-socials a:hover {
    transform: scale(1.1);
}
.ft-lbl {
    display: block;
    padding: 0px 0 20px;
    text-transform: uppercase;
    font-size: 8pt;
    color: #f2f2f2;
    font-weight: bold;
}
.b-footer {
    display: flex;
    color: #bdbdbd;
}
.b-footer a {
    color: #bdbdbd;
    text-decoration: none;
}
.b-footer .signature {
    flex: 1;
}

.clear {
    clear: both;
}

.block-ttl {
    padding-top: 50px;
    font-size: 28pt;
    color: #262626;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-weight: 900;
    /* text-align: center; */
    padding-left: 5%;
    font-family: Arial;
}

.content {
    /* padding: 30px 0 50px; */
    height: auto;
    min-height: 500px;
    _height: 500px;
}

/* .inner-ttl {
    padding: 30px 0 10px;
    font-size: 18pt;
    color: #ff0000;
    text-transform: uppercase;
} */

.cnt-L {
    float: left;
    width: 50%;
    padding-right: 5%;
}

.cnt-F {
    width: 90%;
}

.services {
    width: 100%;
    /* heigh: auto; */
    /* min-height: 1440px; */
    /* _height: 1440px; */
    /* background: url(../images/backgrounds/services-inner.jpg) center top no-repeat; */
}

.pt-30 {
    padding-top: 30px;
}

.points {
    padding: 0 2% 0 3%;
}

.points-L {
    float: left;
    width: 45%;
}

.points li {
    color: #455bae;
}

.points li font {
    color: #282828;
    font-size: 9pt;
}

.facility-gallery {
    width: auto;
    max-width: 522px;
    _width: 522px;
    padding-top: 15px;
}

.main-img img {
    width: 100%;
}

.facility-thumb {
    float: left;
    width: 25%;
    padding-top: 3px;
}

.facility-thumb A:link,
.facility-thumb A:visited {
    display: block;
    width: 99%;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.fth-img {
    width: 100%;
}

.enlarge {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* [NEW STYLES 08,04,2021] */
.flex {
    display: flex;
}

.block {
    width: 90%;
    margin: 0px auto;
    padding: 30px 0;
}
.text-center {
    text-align: center;
}
.center {
    display: block;
    margin: 0 auto;
}

.col-cnt-2 {
    column-count: 2;
}

.bg-gray {
    background-color: #f2f2f2;
}

.button {
    display: block;
    width: max-content;
    border: none;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px;
    transition: 0.3s ease;
    cursor: pointer;
}
.button.red {
    color: #fff;
    background-color: var(--accent-color);
}
.button:hover {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.22);
}

.inner-ttl {
    padding: 30px 0 10px;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}
.inner-ttl.red {
    color: var(--accent-color);
}

.ip-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
    text-align: left;
    margin-bottom: 70px;
}
.ip-content .r-block {
    width: 100%;
    height: max-content;
    position: relative;
    /* background-image: url(/images/backgrounds/ip-content-bg.jpg); */
}
.ip-content .r-block h3 {
    font-size: 25px;
    margin: 0;
    margin-bottom: 25px;
}
.ip-content .r-block img {
    min-width: 350px;
    max-width: 100%;
}
.ip-content .r-block .button {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.ip-gallery {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.ip-gallery.no-mar .ip-gallery-item {
    padding: 0;
}
.ip-gallery-item {
    display: block;
    border: 1px solid #f0f0f0;
    padding: 10px;
    max-height: 235px;
    position: relative;
    transition: 0.3s ease;
    background-color: #fff;
}
.ip-gallery-item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
.ip-gallery-item:hover {
    /* box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.118); */
    box-shadow: 0 0 3px 0 #5a5a5a54 inset, 0 0 20px -5px #48484829;
}
.ip-gallery-item:hover .ip-gallery-zoom {
    transform: scale(1.1);
}
.ip-gallery-zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    width: max-content;
    padding: 5px;
    background-color: var(--secondary-color);
    transition: 0.3s ease;
}

.qoute-popup * {
    box-sizing: border-box;
}
.qoute-popup > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 300px;
    min-height: 300px;
}

.fancybox-content {
    padding: 13px !important;
}
.fancybox-close-small {
    right: 20px !important;
    top: 20px !important;
    opacity: 1 !important;
    padding: 5px !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
}
.q-left {
    padding: 50px;
}
.q-left .q-left__title {
    font-weight: bold;
    margin-bottom: 0.83em;
    color: var(--accent-color);
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
.qoute-popup form {
    max-width: 600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.qoute-popup.qp-contact form {
    gap: 15px;
    max-width: unset;
    margin-top: 20px;
}
.qoute-popup form input,
.qoute-popup form textarea {
    width: 100%;
    max-width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    border: 1px solid transparent;
    outline: none;
    transition: 0.3s ease;
    min-width: 100px;
}
.q-msg {
    display: none;
}
.q-msg.error {
    display: block;
    grid-column: 1/3;
    padding: 15px;
    border: 1px solid rgba(255, 0, 0, 0.268);
    background-color: rgb(255 0 0 / 5%);
}
.q-msg.success {
    display: block;
    grid-column: 1/3;
    padding: 15px;
    border: 1px solid rgba(0, 85, 3, 0.268);
    background-color: rgba(0, 85, 3, 0.111);
}
.qoute-popup form input.error,
.qoute-popup form textarea.error {
    border: 1px solid rgba(255, 0, 0, 0.268);
    background-color: rgb(255 0 0 / 5%);
}
.file-upload {
    grid-column: 1/3;
    background-color: #f2f2f2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.file-upload .file-name {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload label input {
    opacity: 0;
    position: absolute;
    left: 0%;
    width: 0;
}
.qoute-popup form textarea {
    grid-column: 1/3;
    height: 120px;
    resize: none;
    font-family: Verdana;
}
.q-right {
    display: flex;
    align-items: flex-end;
    background-image: url(/images/backgrounds/quote-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.q-right .q-right__title {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
}
.q-right .q-right__title span {
    color: var(--accent-color);
}

.about-machinery {
    display: flex;
}
.about-machinery * {
    box-sizing: border-box;
}
.am-L {
    flex: 0;
    min-width: 350px;
}
.am-R {
    flex: 1;
    width: 100%;
}
.am-R > div {
    width: 100%;
    padding: 60px 35px;
}
.am-R > div > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}
.am-R > div > div img {
    display: block;
    max-width: 100%;
    /* margin-right: 25px;
    margin-bottom: 25px; */
}
.points.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    column-gap: 40px;
    padding: 0;
}
.points.points-grid li {
    padding: 0;
}

@media screen and (max-width: 1550px) {
    .header .top-cell a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1450px) {
    .header .top-cell {
        justify-content: center;
    }
    .header .top-cell a span {
        display: none;
    }
    .header > div {
        width: 95%;
    }
}

@media screen and (max-width: 1360px) {
    .u-footer .f-contact p,
    .u-footer .f-links ul {
        padding-right: 20px;
    }
}
@media screen and (max-width: 1300px) {
    .header .logo img{
        min-width: 250px;
    }
    .tm-home{
        width: 75px;
    }
    .tm-about{
        width: 90px;
    }
    .tm-facility{
        width: 150px;
    }
    .tm-employment{
        width: 110px;
    }
    .tm-contact{
        width: 110px;
    }
}
@media screen and (max-width: 1200px) {
    .u-footer.block {
        width: 90%;
    }
    .u-footer .f-links {
        flex-direction: column;
    }
}
@media screen and (max-width: 1150px) {
    .header .top-cell {
        justify-content: flex-end;
    }
    .logo {
        padding-left: 10px;
    }
    .pull-wp {
        display: flex;
        align-items: center;
        padding: 0;
    }
    .top-menu {
        display: none;
    }
    .home,
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ip-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1000px) {
    .ip-content {
        display: block;
    }
    .ip-content .r-block {
        width: 100%;
        margin-top: 30px;
    }
    .ip-content .r-block img {
        min-width: unset;
    }
    .ip-content .r-block .button {
        position: absolute;
        bottom: 30px;
        right: unset;
        left: 25px;
    }
    .u-footer.block {
        flex-wrap: wrap;
    }
    .u-footer .f-logo {
        flex: 1 0 100%;
        border-right: none !important;
        margin-bottom: 20px;
    }
    .q-right h1 {
        font-size: 35px;
        line-height: unset;
    }
}

@media screen and (max-width: 870px) {
    .u-footer {
        justify-content: flex-start;
    }
    .u-footer .f-contact {
        flex-direction: column;
    }
    .u-footer > div {
        margin-top: 20px;
    }
    .q-left {
        padding: 20px;
    }
    .qoute-popup form {
        width: 95%;
        margin: 0 auto;
    }
    .qoute-popup > div {
        grid-template-columns: 1fr;

        margin: 0 auto;
    }
    .q-right {
        display: none;
    }
    .fancybox-close-small {
        border: 3px solid #000 !important;
        color: #000 !important;
    }
}

@media screen and (max-width: 750px) {
    .thumb {
        width: 49%;
    }
    .cnt-L,
    .cnt-F {
        width: 100%;
        padding-right: 0;
    }
    .ip-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-machinery {
        display: block;
    }
    .header .logo img {
        min-width: 200px;
    }
}

@media screen and (max-width: 500px) {
    /* .qoute-popup {
        display: block !important;
    } */
    .qoute-popup > * {
        width: 100%;
    }
    .qoute-popup > div {
        width: 100%;
    }
    .q-left h1 {
        font-size: 25px;
        width: max-content;
    }
    .qoute-popup form {
        display: block;
    }
    .qoute-popup form input,
    .qoute-popup form .file-upload,
    .qoute-popup textarea {
        margin-bottom: 10px;
    }
    .file-name {
        width: unset !important;
    }
}

@media screen and (max-width: 450px) {
    .thumb {
        width: 99%;
    }
    .logo {
        width: 75%;
        padding-left: 2%;
    }
    .points-L {
        width: 95%;
        margin: 0;
    }
    .facility-thumb {
        width: 50%;
    }
    .block-ttl {
        font-size: 23pt;
        padding-top: 100px;
    }
    .ip-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .u-footer.block {
        flex-direction: column;
    }
    .u-footer .f-logo img {
        min-width: unset;
    }
    .u-footer > div:not(.u-footer > div:last-of-type) {
        border: none;
    }
    .b-footer {
        flex-direction: column;
    }
    .b-footer > div {
        text-align: center;
        margin-bottom: 15px;
    }
}

.employment-section {
    padding-bottom: 60px;
}
.employment-section__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
}
@media (max-width: 1150px) {
    .employment-section__layout {
        grid-template-columns: 100%;
    }
}
.job-item {
    position: relative;
    padding: 25px 80px 25px 80px;
    border-bottom: 1px solid var(--accent-light);
    transition: 0.3s ease;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.job-item__title {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--accent-color-2);
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 30px;
}
.job-item__subtitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: var(--accent-dark);
    margin-top: 30px;
    margin-bottom: 10px;
}
.job-item:hover {
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.535);
}
.job-item-hidden-content {
    display: none;
    padding-bottom: 30px;
}
.job-item-hidden-content ul {
    padding-left: 30px;
}
.job-item > a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--accent-color-2);
    margin-top: 60px;
    position: relative;
}
.job-item > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
}
.job-item__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 35px;
    row-gap: 30px;
    border-top: 1px solid #c1c1c1;
    padding-top: 30px;
    margin-top: 30px;
}
.job-item__actions a {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    width: max-content;
    padding: 20px;
    transition: 0.2s ease;
    cursor: pointer;
}
.job-item__actions a:nth-child(1) {
    color: #fff;
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color);
}
.job-item__actions a:nth-child(1):hover {
    background-color: rgba(0, 0, 0, 0.152);
    /* color: #fff; */
}
.job-item__actions a:nth-child(2) {
    color: #333;
    background-color: transparent;
    border: 1px solid #333;
}
.job-item__actions a:nth-child(2):hover {
    background-color: rgba(0, 0, 0, 0.152);
    /* color: #fff; */
}
@media (max-width: 1150px) {
    .job-item {
        padding: 25px 30px 25px 30px;
    }
}
.job-popup.fancybox-content {
    padding: 50px !important;
    width: 100%;
    max-width: 800px;
}

.job-popup .fancybox-close-small {
    color: var(--accent-color) !important;
    border: 3px solid var(--accent-color) !important;
}

.job-popup__title {
    font-weight: bold;
    margin-bottom: 0.83em;
    color: var(--accent-color);
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
.job-popup-position {
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.83em;
    font-size: 30px;
    text-transform: uppercase;
}

.job-popup form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
@media (max-width: 500px) {
    .job-popup form {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
}
.job-popup.qp-contact form {
    gap: 15px;
    max-width: unset;
    margin-top: 20px;
}
.job-popup form input,
.job-popup form textarea {
    width: 100%;
    max-width: 100%;
    background-color: #f2f2f2;
    padding: 15px;
    border: 1px solid transparent;
    outline: none;
    transition: 0.3s ease;
    min-width: 100px;
}
.q-msg {
    display: none;
}
.q-msg.error {
    display: block;
    grid-column: 1/3;
    padding: 15px;
    border: 1px solid rgba(255, 0, 0, 0.268);
    background-color: rgb(255 0 0 / 5%);
}
.q-msg.success {
    display: block;
    grid-column: 1/3;
    padding: 15px;
    border: 1px solid rgba(0, 85, 3, 0.268);
    background-color: rgba(0, 85, 3, 0.111);
}
.job-popup form input.error,
.job-popup form textarea.error {
    border: 1px solid rgba(255, 0, 0, 0.268);
    background-color: rgb(255 0 0 / 5%);
}
.file-upload {
    grid-column: 1/-1;
    background-color: #f2f2f2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.file-upload .file-name {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload label input {
    opacity: 0;
    position: absolute;
    left: 0%;
    width: 0;
}
.job-popup form textarea {
    grid-column: 1/3;
    height: 120px;
    resize: none;
    font-family: Verdana;
}
