.main {
    background-color: #000;
}

.button {
    cursor: pointer; 
    justify-self: center; 
    align-self: center; 
    padding: 16px; 
    border-radius: 16px; 
    height: 28px;  
    font-size: 28px; 
    color: #000; 
    background-color: #fc0;
    width: 160px;
    text-align: center;
    border: 3px solid #ff002a;
}

.button:hover {
    background-color: #81090e;
}

.left {
    width: 132px;
}

.right {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 16px;
    width: 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 20px;
    margin-left: 96px;
}

.mainDiv {
    display: flex; 
    width: 100%; 
    height: 100%; 
}

.price {
    display: flex; 
    gap: 32px; 
    margin-bottom: 16px;
}

.price_price {
    display: flex;
    flex-direction: column;
    font-size: 36px; 
    align-self: center; 
    margin-right: 32px;
}

.social {
    display: flex; 
    gap: 16px; 
    align-self: center; 
    align-items: center; 
}

.social_footer {
    display: flex; 
    gap: 16px; 
    align-content: center; 
    align-items: center;
}

.strike {
    color: #c20d15;
    text-decoration: line-through;
}

.strikeText {
    color: #fff;
    font-size: 32px;
}

@media (max-width: 1280px) {
    .imgObl {
        height: 260px;
        width: 200px;
        align-self: center;
    }
    
    .mainDiv {
       display: flex; 
       flex-direction: column;
    }
    .right {
        display: flex;
        flex-direction: column;
        color: #fff;
        gap: 8px;
        width: 100%;
        justify-content: center;
        align-content: center;
        align-items: center;
        font-size: 16px;
        margin-left: 0px;
    }
    .price {
        display: flex; 
        flex-direction: column;
        gap: 16px; 
        margin-bottom: 16px;
    }
    
    .price_price {
        display: flex;
        flex-direction: column;
        font-size: 24px; 
        align-self: center; 
        margin-right: 12px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .skidka {
        height: 100px;
        margin-top: 16px;
    }
    
    .social {
        align-self: center; 
        align-items: center; 
        width: 30px !important;
    }
    
    .social_footer {
        display: flex; 
        flex-direction: column;    
        gap: 16px; 
        align-content: center; 
        align-items: center;
    }
    
    .strike {
        color: #c20d15;
        text-decoration: line-through;
        padding-bottom: 8px;
    }
    
    .mainDiv {
        margin-left: 0px;
    }
    
    .left {
        height: 0px;
    }
    
    .strikeText {
        color: #fff;
        font-size: 22px;
    }    
}