* {
    padding: 0;
    margin: 0;
    border: 0;
}

html {
    max-width: 100%;
    width: 100%;
}

body {
    background-color: rgba(30,32,31,1);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    overflow: scroll!important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1600px!important;
    width: 100%;
    padding-left: 160px!important;
    padding-right: 160px!important;
}

.container-fluid {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.logo {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.header {
    background-color: rgba(30,32,31,1);
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 0;
    z-index: 10000;
}

.nav-header {
    gap: 30px;
}

.nav-link {
    color: rgba(255,255,255,1);
    border-bottom: 1px solid transparent;
    font-size: 20px;
    text-transform: uppercase;
    width: fit-content;
}

.nav-link:hover {
    color: rgba(251,209,112,1);
    border-color: rgba(251,209,112,1);
}

.right-header {
    gap: 16px;
}

.header-mob {
    position: sticky;
}

.drop-menu-header-mob {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 24px;
    height: fit-content;
    background: rgba(30,32,31,1);
    display: none;
}

.right-header-mob svg {
    height: 30px;
    width: 30px;
}

.container-promo {
    position: relative;
    height: 530px;
}

.img-promo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.container-promo::after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg,
            transparent 0%,
            rgba(251, 209, 112, 0.1) 45%,
            rgba(198, 155, 68, 0.2) 50%,
            rgba(144, 107, 40, 0.1) 55%,
            transparent 100%),
        linear-gradient(0deg,
            rgba(0, 0, 0, 0.7) 0%,
            transparent 40%);
    left: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.promo-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 10;
    color: rgba(255,255,255,1);
}

.promo-title {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 8px;
    color: rgba(255,255,255,1);
    width: 80%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

.promo-subtitle {
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 0;
    width: 70%;
}

.custom-btn {
    border: none;
    background-color: rgba(251,209,112,1);
    color: rgba(30,32,31,1);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.custom-btn:hover {
    transform: translateY(-3px);
    background-color: rgba(251,209,112,0.9);
}

.promo-info-company-flex {
    gap: 32px;
    margin-top: 40px;
}

.promo-info-company-flex-column {
    gap: 4px;
    align-items: center;
}

.digit-company-info-promo {
    color: rgba(255, 255, 255, 1);
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

.desc-digit-company-info-promo {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    font-size: 16px;
}

.container-about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.zag-block {
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

.zag-block-modal-feedback {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

.flex-left-right-about {
    gap: 50px;
    margin-top: 30px;
}

.column-left-about {
    gap: 30px;
    flex: 1;
}

.text-about {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.column-left-about-preim-company {
    gap: 15px;
}

.zag-column-left-about-preim-company {
    color: rgba(251,209,112,1);
    line-height: 100%;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.desc-column-left-about-preim-company {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    font-size: 14px;
}

.right-about {
    width: 480px;
    height: 280px;
    border-bottom: 3px solid rgba(251,209,112,1);
}

.img-right-about {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.gap-adv-company-about {
    gap: 50px;
}

.container-about-digit {
    padding-top: 40px;
    padding-bottom: 80px;
}

.card-about-digit {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background-color: rgba(40,40,40,1);
    align-items: center;
    padding: 24px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 12px 12px 0 0 rgba(37,37,37,1);
}

.card-shem-work {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background-color: rgba(40,40,40,1);
    padding: 40px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 8px 8px 0 0 rgba(37,37,37,1);
    overflow: hidden;
    height: 100%;
}


.digit-shem-work {
    position: absolute;
    right: 10px;
    bottom: -30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(251,209,112,1);
    line-height: 100%;
    font-size: 100px;
    z-index: 1;
    opacity: 0.5;
}

.name-shem-work {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(251,209,112,1);
    line-height: 100%;
    font-size: 32px;
    z-index: 2;
}

.desc-shem-work {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    z-index: 2;
}


.card-about-digit::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    background-color: rgba(251,209,112,1);
    border-radius: 12px;
    z-index: -1;
    transform: rotate(1deg);
}

.digit-about-digit {
    font-size: 32px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(251,209,112,1);
}

.desc-about-digit {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.container-catalog-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-slide {
    width: 45px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background-color: rgba(40,40,40,1);
    cursor: pointer;
}

.block-for-catalog-cards-main {
    margin-top: 30px;
}

.swiper-slide-catalog-main {
    width: 280px!important;
    height: 300px!important;
}

.img-card-catalog-main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 7px;
    filter: brightness(90%);
}

.btn-slide-no-active {
    background-color: rgba(40,40,40,1);
    cursor: auto;
    opacity: 0.6;
}

.container-icon-partner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.img-icon-partner {
    width: 110px!important;
    height: 80px!important;
    object-fit: cover;
    border-radius: 12px;
}

.container-feedback {
    padding-top: 80px;
    padding-bottom: 80px;
}

.card-feedback {
    margin-top: 30px;
    background-color: rgba(40,40,40,1);
    padding: 24px;
    border-radius: 12px;
}

.left-feedback {
    border-left: 4px solid rgba(251,209,112,1);
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 24px;
}

.zag-left-feedback {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    font-size: 18px;
}

.column-left-feedback {

}

.value-zag-left-feedback {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    width: fit-content;
}

.value-zag-left-feedback:hover {
    color: rgba(251,209,112,1);
}

.form-feedback {

}

.custom-input {
    outline: none;
    box-shadow: none;
    width: 100%;
    background-color: rgba(30,32,31,1);
    color: rgba(147,147,147,1);
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.custom-input:focus {
    border-color: rgba(251,209,112,1);
}

.label-form {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
}

.custom-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox__checkmark {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 3px;
}

.custom-checkbox__checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-checkbox__input:checked + .custom-checkbox__checkmark {
    background: rgba(30,32,31,1);
    border-color: rgba(30,32,31,1);
}

.custom-checkbox__input:checked + .custom-checkbox__checkmark::after {
    opacity: 1;
}

.text-checkbox {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

.footer {
    padding-top: 80px;
    background-color: rgba(40,40,40,1);
    padding: 26px 0;
    overflow: hidden;
}

.catalog-page-catalog {
    padding-top: 80px;
    padding-bottom: 80px;
}

.filter-catalog-flex {
    gap: 24px;
}

.card-filter {
    position: relative;
    padding: 10px 16px;
    background-color: rgba(40,40,40,1);
    color: rgba(147,147,147,1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    width: 200px;
}

.dropdown-filter {
    position: absolute;
    top: 110%;
    padding: 8px;
    border-radius: 12px;
    background-color: rgba(40,40,40,1);
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    display: none;
    z-index: 100;
}

.wa-link-fixed {
    display: flex;
    z-index: 11;
    position: fixed;
    bottom: 15px;
    right: 15px;
    -moz-animation: whatsapp-btn 1s ease-in-out 0s infinite alternate;
    -webkit-animation: whatsapp-btn 1s ease-in-out 0s infinite alternate;
    -ms-animation: whatsapp-btn 1s ease-in-out 0s infinite alternate;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}

.wa-link-fixed img {
    height: 40px;
    height: 40px;
}

@-webkit-keyframes whatsapp-btn {
    from {
        background-color: rgba(37,211,102,0.5);
        transform: rotate(-15deg)
    }

    to {
        background-color: rgba(37,211,102,0.22);
        transform: rotate(35deg)
    }
}

@-moz-keyframes whatsapp-btn {
    from {
        background-color: rgba(37,211,102,0.5);
        transform: rotate(-15deg)
    }

    to {
        background-color: rgba(37,211,102,0.22);
        transform: rotate(35deg)
    }
}

@-ms-keyframes whatsapp-btn {
    from {
        background-color: rgba(37,211,102,0.5);
        transform: rotate(-15deg)
    }

    to {
        background-color: rgba(37,211,102,0.22);
        transform: rotate(35deg)
    }
}

.card-filter.active .dropdown-filter {
    display: block;
}

.list-value-dropdown {
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 8px;
}

.card-filter-none {
    display: none;
}

.list-value-dropdown:hover {
    color: rgba(251,209,112,1);
}

#search-btn {
    height: 37px;
}

.row-catalog-page-catalog {
    margin-top: 30px;
}

.card-catalog-page-catalog {
    padding: 12px;
    border-radius: 12px;
    background-color: rgba(40,40,40,1);
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: 12px 12px 0 0 rgba(37,37,37,1);
    position: relative;
}

.card-catalog-page-catalog::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    top: 0;
    background-color: rgba(251,209,112,1);
    border-radius: 12px;
    z-index: -1;
    transform: rotate(2deg);
}

.img-card-catalog-page-catalog {
    width: 100%;
    height: 260px;
    object-fit: contain;
    border-radius: 5px;
}

.name-card-catalog {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 100%;
}

.desc-card-catalog {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    opacity: 0.8;
}

.param-card-catalog {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.text-param-card-catalog {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    opacity: 0.5;
}

.btn-card-catalog-page-catalog {
    height: 37px;
    font-size: 16px;
}

.custom-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.digit-pagination {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digit-pagination-active {
    background-color: rgba(251,209,112,1);
    color: rgba(30,32,31,1);
}

.digit-pagination:hover {
    background-color: rgba(251,209,112,1);
    color: rgba(30,32,31,1);
    opacity: 0.85;
}

.dots-pagination {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    font-size: 14px;
    padding: 8px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-pagination {
    background-color: rgba(40,40,40,1);
    padding: 8px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.arrow-pagination-right {
    background-color: rgba(40,40,40,1);
    padding: 8px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.block-clear-filter {
     margin-top: 16px;
}

.clear-filter {
    font-size: 14px;
    color: rgba(251,209,112,1);
}

.container-contacts {
    padding-top: 80px;
    padding-bottom: 80px;
}

.left-contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

#map-yandex {
  width: 100%;
  height: 468px!important;
}

.block-div-map {
    margin-top: 60px;
}

.modal-dialog-feedback {
    max-width: 800px;
    z-index: 100000;
}

.modal-content-feedback {
    background-color: rgba(40,40,40,1);
    border-radius: 12px;
    position: relative;
}

.modal-body-feedback {
    padding: 24px;
}

#feedbackModal {
    z-index: 100000;
}

.form-feedback-modal {
    margin-top: 30px;
}

.close-modal-custom {
    position: absolute;
    right: 10px;
    top: -10%;
    color: rgba(251,209,112,1)!important;
    --bs-btn-close-color: rgba(251,209,112,1)!important;
    outline: none!important;
    box-shadow: none!important;
    opacity: 0.7!important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gold'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.text-vacancies {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    font-size: 16px;
    margin-top: 24px;
    width: 60%;
}

.form-feedback-vacancies {
    margin-top: 30px;
}

.zag-block-form-vacancies {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.text-desc-modal-success {
    color: rgba(255, 255, 255, 1);
    opacity: 0.6;
    font-size: 16px;
    margin-top: 24px;
    width: 60%;
    position: relative;
    z-index: 2;
}

.img-success-modal {
    position: absolute;
    bottom: -10px;
    right: 0px;
    height: 100%;
    z-index: 1;
}

.card-how-nas-vybor {
    background-color: rgba(40, 40, 40, 1);
    padding: 40px;
    margin-top: 30px;
    border-radius: 12px;
    position: relative;
}

.img-card-how-nas-vybor {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    opacity: 0.5;
    filter: brightness(50%);
    border-radius: 12px;
}

.text-card-how-nas-vybor {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    line-height: 100%;
    flex: 1;
}

.column-card-how-nas-vybor {
    gap: 24px;
}

.card-how-nas-vybor-row {
    row-gap: 24px;
}

@media(max-width: 1400px) {
    .container {
        padding-left: 80px!important;
        padding-right: 80px!important;
    }
    .nav-link {
        font-size: 18px;
    }
    .promo-title {
        font-size: 50px;
    }
    .zag-block {
        font-size: 40px;
    }
}

@media(max-width: 1200px) {
    .name-shem-work {
        font-size: 24px;
    }
    .desc-shem-work {
        font-size: 14px;
    }
    .card-shem-work {
        padding: 24px;
    }
    .digit-shem-work {
        font-size: 70px;
        bottom: -20px;
    }
    .right-about {
        height: 370px;
    }
    .zag-block {
        font-size: 30px;
    }
    .promo-title {
        font-size: 40px;
    }
    .custom-btn {
        font-size: 16px;
        height: 40px;
    }
    .digit-company-info-promo, .zag-column-left-about-preim-company, .digit-about-digit {
        font-size: 28px;
    }
    .container-catalog-main, .container-about, .container-icon-partner, .container-feedback, .container-contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .container-about-digit {
        padding-bottom: 50px;
    }
}

@media(max-width: 1050px) {
    .container-promo {
        height: 450px;
    }
    #map-yandex {
        height: 380px!important;
    }
    .container-catalog-main, .container-about, .container-icon-partner, .container-feedback, .container-contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-about-digit {
        padding-bottom: 40px;
    }
    .flex-left-right-about {
        flex-direction: column;
        gap: 30px;
    }
    .right-about {
        width: 100%;
        height: 350px;
    }
    .zag-column-left-about-preim-company, .digit-about-digit {
        font-size: 24px;
    }
    .desc-about-digit {
        font-size: 14px;
    }
    .card-about-digit {
        box-shadow: 8px 8px 0 0 rgba(37,37,37,1);
    }
    .header-desk {
        display: none;
    }
    .header-mob {
        display: block!important;
    }
    .container {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    .promo-title {
        width: 100%;
    }
    .promo-subtitle {
        width: 90%;
        opacity: 0.8;
    }
}

@media(max-width: 991px) {
    .column-card-how-nas-vybor {
        gap: 18px;
    }
    .card-how-nas-vybor-row {
        row-gap: 18px;
    }
    .card-how-nas-vybor {
        padding: 24px;
    }
}

@media(max-width: 900px) {
    .img-success-modal {
        height: 130px;
        opacity: 0.2;
    }
    .text-desc-modal-success {
        width: 100%;
    }
    .left-contacts {
        margin-top: 18px;
        gap: 18px;
    }
    #map-yandex {
        height: 250px!important;
    }
    .column-filter-and-button-search-mob {
        flex-direction: column;
        align-items: start!important;
    }
    .filter-catalog-flex {
        flex-direction: column;
        align-items: start!important;
    }
    .w-100-custom-mob {
        width: 100%;
    }
    #search-btn {
        width: 70%;
    }
    .clear-filter-mob {
        display: block!important;
    }
    .block-clear-filter {
        display: none;
    }
    .card-filter {
        width: 100%;
    }
    .list-value-dropdown {
        font-size: 14px;
    }
    .form-feedback-modal {
        margin-top: 16px;
    }
    .close-modal-custom {
        top: 10px;
    }
    .zag-block-modal-feedback {
        font-size: 18px;
        width: 80%;
    }
    .modal-body-feedback {
        padding: 12px;
    }
    .flex-left-right-about {
        margin-top: 16px;
    }
    .swiper-slide-catalog-main {
        height: 250px!important;
    }
    .container-about-digit {
        padding-top: 10px;
    }
}

@media(max-width: 650px) {
    .name-shem-work {
        font-size: 18px;
    }
    .text-card-how-nas-vybor {
        font-size: 16px;
    }
    .block-in-svg-card-how-nas-vybor svg {
        width: 20px;
        height: 20px;
    }
    .card-how-nas-vybor {
        padding: 12px;
    }
    .arrow-pagination {
        margin-right: 18px;
    }
    .arrow-pagination-right {
        margin-left: 18px;
    }
    .name-card-catalog {
        font-size: 16px;
    }
    .desc-card-catalog {
        font-size: 14px;
    }
    .param-card-catalog {
        margin-top: 18px;
    }
    .btn-card-catalog-page-catalog {
        margin-top: 20px!important;
    }
    .zag-block {
        font-size: 26px;
    }
    .promo-title {
        font-size: 36px;
    }
    .promo-subtitle {
        font-size: 16px;
    }
    .digit-company-info-promo {
        font-size: 24px;
    }
    .text-vacancies {
        width: 100%;
        margin-top: 16px;
    }
    .card-feedback {
        margin-top: 24px;
    }
    .nav-link {
        font-size: 16px;
    }
    .nav-header {
        gap: 16px;
    }
    .container {
        padding-left: 24px!important;
        padding-right: 24px!important;
    }
    .gap-adv-company-about {
        flex-direction: column;
        gap: 24px;
    }
    .column-left-about-preim-company {
        gap: 8px;
    }
    .card-feedback {
        padding: 12px;
    }
    .zag-block-form-vacancies {
        font-size: 18px;
    }
    .promo-text {
        bottom: auto;
        top: 90px;
    }
    .img-promo {
        filter: brightness(30%);
    }
    .swiper-slide-catalog-main {
        width: 220px!important;
    }
    .nav-header {
        flex-wrap: wrap;
        gap: 8px;
    }
    .logo {
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 550px) {
    .promo-subtitle {
        width: 100%;
    }
    .footer-space-between-column-mob {
        flex-direction: column;
        align-items: start!important;
        gap: 8px;
    }
    .promo-info-company-flex {
        flex-direction: column;
        gap: 16px;
        align-items: start!important;
        margin-top: 24px;
    }
    .promo-info-company-flex-column {
        align-items: start!important;
    }

    .promo-text {
        top: 120px;
    }
    .promo-title {
        font-size: 30px;
    }
    .right-about {
        height: 200px;
    }
    .custom-input {
        padding: 10px;
    }
    .custom-btn {
        height: 37px;
    }
    .left-feedback {
        padding-left: 12px;
    }
    .promo-subtitle {
        font-size: 14px;
    }
    .digit-company-info-promo {
        font-size: 18px;
    }
    .zag-column-left-about-preim-company {
        font-size: 20px;
    }
    .digit-company-info-promo svg {
        width: 16px;
        height: 16px;
    }
    .zag-block {
        font-size: 24px;
    }
    .text-vacancies {
        font-size: 14px;
    }
}