.lo-protect {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    margin-top: 15px;
    color: #3B444D;
    font-size: 18px;
    font-weight: 400;
    font-family: 'League Spartan', sans-serif;
    position: relative;
    background: #F7F4F1;
    scroll-behavior: smooth;
    scroll-padding-block-start: 28px;
}

.lo-protect-header {
    display: grid;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.lo-protect-header__picture {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 0;
}

.lo-protect-header__bannerImg {
    width: 100%;
}

.lo-protect-header__body {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 1;
}

.lo-protect-header__body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__body {
        flex-direction: column;
        padding: clamp(1.5625rem, -0.2361rem + 8.9928vw, 3.125rem) 35px;
        justify-content: center;
        gap: 25px;
    }
}

.lo-protect-header__imgWrapper,
.lo-protect-header__contentWrapper {
    flex-basis: 49%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

@media screen and (max-width: 849) {

    .lo-protect-header__imgWrapper,
    .lo-protect-header__contentWrapper {
        padding: clamp(1.5625rem, 0.065rem + 4vw, 2.1875rem);
    }
}

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

    .lo-protect-header__imgWrapper,
    .lo-protect-header__contentWrapper {
        padding: 0;
        flex-basis: auto;
    }
}

@media screen and (max-width: 598px) {
    .lo-protect-header__contentWrapper {
        flex-direction: column;
        width: 100%;
    }
}

.lo-protect-header__img {
    width: 100%;
    max-width: 519px;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__img {
        max-width: 399px;
    }

}

.lo-protect-header__content {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__content {
        flex-grow: 1;
        align-items: center;
        width: 100%;
        gap: 25px;
    }
}

.lo-protect-header__content * {
    color: #fff;
}

.lo-protect-header__title {
    font-size: clamp(1.25rem, 0.1118rem + 3.0402vw, 3rem);
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 35px 0;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__title {
        text-align: center;
        margin: 0;
        font-size: clamp(1.5625rem, 0.6272rem + 4.6763vw, 2.375rem);
    }
}

#lo-protect .lo-protect-header__list {
    margin: 0 0 45px 0;
    padding-inline-start: 25px;
}

@media screen and (max-width: 598px) {
    #lo-protect .lo-protect-header__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

#lo-protect .lo-protect-header__listItem {
    font-size: clamp(1rem, 0.8374rem + 0.4343vw, 1.25rem);
    line-height: 1.1;
    margin-block-end: 15px;
}

@media screen and (max-width: 598px) {
    #lo-protect .lo-protect-header__listItem {
        text-align: center;
        font-size: clamp(1rem, 0.7122rem + 1.4388vw, 1.25rem);
    }
}

.lo-protect-header__link,
.lo-protect__sectionLink {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__link {
        margin-block-start: auto;
    }
}

.lo-protect-header__button {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(0.9375rem, 0.7343rem + 0.5429vw, 1.25rem);
    line-height: 1.1;
    border-radius: 39px;
    border: 1px solid #3B444D;
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(11.850000381469727px);
    width: 100%;
    padding: 10px 35px 12px;
    cursor: pointer;
    transition: background 300ms ease-in;
}

.lo-protect-header__button:hover {
    background: rgb(255 255 255 / 40%);
}

.lo-protect-header__divider {
    border-top: 1px solid #fff;
    margin: 0;
    height: 85%;
}

@media screen and (max-width: 598px) {
    .lo-protect-header__divider {
        display: none;
    }
}

.lo-protect__body {

    padding-block: 35px;
}

.lo-protect__content {
    width: min(100% - 24px, 1350px);
    margin-inline: auto;
}

.lo-protect__intro {
    width: min(100% - 20px, 1095px);
    margin-inline: auto;
    margin-block-end: 35px;
}

.lo-ptotect__sectionTitle {
    font-size: 56px;
    line-height: 1;
    font-weight: 600;
    color: #3B444D;
    margin: 0;
    max-width: 11ch;
}

@media screen and (max-width: 768px) {
    .lo-ptotect__sectionTitle {
        font-size: clamp(2.3125rem, 1.4643rem + 4.2411vw, 3.5rem);
        text-align: center;
        max-width: unset;
    }
}

.lo-protect__sectionTitle--light {
    color: #F1952A;
    text-align: center;
    margin-block: 0 35px;
    max-width: unset;
}

.lo-protect__introBody {
    text-align: center;
    color: #3B444D;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.lo-protect__menu,
.lo-protect__contentSection {
    width: min(100% - 10px, 1150px);
    margin-inline: auto;
}

.lo-protect__menu {
    margin-block-end: 48px;
}

.lo-protect__menuList {
    list-style: none;
    border-radius: 22px;
    background: #EFEAE3;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .lo-protect__menuList {
        flex-wrap: wrap;
        gap: 10px;
        background: none;
        border: none;
    }
}

.lo-protect__menuItem {
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    transition: background 300ms ease-in;
}

.lo-protect__menuItem--paddingEnd {
    padding-inline-end: 5px;
}

.lo-protect__menuItem--paddingStart {
    padding-inline-start: 5px;
}

.lo-protect__menuItem--paddingInline {
    padding-inline: 5px;
}

.lo-protect__menuItem--borderInline {
    border-inline: 1px solid #D1C6BA;
}

.lo-protect__menuItem--borderRight {
    border-inline-end: 1px solid #D1C6BA;
}

@media screen and (max-width: 768px) {
    .lo-protect__menuItem {
        flex: 1 0 275px;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px 17px 5px;
        border-radius: 39px;
        border: 1px solid #D1C6BA;
        background: #EFEAE3;
        line-height: 1;
    }
}

.lo-protect__menuItem:has(.lo-protect__menuLink:hover) .lo-protect__menuBtn,
.lo-protect__menuItem:has(.lo-protect__menuLink:hover) .lo-protect__menuTitle {
    opacity: 0.8;
}

.lo-protect__menuTitle {
    display: block;
    font-size: clamp(0.875rem, 0.747rem + 0.2663vw, 1rem);
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .lo-protect__menuTitle {
        font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1rem);
    }
}

.lo-protect__menuBtn {
    width: 33px;
    height: auto;

    @media (width < 769px) {
        width: 18px;
    }
}

.lo-protect__menuLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.lo-protect__contentSection {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 55px;
    margin-block-end: 35px;
}

@media screen and (max-width: 768px) {
    .lo-protect__contentSection {
        flex-wrap: wrap;
        gap: 35px;
        padding-inline: clamp(0.625rem, -1.3839rem + 10.0446vw, 3.4375rem);
        padding-block: clamp(2.1875rem, 1.2946rem + 4.4643vw, 3.4375rem);
    }
}

.lo-protect__contentSection--bacground {
    border-radius: 46px;
    background: #FFF;
    box-shadow: 4px 6px 16px 0px rgba(87, 66, 43, 0.20);
}

.lo-protect__contentWrapper {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 27px;
}

@media screen and (max-width: 768px) {
    .lo-protect__contentWrapper {
        flex: 1 1 55%;
        align-items: center;
    }
}

.lo-protect__sectionContent {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-wrap: pretty;
    margin: 0;
}

@media screen and (min-width: 769px) {
    .lo-protect__sectionContent--short {
        max-width: 35ch;
    }
}

@media screen and (max-width: 768px) {
    .lo-protect__sectionContent {
        text-align: left;
    }
}

.lo-protect__sectionContent--marginBottom {
    margin-block-end: 28px;
}

.lo-protect-link {
    color: #F1952A;
    text-decoration: underline;
    transition: color 300ms ease-in;
}

.lo-protect-link:hover {
    opacity: 0.8;
    color: #F1952A;
    text-decoration: underline;
}

.lo-protect__sectionSubtitle {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .lo-protect__sectionSubtitle {
        font-size: clamp(1.3125rem, 1.1786rem + 0.6696vw, 1.5rem);
        text-align: center;
        text-wrap: pretty;
    }
}

.lo-protect__sectionBtn {
    border: 1px solid #F1952A;
    border-radius: 21px;
    background: #F1952A;
    padding: 10px 20px 7px;
    font-family: 'League Spartan', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    transition: background 300ms ease-in, color 300ms ease-in;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .lo-protect__sectionBtn {
        font-size: clamp(0.875rem, 0.7857rem + 0.4464vw, 1rem);
    }
}

.lo-protect__sectionBtn:hover {
    background: #fff;
    color: #F1952A;
}

.lo-protect__sectionForm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;

}

.lo-protect__formIconWrapper {
    flex: 0 0 50px;
}

.lo-protect-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.lo-protect-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.lo-protect-list__picture {
    flex: 0 0 73px;
}

.lo-protect-list__img {
    width: 100%;
}

/* Product, home page block */
#loAddContent .lo-protectInfoBlock,
#lo-product-desc .lo-protectInfoBlock,
#loHome .lo-protectInfoBlock {
    grid-area: main;
    width: 100%;
    display: flex;
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 30px;
    border: none;
    overflow: hidden;

    @media (width <=768px) {
        flex-wrap: wrap;
    }
}

#loAddContent .lo-protectInfoBlock {
    margin-block-end: 16px;
}

#loHome .lo-protectInfoBlock {
    @media (width <=569px) {
        width: calc(100% - 15px);
        margin-inline: auto;
    }
}

#loAddContent .lo-protectInfoBlock__imgWrapper #lo-product-desc .lo-protectInfoBlock__imgWrapper,
#loHome .lo-protectInfoBlock__imgWrapper {
    flex: 0 1 45%;

    @media (width <=768px) {
        flex: 0 1 100%;
    }
}

#loAddContent .lo-protectInfoBlock__img,
#lo-product-desc .lo-protectInfoBlock__img,
#loHome .lo-protectInfoBlock__img {
    width: 100%;
    max-width: 540px;
    height: 100%;
    object-fit: cover;
}

#loHome .lo-protectInfoBlock__img {
    max-width: 580px;
}

#loAddContent .lo-protectInfoBlock__img,
#lo-product-desc .lo-protectInfoBlock__img,
#loHome .lo-protectInfoBlock__img {
    @media (width <=768px) {
        max-width: 100%;
    }
}

#loAddContent .lo-protectInfoBlock__body,
#lo-product-desc .lo-protectInfoBlock__body,
#loHome .lo-protectInfoBlock__body {
    flex: 0 1 55%;
    background: #DEDEDE;
    padding: 20px 15px 15px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;

    @media (width <=768px) {
        flex: 0 1 100%;
    }
}

#loAddContent .lo-protectInfoBlock__title,
#lo-product-desc .lo-protectInfoBlock__title,
#loHome .lo-protectInfoBlock__title {
    color: #3B444D;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;

    @media (width <=1024px) {
        font-size: clamp(1.3125rem, 0.5685rem + 1.548vw, 1.625rem);
    }

    @media (width <=538px) {
        font-size: clamp(1.125rem, 0.8498rem + 1.3761vw, 1.3125rem);
    }
}

#loAddContent .lo-protectInfoBlock__title br,
#lo-product-desc .lo-protectInfoBlock__title br,
#loHome .lo-protectInfoBlock__title br {
    @media (width <=768px) {
        display: none;
    }
}

#loAddContent .lo-protectInfoBlock__content,
#lo-product-desc .lo-protectInfoBlock__content,
#loHome .lo-protectInfoBlock__content {
    color: #3B444D;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;

    @media (width <=1024px) {
        font-size: clamp(1rem, 0.7024rem + 0.6192vw, 1.125rem);
    }

    @media (width <=538px) {
        font-size: clamp(0.875rem, 0.6915rem + 0.9174vw, 1rem);
    }
}

#loAddContent .lo-protectInfoBlock__content--info,
#lo-product-desc .lo-protectInfoBlock__content--info,
#loHome .lo-protectInfoBlock__content--info {
    font-size: 14px;
    text-wrap-style: stable;

    @media (width <=1024px) {
        font-size: clamp(0.6875rem, 0.6023rem + 0.4261vw, 0.875rem);
    }
}

#loAddContent .lo-protectInfoBlock__list,
#lo-product-desc .lo-protectInfoBlock__list,
#loHome .lo-protectInfoBlock__list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
    width: 100%;
}

#loAddContent .lo-protectInfoBlock__listItem,
#lo-product-desc .lo-protectInfoBlock__listItem,
#loHome .lo-protectInfoBlock__listItem {
    flex: 1 0 45%;
    background: #EEEEEE;
    filter: blur(23.7);
    padding: 0;
    margin: 0;
    border-radius: 39px;
    padding: 4px;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;

    @media (width <=538px) {
        flex: 1 0 100%;
    }
}

#loAddContent .lo-protectInfoBlock__itemNumber,
#lo-product-desc .lo-protectInfoBlock__itemNumber,
#loHome .lo-protectInfoBlock__itemNumber {
    flex: 0 0 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    background: #3B444D;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    @media (width <=1024px) {
        font-size: clamp(0.875rem, 0.5774rem + 0.6192vw, 1rem);
    }
}

#loAddContent .lo-protectInfoBlock__itemTitle,
#lo-product-desc .lo-protectInfoBlock__itemTitle,
#loHome .lo-protectInfoBlock__itemTitle {
    margin: 0;
    padding: 0;
    color: #3B444D;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;

    @media (width <=1024px) {
        font-size: clamp(0.875rem, 0.5774rem + 0.6192vw, 1rem);
    }
}

#loAddContent .lo-protectInfoBlock__buttons,
#lo-product-desc .lo-protectInfoBlock__buttons,
#loHome .lo-protectInfoBlock__buttons {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;

    @media (width <=538px) {
        flex-wrap: wrap;
        justify-content: center;
    }
}

#loAddContent .lo-protectInfoBlock__link,
#lo-product-desc .lo-protectInfoBlock__link,
#loHome .lo-protectInfoBlock__link {
    @media (width <=538px) {
        flex: 1 1 100%;
        text-align: center;
    }
}

#loAddContent .lo-protectInfoBlock__btn,
#lo-product-desc .lo-protectInfoBlock__btn,
#loHome .lo-protectInfoBlock__btn {
    appearance: none;
    background: none;
    border: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: color 450ms ease-in, background 450ms ease-in;

    @media (width <=1024px) {
        font-size: clamp(0.875rem, 0.5774rem + 0.6192vw, 1rem);
    }
}

#loAddContent .lo-protectInfoBlock__btn--register,
#lo-product-desc .lo-protectInfoBlock__btn--register,
#loHome .lo-protectInfoBlock__btn--register {
    color: #3B444D;
    text-decoration: underline;
}

#loAddContent .lo-protectInfoBlock__btn--register:hover,
#lo-product-desc .lo-protectInfoBlock__btn--register:hover,
#loHome .lo-protectInfoBlock__btn--register:hover {
    color: #915457;
}

#loAddContent .lo-protectInfoBlock__btn--info,
#lo-product-desc .lo-protectInfoBlock__btn--info,
#loHome .lo-protectInfoBlock__btn--info {
    color: #915457;
    border: 1px solid transarent;
    border-radius: 10px;
    background: #fff;
    padding: 12px 35px;
}

#loAddContent .lo-protectInfoBlock__btn--info:hover,
#lo-product-desc .lo-protectInfoBlock__btn--info:hover,
#loHome .lo-protectInfoBlock__btn--info:hover {
    color: #75292D;
    background: #F1EAEA;
}


/* Post accident form */
.lo-protect-post-accident {
    background: #F7F4F1;
    padding: 5px 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.lo-protect-form__body {
    margin-block-end: 35px;
    width: min(1100px, 100%);
    padding-block-start: 35px
}

.lo-protect-form__title {
    font-size: 32px;
    font-weight: 600;
    margin-block: 0 25px;
}

.lo-protect-form__subtitle {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none !important;
}

.lo-protect-form__content {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
    margin-block-end: 20px;
    text-wrap: pretty;
}

/* .lo-protect-form__content--margin {
    margin-block-end: 20px;
} */

.lo-protect__formWrapper {
    width: min(770px, 100%);
    margin-inline: auto;
}

.lo-protect__formWrapper form>h3 {
    display: none;
}

.lo-protect-form__form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
    width: min(770px, 100%);
}

.lo-protect-form__fieldset {
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 15px;
    padding-block-start: 12px;
    margin-block-end: 35px;
}

.lo-protect-form__setTitle {
    font-size: 16px;
    font-weight: 600;
}

.lo-protect-form__fieldset span {
    flex: 1 1 250px;
    margin: 0;
}

.lo-protect-form__accidentWrapper span {
    flex: 0 0 100px;
}

.lo-protect-form__fieldset span select {
    margin: 0 !important;
}

.lo-protect-form__modelWrapper,
.lo-protect-form__accidentWrapper {

    display: flex;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    padding-inline-end: 15px;

    @media (width < 510px) {
        flex-wrap: wrap;
        gap: 0;
    }
}

.lo-protect-form__modelWrapper {
    flex: 0 1 530px;
}

.lo-protect-form__accidentWrapper {
    width: 100%;
}

.lo-protect-form__modelWrapper label,
.lo-protect-form__accidentWrapper label {
    margin: 0;
    line-height: 1;
    padding: 0;
    font-size: 15px;

    @media (width < 510px) {
        width: 100%;
        margin-block-end: 8px;
    }
}

.lo-protect-form__fileWrapper {
    flex: 1 1 250px;
    max-width: 377px;
}

.lo-protect-form__fileWrapper .custom_choosefile {
    overflow: hidden;
    border-radius: 10px;
}

.lo-protect-form__input,
.lo-protect-form__inputFile {
    flex: 1 1 250px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 0.5px solid #3B444D;
    background: rgba(255, 255, 255, 0.00);
    color: #3B444D;
    font-size: 12px;
    font-weight: 400;
}

.lo-protect-form__fileWrapper .custom_choosefile .button_choosefile {
    background: #3B444D;
    color: #F7F4F1;
}

.lo-protect-form__consents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-block-end: 35px;

}

.lo-protect-form__submitBtnWrapper {
    width: 100%;
}

.lo-protect-form__submitBtn {
    display: block;
    border-radius: 41px;
    border: 0.5px solid #3B444D;
    background: #3B444D;
    color: #F7F4F1;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 35px 12px;
    margin-inline: auto 5px;
    cursor: pointer;
    transition: all 350ms ease-in;
}

.lo-protect-form__submitBtn[disabled] {
    background: #3B444D;
    color: #F7F4F1;
}

.lo-protect-form__submitBtn:hover {
    background: #F7F4F1;
    color: #3B444D;
}

.lo-protect-form__form .form-control:focus::placeholder {
    color: #939393;
}

.lo-protect-form__form .lo-protect-form__consents {
    gap: 0;
}

.lo-protect-form__form span+br {
    display: none;
}