.body__page {
    overflow: hidden;
}

.vacancies__feedback {
    position: relative;
}

.vacanciesFeedback__logo {
    position: absolute;
    top: 0;
    right: 0;
}

.vacanciesFeedback__logo img {
    max-width: 220px;
}

.vacancies_customRow {
    display: flex;
    flex-wrap: wrap;
}

.vacancies__customCol:nth-child(1) {
    width: 50%;
    padding-right: 8px;
}

.vacancies__customCol:nth-child(2) {
    width: 50%;
    padding-left: 8px;
}

.vacanciesFeedback_info {
    padding-top: 1.5rem;
}

.vacanciesFeedbackInfo__title span {
    color: var(--color-primary);
    font-family: "Montserrat";
    font-size: 5.35rem;
    font-weight: 800;
}

.vacanciesFeedbackInfo__desc {
    padding: 1.75rem 1rem 5rem 0;
}

.vacanciesFeedbackInfo__desc span {
    color: var(--color-primary);
    font-family: "Stetica";
    font-size: 2.25rem;
    line-height: normal;
}

.vacanciesFeedbackInfo__btn {
    border-radius: 50px !important;
    font-family: "Montserrat";
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    transition: .4s;
}

.vacanciesFeedbackInfo__btn:hover {
    transition: .4s;
}

.vacanciesFeedback__image {
    position: relative;
    padding-top: 65%;
}

.vacanciesFeedback__image div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vacanciesFeedback__image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.vacanciesFeedback__image:after,
.vacanciesFeedback__image:before {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
}

.vacanciesFeedback__image:after {
    left: -120px;
    top: 70%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 718 742' fill='none'%3E%3Cpath d='M690.849 93.4424V274.557L534 365.112L377.151 274.557V93.4424L534 2.88672L690.849 93.4424Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M690.849 511.442V692.557L534 783.112L377.151 692.557V511.442L534 420.887L690.849 511.442Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M341.849 296.865V479.134L184 570.268L26.1514 479.134V296.865L184 205.731L341.849 296.865Z' stroke='%230D66B0' stroke-width='3'/%3E%3C/svg%3E");
}

.vacanciesFeedback__image:before {
    right: -120px;
    top: 65%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 672 886' fill='none'%3E%3Cpath d='M348.849 611.442V792.557L192 883.112L35.1514 792.557V611.442L192 520.887L348.849 611.442Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M340.849 93.4424V274.557L184 365.112L27.1514 274.557V93.4424L184 2.88672L340.849 93.4424Z' stroke='%230D66B0' stroke-width='5'/%3E%3Cpath d='M645.849 351.865V534.134L488 625.268L330.151 534.134V351.865L488 260.731L645.849 351.865Z' stroke='%230D66B0' stroke-width='3'/%3E%3C/svg%3E");
}

@media (min-width: 1999px) {
   
}
@media (max-width: 1540px) {
    .vacanciesFeedbackInfo__title span {
        font-size: 4.65em;
    }
    .vacanciesFeedbackInfo__desc span {
        font-size: 2rem;
    }
}
@media (max-width: 1420px) {
    .vacanciesFeedback__logo img {
        max-width: 180px;
    }
    .vacancies-info-cont:after {
        top: 5rem;
        max-width: 250px;
        font-size: 2.25rem;
    }
    .vacancies-info__desc {
        padding-right: 0;
        font-size: 1.5rem;
    }
    .vacancies-info-item {
        font-size: 18px;
    }
    .vacanciesFeedbackInfo__title span {
        font-size: 5rem;
    }
    .vacanciesFeedbackInfo__desc {
        padding: 1.75rem 2rem 5rem 0;
    }
    .vacanciesFeedbackInfo__desc span {
        font-size: 1.62rem;
    }
    .vacanciesFeedback__image:after,
    .vacanciesFeedback__image:before {
        width: 200px;
        height: 200px;
    }
    .vacanciesFeedback__image:after {
        left: -60px;
    }
    .vacanciesFeedback__image:before {
        right: -60px;
    }
}
@media (max-width: 1200px) {
    .vacanciesFeedback__logo {
        display: none;
    }
    .vacancies-info-cont:after {
        top: -7.5rem;
    }
    .vacanciesFeedbackInfo__title span {
        font-size: 3.5rem;
    }
    .vacanciesFeedbackInfo__desc span {
        font-size: 1.45rem;
    }
    .vacanciesFeedbackInfo__btn {
        font-size: 1.75rem !important;
    }
}
@media (max-width: 991px) {
    .vacanciesFeedbackInfo__desc {
        padding: 1rem 0 2rem 0;
    }
    .vacanciesFeedback__image:after,
    .vacanciesFeedback__image:before {
        content: none;
    }
    .vacanciesFeedback__image {
        padding-top: 95%;
    }
    .vacanciesFeedback__image img {
        object-fit: cover;
    }
    .vacanciesFeedbackInfo__title span {
        font-size: 3rem;
    }
    .vacanciesFeedbackInfo__desc span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .vacancies__customCol:nth-child(1) {
        width: 100% !important;
    }
    .vacancies__customCol:nth-child(2) {
        display: none;
    }
    .vacanciesFeedbackInfo__btn {
        font-size: 1.5rem !important;
    }
}
@media (max-width: 660px) {
    .vacancies-info__desc {
        font-size: 18px;
    }
    .vacanciesFeedbackInfo__title span {
        font-size: 2.25rem;
    }
    .vacanciesFeedbackInfo__btn {
        font-size: 1.25rem !important;
    }
}