@font-face {
    font-family: 'Nozhik';
    src: url('../fonts/NozhikBold.eot');
    src: url('../fonts/NozhikBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NozhikBold.woff2') format('woff2'),
        url('../fonts/NozhikBold.woff') format('woff'),
        url('../fonts/NozhikBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('../fonts/TildaSans-Regular.eot');
    src: url('../fonts/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TildaSans-Regular.woff2') format('woff2'),
        url('../fonts/TildaSans-Regular.woff') format('woff'),
        url('../fonts/TildaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('../fonts/TildaSans-Semibold.eot');
    src: url('../fonts/TildaSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TildaSans-Semibold.woff2') format('woff2'),
        url('../fonts/TildaSans-Semibold.woff') format('woff'),
        url('../fonts/TildaSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('../fonts/TildaSans-Bold.eot');
    src: url('../fonts/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TildaSans-Bold.woff2') format('woff2'),
        url('../fonts/TildaSans-Bold.woff') format('woff'),
        url('../fonts/TildaSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('../fonts/TildaSans-Medium.eot');
    src: url('../fonts/TildaSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TildaSans-Medium.woff2') format('woff2'),
        url('../fonts/TildaSans-Medium.woff') format('woff'),
        url('../fonts/TildaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Regular.eot');
    src: url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Involve-Regular.woff2') format('woff2'),
        url('../fonts/Involve-Regular.woff') format('woff'),
        url('../fonts/Involve-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Medium.eot');
    src: url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Involve-Medium.woff2') format('woff2'),
        url('../fonts/Involve-Medium.woff') format('woff'),
        url('../fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Bold.eot');
    src: url('../fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Involve-Bold.woff2') format('woff2'),
        url('../fonts/Involve-Bold.woff') format('woff'),
        url('../fonts/Involve-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
    --main-color: #FFBF2C;
    --primary-color: #FF440B;
    --font-color: #362319;
}
body{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Involve", sans-serif;
    background-color: var(--main-color);
    overflow-x: hidden;
    color: var(--font-color);
}

ul, ol{
    padding: 0;
    margin: 0;
}
p{
    margin: 0;
}
.container{
    max-width: 1680px;
}
.nozhik{
    font-family: "Nozhik", sans-serif;
}
header a{
    color: var(--font-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    transition: .25s ease-in-out;
    text-decoration: none;
}
.header__inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.header__inner-left ul{
    display: flex;
    gap: 30px;
    list-style: none;
}
a.logo{
    font-family: "Nozhik", sans-serif;
    font-size: 4rem;
    color: #FFBE00;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -webkit-text-stroke: 2px black;
    text-shadow: 2px 3px 0 #000;
}
.header__inner-right{
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
}
.menu-btn{
    display: none;
}
.main-banner{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 721px;
}
h1{
    font-family: "Nozhik", sans-serif;
    font-size: 230px;
    line-height: 130%;
    letter-spacing: -2%;
    text-transform: uppercase;
    text-align: center;
    color: #FFBE00;
    
}
.main-banner h1{
    text-shadow: 2px 3px 0 #000;
    -webkit-text-stroke: 2px black;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.58em;
}
.main-banner img{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -55px;
}
.under-main__title{
    margin-top: 2em;
    font-family: "Tilda Sans", sans-serif;
    color: var(--font-color);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -2px;
    font-size: 40px;
    font-weight: bold;
    line-height: 78%;
}
h2{
    font-family: "Nozhik", sans-serif;
    font-size: 200px;
    line-height: normal;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #FF440B;
    text-shadow: 2px 1px #000;
}
section.about-us{
    margin-top: 8em;
    position: relative;
}
.title-bold{
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    letter-spacing: -2px;
    line-height: 78%;
    font-size: 40px;
    font-weight: bold;
}
p{
    font-size: 24px;
    color: var(--font-color);
    line-height: 125%;
    margin-top: 15px;
    font-weight: normal;
}
.about-us__blocks{
    display: flex;
    justify-content: start;
    gap: 15px;
    margin-top: 2em;
}
.read-btn{
    width: 179px;
    height: 179px;
    box-shadow: 5px 2px 2px 3px var(--font-color);
    background-color: #FFE8D4;
    text-align: center;
    border-radius: 50%;
    font-family: "Tilda Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    display: block;
    color: var(--font-color);
    text-decoration: none;
    padding-top: 1.75em;
    cursor: pointer;
    transition: .25s ease-in-out;
}
.read-btn:hover{
    color: #fff;
    background-color: #FF440B;
}
.red-border {
    height: 1000px;
    position: absolute;
    width: 100%;
    top: 71%;
    z-index: -1;
    background-repeat: no-repeat;
}

.red-border{
    /* background-color: #FF440B;
    gap: 30px;
    padding: 10px 10px 15px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 120%;
    transform: rotate(16.64deg);
    left: -10%;
    right: 0;
    overflow: hidden;
    z-index: 1;
    bottom: -14em; */
}
.red-border p{
    /* font-family: "Involve", sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase; */
}
.red-border img{
    /* position: relative;
    top: 3px; */
}
.about-us__image{
    position: relative;
    top: 14em;
    z-index: 2;
}
.comics-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 1.5em;
}
.about-us__bottom-text{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: center;
}
.hover-img{
    display: none;
}
.about-us__under{
    margin-top: 8%;
}
.about-us__under#ourComics{
    margin-top: 30%;
}
.image-trigger{
    width: 100%;
}
h3{
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: var(--font-color);
}
.about-us__bottom-text p, .about-us__two{
    margin-top: 0px;
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-size: 40px;
    line-height: 78%;
    letter-spacing: -1px;
    font-weight: bold;
}
.about-us__two{
    position: relative;
    top: -14px;
}
.comics-card .title{
    font-family: "Tilda Sans", sans-serif;
    font-size: 32px;
    line-height: 78%;
    letter-spacing: -1px;
    margin: 15px 0;
    font-weight: bold;
}
.page-count{
    font-family: "Tilda Sans", sans-serif;
    line-height: 78%;
    letter-spacing: -1px;
    font-style: 100;
    font-size: 24px;
    font-weight: 500;
}
.comics-card__link{
    display: block;
    margin-top: 25px;
    text-decoration: none;
}
.comics-card__link span{
    font-family: "Tilda Sans", sans-serif;
    color: #DF3C0A;
    font-size: 24px;
    display: block;
    line-height: 78%;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
}
.small-gallery-swiper img{
    width: 185px;
    height: 300px;
}
.gallery-section{
    margin-top: 4em;
    position: relative;
    z-index: 1;
}
.gallery-section .container{
    max-width: 100%;
}
.gallery-section a.undertitle{
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 100%;
    max-width: 405px;
    font-weight: bold;
        position: absolute;
    top: -225px;
  text-decoration: none;
  text-transform: uppercase;
}
.gallery-wrapper{
    text-align: right;
    max-width: calc(1680px / 2);
    margin-left: auto;
    margin-top: 14.5em;
}
.gallery-wrapper img{
    width: 100%;
}
.gallery-swiper__arrows{
    display: flex;
    font-family: "Tilda Sans", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    gap: 20px;
    min-width: 280px;
    align-items: end;
    font-weight: bold;
}
.gallery-swiper__arrows .swiper-button-disabled{
    opacity: 0.5;
}
.small-gallery-swiper{
    margin-top: 4.5em;
    width: 970px;
}

.small-gallery-swiper .swiper-slide{
    width: 185px;
    height: 300px;
}
.our-target__red-line{
    background-image: url(../images/red-border2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.our-target__red-line{
    /* background-color: #FF440B;
    gap: 30px;
    padding: 10px 10px 15px;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 12%);
    transform: rotate(-30deg);
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    bottom: 16em; */
    position: absolute;
    height: 1500px;
    width: 100%;
    top: -13%;
    left: 0; 
    background-size: cover;  
}

.our-target__red-line p {
    /* font-family: "Involve", sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase; */
}
section.our-target{
    position: relative;
    margin-top: 6em;
}
.our-target__title{
    font-family: "Nozhik", sans-serif;
    font-size: 75px;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 86%;
    text-shadow: 2px 3px #000;
    color: #FF440B;
}
.our-target__undertitle{
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 78%;
    margin: 20px auto;
    max-width: 54%;
    font-weight: bold;
}
a.buy-btn{
    color: var(--font-color);
    border-radius: 10000px;
    box-shadow: 1px 1px 2px 5px var(--font-color);
    background-color: #FFE8D4;
    font-family: "Tilda Sans", sans-serif;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 78%;
    display: block;
    max-width: 405px;
    width: 100%;
    padding: 26px 0;
    text-decoration: none;
    transition: .25s ease-in-out;
    position: relative;
    z-index: 1;
}
a.buy-btn:hover{
    color: #fff;
    background-color: #FF440B;
}
footer{
    background-color: #FF440B;
    padding: 4em 0 2em;
    position: relative;
    z-index: 1;
}
.footer-title{
    font-family: "Nozhik", sans-serif;
    font-size: 96px;
    letter-spacing: -1px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFBE00;
    text-shadow: 2px 6px 5px #000;
    text-align: center;
    margin-bottom: 40px;
}
footer ul{
    display: flex;
    justify-content: space-between;
    border-top: 4px solid #FFBF2C;
    border-bottom: 4px solid #FFBF2C;
    padding: 17px 0 15px;
    list-style: none;
}
footer ul a{
    color: #FFBF2C;
    text-transform: uppercase;
    font-family: "Involve",sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -1px;
    text-decoration: none;
    transition: .25s ease-in-out;
}
footer ul a:hover{
    color: var(--font-color);
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 130%;
    padding: 25px 0 15px;
}
.footer-bottom a{
    color: var(--font-color);
    text-decoration: none;
}


.image-container {
  position: relative;
  display: inline-block;
}

.image-trigger {
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  cursor: pointer;
}

.hover-image {
  display: none;
  position: absolute;
  top: -20%;
  left: 0;
  margin-left: 10px;
  width: 140%;
  height: 100%;
  border: 1px solid #ccc;
  z-index: 2;
}

.image-container:hover .hover-image {
  display: block;
}
.swiper-button-next.sbn{
    display: none;
}
.swiper-button-prev.sbp{
    display: none;
}
.small-gallery__inner{
    display: flex;
    position: relative;
    margin-top: 16.6em;
    
}
.s-button-prev, .s-button-next{
    cursor: pointer;
}
.header-mobile__menu{
    display: none;
}
.about-us__three{
    display: none;
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 78%;
    letter-spacing: -1px;
}
.gallery-section-mobile{
    display: none;
}
.mobile-menu{
    left: -100%;
    width: 0;
    opacity: 0;
    max-height: 500px;
    background-color: #FF440B;
    padding: 15px;
    transition: .25s ease-in-out;
    position: fixed;
    top: 0;
    z-index: -10;
}
.mobile-menu.active{
    left: 0;
    z-index: 10;
    opacity: 1;
    width: 100%;
}
.mobile-menu__list ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-top: 4px solid #FFBF2C;
    border-bottom: 4px solid #FFBF2C;
    padding: 17px 0 15px;
    list-style: none;
    font-size: 16px;
}
.mobile-menu__list ul a{
    color: #FFBF2C;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.mobile-menu a.logo{
    text-decoration: none;
}
.mobile-menu__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu__list{
    margin: 30px 0;
}
.mobile-menu__btns{
    display: flex;
    gap: 15px;
}
.mobile-menu__bottom{
    margin-top: 6em;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 130%;
    padding: 25px 0 15px;
    text-align: center;
}
.mobile-menu__bottom a{
    color: var(--font-color);
    text-decoration: none;
    font-size: 16px;
}
.hover-img img{
    width: 100%;
}
.card-red-line {
    overflow: hidden;
    background: #FF440B;
    padding: 15px 0 25px;
}

.card-red-line__wrapper {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 50px;

    /* Анимация бесконечного движения */
    animation: marquee 20s linear infinite;
}

.line {
    display: flex;
    align-items: center;
    gap: 50px;
    font-family: "Involve", sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}
    
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.card-red-line__wrapper p{
    font-weight: bold;
    margin-bottom: 0;
}
a.to-main-link{
    display: block;
    margin-top: 4em;
    margin-bottom: 1em;
    text-decoration: none;
}
a.to-main-link span{
    font-family: "Tilda Sans", sans-serif;
    color: #DF3C0A;
    font-size: 24px;
    display: block;
    line-height: 78%;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 500;
}
.card-main-danger{
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 1em;
}
a.default-btn{
    background-color: #FFBF2C;
    color: var(--font-color);
    box-shadow: 1px 3px 5px 5px var(--font-color);
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 78%;
    letter-spacing: -1px;
    border-radius: 10000px;
    text-decoration: none;
    padding: 25px 0 25px;
    display: block;
    width: 100%;
    border: 1px solid var(--font-color);
    transition: .25s ease-in-out;
}
a.default-btn:hover{
    background-color: #fff;
}
.card-section a.default-btn{
    box-shadow: 1px 1px 1px 6px var(--font-color);
}
h1.card-title{
    color: var(--font-color);
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    line-height: 98%;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: none;
    text-align: left;
}
.card-info-list{
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 2.5em 0;
    line-height: 101%;
}
.card-info-item{
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.card-info-item span{
    
    font-weight: bold;
}
.card-info-item p{
    font-weight: 600;
    text-transform: uppercase;
}
.card-info-item a{
    color: #FF440B;
    text-decoration: none;
    font-weight: 600;
}
a.default-btn.fragment-btn{
    max-width: 375px;
}
.wc-empty-cart-message .woocommerce-info{
    background-color: transparent;
}
.wc-empty-cart-message{
    font-family: "Nozhik", sans-serif;
    font-weight: bold;
    font-size: 96px;
    line-height: 130%;
    color: #FF440B;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
    text-align: center;
    margin-top: 3em;
}
.card-content-about{
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2.5em;
    margin-bottom: 25px;
}
.card-content p{
    font-family: "Tilda Sans", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 106%;
    
}
.danger-link{
    color: #FF440B;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}
.return-to-shop a.button.wc-backward{
    background-color: #FF440B;
    border-radius: 10000px;
    box-shadow: 2px 3px 5px 4px var(--font-color);
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    color: var(--font-color);
    display: block;
    text-decoration: none;
    margin: 1em auto 10em;
    transition: .25s ease-in-out;
    border: 4px solid var(--font-color);
    max-width: 375px;
}
.woocommerce-message{
    display: none;
}
.related.products{
    display: none;
}

.card-content .comics-card__link span{
    font-size: 20px;
    font-weight: 600;
}
.card-content .comics-card__link{
   text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
.card-content .comics-card__link img{
    width: 190px;
}
.card-other-products{
    margin: 6em 0;
}
.card-other-products__title{
    font-family: "Tilda Sans", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 101%;
    color: var(--font-color);
    margin-bottom: 20px;
    font-weight: 600;
    color: #DF3C0A;
}
.card-other-products .comics-list{
    grid-template-columns: repeat(2, 1fr);
}
.card-other-products .comics-card .title{
    font-size: 24px;
}
.card-other-products .page-count{
    font-size: 20px;
    
}
.card-other-products .comics-card__link span{
    font-size: 20px;
}
.card-prices{
    display: flex;
    gap: 30px;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    line-height: 78%;
    font-weight: bold;
    align-items: baseline;
}
.card-prices__current{
    font-size: 64px;
    color: var(--font-color);
}
.card-prices__old{
    font-size: 40px;
    color: #856022;
    text-decoration: line-through;
}
.card-action-btn{
    background-color: #FF440B;
    border-radius: 10000px;
    box-shadow: 2px 3px 5px 4px var(--font-color);
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    color: var(--font-color);
    display: block;
    text-decoration: none;
    margin: 2em 0 1em;
    transition: .25s ease-in-out;
    border: 4px solid var(--font-color);
}
.card-action-btn:hover{
    background-color: #fff;
    color: var(--font-color);
}
.card-action-btn__top{
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.card-action-btn__bottom{
    font-size: 16px;
    font-weight: normal;
}
a.card-add2cart{
    background-color: #FFE8D4;
    border-radius: 10000px;
    box-shadow: 2px 3px 5px 4px var(--font-color);
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    color: var(--font-color);
    display: block;
    text-decoration: none;
    margin: 30px 0;
    transition: .25s ease-in-out;
    border: 4px solid var(--font-color);
    font-size: 32px;
    letter-spacing: -1px;
}
a.card-add2cart:hover{
    background-color: transparent;
}
.card-about-field{
    background-color: transparent;
    border-radius: 40px;
    box-shadow: 2px 3px 1px 4px var(--font-color);
    width: 100%;
    padding: 25px 25px;
    text-align: left;
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--font-color);
    text-decoration: none;
    margin: 30px 0;
    border: 4px solid var(--font-color);
    letter-spacing: -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.card-about-field__title{
    text-transform: uppercase;
    line-height: 101%;
}   
.card-about-field__text{
    line-height: 78%;
}
.card-mobile-visible{
    display: none;
}
.card-action-btn.active{

}
.modal-content{
    top: 8em;
    padding: 3em;
    background-color: #FFBF2C;
    box-shadow: 1px 4px 4px 5px var(--font-color);
    border-radius: 40px;
}
.modal-content {

}
.modal-close-btn{
    cursor: pointer;
    position: absolute;
    right: -5em;
    top: -4em;
}
.modal-header{
    border: none;
}
.modal-dialog{
    max-width: 1114px;
    width: 100%;
}
a.default-btn.modal-fragment-btn{
    background-color: #fff;
    max-width: 320px;
    margin-top: 2em;
}
a.default-btn.modal-fragment-btn:hover{
    background-color: transparent;
}
.card-modal-title{
    font-family: "Tilda Sans", sans-serif;
    font-size: 32px;
    color: var(--font-color);
    text-transform: uppercase;
    line-height: 98%;
    letter-spacing: -1px;
    font-weight: bold;
}
.modal-body p{
    font-family: "Tilda Sans", sans-serif;
    font-weight: 400;
    line-height: 103%;
    letter-spacing: -1px;
    font-size: 24px;
}

.modalSwiper,
.lessModalImages {
  display: none;
}

.modalSwiper.active,
.lessModalImages.active {
  display: block;
  max-width: 90%;
}
.modalSwiper img, .lessModalImages img{
    width: 100%;
    
}
#annotationModal .modal-header{
    flex-direction: column;
}
/* .modalSwiper .swiper-slide, .lessModalImages .swiper-slide{
    max-width: 408px;
    max-height: 565px;
} */
.card-modal-titles{
    display: flex;
    flex-direction: column;
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 78%;
    text-transform: uppercase;
    letter-spacing: -1px;
    gap: 1em;
    width: 100%;
    margin: 3em 0 2em;
}
.card-modal-title__item{
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 2px solid var(--font-color);
    cursor: pointer;
}
.card-modal-title__item.active{
    color: #FF440B;
    border-color: #FF440B;
}
.modal-content .swiper-wrapper{
    box-shadow: 1px 4px 6px 3px var(--font-color);
}
.modalSwiper .comics-card__link.modal-arrow img{
    max-width: 381px;
}
.lessModalImages .comics-card__link.modal-arrow img{
    max-width: 381px;
}
.lessModalImages .comics-card__link.modal-arrow{
    text-align: center;
}
.modalSwiper .comics-card__link{
    text-align: center;
}
.modalSwiper .swiper-pagination{
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    font-size: 32px;
}
.swiper-pagination-total{
    opacity: 0.5;
}
.modal-swiper__btns{
    position: relative;
    z-index: 11;
}
.modal-swiper__btns--field{
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 78%;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.modalSwiper .swiper-pagination{
    bottom: 0.35em;
}
.modalSwiper .comics-card__link{
    position: relative;
    top: -3.5em;
}
.modalSwiper .swiper-wrapper{
    margin-bottom: 5em;
}
.modal-button-prev.swiper-button-disabled{
    opacity: 0.5;
}
.about-us__under .image-container:nth-child(4) .hover-image{
    left: -50%;
}
.red-border-on-mobile{
    display: none;
}
.lessModalImages img{
    max-width: 384px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.lessModalImages .comics-card__link.modal-arrow img{
    width: 100%;
}
h1.cart-section__title{
    font-family: "Nozhik", sans-serif;
    font-weight: bold;
    font-size: 96px;
    line-height: 130%;
    color: #FF440B;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
}
.politics h1.cart-section__title{
    font-size: 199px;
    letter-spacing: -5px;
    text-shadow: 2px 1px 2px #000;
}
.cart-block{
    box-shadow: 1px 1px 0px 4px var(--font-color);
    border-radius: 26px;
    padding: 1em;
    background-color: transparent;
    max-width: 1252px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-wrapper{
    display: flex;
    gap: 20px;
}
.cart-item{
    display: flex;
    gap: 20px;
}
.cart-item__image img{
    width: 141px;
    height: 214px;
}
.cart-item__text{
    max-width: 780px;
    width: 100%;
}
.cart-item__text .title{
    font-family: "Tilda Sans", sans-serif;
    font-size: 32px;
    line-height: 98%;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.cart-item__text .delete{
    text-decoration: none;
    font-family: "Tilda Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 101%;
    letter-spacing: -1px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FF440B;
    
}
.cart-item__info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    
}
.cart-item__info-prices{
    display: flex;
    justify-content: end;
    align-items: baseline;
    font-family: "Tilda Sans", sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
    line-height: 78%;
    gap: 5px;
}
.cart-item__info .old{
    font-size: 36px;
    opacity: 0.5;
    text-decoration: line-through;
}
.cart-item__info .current{
  display: flex;
  gap: 10px;
    width: max-content;
    font-size: 48px;
}
.cart-item__info .timeout{
    font-family: "Involve", sans-serif;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -1px;
    margin-top: 15px;
}
.cart-total{
    max-width: 405px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}
.cart-total__promo-note span {
  display: block;
      text-transform: none;
  margin-top: 10px;
}
.cart-total__top div{
    display: flex;
    justify-content: space-between;
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    align-items: baseline;
}
.cart-total__top{
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid var(--font-color);
    padding-bottom: 1.75em;
}
.cart-total__top div p{
    font-weight: 500;
    margin-top: 0;
}
.cart-total__top div span{
    font-weight: bold;
}
.cart-total__sum{
    padding-top: 0.75em;
    display: flex;
    justify-content: space-between;
    font-family: "Tilda Sans", sans-serif;
    font-size: 24px;
    align-items: baseline;
}
.cart-total__sum span{
    font-weight: bold;
}
a.card-go2shopping{
    background-color: #FFE8D4;
    border-radius: 10000px;
    box-shadow: 2px 3px 5px 4px var(--font-color);
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    color: var(--font-color);
    display: block;
    text-decoration: none;
    margin: 30px 0;
    transition: .25s ease-in-out;
    border: 4px solid var(--font-color);
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 600;
    bottom: -2.75em;
}
h2.h2-bold{
    font-family: "Nozhik", sans-serif;
    font-weight: bold;
    font-size: 96px;
    line-height: 130%;
    color: #FF440B;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: 1px 1px 0 #000;
}
.cart-page .about-us__under{
    margin-top: 12em;
}
.cart-page .our-target__red-line{
    z-index: -1;
}
.home-page .our-target__red-line, .cart-page .our-target__red-line{
    top: -21%;
}
.home-page footer, .cart-page footer{
    margin-top: -8em;
}
.cart-total__top div span.red{
    color: #FF440B;
}
.cart-total__top{
    gap: 5px;
    padding-bottom: 1em;
}
.cart-total__sum{
    padding-top: 0.25em;
}
a.card-go2shopping{
    font-size: 20px;
    bottom: -3.5em;
    box-shadow: 1px 3px 0px 0px var(--font-color);
}
.cart-page .about-us__under {
    margin-top: 8em;
}
/*.our-target__red-line{
    height: 1000px;
}*/
/* Для скрытия текста */
.hide-text {
    display: none;
}

/* Стиль для троеточия */
.truncated::after {
    content: "...";
    color: #000;
}
.single-product .our-target__red-line{
    top: 10%;
}
.cart-item__text{
    max-width: 71.5%;
}
.cart-item__text.for-mobile{
    display: none;
}
.single-product .card-red-line{
    padding: 9px 0 19px;
}
.single-product .card-red-line img{
    position: relative;
    top: 0px;
}
.woocommerce-tabs.wc-tabs-wrapper{
    display: none;
}
#chapterModal .modal-dialog{
    max-width: 800px;
}
section.politics{
    margin: 4em 0;
    font-size: 24px;
}
.image-404{
    max-width: 747px;
}
.image-404 img{
    width: 100%;
}
a.default-btn.primary-btn{
    background-color: #FFE8D4;
    border-radius: 10000px;
    box-shadow: 2px 3px 5px 4px var(--font-color);
    width: 100%;
    max-width: 432px;
    padding: 21px 0;
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    text-transform: uppercase;
    color: var(--font-color);
    display: block;
    text-decoration: none;
    margin: 30px 0;
    transition: .25s ease-in-out;
    border: 4px solid var(--font-color);
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
}
.undertitle-404{
    font-family: "Tilda Sans", sans-serif;
    font-size: 40px;
    line-height: 78%;
    letter-spacing: -1px;
    font-weight: bold;
    text-transform: uppercase;
}
.content-404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12em;
}
.page-not-found h1.cart-section__title{
    font-size: 199px;
    text-shadow: 2px 1px 2px #000;
}
.image-404.for-mobile{
    display: none;
}
.page-thx__content img{
    max-width: 1160px;
    width: 100%;
    margin: 4em auto 0;
    text-align: center;
    display: block;
}
.page-thx h1{
    font-family: "Nozhik", sans-serif;
    font-weight: bold;
    font-size: 199px;
    line-height: 20%;
    color: #FF440B;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0 #000;
    position: relative;
    top: -0.6em;
    display: block;
    text-shadow: 2px 1px 2px #000;
}
.page-thx__undertitle{
    text-align: center;
    font-family: "Tilda Sans", sans-serif;
    font-size: 40px;
    line-height: 78%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2em;
}
.page-thx__content a.default-btn.primary-btn{
    margin-left: auto;
    margin-right: auto;
}
.page-thx__content{
    margin-bottom: 6em;
}

/* Скрываем заголовки на странице оформления, если они мешают */
/* .woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3 {
    display: none;
} */

/* Скрываем уведомление "У вас есть купон?" если не нужны купоны */
/* .woocommerce-form-coupon-toggle {
    display: none;
} */
.added_to_cart.wc-forward{
    display: none;
}
.footer-requisites__title{
    font-weight: bold;
}
.footer-order-links{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: end;
}
.page-section h1{
    font-family: "Nozhik", sans-serif;
    font-size: 96px;
    line-height: 130%;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: left;
    color: #FF440B;
}
h5{
    font-size: 32px;    
    font-weight: bold;
    margin: 30px 0;
}
.page-section table{
    width: 100%;
    border: 1px solid #999;
}
.page-section table th, .page-section table td{
    padding: 10px;
    border: 1px solid #999;
}
.page-section ul, .page-section ol{
    padding-left: 15px;
}
.page-section{
    margin-bottom: 4em;
}
.page-section ol{
    font-size: 24px;
}
.page-section ol span{
    font-size: 24px;
}
/* #billing-fields{
    display: none;
} */
form.wpcf7-form{
    text-align: center;
    margin-bottom: 4em;
}
form.wpcf7-form input[type="submit"]{
    color: var(--font-color);
    border-radius: 10000px;
    box-shadow: 1px 1px 2px 5px var(--font-color);
    background-color: #FFE8D4;
    font-family: "Tilda Sans", sans-serif;
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 78%;
    display: block;
    max-width: 405px;
    width: 100%;
    padding: 26px 0;
    text-decoration: none;
    transition: .25s ease-in-out;
    position: relative;
    z-index: 1;
    margin: 1em auto;
}
form.wpcf7-form input.wpcf7-email{
    border-radius: 10000px;
    outline: none;
    border: none;
    padding: 24px 12px;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
.card-other-products .comics-card.image-container img{
    max-width: 403px;
    border-radius: 20px;
}
.email-send p{
    margin-bottom: 2em;
    text-align: center;
}


.card-main-image img {
  width: 100%;
}

.card__wrap {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  gap: 30px;
}

.qty-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  color: #FF440B;
}

.qty-input {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: inherit;
  width: 55px;
  font-weight: 600;
  font-size: 20px;
  align-items: center;
  color: #FF440B;
  text-align: center;

}

.quantity {
  padding: 10px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid #FF440B;
  border-radius: 15px;
}




.woocommerce-checkout-custom-checkbox label {
   display: flex;
   align-items: center;
   gap: 12px;
   font-size: 13px;
       line-height: 115%; 
}

.wc-block-components-title {
  font-size: 32px !important;
  line-height: 100%;
}


.wp-block-woocommerce-checkout-order-summary-totals-block {
  display: none !important;
}


.checkbox__check {
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(25, 23, 17, .48);
    border-radius: 4px;
    box-sizing: border-box;
    height: 20px;
    margin: 0;
    min-width: 20px;
    overflow: hidden;
    position: static;
    width: 20px;
}

.checkbox__mark {
    fill: #000;
    height: 15px;
    margin-left: 3px;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    width: 15px;

    opacity: 0;
    visibility: hidden;
}

.checkbox__check:checked + .checkbox__mark {

    opacity: 1;
    visibility: visible;
}

.menu-polnoe-menyu-container.mobile {
  display: none;
}

.woocommerce-Price-amount bdi {
   display: flex;
   gap: 4PX;
}

#book-description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;  
}

#book-description.active {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7000;
    overflow: hidden;  
}


@media screen and (max-width: 1000px){
  .card-about-field {
    max-width: 375px;
    padding: 15px 25px;
    margin: 10px 0;
  }

  .card-action-btn {
    font-size: 20px;
    margin: 10px 0 16px 0;
     max-width: 375px;
  }

  .card-action-btn__top {
    font-size: 20px;
  }
}

/* Защита изображений от скачивания через ПКМ */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}


.cart-count {
  padding:  4px 7px;
  background: #ff440b;
  border-radius: 1000px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffbf2c;
}
.cart-btn {
  display: flex;
  gap: 5px;
  align-items: center;
}

.woocommerce-checkout-custom-checkbox {
  margin-bottom: 10px;
}


.catalog {
  margin-bottom: 120px;
}

.catalog__title {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 199px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ff440b;
  text-align: left;
}

.catalog__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;

  
}

.catalog__more {
  border: none;
  background-color: inherit;
  font-weight: 600;
font-size: 24px;
line-height: 78%;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #362319;
}

.catalog__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}


.sort-wrapper {
	position: relative;
	display: block;
  max-width: 375px;
  width: 100%;
}

.sort-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	background: #ffbf2c;
	color: #1a1a1a;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	padding: 17px 20px;
	font-weight: 600;
  font-size: 24px;
  line-height: 78%;
  letter-spacing: -0.02em;
  color: #362319;
	cursor: pointer;
  max-width: 375px;
  width: 100%;
	min-width: 220px;
	transition: background-color 0.2s ease;
}



.sort-arrow {
	transition: transform 0.2s ease;
}

.sort-wrapper.active .sort-arrow {
	transform: rotate(180deg);
}

.sort-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 8px;
	background: #ffbf2c;
	border: 3px solid #1a1a1a;
	border-radius: 20px;
	list-style: none;
	padding: 8px 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.sort-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sort-dropdown li {
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.15s ease;
	white-space: nowrap;
  font-weight: 600;
  font-size: 24px;
  line-height: 78%;
  letter-spacing: -0.02em;
  color: #362319;
}



.sort-dropdown li:last-child {
	border-radius: 0 0 17px 17px;
}

/* Sort Dropdown inside archive */
.page-header + .sort-wrapper {
	margin-left: 0;
}
.fragment {
  margin-bottom: 100px;
}
.fragment__title {
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
font-size: 199px;
line-height: 100%;
letter-spacing: -0.02em;
text-transform: uppercase;
color: #ff440b;
}
.fragment__subtitle {
  font-family: "Involve", sans-serif;
    text-shadow: none;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
font-size: 48px;
line-height: 78%;
letter-spacing: -0.02em;
color: #362319;
}

.fragment__text p{ 
  margin: 0;
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #362319;
}

.fragment__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
 
}.fragment__grid img  {
  height: 575px;

}