div.block_1 {
    position: relative;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: white;
    }
div.block_1 .maxw {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    }
div.block_1 .maxw .element_0 {
    width: 100%;
    height: auto;
    }
div.block_1 .maxw .element_0 .title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: rgb(228,0,123);
    padding: 40px 0;
    text-transform: uppercase;
    }
div.block_1 .maxw .element_1 {
    width: 100%;
    height: auto;
    }
div.block_1 .maxw .element_1 .pricetable {
    display: inline-table;
    margin-bottom: 50px;
    }
div.block_1 .maxw .element_1 .pricetable .product {
    display: table-row;
    }
div.block_1 .maxw .element_1 .pricetable .product .price_product {
    padding: 10px 30px;
    display: table-cell;
    font-size: 1.3em;
    font-weight: 500;
    color: rgb(34,34,34);
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
    }
div.block_1 .maxw .element_1 .pricetable .product .price {
    display: table-cell;
    font-weight: bold;
    color: rgb(0,157,224);
    text-align: left;
    }
div.block_1 .maxw .element_2 {
    padding: 20px 0;
    color: rgb(0,157,224);
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: right;
    }
div.block_1 .maxw .element_2 a:hover {
    color: rgb(228,0,123);
    }

/* Portrait */
@media screen and (orientation:portrait) {
}

/* 0-640 */
@media only screen and (max-width:640px) {
}

/* 0-480 */
@media only screen and (max-width:480px) {
div.block_1 .maxw .element_1 .pricetable .product .price_product {
    padding: 10px 3px;
    }
div.block_1 .maxw .element_1 .pricetable .product .price {
    padding-right: 5px;
    }
}

/* 0-640 */
@media only screen and (max-height:640px) {
}
