:root {
    --dark-gray:#666666;
    --but-color: #3366ff;
    --light-but-color: #6699ff;
    --bg-color-pw: #3366ff;
    --bg-color-ds: #eb553c;
    --gray: #999999;
    --red: #fa4646;
    --light-gray: #dadada;
    --light-black: #333333;
    --light-red: #ff6363;
    --dark-white:#cccccc;
    --white:#FFFFFFFF;

    --warranty-img-bottom: -20px;
    --warranty-img-width: 380px;

    --warranty-img-mob-width: 210px;
    --warranty-img-mob-bottom: 17px;
    --warranty-img-mob-right: -20px;

    --consultation-box-size:cover;
    --consultation-position-y:27%;

    --bg-delivery: url("../../images/bg_images/longot/bg-delivery.png");
    --bg-discounts: url("../../images/bg_images/longot/bg-discounts.png");
    --bg-payment-ways: url("../../images/bg_images/longot/bg-payment-ways.png");
    --bg-warranty:url("../../images/bg_images/longot/bg-warranty.png");
    --bg-preview:  url("../../images/bg_images/longot/bg-preview-2.jpg");
    --bg-consultation-box: url("../../images/bg_images/longot/big-aim.png");
    --bg-mb-consultation-box: url("../../images/bg_images/longot/big-aim-mob.png");
    --bg-reviews-box: url("../../images/bg_images/longot/big-aim-2.png");
    --bg-subscribe: url("../../images/bg_images/longot/subscribe-bg.jpg");
    --bg-mb-subscribe: url("../../images/bg_images/longot/subscribe-bg-mob.jpg");
}