.promotion_details .promotion_title {
    display: block;
    float: left;
    margin-top: 16px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    line-height: 24px;
    width: 100%;
}

.promotion_details .promotion_text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 22px;
    width: 100%;
}

.promotional_container {
    display: block;
    float: left;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 640px 544px;
    padding-bottom: 275px;
    width: 100%;
}

.promo_container {
    background-color: #fff;
    display: block;
    float: left;
    padding: 20px 8.75% 32px;
    width: 82.5%;
}

.promo_container p {
    margin: 0px;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 15px;
}

.promotions_container {
    background-color: #fff;
    display: block;
    float: left;
    padding: 20px 8.75% 32px;
    width: 82.5%;
}

.title {
    color: #3c67a5;
    display: block;
    float: left;
    font-family: font1;
    font-size: 16px;
    margin-top: 15px;
}

.image_no_link {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.data {
    color: #706f6f;
    display: block;
    float: left;
    font-family: "Font2";
    font-size: 87.5%;
    line-height: 17px;
    text-decoration: none;
    width: 100%;
}

.container_promotions article {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #1f4290;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
}

.container_promotions article a img {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.under_image {
    color: #3c67a5;
    display: block;
    float: left;
    font-family: font2;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
}

.buttons_container .button_white {
    display: block;
    float: left;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Font1';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
    color: #3C67A5;
    background-color: #FFF;
    border: 1px solid;
}

.buttons_container .button_orange {
    display: block;
    float: left;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Font2';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    width: 100%;
    background-color: #E56A5A;
    border: 1px solid;
}

.buttons_container .button_orange.added {
    background-color: #dae589;
}

.buttons_container .button_orange.added::after {
    background-color: #dae589;
    background-image: url("../../images/mobile/sprite-products.png");
    background-position: -2px -178px;
    background-repeat: no-repeat;
    background-size: 96px 435px;
    content: " ";
    display: block;
    float: right;
    height: 40px;
    margin-left: -10px;
    margin-right: 10px;
    width: 40px;
}

.button_orange::after {
    background-image: url("../../images/mobile/sprite-common.png");
    background-position: center -855px;
    background-repeat: no-repeat;
    background-size: 143px 1235px;
    content: " ";
    display: block;
    float: right;
    height: 40px;
    margin-left: -10px;
    margin-right: 10px;
    width: 30px;
}

.data {
    color: #706f6f;
    display: block;
    float: left;
    font-family: "Font2";
    font-size: 87.5%;
    line-height: 17px;
    text-decoration: none;
    width: 100%;
}

.promo_container img {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.corporative_content .promo_image {
    display: block;
    float: left;
}

.corporative_content .promo_container {
    display: block;
    float: right;
    width: 400px;
}
@media( min-width: 960px ){
    .corporative_content .promo_container {
        width: 603px;
    }
}

.promo_container .promo_title {
    color: #3c67a5;
    display: block;
    font-family: 'Font1';
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.promo_container .promo_text {
    display: block;
    float: left;
    margin-top: 25px;
    color: #3C67A5;
    font-family: 'Font2';
    line-height: 22px;
    width: 100%;
}

.corporative_content .buttons_container {
    display: block;
    float: right;
    width: 100%;
}
@media( min-width: 960px ){
    .corporative_content .buttons_container {
        width: 603px;
    }
}

.buttons_container .orange_button {
    display: block;
    float: left;
    margin-top: 28px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #E66B5B;
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    background-position: -46px -645px;
    color: #fff;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 30px;
    line-height: 38px;
    width: 189px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms;
    -moz-transition: background-color 150ms;
    transition: background-color 150ms;
}
.buttons_container.added .orange_button {
    display: none;
}
@media( min-width: 960px ){
    .buttons_container .orange_button:hover {
        background-color: #bd3321;
    }
}

.buttons_container .added_button {
    display: none;
}
.buttons_container.added .added_button {
    display: block;
    float: left;
    margin-top: 28px;
    border: 1px solid #E66B5B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../images/sprite-common.png);
    background-repeat: no-repeat;
    background-position: -39px -981px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    line-height: 36px;
    width: 189px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons_container .white_button {
    display: block;
    float: left;
    margin-top: 34px;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    width: 226px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
.buttons_container .added_button + .white_button {
    float: right;
}
@media( min-width: 960px ){
    .buttons_container .white_button:hover {
        background-color: #3C67A5;
        color: #fff;
    }
}

.corporative_content .questions_list {
    display: block;
    float: left;
    margin-top: 14px;
    width: 100%;
}

.questions_list .question_container {
    display: block;
    float: left;
    margin-top: 20px;
    width: 100%;
}

.question_container .question {
    display: block;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #CAECF6;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 112.5%; /*18px*/
    text-decoration: none;
    line-height: 38px;
    padding: 0em 18px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.question span {
    display: block;
    float: right;
    margin-top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4EC1E0;
    background-image: url(../../images/sprite-corporatives.png);
    background-repeat: no-repeat;
    background-position: -160px -21px;
    width: 24px;
    height: 24px;
}
.question.open span {
    background-position: -160px 3px;
}

.question_container .answer_container {
    display: none;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

main .back {
    background: #d8f3f8 none repeat scroll 0 0;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    display: block;
    float: left;
    width: 100%;
}

.back .section_container {
    background: transparent none repeat scroll 0 0;
    padding-bottom: 5px;
    padding-top: 5px;
}


.back a::before {
    background: #3c67a5 url("../../images/mobile/sprite-shopping-cart.png") no-repeat scroll 10px -380px / 31px 430px;
    border-radius: 5px;
    content: " ";
    display: block;
    float: left;
    height: 30px;
    width: 30px;
}


