.calc-checkout-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;   
    box-sizing: border-box;
    background-color: transparent;   
    width: 221px;    
    padding: 0 10px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.calc-checkout-form .btn-style {
	width: 100%!important;
}

.calc-total {
    justify-content: flex-start;
}

.mobile {
    display: none;
}

.item-desc {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.calculator-seo-block {
    padding-bottom: 80px;
}

@media (max-width: 480px) {
    .calc-total {
        margin-top: 10px;
        justify-content: center !important;
    }

    .comment {
        margin-bottom: 15px;
    }

    .cart-unit__col.cart-unit__col_right {
        display: none;
    }

    .item-desc {
        margin-bottom: 0;
    }

    .mobile {
        display: block;
    }

    .calc-checkout {
        width: auto;
    }

    body .cart-unit__col.cart-unit__col_left {
        width: 100%;
    }
}