.form_block input[type=email]{
    width: 100%;
    max-width: 266px;
    margin-top: 10px;
    line-height: 41px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #767676;
    float: left;
}
.form_block input[type=submit]{
    margin-left: 16px;
    padding: 2px 15px 2px 13px;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 29px;
    color: #fff;
    background: #e93f33;
    margin-top: 19px;
    border-radius: 5px;
    float: left;
}
.form_block input {outline:none;}

form .email_block{
    width: 100%;
    max-width: 268px;
    float: left;
}
#email_field-error{
    color: #e93f33;
    font-size: 12px;
}
.ready_ico{
    background: url(/assets/images/promocodes/ready.png) -8px -5px;
    width: 22px;
    height: 21px;
    float: left;
    margin-top: 8px;
}
.success_block {
    padding-left: 31px;
    /*height: 66px;*/
}
.success_block p {
    padding-left: 33px;
    padding-top: 2px;
    font-size: 14px !important;
    line-height: 23px;
}
.success_block p b {
    display: block;
    margin: 5px 0px 10px 0px;
    padding: 0px;
}
.success_block {
    display:none;
}
.success_block span.success_email{
    float: inherit;
    display: contents;
}
#popup-msg {
    padding: 30px 50px;
    color: #ff0032;
    font-weight: bold;
}

.r2d2 h2.finished,
h2.finished {
    color: rgb(227, 6, 17) !important;
}

@media only screen and (max-width: 999px) and (min-width: 640px) {
    .success_block p b {
        margin-top: 10px;
    }
}

@media screen and (max-width: 639px) {
    .form_block input[type=submit] {
        margin-left: 0px;
    }
    .success_block p b {
        margin-top: 30px;
    }
}

.code_pane ol li span {
    float: left;
    display: block;
    line-height: 19px;
}
.text-page ol li:before, .text-popup-contents ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #ff0032;
    margin-right: 6px;
    float: left;
    display: block;
}

.code_pane ol li span .qico {
    background: url(/assets/images/promocodes/qico.png);
    width: 14px;
    height: 14px;
    margin-left: 8px;
    margin-top: 4px;
    cursor: pointer;
}
.qico__tooltip{
    display:none;
    position: absolute;
    margin-bottom: 5px;
    margin-left: -120px;
    margin-top: 33px;
    padding: 7px;
    width: 204px;
    height: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background: #eaeaea;
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    padding-left: 39px;
    padding-right: 17px;
    padding-bottom: 22px;
    padding-top: 15px;
    line-height: 16px;
}
.code_pane ol li span .qico__tooltip:before {
    content: " ";
    position: absolute;
    margin-left: 70px;
    margin-top: -29px;
    width: 0;
    border-bottom: 16px solid #eaeaea;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    font-size: 0;
    line-height: 0;
}
.code_pane ol li span .qico__tooltip p{
    font-size: 12px!important;
    line-height: 16px;
    color: #000;
    padding-right: 15px;
}
.code_pane ol li span .qico__tooltip .close-tooltip {
    background: url(/assets/images/promocodes/close.png);
    position: absolute;
    width: 11px;
    height: 11px;
    margin-top: -7px;
    margin-left: 201px;
    z-index: 2;
}
.qico_show .qico__tooltip{
    display:block;
}
.block__list{
    display: list-item;
    list-style: disc;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    padding-right: 20px;
}
.block__list .block__list__element{
    display: list-item;
}

.text-page .izo img{
    max-width: 100%;
}