.details-offer-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto;
    position: relative;
    background-color: #F8F8F8;
}

.description-container > .left-line  {
    background-color: #FFFFFF;
}

.description-container > .left-arrow {
    border-color: transparent transparent transparent #FFFFFF;
    top: 314px;
    left: 25px;
}

.description-container {
    position: relative;
    padding: 235px 0 85px 115px;
}

.info-site-container {
    margin-bottom: 31px;
}

.info-site-container > a {
    color: #2D2D2D;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.info-site-container > a:nth-child(2):after, .info-site-container > a:nth-child(3):after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #1CA9E7;
    width: 50px;
    transform: translate(40%, -50%);
}

.info-site-container > a:not(:first-child) {
    padding-left: 100px;
}

.detail-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 90px;
    color: #2D2D2D;
    padding-bottom: 15px;
}

.social-container {
    padding-bottom: 60px;
    display: flex;
}

.details-slogan {
    padding-bottom: 50px;
    font-size: 20px;
    max-width: 750px;
}

.info-icon-container {
    display: flex;
}

.info-icon-container > a:first-child > img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    margin-left: 38px;
}

.info-icon-container > a:nth-child(2) > img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    margin-top: 2.4px;
    margin-left: 20px;
}

.info-icon-container > a:last-child > img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;  
    margin-left: 20px;
}

.info-icon-container img:hover {
    filter: invert(46%) sepia(7%) saturate(4376%) hue-rotate(164deg) brightness(84%) contrast(93%);
}

.details-description-title {
    color: #2B70A6;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 35px;
    padding-bottom: 31px;
}

.details-offer-title {
    padding-bottom: 31px;
    font-size: 20px;
}

.offer-list-details, .offer-list {
    max-width: 849px;
}

.offer-description-details, .offer-description {
    position: relative;
    font-size: 20px;
    list-style: none;
    padding: 0 0 31px 41px;
}

.offer-description::after, .offer-description-details::after {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    display: block;
    background-image: url('/img/icon-right.svg');
    width: 8px;
    height: 12px;
    transform: translate(0, -50%);
}

.salary-container {
    display: flex;
    font-family: 'Red Hat Display', sans-serif;
    padding-top: 46px;
    font-size: 29px;
    color: #D6D6D6;
}

.salary-container > span:last-child {
    padding-left: 49px;
}

.apply-form-container {
    position: relative;
    padding: 304px 175px 50px 85px;
    background-color: #E5E5E5;
}

.apply-form-container > .left-arrow {
    top: 314px;
    left: 0;
}

.apply-title {
    font-family: 'Red Hat Display', sans-serif;
    padding-bottom: 18px;
    font-size: 60px;
    color: #2D2D2D;
}

.apply-slogan {
    font-size: 20px;
    color: #2D2D2D;
    padding-bottom: 49px;
}

.apply-input-valid-container > input {
    width: 100%;
    height: 47px;
    margin-bottom: 22px;
    padding: 12px 0 12px 25px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 0;
}

.apply-input-valid-container > input::placeholder {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    color: #B5B5B5;
    opacity: 1;
}

.apply-input-valid-container > input:-ms-input-placeholder {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    color: #B5B5B5;
}

.apply-input-valid-container > input::-ms-input-placeholder {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    color: #B5B5B5;
}

.apply-checkbox-container > .first-rules-button, .apply-form > .second-rules-button {
    width: 30px;
    height: 12px;    
}

.rules-info-text, .apply-checkbox-container label {
    display: block;
    padding-left: 45px;
    font-size: 12px;
    color: #8E8E8E;
}

#recaptcha2, .rules-info-text {
    padding: 0 0 30px 45px;
}

.first-rules-container, .second-rules-container {
    font-size: 12px;
    color: #8E8E8E;
}

.first-rules-button, .second-rules-button {
    display: block;
}

.apply-checkbox-container > label:first-child {
    font-size: 12px;
    color: #8E8E8E;
}

.action-applay-button {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.action-applay-button > button:first-child {
    border: 1px solid #2D2D2D;
    background-color: transparent;
    color: #2D2D2D;
    font-size: 20px;
}

.action-applay-button > button:hover {
    background-color: #2D2D2D;
    color: #FFFFFF;
}

.send-mail-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.send-mail-container > button {
    cursor: pointer;
    background-color: #2B70A6;
    color: #FFFFFF;
    font-size: 20px;
    width: 143px;
    height: 44px;
    border-radius: 0;
}

@media (max-width: 1440px) {
    /* .apply-title, .detail-title {
        font-size: 40px;
    } */
}

@media (max-width: 1366px) {
    .details-offer-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        position: relative;
        background-color: #F8F8F8;
    }

    .description-container > .left-arrow, .description-container > .left-line {
        display: none;
    }

    .apply-slogan, .apply-title {
        text-align: center;
    }

    .apply-form > input {
        width: 100%;
    }

    .description-container {
        padding: 135px 40px 85px 40px;
    }

    .apply-form-container {
        padding: 56px;
    }

    .info-site-container {
        display: none;
    }

    .apply-title, .detail-title {
        font-size: 40px;
    }

    .details-description-title {
        font-size: 25px;
    }

    .salary-container {
        display: flex;
        flex-direction: column;
        font-size: 20px;
    }

    .salary-container > span:last-child {
        padding-left: 0;
    }
    .apply-form-container > .left-arrow {
        display: none;
    }
}

@media (max-width: 400px) {
    .offer-description {
        max-width: 250px;
    }

    .details-slogan, .details-offer-title, .offer-description-details, .offer-description {
        font-size: 18px;
        max-width: 250px;
    }

    .apply-form-container {
        padding: 14px;
    }
}

input[type='file'] {
    display: none;
  }

.check-all-field-text,.file-apply-name {
    display: block;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
    font-size: 14px;
}

.check-all-field-text {
    display: none;
    padding-left: 45px;
    font-size: 10px;
    color: #A70101;
}

  @media (max-width: 1440px) {
    .file-apply-name {
      max-width: 200px;
    }
  }
  
  @media (max-width: 1024px) {
    .file-apply-name {
      max-width: 140px;
      padding: 15px 0 0 0;
    }
  }
  
  .custom-apply-file-upload {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2D2D2D;
    background-color: transparent;
    color: #2D2D2D;
    font-size: 20px;
    width: 143px;
    height: 44px;
  }

  .custom-apply-file-upload:hover {
    background-color: #2D2D2D;
    color: #FFFFFF;
  }

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #eee;
    border: 1px solid #2D2D2D;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #2D2D2D;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container-checkbox .checkmark:after {
    left: 4.8px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.details-text-container {
    display: grid;
    padding-bottom: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-template-rows: auto;
    grid-gap: 35px;
    padding-right: 11px;
}

@media only screen and (max-width: 1024px) {
    .details-text-container {
        grid-template-columns: 1fr;
    }
    .details-text-container > p:first-child {
        display: none;
    }
}


.details-text-container > p {
    font-size: 20px;
    line-height: 1.5;
}