.main_banner {
    height: initial;
    max-height: initial;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    background-color: #F0F0F0;
    border-radius: 12px;
    flex-direction: column;
    gap: 12px;
}

.main_banner.container {
    max-width: 1360px;
}

.main_banner-title-0,
.main_banner-title-1,
.main_banner-title-2,
.main_banner-title-3 {
    width: calc(100% - 48px);
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main_banner-title-1 {
    margin-top: 44px;
    position: relative;
}

.main_banner-title-1 span {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 152px;
    line-height: 96%;
    letter-spacing: 0%;
    color: var(--primary-dark);
}

.main_banner-title-1 span.sub {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 40px !important;
    line-height: 96%;
    letter-spacing: -3%;
    color: var(--primary-color);
    position: absolute;
    top: 12px;
    left: auto;
    right: 24px;
}

.main_banner-title-2 {
    margin-top: -12px;
}

.main_banner-title-2 span {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 80px;
    line-height: 96%;
    letter-spacing: -2%;
    color: var(--dark-text);
    min-height: 80px;
}

.main_banner-title-2 span br {
    display: none;
}

.main_banner-title-3 span {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 96%;
    letter-spacing: 0%;
    color: var(--dark-text);
    min-height: 28px;
}

.main_banner-description {
    padding: 40px 24px;
    display: flex;
    gap: 76px;
}

.main_banner-text .info {
    font-size: 25px;
    font-weight: 100;
}

.main_banner-text .info strong {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .main_banner {
        display: flex;
        height: 100%;
        min-height: 620px;
        max-height: initial;
        padding: 0 20px;
    }
}

.main_banner::after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(180deg, rgba(19, 17, 20, 0) 8.32%, rgba(19, 17, 20, 0.730997) 71.03%, rgba(19, 17, 20, 0.9) 100%);
}

@media (max-width: 767px) {
    .main_banner::after {
        content: none;
    }
}


.main_banner>img {
    width: 100%;
    /*height: 100%;*/
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .main_banner>img:not(.mob) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .main_banner>img.mob {
        display: none;
    }
}

.main_banner-content {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .main_banner-content {
        position: initial;
        transform: initial;
        padding: 0;
        width: 100%;
    }
}


.main_banner-pulse {
    border-radius: 10px;
    height: 46px;
    width: 139px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: var(--light-text);
    border: 1px solid var(--light-text);
    background: linear-gradient(91.23deg, var(--primary-color) 0%, rgba(190, 43, 39, 0) 100%),
        linear-gradient(91.23deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .main_banner-pulse {
        height: 56px;
        font-size: 32px;
        width: 183px;
    }
}

.main_banner-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--dark-text);
    max-width: 710px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .main_banner-title {
        font-size: 50px;
        color: var(--light-text);
    }
}

.main_banner-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.main_banner-info.mobile {
    display: none;
}

@media (max-width: 767px) {
    .main_banner-info {
        margin-top: 20px;
    }

    .main_banner-info.desktop {
        display: none;
    }

    .main_banner-info.mobile {
        display: block;
        margin-top: 30px;
    }
}

.main_banner-info__text {
    max-width: 710px;
}

.main_banner-info__text.base-text {
    text-transform: none;
}

@media screen and (max-width: 768px) {
    .main_banner-info {
        flex-direction: column;
    }
}

.main_banner-info p {
    color: var(--dark-text);
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .main_banner-info p {
        font-size: 24px;
        color: var(--light-text);
    }
}

.main_banner-button-holder {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    gap: 35px;
}

@media screen and (max-width: 768px) {
    .main_banner-button-holder {
        flex-direction: column;
        gap: 10px;
        margin-top: 25px;
        text-align: center;
    }
}

.main_banner-btn {
    min-width: max-content;
    height: max-content;
    /* min-width: 314px; */
    align-self: end;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 0 0 0 rgba(228, 224, 224, 0.322);
    animation: pulse 2s infinite;
}

.main_banner-button-holder .fake-btn {
    min-width: max-content;
    height: max-content;
    /* min-width: 314px; */
    align-self: end;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1280px) {

    .main_banner-title-1,
    .main_banner-title-2,
    .main_banner-title-3 {
        padding: 0 !important;
        width: 100%;
    }

    .main_banner-title-2 {
        margin-top: -14px !important;
    }

    .main_banner-title-1 span {
        font-size: 82px !important;
    }

    .main_banner-title-2 span {
        font-size: 60px !important;
    }

    .main_banner-title-3 span {
        font-size: 24px !important;
    }

    .main_banner-title-1 svg,
    .main_banner-title-2 svg {
        width: 75px;
        height: 75px;
    }

    .main_banner-description {
        gap: 16px !important;
        flex-direction: column;
        padding: 40px 0 !important;
    }

    .main_banner-desc-icon svg {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1100px) {
    .main_banner-btn {
        min-width: auto;
    }

    .main_banner-button-holder .fake-btn {
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {

    .main_banner.container .main_banner-title-1 {
        margin-top: 20px !important;
        margin-left: -5px;
    }

    .main_banner-title-1 span {
        font-size: 40px;
    }

    .main_banner-title-1 span.sub {
        font-size: 17px !important;
        top: -8px;
        right: 0;
    }

    .main_banner-title-2 span {
        font-size: 25px !important;
        min-height: auto;
    }

    .main_banner-title-2 span br {
        display: block;
    }

    .main_banner-title-3 {
        display: none;
    }

    .main_banner-title-1 svg {
        width: 30px;
        height: 30px;
    }

    .main_banner-title-2 {
        margin-top: 0px !important;
    }

    .main_banner-btn {
        margin: 20px auto 0;
        width: 100%;
    }

    .main_banner-button-holder .fake-btn {
        margin: auto;
        width: 100%;
    }

    .main_banner-btn {
        animation: none;
    }

    .main_banner.container .main_banner-description {
        padding: 20px 0 !important;
    }

    .main_banner-text .info {
        font-size: 16px;
    }

    .main_banner-text .info strong {
        margin-bottom: 0;
    }
}