@import url(https://db.onlinewebfonts.com/c/eccf06e468dd0f23a81931a956ba4b92?family=Oswald+Stencil+Bold);

.header {
    background-image: url(../images/bgnn.png);
    background-repeat: no-repeat;
    position: relative;

    background-size: cover;
    background-position: center;
    height: clamp(538px, 136vw, 620px);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.nav-sale{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: -10%;
}

.header-elements {
    min-height: 350px;
}

.sliderNewTitle {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: uppercase;
    color: #f6e912;
    font-family: "League Gothic", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-right: 60px;
}


.title {
    font-weight: 400;
    font-size: clamp(0px, 15vw, 70px);
    width: clamp(0px, 73vw, 335px);
    line-height: 110%;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-family: "Oswald Stencil Bold";
    margin-left: auto;
    margin-right: 3%;
    display: block;
    text-shadow: 0 20px 23px rgba(0, 0, 0, 0.6);
}

.mast {
    letter-spacing: -1px;
}

.header-element-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;

    gap: 5px;
    right: 10px;
    z-index: 2;
    top: 180px;
}

.newInst {
    position: absolute;
    z-index: 4;
    right: 15px;
    max-width: 220px;
    bottom: 50px;
    border-radius: 11px;
}

.key {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 38%;
    left: 0;
    position: absolute;
    max-width: 116px;
}

.key img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.key_txt{
font-weight: 800;
font-size: 12px;
line-height: 157%;
text-transform: uppercase;
text-align: center;
color: #fff;
width: 160px;
}

.header-element-text {
    font-weight: 800;
    font-size: 12px;
    line-height: 135%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.price {
    position: absolute;
    right: 10px;
    bottom: 25%;
    z-index: 3;
    width: 156px;
    height: 206px;
}

.price-top {
    position: absolute;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 4px 27px 0 #656565;
    height: 90px;
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: -20px;
    z-index: 2;
}

.price-top-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "Oswald Stencil Bold";
    text-align: center;
    color: #000;
    position: relative;
}

.price-top-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: red;
    position: absolute;
    top: 16px;
    left: -7px;
}

.price-top-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 108%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.price-bottom {
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(209deg, #fd0507 0%, #970304 100%);
    ;
    box-shadow: 0 4px 27px 0 #b10a0a;
    height: 134px;
    width: 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.price-bottom-title {
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "Oswald Stencil Bold";
    text-align: center;
    color: #fff;
}

.price-bottom-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.bigShadow {
    position: absolute;
    object-fit: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.mainImage {
    position: absolute;
    bottom: 130px;
    z-index: 2;

    max-width: 350px;
    left: 18px;

}

.mainButton {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #000;
    font-family: "League Gothic", sans-serif;
    margin: 0 auto;
    display: block;
    border: 1px solid #ffe435;
    border-radius: 14px;
    width: 254px;
    height: 56px;
    box-shadow: inset 0 0 12px 0 #fd0;
    background: linear-gradient(172deg, #ffe11f 0%, #fa0 100%);
    transition: .2s;
}

.mainButton:active {
    background: linear-gradient(172deg, #f3de56 0%, rgb(197, 131, 0) 100%);
}


.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrapperElement-1 {
    border-radius: 20px;
    background-size: 100%;
    background-image: url(../images/first-frame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 30px;
    margin-top: 15%;
}

.wrapperElement-1 h2{
    font-family: "Oswald Stencil Bold";
    font-weight: 700;
    font-size: clamp(0px, 7.04vw, 34px);
    line-height: 141%;
    text-transform: uppercase;
    color: #f6e912;
}


.bonus {
    background-image: url(../images/bonus.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 100%;
    padding: 20px 30px 30px 30px;
    border-radius: 23px;
    margin-top: 40px;
}

.bonus img{
    width: 100%;
    margin-bottom: 5px;
}

.bonus-gift {
    width: 72px;
    height: 72px;
    margin: -75px auto 0 auto;
}

.bonus-title {
    font-weight: 300;
    font-size: 34px;
    line-height: 106%;
    width: 67%;
    text-transform: uppercase;
    color: #fff;
}

.bonus-subTitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 179%;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.bonus-text {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    line-height: 129%;
    padding-bottom: 20%;
    color: #fff;
    text-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
}


.wrapperElement-1 p{
    font-size: clamp(0px, 3.14vw, 14px) !important;
}

.wrapperElement-2 {
    padding-top: 30px;
}

.girl-gm {
    margin: 20px auto 0 auto;
}

.wrapperElement-1-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.mainTitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 104%;
    text-transform: uppercase;
    font-family: "Oswald Stencil Bold";
    text-align: center;
}

.yellow {
    color: #f6e912;
}

.white {
    color: #fff;
}

.mainText {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    color: #fff;
}

.mainText-span {
    font-weight: 600;
}

.thirdTitle {
    font-weight: 800;
    font-size: 16px;
    line-height: 112%;
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #ffe11f;
}

.secondTitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald Stencil Bold";
    color: #f6e912;
    padding-bottom: 20px;
}

.wrapperElement-1-stars {
    position: absolute;
    object-fit: contain;
    right: 0;
    bottom: 0;
    width: 76px;
    height: 85px;
}


.wrapperElement-2-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 20px;
    margin-top: -70px;
    z-index: 5;
    position: relative;
}

.bg-1 {
    background-image: url(../images/fon-frame-3.png);
}

.bg-2 {
    background-image: url(../images/fon-frame-5.png);
}

.wrapperElement-2-content-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 345px;
    margin: 0 auto;
}

.wrapperElement-2-content-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wrapperElement-3 {
    margin-top: 40px;
}

.wrapperElement-3-content {
    background-image: url(../images/fon-frame-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 15px;
    max-width: 400px;
    width: 100%;
    margin: 35px auto 0 auto;
}

.wrapperElement-4 {
    margin-top: 50px;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapperElement-4-secondList {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.wrapperElement-4-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapperElement-4-item-content {
    border-radius: 20px;
    padding: 16px 12px;
    max-width: 180px;
    width: 100%;
    min-height: 120px;
    background-image: url(../images/fon-frame-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
}

.wrapperElement-4-item-number {
    font-weight: 500;
    font-size: 100px;
    line-height: 88%;
    margin-bottom: -25px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    -webkit-text-stroke: 1px #FFD400;
    text-shadow: 0 0 33px rgba(255, 225, 31, 0.57);
}

.wrapperElement-4-item-content-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 114%;
    color: #fff;
}

.wrapperElement-5 {
    padding: 50px 0 40px 0;

}

.titleImage {
    width: 100%;
    margin-bottom: -100px;
    position: absolute;
    left: 0;
    z-index: -1;
}

.wrapperElement-5-content {
    background-image: url(../images/fon-frame-6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
    max-width: 398px;
    width: 100%;
    height: 160px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.device {
    position: relative;

    margin: 0 auto -120px auto;
}

.wrapperElement-5-text {
    text-align: center;
}

.slider1-track {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    min-height: 410px;
}

.slide1 {
    position: absolute;
    left: 0;
    border-radius: 20px;
    object-fit: contain;
    width: 100%;
    max-height: 400px;
    opacity: 0;
    /* За замовчуванням приховано */
    transition: opacity 0.3s ease-in-out;
    /* Плавний перехід при появі/зникненні */
}

.slide1.active {
    opacity: 1;
    /* Активний слайд видимий */
}



.slider1-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;
}

.slider1-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: transform 0.1s ease;
}

.buttonArrow {
    position: absolute;
}

#main-slide-image {
    transition: opacity 0.3s ease-in-out;
}

.slide1-container {
    min-height: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.slider1-button:active {
    transform: scale(0.95);
}

.buttonArrow {
    position: absolute;
}

.titleImageSecond {
    margin-bottom: -50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.wrapperElement-7 {
    padding-bottom: 50px;
}

.wrapperElement-7-content {
    position: relative;
    border-radius: 50px;
    z-index: 3;
    background-image: url(../images/karina-info.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px 0px 480px 0px;
    min-height: 743px;
}

.subTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 111%;
    padding-bottom: 30px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.subTitleN{
    font-weight: 500;
    font-size: 15px;
    line-height: 111%;
    padding: 0 15px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.wrapperElement-7-list {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
    gap: 10px;
}

.blGirl {
    position: absolute;
    bottom: -50px;
    left: -15px;
    z-index: 3;
}

.inst {
    position: absolute;
    z-index: 4;
    right: 0px;
    bottom: 45px;
}

.img-2M {
    position: absolute;
    right: 10px;
    bottom: 220px;
}

.wrapperElement-8 {
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.wrapperElement-8-lisstSecond {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}

.wrapperElement-8-lisst {
    width: 100%;
    z-index: 3;
    padding: 0 20px;
    position: relative;
}

.wrapperElement-8-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    max-width: 190px;
    width: 100%;
    margin-top: 30px;
}

.girl-ring {
    width: 130px;
    height: 134px;
    margin-bottom: 15px;
    object-fit: contain;
}

.wrapperElement-8-list-item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 114%;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #f6e912;
}

.wrapperElement-8-list-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.side-girl {
    position: absolute;
    bottom: 2px;
    right: -15px;
    z-index: 2;
}

.ylShadow {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -1px;
    width: 100%;
    object-fit: contain;
}

.secondBshadow {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: -10px;
    left: 0;
}

.wrapperElement-9 {
    padding-bottom: 60px;
}

.wrapperElement-9-topContent {
    background-image: url(../images/fon-frame-7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px 45px;
    position: relative;
    margin-top: 20px;
}

.wrapperElement-9-bottomContent {
    background-image: url(../images/cmp-7-frame.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    margin-top: 10%;
    position: relative;
}

.wrapperElement-9-tite {
    font-weight: 600;
    font-size: 18px;
    line-height: 128%;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 15px;
    z-index: 2;
    position: relative;
    color: #f6e912;
}

.reset {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 1;
}

.wrapperElement-9-bottomContent-title {
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 125%;
    color: #fff;
}

.wrapperElement-9-bottomContent-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wrapperElement-9-bottomContent-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    border-radius: 200px;
    margin: 0 auto;
    width: 93%;
    height: 93px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff49;
    padding-left: 36%;
    padding-right: 7%;
}

.wrapperElement-9-bottomContent-list-item .mainText{
    font-size: 16px;
    font-weight: 500;
}

.wrapperElement-9-bottomContent-list-item img{
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wrapperElement-10 {
    padding-bottom: 60px;
}

.headerSh {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.wrapperElement-10-sections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
}

.wrapperElement-10-section {
    display: flex;
    flex-direction: column;

}

.wrapperElement-10-section-top {
    border-radius: 10px;
    padding: 10px 60px 10px 20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.wrapperElement-10-section-top img {
    width: 18px;
    height: 10px;
    position: absolute;

    right: 20px;
}

.wrapperElement-10-section-bottom {
    background-image: url(../images/sectionFon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -25px;
}

.wrapperElement-10-section-number {
    font-weight: 400;
    font-size: 36px;
    color: #e82626;
}

.wrapperElement-10-section-title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.wrapperElement-10-section {
    transition: all 0.3s ease;
}

/* верхня частина завжди видима */
.wrapperElement-10-section-top {
    cursor: pointer;
    display: flex;
    z-index: 9;
    align-items: center;
    transition: background-color 0.3s ease;
}


/* стрілка плавно крутиться */
.wrapperElement-10-section-top img {
    transition: transform 0.3s ease;
}

/* нижня частина спочатку прихована */
.wrapperElement-10-section-bottom {
    opacity: 0;
    max-height: 0;
    padding: 20px;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* коли активна — показуємо */
.wrapperElement-10-section.active .wrapperElement-10-section-bottom {
    opacity: 1;
    margin-bottom: 15px;
    padding: 45px 30px 20px 30px;
}

/* для плавного відкриття тексту */
.wrapperElement-10-section-bottom p {
    margin: 0;
    padding: 10px 0;
}


.wrapperElement-11 {
    background-image: url(../images/bottomFrame.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 40px;
    margin-bottom: 30px;
}

.wrapperElement-11-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 121%;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    max-width: 310px;
    font-family: "Montserrat", sans-serif;
}

.wrapperElement-11-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    text-transform: uppercase;
    color: #fff;
    padding-top: 25px;
}

.wrapperElement-11-media {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
}

.wrapperElement-11-media-item {
    border: 1px solid #fff;
    border-radius: 10px;
    width: 118px;
    height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all .2s;
}

.wrapperElement-11-media-item:active {
    background-color: #3f3f3f;
}


.footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    opacity: 0;
    width: 100%;
    max-width: 440px;
    transform: translateY(440px);
    transition: all .3s ease;
}

.footer.active {
    transform: translateY(0px);
    opacity: 1;
}

.footer-timer {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.footer-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer-timer-value {
    border-radius: 150px;
    width: 67px;
    height: 38px;
    background-color: #fff;
    color: #000;
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
    text-align: center;
}

.footer-timer-time {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.footerButton {
    font-weight: 400;
    font-size: 36px;
    line-height: 111%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    border: 1px solid #ffe435;
    border-radius: 14px;
    font-family: "League Gothic", sans-serif;
    margin: 15px auto 0 auto;
    display: block;
    width: 293px;
    height: 56px;
    box-shadow: inset 0 0 12px 0 #fd0;
    background: linear-gradient(172deg, #ffe11f 0%, #fa0 100%);
    transition: .2s;
}

.footerButton:active {
    background: linear-gradient(172deg, #f3de56 0%, rgb(197, 131, 0) 100%);
}


@media(max-width: 430px) {
    .wrapperElement-9-bottomContent-list-item{
        height: 80px;
        padding-left: 33%;
    }
    .wrapperElement-9-bottomContent-list-item .mainText{
        font-size: 15px;
    }
    .subTitleN,
    .mainText{
        font-size: 13px;
    }
    .bonus-text {
        font-size: 11px;
    }

    .bonus img{
        margin-bottom: 8px;
    }

    .bonus-subTitle {
        font-size: 12px;
    }
    .nav-sale{
        margin-bottom: -13%;
    }
    .wrapperElement-1 .mainTitle {
        font-size: 38px;
    }

    .wrapperElement-8-lisst {
        justify-content: center;
    }

    .wrapperElement-8-list-item-text{
        font-size: 13px;
        max-width: 140px;
    }

}

@media(max-width: 420px) {
    .wrapperElement-7-content{
        padding: 20px 0px 444px 0px;
        min-height: 713px;
    }

    .wrapperElement-7-content .mainTitle{
        font-size: 56px !important;
    }
    .wrapperElement-5-content {
        height: 150px;
    }

    .device {
        width: 212px;
        height: 158px;
        margin: 0 auto -80px auto;
    }
}

@media(max-width: 400px){

    .wrapperElement-9-bottomContent-list-item{
        height: 75px;
        padding-left: 33%;
    }
    .wrapperElement-9-bottomContent-list-item .mainText{
        font-size: 14px;
    }

    .wrapperElement-7-content{
        padding: 15px 0px 400px 0px;
        min-height: 670px;
    }

    .subTitleN, .mainText {
        font-size: 12px;
    }

    .price{
        transform: scale(0.9);
    }

    .bonus-title {
        font-size: 30px;
        line-height: 106%;
        padding-bottom: 15px;
    }
}

@media(max-width: 380px){
     .wrapperElement-9-bottomContent-list-item{
        height: 70px;
        padding-left: 33%;
    }
    .wrapperElement-9-bottomContent-list-item .mainText{
        font-size: 13px;
    }
    .price{
        transform: scale(0.8);
    }

      .bonus-text {
        font-size: 10px;
    }

    .bonus img{
        margin-bottom: 6px;
    }

    .bonus-subTitle {
        font-size: 11px;
    }
}


@media(max-width: 370px) {

    .mainImage {
        max-width: 340px;
    }

    .price {
        transform: scale(0.8);
    }
}

@media(max-width: 340px) {
    .wrapperElement-8-list-item-text{
        font-size: 12px;
        max-width: 120px;
    }
}

 .product-name {
            font-family: 'trebuchet ms', geneva, sans-serif;
        }
        
        .mainImage{
            left: 10px;
            max-width: 420px;
        }
        @media(max-width: 475px) {
            .mainImage{
                left: -30px;
            }
            .key_txt {
                    width: 130px;
                    font-size: 10px
            }

        }
        
        .girl-after{
            position: relative;
        }
        .girl-after::after {
            content: "";
            display: block;
            width: 30px;
            height: 85px;
            background: #000;
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
        }
        @media (max-width: 370px) {
            .mainImage {
                max-width: 340px;
            }
        }
        
