.chocoStep .main {
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 680px;
    background-color: #fff;
}

.chocoStep .main:after {
    display: block;
    clear: both;
    content: '';
}

.chocoStep .main_bordered {
    width: 962px;
    border: 1px solid #dde1e6;
    border-radius: 20px;
}

.chocoStep .left {
    float: left;
    border-right: 1px solid #dde1e6;
}

.chocoStep .left:last-of-type {
    border-right: none;
}

.chocoStep .right {
    margin-left: 270px;
    width: 690px;
    height: 100%;
    border-left: 1px solid #dde1e6;
}

.chocoStep .right:after {
    display: block;
    clear: both;
    content: '';
}

.chocoStep .full {
    width: 100%;
    height: 680px;
}

.chocoStep .full:after {
    display: block;
    clear: both;
    content: '';
}

.chocoStep .full_padded {
    padding-right: 235px;
}

.chocoStep .full_start {
    background: url(../images/bg_start.png) no-repeat;
    background-color: #1e1b1e;
}


.chocoStep .description {
    padding: 115px 0;
}

.chocoStep .description__header {
    margin-bottom: 1px;
    font-family: 'SegoePrint';
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.chocoStep .description__container {
    padding-right: 270px;
    padding-left: 35px;
}

.chocoStep .description__item {
    position: relative;
    margin-top: 20px;
    padding: 106px 15px 0 15px;
    display: inline-block;
    width: 325px;
    font-family: 'SegoePrint';
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
    color: #fff;
}

.chocoStep .description__item:before {
    position: absolute;
    display: block;
    content: '';
}

.chocoStep .description__item_delete:before {
    top: -webkit-calc(1.5px);
    top:         calc(1.5px);
    left: -webkit-calc(121.5px);
    left:         calc(121.5px);
    width: 77px;
    height: 77px;
    background: url('../images/sprite.png') -85px -88px;
}

.chocoStep .description__item_real:before {
    top: -webkit-calc(6.5px);
    top:         calc(6.5px);
    left: -webkit-calc(123px);
    left:         calc(123px);
    width: 74px;
    height: 67px;
    background: url('../images/sprite.png') -176px 0;
}

.chocoStep .description__item_mask:before {
    top: -webkit-calc(6.5px);
    top:         calc(6.5px);
    left: -webkit-calc(101px);
    left:         calc(101px);
    width: 118px;
    height: 67px;
    background: url('../images/sprite.png') 0 -174px;
}

.chocoStep .description__item_date:before {
    top: -webkit-calc(1px);
    top:         calc(1px);
    left: -webkit-calc(121.5px);
    left:         calc(121.5px);
    width: 77px;
    height: 78px;
    background: url('../images/sprite.png') 0 -88px;
}


.chocoStep .btn {
    padding: 0 55px;
    display: inline-block;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}

.chocoStep .btn_cancel {
    background-color: #e01134;
}

.chocoStep .btn_cancel:hover {
    background-color: #e52848;
}

.chocoStep .btn_send {
    display: inline-block;
    width: 30px;
    height: 23px;
    text-decoration: none;
    background: url('../images/sprite.png') -258px -135px;
}
.chocoStep .btn-next:hover,
.chocoStep .btn-next {
    padding: 2px 4px 4px;
    display: inline-block;
    box-sizing: content-box;
    height: 62px;
    font-size: 18px;
    font-weight: bold;
    line-height: 62px;
    text-decoration: none;
    color: #fff;
    background: #fc8aa5; /* Old browsers */ /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc8aa5), color-stop(100%, #ae2748)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc8aa5 0%, #ae2748 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fc8aa5 0%, #ae2748 100%); /* Opera 11.10+ */ /* IE10+ */
    background:         linear-gradient(to bottom, #fc8aa5 0%, #ae2748 100%); /* W3C */
    border: 4px solid #000;
    border-radius: 39px;

    -ms-box-sizing: content-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8aa5', endColorstr='#ae2748', GradientType=0); /* IE6-9 */
}

.chocoStep .btn-next_border-transparent {
    border: 4px solid #ebeced;
}

.chocoStep .btn-next__text {
    position: relative;
    padding-right: 75px;
    padding-left: 31px;
    display: table-cell;
    height: 62px;
    font-family: 'SegoePrint';
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background: #fa5980; /* Old browsers */ /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa5980), color-stop(100%, #f53966)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fa5980 0%, #f53966 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, #fa5980 0%, #f53966 100%); /* Opera 11.10+ */ /* IE10+ */
    background:         linear-gradient(to bottom, #fa5980 0%, #f53966 100%); /* W3C */
    border-radius: 39px;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa5980', endColorstr='#f53966', GradientType=0); /* IE6-9 */
}

.chocoStep .btn-next__text:before,
.chocoStep .btn-next__text:after {
    position: absolute;
    top: 0;
    display: block;
    width: 60px;
    height: 62px;
}

.chocoStep .btn-next__text:before {
    right: 0;
    font-family: 'SegoePrint';
    font-size: 40px;
    font-weight: normal;
    line-height: 54px;
    content: '→';
    text-align: center;
    color: #fff;
    border-left: 1px solid rgba(252, 144, 176, .5);
}

.chocoStep .btn-next__text:after {
    right: 1px;
    content: '';
    border-left: 1px solid rgba(245, 26, 59, .5);
}


.chocoStep .confirm {
    position: absolute;
    right: 25px;
    width: 235px;
}

.chocoStep .confirm_h_76 {
    top: -webkit-calc(50% - 38px);
    top:         calc(50% - 38px);
    height: 76px;
}




.chocoStep .start-logo {
    width: 100%;
    height: 680px;
    background: url(../images/logo_start.png) no-repeat center;
}


.chocoStep .modal-dialog
{
    width: 960px;
    height: 680px;
    padding-top: 8px;
}