_clean.css


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Georgia, serif;
    background:#f7f3ea;
    color:#2f2b28;
}

.hero{
    max-width:1200px;
    margin:70px auto;
    padding:40px;
    display:flex;
    align-items:center;
    gap:60px;
}

.hero-image img{
    display:block;
    width:360px;
    max-width:100%;
    height:auto;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.25);
}

.hero-content{
    flex:1;
}

.subtitle{
    color:#a77a2d;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.hero h1{
    font-size:58px;
    margin-bottom:15px;
}

.hero h2{
    font-size:34px;
    font-weight:normal;
    margin-bottom:25px;
}

.author{
    font-size:22px;
    margin-bottom:35px;
}

.intro{
    max-width:650px;
    font-size:22px;
    line-height:1.8;
}

@media (max-width:800px){
    .hero{
        margin:30px auto;
        padding:25px 20px;
        flex-direction:column;
        gap:35px;
        text-align:center;
    }

    .hero-image img{
        width:280px;
    }

    .hero h1{
        font-size:40px;
    }

    .hero h2{
        font-size:27px;
    }

    .intro{
        font-size:19px;
    }
}
.hero{
    min-height:calc(100vh - 20px);
    margin:0 auto;
    padding:55px 40px;
}

.hero-buttons{
    margin-top:32px;
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}


.hero-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    border:1px solid #8b5a2b;
    border-radius:8px;
    background:#9b6b22;
    color:#fff;
    font-family:Georgia, "Times New Roman", serif;
    font-size:17px;
    font-weight:700;
    line-height:1.2;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(67,39,18,.14);
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.hero-button:hover{
    background:#7f521f;
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(67,39,18,.20);
}

.hero-button:active{
    transform:translateY(0);
}

.btn{
    display:inline-block;
    padding:14px 24px;
    border-radius:8px;
    text-decoration:none;
    font-size:17px;
    font-weight:bold;
    transition:.2s ease;
}

.btn-primary{
    background:#9b6b22;
    color:#fff;
}

.btn-secondary{
    border:1px solid #9b6b22;
    color:#7b5219;
    background:transparent;
}

.btn:hover{
    transform:translateY(-2px);
}
.hero-divider{
    width:90px;
    height:3px;
    margin:28px 0 34px;
    background:linear-gradient(
        to right,
        transparent,
        #b9872c,
        transparent
    );
    border-radius:10px;
}
.hero-note{
    margin-top:22px;
    color:#8a6b34;
    font-size:15px;
    font-style:italic;
    letter-spacing:.3px;
    line-height:1.7;
}
.story-section{
    max-width:1100px;
    margin:60px auto;
    padding:0 40px;
}

.story-section h2{
    font-size:48px;
    color:#3d2a16;
    margin-bottom:40px;
    text-align:center;
}

.story-section p{
    font-size:22px;
    line-height:1.95;
    color:#43352b;
    margin-bottom:26px;
}

.story-section blockquote{
    margin:35px 0;
    padding:25px 35px;
    border-left:5px solid #b8862f;
    background:#f8f1e5;
    font-style:italic;
    font-size:22px;
    line-height:1.8;
    color:#4a3b2d;
}

.story-final{
    margin-top:50px;
    font-size:26px;
    font-weight:bold;
    text-align:center;
    color:#8a6121;
}
/* ===========================
   Соня – desktop
=========================== */

.sonya-section{
    max-width:1100px;
    margin:45px auto 80px;
    padding:0 40px;
}

.sonya-content{
    display:grid;
    grid-template-columns:170px 1fr;
    gap:40px;
    align-items:start;
    margin-top:-15px;
}

.sonya-photo{
    width:170px;
    margin-top:-12px;
}
.sonya-photo img{
    display:block;
    width:100%;
    height:auto;
    border-radius:16px;
    box-shadow:0 16px 35px rgba(0, 0, 0, .18);
}

.sonya-text{
    min-width:0;
}

.sonya-text p{
    margin:0 0 28px;
    font-size:22px;
    line-height:1.9;
    color:#43352b;
}

.sonya-text strong{
    font-weight:700;
    font-style:italic;
    color:#3d2a16;
}
.sonya-text p:first-child{
    margin-bottom:42px;
}
.sonya-life-section{
    padding:90px 24px;
    background:#fbf8f1;
}

.sonya-life-content{
    width:min(900px, 100%);
    margin:0 auto;
}

.sonya-life-content h2{
    margin:0 0 38px;
    text-align:center;
    font-family:Georgia, "Times New Roman", serif;
    font-size:42px;
    font-weight:400;
    line-height:1.2;
    color:#30251d;
}

.sonya-life-content p{
    margin:0 0 24px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:20px;
    line-height:1.85;
    color:#40352d;
}

.sonya-quote{
    position:relative;
    margin:48px 0 0;
    padding:34px 44px;
    border-left:3px solid #b6924b;
    background:rgba(182,146,75,.08);
    font-family:Georgia, "Times New Roman", serif;
    font-size:22px;
    font-style:italic;
    line-height:1.7;
    color:#382d25;
}

.sonya-quote::before{
    content:"“";
    position:absolute;
    top:-7px;
    left:14px;
    font-family:Georgia, "Times New Roman", serif;
    font-size:70px;
    line-height:1;
    color:rgba(182,146,75,.35);
}
.sonya-closing{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 320px;
    gap:40px;
    align-items:start;
    margin-top:42px;
}

.sonya-closing-text{
    min-width:0;
}

.sonya-closing-text p{
    margin-top:0;
}

.sonya-closing .sonya-quote{
    margin-top:32px;
}

.sonya-closing-image{
    width:320px;
}

.sonya-closing-image img{
    display:block;
    width:100%;
    height:auto;
    border-radius:0;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}
/* =========================================================
   СЕКЦИЯ: ЗА КНИГАТА
   ========================================================= */

.book-description-section{
    padding:90px 24px;
    background:#f8f4eb;
}

.book-description-content{
    width:100%;
    max-width:1050px;
    margin:0 auto;
}

/* Заглавие */

.book-description-content h2{
    margin:0 0 34px;
    color:#3b2314;
    font-family:Georgia, "Times New Roman", serif;
    font-size:46px;
    line-height:1.15;
    font-weight:700;
}

/* Основен текст */

.book-description-content p{
    margin:0 0 24px;
    color:#40362d;
    font-family:Georgia, "Times New Roman", serif;
    font-size:21px;
    line-height:1.85;
}

/* Първият абзац */

.book-description-content p:first-of-type{
    font-size:22px;
    line-height:1.8;
}

/* Удебеленото заглавие на книгата */

.book-description-content p strong{
    color:#2f1b0f;
    font-weight:700;
}

/* Списъкът с темите */

.book-description-content ul{
    margin:34px 0 42px;
    padding:30px 36px 30px 58px;
    background:rgba(255,255,255,.55);
    border-left:5px solid #b88b3c;
    box-shadow:0 10px 28px rgba(61,39,20,.07);
}

.book-description-content li{
    margin:0 0 13px;
    padding-left:6px;
    color:#3d332b;
    font-family:Georgia, "Times New Roman", serif;
    font-size:21px;
    line-height:1.65;
}

.book-description-content li:last-child{
    margin-bottom:0;
}

.book-description-content li::marker{
    color:#b88b3c;
}

/* Последният въвеждащ абзац пред финала */

.book-description-content ul + p{
    margin-top:8px;
}

/* Финален акцент */

.book-description-final{
    margin-top:48px;
    padding:38px 44px;
    background:#fffaf0;
    border:1px solid rgba(184,139,60,.35);
    border-left:6px solid #b88b3c;
    box-shadow:0 14px 36px rgba(56,35,17,.10);
    color:#4b2d16;
    font-family:Georgia, "Times New Roman", serif;
    font-size:23px;
    line-height:1.65;
    text-align:center;
}

/* Самото изречение „Това е вашата книга.“ */

.book-description-final strong{
    display:block;
    margin-top:18px;
    color:#321b0d;
    font-size:34px;
    line-height:1.25;
    font-weight:700;
}

/* =========================================================
   МОБИЛЕН ВАРИАНТ
   ========================================================= */

@media(max-width:850px){

    .book-description-section{
        padding:64px 20px;
    }

    .book-description-content{
        max-width:680px;
    }

    .book-description-content h2{
        margin-bottom:26px;
        font-size:38px;
    }

    .book-description-content p,
    .book-description-content p:first-of-type{
        font-size:19px;
        line-height:1.75;
        text-align:left;
    }

    .book-description-content ul{
        margin:28px 0 34px;
        padding:24px 22px 24px 42px;
    }

    .book-description-content li{
        margin-bottom:12px;
        padding-left:3px;
        font-size:18px;
        line-height:1.6;
    }

    .book-description-final{
        margin-top:38px;
        padding:30px 24px;
        font-size:20px;
        line-height:1.6;
    }

    .book-description-final strong{
        margin-top:16px;
        font-size:30px;
    }
}

@media(max-width:520px){

    .book-description-section{
        padding:52px 16px;
    }

    .book-description-content h2{
        margin-bottom:22px;
        font-size:33px;
        line-height:1.2;
    }

    .book-description-content p,
    .book-description-content p:first-of-type{
        margin-bottom:20px;
        font-size:18px;
        line-height:1.7;
    }

    .book-description-content ul{
        margin:25px 0 30px;
        padding:22px 16px 22px 34px;
        border-left-width:4px;
    }

    .book-description-content li{
        margin-bottom:11px;
        font-size:17px;
        line-height:1.55;
    }

    .book-description-final{
        margin-top:32px;
        padding:26px 18px;
        border-left-width:5px;
        font-size:19px;
        line-height:1.55;
    }

    .book-description-final strong{
    display:block;
    margin-top:4px;
    font-size:28px;
}
}
/* Бутон след „Това е вашата книга.“ */

.book-description-order{
    margin-top:34px;
    text-align:center;
}

.book-order-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:290px;
    padding:17px 34px;

    background:#8b5a2b;
    color:#fffaf0;

    border:1px solid #8b5a2b;
    border-radius:8px;

    font-family:Georgia, "Times New Roman", serif;
    font-size:21px;
    line-height:1.2;
    font-weight:700;
    text-decoration:none;

    box-shadow:0 10px 24px rgba(67,39,18,.18);

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.book-order-button:hover{
    background:#6f431f;
    box-shadow:0 14px 30px rgba(67,39,18,.24);
    transform:translateY(-2px);
}

.book-order-button:active{
    transform:translateY(0);
}
/* =========================================================
   РАЗГЛЕДАЙ КНИГАТА
   ========================================================= */

.book-gallery-section{
    padding:90px 24px;
    background:#f3eee4;
}

.book-gallery-container{
    width:100%;
    max-width:1180px;
    margin:0 auto;
}

.book-gallery-container h2{
    margin:0 0 20px;
    color:#332116;
    font-family:Georgia, "Times New Roman", serif;
    font-size:46px;
    line-height:1.15;
    text-align:center;
}

.book-gallery-intro{
    max-width:800px;
    margin:0 auto 58px;
    color:#57483c;
    font-family:Georgia, "Times New Roman", serif;
    font-size:20px;
    line-height:1.75;
    text-align:center;
}

.book-viewer,
.book-pages-gallery{
    padding:46px 40px;
    background:rgba(255,255,255,.56);
    border:1px solid rgba(169,119,43,.22);
    box-shadow:0 15px 42px rgba(55,35,18,.09);
}
.book-viewer{
    padding:36px 32px;
}
.book-pages-gallery{
    margin-top:54px;
}

.book-viewer h3,
.book-pages-gallery h3{
    margin:0 0 34px;
    color:#3c2617;
    font-family:Georgia, "Times New Roman", serif;
    font-size:32px;
    line-height:1.2;
    text-align:center;
}


/* =========================================================
   ВЪРТЯЩА СЕ КНИГА
   ========================================================= */

.book-flip-area{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:22px;
}

.book-flip-card{
    width:300px;
    height:425px;
    perspective:1600px;
    cursor:pointer;
}

.book-flip-inner{
    position:relative;
    width:100%;
    height:100%;
    transform-style:preserve-3d;
    transition:transform .85s cubic-bezier(.22,.61,.36,1);
}

.book-flip-card.is-flipped .book-flip-inner{
    transform:rotateY(180deg);
}

.book-flip-face{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
}

.book-flip-face img{
    display:block;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    filter:drop-shadow(0 20px 22px rgba(0,0,0,.20));
}

.book-flip-back{
    transform:rotateY(180deg);
}


.pages-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:52px;
    height:52px;
    padding:0;
    border:1px solid #a56f25;
    border-radius:50%;
    background:#fffaf0;
    color:#7b4c1f;
    font-size:28px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(67,39,18,.12);
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}


.pages-arrow:hover{
    background:#9a6129;
    color:#fff;
    transform:translateY(-2px);
}

.book-flip-button{
    display:block;
    min-width:230px;
    margin:34px auto 0;
    padding:15px 28px;
    border:1px solid #8b5726;
    border-radius:8px;
    background:#9a6129;
    color:#fffaf0;
    font-family:Georgia, "Times New Roman", serif;
    font-size:19px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(67,39,18,.17);
    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.book-flip-button:hover{
    background:#75451e;
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(67,39,18,.22);
}


/* =========================================================
   СЛАЙДЕР СЪС СТРАНИЦИ
   ========================================================= */

.book-pages-slider{
    display:grid;
    grid-template-columns:56px minmax(0,1fr) 56px;
    gap:24px;
    align-items:center;
}

.pages-viewport{
    width:100%;
    overflow:hidden;
}

.pages-track{
    display:flex;
    transition:transform .55s ease;
}

.page-slide{
    flex:0 0 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:100%;
    height:650px;
    padding:8px;
    box-sizing:border-box;
}

.page-slide img{
    display:block;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    box-shadow:0 14px 32px rgba(0,0,0,.16);
}

.pages-dots{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.pages-dot{
    width:11px;
    height:11px;
    padding:0;
    border:none;
    border-radius:50%;
    background:#d3b989;
    cursor:pointer;
    transition:
        background .2s ease,
        transform .2s ease;
}

.pages-dot.active{
    background:#8d5726;
    transform:scale(1.25);
}

.pages-counter{
    margin:17px 0 0;
    color:#735333;
    font-family:Georgia, "Times New Roman", serif;
    font-size:17px;
    text-align:center;
}


/* =========================================================
   ГАЛЕРИЯ КАТО ОТДЕЛЕН ЕКРАН
   ========================================================= */

.book-gallery-section[hidden]{
    display:none !important;
}

.book-gallery-section.gallery-overlay{
    position:fixed;
    inset:0;
    z-index:9999;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#f3eee4;
    padding-top:82px;
}

.gallery-back-button{
    position:fixed;
    top:18px;
    left:22px;
    z-index:10001;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:11px 18px;
    border:1px solid #9a6129;
    border-radius:8px;
    background:#fffaf0;
    color:#75451e;
    font-family:Georgia, "Times New Roman", serif;
    font-size:17px;
    font-weight:700;
    line-height:1.2;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(67,39,18,.16);
    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.gallery-back-button:hover{
    background:#9a6129;
    color:#fffaf0;
    transform:translateY(-1px);
}

.gallery-back-button:active{
    transform:translateY(0);
}

body.gallery-is-open{
    overflow:hidden;
}


/* =========================================================
   ТАБЛЕТ
   ========================================================= */

@media(max-width:850px){

    .book-gallery-section{
        padding:68px 20px;
    }

    .book-gallery-container h2{
        font-size:39px;
    }

    .book-gallery-intro{
        margin-bottom:44px;
        font-size:19px;
    }

    .book-viewer,
    .book-pages-gallery{
        padding:38px 24px;
    }

    .book-flip-area{
        gap:18px;
    }

    .book-flip-card{
        width:280px;
        height:395px;
    }

    .book-flip-arrow,
    .pages-arrow{
        width:46px;
        height:46px;
        font-size:24px;
    }

    .book-pages-slider{
        grid-template-columns:48px minmax(0,1fr) 48px;
        gap:14px;
    }

    .page-slide{
        height:580px;
    }
}


/* =========================================================
   ТЕЛЕФОН
   ========================================================= */

@media(max-width:520px){

    .book-gallery-section{
        padding:54px 14px;
    }

    .book-gallery-container h2{
        font-size:33px;
    }

    .book-gallery-intro{
        margin-bottom:34px;
        font-size:18px;
        line-height:1.65;
    }

    .book-viewer,
    .book-pages-gallery{
        padding:30px 14px;
    }

    .book-viewer h3,
    .book-pages-gallery h3{
        margin-bottom:26px;
        font-size:27px;
    }

    .book-flip-area{
        position:relative;
        display:block;
    }

    .book-flip-card{
        width:100%;
        max-width:290px;
        height:410px;
        margin:0 auto;
    }

 

    .book-flip-button{
        width:auto;
        min-width:230px;
        margin-top:28px;
        padding:14px 20px;
        font-size:18px;
    }

    .book-pages-gallery{
        margin-top:38px;
    }

    .book-pages-slider{
        position:relative;
        display:block;
    }

    .pages-arrow{
        position:absolute;
        top:50%;
        z-index:6;
        width:42px;
        height:42px;
        transform:translateY(-50%);
        background:rgba(255,250,240,.94);
    }

    .pages-arrow:hover{
        transform:translateY(-50%);
    }

    .pages-prev{
        left:-6px;
    }

    .pages-next{
        right:-6px;
    }

    .page-slide{
        height:500px;
        padding:4px 14px;
    }

    .pages-dots{
        gap:8px;
        margin-top:22px;
    }

    .pages-dot{
        width:10px;
        height:10px;
    }
}

/* Мобилен вариант */

@media(max-width:520px){

    .book-description-order{
        margin-top:26px;
    }

    .book-order-button{
        width:auto;
        min-width:0;
        padding:16px 20px;
        font-size:19px;
    }
}

@media (max-width:850px){

    .sonya-closing{
        grid-template-columns:1fr;
        gap:28px;
    }

    .sonya-closing-image{
        width:100%;
        max-width:360px;
        margin:0 auto;
    }
}

@media (max-width:700px){

    .sonya-life-section{
        padding:65px 20px;
    }

    .sonya-life-content h2{
        margin-bottom:28px;
        font-size:32px;
    }

    .sonya-life-content p{
        margin-bottom:21px;
        font-size:18px;
        line-height:1.72;
    }

    .sonya-quote{
        margin-top:36px;
        padding:28px 24px 26px 30px;
        font-size:19px;
        line-height:1.65;
    }
}

@media (max-width: 768px) {
    .story-section {
        padding: 0 18px;
    }

    .story-section blockquote {
        margin: 25px 0;
        padding: 20px 18px;
        font-size: 18px;
        line-height: 1.6;
        width: auto;
    }
}
@media (max-width: 768px){

    body{
        overflow-x:hidden;
    }

    .hero{
        min-height:auto;
        margin:0 auto;
        padding:30px 18px 45px;
        flex-direction:column;
        gap:30px;
        text-align:center;
    }

    .hero-content{
        width:100%;
        min-width:0;
    }

    .hero-image img{
        width:260px;
        max-width:100%;
    }

    .hero h1{
        font-size:38px;
        line-height:1.1;
    }

    .hero h2{
        font-size:26px;
        line-height:1.25;
    }

    .author{
        font-size:19px;
        margin-bottom:25px;
    }

    .hero-divider{
        margin:24px auto 28px;
    }

    .intro{
        max-width:none;
        width:100%;
        font-size:18px;
        line-height:1.7;
        overflow-wrap:anywhere;
    }

    .hero-buttons{
        justify-content:center;
        margin-top:26px;
    }

    .hero-note{
        font-size:14px;
        line-height:1.6;
    }

    .story-section{
        width:100%;
        max-width:none;
        margin:45px auto;
        padding:0 20px;
        overflow:hidden;
    }

    .story-section h2{
        font-size:30px;
        line-height:1.2;
        margin-bottom:30px;
        text-align:center;
        overflow-wrap:anywhere;
    }

    .story-section p{
        width:100%;
        font-size:18px;
        line-height:1.75;
        margin-bottom:22px;
        overflow-wrap:anywhere;
    }

    .story-section blockquote{
        width:100%;
        margin:24px 0;
        padding:18px 16px;
        border-left:4px solid #b8862f;
        background:#f8f1e5;
        font-size:17px;
        line-height:1.65;
        font-style:italic;
        overflow-wrap:anywhere;
    }

    .story-final{
        margin-top:35px;
        font-size:21px;
        line-height:1.55;
    }
}
@media (max-width:900px){

    .sonya-section{
        margin:60px auto;
        padding:0 24px;
    }

    .sonya-section h2{
        margin-bottom:32px;
        font-size:36px;
    }

    .sonya-content{
        grid-template-columns:1fr;
        gap:32px;
    }

   .sonya-photo{
    width:170px;
    max-width:170px;
    margin:0 auto 25px;
}

.sonya-photo img{
    width:100%;
    height:auto;
}

    .sonya-text p{
        font-size:20px;
        line-height:1.8;
    }
}

@media(max-width:520px){

    .book-gallery-section.gallery-overlay{
        padding-top:72px;
    }

    .gallery-back-button{
        top:12px;
        left:12px;
        padding:10px 14px;
        font-size:15px;
    }

    .hero-button{
        padding:13px 20px;
        font-size:16px;
    }
}
/* =====================================================
   СПЕЦИАЛЕН АКЦЕНТ – СПИРАЛАТА НА КОРИЦАТА
   ===================================================== */

.special-accent-section{
  padding:20px 24px 55px;
}

.special-accent-section .container{
  max-width:950px;
  margin:0 auto;
}

.special-accent-box{
  padding:26px 30px;
  background:linear-gradient(135deg,
    #9b6520 0%,
    #b87a28 30%,
    #cf9438 55%,
    #b67827 80%,
    #9d6520 100%);
  color:#fffaf0;
  border-radius:14px;
  box-shadow:0 10px 28px rgba(83,49,18,.18);
  border:1px solid rgba(255,255,255,.22);
}

.special-accent-box h2{
  margin:0 0 24px;
  color:#fff;
  font-size:28px;
  line-height:1.25;
  text-align:left;
}

.special-accent-box p{
  margin:0 0 12px;
  color:#fffaf0;
  font-size:19px;
  line-height:1.7;
}
.special-accent-box p:first-of-type{
    margin-bottom:18px;
}
.special-accent-box p:last-child{
  margin-bottom:0;
}

.special-accent-box strong{
  color:#fff;
}

/* Телефон */
@media (max-width:700px){

  .special-accent-section{
    padding:14px 14px 38px;
  }

  .special-accent-box{
    padding:20px 18px;
    border-radius:12px;
  }

  .special-accent-box h2{
    font-size:22px;
    margin-bottom:18px;
  }

  .special-accent-box p{
    font-size:17px;
    line-height:1.65;
  }

}
/* =====================================================
   ВРЪЩАНЕ КЪМ КАТАЛОГА
   ===================================================== */

.back-to-store{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:20px 24px;
  padding:11px 18px;
  border:1px solid #a86f22;
  border-radius:9px;
  background:#fffaf0;
  color:#8f5b1d;
  font-family:Georgia, "Times New Roman", serif;
  font-size:17px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(75,45,18,.10);
  transition:.2s ease;
}

.back-to-store:hover{
  background:#a86f22;
  color:#fff;
  transform:translateY(-1px);
}

.back-to-store-bottom{
  margin-top:35px;
  margin-bottom:35px;
  margin-left:50%;
  transform:translateX(-50%);
}

.back-to-store-bottom:hover{
  transform:translateX(-50%) translateY(-1px);
}

@media(max-width:700px){

  .back-to-store{
    display:flex;
    width:calc(100% - 28px);
    margin:14px;
    box-sizing:border-box;
    font-size:16px;
    padding:12px 14px;
  }

  .back-to-store-bottom{
    margin:28px 14px;
    transform:none;
  }

  .back-to-store-bottom:hover{
    transform:translateY(-1px);
  }
}