* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: #0000;
}

img.text-block-img {}

body {
    font-family: 'SemiBold', sans-serif;
    background-color: #FFFFFF;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 87px;
}

html {
    scrollbar-width: none;
    -ms-overflow-style: none;
    font-size: 16px;
}

html::-webkit-scrollbar {
    display: none
}

body::-webkit-scrollbar {
    display: none
}

button {
    border: none;
}

a {
    color: inherit;
    -webkit-tap-highlight-color: #0000;
    text-decoration: none;
}

.header_block {
    z-index: 1000;
    width: 100vw;
    height: 87px;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background: #fff;
}

.header_block-flex {
    position: relative;
    width: 100%;
    max-width: var(--maxWidth);
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-icon {
    line-height: 0px;
}

.header-nav {
    display: flex;
    gap: 60px;
    text-align: center;
}

.header-btn {
    display: flex;
    gap: 40px;
}

.header-nav_btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}

.header-btn-main {
    line-height: 0px;
}

.header-btns {
    cursor: pointer;
}

.main_block {
    max-width: var(--maxWidth);
    width: 100%;
    height: max-content;
    margin: auto;
    display: flex;
    gap: 100px;
    flex-direction: column;
}

.block-preview {
    max-width: 100%;
    width: 100%;
    height: 500px;
    background: linear-gradient(297deg, #000 26.79%, #1c1c1c 76.89%);
    border-radius: 8px;
    padding: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 32px;
    position: relative;
}

.text-block-flex {
    color: #ffffff;
    display: flex;
    gap: 28px;
    flex-direction: column;
    z-index: 10;
}

.text-block-header {
    color: #fff;
    font-size: 55px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
}

.text-block-description {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.65px;
    line-height: 150%;
    color: #fff;
}

.text-block-btn {
    display: flex;
    gap: 30px;
    z-index: 10;
}

.text-block-button {
    width: 200px;
    color: #ffffff;
    height: 43px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.text-block-button-left {
    background: var(--blue);
}

.text-block-button-right {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.text-block-img {
    width: 608px;
    height: 444px;
    aspect-ratio: 152 / 111;
    position: absolute;
    bottom: 0;
    right: 113px;
    top: 56px;
    z-index: 2;
}

.block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.header-block {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: max-content;
    height: max-content;
    margin: auto;
    align-items: center;
}

.header-title {
    font-size: 30px;
    color: #000;
    line-height: 140%;
    letter-spacing: 0.84px;
    font-weight: 600;
}

.header-description {
    font-size: 16px;
    color: #9F9F9F;
    line-height: 150%;
    letter-spacing: 0.45px;
}

.block-product {
    display: flex;
    gap: 20px;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block-product_2 {
    display: flex;
    gap: 30px;
    justify-items: stretch;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block-button {
    width: 200px;
    height: 43px;
    background-color: #3F25FF;
    color: #fff;
    border-radius: 8px;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.block-items_first-temp {
    position: relative;
    width: max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.item-img {
    width: 266px;
    height: 266px;
    border-radius: 8px;
}

.item-img-chapter-animation {
    height: 472px;
    object-fit: cover;
}

.item-description {
    width: max-content;
    height: max-content;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
}

.item-title {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    align-items: center;
    color: #000;
    font-weight: 500;
}

.item-price {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.84px;
    align-items: center;
    color: #9f9f9f;
    width: max-content;
}

.favorite-item {
    position: absolute;
    right: 14px;
    top: 14px;
    color: rgb(121, 120, 115);
    /* filter: invert(1); */
    line-height: 0;
    cursor: pointer;
}

.sold-block {
    width: 34px;
    height: 14px;
    color: #fff;
    background-color: #E7463C;
    border-radius: 4px;
    font-weight: 700;
    font-size: 9px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
}

.sold-text {}

.block-items_first-temp_second-temp {
    width: 100%;
    height: max-content;
}

.header-title_2 {
    font-size: 30px;
    color: #000;
    line-height: 140%;
    letter-spacing: 0.84px;
    font-weight: 600;
}

.header-description_2 {
    font-size: 16px;
    color: #9F9F9F;
    line-height: 150%;
}

.favorite-item path {
    stroke: #ffffff !important;
}

.header-block_2 {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: max-content;
    height: max-content;
    align-items: center;
}

.custon-size_1 {
    font-size: var(--18px);
}

.custon-size_2 {
    font-size: var(--16px);
    text-align: center;
}

.block-items_second-temp_img {
    width: 350px;
    height: 228px;
    border-radius: 8px;
    background-color: #D9D9D9;
}

.block-items_second-temp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.block-product_2-flex {
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 100%;
    height: max-content;
}

.review-block_top {
    display: flex;
    gap: 15px;
}

.review-block_bottom {}

.review-block {
    width: max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.grade-stars {}

.rating-score {}

.quality-ratings {
    color: #9F9F9F;
}

.reviews-btn {
    color: #9F9F9F;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.84px;
}

/*Footer styles*/
.footer_block {
    width: 100%;
    max-width: 1920px;
    height: 353px;
    background: #000000;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: flex-end;
    margin-top: 100px;
    align-items: center;
}

.footer-icon {
    width: max-content;
    margin-bottom: 25px;
}

.footer-nav {
    max-width: 1410px;
    width: 100%;
    height: 139px;
    margin-bottom: 46px;
    display: flex;
    justify-content: space-between;
}

.review-stars {
    margin: 0 1px;
}

.footer-nav_left {
    width: max-content;
    height: max-content;

}

.footer-nav_left-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.84px;
    color: #9f9f9f;
}

.footer-nav_left-nav-btn-flex {
    width: max-content;
    height: max-content;
    display: flex;
    gap: 20px;
}

.footer-nav_left-nav-btns {
    margin-top: 31px;
    display: flex;
    gap: 40px;
}

.footer-nav_right {
    display: flex;
    gap: 136px;
}

.footer-nav_left-nav-btn {
    width: 38px;
    height: 38px;
    background: #9f9f9f;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer-input-flex {
    display: flex;
}

.footer-nav_left-nav-input {
    font-family: 'Inter', sans-serif;
    width: 191px;
    height: 38px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 11px;
    line-height: 100%;
    padding: 10px;
    letter-spacing: 1px;
}

.footer-nav_left-nav-input::placeholder {
    color: #888888;
}

.footer-nav_left-nav-button {
    font-family: 'Inter', sans-serif;
    width: 139px;
    height: 38px;
    background-color: #3F25FF;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    align-items: center;
    gap: 40px;
}

.footer-nav_right-block-text {
    font-family: 'Inter', sans-serif;
    display: flex;
    gap: 20px;
    flex-direction: column;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 136%;
    cursor: pointer;
}

.footer-nav_right-text {}

.footer-nav_right-block-text .footer-nav_right-text:first-child {
    font-size: 11px;
    color: #9f9f9f;
    line-height: 156%;
    font-family: 'OpenSans', sans-serif;
    cursor: auto;
}

.footer-legal {
    display: flex;
    max-width: 1410px;
    width: 100%;
    height: 38px;
    margin-bottom: 21px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
    align-items: flex-end;
    gap: 40px;
}

.footer-legal-text {
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    color: #666666;
    line-height: 100%;
}

.footer_block-flex {
    max-width: 1410px;
    width: 100%;
    padding: 0 20px;
}



@media (max-width: 1150px) {
    .footer-nav_right {
        display: flex;
        gap: 80px;
    }
}

@media (max-width: 990px) {
    .footer-nav_right {
        display: flex;
        gap: 40px;
    }
}

@media (max-width: 875px) {
    .header {
        padding: 1rem;
        flex-direction: column;
    }
}

@font-face {
    font-family: SemiBold;
    font-style: normal;
    font-weight: 100 900;
    src: url('/assets/fonts/Semi Bold.woff2') format('woff2');
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/assets/fonts/regular.woff2') format("woff2");
}

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/assets/fonts/regular.woff2') format("woff2");
}

:root {
    --blue: #3F25FF;
    --18px: 18px;
    --16px: 16px;
}