#breadcrumbs {
    color: #999999;
    font-size: 10pt;
    line-height: 20px;
    margin: 0 0 20px 20px;
    width: 390px;
    min-height: 40px;
}

.order-step {
    width: 980px;
    margin: 10px auto;
    padding-left: 35px;
    position: relative;
}

.order-step .order-breadcrumbs {
    color: #999999;
    font-size: 10pt;
    line-height: 20px;
    margin: 55px 0 35px 0;
    white-space: nowrap;
}

.order-step .order-breadcrumbs a, .order-step .order-breadcrumbs span, .order-step .order-breadcrumbs nobr {
    font-size: 10pt;
    line-height: 20px;
}

.order-step .step-title {
    font-size: 19pt;
    font-style: italic;
    font-weight: bold;
    color: #776655;
    height: 26px;
}

.order-step .step-title span {
    color: #3790DA;
    font-size: 18pt;
}

.order-step .step-title p {
    display: inline-block;
    font-size: 16pt;
}

.order-step .step-image {
    position: relative;
    height: 450px;
    margin-top: 16px;
    border-radius: 5px;
    background: #e9e9e9;
    margin-bottom: 40px;
}

.order-step .step-image canvas {
    border-radius: 5px;
    position: absolute;
    top: 0;
}

.order-step .step-size {
    margin: 30px 0;
    color: #776655;
}

.order-step .step-size .size-radio {
    cursor: pointer;
}

.order-step .size-radio.select {
    font-weight: bold;
}

.order-step .step-size .size-wrapper {
    height: 25px;
    float: left;
    width: 34%;
}

.order-step .step-size .size-wrapper .size-left {
    display: block;
    width: 128px;
    float: left;
}

.order-step .step-size .size-new {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 220px;
}

.order-step .step-size .size-new .new-input {
    position: absolute;
    margin-top: 10px;
    left: 26px;
}

.order-step .step-size .size-new .new-input input[type=text], .order-step .step-size .size-new .new-input select{
    width: 65px;
    font-style: normal;
}

.order-step .step-size select {
    font-style: normal;
}

.step-help {
    font-style: italic;
    text-align: left;
    font-weight: bold;
    line-height: 26px;
    margin: 28px 0;
    color: #776655;
}

/*step 2*/

.order-step .wrapper-materials {
    margin: 18px 0;
    width: auto;
    height: 300px;
}

.order-step .wrapper-materials .material-tabs {
    height: 39px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    color: #554433;
    font-size: 20px;
}

.order-step .wrapper-materials .material-tabs .material-switch .tabs {
    height: 38px;
    padding: 0 20px;
    margin-right: 10px;
    float: left;
    line-height: 38px;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background: #F2F2F2;
    cursor: pointer;
    position: relative;
    z-index: 5;
    top: 1px;
    font-size: 17pt;
}

.order-step .wrapper-materials .material-tabs .material-switch  .tabs:hover {
    color: #776655;
    background: #e7e7e7;
}


.order-step .wrapper-materials .material-tabs .material-trigger {
    height: 38px;
    padding-left: 12px;
    float: right;
    line-height: 30px;
    position: relative;
    cursor: pointer;
}

.order-step .wrapper-materials .material-tabs .material-trigger .tabs {
    line-height: 30px;
    width: 80px;
    height: 30px;
    margin-right: 0;
    padding: 0 20px;
    float: right;
    color: #3ba7d5;
    border: 1px solid #c2c2c2;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.order-step .wrapper-materials .material-tabs .material-trigger .tabs:first-child {
    border-radius: 0px 4px 4px 0px;
}

.order-step .wrapper-materials .material-tabs .material-trigger .tabs:last-child {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.order-step .wrapper-materials .material-tabs .material-trigger .tabs:hover , .order-step .wrapper-materials .material-tabs .material-trigger .tabs.active {
    color: #776655;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
}

.order-step .wrapper-materials .material-tabs .material-trigger .trigger-sMaterial:hover, .order-step .wrapper-materials .material-tabs .material-trigger .trigger-sMaterial.active {
    color: #776655;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(left, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to right, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 22%, rgba(209,209,209,1) 81%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1', GradientType=1 );
}

.order-step .info-article {
    margin-top: 38px;
    height: 104px;
    width: auto;
    padding: 20px;
    border-radius: 4px;
    color: #776655;
    background: #e3e3e3;
}


.order-step .info-article  .info-article-decor1 {
    height: 30px;
    width: auto;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.order-step .info-article  .info-article-decor2 {
    line-height: 24px;
}

.order-step .update-option .checkbox {
    font-size: 16px;
    color: #776655;
    padding: 0 0 0 25px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: transparent url('/images/A_Checkboxs_0.png?version=2') no-repeat 0 0;
    margin-bottom: 8px;
    cursor: pointer;
}

.order-step .update-option {
    margin-top: 20px;
}

.order-step .update-option .checkbox.active {
    color: #191919;
    background: transparent url('/images/A_Checkboxs_1.png?version=2') no-repeat 0 0;
}


.order-step .update-option .checkbox .cat_price {
    white-space: nowrap;
    float: left;
}

.order-step .wrapper-materials .material-tabs .material-switch .tabs.active {
    background: #fff;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.order-step .wrapper-materials .tabs-content {
    width: auto;
    /*min-height: 400px;*/
    border: 1px solid #c2c2c2;
    padding: 10px;
    background: #fff;
}

.order-step .wrapper-tabs-content {
    display: block;
    /*min-height: 400px;*/
    width: 100%;
    float: left;
    outline: 1px solid #fff;
}

.order-step .wrapper-tabs-content .trigger-material-tab {
    display: block;
    /*min-height: 400px;*/
    width: 100%;
    float: left;
}

.order-step .wrapper-tabs-content .free-material {
    /*min-height: 400px;*/
    float: left;
    margin-left: 20px;
}

.order-step .wrapper-tabs-content .free-material .item {
    width: 145px;
    height: 95px;
    float: left;
    margin: 14px 10px 0 0;
    position: relative;
}

.order-step .wrapper-tabs-content .free-material .item img {
    width: 140px;
    float: left;
    margin-bottom: 6px;
    cursor: pointer;
}

.order-step .tabs-content .title-decor {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: #776655;
}

.order-step .wrapper-tabs-content .free-material .item  .item-name-decoration {
    font-weight: normal;
    font-style: normal;
    width: 110px;
    padding-left: 25px;
    color: #3ba7d5;
    text-decoration: underline;
}

.order-step .wrapper-tabs-content .free-material .lens {
    width: 20px;
    height: 20px;
    background: url("/images/A_Lens1.png") no-repeat;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 120px;
    top: 74px;
}

.order-step #dopitems .dopitems-option .lens {
    width: 20px;
    height: 20px;
    background: url("/images/A_Lens-white1.png") no-repeat;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 132px;
    top: 110px;
}
.dopitems-option .lens {
    width: 20px;
    height: 20px;
    background: url("/images/A_Lens-white1.png") no-repeat;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 132px;
    top: 110px;
}

#full_screen1 .button-tab-main {
    width: 280px;
    position: absolute;
    top: 593px;
    text-align: center;
    line-height: 38px;
    height: 36px;
    padding: 5px;
    left: 23px;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
    cursor: pointer;
}

#full_screen1 .button-tab-dop {
    width: 224px;
    position: absolute;
    top: 593px;
    text-align: center;
    line-height: 38px;
    padding: 5px;
    height: 36px;
    left: 320px;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
    cursor: pointer;
}

#full_screen1 .button-tab-main:hover , #full_screen1 .button-tab-dop:hover{
    color: #dedede;
    background: rgba(21,102,178,1);
    background: -moz-linear-gradient(top, rgba(21,102,178,1) 0%, rgba(18,80,151,1) 100%);
    background: -webkit-linear-gradient(top, rgba(21,102,178,1) 0%, rgba(18,80,151,1) 100%);
    background: -o-linear-gradient(top, rgba(21,102,178,1) 0%, rgba(18,80,151,1) 100%);
    background: -ms-linear-gradient(top, rgba(21,102,178,1) 0%, rgba(18,80,151,1) 100%);
    background: linear-gradient(to bottom, rgba(21,102,178,1) 0%, rgba(18,80,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566b2', endColorstr='#125097', GradientType=0 );
}


#full_screen1 .desc, #full_screen2 .desc {
    bottom: 95px;
    position: relative;
    left: 24px;
    color: #fff;
}

#full_screen1, #full_screen2 {
    width: 1000px;
    height: 660px;
}

#full_screen1 img, #full_screen2 img{
    cursor:pointer;
}

#full_screen1 .footnote {
    font-size: 0.875rem;
    color: rgba(162,162,162,0.8);
    position: absolute;
    bottom: 10px;
    right: 20px;
}    

/*step3*/

.order-step .update-option .title-decor {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: #776655;
    height: 30px;
    margin: 10px;
    margin-top: 15px;
}

.order-step  #dopitems {
    height: auto;
    float: left;
}

.order-step  #dopitems .dopitems-option {
    position: relative;
    width: 153px;
    height: 190px;
    float: left;
    margin: 5px;
    cursor:pointer;
}

.order-step #dopitems .dopitems-option:hover {
    background: rgba(204, 229, 242, 0.3);
}

.order-step  #dopitems .dopitems-option img {
    width: 152px;
    float: left;
    margin-bottom: 6px;
    cursor: pointer;
}

.order-step #dopitems  .chek-dop {
    float: left;
    top: 112px;
    padding: 2px 0 0 10px;
}

.order-step  #dopitems  .cat_prices {
    width: 118px;
    height: 20px;
    padding-top: 2px;
   /* position: relative;
    left: -17px;*/
    float:left;
    cursor: pointer;
}

.order-step #dopitems .dopitems-title {
    font-weight: normal;
    font-style: normal;
    width: 128px;
    height: 30px;
    margin-left: 25px;
    color: #3ba7d5;
    text-decoration: underline;
    float: left;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    cursor: pointer;
}

#full_screen1 .left_arrow, #full_screen1 .right_arrow, #full_screen2 .left_arrow, #full_screen2 .right_arrow {
    background: transparent url('/images/A_navigation_arrows.png?version=2') no-repeat;
    position: absolute;
    width: 30px;
    height: 50px;
    z-index:10;
    top: 305px;
    cursor: pointer;
    display: block;
}

#full_screen1 .left_arrow, #full_screen2 .left_arrow {
    background-position: 0 0;
    left: 25px;
}

#full_screen1 .left_arrow:hover, #full_screen2 .left_arrow:hover {
    background-position: 0 -50px;
}

#full_screen1 .left_arrow:active, #full_screen2 .left_arrow:active {
    background-position: 0 -100px;
}

#full_screen1 .right_arrow, #full_screen2 .right_arrow {
    background-position: -30px 0;
    right: 25px;
}

#full_screen1 .right_arrow:hover, #full_screen2 .right_arrow:hover {
    background-position: -30px -50px;
}

#full_screen1 .right_arrow:active, #full_screen2 .right_arrow:active {
    background-position: -30px -100px;
}

#full_screen2 .button-tab {
    height: 40px;
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    min-width: 50px;
    width: auto;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    left: 20px;
    position: absolute;
    top: 593px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
}
/*step4*/

.order-step .sell-item {
    width: auto;
    height: 150px;
}

.order-step .sell-item-text {
    margin: 20px 0;
    font-style: italic;
    font-weight: bold;
    width: 980px;
    line-height: 40px;
    color: #554433;
    display: block;
    float: left;
    height: 50px;
}

.order-step .sell-item-text .bottom-sell-item-text {
    color: #D3414D;
}

.order-step .info-block-sell {
    width: auto;
    height: auto;
    float: left;
}

.order-step .sell-item .info_block .info-block-sell {
    border-bottom: 1px solid #DDDDDD;
}

.order-step .info-block-sell .item {
    display: block;
    margin: 0 auto 5px;
    width: 250px;
    float: left;
    height: 200px;
}

.order-step .info-block-sell .item .left {
    display: block;
    margin: 0 auto 5px;
    width: 250px;
    float: left;
    height: 200px;
}

.order-step .info-block-sell .item .item-right {
    display: block;
    height: 58px;
    font-size: 15px;
    line-height: 15px;
    padding-top: 3px;
    width: 103px;
    position: relative;
    top: -65px;
    left: 125px;
}

.order-step .info-block-sell  .item .left img {
    display: block;
    width: 220px;
    height: 120px;
}


.order-step .info-block-sell  .item .left a {
    height: 20px;
    width: 140px;
}


.order-step .info-block-sell .price {
    position: relative;
    top: -91px;
    left: 147px;
    width: 109px;
    height: 47px;
    color: #fff;
}

.order-step .info-block-sell .img-price {
    background: url('/images/A_Price-tag_sell.png') no-repeat;
    width: 109px;
    height: 47px;
    position: relative;
    z-index: -1;
    top: -12px;
}

.order-step .info-block-sell .location {
    position: relative;
    top: 2px;
}


.order-step .step-menu {
    margin-top: -10px;
}

.order-step .step-menu-wrapper.dark-line-4 {
    width: 981px;
}

.order-step .step-menu-wrapper.dark-line-2 {
    width: 509px;
}

.order-step .step-menu-wrapper.dark-line-3 {
    width: 745px;
}

.order-step .step-menu ul {
    list-style: none;
    display: inline-table;
    background: #000;
    border-radius: 15px;
}

.order-step .step-menu ul li {
    display: inline;
}

.order-step .step-menu-wrapper {
    height: 72px;
    margin-top: 30px;
    background: #40739e;
    border-radius: 5px;
    overflow: hidden;
    width: 982px;
}

.order-step .step-menu ul li .step {
    border-top: 1px solid #04133a;
    border-bottom: 1px solid #04133a;
    display: block;
    float: left;
    height: 36px;
    background: #32b6dd;
    text-align: center;
    padding: 30px 40px 0 80px;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    width: 111px;
    cursor: pointer;
    margin-left: 1px;
}

.order-step .step-menu ul li .step.disabled {
    background: grey;
}

.order-step .step-menu ul li .step:first-child {
    width: 115px;
}

.order-step .step-menu ul li .step:after {
    content: "";
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 16px solid #32b6dd;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 1;
}

.order-step .step-menu ul li .step.disabled:after {
    border-left: 16px solid grey;
}

.order-step .step-menu ul li .step:before {
    content: "";
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 16px solid #04133a;
    position: absolute;
    left: 0;
    top: 0;
}

.order-step .step-menu ul li:first-child .step {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -17px;
    border-left: 1px solid #04133a;
}

.order-step .step-menu ul li:first-child .step:before {
    display: none;
}

.order-step .step-menu ul li:last-child .step {
    padding-right: 76px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #04133a;
}

.order-step .step-menu ul li:last-child .step:after {
    display: none;
}

.order-step .step-menu ul li .step.active {
    background: #0c5d9c;
}

.order-step .step-menu ul li:first-child .step:hover {
    background: #0c5d9c;
}

.order-step .step-menu ul li:last-child .step:hover {
    background: #0c5d9c;
}

.order-step .step-menu ul li .step:hover {
    background: #0c5d9c;
}

.order-step .step-menu ul li .step:hover:after {
    border-left-color: #0c5d9c;
}

.order-step .step-menu ul li .step.disabled:hover {
    background: grey;
}

.order-step .step-menu ul li .step.disabled:hover:after {
    border-left-color: grey;
}

.order-step .step-menu ul li .step.active:before {
    border-left-color: #000;
}

.order-step .step-menu ul li .step.active:after {
    border-left-color: #0c5d9c;
}

.order-step .step-menu ul li:first-child .step:active:after {
    border-left-color: #0c5d9c;
}

.order-step .step-menu .title-menu {
    height: 20px;
    width: 190px;
    float: left;
    text-align: left;
    margin-top: -15px;
    margin-left: -43px;
    font-weight: bold;
    font-style: italic;
    font-size: 19px;
}

.order-step .step-menu .title-menu span {
    display: block;
    font-weight: normal;
    font-size: 10pt;
    margin-bottom: -14px;
}

.order-step .step-menu li:first-child .title-menu {
    margin-left: -50px;
}

.order-step .calc {
    margin-top: 20px;
    border-top: 1px solid #EEEEEE;
    height: auto;
    display: block;
    width: auto;
}

.order-step .calc .list-calc {
    width: 60%;
    min-height: 215px;
    border-right: 1px solid #EEEEEE;
    float: left;
}

.order-step .calc .calc-summa {
    width: 360px;
    min-height: 200px;
    float: right;
    font-weight: bold;
    font-style: italic;
}

.order-step .calc .calc-summa .img-sell {
    display:none;
    height: 78px;
    width: 78px;
    background: url("/images/A-07_Bed_page446_03.png") no-repeat;
    position: relative;
    float: left;
    left: 270px;
    top: -85px;
}

.order-step .calc .calc-summa .img-sell .img-sell-text {
    color: #FFCB00;
    width: 60px;
    height: 30px;
    text-align: center;
    position: relative;
    font-size: 18px;
    top: 28px;
    left: 12px;
}

.order-step .calc .bottom-line {
    width: 980px;
    height: 1px;
    float: left;
    border-bottom: 1px solid #EEEEEE;
}

.order-step .calc .title {
    font-style: italic;
    font-size: 21px;
    font-weight: bold;
    color: #554433;
    padding-top: 22px;
}

.order-step .calc .list-calc ul {
    margin-left: 20px;
    width: 470px;
    margin-bottom: 20px;
}

.order-step .calc .list-calc .rub {
    display: inline-block;
    text-decoration:line-through;
}

.order-step .calc .list-calc ul li {
    margin: 0;
    font-style: normal;
    font-size: 16px;
    color: #776655;
    padding-top: 4px;
    padding-bottom: 4px;
    list-style-image: url("/images/li-minus_03.png");
}

.order-step .calc .list-calc ul li.plus {
     display:none;
     color: #D32143;
     padding-top: 4px;
     list-style-image: url("/images/li-plus_03.png");
}

.order-step .calc .calc-summa .grey-text {
    font-style: italic;
    font-size: 22px;
    color: #807767;
    padding-top: 10px;
    text-decoration: line-through;
}

.order-step .calc .calc-summa .red-text {
    color: #D32143;
    font-size: 40px;
    padding-bottom: 5px;
    margin-top: 0;
}

.order-step .calc .list-calc span {
    float: right;
    margin-right: 65px;
}

.order-step .info-block-sell .item {
    height: 200px;
    width: 235px;
    float: left;
}

.order-step .info-block-sell .item-title {
    display: block;
    font-size: 15px;
    line-height: 15px;
    padding-top: 3px;
    width: 90px;
    text-align: right;
    height: 60px;
}

.order-step .handles .item {
    width: 115px;
    height: 77px;
    float: left;
    padding-bottom: 30px;
    padding-right: 27px;
}

.order-step .handles .item img {
    width: 114px;
    height: 70px;
}

.order-step .handles .item img:hover {
    background: rgba(6, 45, 144, 0.36);
}

.order-step .handles .title {
    font-style: italic;
    font-size: 24px;
    color: #776655;
    padding: 12px;
    font-weight: bold;
}

.order-step .handles .name {
    font-style: italic;
    font-size: 14px;
    color: #776655;
    padding-top: 12px;
    text-align: center;
}

.order-step .handles {
    width: 1000px;
}



.order-step .calc .calc-summa .bottom-buy {
    background: #54ce2c; /* Old browsers */
    background: -moz-linear-gradient(top, #54ce2c 0%, #17bf2c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#54ce2c), color-stop(100%,#17bf2c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #54ce2c 0%, #17bf2c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #54ce2c 0%, #17bf2c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #54ce2c 0%, #17bf2c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #54ce2c 0%, #17bf2c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54ce2c', endColorstr='#17bf2c',GradientType=0 ); /* IE6-9 */
    height: 60px;

    box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.13);
    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=0, offY=4, color=#000000);

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    font-size: 18pt;
    line-height: 60px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin: 15px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 1px #339900;
}

.order-step .calc .calc-summa .bottom-buy:hover {
    background: #4fc12b; /* Old browsers */
    background: -moz-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fc12b), color-stop(100%,#149e25)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4fc12b 0%, #149e25 100%); /* W3C */
    color: #dcdcdc;
}

.order-step .calc .calc-summa .bottom-buy.active {
    background: #4fc12b; /* Old browsers */
    background: -moz-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fc12b), color-stop(100%,#149e25)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4fc12b 0%, #149e25 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4fc12b 0%, #149e25 100%); /* W3C */
    color: #dcdcdc;
}

.order-step .sell-item .last-item {
    float: left;
    height: 136px;
    width: 210px;
    margin-left: 25px;
}

.order-step .sell-item .last-item  .img-last-item {
    display: block;
    width: 220px;
    height: 120px;
    background: url("/images/pic_missed_acss_220x100.png") no-repeat;
}

.order-step .sell-item .last-item .text-last-item {
    height: 36px;
    width: 200px;
    color: #3399cc;
    text-decoration: underline;
    margin-left: 10px;
    text-align: center;
}

.order-step .sell-item .last-item-mattrac {
    float: left;
    height: 136px;
    width: 210px;
    margin-left: 25px;
}

.order-step .sell-item .last-item-mattrac  .img-last-item-mattrac {
    display: block;
    width: 220px;
    height: 120px;
    background: url("/images/A_pic_missed_mtrs_220x120.png") no-repeat;
}

.order-step .sell-item .last-item-mattrac .text-last-item-mattrac {
    height: 36px;
    width: 200px;
    color: #3399cc;
    text-decoration: underline;
    margin-left: 10px;
    text-align: center;
}

.similar_photos_link {
    display: block;
    position: absolute;
    top: 610px;
    left: 50px;
    height: 19px;
    font-style: normal;
    font-weight: normal;
    font-size: 13pt;
    line-height: 19px;
    background: url("/images/A-Slider-logo.png") no-repeat 0 -2px;
    padding-left: 30px;
}

.order-step .sell-item .new_price {
    font-style: italic;
    position: relative;
    top: -48px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    height: 35px;
    line-height: 38px;
    padding: 0 25px 0 0;
    text-align: center;
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
}

.order-step .sell-item .old_price .red_line {
    background: transparent url('/images/A_price_red-stoke.png?version=2') no-repeat -3px -21px;
    position: absolute;
    top: 0;
    left: -14px;
    width: 100px;
    height: 25px;
}

.order-step .sell-item .old_price {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #554433;
    position: relative;
    margin-left: 7px;
}

.photo_desc_main{
    bottom: 23px;
    position: absolute;
    color: #554433;
    left: 43px;
    font-size: 9pt;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.order-step .sell-item .price span {
    text-decoration: line-through;
    display: inline-block;
}

.item_img_block {
    height: 66px;
    width: 140px;
    overflow: hidden;
    margin-left: 1px;
    margin-bottom: 10px;
}

.item_img_block.dopitem_img{
    height: 71px;
}

.dopitem_preview{
    font-size: 20px;
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px;
}

.order-step .sell-item .old_price span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 14px;
}

.order-step .sell-item .new_price span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 14px;
}

.calc .calc-summa .grey-text span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 20px;
}

.calc .calc-summa .red-text span {
    text-decoration: line-through;
    display: inline-block;
    font-size: 38px;
}

.top-sell-item-text{
    font-size: 21pt;
}

.main_product_img{
    position: relative;
    background: #ffffff;
    text-align: center;
}

.main_product_img img{
    height: 400px;
}

.step-image .left-arrow {
    display: none;
    position: absolute;
    top: 200px;
    left: 60px;
    width: 50px;
    height: 50px;
    background: url("/images/a-arrow-right.png") no-repeat;
    z-index: 10;
    cursor: pointer;
}

.step-image .left-arrow:hover {
    background: url("/images/a-arrow-right_hover.png") no-repeat;
}

.step-image .right-arrow {
    display: none;
    position: absolute;
    top: 200px;
    right: 35px;
    width: 50px;
    height: 50px;
    background: url("/images/a-arrow-left.png") no-repeat;
    z-index: 10;
    cursor: pointer;
}

.step-image .right-arrow:hover {
    background: url("/images/a-arrow-left_hover.png") no-repeat;
}

.loading {
    width: 980px;
    height: 450px;
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    z-index: 500;
    text-align: center;
}

.loading img {
    height: 450px;
    overflow: hidden;
    border-radius: 5px;
}

.loader {
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: 50px;
    width: 50px;
}

.progress {
    font-weight: 800;
    font-size: 20px;
    width: 50px;
    line-height:110px;
    text-align:center;
    color:#000;
    z-index:120;
}

.tri {
    animation: translateRotation 1.5s infinite reverse;
    -webkit-animation: translateRotation 1.5s infinite reverse;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 0 solid transparent;
    border-bottom: 60px solid #00b4ff;
    width: 0px;
    z-index: 2;
}

.tri2 {
    animation: translateRotation 1.5s infinite;
    -webkit-animation: translateRotation 1.5s infinite;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 40px solid #ffde15;
    width: 0px;
    z-index: 1;
}

.tri3 {
    animation: translateRotation 1.5s infinite;
    -webkit-animation: translateRotation 1.5s infinite;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #1da158;
    border-bottom: 0px solid transparent;
    width: 0px;
    z-index: 1;
}

.tri4 {
    animation: translateRotation 1.5s infinite reverse;
    -webkit-animation: translateRotation 1.5s infinite reverse;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #ea343f;
    border-bottom: 0px solid transparent;
    width: 0px;
    z-index: 2;
}

.circ {
    border: 30px solid rgba(255,255,255,0.1);
}

.circ2 {
    border: 25px solid rgba(255,255,255,1);
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0, 0.15), 0 -2px 1px rgba(0,0,0, 0.15), -2px 0 1px rgba(0,0,0, 0.15), 2px 0 1px rgba(0,0,0, 0.15);
    margin-top: 30px;
    z-index: 90;
}

@keyframes translateRotation {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg);}
}

@-webkit-keyframes translateRotation {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg);}
}

.skin-main, .skin-extra {
    display: none;
    position: absolute;
    width: 150px;
    padding: 12px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0, 0.5);
    z-index: 50;
    cursor: pointer;
    color: #554433;
}

.skin-main:hover, .skin-extra:hover {
    box-shadow: 0 0 20px rgba(0,0,0, 0.5);
}

.skin-main {
    top: 15px;
    left: 15px;
}

.skin-extra {
    top: 15px;
    right: 15px;
}

.skin-main img, .skin-extra img {
    background: green;
    height: 90px;
    width: 150px;
    margin-bottom: 5px;
}

.skin-main .link, .skin-extra .link {
    display: block;
    margin-top: 5px;
    line-height: 20px;
    color: #3399cc;
    text-decoration: underline;
}

.skin-main .price, .skin-extra .price {
    display: none;
    margin-top: 10px;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
    color: #776655;
}

#output .hover {
    display: none;
    box-sizing: border-box;
    position: absolute;
    padding: 10px;
    min-height: 35px;
    min-width: 140px;
    text-align: center;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0, 0.85);
    z-index: 10;
}

#promo-code {
    display: none;
    outline: 0;
    width: 275px;
    text-align: left;
    padding-left: 10px;
}

#promo-delete{
    width: 30px;
    height: 30px;
    background: transparent url('/images/A_Close_buttons.png') no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

#promo-delete:hover{
    background-position: 0 -40px;
}

#promo-calc {
    background: #3ba8d4;
    background: -moz-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ba8d4), color-stop(100%,#2c8cc5));
    background: -webkit-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%);
    background: -o-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%);
    background: -ms-linear-gradient(top, #3ba8d4 0%, #2c8cc5 100%);
    background: linear-gradient(to bottom, #3ba8d4 0%, #2c8cc5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba8d4', endColorstr='#2c8cc5',GradientType=0 );
    box-shadow: 0 4px 4px -3px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px -3px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px -3px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 12pt;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: 10px 53px 0 0;
    cursor: pointer;
    padding: 10px;
    display: block;
    text-decoration: none;
    width: 178px;
    float: right;
}

#promo-calc:hover {
    box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 4px -1px rgba(0,0,0,0.5), inset 0 -8px 1px -2px rgba(0, 0, 0, 0.2);
}

#promo-success {
    display: none;
    font-style: italic;
    font-weight: bold;
    font-size: 11pt;
    margin-top: 10px;
}

#promo-success span {
    color: #d42244;
}

#promo-error{
    color: #d42244;
    display: none;
    font-style: italic;
    font-weight: bold;
    font-size: 11pt;
    margin-top: 10px;
}

.free-material .clear {
    clear: both;
    height: 15px;
}

.soc_buttons{
    text-align: center;
    margin:30px 0 0 20px;
}

.soc_vk{
    background: url('/images/button_vk.png') no-repeat;
    width:91px;
    height:20px;
    display: inline-block !important;
    cursor: pointer;
    margin:0 5px;
}

.soc_f{
    background: url('/images/button_f.png') no-repeat;
    width:77px;
    height:20px;
    display: inline-block !important;
    cursor: pointer;
    margin:0 5px;
}

.soc_odn{
    background: url('/images/button_odn.png') no-repeat;
    width:88px;
    height:20px;
    display: inline-block !important;
    cursor: pointer;
    margin:0 5px;
}