/*Произвольные стили*/
.s-products .item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 50%;
}

/* s-progress-reading-style */
.s-progress-reading {
    width: 0;
    height: 0;
    background-color: #4EC9A0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: height .25s, width .25s;
}

.s-progress-reading.reading {
    height: 5px;
}

/* Projects box */

.projects-box-cards {
    padding: 0 40px;
}

.projects-box-cards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background: #fff;
}

.projects-box-cards__image {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.projects-box-cards__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.projects-box-cards__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.projects-box-cards__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.projects-box-cards__subtitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.projects-box-cards__text {
    color: #6f6f6f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.projects-box-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 0;
}

.projects-box-cards__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33.33% - 20px);
    margin: 10px;
}

.projects-box-cards__number {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #4EC9A0;
}

.projects-box-cards__desc {
    color: #6f6f6f;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

.projects-box-cards sup {
    vertical-align: super;
    font-size: 60%;
}

.projects-box .container {
    position: relative;
}

.projects-box .slick-arrow.projects-next {
    right: 0;
}

.projects-box .slick-arrow.projects-prev {
    left: 0;
}

@media all and (max-width: 1200px) {
    .projects-box-cards__item {
        flex-direction: column;
    }

    .projects-box-cards__image {
        width: 100%;
        margin-right: 0;
        max-height: 350px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 991px) {
    .projects-box-cards {
        padding: 0;
    }

    .projects-box-cards__item {
        padding: 15px;
    }

    .projects-box-cards__title {
        font-size: 18px;
    }

    .projects-box-cards__subtitle {
        font-size: 16px;
    }

    .projects-box-cards__text {
        font-size: 14px;
    }

    .projects-box-cards__number {
        font-size: 20px;
    }

    .projects-box-cards__desc {
        font-size: 14px;
    }

    .projects-box-cards__list li {
        width: calc(100% - 20px);
    }

    .projects-box-cards__image {
        height: 200px;
    }

    .projects-box .slick-arrow.projects-next {
        right: -20px;
    }

    .projects-box .slick-arrow.projects-prev {
        left: -20px;
    }
}

@media all and (max-width: 991px) {
    .projects-box .slick-arrow.projects-next {
        right: -10px;
    }

    .projects-box .slick-arrow.projects-prev {
        left: -10px;
    }
}

.projects-box-cards .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projects-box-cards .slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.projects-box-cards__item {
    height: 100%;
}

.projects-box-cards__text {
    flex: 1 1 auto;
}

/*
Buttons
 */
.button {
    display: inline-flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    padding: 15px 40px;
    transition: all 320ms ease;
    border-radius: 30px;
    text-transform: uppercase;
}

.button--primary {
    background-color: var(--main-color);
    color: #f2f2f2;
}

.button--secondary {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

/*
Vacancy
 */

.archive-vacancies__hero {
    height: 1px;
    min-height: 600px;
    position: relative;
}

@media (max-width: 480px) {
    .archive-vacancies__hero {
        min-height: 240px;
    }
}

.archive-vacancies__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 43, 104, .7019607843) 30.85%, rgba(0, 0, 0, 0) 156.6%), rgba(0, 0, 0, .3019607843);
    z-index: 10;
}

.archive-vacancies__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive-vacancies__hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #f2f2f2;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.archive-vacancies__hero-heading {
    font-size: 70px;
    font-weight: 700;

    @media (max-width: 768px) {
        font-size: 45px;
    }
}

.archive-vacancies__hero-subheading {
    font-size: 30px;
    color: #91969e;

    @media (max-width: 768px) {
        font-size: 22px;
    }
}

.archive-vacancies__hero-buttons {
    display: flex;
    gap: 20px;
}

.archive-vacancies__list {
    padding-top: 60px;
    padding-bottom: 60px;
}

.vacancies-table {
    display: grid;
    gap: 20px;
}

.vacancies-table__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #d8d8d8;
    padding: 20px 15px;
    transition: background-color 320ms ease;
}

@media (max-width: 768px) {
    .vacancies-table__row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.vacancies-table__row:not(.vacancies-table__row--heading):hover {
    background-color: var(--main-color);
}

.vacancies-table__row--heading {
    font-weight: 700;
}

.vacancies-table__cell {
    transition: color 320ms ease;
}

@media (max-width: 768px) {
    .vacancies-table__cell--xs-hidden {
        display: none;
    }
}

.vacancies-table__cell:last-child {
    justify-self: end;
}

.vacancies-table__row:not(.vacancies-table__row--heading):hover .vacancies-table__cell {
    color: #f2f2f2;
}

.archive-vacancies__form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.gform_wrapper.gravity-theme .gform_fields {
    gap: 30px !important;
}

.gf-vacancy {
    position: relative;
    max-width: 606px;
}

.gform_validation_errors {
    display: none;
}

.gfield_required {
    display: none !important;
}

.gf-vacancy .gfield_validation_message {
    display: none;
}

.gf-vacancy .gfield_error [aria-invalid=true] {
    border: none !important;
    border-bottom: 1px solid #eb5757 !important;
}

.gf-vacancy .gform_footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.archive-vacancies__form input,
.archive-vacancies__form textarea,
.gform_wrapper input,
.gform_wrapper textarea {
    width: 100%;
    display: block;
    font-size: 24px !important;
    line-height: 1.3;
    color: #fff;
    background-color: transparent;
    border-width: 0 0 1px 0;
    padding: 12px 20px !important;
    border-bottom-color: rgba(242, 242, 242, 0.2);
}

.gform_wrapper .ginput_container_consent {
    position: relative;
    color: #fff;
}

.gfield--type-consent {
    max-width: 300px;
}

.gform_wrapper .ginput_container_consent input {
    display: none !important;
}

.gform_wrapper .ginput_container_consent label {
    padding-left: 25px;
    margin-bottom: 25px;
}

.gform_wrapper .ginput_container_consent label::before {
    position: absolute;
    left: 5px;
    top: 7px;
    content: "\e804";
    font-family: "fontello";
    opacity: 0;
    z-index: 10;
    font-size: 6px;
}

.gform_wrapper .ginput_container_consent input:checked + label::before {
    opacity: 1;
}

.gform_wrapper .ginput_container_consent label::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    font-size: 6px;
    color: #fff;
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8;
    border-radius: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.gform_wrapper .ginput_container_consent input:checked + label::after {
    background-color: #4ec9a0;
    border-color: #4ec9a0;
}



.gform_wrapper .ginput_container_consent a {
    color: #4ec9a0;
}

.gform_wrapper.gravity-theme .gform_fileupload_rules {
    display: none !important;
}

.gform_wrapper input[type='file'] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.gfield--type-fileupload {
    position: relative;
    margin-bottom: 40px;
}

.gform_confirmation_message {
    color: #fff;
}

.gfield--type-fileupload .gfield_description {
    padding: 0 !important;
    margin-left: 40px;
    color: #fff;
    transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
    text-transform: uppercase;
    font-size: 12px;
}

.ginput_container_fileupload::before {
    content: "\e802";
    position: absolute;
    color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 14px;
    font-family: "fontello";
    transition: color .25s, background .25s, box-shadow .25s, opacity .25s, border .25s, fill .25s, stroke .25s;
}

.archive-vacancies__form input::placeholder,
.archive-vacancies__form textarea::placeholder,
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #7581a2;
    font-size: 24px;
}

.archive-vacancies__form input:hover::placeholder,
.archive-vacancies__form textarea:hover::placeholder,
.gform_wrapper input:hover::placeholder,
.gform_wrapper textarea:hover::placeholder {
    color: #fff;
}

.archive-vacancies__form input:hover,
.archive-vacancies__form textarea:hover,
.gform_wrapper input:hover,
.gform_wrapper textarea:hover {
    border-bottom-color: #fff;
}

.gform_wrapper.gravity-theme .gfield textarea {
    height: 150px;
}

/*
* Single vacancy
*/
.single-vacancy__header {

}

.single-vacancy__description {
    max-width: 600px;
    color: #6f6f6f;
    margin-bottom: 40px;
}

.single-vacancy__header-right {
    flex: 1 0 300px;
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    font-size: 40px;
    font-weight: 700;
    color: var(--main-color);
}

.single-vacancy__title {
    color: var(--black-color);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.single-vacancy__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
}

.single-vacancy__list li {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.single-vacancy__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--main-color);
}

.single-vacancy__list-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*
Steel
 */
.st-project-single__image {
    flex-direction: column;
    gap: 20px;
}

.st-project-single__price {
}

.st-project-single__price-caption {
    color: #929292;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.st-project-single__price-value {
    color: var(--main-color);
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.st-project-single__price-value span {
    font-family: 'Fivosansmodern', sans-serif;
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 768px) {
    .st-project-single__price-value {
        font-size: 30px;
    }
}

.modal-vacancy .gfield_consent_label {
    color: #000;
}

.modal-vacancy input,
.modal-vacancy textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 15px !important;
    color: #000;
}

.modal-vacancy input:hover,
.modal-vacancy textarea:hover {
    border: 1px solid #e6e6e6;
}

.modal-vacancy input::placeholder,
.modal-vacancy textarea::placeholder {
    font-size: 15px;
    color: #000;
}

.modal-vacancy .textarea.large {
    height: 80px !important;
}

.modal-vacancy input:hover::placeholder,
.modal-vacancy textarea:hover::placeholder {
    color: #000;
}

.modal-vacancy .gform_footer {
    position: static;
}

.modal-vacancy .gform_footer button {
    width: 100%;
}

.modal-vacancy .gfield--type-consent {
    max-width: 100%;
    width: 100%;
}

.modal-vacancy .ginput_container_fileupload::before {
    color: var(--main-color);
}

.modal-vacancy .gfield_description {
    color: #000;
}

.modal-vacancy .gfield--type-fileupload {
    margin-bottom: 0;
}

.modal-vacancy .gform-field-label {
    color: #000 !important;
}

@media (max-width: 480px) {
    .gform_footer {
        position: static;
    }

    #gform_wrapper_1 {
        display: flex;
        justify-content: center;
        max-width: 77vw;
    }

    #footer .section-social .button-arrow {
        margin-right: 15px;
    }

    #gform_1 {
        max-width: 100%;
    }

    #gform_fields_1 {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .gform_footer {
        position: static !important;
    }
}