.info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ininfo {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    max-width: 1760px;
    width: 100%;
}

.blocksInfo {
    display: flex;
    gap: 32px;
    margin-top: 51px;
    margin-bottom: 103px;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.LPinfo {
    display: flex;
    align-items: start;
    flex-direction: column;
    border-radius: 16px;
    background: #EFEFEF;
    max-width: 393px;
    width: 100%;
    padding: 10px;
    gap: 8px;
    box-sizing: border-box;
}

.LPinfoMob {
    display: none;
}

.itemsInfo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--White, #FFF);
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--Black-Store, #1B1B1B);
}

.itemsInfo:hover {
    background: var(--Black-Store, #00000062);
    color: var(--White, #FFF);
}

.itemsInfoActive {
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
}

.nameItemINfo {

    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btnMoreInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
    background: var(--White, #FFF);
}

.RPinfo {
    display: flex;
    max-width: 1317px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.boxInformation {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.titleRPInfo {
    color: #0E1735;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockInfromation {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
}

.blockItemsInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
}

.itemInfo {
    display: flex;
    max-width: auto;
    width: 100%;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 16px;
    background: var(--Gray-Store, #EFEFEF);
    justify-content: space-between;
    box-sizing: border-box;
}

.topAreaBlockInfo {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: var(--White, #FFF);
}

.bottomAreaBlockInfo {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.titleInfoItem {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.descInfoItem {
    color: var(--Gray-Font-Store, #919199);
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.blockSimpleTextInfo {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;

}

.blockSimpleTextInfoDesc {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 870px;
}

.blackBlockSplit {
    width: 100%;
    display: flex;
    padding: 10px 24px 10px 24px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 200px;
    background: var(--Black-Store, #1B1B1B);
    color: var(--White, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.titleBlockInfo {
    color: var(--Black-Store, #1B1B1B);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media screen and (max-width: 1860px) {

    .ininfo {
        padding: 0 32px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1200px) {

    .info {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ininfo {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        max-width: 1040px;
        width: 100%;
    }

    .blocksInfo {
        display: flex;
        gap: 32px;
        margin-top: 51px;
        margin-bottom: 103px;
        width: 100%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .LPinfo {
        display: flex;
        align-items: start;
        flex-direction: column;
        border-radius: 16px;
        background: #EFEFEF;
        max-width: 232px;
        width: 100%;
        padding: 10px;
        gap: 8px;
        box-sizing: border-box;
    }

    .itemsInfo {
        display: flex;
        width: 100%;
        justify-content: space-between;
        cursor: pointer;
        display: flex;
        box-sizing: border-box;
        padding: 12px 14px;
        border-radius: 14px;
        background: var(--White, #FFF);
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--Black-Store, #1B1B1B);
    }

    .itemsInfo:hover {
        background: var(--Black-Store, #00000062);
        color: var(--White, #FFF);
    }

    .itemsInfoActive {
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
    }

    .nameItemINfo {
        max-width: 109px;
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .btnMoreInfo {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: var(--White, #FFF);
    }

    .RPinfo {
        display: flex;
        max-width: 746px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .boxInformation {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .titleRPInfo {
        color: #0E1735;
        text-align: center;
        font-family: "Inter Tight";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockInfromation {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    .blockItemsInfo {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
        width: 100%;
        flex-wrap: wrap;
    }

    .itemInfo {
        display: flex;
        width: auto;
        height: auto;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-sizing: border-box;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        justify-content: space-between;
        box-sizing: border-box;
    }

    .topAreaBlockInfo {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
        border-radius: 100px;
        background: var(--White, #FFF);
    }

    .bottomAreaBlockInfo {
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .titleInfoItem {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .descInfoItem {
        color: var(--Gray-Font-Store, #919199);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .blockSimpleTextInfo {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;

    }

    .blockSimpleTextInfoDesc {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        max-width: 445px;
    }

    .blackBlockSplit {
        width: 100%;
        display: flex;
        padding: 10px 24px 10px 24px;
        box-sizing: border-box;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 200px;
        background: var(--Black-Store, #1B1B1B);
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .titleBlockInfo {
        color: var(--Black-Store, #1B1B1B);
        font-family: "Inter Tight";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (max-width: 970px) {
    .blockItemsInfo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        width: 100%;
        flex-wrap: wrap;
    }

    .itemInfo {
        display: flex;
        width: auto;
        height: auto;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        box-sizing: border-box;
        flex-shrink: 0;
        border-radius: 16px;
        background: var(--Gray-Store, #EFEFEF);
        justify-content: space-between;
        box-sizing: border-box;
    }

    .LPinfo {
        display: none;
    }

    .LPinfoMob {
        display: flex;
    }



    .itemsInfoMob {
        display: flex;
        width: 100%;
        position: relative;
        flex-direction: column;
    }

    .currentInfoItem {
        border-radius: 14px;
        background: var(--Black-Store, #1B1B1B);
        display: flex;
        padding: 12px 14px;
        align-items: flex-start;
        justify-content: space-between;
        box-sizing: border-box;
        gap: 10px;
        align-self: stretch;
        cursor: pointer;
        align-items: center;

    }

    .currentInfoItem span {
        color: var(--White, #FFF);
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        align-items: center;
        display: flex;
        line-height: normal;
    }

    .selectorsItemsInfo {
        position: absolute;
        top: 64px;
        left: 0;
        display: none;
        flex-direction: column;
        gap: 8px;
        z-index: 333;
        /* padding: 16px; */
        background: white;
        width: 100%;
        box-sizing: border-box;
        align-items: flex-start;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: 0px 1px 6px 2px #00000021;
    }

    .itemInfoMob {
        padding: 12px 16px;
        cursor: pointer;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        box-sizing: border-box;
        line-height: normal;
        width: 100%;
    }

    .RPinfo {
        max-width: 100%;
    }

    .itemInfoMob:hover {
        background: rgba(224, 224, 224, 0.897);
    }

    .showMobInfoItems {
        display: flex;
    }

    .ininfo {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .titleRPInfo {
        color: #0E1735;
        font-family: "Inter Tight";
        font-size: 24px;
        text-align: start;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media screen and (max-width: 670px) {
    .blockItemsInfo {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        width: 100%;
        /* flex-wrap: wrap; */
    }
}