*,
*:before,
*:after {
    box-sizing: border-box;
}

.flipbook-container,
.flipbook-container *,
.flipbook-container *:before,
.flipbook-container *:after {
    box-sizing: unset;
}


body {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    overflow-x: hidden;
}

h1,
h2,
.blockquote {
    font-size: 118px;
    font-weight: 700;
    line-height: 150px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke: 3px #000;
    color: transparent;
}

h2 {
    font-size: 108px;
    line-height: 1;
    margin-bottom: 36px;
}

strong {
    font-weight: 700; 
}

p {
    margin-bottom: 36px;
}

.blockquote {
    font-size: 57px;
    line-height: 59px;
    margin-top: 105px;
    padding-top: 40px;
    position: relative;
    -webkit-text-stroke-width: 1px;
    background: url(../images/blockquote-icon.svg) no-repeat left top;
}

header {
    background-color: #000;
    text-align: center;
    height: 70px;
    position: relative;
}

header > a.logo {
    position: absolute;
    background-color: #000;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    overflow: hidden;
    top: -5px;
    left: calc(50% - 62px);
}

header > a.logo > img {
    width: 100%;
    height: 100%;
    max-height: 85px;
    object-fit: contain;
    position: absolute;
    inset: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section {
    padding: 0 30px;
    display: block;
}

section > .container {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: auto; 
    position: relative;
}

section.bkg-black {
    background-color: #000;
    color: #fff;
}

section.bkg-black > .container h1,
section.bkg-black > .container h2 {
    -webkit-text-stroke-color: #fff;
}

section.content.section-main {
    padding: 135px 30px 370px;
}

section.content.section-flipbook > .container {
    margin-top: -195px;
    padding-bottom: 145px;
}

section.content.section-main > .container > .inner-text {
    padding-right: 290px;
}

section.content.section-main > .container > .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 325px;
    object-fit: contain;
}

section.content.section-advert {
    overflow: hidden;
}

section.content.section-advert > .container {
    min-height: 715px;
}

section.content.section-advert > .container > .inner-text {
    font-size: 18px;
    line-height: 21px;
    width: 55%;
    position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%);
}

section.content.section-advert > .container > .inner-text > .text-wrapper::before {
    content: '';
    position: absolute;
    inset: -70px auto -200% -55px;
    border-left: 1px solid #fff;
    z-index: 1;
}

section.content.section-advert > .container > .inner-text a {
    color: #fff;
    text-decoration: none;
}

section.content.section-advert > .container > .inner-text a:hover {
    text-decoration: underline;
}

section.content.section-advert.bkg-black > .container > .inner-text a.btn {
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
    position: relative;
}

section.content.section-advert.bkg-black > .container > .inner-text a.btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(230,27,56,1) 0%,rgba(255,221,0,1) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

section.content.section-advert.bkg-black > .container > .inner-text a.btn:hover::before {
    opacity: 1;
}


section.content.section-advert > .container > .inner-text p {
    margin-bottom: 22px;
    max-width: 65%;
    margin-bottom: 0;
}

section.content.section-advert > .container > .bg-img {
    position: absolute;
    top: 0;
    left: -120px;
    width: 850px;
    height: auto;
    object-fit: contain;
    object-position: left top;
}

footer {
    padding: 55px 0;
}

footer > section > .container img {
    width: 100%;
    height: auto;
}

footer > section > .container table {
    max-width: 204px;
    width: 100%;
    display: block;
    margin: auto;
    display: table;
}

footer > section > .container table tbody tr td {
    padding: 0 3px;
    width: 20%;
}

footer > section > .container table tbody tr td a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    transition: opacity 0.25s ease;
}

footer > section > .container table tbody tr td a:hover {
    opacity: 0.6;
}

.buy-now-btn {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    line-height: 36px;
    padding: 0 30px;
    height: 36px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    width: fit-content;
}

.magnifier-holder {
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.85);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.magnifier-holder.active {
    opacity: 1;
    pointer-events: auto;
}

.magnifier-holder > .magnifier-wrapper {    
    position: absolute;
    inset: 0;
}

.magnifier-holder > .magnifier-wrapper > .magnifier {
    position: relative;
    overflow: hidden;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.magnifier-holder > .magnifier-wrapper > .magnifier > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.magnifier-holder > .magnifier-wrapper > .magnifier.spread > img {
    width: 200%;
}

.magnifier-holder > .magnifier-wrapper > .magnifier.odd > img {
    left: auto;
    right: 0;
}

.magnifier-holder > .magnifier-wrapper > .close-magnifier {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 45px;
    cursor: pointer;
}

/* Custom grade */
@media (max-width: 1700px) {
    section.content.section-advert  {
        position: relative;
    }

    section.content.section-advert > .container {
        position: unset;
    }

    section.content.section-advert > .container > .bg-img {
        left: calc((100vw - (850px + 570px + 120px)) / 2 );
    }

    section.content.section-advert > .container > .inner-text {
        left: calc(100vw - 570px);
        width: 570px;
    }

    section.content.section-advert > .container > .inner-text h2 {
        font-size: 95px;
    }

    section.content.section-advert > .container > .inner-text::before {
        content: '';
        position: absolute;
        inset: -200% 0 -200% -54px;
        background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50px, rgba(0,0,0,1) 100%);
        z-index: 0;
    }

    section.content.section-advert > .container > .inner-text > .text-wrapper {
        position: relative;
        z-index: 1;
    }
}

/* A */
@media (max-width: 1024px) {
    h1 {
        font-size: 75px;
        line-height: 1.1;
        -webkit-text-stroke-width: 2px;
    }

    section.content.section-advert > .container > .bg-img {
        position: relative;
        left: calc(50% - 30px);
        transform: translateX(-50%);
        width: 700px;
    }

    section.content.section-advert > .container > .inner-text::before {
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) calc(100% - 50px), rgba(0,0,0,0) 100%); 
        inset: -50px 0 0;
    }

    section.content.section-advert > .container > .inner-text {
        inset: auto 0 0 0;
        width: 100%;
        transform: none;
        padding: 0 30px 30px;
    }

    section.content.section-advert > .container > .inner-text > .text-wrapper::before {
        display: none;
    }

    section.content.section-flipbook > .container {
        margin-top: -160px;
    }
}

/* B*/
@media (max-width: 991px) {
    section.content.section-flipbook > .container {
        margin-top: -203px;
    }
}

/* C */
@media (max-width: 767px) {
    section.content.section-flipbook > .container {
        margin-top: -196px;
    }

    section.content.section-advert > .container > .inner-text h2,
    h1 {
        font-size: 55px;
        margin-bottom: 15px;
        -webkit-text-stroke-width: 1px;
    }
    .blockquote {
        font-size: 35px;
        line-height: 1.1;
    }

    section.content.section-advert > .container > .inner-text p {
        max-width: 100%;
    }

    section.content.section-advert > .container > .inner-text p,
    section.section-main {
        font-size: 16px;
        line-height: 20px;
    }
    
    section.content.section-main > .container > .bg-img {
        width: 175px;
        height: auto;
        bottom: 0;
        top: auto;
    }

    section.content.section-main > .container > .inner-text {
        padding-right: 0;
    }

    section.content.section-main > .container > .inner-text p:last-child {
        max-width: calc(100% - 200px);
    }

    section.content.section-main {
        padding-bottom: 170px;
    }
    
    section.content.section-flipbook > .container {
        margin-top: -100px;
    }

    .flipbook-container .subtitle {
        position: relative;
        top: 15px;
    }

    section.content.section-main {
        padding-bottom: 250px;
    }
}

/* D */
@media (max-width: 479px) {
    section.content.section-flipbook > .container {
        margin-top: -149px;
    }

    section.content.section-main > .container > .bg-img {
        display: block;
        margin: 0 auto 25px;
        position: relative;
    }
    section.content.section-main > .container > .inner-text {
        padding-right: 0;
    }

    section.content.section-main > .container > .inner-text p:last-child {
        max-width: 100%;
    }

    section.content.section-advert > .container > .bg-img { 
        width: 550px;
        left: calc(50% - 50px);
    }

    section.content.section-main {
        padding-bottom: 170px;
    }
}
