.igb__body_wrap {
    font-size: 14px;
    background: #0B0B0B;
    max-width: 768px;
    margin: auto;
}

.igb-padding {
    padding: 0 1em;
}

.header-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 1em;
}

.header-custom-logo img {
    height: 0.857em;
    width: auto;
}

.hero-wrap {
    position: relative;
    height: 100vh;
    height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.hero-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/img/igb2026/overlay.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-offers {
    padding: 2em 1em;
    background: #1D1D1D99;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.hero-offers-item {
    display: flex;
    align-items: center;
    gap: 1em;
}

.hero-offers-item span {
    opacity: 0.9;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.285em;
    letter-spacing: -2%;

}

.hero-offers-item svg {
    flex-shrink: 0;
}

.hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1em 1em 2em;
    z-index: 2;
}

.hero-content h1 {
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -2%;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.hero-content h1.smaller {
    font-size: 1.8em;
}

.hero-content p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.285em;
    letter-spacing: -2%;
    opacity: .9;
}

.request-form-wrap {
    margin-top: 1em;
}

.request-form-wrap .form__input_label {
    font-size: 1em;
}

.request-form-wrap .form__input input {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,
            rgba(210, 139, 15, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 64.42%) 1;
}

.request-form-wrap .form__check_label {
    font-size: 0.85em;
    line-height: 1.2em;
}

.request-form-wrap .form__input_error {
    font-size: 0.85em;
    line-height: 1.2em;
}

.footer-contacts {
    position: relative;
    padding: 2em 1em 1em;
}

.footer-contacts .footer-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 0;
}

.footer-contacts .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(360deg, #0B0B0B 0%, rgba(11, 11, 11, 0.750832) 49.32%, rgba(11, 11, 11, 0) 87.96%);
}

.contacts-wrap {
    position: relative;
    z-index: 2;
}

.footer-contacts h2 {
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -2%;
    margin-bottom: .5em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.igb-stand {
    position: relative;
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.142em;
    line-height: 1.25em;
    letter-spacing: 0%;
    text-align: center;
    background: linear-gradient(0deg, #9A1515, #9A1515);
    padding: 1em 0.5em;
    margin-top: 2em;
    margin-bottom: 3.5em;
    z-index: 2;
}

.igb-stand span {
    font-weight: 800;
    text-transform: uppercase;
}

.contacts-wrap {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin-bottom: 10em;
}

.contacts-item {
    display: flex;
    align-items: center;
}

.contacts-item-label {
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 0.857em;
    line-height: 1em;
    letter-spacing: 2%;
    border-right: 1px solid transparent;
    border-image: linear-gradient(360deg, rgba(210, 139, 15, 0.2) 0%, rgba(255, 255, 255, 0.2) 65.62%) 1;
    padding: 1em 2em 1em 0;
    margin-right: 2em;
}

.contacts-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -2%;
    opacity: 0.5;
}

.contact-btns-wrap span {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 2%;
    text-transform: uppercase;
    opacity: .5;
}

.copyright {
    position: relative;
    z-index: 2;
}

.copyright p {
    font-weight: 500;
    font-size: 0.714em;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: uppercase;
    opacity: 0.5;
    margin-top: 0.7em;
}

#categorySelect {
    font: inherit;
    width: 100%;
    display: block;
    font-size: 0.857em;
    padding: 0.3em 0;
    border: none;
    border-bottom: 1px solid #60626a;
    background-color: #0B0B0B;
}

.input-wrap input[type="text"],
.input-wrap input[type="email"] {
    padding: 0.3em 0;
    font-size: 0.857em;
}

.input-wrap label {
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0%;
    margin-bottom: 1em;
}

.input-wrap label span {
    color: #BA1B1B;
}

.input-wrap input[type="text"]::placeholder,
.input-wrap input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.input-wrap select {
    color: #fff;
}

.input-wrap select:invalid {
    color: rgba(255, 255, 255, 0.3);
}

.input-wrap select option {
    color: #fff;
    background: #0B0B0B;
}

.form-igb {
    font-size: 1em;
    margin: 0 0 10em;
    width: 100%;
    max-width: 100%;
}

.form-igb .form__input_error {
    font-size: 0.875em;
    padding: 0;
}

.form-igb .form__submit {
    margin-top: 3em;
}

.form-igb .form__submit .red-gradient-button {
    min-height: 3em;
}

.red-gradient-button {
    width: 100%;
    max-width: 100%;
}

.demo_request__thank_custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}

.demo_request__thank_custom .demo_request__thank_inner {
    background-image: url(../img/front/products_bg_mob.jpg);
    background-color: #0B0B0B;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 17.741em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 768px;
}

.demo_request__thank_custom .demo_request__thank_inner .demo_request__thank_head {
    font-family: Monument Extended, Arial Black;
    font-weight: 400;
    font-size: 1.285em;
    line-height: 1.333em;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.demo_request__thank_custom .demo_request__thank_inner .demo_request__thank_head span {
    color: #fff;
}

.demo_request__thank_custom .demo_request__thank_inner .demo_request__thank_descr {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.571em;
    letter-spacing: 0%;
    text-align: center;
    max-width: 100%;
}