.filter-test-card__fields {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}
.filter-test-card__group {
    background: #232323;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(255,106,0,0.08);
    padding: 28px 20px 18px 20px;
    border: 1.5px solid #292929;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.filter-test-card__group h2, .filter-test-card__group h3 {
    margin: 0 0 18px 0;
    font-size: 1.22em;
    font-weight: 700;
    color: #ff6a00;
    letter-spacing: 0.01em;
}
/* Edles Overlay-Filterfeld im PAMO-CI */
.filter-test-card__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.filter-test-card__content {
    background: #181818;
    border-radius: 22px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.55);
    padding: 44px 36px 36px 36px;
    min-width: 370px;
    max-width: 98vw;
    color: #fff;
    font-family: inherit;
    font-size: 1.13em;
    position: relative;
}
.filter-test-card__fields {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.filter-test-card__group {
    background: #232323;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(255,106,0,0.08);
    padding: 24px 20px 18px 20px;
    border: 1.5px solid #292929;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.filter-test-card__fields details {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.filter-test-card__fields summary {
    font-weight: 700;
    font-size: 1.18em;
    color: #ff6a00;
    margin-bottom: 14px;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-test-card__fields label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 1.07em;
}
.filter-test-card__close {
    cursor: pointer;
    color: #ff6a00;
    font-weight: bold;
    font-size: 2.2em;
    background: none;
    border: none;
    position: absolute;
    top: 22px;
    right: 26px;
    z-index: 2;
    transition: color 0.2s;
}
.filter-test-card__close:hover {
    color: #fff;
}
.filter-test-card__btn {
    margin-top: 32px;
}
.filter-test-card__content input[type="checkbox"] {
    accent-color: #ff6a00;
    width: 20px;
    height: 20px;
}
.filter-test-card__fields .checkbox__text {
    font-weight: 400;
    color: #fff;
}
.filter-test-card__fields .checkbox__quantity {
    color: #ff9f1a;
    font-size: 0.98em;
    margin-left: 4px;
}
/* Verbesserungen für das Overlay-Filterfeld (Box 5) */
.filter-test-card__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.filter-test-card__content {
    background: #181818;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.45);
    padding: 32px 24px 24px 24px;
    min-width: 340px;
    max-width: 95vw;
    color: #fff;
    font-family: inherit;
    font-size: 1.1em;
    position: relative;
}
.filter-test-card__fields details {
    margin-bottom: 22px;
    border-bottom: 1px solid #ff6a00;
    padding-bottom: 10px;
}
.filter-test-card__fields details:last-child {
    border-bottom: none;
}
.filter-test-card__fields summary {
    font-weight: bold;
    font-size: 1.13em;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-test-card__fields label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 1em;
}
.filter-test-card__close {
    cursor: pointer;
    color: #ff6a00;
    font-weight: bold;
    font-size: 2em;
    background: none;
    border: none;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}
.filter-test-card__btn {
    margin-top: 24px;
}
.filter-test-card__fields {
    margin-top: 18px;
}
.filter-test-card__content input[type="checkbox"] {
    accent-color: #ff6a00;
    width: 18px;
    height: 18px;
}
/* Overlay für Box 5 (Testbox) */
.filter-test-card__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.filter-test-card__content {
    background: #181818;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.45);
    padding: 32px 24px 24px 24px;
    min-width: 340px;
    max-width: 95vw;
    color: #fff;
    font-family: inherit;
    font-size: 1.1em;
}
.filter-test-card__fields details {
    margin-bottom: 18px;
}
.filter-test-card__fields summary {
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}
.filter-test-card__fields label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.filter-test-card__close {
    cursor: pointer;
    color: #ff6a00;
    font-weight: bold;
    margin-bottom: 12px;
}
.filter-test-card__btn {
    margin-top: 24px;
}
@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-ExtraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-Thin.woff2) format("woff2");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Heebo;
    font-display: swap;
    src: url(../fonts/Heebo-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

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

*,
*::after,
*::before {
    box-sizing: border-box
}

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #fff;
    line-height: 120%;
    font-family: Heebo;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: Heebo;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
    width: 100%
}

label {
    display: inline-block
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    background-color: #000000;
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 81.875rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto, 80rem) 1fr .9375rem
}

[class*="--gc"] > * {
    min-width: 0;
    grid-column: 3/4
}

.button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: .875rem 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
    color: #000;
    border-radius: .5625rem;
    background-color: #ea4817;
    outline: 0;
    transition: box-shadow .3s, background .3s
}

.button:focus,
.button:focus-visible {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    background-color: #ea6817
}

.button:active {
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, .95);
    background-color: rgba(234, 72, 23, .9)
}

.button-empty {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    padding: .8125rem 2.4375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
    color: #fff;
    border-radius: .5625rem;
    border: 1px solid #ea4817;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 7px 0 #ea4817;
    outline: 0;
    transition: box-shadow .3s, background .3s, border .3s
}

.button-empty:focus,
.button-empty:focus-visible {
    outline: 2px solid #ea4817;
    box-shadow: 0 0 7px 0 #ea4817
}

.button-empty:active {
    box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, .6)
}

.title {
    font-weight: 800;
    line-height: 120%
}

.title span {
    background: linear-gradient(89deg, #ea4817 0, #ed6b23 30.92%, #f4b642 50%, #ee7526 70.59%, #ea4817 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.title-middle {
    font-weight: 800;
    line-height: 120%
}

.title-middle span {
    background: linear-gradient(89deg, #ea4817 0, #ed6b23 30.92%, #f4b642 50%, #ee7526 70.59%, #ea4817 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.title-small {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 120%
}

.text-right {
    text-align: right
}

.swiper-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem
}

.swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #f8ac79;
    transition: background .3s
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ea4817
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid #782416;
    border-radius: 50%;
    padding: .625rem;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-content: center;
    transition: box-shadow .3s
}

.swiper-button-next img,
.swiper-button-next svg,
.swiper-button-prev img,
.swiper-button-prev svg {
    width: 1rem;
    height: 1rem;
    -o-object-fit: cover;
    object-fit: cover
}

.swiper-scrollbar {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 5rem;
    height: .4375rem;
    border-radius: .125rem;
    background-color: rgba(234, 72, 23, .4)
}

.swiper-scrollbar .swiper-scrollbar-drag {
    cursor: pointer;
    border-radius: .125rem;
    height: 100%;
    background-color: #ea4817
}

.custom-select {
    min-width: 5.8125rem;
    min-height: 1.875rem;
    padding: .125rem .625rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .3125rem
}

.custom-select.active::after {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.custom-select.non-active::after {
    display: none
}

.custom-select::after {
    content: "";
    flex-shrink: 0;
    width: .9375rem;
    height: .9375rem;
    display: block;
    background: url(../img/icons/arrow.svg) center/15px 15px no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.custom-select .select__area {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 4
}

.custom-select .select__area:hover {
    cursor: pointer
}

.custom-select .select__item,
.custom-select .select__label {
    font-size: 1rem;
    font-weight: 600
}

.custom-select .select__label {
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .3125rem
}

.custom-select .select__label:hover {
    cursor: pointer
}

.custom-select .select__label-icon {
    max-width: 3.125rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.custom-select .select__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s
}

.custom-select .select__content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    /*max-height: 240px;*/
    background: linear-gradient(0deg, #000 0, #2c2c2c 100%);
    border-radius: .625rem;
    box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, .7);
    padding: .75rem 2rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .3s
}

.catalog__sort-sel.custom-select .select__content {
    padding: .75rem .75rem;
}

.custom-select .select__content--hidden {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    visibility: hidden;
    opacity: 0
}

.custom-select .select__options {
    display: grid;
    align-content: start;
    gap: .5rem
}

.custom-select .select__item {
    display: flex;
    align-items: center;
    gap: .3125rem;
    position: relative;
    padding: .1875rem 0;
    overflow: hidden;
    transition: color .3s, opacity .3s
}

.custom-select .select__item.selected {
    color: #ea4817
}

.custom-select .select__item-icon {
    max-width: 3.125rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tag-item {
    border-radius: .8125rem;
    padding: .625rem 1.875rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
    transition: box-shadow .3s
}

.wrapper-404 {
    background: url(../img/error-bg.svg) top center/cover no-repeat
}

.page-404 {
    padding: 4rem 0 2.125rem 0
}

.page-404__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem
}

.page-404__content {
    max-width: 22.5rem
}

.page-404__title {
    font-weight: 700;
    line-height: 120%
}

.page-404__title:not(:last-child) {
    margin-bottom: 5.25rem
}

.page-404__title span {
    font-weight: 300
}

.page-404__img {
    max-width: 51rem;
    width: 100%
}

.page-404__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5625rem 1.875rem
}

.block-form .checkbox {
    font-size: 1.125rem;
    line-height: 120%
}

.block-form__bottom {
    grid-column: 1/-1
}

.block-form__btn {
    margin-left: auto
}

.input-block--long {
    grid-column: 1/-1
}

.input-block__label {
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 120%;
    margin-bottom: 1.25rem
}

.input-block__label sup {
    color: #ff562c
}

.input-block__file {
    border: 3px dashed #ea4817;
    box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, .7);
    background: linear-gradient(0deg, #000 0, #2c2c2c 100%);
    padding: 2.5rem 1.875rem;
    display: grid;
    justify-content: center;
    gap: 1.25rem
}

.input-block__file.drag-over {
    border: 3px dashed #ea4817;
}

.input-block__file-body {
    display: grid;
    justify-content: center;
    gap: 1.25rem
}

.input-block__file-info {
    display: grid;
    justify-items: center;
    gap: 1.25rem;
    text-align: center;
    font-weight: 300;
    font-size: .875rem;
    line-height: 120%
}

.input-block__file-text {
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%
}

.input-block__file-btn {
    cursor: pointer
}

.input-block__file-btn * {
    cursor: pointer
}

.input-block__file-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

input[type=email],
input[type=file],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none
}

.input {
    height: 3.0625rem;
    padding: .625rem 1.875rem;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
    border-radius: .5rem;
    box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, .7);
    background: linear-gradient(0deg, #000 0, #2c2c2c 100%)
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    opacity: .6;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    opacity: .6;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    opacity: .6;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    opacity: .6;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

textarea.input {
    height: 10.1875rem;
    resize: none;
    padding: .9375rem 1.875rem
}

.checkbox {
    position: relative;
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    align-items: center;
    font-size: .875rem;
    line-height: 160%
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:focus-visible ~ .checkbox__fake,
.checkbox__input:focus ~ .checkbox__fake {
    outline: 2px solid hsla(0, 0%, 100%, .6)
}

.checkbox__input:checked ~ .checkbox__fake {
    background: #f05e1f url(../img/icons/check.svg) center/11px 8px no-repeat
}

.checkbox__fake {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    border-radius: .125rem;
    background: #fff
}

.checkbox__fake:not(:last-child) {
    margin-right: 1.0625rem
}

.checkbox__text {
    font-weight: 300;
    font-size: inherit
}

.checkbox__text sup {
    font-size: 1.125rem;
    line-height: 100%;
    color: #ff2400
}

.checkbox__text a {
    font-weight: 700;
    text-decoration: underline;
    transition: color .3s
}

.checkbox__text:not(:last-child) {
    margin-right: .375rem
}

.checkbox__quantity {
    font-weight: 100;
    font-size: .625rem
}

.menu__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem 2.5rem
}

.menu__link {
    font-weight: 400;
    font-size: 1.125rem;
    transition: color .3s
}

.menu__link.active {
    color: rgba(234, 72, 23, .7)
}

.icon-menu {
    display: none
}

body::after {
    content: "";
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    backdrop-filter: blur(5px);
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    flex-direction: column;
    min-height: 100%;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    box-shadow: 0 0 16px 3px #ececec;
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    padding: 3.125rem 6.25rem 6.25rem 6.25rem;
    width: 100%;
    max-width: 79.125rem;
    border-radius: 20px
}

.lock .popup__content {
    visibility: visible
}

.popup__close {
    margin: 0 0 .625rem auto;
    display: grid;
    place-content: center;
    width: 1.875rem;
    height: 1.875rem
}

.popup__close svg {
    width: 1.875rem;
    height: 1.875rem;
    -o-object-fit: cover;
    object-fit: cover
}

.popup__title {
    text-align: center;
    margin-bottom: 4.375rem
}

.popup__form {
    background: linear-gradient(180deg, #000 0, #1e1e1e 100%);
    border-top: 1px solid rgba(253, 253, 253, .51);
    border-radius: .8125rem;
    padding: 3.125rem 1.875rem
}

.spollers {
    display: grid;
    gap: 2.5rem
}

.spollers__item {
    font-size: 1.25rem;
    box-shadow: 0 0 12px 3px rgba(234, 72, 23, .75);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    overflow: hidden;
    border-radius: .75rem;
    transition: box-shadow .3s, background .3s
}

.spollers__item[open] {
    box-shadow: 0 0 12px 3px rgba(234, 72, 23, .45);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%)
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    padding: 1.25rem 2.5rem 1.25rem 3.125rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 120%;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
    display: none
}

.spollers__title::after {
    content: "";
    flex-shrink: 0;
    width: 1.375rem;
    height: 1.375rem;
    background: url(../img/icons/arrow.svg) center/22px 22px no-repeat;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.spollers__title._spoller-active::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.spollers__body {
    padding: 0;
    background: linear-gradient(180deg, #000 0, #1e1e1e 100%);
    border-top: 1px solid rgba(253, 253, 253, .51);
    border-radius: .8125rem .8125rem 0 0;
    font-size: 1.3125rem;
    line-height: 170%
}

.spollers__body ul {
    display: grid;
    align-content: start;
    gap: 1.5625rem;
    padding-left: 1.5625rem
}

.spollers__body ul li {
    list-style: disc
}

.pagging {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 1rem
}

.pagging__arrow {
    border-radius: .5rem;
    padding: .625rem 1rem;
    box-shadow: 0 0 5px 3px rgba(234, 72, 23, .45);
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    font-weight: 300;
    font-size: .625rem;
    line-height: 120%;
    min-height: 2rem;
    transition: box-shadow .3s
}

.pagging__arrow.disabled {
    opacity: .7;
    pointer-events: none
}

.pagging__list {
    display: flex;
    gap: 1rem
}

.pagging__item {
    display: grid;
    place-content: center;
    border-radius: .5rem;
    padding: .3125rem;
    min-width: 2rem;
    min-height: 2rem;
    font-weight: 500;
    font-size: .75rem;
    line-height: 120%;
    box-shadow: 0 0 5px 3px rgba(234, 72, 23, .45);
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    opacity: .7;
    transition: opacity .3s, box-shadow .3s
}

.pagging__item._active {
    opacity: 1;
    box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6)
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.header {
    background-color: #0a0a0a;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    box-shadow: 0 1px 2px 0 rgba(234, 72, 23, .7);
    position: relative;
    z-index: 20
}

.header__body {
    padding: 1.875rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.header__logo {
    max-width: 8.4375rem
}

.header__logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__btn {
    padding: .625rem 1.875rem;
    min-height: 2.625rem;
    cursor: pointer;
}

.footer {
    padding: 4rem 0
}

.footer__container {
    max-width: 83.875em
}

.footer__body {
    border: 1px solid #ea4817;
    padding: 3rem;
    margin-bottom: 2rem
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem
}

.footer__info {
    max-width: 18.9375rem
}

.footer__logo {
    max-width: 9.0625rem;
    margin-bottom: 2rem
}

.footer__logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__company {
    font-weight: 600;
    font-size: .875rem;
    line-height: 150%;
    margin-bottom: .4375rem
}

.footer__adress {
    display: grid;
    align-content: start;
    gap: .4375rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 120%
}

.footer__adress span {
    display: block
}

.footer__contacts-title {
    font-weight: 600;
    font-size: .875rem;
    line-height: 150%;
    margin-bottom: .4375rem
}

.footer__contacts-link {
    font-size: 1rem;
    line-height: 170%;
    transition: color .3s
}

.footer__menu {
    max-width: 49.0625rem;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5rem
}

.footer__menu-column {
    max-width: 20.6875rem;
    width: calc(63.333% - 2.5rem);
    min-width: 9.375rem;
    display: grid;
    align-content: start;
    gap: 1rem;
}

.footer__menu-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.footer__menu-list {
    display: grid;
    align-content: start;
    gap: 1rem
}

.footer__menu-link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    line-height: 120%;
    transition: color .3s
}

.footer__bottom {
    font-size: .875rem;
    line-height: 150%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem
}

.footer__policy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem 1.5rem
}

.footer__policy-link {
    text-decoration: underline;
    transition: color .3s
}

.hero {
    background: url(../img/hero-home-bg.svg) center/cover no-repeat
}

.hero__container {
    max-width: 83.875em
}

.hero__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 0;
    min-height: 0
}

.hero__content {
    display: grid;
    align-content: center;
    padding: 1.875rem 0
}

.hero__info {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    border-radius: .625rem;
    padding: 1.25rem 1.75rem;
    box-shadow: 0 0 5px 3px hsla(0, 0%, 100%, .9);
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(60, 60, 60, .8) 100%);
    line-height: 120%;
    display: grid;
    align-content: center;
    gap: .875rem;
    position: relative;
    z-index: 3
}

.hero__info:first-child {
    max-width: 19.75rem;
    margin-left: auto;
    margin-bottom: -1.25rem
}

.hero__info:last-child {
    max-width: 33.25rem;
    margin-left: auto
}

.hero__info-title {
    font-weight: 700
}

.hero__inner {
    position: relative;
    z-index: 4
}

.hero__inner:not(:last-child) {
    margin-bottom: 3.4375rem
}

.hero__title:not(:last-child) {
    margin-bottom: 1.875rem
}

.hero__text:not(:last-child) {
    margin-bottom: 3.4375rem
}

.hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2.5rem
}

.hero__sliders {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1875rem;
    overflow: hidden;
    min-width: 0;
    min-height: 0
}

.hero__slider {
    max-height: 56.25rem
}

.hero__wrapper {
    transition-timing-function: linear
}

.hero__slide img {
    display: block;
    aspect-ratio: 319/340;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.partners {
    padding: 5.15625rem 0;
    margin-bottom: 2.875rem
}

.partners--page {
    padding: 3.75rem 0;
    position: relative;
    z-index: 1
}

.partners__title {
    color: #ea4817;
    margin-bottom: 2.5rem
}

.partners__items {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    text-align: center;
    /*overflow-y: hidden;*/
    /*overflow-x: auto;*/
    /*-ms-overflow-style: none;*/
    /*scrollbar-width: none*/
}

.partners__items::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    -webkit-appearance: none;
    appearance: none
}

.partners__item {
    /*max-width: -webkit-fit-content;*/
    /*max-width: -moz-fit-content;*/
    /*max-width: fit-content;*/
    /*min-width: 6.25rem*/
    /*width: 100%;*/
    /*max-width: 250px;*/
}

.partners__item img {
    width: 100%;
    max-width: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.philosophy {
    margin-bottom: 6.75rem
}

.philosophy__title {
    text-align: center;
    color: #fafafa;
    margin-bottom: 7.8125rem
}

.philosophy__body {
    padding: 5.5rem 1.25rem;
    background: url(../img/philosophy/job-girl-image.webp) top center/cover no-repeat;
    box-shadow: 0 0 25px 3px #fff;
    border-radius: 1.25rem;
    position: relative;
    overflow: hidden;
    display: grid;
    justify-content: center
}

.philosophy__body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: .5
}

.philosophy__items {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    margin-left: 3.75rem;
    z-index: 3;
    display: grid;
    justify-content: center
}

.philosophy__items::before {
    content: "";
    position: absolute;
    left: 2.125rem;
    top: 10%;
    width: .3125rem;
    height: 84%;
    background-color: beige
}

.philosophy__item {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 3.125rem;
    align-items: center;
    position: relative
}

.philosophy__item:not(:last-child) {
    padding-bottom: 14.375rem
}

.philosophy__item.item-author {
    grid-template-columns: 12.0625rem 1fr;
    gap: 2.125rem;
    margin-left: -3.75rem
}

.philosophy__item.item-author:not(:last-child) {
    padding-bottom: 10rem
}

.philosophy__item.item-author .philosophy__item-content {
    max-width: 38.6875rem;
    width: 100%
}

.philosophy__item-img {
    width: 12.0625rem;
    height: 12.0625rem;
    display: grid;
    place-content: center;
    position: relative
}

.philosophy__item-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid rgba(234, 72, 23, .9)
}

.philosophy__item-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80.31%;
    height: 80.31%;
    border-radius: 50%;
    border: 2px solid rgba(234, 72, 23, .6)
}

.philosophy__item-img img {
    position: relative;
    z-index: 2;
    width: 6.75rem;
    height: 6.75rem;
    border-radius: 50%
}

.philosophy__item-content {
    position: relative;
    z-index: 2;
    max-width: 30.875rem;
    width: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(234, 72, 23, .42);
    border-radius: 1.8125rem;
    padding: 1.25rem;
    display: grid;
    align-content: start;
    gap: 2.125rem
}

.philosophy__item-text {
    font-size: 1.3125rem;
    line-height: 160%
}

.philosophy__item-bottom {
    display: grid;
    align-content: start;
    gap: .25rem
}

.philosophy__item-title {
    font-weight: 800;
    font-size: 2.0625rem;
    line-height: 120%
}

.philosophy__item-subtitle {
    font-size: 1.3125rem;
    line-height: 120%
}

.philosophy__item-icon {
    width: 4.5rem;
    height: 4.5rem
}

.philosophy__item-icon img,
.philosophy__item-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mission {
    margin-bottom: 5.125rem
}

.mission__container {
    max-width: 83.875em
}

.mission__title {
    text-align: center;
    margin-bottom: 5rem
}

.mission__body {
    display: flex;
    gap: 2rem
}

.mission__content {
    max-width: 54rem;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .8);
    background-color: #000;
    display: flex;
    flex-direction: column
}

.mission__content-img img {
    aspect-ratio: 864/486;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.mission__content-info {
    flex: 1 1 auto;
    padding: 3rem;
    background: linear-gradient(0deg, #000 0, #242424 100%)
}

.mission__content-title {
    margin-bottom: 1.5rem
}

.mission__content-text {
    display: grid;
    align-content: start;
    gap: .9375rem;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 180%
}

.mission__content-text:not(:last-child) {
    margin-bottom: 2rem
}

.mission__content-text ul {
    margin-left: 1.5625rem
}

.mission__content-text ul li {
    list-style: disc
}

.mission__aside {
    max-width: 26rem;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .8);
    background-color: #000;
    display: flex;
    flex-direction: column
}

.mission__aside-info {
    flex: 1 1 auto;
    padding: 2rem 2rem 3.4375rem 2rem
}

.mission__aside-title {
    margin-bottom: 1rem
}

.mission__aside-text {
    display: grid;
    align-content: start;
    gap: .625rem;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 180%
}

.mission__aside-text:not(:last-child) {
    margin-bottom: 1.5rem
}

.mission__aside-text ul {
    margin-left: 1.5625rem
}

.mission__aside-text ul li {
    list-style: disc
}

.mission__aside-img img {
    aspect-ratio: 416/473;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.presence {
    margin-top: -5.125rem;
    margin-bottom: 7.75rem;
    display: grid;
    min-width: 0;
    /*grid-template-columns: .9375rem 1fr minmax(auto,80rem) 1fr .9375rem*/
}

.presence > * {
    min-width: 0;
    grid-column: 1/4
}

.presence__body {
    display: flex
}

.presence__map {
    margin-left: auto;
    position: relative
}

.presence__map-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.presence__circle {
    position: absolute;
    border-radius: 50%;
    width: 2.85%;
    height: 2.85%;
    display: grid;
    place-content: center;
    z-index: 2
}

.presence__circle img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.presence__circle--1 {
    top: 21.35%;
    right: 36.1%
}

.presence__circle--2 {
    top: 32.37%;
    right: 52.75%
}

.presence__circle--3 {
    top: 33.41%;
    right: 63.93%
}

.presence__circle--4 {
    top: 43.6%;
    right: 75%
}

.presence__circle--5 {
    top: 42.9%;
    right: 54.95%
}

.presence__circle--6 {
    top: 38.23%;
    right: 40.95%
}

.presence__circle--7 {
    top: 44.18%;
    right: 42.14%
}

.presence__circle--8 {
    top: 51.16%;
    right: 45%
}

.presence__circle--9 {
    top: 48.99%;
    right: 52.75%
}

.presence__circle--10 {
    top: 53.7%;
    right: 67.3%
}

.presence__circle--11 {
    top: 63.2%;
    right: 15.7%
}

.presence__circle--12 {
    top: 72.2%;
    right: 33.62%
}

.presence__item {
    max-width: 26.9375rem;
    width: 100%;
    position: absolute;
    z-index: 5;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 1.25rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: #1c1c1c;
    box-shadow: 0 0 7px 0 hsla(0, 0%, 100%, .9);
    display: grid;
    align-content: start;
    gap: .4375rem;
    pointer-events: none;
    visibility: hidden;
    transition: all .3s
}

.presence__item::before {
    content: "";
    position: absolute;
    z-index: 6;
    width: 1.875rem;
    height: 1.875rem;
    background: #1c1c1c;
    box-shadow: -4px -4px 10px -7px hsla(0, 0%, 100%, .9);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.presence__item.active-tab {
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: all;
    visibility: visible
}

.presence__item--1 {
    top: 27%;
    left: 27%
}

.presence__item--1::before {
    top: -.875rem;
    right: 29%
}

.presence__item--2 {
    top: 10%;
    left: 20%
}

.presence__item--2::before {
    bottom: -.875rem;
    right: 47.4%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--3 {
    top: 11%;
    left: 10%
}

.presence__item--3::before {
    bottom: -.875rem;
    right: 49.5%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--4 {
    top: 21.5%;
    left: 10%
}

.presence__item--4::before {
    bottom: -.875rem;
    left: 22.5%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--5 {
    top: 20.7%;
    left: 18%
}

.presence__item--5::before {
    bottom: -.875rem;
    left: 45.4%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--6 {
    top: 16%;
    left: 18%
}

.presence__item--6::before {
    bottom: -.875rem;
    right: 21%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--7 {
    top: 22%;
    left: 18%
}

.presence__item--7::before {
    bottom: -.875rem;
    right: 23.3%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--8 {
    top: 29%;
    left: 11%
}

.presence__item--8::before {
    bottom: -.875rem;
    right: 15.6%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item--9 {
    top: 54.5%;
    left: 19%
}

.presence__item--9::before {
    top: -.875rem;
    right: 45.6%
}

.presence__item--10 {
    top: 59%;
    left: 5%
}

.presence__item--10::before {
    top: -.875rem;
    right: 46.6%
}

.presence__item--11 {
    top: 59%;
    left: 26%
}

.presence__item--11::before {
    top: 20%;
    right: -.875rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.presence__item--12 {
    top: 50%;
    left: 20%
}

.presence__item--12::before {
    bottom: -.875rem;
    right: 11%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.presence__item-country {
    display: flex;
    align-items: center;
    gap: .9375rem;
    position: relative;
    z-index: 7
}

.presence__item-flag {
    flex-shrink: 0;
    border-radius: 50%;
    width: 2.1875rem;
    height: 2.1875rem;
    -o-object-fit: cover;
    object-fit: cover
}

.presence__item-name {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 120%
}

.presence__item-adress {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: .4375rem;
    position: relative;
    z-index: 7
}

.presence__item-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%
}

.presence__item-value {
    font-size: 1rem;
    line-height: 120%
}

.presence__item-bottom {
    display: grid;
    align-content: center;
    gap: .4375rem;
    position: relative;
    z-index: 7
}

.presence__item-contacts {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: .4375rem
}

.presence__item-link {
    transition: color .3s
}

.presence__content {
    padding: 3.125rem 0;
    max-width: 40.0625rem;
    /*margin-left: auto;*/
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3.125rem
}

.presence__text {
    line-height: 160%
}

.presence__list {
    padding-left: 1.5625rem;
    font-weight: 700;
    line-height: 160%;
    display: grid;
    align-content: start;
    gap: .625rem
}

.presence__list li {
    list-style: disc
}

.presence__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem 4.25rem
}

.features {
    margin-bottom: 5.125rem
}

.features__title {
    text-align: center;
    margin-bottom: 7.75rem
}

.features__body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem
}

.features__body:not(:last-child) {
    margin-bottom: 3.75rem
}

.features__item {
    flex: 1 1 auto;
    width: calc(33.333% - 1.875rem);
    min-width: 18.125rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    border-radius: .625rem;
    padding: 2.5rem 2.5rem 4.375rem 2.5rem;
    position: relative;
    transition: 1s; /*Це нове*/
}

.features__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 44.76%;
    height: .3125rem;
    background-color: #ea4817
}

.features__item.white-card {
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: #fff;
    color: #000
}

/*це*/
.features__item:hover {
    cursor: pointer;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: #fff;
    color: #000
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background-color: #ea4817;
    border-radius: 20px;
    border: 3px solid black;
}

/*це нове*/


.features__item-icon {
    max-width: 5.875rem
}

.features__item-icon:not(:last-child) {
    margin-bottom: 1.625rem
}

.features__item-icon img,
.features__item-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.features__item-title:not(:last-child) {
    margin-bottom: 2rem
}

.features__item-text {
    font-size: 1.3125rem;
    line-height: 160%
}

.features__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem 2.5rem
}

.features__link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    text-align: center;
    color: #ea4817;
    transition: color .3s
}

.guidelines {
    padding: 7rem 0;
    background-color: #000
}

.guidelines__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem
}

.guidelines__content {
    max-width: 45.1875rem;
    width: 100%
}

.guidelines__title {
    margin-bottom: 2.5rem
}

.guidelines__items {
    display: grid;
    gap: 1.875rem
}

.guidelines__items:not(:last-child) {
    margin-bottom: 3.5rem
}

.guidelines__item {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-content: start;
    gap: 1rem 2.5rem
}

.guidelines__item:not(:last-child) .guidelines__item-text {
    position: relative;
    padding: .375rem 0 1.625rem 5.5rem
}

.guidelines__item:not(:last-child) .guidelines__item-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    width: .125rem;
    background-color: #ea4817
}

.guidelines__item-icon {
    width: 3rem;
    height: 3rem
}

.guidelines__item-icon img,
.guidelines__item-icon svg {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.guidelines__item-text {
    grid-column: span 2;
    font-size: 1.3125rem;
    line-height: 160%;
    padding: .375rem 0 0 5.5rem
}

.guidelines__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem
}

.guidelines__aside-img {
    max-width: 21.3125rem;
    width: 100%;
    display: grid;
    place-content: center;
    margin: 0 auto 2.5rem auto;
    border-radius: .625rem;
    overflow: hidden;
    box-shadow: 0 0 9px 3px hsla(0, 0%, 100%, .6);
    background-color: rgba(234, 72, 23, .03)
}

.guidelines__aside-img img {
    aspect-ratio: 341/392;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.guidelines__aside-title {
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 1.875rem
}

.guidelines__aside-text {
    font-size: 1.3125rem;
    line-height: 160%
}

.reviews {
    padding: 2rem 0 5.625rem 0;
    background-color: #000
}

.reviews__title {
    margin-bottom: 3.9375rem
}

.reviews__slider {
    padding: 2.125rem 2.125rem 0 2.125rem;
    margin: 0 -2.125rem
}

.reviews__wrapper {
    margin-bottom: 2rem
}

.reviews__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .9375rem;
    padding: 0 .1875rem .1875rem .1875rem
}

.reviews__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .9375rem
}

.review-card {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    align-items: center;
}

.review-card__img {
    max-width: 42.875rem;
    width: 100%;
    box-shadow: 0 0 34px 7px rgba(234, 72, 23, .8);
    border-radius: .8125rem;
    overflow: hidden
}

.review-card__img img {
    aspect-ratio: 686/476;
    width: 100%;
    height: 100%;
    /*-o-object-fit: cover;*/
    /*object-fit: cover*/
}

.review-card__content {
    max-width: 32.125rem;
    width: 100%;
    padding: .8125rem 2rem .8125rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.review-card__stars {
    display: flex;
    align-items: center;
    gap: .25rem
}

.review-card__star {
    max-width: 1.25rem
}

.review-card__star img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__text {
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 160%
}

.review-card__bottom {
    display: flex;
    font-size: 1rem;
    line-height: 120%
}

.review-card__author {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    padding: .5625rem 1.25rem .5625rem 0;
    border-right: 2px solid #ea4817;
    display: grid;
    align-items: center;
    gap: .3125rem
}

.review-card__author-name {
    font-weight: 700
}

.review-card__work {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    padding: .5625rem 0 .5625rem 1.25rem;
    display: grid;
    align-items: center;
    gap: .3125rem
}

.review-card__work-name {
    font-weight: 700
}

.hero-2 {
    background: url(../img/hero-2-bg.svg) center/cover no-repeat;
    position: relative
}

.hero-2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 14.375rem;
    background: url(../img/hero-2-decor.svg) top right/cover no-repeat
}

.hero-2__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    min-height: 56.25rem
}

.hero-2__content {
    max-width: 40.3125rem;
    width: 100%;
    display: grid;
    align-content: center;
    padding: 3.125rem 0 6.25rem 0;
    position: relative;
    z-index: 3
}

.hero-2__title {
    margin-bottom: 1.5rem
}

.hero-2__text {
    font-size: 1.3125rem;
    line-height: 120%
}

.hero-2__text:not(:last-child) {
    margin-bottom: 2.5rem
}

.hero-2__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.hero-2__img {
    align-self: flex-end;
    max-width: 32rem;     /* perfekte Größe für den neuen Mann */
    width: 100%;
}

.hero-2__img img {
    width: 100%;
    height: auto;
    object-fit: contain !important;
}


.advantages {
    margin: 1.5rem 0 7.375rem 0
}

.advantages__container {
    max-width: 88.8125em
}

.advantages__body {
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background-color: #0a0a0a;
    border-radius: .75rem;
    padding: 2.5rem 5rem;
    display: flex;
    justify-content: center
}

.advantages__item {
    max-width: 22.5rem;
    display: grid;
    align-content: center;
    gap: .5rem
}

.advantages__item:nth-child(1) {
    padding-right: 4rem
}

.advantages__item:nth-child(2) {
    max-width: 31.9375rem;
    padding: 0 4rem
}

.advantages__item:nth-child(3) {
    padding-left: 4rem
}

.advantages__item:not(:last-child) {
    position: relative
}

.advantages__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .125rem;
    border-radius: .125rem;
    height: 56.55%;
    background-color: #ea4817;
    box-shadow: 2px 0 4px 0 rgba(234, 72, 23, .75)
}

.advantages__item-subtitle {
    font-weight: 600;
    font-size: 1.3125rem;
    line-height: 120%
}

.advantages__item-title {
    font-weight: 700;
    line-height: 120%;
    background: linear-gradient(90deg, #ea4817 0, #ed6b23 36.68%, #f4b642 50%, #ee7526 66.56%, #ea4817 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.advantages__item-title.small-gradient {
    background: linear-gradient(86deg, #ea4817 0, #ed6b23 32.04%, #f4b642 55.58%, #ee7526 76.69%, #ea4817 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.advantages__item-title.middle-gradient {
    background: linear-gradient(90deg, #ea4817 0, #ed6b23 30.92%, #f4b642 50%, #ee7526 70.59%, #ea4817 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.advantages__item-title.long-gradient {
    background: linear-gradient(90deg, #ea4817 15%, #ed6b23 20.68%, #f4b642 35%, #ee7526 46.56%, #ea4817 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.advantages__item-text {
    font-size: 1rem;
    line-height: 150%
}

.whyus {
    margin-bottom: 5.9375rem
}

.whyus__title {
    text-align: center;
    margin-bottom: 4.625rem
}

.whyus__body {
    display: flex;
    flex-wrap: wrap;
    gap: 2.0625rem;
    margin-bottom: 3.9375rem
}

.whyus__item {
    flex: 1 1 auto;
    width: calc(50% - 2.0625rem);
    min-width: 20rem;
    border-radius: .625rem;
    padding: 1.875rem 1.875rem 3rem 1.875rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    position: relative;
    transition: background .3s, color .3s, box-shadow .3s
}

.whyus__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 29.2%;
    height: .3125rem;
    background-color: #ea4817
}

.whyus__item-head {
    display: flex;
    align-items: center;
    gap: 1.625rem;
    margin-bottom: 1.5625rem
}

.whyus__item-icon {
    flex-shrink: 0;
    width: 5.875rem
}

.whyus__item-icon img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.whyus__item-title {
    font-weight: 800;
    font-size: 1.3125rem;
    line-height: 120%;
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.whyus__item-text {
    font-size: 1rem;
    line-height: 160%
}

.whyus__bnts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem 2.5rem
}

.cost-structure {
    margin-bottom: 7.3125rem;
    position: relative
}

.cost-structure::before {
    content: "";
    position: absolute;
    top: -6.25rem;
    bottom: -6.25rem;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(../img/cost-structure-bg.svg) top center/cover no-repeat
}

.cost-structure__body {
    border-radius: .875rem;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .4) 0, rgba(5, 5, 5, .4) 41.65%, rgba(18, 18, 18, .4) 68.69%, rgba(38, 38, 38, .4) 100%);
    padding: 4.375rem 5rem
}

.cost-structure__title {
    margin-bottom: 3.75rem
}

.cost-structure__items {
    max-width: 49.875rem;
    width: 100%;
    display: grid;
    align-content: start;
    gap: 1rem
}

.cost-structure__items:not(:last-child) {
    margin-bottom: 4.75rem
}

.cost-structure__item:not(:last-child) .cost-structure__item-text {
    min-height: 7.5rem;
    padding-bottom: .625rem;
    position: relative
}

.cost-structure__item:not(:last-child) .cost-structure__item-text::before {
    content: "";
    position: absolute;
    left: 1.875rem;
    top: .9375rem;
    width: .125rem;
    height: calc(100% - .9375rem);
    background-color: #fff
}

.cost-structure__item-head {
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    gap: .0625rem 2.5rem
}

.cost-structure__item-icon {
    width: 3.75rem
}

.cost-structure__item-icon img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cost-structure__item-title {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.cost-structure__item-text {
    padding-left: 6.25rem;
    font-size: 1.3125rem;
    line-height: 160%
}

.cost-structure__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.25rem 1.5rem
}

.proposals {
    margin-bottom: 7rem
}

.proposals__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 5rem
}

.proposals__info .proposals__title:not(:last-child) {
    margin-bottom: 1.5rem
}

.proposals__subtitle {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.proposals__text {
    font-size: 1.3125rem;
    line-height: 120%
}

.proposals__all {
    margin-top: auto
}

.proposals__slider {
    overflow: visible !important
}

.proposals__slider .swiper-scrollbar {
    margin-left: auto
}

.proposals__wrapper {
    margin-bottom: 3.125rem
}

.proposals-card {
    border-radius: .8125rem;
    padding: 2.5rem 2.1875rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    display: flex;
    flex-direction: column;
    gap: 2.1875rem
}

.proposals-card__head {
    display: flex;
    align-items: center;
    gap: 2.1875rem
}

.proposals-card__img {
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    border-radius: 50%
}

.proposals-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.proposals-card__name {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    margin-bottom: .625rem;
    transition: color .3s
}

.proposals-card__profession {
    font-size: 1.125rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .8)
}

.proposals-card__info {
    display: flex;
    justify-content: center;
    gap: 2.1875rem
}

.proposals-card__item {
    border: 1px solid rgba(234, 72, 23, .2);
    border-radius: .5rem;
    padding: 1.25rem .75rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(60, 60, 60, .2) 100%);
    display: grid;
    place-content: center;
    gap: .9375rem;
    max-width: 13.1875rem;
    width: 100%
}

.proposals-card__item-title {
    text-align: center;
    font-size: .8125rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .8)
}

.proposals-card__item-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%
}

.proposals-card__item-icon {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.proposals-card__text {
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 160%
}

.proposals-card__title {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 120%
}

.proposals-card__link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: .625rem;
    color: #ea4817;
    border-bottom: 1px solid #ea4817;
    transition: color .3s, border .3s
}

.proposals-card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem .9375rem
}

.proposals-card__tag {
    border-radius: .8125rem;
    padding: .625rem 1.875rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
    transition: box-shadow .3s
}

.proposals-card__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5625rem
}

.proposals-card__watch {
    margin-left: auto;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%
}

.top {
    background: url(../img/hero-3-bg.svg) center/cover no-repeat
}

.hero-3 {
    margin-bottom: 5.625rem
}

.hero-3__container {
    max-width: 83.875em
}

.hero-3__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    min-height: 56.25rem;
    padding: 5.25rem 0 2.6875rem 0
}

.hero-3__content {
    max-width: 31.25rem;
    width: 100%;
    display: grid;
    align-content: center;
    padding: 3.125rem 0 6.25rem 0
}

.hero-3__title {
    margin-bottom: 1.5rem
}

.hero-3__text {
    font-size: 1.3125rem;
    line-height: 120%
}

.hero-3__text:not(:last-child) {
    margin-bottom: 2.5rem
}

.hero-3__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.hero-3__img {
    max-width: 38.875rem;
    width: 100%;
    margin-right: 2.9375rem
}

.hero-3__img img {
    aspect-ratio: 622/732;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.our-strength {
    margin-bottom: 12.4375rem
}

.our-strength__body {
    display: flex;
    gap: 1.875rem
}

.our-strength__content {
    max-width: 34.6875rem;
    width: 100%;
    padding: 5.4375rem 0 .75rem 0
}

.our-strength__subtitle {
    color: #ea4817;
    margin-bottom: 2.375rem
}

.our-strength__title {
    margin-bottom: 1.5rem
}

.our-strength__text {
    font-size: 1.3125rem;
    line-height: 160%
}

.our-strength__text:not(:last-child) {
    margin-bottom: 2.5rem
}

.our-strength__items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.5rem
}

.our-strength__item {
    flex: 1 1 auto;
    width: calc(50% - 1.5rem);
    min-width: 9.375rem
}

.our-strength__item-title {
    font-weight: 700;
    line-height: 120%;
    color: #ea4817;
    margin-bottom: .5rem
}

.our-strength__img {
    max-width: 44.5625rem;
    width: 100%;
    overflow: hidden;
    box-shadow: 6px 6px 25px 4px #ea4817;
    border-radius: 1.375rem;
    position: relative
}

.our-strength__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: inset 10px 10px 45px 17px #000
}

.our-strength__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq {
    margin-bottom: 7rem
}

.faq__container {
    max-width: 68.25em
}

.faq__title {
    text-align: center;
    margin-bottom: 3.3125rem
}

.proposals-work-card {
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
    padding: 2.5rem 2.1875rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    border-radius: .8125rem
}

.proposals-work-card__img {
    border-radius: .75rem;
    overflow: hidden
}

.proposals-work-card__img img {
    /*aspect-ratio: 506/261;*/
    width: 100%;
    height: auto;
    /*-o-object-fit: cover;*/
    /*object-fit: cover*/
}

.proposals-work-card__name {
    flex: 1 1 auto;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    transition: color .3s
}

.proposals-work-card__text {
    flex: 1 1 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 160%
}

.proposals-work-card__link {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: .625rem;
    color: #ea4817;
    border-bottom: 1px solid #ea4817;
    transition: color .3s, border .3s
}

.proposals-work-card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem .9375rem
}

.proposals-work-card__tag {
    border-radius: .8125rem;
    padding: .625rem 1.875rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, #000 0, #3c3c3c 100%);
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    color: #fff;
    transition: box-shadow .3s
}

.proposals-work-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 2.1875rem;
    border-top: 1px solid #ea4817
}

.proposals-work-card__location {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.proposals-work-card__location::before {
    content: "";
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    background: url(../img/icons/map-2.svg) center/28px 28px no-repeat
}

.proposals-work-card__watch {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%
}

.catalog {
    margin-bottom: 7.8125rem
}

.catalog__top {
    min-height: 17rem;
    background: url(../img/lines-bg.svg) center/cover no-repeat;
    padding: 1.875rem .9375rem 4.875rem .9375rem;
    display: grid;
    align-items: end;
    justify-items: center;
    gap: .9375rem;
    margin-bottom: .5625rem
}

.catalog__search {
    max-width: 59.375rem;
    width: 100%;
    box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, #000 0, #2c2c2c 100%);
    border-radius: .75rem;
    padding: .625rem 2.5rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: .3125rem
}

.catalog__search-input {
    height: 2.75rem;
    padding: .3125rem .9375rem;
    font-size: 1rem;
    line-height: 120%;
    color: #fff
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    opacity: .6;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    opacity: .6;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    opacity: .6;
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    opacity: .6;
    transition: opacity .3s
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.catalog__search-input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

.catalog__search-btn {
    width: 1.875rem;
    height: 1.875rem;
    display: grid;
    place-content: center
}

.catalog__search-btn img,
.catalog__search-btn svg {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog__body {
    display: grid;
    grid-template-columns: 18.875rem 1fr;
    gap: 3.125rem
}

.catalog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 3.125rem
}

.catalog__title {
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 120%
}

.catalog__actions {
    display: flex;
    align-items: center;
    gap: 1.875rem
}

.catalog__view {
    display: flex;
    align-items: center;
    gap: 1rem
}

.catalog__view-btn {
    width: 1.875rem;
    height: 1.875rem;
    display: grid;
    place-content: center;
    color: #fff;
    transition: color .3s
}

.catalog__view-btn.active {
    color: #ea4817
}

.catalog__sort {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin-left: auto
}

.catalog__sort-title {
    font-weight: 200;
    font-size: 1rem;
    line-height: 160%
}

.catalog__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr));
    gap: 2.5rem
}

.catalog__items:not(:last-child) {
    margin-bottom: 4rem
}

.catalog__items.items-row {
    grid-template-columns: 1fr;
    gap: 3.75rem
}

.items-row .catalog__item.proposals-work-card {
    padding: 2.5rem 1.875rem 1.875rem 1.875rem;
    gap: 1.25rem
}

.catalog__item .proposals-work-card__img {
    display: block
}

.items-row .catalog__item .proposals-work-card__img {
    display: none
}

.items-row .catalog__item .proposals-work-card__name {
    order: 1
}

.catalog__item .proposals-work-card__text {
    display: none
}

.items-row .catalog__item .proposals-work-card__text {
    display: block;
    order: 1
}

.items-row .catalog__item .proposals-work-card__tags {
    order: 2
}

.items-row .catalog__item .proposals-work-card__bottom {
    padding-top: 1.25rem;
    order: 4
}

.items-row .catalog__item .proposals-work-card__link {
    margin-bottom: .625rem;
    order: 3
}

.catalog__proposal-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5625rem
}

.catalog__proposal-card .proposals-card__bottom,
.catalog__proposal-card .proposals-card__tags,
.catalog__proposal-card .proposals-card__text {
    grid-column: 1/-1
}

.aside-catalog__filter {
    display: none
}

.aside-catalog__wrapper {
    border-radius: .75rem;
    padding: 2.5rem .625rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, #000 0, #2a2a2a 100%)
}

.aside-catalog__head {
    display: none
}

.aside-catalog__close {
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    display: grid;
    place-content: center
}

.aside-catalog__close img,
.aside-catalog__close svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aside-catalog__items {
    display: grid;
    align-content: start;
    gap: 1.25rem
}

.aside-catalog__item:not(:last-child) {
    border-bottom: 1px solid rgba(234, 72, 23, .4);
    padding-bottom: .9375rem
}

.aside-catalog__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .625rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    padding: 0 .9375rem;
    cursor: pointer;
    list-style: none
}

.aside-catalog__title::-webkit-details-marker,
.aside-catalog__title::marker {
    display: none
}

.aside-catalog__title::after {
    content: "";
    flex-shrink: 0;
    width: .9375rem;
    height: .9375rem;
    background: url(../img/icons/arrow.svg) center/15px 15px no-repeat;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.aside-catalog__title._spoller-active::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside-catalog__body {
    padding-top: .9375rem
}

.aside-catalog__info {
    border-radius: .375rem;
    padding: .25rem .625rem;
    box-shadow: inset 0 0 3px 0 rgba(163, 163, 163, .8);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(60, 60, 60, .5) 100%);
    font-size: .625rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .7);
    margin-bottom: .9375rem
}

.aside-catalog__filters {
    display: grid;
    align-content: start;
    gap: .625rem;
    padding: 0 .9375rem
}

.aside-catalog__filters label:nth-child(n+6){
    display: none;
}

.show_all_button {
    text-decoration: underline;
    font-size: 0.8rem;
    padding-top: 10px;
    cursor: pointer;
}

.vacancy {
    background: url(../img/vacancy-bg.svg) top center/contain no-repeat;
    padding: 6.625rem 0 5rem 0
}

.vacancy__head {
    border-radius: .8125rem;
    padding: 1.875rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, rgba(0, 0, 0, .6) 0, rgba(28, 28, 28, .6) 100%);
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2.875rem
}

.vacancy__img {
    max-width: 18.625rem
}

.vacancy__img img {
    border-radius: .75rem;
    /*aspect-ratio: 266/173;*/
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.vacancy__head-body {
    flex: 1 1 auto;
    display: grid;
    align-content: start;
    gap: 2.5rem
}

.vacancy__head-top {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem
}

.vacancy__num {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .6);
    min-width: 150px;
}

.vacancy__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem .9375rem
}

.vacancy__body {
    display: flex;
    justify-content: space-between;
    gap: 1.5625rem
}

.vacancy__content {
    max-width: 52.125rem;
    width: 100%;
    display: grid;
    align-content: start;
    gap: 3.75rem
}

.vacancy__info {
    border-radius: .75rem;
    padding: 3.125rem 2.5rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(42, 42, 42, .6) 100%);
    display: grid;
    align-content: start;
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 160%
}

.vacancy__list {
    display: grid;
    align-content: start;
    gap: .625rem;
    padding-left: 1.5625rem
}

.vacancy__list li {
    list-style: disc
}

.vacancy__aside {
    max-width: 22.5625rem;
    width: 100%
}

.aside-vacancy {
    display: grid;
    align-content: start;
    gap: 3.125rem
}

.aside-vacancy__item {
    border-radius: .75rem;
    padding: 1.875rem 1.25rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(42, 42, 42, .6) 100%)
}

.conditions__head {
    display: grid;
    align-content: start;
    gap: .4375rem;
    padding-bottom: .875rem;
    border-bottom: 1px solid rgba(234, 72, 23, .4);
    margin-bottom: 1.875rem
}

.conditions__descr {
    font-size: 1rem;
    line-height: 120%;
    opacity: .8
}

.conditions__salary {
    font-weight: 700;
    color: #ea4817
}

.conditions__body {
    display: grid;
    align-content: start;
    gap: 1.25rem
}

.conditions__item {
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.conditions__item-icon {
    flex-shrink: 0;
    width: 2.625rem;
    height: 2.625rem;
    /*background-color: #d9d9d9;*/
    border-radius: 50%;
    overflow: hidden
}

.conditions__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.conditions__item-body {
    display: grid;
    align-content: start;
    gap: .625rem
}

.conditions__item-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.conditions__item-descr {
    font-size: .75rem;
    line-height: 160%
}

.partner-info__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: 1.25rem
}

.partner-info__num {
    font-size: 1rem;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .6)
}

.partner-info__items {
    margin-bottom: 1.875rem;
    padding: 0 .625rem;
    display: grid;
    align-content: start;
    gap: .875rem
}

.partner-info__item {
    display: grid;
    align-content: start;
    gap: .1875rem
}

.partner-info__item-titel {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.partner-info__item-descr {
    font-weight: 200;
    font-size: .75rem;
    line-height: 160%
}

.partner-info__btn {
    max-width: 100%
}

.contacts-block__title {
    margin-bottom: 1.25rem
}

.contacts-block__contacts {
    display: grid;
    align-content: start;
    gap: 1.25rem;
    padding: 0 .625rem;
    margin-bottom: 1.25rem
}

.contacts-block__link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: color .3s
}

.contacts-block__link-icon {
    flex-shrink: 0;
    width: 2.8125rem;
    height: 2.8125rem
}

.contacts-block__link-icon img {
    aspect-ratio: 45/45;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contacts-block__link-body {
    display: grid;
    align-content: start;
    gap: .3125rem
}

.contacts-block__link-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.contacts-block__link-descr {
    font-size: .75rem;
    line-height: 160%
}

.contacts-block__btn {
    max-width: 100%
}

.jobs-more__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(234, 72, 23, .4);
    margin-bottom: 1.875rem
}

.jobs-more__link {
    font-size: 1rem;
    line-height: 120%;
    text-decoration: underline;
    transition: color .3s
}

.jobs-more__quantity {
    font-weight: 200;
    font-size: .8125rem;
    line-height: 160%
}

.jobs-more__items {
    display: grid;
    align-content: start;
    gap: 1.875rem
}

.jobs-more__item {
    display: grid;
    align-content: start;
    gap: .625rem;
    transition: color .3s
}

.jobs-more__item-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.jobs-more__item-descr {
    font-size: .75rem;
    line-height: 160%
}

.resume {
    background: url(../img/vacancy-bg.svg) top center/contain no-repeat;
    padding: 6.625rem 0 5rem 0
}

.resume__head {
    border-radius: .8125rem;
    padding: 1.875rem 2.1875rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, #000 0, #1c1c1c 100%);
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
    margin-bottom: 2.875rem
}

.resume__head-img {
    box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6);
    border-radius: .3125rem;
    overflow: hidden;
    max-width: 15.625rem;
    margin-bottom: auto
}

.resume__head-img img {
    aspect-ratio: 1/1;
    border-radius: .3125rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.resume__head-body {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5625rem
}

.resume__head-body .resume__head-item-title,
.resume__head-body .resume__head-num,
.resume__head-body .resume__head-tags {
    grid-column: 1/-1
}

.resume__head-applicants {
    display: grid;
    align-content: center;
    gap: .625rem
}

.resume__head-name {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%
}

.resume__head-profesion {
    font-size: 1.125rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .8)
}

.resume__head-info {
    display: flex;
    gap: 2.1875rem
}

.resume__head-item {
    border: 1px solid rgba(234, 72, 23, .2);
    border-radius: .5rem;
    padding: 1.25rem .75rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(60, 60, 60, .2) 100%);
    display: grid;
    place-content: center;
    gap: .9375rem;
    max-width: 13.1875rem;
    width: 100%
}

.resume__head-item-title {
    text-align: center;
    font-size: .8125rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, .8)
}

.resume__head-item-value {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%
}

.resume__head-item-icon {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.resume__head-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem .9375rem
}

.resume__head-num {
    text-align: right;
    font-size: 1.3125rem;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .6)
}

.resume__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem
}

.resume__content {
    max-width: 52.125rem;
    width: 100%;
    display: grid;
    align-content: start;
    gap: 3.75rem
}

.resume__info {
    border-radius: .75rem;
    padding: 3.125rem 2.5rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(42, 42, 42, .6) 100%);
    display: grid;
    align-content: start;
    gap: 1.875rem
}

.resume__info-text {
    display: grid;
    align-content: start;
    gap: 1.25rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 190%
}

.resume__info-block {
    font-weight: 300;
    font-size: 1rem;
    line-height: 190%;
    display: grid;
    align-content: start;
    gap: .3125rem
}

.resume__info-block h3 {
    font-weight: 800;
    font-size: 1.3125rem
}

.resume__info-block h4,
.resume__info-block h5,
.resume__info-block h6 {
    font-weight: 700
}

.resume__aside {
    max-width: 22.5625rem;
    width: 100%
}

.aside-resume {
    display: grid;
    align-content: start;
    gap: 3.125rem
}

.aside-resume__item {
    border-radius: .75rem;
    padding: 1.875rem 1.25rem;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(42, 42, 42, .6) 100%)
}

.lang-resume__title {
    margin-bottom: 1.25rem
}

.lang-resume__items {
    display: grid;
    align-content: start;
    gap: .4375rem;
    padding: 0 .625rem
}

.lang-resume__item {
    display: grid;
    align-content: start;
    gap: .1875rem
}

.lang-resume__level {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.lang-resume__language {
    font-weight: 500;
    font-size: .75rem;
    line-height: 160%
}

.hobby-block__title {
    margin-bottom: 1.25rem
}

.hobby-block__list {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding-left: 2.1875rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.hobby-block__list li {
    list-style: disc
}

.applicants-more__head {
    padding-bottom: .875rem;
    border-bottom: 1px solid rgba(234, 72, 23, .4);
    margin-bottom: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem
}

.applicants-more__link {
    font-size: 1rem;
    line-height: 120%;
    text-decoration: underline;
    transition: color .3s
}

.applicants-more__quantity {
    font-weight: 200;
    font-size: .8125rem;
    line-height: 160%
}

.applicants-more__items {
    display: grid;
    align-content: start;
    gap: 1.25rem
}

.applicants-more__item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: color .3s
}

.applicants-more__img {
    flex-shrink: 0;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d9d9d9
}

.applicants-more__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.applicants-more__body {
    display: grid;
    align-content: center;
    gap: .625rem
}

.applicants-more__profecion {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%
}

.applicants-more__name {
    font-size: .75rem;
    line-height: 160%
}

.info-partner {
    background: url(../img/vacancy-bg.svg) top center/contain no-repeat;
    padding: 6.625rem 0 5rem 0
}

.info-partner__head {
    border-radius: .8125rem;
    padding: 1.875rem 3.125rem;
    box-shadow: 0 0 16px 3px hsla(0, 0%, 100%, .6);
    background: linear-gradient(360deg, rgba(0, 0, 0, .6) 0, rgba(28, 28, 28, .6) 100%);
    margin-bottom: 2.875rem
}

.info-partner__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

.info-partner__top:not(:last-child) {
    margin-bottom: 2.5rem
}

.info-partner__num {
    font-weight: 400;
    font-size: 1.3125rem;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .6)
}

.info-partner__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem .9375rem
}

.info-partner__body {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 1rem
}

.info-partner__body:not(:last-child) {
    margin-bottom: 3.75rem
}

.info-partner__column {
    max-width: 36.625rem;
    width: 100%;
    box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(42, 42, 42, .6) 100%);
    border-radius: .75rem;
    padding: 2.5rem 3.125rem
}

.info-partner__subtitle:not(:last-child) {
    margin-bottom: 2.5rem
}

.info-partner__items {
    display: grid;
    align-content: start;
    gap: 1.875rem
}

.info-partner__item:not(:last-child) {
    border-bottom: 1px solid rgba(234, 72, 23, .4);
    padding-bottom: 1.25rem
}

.info-partner__item-title {
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 120%;
    margin-bottom: 1rem
}

.info-partner__item-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 120%;
    display: grid;
    align-content: start;
    gap: .625rem
}

.contacts {
    background: url(../img/vacancy-bg.svg) top center/contain no-repeat;
    padding: 9.1875rem 0 11.5625rem 0
}

.contacts__title {
    text-align: center;
    margin-bottom: 8.25rem
}

.contacts__form {
    padding: 0 1.875rem
}

.contacts__form:not(:last-child) {
    margin-bottom: 11.5625rem
}

.contacts__info-head {
    margin-bottom: 5rem
}

.contacts__info-subtitle {
    font-weight: 800;
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 1rem
}

.contacts__info-title:not(:last-child) {
    margin-bottom: 1.5rem
}

.contacts__info-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%
}

.contacts__info-body {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, auto);
    gap: 1rem
}

.contacts__info-items {
    max-width: 31.25rem;
    width: 100%;
    display: grid;
    align-content: start;
    gap: 2.5rem
}

.contacts__info-item {
    padding-left: 2rem;
    border-left: 2px solid transparent
}

.contacts__info-item.active {
    border-color: #ea4817
}

.contacts__info-item:hover {
    border-color: #ea4817;
    cursor: pointer;
}

.contacts__info-country {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 120%;
    margin-bottom: 1rem
}

.contacts__info-adress {
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    margin-bottom: 1.5rem
}

.contacts__info-link {
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    transition: color .3s
}

.contacts__map {
    max-width: 45.75rem;
    width: 100%
}

.contacts__map iframe {
    aspect-ratio: 732/440;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.politics {
    padding: 6.25rem 0;
    background: url(../img/vacancy-bg.svg) top center/cover no-repeat
}

.politics__container {
    max-width: 49.875em
}

.politics__title {
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 6.25rem
}

.politics__body {
    display: grid;
    align-content: start;
    gap: 1.875rem
}

.politics__text {
    display: grid;
    align-content: start;
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 180%
}

.politics__text h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.0625rem;
    line-height: 120%
}

.politics__text a {
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
    transition: color .3s
}

.politics__text ul {
    padding-left: 1.5625rem
}

.politics__text ul li {
    list-style: disc
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    touch-action: pan-y
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

.cookie-banner {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    border-radius: .625rem;
    padding: 1.25rem 1.75rem;
    box-shadow: 0 0 10px 3px #ea4817;
    background: linear-gradient(0deg, rgba(0, 0, 0, .95) 0, rgba(60, 60, 60, .95) 100%);
    line-height: 120%;
    display: grid;
    align-content: center;
    gap: .875rem;
    position: relative;
    z-index: 3;
    max-width: 927px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 9999999999;
}

.cookie-banner .header-cookie {
    font-family: Heebo;
    font-size: 21px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
}

.cookie-banner .text-cookie {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 300;
    line-height: 27.2px;
    text-align: left;
    padding: 15px 0px 15px 0px;
}

.cookie-banner .flex-button {
    display: flex;
    justify-content: end;
    gap: 30px
}

.cookie-banner .cookie-button-first {
    background: #24B70E;
    padding: 14px 40px 14px 40px;
    gap: 10px;
    border-radius: 9px;
    color: white;

}

.cookie-banner .cookie-button-second {
    padding: 14px 40px 14px 40px;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #EA4817;

}

.cookie-banner .cookie-button-third {
    color: #EA4817;
    text-decoration: underline;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;

}


@media (min-width: 47.99875em) {
    .custom-select {
        z-index: 10
    }

    .custom-select.active {
        z-index: 11
    }

    .pagging {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-left: auto
    }

    .hero__info:first-child {
        margin-right: -3.4375rem
    }

    .hero__info:last-child {
        margin-right: -4.6875rem
    }

    .hero__inner {
        padding-right: 1.25rem
    }

    .guidelines__aside {
        max-width: 31.6875rem;
        width: 100%;
        padding: 0 1.25rem
    }
}

@media (min-width: 81.875em) {
    .title {
        font-size: 3.3125rem
    }

    .title-middle {
        font-size: 2.0625rem
    }

    .page-404__title {
        font-size: 3.3125rem
    }

    .hero__text {
        font-size: 1.3125rem
    }

    .presence__text {
        font-size: 1.5625rem
    }

    .presence__list {
        font-size: 1.5625rem
    }

    .guidelines__aside-title {
        font-size: 1.875rem
    }

    .our-strength__item-title {
        font-size: 3rem
    }

    .politics__title {
        font-size: 3.3125rem
    }
}

@media (min-width: 87.49875em) {
    .advantages__item-title {
        font-size: 3rem
    }
}

@media (max-width: 89.99875em) {
    .presence__item::before {
        display: none
    }
}

@media (max-width: 87.49875em) {
    .advantages__body {
        padding: 2.5rem 2.5rem
    }
}

@media (max-width: 81.875em) {
    .presence__body {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .presence__content {
        margin-left: 0
    }

    .presence__btns {
        gap: 1.25rem
    }

    .advantages__item {
        text-align: center
    }

    .advantages__item:nth-child(1) {
        padding-right: 1.25rem
    }

    .advantages__item:nth-child(2) {
        padding: 0 1.25rem
    }

    .advantages__item:nth-child(3) {
        padding-left: 1.25rem
    }

    .hero-3__img {
        margin-right: 0
    }

    .our-strength {
        margin-bottom: 6.25rem
    }

    .our-strength__content {
        padding: 1.875rem 0
    }

    .catalog__body {
        gap: 1.875rem
    }

    .catalog__items {
        gap: 1.875rem
    }

    .catalog__items.items-row {
        gap: 1.875rem
    }

    .catalog__item.proposals-work-card {
        padding: 1.5rem .9375rem
    }

    .items-row .catalog__item.proposals-work-card {
        padding: 1.5rem .9375rem
    }
}

@media (max-width: 68.74875em) {
    .features__item {
        padding: 1.25rem 1.25rem 2.5rem 1.25rem
    }

    .hero-2__body {
        min-height: 43.75rem
    }

    .hero-3__body {
        min-height: 43.75rem
    }
}

@media (max-width: 61.99875em) {
    .block-form {
        gap: 1rem
    }

    .block-form .checkbox {
        font-size: 1rem
    }

    .input-block__file {
        padding: 1.875rem 1.25rem
    }

    .input {
        padding: .625rem 1.25rem
    }

    textarea.input {
        padding: .9375rem 1.25rem
    }

    .menu__list {
        gap: .625rem 1.25rem
    }

    .popup__content {
        padding: 1.25rem
    }

    .popup__title {
        margin-bottom: 1.875rem
    }

    .popup__form {
        padding: 1.875rem 1.25rem
    }

    .spollers__title {
        padding: 1.25rem;
        font-size: 1.3125rem
    }

    .spollers__body {
        padding: 2.5rem 1.25rem;
        font-size: 1.125rem
    }

    .spollers__body ul {
        gap: .9375rem
    }

    .footer__body {
        padding: 2rem
    }

    .hero__info:first-child {
        margin-bottom: 1.25rem
    }

    .hero__inner:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .hero__title:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .hero__text:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .hero__sliders {
        gap: 1rem
    }

    .hero__slider {
        max-height: 43.75rem
    }

    .philosophy__title {
        margin-bottom: 1.875rem
    }

    .mission__content-img img {
        aspect-ratio: 416/473
    }

    .mission__content-info {
        padding: 2rem
    }

    .presence__body {
        grid-template-columns: 1fr
    }

    .presence__map-block {
        order: 1
    }

    .presence__content {
        order: 0;
        padding: 6.25rem 0 1.875rem .9375rem;
        gap: 2rem
    }

    .features__title {
        margin-bottom: 3.75rem
    }

    .features__item-text {
        font-size: 1.125rem
    }

    .guidelines {
        padding: 5rem 0
    }

    .reviews__title {
        margin-bottom: 1.875rem
    }

    .hero-2__text {
        font-size: 1.125rem
    }

    .whyus__item-icon {
        width: 5rem
    }

    .whyus__item-title {
        font-size: 1.125rem
    }

    .proposals__text {
        font-size: 1.125rem
    }

    .proposals-card {
        gap: 1.25rem
    }

    .proposals-card__head {
        gap: 1.25rem
    }

    .proposals-card__name {
        font-size: 1.3125rem
    }

    .proposals-card__info {
        gap: 1.25rem;
        flex-wrap: wrap
    }

    .proposals-card__item {
        flex: 1 1 auto;
        max-width: none;
        width: calc(50% - 1.25rem);
        min-width: 9.375rem
    }

    .hero-3__text {
        font-size: 1.125rem
    }

    .our-strength__text {
        font-size: 1.125rem
    }

    .proposals-work-card {
        gap: 1.25rem
    }

    .proposals-work-card__name {
        font-size: 1.3125rem
    }

    .proposals-work-card__bottom {
        padding-top: 1.25rem
    }

    .catalog__head {
        margin-bottom: 1.5625rem;
        flex-direction: column;
        align-items: stretch
    }

    .catalog__actions {
        justify-content: space-between
    }

    .vacancy__head {
        margin-bottom: 1.875rem
    }

    .vacancy__info {
        padding: 1.875rem 1.25rem
    }

    .resume__head {
        margin-bottom: 1.875rem
    }

    .resume__head-name {
        font-size: 1.3125rem
    }

    .resume__head-info {
        gap: 1.25rem;
        flex-wrap: wrap
    }

    .resume__head-item {
        flex: 1 1 auto;
        max-width: none;
        width: calc(50% - 1.25rem);
        min-width: 9.375rem
    }

    .resume__info {
        padding: 1.875rem 1.25rem
    }

    .resume__info-text {
        line-height: 150%
    }

    .hobby-block__list {
        padding-left: 1.5625rem
    }

    .info-partner__head {
        margin-bottom: 1.875rem
    }

    .info-partner__top:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .info-partner__body:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .info-partner__column {
        padding: 1.875rem 1.25rem
    }

    .info-partner__subtitle:not(:last-child) {
        margin-bottom: 1.25rem
    }

    .contacts__title {
        margin-bottom: 3.75rem
    }

    .contacts__form {
        padding: 0
    }

    .contacts__form:not(:last-child) {
        margin-bottom: 5rem
    }

    .contacts__info-head {
        margin-bottom: 1.875rem
    }

    .contacts__info-items {
        gap: 1.5rem
    }

    .contacts__info-item {
        padding-left: 1rem
    }

    .contacts__info-country {
        font-size: 1.125rem
    }

    .contacts__info-adress {
        margin-bottom: 1rem
    }

    .politics__text h2 {
        font-size: 1.5rem
    }
}

@media (max-width: 56.24875em) {
    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -100%;
        top: 0;
        z-index: 18;
        overflow: auto;
        padding: 5.625rem .9375rem 1.875rem .9375rem;
        background-color: #0a0a0a;
        transition: left .3s
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 5.375rem;
        left: -100%;
        top: 0;
        background-color: #0a0a0a;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        box-shadow: 0 1px 2px 0 rgba(234, 72, 23, .7);
        transition: left .3s;
        z-index: 19
    }

    .menu-open .menu__body {
        left: 0
    }

    .menu-open .menu__body::before {
        left: 0
    }

    .menu__list {
        flex-direction: column;
        padding: 1.875rem 0;
        gap: 1.875rem
    }

    .menu__link {
        font-size: 1.25rem;
        font-weight: 700
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1.875rem;
        height: 1.125rem;
        z-index: 20
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        border-radius: .125rem;
        background-color: #ea4817
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__body {
        padding: .75rem 0
    }

    .header__logo {
        order: 0;
        position: relative;
        z-index: 20
    }

    .header__menu {
        order: 2
    }

    .header__btn {
        order: 1;
        margin-left: auto;
        position: relative;
        z-index: 20
    }
}

@media (max-width: 56.24875em)and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width: 47.99875em) {
    .presence__map-block {
        top: -20px;
        position: relative;
    }

    .title-small {
        font-size: 1.125rem
    }

    .page-404 {
        padding: 0 0 1.875rem 0
    }

    .page-404__container {
        flex-direction: column-reverse
    }

    .page-404__content {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .page-404__title {
        text-align: center
    }

    .page-404__title:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .input-block__label {
        font-size: 1.125rem;
        margin-bottom: .625rem
    }

    .checkbox__text {
        font-weight: 400
    }

    .checkbox__quantity {
        font-weight: 300;
        font-size: .75rem;
        opacity: .7
    }

    .spollers {
        gap: 1.25rem
    }

    .spollers__title {
        font-size: 1.125rem
    }

    .spollers__body {
        padding: 1.875rem .9375rem;
        font-size: 1rem
    }

    .footer {
        padding: 2rem 0
    }

    .footer__inner {
        flex-direction: column
    }

    .hero__body {
        grid-template-columns: 1fr
    }

    .hero__sliders {
        grid-template-columns: 1fr
    }

    .partners {
        padding: 2.5rem 0;
        margin-bottom: 1.875rem
    }

    .partners__title {
        margin-bottom: 1.875rem
    }

    .philosophy {
        margin-bottom: 3.75rem
    }

    .philosophy__body {
        padding: 2.5rem .9375rem
    }

    .philosophy__items {
        gap: 3.75rem
    }

    .philosophy__item {
        gap: 1.875rem
    }

    .philosophy__item:not(:last-child) {
        padding-bottom: 0
    }

    .philosophy__item.item-author {
        gap: .9375rem
    }

    .philosophy__item.item-author:not(:last-child) {
        padding-bottom: 0
    }

    .philosophy__item-content {
        gap: .9375rem
    }

    .philosophy__item-text {
        font-size: 1rem
    }

    .philosophy__item-title {
        font-size: 1.625rem
    }

    .philosophy__item-subtitle {
        font-size: 1rem
    }

    .mission {
        margin-bottom: 3.75rem
    }

    .mission__title {
        margin-bottom: 1.875rem
    }

    .mission__body {
        gap: 1.5625rem
    }

    .mission__content-info {
        padding: 2rem 1.25rem
    }

    .mission__content-title {
        margin-bottom: 1rem
    }

    .mission__content-text {
        font-size: 1.125rem
    }

    .mission__content-text:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .mission__aside-info {
        padding: 2rem 1.25rem
    }

    .mission__aside-text {
        font-size: 1.125rem
    }

    .presence {
        margin-top: -3.75rem;
        margin-bottom: 3.75rem
    }

    .presence__content {
        padding: 3.75rem 0 0rem .9375rem;
        gap: 1.25rem
    }

    .features {
        margin-bottom: 3.75rem
    }

    .features__title {
        margin-bottom: 1.875rem
    }

    .features__body:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .features__item-text {
        font-size: 1rem
    }

    .features__bottom {
        gap: 1.25rem
    }

    .guidelines {
        padding: 1.25rem 0 3.75rem 0
    }

    .guidelines__body {
        flex-direction: column
    }

    .guidelines__title {
        margin-bottom: 1.875rem
    }

    .guidelines__items {
        gap: 1.25rem
    }

    .guidelines__items:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .guidelines__item:not(:last-child) .guidelines__item-text {
        padding: .375rem 0 1.25rem 4.5625rem
    }

    .guidelines__item {
        gap: 1rem 1.5625rem
    }

    .guidelines__item-text {
        font-size: 1.125rem;
        padding: .375rem 0 0 4.5625rem
    }

    .guidelines__aside-img {
        margin: 0 auto 1.25rem auto
    }

    .guidelines__aside-title {
        margin-bottom: .9375rem
    }

    .guidelines__aside-text {
        font-size: 1.125rem
    }

    .reviews {
        padding: 2rem 0 3.75rem 0
    }

    .reviews__title {
        margin-bottom: .9375rem
    }

    .reviews__wrapper {
        margin-bottom: 1.25rem
    }

    .review-card {
        flex-direction: column;
        gap: 1.25rem
    }

    .review-card__img {
        max-width: 100%
    }

    .review-card__content {
        max-width: 100%;
        padding: 0;
        flex: 1 1 auto;
        gap: .75rem
    }

    .review-card__text {
        font-size: 1.125rem
    }

    .hero-2__body {
        min-height: 31.25rem
    }

    .hero-2__img {
        display: none
    }

    .advantages {
        margin: 1.5rem 0 3.75rem 0
    }

    .advantages__body {
        padding: 2rem 1.5rem
    }

    .whyus {
        margin-bottom: 3.75rem
    }

    .whyus__title {
        margin-bottom: 1.875rem
    }

    .whyus__body {
        gap: 1.5625rem;
        margin-bottom: 1.875rem
    }

    .whyus__bnts {
        gap: 1.25rem
    }

    .cost-structure {
        margin-bottom: 3.75rem
    }

    .cost-structure__title {
        margin-bottom: 1.875rem
    }

    .cost-structure__items:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .cost-structure__item-text {
        font-size: 1.125rem
    }

    .proposals {
        margin-bottom: 3.75rem
    }

    .proposals__head {
        margin-bottom: 1.875rem
    }

    .proposals__text {
        font-size: 1rem
    }

    .proposals__wrapper {
        margin-bottom: 1.875rem;
        align-items: center;
    }

    .proposals-card__name {
        font-size: 1.125rem
    }

    .proposals-card__profession {
        font-size: 1rem
    }

    .proposals-card__text {
        font-size: 1rem
    }

    .proposals-card__title {
        font-size: 1.125rem
    }

    .hero-3 {
        margin-bottom: 0
    }

    .hero-3__body {
        min-height: 31.25rem;
        padding: 0
    }

    .hero-3__img {
        display: none
    }

    .our-strength {
        margin-bottom: 3.75rem
    }

    .our-strength__body {
        flex-direction: column
    }

    .our-strength__content {
        padding: 0
    }

    .our-strength__text {
        font-size: 1rem
    }

    .faq {
        margin-bottom: 3.75rem
    }

    .faq__title {
        margin-bottom: 1.875rem
    }

    .proposals-work-card__name {
        font-size: 1.125rem
    }

    .proposals-work-card__text {
        font-size: 1rem
    }

    .proposals-work-card__bottom {
        gap: .625rem
    }

    .catalog {
        margin-bottom: 3.75rem
    }

    .catalog__top {
        padding: 2.5rem .9375rem;
        min-height: 11.875rem
    }

    .catalog__body {
        grid-template-columns: 1fr;
        gap: .9375rem
    }

    .catalog__actions {
        gap: 1rem;
        flex-wrap: wrap
    }

    .catalog__items:not(:last-child) {
        margin-bottom: 2rem
    }

    .aside-catalog__filter {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        display: flex;
        align-items: center;
        gap: .625rem;
        font-weight: 700;
        font-size: 1rem;
        margin-left: auto
    }

    .aside-catalog__wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 22;
        width: 100%;
        height: 100%;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 4.375rem .9375rem 2.5rem .9375rem;
        transition: left .3s
    }

    .filter-open .aside-catalog__wrapper {
        left: 0
    }

    .aside-catalog__head {
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 23;
        width: 100%;
        height: 3.125rem;
        padding: .3125rem .9375rem;
        box-shadow: 0 0 3px 1px hsla(0, 0%, 100%, .6);
        background: linear-gradient(0deg, #000 0, #2c2c2c 100%);
        transition: left .3s
    }

    .filter-open .aside-catalog__head {
        left: 0
    }

    .aside-catalog__info {
        font-size: .875rem
    }

    .vacancy {
        padding: 3.75rem 0
    }

    .vacancy__head {
        align-items: stretch;
        flex-direction: column;
        gap: 1.875rem;
        padding: 1.875rem 1.25rem
    }

    .vacancy__head-body {
        gap: 1.875rem
    }

    .vacancy__num {
        font-size: 1.125rem;
        width: 100%;
        text-align: right;
    }

    .vacancy__content {
        gap: 1.875rem
    }

    .aside-vacancy {
        gap: 1.875rem
    }

    .resume {
        padding: 3.75rem 0
    }

    .resume__head {
        align-items: stretch;
        flex-direction: column;
        gap: 1.25rem;
        padding: 1.875rem 1.25rem
    }

    .resume__head-name {
        font-size: 1.125rem
    }

    .resume__head-profesion {
        font-size: 1rem
    }

    .resume__head-num {
        font-size: 1.125rem
    }

    .resume__content {
        gap: 1.875rem
    }

    .resume__info-block h3 {
        font-size: 1.125rem
    }

    .aside-resume {
        gap: 1.875rem
    }

    .info-partner {
        padding: 3.75rem 0
    }

    .info-partner__head {
        padding: 1.875rem 1.25rem
    }

    .info-partner__num {
        font-size: 1.125rem
    }

    .info-partner__item-title {
        font-size: 1.125rem
    }

    .contacts {
        padding: 3.75rem 0
    }

    .contacts__title {
        margin-bottom: 1.875rem
    }

    .contacts__form:not(:last-child) {
        margin-bottom: 3.75rem
    }

    .contacts__info-title:not(:last-child) {
        margin-bottom: 1rem
    }

    .contacts__info-body {
        grid-template-columns: 1fr
    }

    .contacts__info-items {
        max-width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr))
    }

    .contacts__info-country {
        margin-bottom: .625rem;
        font-size: 1rem
    }

    .politics {
        padding: 3.75rem 0
    }

    .politics__title {
        margin-bottom: 3.125rem
    }

    .politics__text h2 {
        font-weight: 500;
        font-size: 1.3125rem
    }
}

@media (max-width: 40.62375em) {
    .block-form {
        grid-template-columns: 1fr
    }

    .philosophy__items {
        gap: 1.875rem;
        margin-left: 1rem;
        position: static
    }

    .philosophy__items::before {
        left: 3.125rem;
        top: 0;
        width: .1875rem;
        height: 100%
    }

    .philosophy__item {
        grid-template-columns: 2.5rem 1fr;
        gap: 1.25rem
    }

    .philosophy__item.item-author {
        grid-template-columns: 4.5rem 1fr;
        margin-left: -1rem
    }

    .philosophy__item-img {
        width: auto;
        height: auto
    }

    .philosophy__item-img::after,
    .philosophy__item-img::before {
        display: none
    }

    .philosophy__item-img img {
        width: 4.5rem;
        height: 4.5rem;
        border: 3px solid rgba(234, 72, 23, .9)
    }

    .philosophy__item-icon {
        width: 2.5rem;
        height: 2.5rem
    }

    .mission__body {
        flex-direction: column;
        gap: 2rem
    }

    .mission__content {
        max-width: 100%
    }

    .mission__content-img img {
        aspect-ratio: 864/486
    }

    .mission__aside {
        max-width: 100%;
        background: linear-gradient(0deg, #000 0, #242424 100%);
        flex-direction: column-reverse
    }

    .mission__aside-img img {
        -o-object-position: top;
        object-position: top;
        aspect-ratio: 864/486
    }

    .presence__item--1 {
        left: .9375rem;
        right: 0
    }

    .presence__item--2 {
        left: .9375rem;
        right: 0
    }

    .presence__item--3 {
        left: .9375rem;
        right: 0
    }

    .presence__item--4 {
        left: .9375rem;
        right: 0
    }

    .presence__item--5 {
        left: .9375rem;
        right: 0
    }

    .presence__item--6 {
        left: .9375rem;
        right: 0
    }

    .presence__item--7 {
        left: .9375rem;
        right: 0
    }

    .presence__item--8 {
        left: .9375rem;
        right: 0
    }

    .presence__item--9 {
        left: .9375rem;
        right: 0
    }

    .presence__item--10 {
        left: .9375rem;
        right: 0
    }

    .presence__item--11 {
        left: .9375rem;
        right: 0
    }

    .presence__item--12 {
        left: .9375rem;
        right: 0
    }

    .advantages__body {
        flex-direction: column
    }

    .advantages__item {
        max-width: 100%
    }

    .advantages__item:nth-child(1) {
        padding-right: 0
    }

    .advantages__item:nth-child(2) {
        max-width: 100%;
        padding: 0
    }

    .advantages__item:nth-child(3) {
        padding-left: 0
    }

    .advantages__item:not(:last-child) {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem
    }

    .advantages__item:not(:last-child)::after {
        right: auto;
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: .125rem;
        width: 56.55%
    }

    .cost-structure__body {
        padding: 1.875rem 1.25rem
    }

    .cost-structure__item:not(:last-child) .cost-structure__item-text {
        min-height: 5rem
    }

    .cost-structure__item-head {
        gap: .0625rem 1.25rem
    }

    .cost-structure__item-text {
        padding-left: 5rem
    }

    .vacancy__body {
        flex-direction: column;
        gap: 1.875rem
    }

    .vacancy__content {
        max-width: 100%
    }

    .vacancy__aside {
        max-width: 100%
    }

    .resume__body {
        flex-direction: column;
        gap: 1.875rem
    }

    .resume__content {
        max-width: 100%
    }

    .resume__aside {
        max-width: 100%
    }

    .info-partner__body {
        grid-template-columns: 1fr
    }

    .info-partner__column {
        max-width: 100%
    }
}

@media (max-width: 29.99875em) {
    .title {
        font-size: 1.75rem
    }

    .title-middle {
        font-size: 1.3125rem
    }

    .tag-item {
        padding: .5rem 1rem;
        font-size: .875rem
    }

    .page-404__title {
        font-size: 1.75rem
    }

    .input-block__label {
        font-size: 1rem
    }

    .menu__body {
        padding: 4.375rem .9375rem 1.875rem .9375rem
    }

    .menu__body::before {
        height: 4.125rem
    }

    .popup__form {
        padding: 0;
        background: 0 0;
        border: none
    }

    .pagging__list li:nth-child(3),
    .pagging__list li:nth-child(4) {
        display: none
    }

    .header__logo {
        max-width: 5.625rem
    }

    .header__btn {
        margin: 0 auto
    }

    .footer__body {
        padding: 1.25rem
    }

    .footer__menu {
        gap: 1.875rem;
        flex-wrap: wrap;
    }

    .footer__bottom {
        flex-direction: column
    }

    .footer__copy {
        text-align: center
    }

    .footer__policy {
        justify-content: center
    }

    .hero__info {
        padding: .75rem 1.25rem;
        gap: .625rem;
        font-size: .875rem
    }

    .hero__text {
        font-size: 1rem
    }

    .hero__btn {
        max-width: 100%
    }

    .hero__slide img {
        aspect-ratio: 1/1
    }

    .philosophy__item-content {
        gap: .625rem;
        padding: .9375rem .625rem;
        border-radius: 1.25rem
    }

    .philosophy__item-title {
        font-size: 1.3125rem
    }

    .mission__content-text {
        font-size: 1rem
    }

    .mission__aside-text {
        font-size: 1rem
    }

    .presence__item {
        width: auto;
        gap: .625rem
    }

    .presence__item-adress {
        display: flex;
        flex-wrap: wrap
    }

    .presence__item-title {
        flex: 1 1 auto;
        width: calc(50% - .4375rem);
        min-width: 9.375rem
    }

    .presence__item-value {
        flex: 1 1 auto;
        width: calc(50% - .4375rem);
        min-width: 9.375rem
    }

    .presence__item-contacts {
        display: flex;
        flex-wrap: wrap
    }

    .presence__item-link {
        flex: 1 1 auto;
        width: calc(50% - .4375rem);
        min-width: 9.375rem
    }

    .presence__text {
        font-size: 1rem
    }

    .presence__list {
        font-size: 1rem
    }

    .features__item-icon {
        max-width: 4rem
    }

    .features__item-icon:not(:last-child) {
        margin-bottom: 1rem
    }

    .features__item-title:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .features__bottom {
        flex-direction: column;
        align-items: stretch
    }

    .features__btn {
        max-width: 100%
    }

    .features__link {
        margin: 0 auto
    }

    .guidelines__item:not(:last-child) .guidelines__item-text {
        padding: .375rem 0 1.25rem 3.75rem
    }

    .guidelines__item {
        gap: 1rem .75rem
    }

    .guidelines__item-text {
        font-size: 1rem;
        padding: .375rem 0 0 3.75rem
    }

    .guidelines__btn {
        max-width: 100%
    }

    .guidelines__aside-title {
        font-size: 1.3125rem
    }

    .guidelines__aside-text {
        font-size: 1rem
    }

    .review-card__text {
        font-size: 1rem
    }

    .hero-2::after {
        display: none
    }

    .hero-2__content {
        padding: 3.125rem 0
    }

    .hero-2__text {
        font-size: 1rem
    }

    .hero-2__btns {
        flex-direction: column
    }

    .hero-2__btn {
        max-width: 100%
    }

    .advantages__body {
        padding: 1.5rem .9375rem
    }

    .advantages__item-subtitle {
        font-size: 1.125rem
    }

    .advantages__item-title {
        font-size: 1.5rem
    }

    .whyus__item {
        min-width: 16.875rem;
        padding: 1.875rem .9375rem
    }

    .whyus__item-head {
        gap: 1rem;
        margin-bottom: 1rem
    }

    .whyus__item-icon {
        width: 4.0625rem
    }

    .whyus__bnts {
        flex-direction: column
    }

    .whyus__btn {
        max-width: 100%
    }

    .cost-structure__body {
        padding: 1.5rem .9375rem
    }

    .cost-structure__item:not(:last-child) .cost-structure__item-text::before {
        left: 1.25rem
    }

    .cost-structure__item-head {
        grid-template-columns: 2.5rem 1fr;
        gap: .0625rem .75rem
    }

    .cost-structure__item-icon {
        width: 2.5rem
    }

    .cost-structure__item-text {
        padding-left: 3.25rem;
        font-size: 1rem
    }

    .cost-structure__btns {
        flex-direction: column
    }

    .cost-structure__btn {
        max-width: 100%
    }

    .proposals__head {
        flex-direction: column
    }

    .proposals__info {
        text-align: center
    }

    .proposals__info .proposals__title:not(:last-child) {
        margin-bottom: .9375rem
    }

    .proposals__subtitle {
        margin-bottom: .625rem
    }

    .proposals__title {
        text-align: center
    }

    .proposals__all {
        max-width: 100%;
        margin-top: 0
    }

    .proposals__slider .swiper-scrollbar {
        max-width: 100%
    }

    .proposals-card {
        padding: 1.5rem .9375rem
    }

    .proposals-card__img {
        width: 5rem;
        height: 5rem
    }

    .proposals-card__item {
        gap: .625rem;
        padding: .9375rem .625rem
    }

    .proposals-card__tags {
        gap: .5rem
    }

    .proposals-card__tag {
        padding: .5rem 1rem;
        font-size: .875rem
    }

    .hero-3__content {
        padding: 3.125rem 0
    }

    .hero-3__text {
        font-size: 1rem
    }

    .hero-3__btns {
        flex-direction: column
    }

    .hero-3__btn {
        max-width: 100%
    }

    .our-strength__subtitle {
        margin-bottom: 1.5rem
    }

    .our-strength__title {
        margin-bottom: 1rem
    }

    .our-strength__text:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .our-strength__items {
        gap: 1.25rem 1.25rem
    }

    .our-strength__item-title {
        font-size: 1.5rem
    }

    .our-strength__img {
        border-radius: .8125rem
    }

    .proposals-work-card {
        padding: 1.5rem .9375rem
    }

    .proposals-work-card__tags {
        gap: .5rem
    }

    .proposals-work-card__tag {
        padding: .5rem 1rem;
        font-size: .875rem
    }

    .proposals-work-card__location {
        gap: .75rem
    }

    .catalog__search {
        padding: .625rem 1.25rem
    }

    .catalog__proposal-card {
        grid-template-columns: repeat(auto-fit, minmax(15.9375rem, 1fr))
    }

    .vacancy__head {
        padding: 1.25rem .9375rem
    }

    .vacancy__img {
        max-width: 100%
    }

    .vacancy__num {
        font-size: 1rem
    }

    .vacancy__tags {
        gap: .5rem
    }

    .vacancy__btn {
        max-width: 100%
    }

    .vacancy__info {
        padding: 1.25rem .9375rem
    }

    .aside-vacancy__item {
        padding: 1.25rem .9375rem
    }

    .partner-info__items {
        padding: 0
    }

    .contacts-block__contacts {
        padding: 0
    }

    .resume__head {
        padding: 1.25rem .9375rem
    }

    .resume__head-img {
        max-width: 100%
    }

    .resume__head-body {
        grid-template-columns: repeat(auto-fit, minmax(15.9375rem, 1fr))
    }

    .resume__head-item {
        gap: .625rem;
        padding: .9375rem .625rem
    }

    .resume__head-tags {
        gap: .5rem
    }

    .resume__head-num {
        font-size: 1rem
    }

    .resume__info {
        gap: 1.25rem;
        padding: 1.25rem .9375rem
    }

    .resume__btn {
        max-width: 100%
    }

    .lang-resume__items {
        padding: 0
    }

    .info-partner__head {
        padding: 1.25rem .9375rem
    }

    .info-partner__num {
        font-size: 1rem
    }

    .info-partner__tags {
        gap: .5rem
    }

    .info-partner__column {
        padding: 1.25rem .9375rem
    }

    .contacts__map iframe {
        aspect-ratio: 480/440
    }

    .politics__title {
        font-size: 1.75rem
    }
}

@media (max-width: 24.99875em) {
    .spollers__title {
        padding: .9375rem .75rem
    }

    .spollers__body {
        padding: 1.25rem .75rem
    }

    .pagging__arrow {
        padding: .625rem
    }

    .philosophy__items {
        gap: .9375rem;
        margin-left: 0
    }

    .philosophy__items::before {
        display: none
    }

    .philosophy__item {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: .9375rem
    }

    .philosophy__item.item-author {
        gap: .625rem;
        grid-template-columns: 1fr;
        justify-items: center;
        margin-left: 0
    }

    .review-card__bottom {
        border-top: 1px solid #ea4817;
        padding-top: .9375rem;
        flex-direction: column
    }

    .review-card__author {
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ea4817;
        padding: 0 0 .5625rem 0
    }

    .review-card__work {
        max-width: 100%;
        padding: .5625rem 0 0 0
    }
}

@media (min-width: 29.99875em)and (max-width: 81.875em) {
    .title {
        font-size: clamp(1.75rem, .8464449652rem + 3.011975615vw, 3.3125rem)
    }

    .title-middle {
        font-size: clamp(1.3125rem, .8787935833rem + 1.4457482952vw, 2.0625rem)
    }

    .page-404__title {
        font-size: clamp(1.75rem, .8464449652rem + 3.011975615vw, 3.3125rem)
    }

    .hero__text {
        font-size: clamp(1rem, .819288993rem + .602395123vw, 1.3125rem)
    }

    .presence__text {
        font-size: clamp(1rem, .6747201875rem + 1.0843112214vw, 1.5625rem)
    }

    .presence__list {
        font-size: clamp(1rem, .6747201875rem + 1.0843112214vw, 1.5625rem)
    }

    .guidelines__aside-title {
        font-size: clamp(1.3125rem, .9872201875rem + 1.0843112214vw, 1.875rem)
    }

    .our-strength__item-title {
        font-size: clamp(1.5rem, .6325871666rem + 2.8914965904vw, 3rem)
    }

    .politics__title {
        font-size: clamp(1.75rem, .8464449652rem + 3.011975615vw, 3.3125rem)
    }
}

@media (min-width: 29.99875em)and (max-width: 87.49875em) {
    .advantages__item-title {
        font-size: clamp(1.5rem, .717423913rem + 2.6086956522vw, 3rem)
    }
}

@media (any-hover: hover) {
    .button:hover {
        box-shadow: 1px 1px 4px 1px #fff;
        background-color: rgba(234, 72, 23, .9)
    }

    .button-empty:hover {
        box-shadow: 1px 1px 4px 1px #fff;
        border: 1px solid rgba(234, 72, 23, .7)
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        box-shadow: 0 0 4px 0 #fff
    }

    .custom-select .select__item:hover {
        cursor: pointer;
        opacity: .5;
        color: #EA4817;
    }

    .tag-item:hover {
        box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6)
    }

    .checkbox__text a:hover {
        color: #f05e1f;
        text-decoration: none
    }

    .menu__link:hover {
        color: rgba(234, 72, 23, .7)
    }

    .pagging__arrow:hover {
        box-shadow: 0 0 5px 3px hsla(0, 0%, 100%, .45)
    }

    .pagging__item:hover {
        opacity: 1;
        box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6)
    }

    .footer__contacts-link:hover {
        color: #ea4817
    }

    .footer__menu-link:hover {
        color: #ea4817
    }

    .footer__policy-link:hover {
        color: #ea4817;
        text-decoration: none
    }

    .presence__item-link:hover {
        color: #ea4817
    }

    .features__link:hover {
        color: #fff
    }

    .whyus__item:hover {
        background: #fff;
        box-shadow: 0 0 14px 3px #ea4817;
        color: #000
    }

    .proposals-card__name:hover {
        color: #ea4817
    }

    .proposals-card__link:hover {
        color: #fff;
        border-color: #fff
    }

    .proposals-card__tag:hover {
        box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6)
    }

    .proposals-work-card__name:hover {
        color: #ea4817
    }

    .proposals-work-card__link:hover {
        color: #fff;
        border-color: #fff
    }

    .proposals-work-card__tag:hover {
        box-shadow: 0 0 3px 3px hsla(0, 0%, 100%, .6)
    }

    .catalog__view-btn:hover {
        color: rgba(234, 72, 23, .7)
    }

    .contacts-block__link:hover {
        color: #ea4817
    }

    .jobs-more__link:hover {
        color: #ea4817;
        text-decoration: none
    }

    .jobs-more__item:hover {
        color: #ea4817
    }

    .applicants-more__link:hover {
        color: #ea4817;
        text-decoration: none
    }

    .applicants-more__item:hover {
        color: #ea4817
    }

    .contacts__info-link:hover {
        color: #ea4817
    }

    .politics__text a:hover {
        color: #ea4817
    }
}


@media (max-width: 1000px) {
    .cookie-banner {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .cookie-banner .cookie-button-first {
        background: #24B70E;
        padding: 5px 10px 5px 10px;
        gap: 10px;
        border-radius: 9px;
        color: white;
    }

    .cookie-banner .text-cookie {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }


  .thank_you_page .popup__title {
    text-align: left;
    font-size: 1.4rem;
  }

  .thank_you_page .block-form__input{
    font-size: 0.9rem;
  }

  .thank_you_page .block-form__btn{
    text-align: center;
    margin: 20px auto auto auto;
  }


}

@media (max-width: 500px) {
    .cookie-banner {
        max-width: 95%;
        right: 10px;
    }

    .cookie-banner .flex-button {
        display: block;
    }

    .cookie-banner .cookie-button-second {
        padding: 5px 10px 5px 10px;
    }

    .cookie-banner .cookie-button-third {

        display: block;
        margin: auto;
        margin-top: 10px;
    }
}

.thank_you_page .popup__title {
  text-align: left;
  font-size: 2.5rem;
}

.thank_you_page ul li {
  list-style: disc;
}

.thank_you_page ul {
  margin-left: 20px;
}

.error {
  border: 2px solid red;
}

.error-text {
    color: red;
    font-size: 0.8rem;
}

.error-hidden {
  display: none;
}
.description-full h4 strong,
.description-full h3 strong,
.description-full h2 strong,
.description-full h1 strong,
.description-full h2
{
    font-size: 2.16666667rem;
    font-weight: bold;
}

.description-full h3 {
    font-size: 1.40833333rem;
    font-weight: bold;
}

.description-full p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.vacancy__title {
    font-size: 1.7rem;
}

.image-button-loader {
    display: flex;
    justify-content: center;
}

.drugndrop-file-description{
    display: flex;
    align-items: center;
}

.drugndrop-file-description .input-block__file-remove {
    padding-left: 10px;
    color: red;
    font-size: 1.4rem;
}

.top-footer-logo {

}

.top-footer-logo img {
    width: 220px;
}

.second-footer-logo{
    text-align: center;
}

.second-footer-logo img {
    max-width: 110px;
    margin-top: 20px;
}

#site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.60);
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#consent-message {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: center;
}
/* ------------------------------------------ */
/* KONTAKTSEITE – STANDORTE (PAMO-Style)      */
/* ------------------------------------------ */

/* Grid: 2 Kästchen nebeneinander auf Desktop */
.contacts .contacts__info-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    align-items: stretch;
}

/* Einzelner Standort-Kasten (nutzt bestehendes whyus-Design) */
.contacts .whyus__item {
    /* Design (Schatten, Rundung etc.) kommt meist aus deinem Theme.
       Wenn du hier etwas ergänzen willst, kannst du es tun. */
}

/* Überschrift im Kästchen: zentriert */
.contacts .whyus__item-head {
    text-align: center;
    margin-bottom: 12px;
}

.contacts .whyus__item-title {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
}

/* Innen: Links Text + Kontakt, rechts Karte */
.contacts .contacts__location {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.contacts .contacts__location-text {
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts .contacts__info-map {
    flex: 1 1 260px;
}

.contacts .contacts__info-map iframe {
    width: 100%;
    height: 260px;
    border: 0;
    border-radius: 12px;
}

/* Firmenname etwas größer & klarer */
.contacts .contacts__company {
    font-size: 1.05rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4px;
}

/* Dünner grauer Trenner zwischen Adresse und Kontakt */
.contacts .contacts__divider {
    margin: 12px 0 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

/* "Kontakt:" – mit Absatz davor und etwas betont */
.contacts .contacts__contact-title {
    display: inline-block;
    margin-top: 8px;   /* Absatz vor "Kontakt:" */
    margin-bottom: 4px;
    font-weight: 700;
}

/* Kontaktzeilen mit Icons (Mail, Telefon, Mobil) */
.contact-icons {
    margin-top: 4px;
}

.contact-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

/* Platzhalter für deine PAMO-Icons (SVG, Icon-Font, etc.) */
.contact-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    /* hier z.B. background-image, Icon-Font o.ä. einsetzen */
}

.contact-icon--mail { /* z.B. Mail-Icon im PAMO-Stil */ }
.contact-icon--phone { /* z.B. Festnetz-Icon */ }
.contact-icon--mobile { /* z.B. Handy-Icon */ }

/* Link "Karte öffnen" im Kästchen */
.contacts .contacts__info-link {
    display: inline-block;
    margin-top: 10px;
    color: #ff6600;
    font-weight: 600;
}

/* Hinweistext Bulgarien – kleiner und dezenter */
.contacts .small-note {
    font-size: 0.85rem;
    opacity: 0.75;
    display: block;
    margin-top: 6px;
}

/* RESPONSIVE: unter 900px nur 1 Kasten pro Zeile */
@media (max-width: 900px) {
    .contacts .contacts__info-body {
        grid-template-columns: 1fr;
    }
}

/* RESPONSIVE: unter 768px Text & Karte untereinander */
@media (max-width: 768px) {
    .contacts .contacts__location {
        flex-direction: column;
    }
}
/* ------------------------------------------ */
/* KONTAKTSEITE – Feintuning Überschriften & Kontakt */
/* ------------------------------------------ */

/* Überschriften (Österreich / Slowakei / Bulgarien) mittig */
.contacts .whyus__item-head {
    text-align: center !important;
    margin-bottom: 14px !important;
}

.contacts .whyus__item-title {
    display: inline-block !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}

/* Absatz vor "Kontakt:" und leicht betont */
.contacts .contacts__contact-title {
    display: inline-block !important;
    margin-top: 14px !important;   /* Abstand vor "Kontakt:" */
    margin-bottom: 6px !important;
    font-weight: 700 !important;
}

/* Hinweis bei Bulgarien kleiner & dezenter */
.contacts .small-note {
    font-size: 0.85rem !important;
    opacity: 0.75 !important;
    display: block !important;
    margin-top: 6px !important;
}

/* Falls der Divider zu schwach war: dünne Linie zwischen Adresse & Kontakt */
.contacts .contacts__divider {
    margin: 12px 0 10px !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.25) !important;
}
/* ==== PAMO Footer – Mobile sauber & zentriert ==== */

/* Globale Sicherheit: kein Horizontal-Scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* Bilder korrekt skalieren */
.footer img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Abstand im Kasten (Desktop + Mobile Grundlage) */
.footer__body {
    padding: 24px 20px;
    box-sizing: border-box;
}

.footer__inner {
    padding: 0 10px;
    box-sizing: border-box;
}

/* === MOBILE-ANSICHT === */
@media (max-width: 768px) {

    /* Container nicht randlos kleben lassen */
    .footer__container {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    /* Rahmen innen etwas enger auf Handy */
    .footer__body {
        padding: 20px 16px;
    }

    .footer__inner {
        padding: 0 8px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    /* Logo mittig */
    .footer__logo {
        display: block;
        text-align: center;
        margin: 0 auto 1.5rem;
    }
    .footer__logo img {
        display: inline-block;
    }

    /* Firmenname größer + fett (aber links bei der Adresse) */
    .footer__company {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.4;
    }

    /* Menü-Spalten untereinander */
    .footer__menu {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: 100%;
    }

    .footer__menu-column {
        max-width: 100%;
        width: 100%;
    }

    /* ===== 1. Spalte: Startseite … Kontakt ===== */

    /* Liste zentrieren */
    .footer__menu-column:nth-child(1) .footer__menu-list {
        text-align: center;
    }

    /* Li-Elemente mittig ausrichten */
    .footer__menu-column:nth-child(1) .footer__menu-item {
        text-align: center;
    }

    /* Link-Box selbst mittig + fett setzen */
    .footer__menu-column:nth-child(1) .footer__menu-link {
        display: inline-flex;
        justify-content: center;
        margin: 0 auto;
    }
    .footer__menu-column:nth-child(1) .footer__menu-link span {
        font-weight: 700;
    }

    /* ===== 2. Spalte: Follow PAMO Group ===== */

    /* Überschrift mittig */
    .footer__menu-column:nth-child(2) .footer__menu-title {
        text-align: center;
        font-weight: 700;
    }

    /* Liste bleibt links (Icons + Text) */
    .footer__menu-column:nth-child(2) .footer__menu-list {
        margin-top: 0.5rem;
    }

    .footer__menu-column:nth-child(2) .footer__menu-link {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    /* ===== 3. Spalte: Mitglied bei ===== */

    /* Überschrift mittig */
    .footer__menu-column:nth-child(3) .footer__menu-title {
        text-align: center;
        font-weight: 700;
    }

    /* Logos mittig mit Abstand */
    .footer__menu-column:nth-child(3) .footer__menu-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
        margin-top: 0.75rem;
    }

    .footer__menu-column:nth-child(3) .footer__menu-item img {
        display: block;
        margin: 0 auto;
    }
}
/* ==== PAMO Footer – Firmenblock und Inhalt komplett zentrieren (Mobile) ==== */
@media (max-width: 768px) {

    /* Gesamt-Firmenblock mittig im Kasten */
    .footer__info {
        text-align: center;
        margin: 0 auto 1.5rem;
    }

    /* Adresse & Kontaktzeilen mittig */
    .footer__adress,
    .footer__contacts,
    .footer__contacts-title {
        text-align: center;
    }

    .footer__contacts-link {
        display: block;
    }

    /* Etwas Luft zwischen Kontaktblock und Navigation */
    .footer__menu-column:nth-child(1) {
        margin-top: 1.5rem;
    }
}
/* ==== PAMO Footer – Firmenname größer (Desktop) ==== */
@media (min-width: 769px) {
    .footer__company {
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
}
/* =========================================
   PARTNER-LOGIN – VERFÜGBARE KANDIDATEN
   ========================================= */

.hero-2--portal .hero-2__info {
    max-width: 520px;
}

/* Tagline über der Überschrift */
.portal-tagline {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 10px;
}

/* Login-Karte */
.portal-login {
    margin-top: 32px;
    max-width: 440px;
}

.portal-login__form {
    background: rgba(0, 0, 0, 0.65);
    border-radius: 16px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Fehlerbox bei "Login" */
.portal-login__error {
    background: rgba(255, 78, 78, 0.12);
    border: 1px solid rgba(255, 78, 78, 0.6);
    color: #ffb3b3;
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
}

/* Form-Felder */
.portal-login__field {
    margin-bottom: 16px;
}

.portal-login__field label {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.8);
}

.portal-login__field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1.4rem;
    outline: none;
}

.portal-login__field input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.portal-login__field input:focus {
    border-color: #ff7a2f; /* PAMO-Orange */
    box-shadow: 0 0 0 1px rgba(255, 122, 47, 0.4);
}

/* Hinweistext unter den Feldern */
.portal-login__hint {
    font-size: 1.25rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 18px;
}

/* Buttons */
.portal-login__btns {
    display: flex;
    gap: 12px;
}

.portal-login__btns .portal-login__btn {
    flex: 1;
    text-align: center;
}

/* Mobile: Karte etwas breiter ziehen */
@media (max-width: 768px) {
    .portal-login {
        max-width: 100%;
    }

    .portal-login__form {
        padding: 20px 18px 22px;
    }
}

/* =========================================
   JOBS FILTER - 4 SEPARATE BOXEN
   ========================================= */

.aside-catalog .aside-catalog__items {
    display: grid;
    align-content: start;
    gap: 16px;
}

.aside-catalog .aside-catalog-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 16px;
    border-radius: .8125rem;
    background: linear-gradient(360deg,#000 0,#1c1c1c 100%);
    box-shadow: 0 0 16px 3px hsla(0,0%,100%,.6);
    margin-bottom: 0;
}

.aside-catalog .aside-catalog-group__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    margin: 0;
}

.aside-catalog .aside-catalog-group__items {
    display: grid;
    align-content: start;
    gap: 0;
}

.aside-catalog .aside-catalog__item {
    padding: 10px 0;
}

.aside-catalog .aside-catalog__item:not(:last-child) {
    border-bottom: 1px solid rgba(234,72,23,.4);
}

.aside-catalog .aside-catalog__title {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .aside-catalog .aside-catalog__items {
        gap: 16px;
    }

    .aside-catalog .aside-catalog-group {
        gap: 12px;
        padding: 14px;
    }

    .aside-catalog .aside-catalog-group__title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .aside-catalog .aside-catalog-group {
        padding: 14px;
    }
}
