* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background: linear-gradient(135deg, #e2c312, #dd8b20, #692828); */
    background: white;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    min-height: 100vh;
}

.pc-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    overflow: hidden;
}

.mobile-wrap {
    width: 100%;
    position: relative;
}

.tops img, 
.top-image img, 
.label img, 
.service img,
.fix-down img {
    width: 100%;
    height: auto;
    display: block;
}

.lines {
    padding: 10px;
    background: #000000;
}

.conts {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item {
    /* background: rgba(0, 0, 0, 0.3); */
    border-radius: 8px;
    overflow: hidden;
}



.text {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btns {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px;
    text-decoration: none;
    color: inherit;
}

.fr {
    background: rgb(22, 120, 255);
    color: white;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 12px;
    min-width: 70px;
    text-align: center;
}

.ms.fl {
    background: #4caf50;
    color: white;
    padding: 4px 8px;
    border-radius: 9px;
    margin-right: 15px;
    min-width: 40px;
    text-align: center;
    font-size: 12px;
}

.txts.fl {
    font-weight: 200;
    flex-grow: 1;
    color:white;
    text-align: center;
}
.txts {
    font-size: 14px;
}


.service {
    background: #000000;
}

.swiper-container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.fix-service {
    position: fixed;
    top: 18%;
    right: calc(50% - 240px);
    transform: translateY(-50%);
    z-index: 1000;
}

.fix-service img {
    width: 70px;
    height: 70px;
}

.cg-footer-btn {
    cursor: pointer;
    transition: transform 0.2s;
}

.cg-footer-btn:hover {
    transform: translateY(-2px);
}

/* Адаптивность для мобильных */
@media (max-width: 500px) {
    .cg-downbload-footer {
        height: 75px;
        padding: 0 12px;
    }
    
    .cg-footer-btn {
        height: 35px !important;
        width: 48% !important;
        border-radius: 8px;
    }
    
    .cg-footer-bubble {
        font-size: 11px !important;
        padding: 8px 12px !important;
        bottom: 38px !important;
        right: 8px !important;
    }
    
    .cg-footer-bubble > div {
        left: 12px !important;
        bottom: -14px !important;
        border: 8px solid transparent !important;
        border-top: 8px solid #ea4e3d !important;
    }
    
    .text-warp {
        font-size: 15px !important;
    }
}

@media (max-width: 500px) {
    .fix-service {
        right: 10px;
        top: 17%;
    }
    .fix-service img {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 350px) {
    .fix-service img {
        width: 45px;
        height: 45px;
    }
}
        


@media (max-width: 500px) {
    body {
        padding: 0;
    }
    
    .pc-container {
        border-radius: 0;
        max-width: 100%;
    }
}


@media (min-width: 501px) {
    .btns {
        padding: 9px;
    }
    .fr {
    padding: 9px 14px;
    font-size: 15px;
    min-width: 80px;
    }
    .txts{
        font-size: 18px;
    }
    .ms.fl {
    padding: 8px 15px;
    border-radius: 9px;
    margin-right: 15px;
    min-width: 50px;
    text-align: center;
    font-size: 16px;
}
}