.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 2px solid var(--burgundy);
    background: var(--burgundy);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arsenal';
    height: 54px;
    width: 100%;
    border-radius: 60px;
    cursor: pointer;
}
.contour_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 2px solid var(--burgundy);
    background: transparent;
    color: var(--burgundy);
    font-size: 20px;
    font-weight: 700;
    font-family: 'Arsenal';
    height: 54px;
    width: 100%;
    border-radius: 60px;
    cursor: pointer;
}
.underline_btn {
    transition: all .3s ease;
    border-bottom: 1px solid var(--orange);
    color: var(--orange);
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    cursor: pointer;
    user-select: none;
}
.button--blick{
    position: relative;
    overflow: hidden;
}
.button--blick:after{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
picture {
    display: flex;
}

/* BREADCRUMBS */
.breadcrumbs {
    margin: 16px 0;
    overflow-x: auto;
    overflow-y: hidden;
}
.breadcrumbs__item {
    margin: 0;
    font-size: 16px;
    white-space: nowrap;
    color: #3b091499;
}
.breadcrumbs__item a {
    color: var(--burgundy);
}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    padding: 0 8px;
    content: url(../images/breadcrumb.svg);
    top: 4px;
    position: relative;
}
.product_breadcrumbs {
    position: absolute;
    z-index: 50;
    width: 100%;
}

.light-breadcrumb .breadcrumbs__item {
    color: #ffffffcc;
}
.light-breadcrumb .breadcrumbs__item a {
    color: #fff;
}
.light-breadcrumb.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    filter: invert(1)
}

/* Header Footer */
.header {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 12px 0px #00051A14;
    z-index: 100;
}
.menu_group__list {
    margin: 0;
    display: flex;
    list-style: none;
}
.header__menu {
    max-width: 520px;
    width: 100%;
}
.menu_group--header {
    width: 100%;
}
.menu_group__item {
    margin: 0;
}
.menu_group--header .menu_group__item:not(:last-child) {
    flex-grow: 1;
}
.header_informers__item {
    background: var(--orange);
    height: 54px;
    display: flex;
    min-width: 165px;
    border-radius: 100px;
    color: #fff;
}
.header_cart_link {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.cart_icon_info {
    width: 54px;
    height: 54px;
    background: #F18A00;
    border-radius: 50%;
    transition: all .3s ease;
}
.cart_title {
    font-size: 11px;
    color: #FFFFFFD9;
}
.cart_total {
    font-weight: 700;
    line-height: 1.3;
}
.cart_informer_text {
    margin-left: 8px;
}
.menu_group__link {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    line-height: 1.3;
}
.logo__link {
    height: 50px;
}
.footer__copyright {
    background: #37160e;
    padding: 10px 0;
    margin-top: 60px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 10;
}
.footer {
    background: #2C0A01;
    padding-top: 60px;
    overflow: hidden;
}
.mobile_menu {
    position: fixed;
    height: calc(100vh - 66px);
    left: 0;
    top: 66px;
    width: 100%;
    max-width: 85vw;
    z-index: 99;
    background: #FFFFFF;
    transition: all .3s ease;
    transform: translateX(-100%);
    padding: 20px 0;
    overflow: auto;
}
.mobile_menu.visible {
    transform: translateX(0);
}
.payment_content {
    gap: 20px;
}
.payment_content_item {
    width: fit-content;
    height: 100%;
}
.payment_content_item img {
    padding: 0 10px;
    max-height: 20px;
}
.footer_bottom {
    opacity: .8;
}
.powered a {
    font-weight: 700;
}
.menu_group--footer {
    flex-direction: column;
    gap: 10px;
}
.menu_group--footer .menu_group__link {
    padding: 0;
    color: #fff;
}
.footer-contact__section {
    gap: 10px;
    color: #fff;
}
.footer-contact__section svg {
    flex-shrink: 0;
}
a.footer-contact__section span, a.menu_group__link span {
    position: relative;
}
a.footer-contact__section span::after,
a.menu_group__link span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    height: 1px;
    transition: all .3s ease;
}
.menu_group--header a.menu_group__link span::after {
    background: var(--burgundy);
}
.footer__contact_item:not(:last-child), .phones_list {
    margin-bottom: 20px;
}
.footer_slogan {
    color: #FFFFFF99;
    font-size: 16px;
    max-width: 270px;
    text-align: center;
    margin-top: 20px;
}
.footer_logo .logo__link {
    height: 70px;
}
.footer__social {
    margin-top: 20px;
    gap: 14px;
}
.social__link {
    color: var(--orange);
}
.footer_kapibara {
    position: absolute;
    right: 100px;
    bottom: -60px;
    display: flex;
    width: 150px;
}
.footer_kapibara img {
    transition: all .3s ease;
}
.padding-block {
    padding: 100px 0 80px;
    background: linear-gradient(180deg, rgba(255, 206, 83, 0.2) 0%, rgba(255, 206, 83, 0.25) 34.97%, rgba(255, 206, 83, 0.7) 73.18%);
    position: relative;
}
.main_description {
    max-width: 1020px;
}
.about_us-block::before {
    content: url(../images/kapibara-bg.png);
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    top: 0;
}
.wave_orange_bg {
    position: absolute;
    width: 900px;
    top: -40px;
    left: calc(50% - 450px);
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    background-image: url(../images/wave-orange.svg);
}

/* MAIN PAGE */
.banner_main_ttl {
    margin-bottom: 40px;
    line-height: 1.1;
}
.banner_main_description {
    font-size: 22px;
    margin-bottom: 40px;
}
.banner_main_wrp {
    height: 100vh;
    position: relative;
}
.banner_main_wrp::before {
    content:'';
    position: absolute;
    width: 100%;
    height: 70%;
    background: #FFCE53;
}
.banner_content_text {
    width: 49%;
}
.banner_content_text:not(.animated) {
    transform: translateX(-200%);
}
.main_banner_image:not(.animated) {
    transform: translateX(200%);
}
.main_banner_image {
    width: 46%;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.main_banner_item {
    width: 100%;
    position: relative;
    z-index: 10;
}
.main_banner_item::before {
    content: url(../images/kapibara-bg.png);
    position: absolute;
    width: auto;
    height: auto;
}
.main_banner_img_content {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.banner_main_link {
    max-width: 250px;
}
.banner_main_links {
    gap: 24px;
}

.books_container {
    background: linear-gradient(0deg, rgba(255, 206, 83, 0.05) 0%, rgba(255, 206, 83, 0.25) 34.97%, #FFCE53 73.18%);
    padding-top: 330px;
    margin-top: -330px;
    position: relative;
}
.books_block {
    max-width: 850px;
    margin: 0 auto;
}
.title-center {
    text-align: center;
}
.wave_bg {
    position: absolute;
    width: 900px;
    top: 200px;
    left: calc(50% - 450px);
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
    background-image: url(../images/wave.svg);
}
.block__header {
    max-width: 860px;
    margin: 0 auto;
}
.fag-block {
    background-image: url(../images/capibara-faq-bg.jpg);
    margin-top: 80px;
}
.bg-block-image {
    background-position: bottom center;
    padding: 100px 0;
    background-repeat: no-repeat;
    position: relative;
}
/* .fag-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    height: 280px;
} */
.cooperation-block {
    padding: 90px 0;
    background: linear-gradient(93.67deg, #370000 10.83%, #884001 100.23%);
}
.cooperation-content {
    border: 1px solid #FFFFFF4D;
    background: #FFFFFF0F;
    border-radius: 30px;
    padding: 55px 96px 45px;
    max-width: 1050px;
    margin: 0 auto;
    color: #fff;
    position: relative;
}
.cooperation_btn {
    margin: 40px auto 0;
    background: var(--orange);
    max-width: 325px;
    border-color: var(--orange);
}
.cooperation_icon {
    border-radius: 50%;
    border: 6px solid #581A01;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    background: #581A01;
}
.cooperation_icon picture {
    width: 60px;
}
.cooperation_block_description {
    opacity: .85;
}

/* Product List */
.product_preview_bottom {
    background: #FFFFFF4D;
    border-radius: 24px;
    backdrop-filter: blur(11px);
    box-shadow: 0px 4px 23px 0px #3B054C33;
    padding: 30px 20px;
    max-width: 48%;
}
.product_preview_bottom:not(.animated) {
    opacity: 0;
}
.product_list_item:nth-child(even) .product_preview_link {
    flex-direction: row-reverse;
}
.product_list_item:nth-child(even) .product_preview_bottom {
    color: #fff;
}
.product_list_item:nth-child(even) .features_dash {
    border-bottom: 1px dashed #fff;
}
.product_cart_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.product_preview {
    padding: 100px 0;
    position: relative;
    z-index: 10;
}
.product_preview__name_link {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    padding-left: 16px;
}
.product_preview_author {
    font-size: 26px;
    margin-bottom: 10px;
    padding-left: 16px;
}
.product_preview_annotation {
    line-height: 1.3;
    padding-left: 16px;
    margin-bottom: 24px;
}
.product_preview_annotation p:first-child {
    margin-bottom: 10px;
}
.product_preview_annotation p:last-child {
    padding-right: 12px;
}
.product_button {
    height: 54px;
    background: var(--orange);
    border-color: var(--orange);
    max-width: 325px;
}
.price {
    font-size: 35px;
    font-weight: 700;
}
.price_preview_title {
    font-weight: 700;
    margin-top: 10px;
}
.product_preview__prices {
    gap: 10px;
    margin-bottom: 24px;
    padding-left: 16px;
}
.product_preview_features {
    margin-bottom: 24px;
    padding-left: 16px;
}
.product_preview_features_list {
    margin: 0;
    list-style: none;
    max-width: 430px;
}
.product_preview_features_list li {
    margin-bottom: 8px;
    padding: 0;
    overflow: hidden;
    opacity: .8;
}
.product_preview_features_list .features__wrap {
    width: 100%;
    gap: 10px;
}
.features__name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 300px;
    white-space: unset !important;
    font-size: 18px;
}
.features_dash {
    width: 100%;
    border-bottom: 1px dashed #3B0914;
    position: relative;
    display: block;
    bottom: -5px;
    opacity: .25;
}
.features__value {
    width: 160px;
    flex-shrink: 0;
    font-size: 18px;
    white-space: unset;
}
.product_preview_annotation strong {
    display: flex;
    border-radius: 40px;
    color: #2E2E2E;
    opacity: .8;
    padding: 10px 16px;
    margin-left: -16px;
}
.product_preview__image {
    width: 32.5%;
    margin-left: -60px;
    z-index: 10;
    position: relative;
}
.product_preview__image:not(.animated) {
    transform: translateX(150%);
}
.product_list_item:nth-child(even) .product_preview__image:not(.animated) {
    transform: translateX(-150%);
}
.product_preview__image picture {
    width: 100%;
}
.product_list_item:nth-child(even) .product_preview__image {
    margin-right: -20px;
    margin-left: 0;
}
.product_preview__image::after {
    content: '';
    position: absolute;
    width: 150%;
    background-size: contain;
    height: 150%;
    background-position: center;
    left: -20%;
    top: -25%;
    z-index: -1;
    background-repeat: no-repeat;
}
.product_preview_1370 .product_preview__image::after {
    background-image: url(../images/book-bg1.png);
}
.product_preview_1371 .product_preview__image::after {
    background-image: url(../images/book-bg2.png);
}
.product_preview_1372 .product_preview__image::after {
    background-image: url(../images/book-bg3.png);
}
.product_list_item:nth-child(even) .product_preview__image::after {
    left: -35%;
}
.product_list_item {
    position: relative;
}
.product_list_bg {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: inherit;
}
.products_list {
    position: relative;
}
.products_list::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 700px;
    background: linear-gradient(0deg, rgba(255, 252, 243, 0) 58.74%, #FFFCF4 98.77%);
}
.products_list::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 280px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.product_list_item:last-child .product_preview{
    padding: 100px 0 200px;
}

/* Product slider */
.product_slider_preview {
    border-radius: 20px;
    box-shadow: 0px 3px 14px 0px #001D481A;
    height: 100%;
    transition: all .3s ease;
}
.product_preview_slider_link {
    padding: 30px 12px;
    height: 100%;
    justify-content: flex-start;
}
.product_preview_slider_name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
    line-height: 1;
}
.product_preview_slider_author {
    font-size: 18px;
    margin-top: auto;
}
.products_slider_list {
    padding: 40px 16px;
}
.product_preview_slider_image {
    max-height: 335px;
    min-height: 335px;
    margin-bottom: 16px;
}
.product_preview_slider_image img{
    height: 100%;
}
.products_slider_list .swiper-wapper {
    align-items: stretch;
}
.products_slider_list .product_item {
    height: unset;
}

/* PRODUCT PAGE */
.product_page_flex {
    background: #fff;
    box-shadow: 0px 0px 20px 0px #09314B24;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 60px;
    margin-top: -30vh;
}
.product-page__details {
    width: 60%;
}
.product-page__gallery {
    width: 38%;
}
.product-page__image {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.product-page__img {
    padding: 0;
    width: 100%;
}
.gallery_image a, .product-page__no_image {
    min-height: 400px;
    max-height: 490px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.gallery_image picture {
    height: auto;
    max-height: 100%;
}
.gallery_image img, .product-page__images-item img {
    object-fit: contain;
}
.product-page__no_image img {
    height: 100%;
}
.product-page__images {
    padding-top: 24px;
    padding-right: 1px;
    width: 100%;
}
.product-page__images-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease-out;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    aspect-ratio: 1 / 1;
    max-height: 85px;
    max-width: 88px;
}
.product-page__images-item picture {
    padding: 5px;
    height: 100%;
}
.swiper-slide-thumb-active {
    border-color: var(--orange);
}
.delivery_payment_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    border: 1px solid #EEE9D6;
    padding: 20px 30px;
    border-radius: 20px;
}
.delivery_payment_title {
    margin-bottom: 12px;
    gap: 10px;
    font-weight: 700;
}
.delivery_item ul, .payment_item ul {
    margin: 0 0 0 30px;
}
.delivery_item li, .payment_item li {
    margin: 0 0 4px 0;
}
.product_content_item:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EEE9D6;
}
.product_content_item .block__title {
    margin-bottom: 30px;
}
.product_content_item .features {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}
.light-title {
    color: #fff;
}
.product_content_item .features li {
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
    display: flex;
}
.product_content_item .features__wrap {
    width: 100%;
    gap: 10px;
}
.product_content_item .features__name, .product_content_item .features__value {
    font-size: 20px;
}
.product_content_item .features__value {
    width: 320px;
}
.features_hidden ul {
    margin: 0;
    width: 100%;
}
.product_content_item .features li.features_hidden {
    display: none;
    padding-left: 0;
    margin: 0;
}
.details_prod_item {
    border: 1px solid #EEE9D6;
    background: #FFF9E9;
    border-radius: 20px;
    padding: 30px 32px;
    gap: 40px;
    margin-bottom: 24px;
}
.details_boxed__price {
    font-size: 40px;
    font-weight: 700;
    gap: 7px;
}
.details_boxed__price .currency{
    font-size: 28px;
    margin-top: 10px;
}
.details_boxed__prices {
    gap: 24px;
    font-size: 22px;
}
.details_price_ttl {
    margin-bottom: 7px;
}
.amount {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFFFFFB2;
    border-radius: 45px;
    border: 1px solid #EEE9D6;
    height: 54px;
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 130px;
    max-width: 130px;
    overflow: hidden;
    box-shadow: 0px 2px 16px 0px #846D0E33;
}
.amount__plus, .amount__minus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    font-size: 36px;
    height: 49px;
    color: var(--orange);
    transition: all .3s ease;
}
.amount__input {
    border: 0 none;
    display: block;
    width: calc(100% - 80px);
    text-align: center;
    font-weight: 700;
    padding: 0;
    font-size: 20px;
    height: 52px;
    background: transparent;
}
.mobile_product_button {
    width: 100%;
    max-width: 260px;
}
.product-page__button:not(.product-page__button--preorder) {
    background: var(--orange);
    border-color: var(--orange);
}
.product-page__button--preorder {
    cursor: default;
}
.available__in_stock, .available__preorder {
    font-weight: 700;
    font-size: 16px;
    color: #4DAD67;
    gap: 10px;
}
.available__preorder { 
    color: var(--burgundy);
}
.rating_value {
    gap: 7px;
    padding-right: 14px;
    border-right: 1px solid #00000024;
}
.rating_starOff, .rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
    display: block;
    background-position: left bottom;
}
.rating_text, .product_sku {
    font-size: 16px;
}
.comments_value {
    padding-left: 14px;
    gap: 7px;
    font-size: 16px;
}
.product_sku_value {
    font-weight: 700;
}
.comment_form {
    background: #FFF9E9;
    border: 1px solid #EEE9D6;
    border-radius: 20px;
    padding: 20px 24px;
}
.form_product_title {
    font-weight: 700;
    margin-bottom: 24px;
}
.form_comment_center {
    font-size: 16px;
    margin-bottom: 20px;
    gap: 20px;
}
.no_comments_bl {
    color: #9F9F9F;
    margin-bottom: 24px;
    font-size: 16px;
}
.product_description h2, .product_description .h2 {
    font-size: 22px;
    margin-bottom: 22px;
}
.form_btn_commnent {
    border-color: var(--orange);
    background: var(--orange);
    max-width: 260px;
    padding: 0;
}
.product_top_title {
    height: calc(95vh - 66px);
    position: relative;
}
.product_top_bg {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    border-radius: inherit;
}
.product_top_title::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    left: 0;
    height: 280px;
}
.product_heading {
    margin-bottom: 20px;
    text-align: center;
}
.product_page_author {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.product_page_annotation p:not(:first-child) {
    display: none;
}
.product_page_annotation strong {
    display: flex;
    border-radius: 40px;
    color: #2E2E2E;
    opacity: .8;
    padding: 10px 24px;
    margin: 0 auto;
    width: fit-content;
}
.product_page_annotation p:first-child {
    margin: 0;
}
.product_top_content {
    height: calc(65vh - 66px);
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}
.second-page {
    padding-top: 66px;
}
.comments_list {
    padding-top: 24px;
}
.comment__item:not(.admin_note) {
    border: 1px solid #EEEEEE;
    background: #FFFFFFFA;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #06003F1F;
    padding: 20px;
    margin-bottom: 16px;
}
.comment__header {
    margin-bottom: 10px;
}
.comment__name {
    font-weight: 700;
}
.comment__date {
    color: #9F9F9F;
    font-size: 16px;
    padding-right: 36px;
    margin-left: auto;
}
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}
.admin_note {
    padding: 24px 0 0 16px;
}
.product_images_boxed {
    position: sticky;
    top: 80px;
}


/* CART */
.second-page_block {
    margin-bottom: 100px;
}
.cart_left_block {
    width: calc(100% - 630px);
}
.cart_right_block {
    border: 1px solid #EEE9D6;
    border-radius: 20px;
    background: #FFF9E9;
    padding: 20px;
    max-width: 590px;
    width: 100%;
    height: fit-content;
    position: sticky;
    top: 100px;
}
.form_cart {
    border: 1px solid #F1F1F1;
    border-radius: 30px;
    box-shadow: 0px 3px 14px 0px #001D481A;
    background: #FFFFFFFA;
    padding: 20px;
    margin-bottom: 30px;
}
.form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.delivery__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    gap: 10px;
    cursor: pointer;
}
.delivery__description {
    font-size: 16px;
    color: #555555;
    line-height: 1.4;
    margin-left: 34px;
}
.novaposhta_types_inputs {
    margin: 16px 0;
}
.delivery_label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    cursor: pointer;
}
.checkbox__icon {
    color: var(--orange)
}
.payment_method__item, .delivery__item {
    margin-bottom: 24px;
}
.select2-results__option {
    margin: 0;
}
.delivery_name {
    font-size: 20px;
    color: var(--burgundy);
}
.item-checkbox-label {
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.item-checkbox {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.item-checkbox-label .filter__checkbox {
    transition: border-color .3s;
    border-radius: 5px;
    border: 1px solid #9F9F9F;
    display: block;
    height: 24px;
    position: relative;
    left: 0;
    top: 0;
    width: 24px;
}
.item-checkbox-label .filter__checkbox svg {
    height: 22px;
    opacity: 0;
    width: 22px;
    transition: all .3s ease;
}
.item-checkbox-label input:checked+.filter__checkbox svg {
    opacity: 1;
}
.item-checkbox-label input:checked+.filter__checkbox {
    border-color: var(--orange);
    background: var(--orange);
}
.cart_block_ttl {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}
.cart_left_block .form__footer {
    margin-top: 24px;
}
.cart_left_block .form__footer .main_btn {
    max-width: 300px;
    width: 100%;
    border-color: var(--orange);
    background: var(--orange);
}
.cart_right_block .purchase__item 
{
    gap: 16px;
    display: grid;
    grid-template-columns: 120px auto 35px;
}
.cart_right_block .purchase__image, .user_order_block .purchase__image{
    max-width: 120px;
    aspect-ratio: 1 / 1;
    border: 1px solid #EDE1DE;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    grid-row-end: 3;
    grid-row-start: 1;
    justify-content: center;
}
.cart_right_block .purchase__image img {
    object-fit: contain;
}
.cart_right_block .purchase__content {
    width: 100%;
}
.cart_right_block .purchase__group {
    grid-column-start: 2;
}
.purchase__remove {
    border: 1px solid #EDE1DE;
    border-radius: 10px;
    width: 35px;
    height: 35px;
    grid-row-start: 1;
    grid-column-start: 3;
    transition: all .3s ease;
}
.cart_right_block .purchase__name_link {
    font-weight: 700;
    font-size: 22px;
}
.cart_right_block .purchase__group_title, .user_order_block .purchase__group_title {
    font-size: 14px;
    opacity: .6;
    margin-bottom: 3px;
}
.cart_right_block .purchase__price_content {
    font-weight: 700;
}
.cart_right_block .purchase__price_content .currency {
    font-size: 16px;
}
.cart_right_block .amount {
    min-width: 110px;
    max-width: 110px;
    height: 40px;
}
.cart_right_block .amount__plus, .cart_right_block .amount__minus {
    font-size: 32px;
    height: 35px;
}
.cart_right_block .amount__input {
    font-size: 16px;
    min-height: 38px;
    height: 38px;
}
.cart_right_block .purchase__item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE9D6;
}
.cart_right_block .purchase_price_details {
    margin-top: 30px;
}
.cart_right_block .purchase_detail__item{
    width: 100%;
    gap: 10px;
}
.purchase_detail__column_name {
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 300px;
    white-space: unset !important;
    font-weight: 400;
}
.purchase_detail__item .features_dash {
    bottom: -6px;
}
.purchase_detail__column_value {
    flex-shrink: 0;
    font-weight: 700;
    white-space: unset;
}
.purchase_detail__column_value .purchase_detail__price--total {
    font-size: 38px;
    margin-bottom: 16px;
}
.purchase_detail__price--total .currency {
    font-size: 30px;
}
.cart_right_block .purchase_detail {
    margin-top: 30px;
}
.coupon__group {
    position: relative;
}
.form__group--coupon {
    margin-bottom: 0;
        width: 100%;
}
.form__button--coupon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 65px 65px 0;
    max-width: 140px;
    font-size: 18px;
    height: 50px;
}
.purchase__remove svg {
    width: 30px;
    height: 30px;
    color: #ce0000
}
.checkbox__mark {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.checkbox__input:checked + * .checkbox__mark {
    opacity: 1;
    visibility: visible;
}

/* CART POPUP */
.fn__popup {
    background: #000000B2;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    backdrop-filter: saturate(180%) blur(7px);
}
.close_popup_bg {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.popup_cart_content {
    width: 100%;
    max-width: 710px;
    height: fit-content;
    max-height: 650px;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}
.block__title_popup {
    margin-bottom: 24px;
}
.btn_close_popup {
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.block__popup_cart {
    width: 100%;
    max-height: 380px;
    overflow-y: auto;
    padding-right: 10px;
}
.popup_cart_btns {
    gap: 16px;
    margin-top: 16px;
}
.purchase_popup_item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dfdfdfa3;
    gap: 20px;
    color: var(--body-text);
}
.purchase_popup_item:last-child {
    margin-bottom: 0;
}
.purchase_popup_item .purchase__image {
    max-width: 80px;
    aspect-ratio: 1 / 1;
    border: 1px solid #f1f0eb;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 5px;
}
.purchase_popup_item .purchase__content {
    gap: 5px;
    max-width: 380px;
}
.purchase_popup_item .purchase__price {
    margin: 0 20px 0 auto;
}
.purchase_popup_item .purchase__name {
    font-size: 24px;
    font-weight: 700;
}
.purchase_popup_item .purchase__price_content {
    font-size: 28px;
    font-weight: 700;
}
.purchase_popup_item .purchase__price_content .currency {
    font-size: 22px;
}
.popup_cart_btns a {
    max-width: 240px;
}
.popup_cart_btns .main_btn {
    border-color: var(--orange);
    background: var(--orange);
}
.popup_cart_btns .contour_btn {
    border-color: var(--orange);
    color: var(--orange);
}

.not_found__description {
    text-align: center;
}
.not_found_btns {
    gap: 24px;
    margin-top: 30px;
    width: 100%;
}
.not_found_btns a {
    max-width: 280px;
}

.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:26px;gap:26px}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}

/* FEEDBACK */
.contact_block {
    position: relative;
    max-width: 1020px;
    margin: 60px auto 0;
}
.form_contacts {
    width: 70%;
    border: 1px solid var(--orange);
    background: #FFF9E9;
    border-radius: 20px;
    padding: 50px 100px 50px 165px;
    position: relative;
    z-index: 0;
    min-height: 470px;
    justify-content: center;
}
.contacts_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 18px;
    width: 42%;
    position: absolute;
    left: 0px;
    z-index: 10;
}
.contact_bl_item {
    box-shadow: 0px 3px 14px 0px #001D481A;
    border: 1px solid var(--orange);
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}
.contacts_ttl {
    font-size: 24px;
    font-weight: 700;
}
.contact_block_title svg {
    color: var(--orange);
    width: 36px;
    height: 36px;
}
.contact_block_title {
    gap: 12px;
}
.contacts_content {
    margin-left: 48px;
}
.contacts_social {
    gap: 12px;
    margin-top: 6px;
}
.contacts_form_desc {
    font-weight: 700;
    margin-bottom: 24px;
}
.feedback_btn {
    border-color: var(--orange);
    background: var(--orange);
}
.page_about_content {
    max-width: 1020px;
}
.page_about_text {
    width: 65%;
}
.page_about_img {
    width: 33%;
}
.popup__heading {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.popup__description {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

/* ORDER */
.order_number {
    font-size: 42px;
}
.order_number span {
    color: var(--orange)
}
.block__title--order span {
    padding: 0 20px;
    border-right: 1px solid #EEE9D6;
    line-height: 1.75;
}
.block__title--order span:first-child {
    padding-left: 0;
}
.block__title--order span:last-child {
    border-right: none;
    padding-right: 0;
}
.sidebar_order_details {
    width: 40%;
    border: 1px solid #EEE9D6;
    height: fit-content;
    background: #FFF9E9;
    border-radius: 20px;
    padding: 25px;
    position: sticky;
    top: 100px;
}
.order_details {
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}
.details_item {
    gap: 10px;
}
.details_item .features_dash {
    bottom: -18px;
}
.details_value {
    width: unset !important;
    white-space: normal !important;
    max-width: 225px;
    hyphens: auto;
}
.details_name {
    font-weight: 700;
}
.user_order_block .purchase_detail {
    margin-top: 20px;
    border-top: 1px solid #EEE9D6;
    padding-top: 36px;
    width: 100%;
    height: fit-content;
}
.user_order_block .purchase_detail__item {
    width: 100%;
    gap: 10px;
    margin-bottom: 16px;
}
.purchase_detail__name--total {
    font-size: 20px;
    font-weight: 700;
}
.user_order_block .purchase_detail__price--total {
    color: var(--orange);
}
.user_order_block .block__header:not(.swiper_header) {
    margin-bottom: 30px;
    max-width: 100%;
}
.user_order_block .purchase__item {
    display: grid;
    gap: 16px;
    grid-template-columns: max-content auto;
}
.user_order_block .purchase__image {
    max-width: 100px;
}
.user_order_block .purchase__content {
    width: 100%;
}
.user_order_block .purchase__name_link {
    font-weight: 700;
}
.user_order_block .purchase__group {
    max-width: 400px;
    width: 100%;
}
.user_order_block .purchase__price .purchase__price_content, .user_order_block .purchase__amount_value {
    font-weight: 700;
}
.user_order_block .purchase__price_content {
    font-weight: 700;
}
.order_bottom_text {
    background: #f9f9f9;
    padding: 24px;
    border-radius: 20px;
    margin-top: 36px;
    line-height: 1.5;
}
.user_order_block {
    width: 57%;
}
.order_payment_ttl input {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: 2px solid #4DAD67;
    background: #4DAD67;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    min-width: 300px;
    padding: 0 25px;
    border-radius: 60px;
    cursor: pointer;
    min-height: 40px;
    margin-bottom: 30px
}

.gallery-thumbs:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:0;gap:0}
.gallery-thumbs:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+11){display:none}

.featured-books-block, .banner_main_wrp {
    overflow: hidden;
}
.no_bg_image {
    background: linear-gradient(180deg, rgba(254, 119, 0, 0.22) 0%, rgba(255, 230, 3, 0.24) 93.56%);
    opacity: 1;
}