.corners
{
    width:100%;
    background-color:white;
}
.color-1
{
    background-color:#235c9e;
}
.color-2
{
    background-color:#064283;
}
.color-3
{
    background-color:#0b3567;
}
.color-0
{
    background-color:#64a2eb;
}
.w-proc-prev
{
   height:200px;
   background-repeat:no-repeat;
   background-size: contain;
   background-position:center;
    cursor:pointer;
}
.w-logo-container
{
    width:80%;
    margin:10%;
    height:100px;
    background-size:contain;
    border:1px solid #aaaaaa;
    background-color:#ffffff;
    margin-top:0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.w-logo-move
{
    width:20%;
    height:20%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
    mix-blend-mode: multiply;
    border:1px dashed red;
    cursor:pointer;
}
.file_button_container, .file_button_container input {
/*height: 50px;
width: 80%;
background-color: #4ae27f;
border: 1px solid #4ae27f;
border-radius: 5px;
color: #ffffff;
cursor: pointer;
float: left;
font-size: 21px;
height: 50px;
margin-left: 10%;
padding-top: 7px;
text-align: center;
position:relative;*/
}
.file_button_container {

}
.file_button_container input {
opacity: 0;
position:absolute;
top:0px;
}


.price-big-button {
    background-color: #ffffff;
/*    border: 1px solid #cccccc;*/
    border-radius: 40px;
    color: #0b3567;
    cursor: pointer;
    height:80px;
    margin:auto;
    margin-top:10px;
    text-align:center;
    padding-top:7px;
    transition: 1s;    
    }
.price-big-button-ok {
    background-color: #235c9e;
    color:#ffffff;
    
    border-radius: 40px;

    cursor: pointer;
    height:80px;
    margin:auto;
    margin-top:10px;
    text-align:center;
    padding-top:7px;
    transition: 1s;    
    }
.price-big-button:hover
{
    background-color: #86dfbb;
    color:#ffffff;
}
.price-button {
    background-color: #4ae27f;
    border: 1px solid #4ae27f;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    width:80%;
    height:40px;
    margin:auto;
    margin-top:10px;
    text-align:center;
    padding-top:7px;
    
    }
.price-button:hover
{
    background-color:#21b956;
    transition: 1s;
}

.price-nd3
{
    width:33.33333333%;
    height:450px;
/*    border-radius:10px;
    border:1px solid #cccccc;
    margin:1%;*/

    float:left;
    overflow:hidden;
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    z-index:90;
    transition: 1s;
}
.price-nd3:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
}
.price-nd
{
    width:25%;
    height:450px;
/*    border-radius:10px;
    border:1px solid #cccccc;
    margin:1%;*/
    cursor:pointer;
    float:left;
    overflow:hidden;
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    text-align: center;
    color: #ffffff;
    padding-top: 20px;
    z-index:90;
    transition: 1s;
}
.price-nd:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
}
.price-inner
{
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    background-color:#ffffff;
    width:90%;
    margin:auto;
    height:280px;
    padding-top:5px;
    color:#000000;
}


.price-del
{
    float:left;
    width:80%;
    height:1px;
    background-color:#aaaaaa;
    margin-left:10%;
    margin-top:-4px;
    margin-bottom:10px;
    margin-right:10%;
}
.m-message
{
    width:400px;
    height:180px;
    background-color:#ffffff;
    border-radius:5px 5px 5px 5px;
    display:none;
    position:absolute;
    margin:0 auto;
    margin-top:200px;
}
.m-title
{
    color:#50628c;
    width:50%;
    height:50px;
    font-size:23px;
    float:left;
    padding:10px;
    margin:0px 5px;
}
.m-textbox
{
    width:370px;
    margin:0px 15px;
    border-radius:5px 5px 5px 5px;
    border:1px solid #aaaaaa;
    height:40px;
    background-color:#ffffff;
}
.m-textbox input
{
    font-size:22px;
    color:#50628c;
    outline:none;
    border: 0px solid;
    width:95%;
    margin:1%;
}
.m-close
{
    color:#50628c;
    height:50px;
    font-size:23px;
    float:right;
    margin:10px 15px;
    cursor:pointer;
}
.m-close:hover
{
    color:red;
}
.model-small
{
    overflow:hidden;
    height:250px;
    width:31%;
    float:left;
    background-color:#ffffff;
    background-size:cover;
    background-position: center center;
    position:relative;
    margin:1%;
    margin-top:36px;
    cursor:pointer;
    transform: translateZ(0px);        
    transition-duration: 0.2s;         
    transition-property: transform; 
     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;   
    
}
.model-small:hover
{
    transform:scale(1.02);                              
    -webkit-transform: scale(1.02);/* Saf3.1+, Chrome */
    -moz-transform: scale(1.02); /* FF3.5+ */           
    -ms-transform: scale(1.02); /* IE9 */               
    -o-transform: scale(1.02); /* Opera 10.5+ */        
     -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                                   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                                               box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    
}
.model-opt
{
    width:130%;
    height:100%;
    z-index:90;
    position:absolute;
    top:0px;
    left:0px;
    color:#000000;
    padding:10px;
    text-align:left;
    font-size:21px;
    transition-duration: 0.2s;   
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); /* IE 5.5+*/
    -moz-opacity: 0.21; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.21; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.21; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.model-opt:hover
{
width:100%;
}
.model-controls
{
    width:40px;
    height:100%;
    float:right;
    margin:0;
}
.model-del
{
    float:left;
    width:32px;
    height:32px;
    margin:4px;
    color:#aa0000;
    font-size: 31px;
}
.model-del1
{
    float:left;
    width:32px;
    height:32px;
    margin:4px;
    color:#00aaaa;
    font-size: 31px;
}
.model-del:hover
{
    color:#ff0000;
}
.model-edit
{
    float:left;
    width:32px;
    height:32px;
    margin:4px;
    color:#50628c;
    font-size: 31px;
}
.model-edit:hover
{
    color:#5aa0f2;
}
.model-open
{
    float:left;
    width:32px;
    height:32px;
    margin:4px;
    color:#50628c;
    font-size: 31px;
}
.model-open:hover
{
    color:#5aa0f2;
}
.model-share
{
    float:left;
    width:32px;
    height:32px;
    margin:4px;
    color:#50628c;
    font-size: 31px;
}
.model-share:hover
{
    color:#5aa0f2;
}
.model-opt:hover
{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
    -moz-opacity: 0.91; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.91; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.91; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
}
.model-info
{
    z-index:100;
    width:100%;
    height:80px;
    position:absolute;
    bottom:0px;
    left:0px;
    color:#000000;
    padding:10px;
    text-align:left;
    background-color:#ffffff;
    font-size:21px;
}

body
{
    background-color:#f2f2f2;
}
.wizzard-h3
{
    color: #235a9a;
    font-size:20px;
    margin-top:20px;
}
.wizzard-big-text
{
    font-size:20px;
    text-align:center;
    #margin-left:20px;
    float:right;
    cursor:pointer;
}
.wizzard-menu-item-ac
{
    color: #235a9a;
    margin-left:20px;
    border-bottom: 3px solid #235a9a;
    float: left;
    height: 43px;
    margin-top: 24px;
    width: auto;
    
}
.wizzard-menu-item
{
    color: #aaaaaa;
    margin-left:20px;
    float: left;
    height: 43px;
    margin-top: 24px;
    width: auto;
    
}
.wizzard-big-text:hover
{
}
.wizzard-image
{
    width:16%;
    margin:0.3%;
    height:180px;
    float:left;
    background-size:cover;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}
.gallery-top
{
    float:left;
    width:100%;
    background-color:#ffffff;
    height:80px;
    border-top:2px solid #e9e9e9;
    border-bottom:2px solid #e9e9e9;
}
.wizzard-name-text
{
    font-size:26px;
    color:#000000;
    text-align:center;
    margin-left:20px;
    margin-top:18px;
    float:left;
}
.gallery-big-text
{
    font-size:30px;
    color:#000000;
    text-align:center;
    margin-right:20px;
    float:right;
}
.h-delim
{
    width:1px;
    margin:15px auto;
    height:50px;
    background-color: #aaaaaa;
    float:left;
}
.m-delim
{
    width:95%;
    margin:0 auto;
    height:1px;
    background-color: #eeeeee;
    float:left;
}
.m-button-green {
    background-color: #4ae27f;
    border: 1px solid #4ae27f;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    width:300px;
    float:right;
    height:50px;
    margin-right:20px;
    margin-top:15px;
    text-align:center;
    padding-top:7px;
    
    }
.m-button-green:hover {
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #979797;
    font-weight: bold;
}
.m-button-green span
{
    font-size: 21px;
    
}    
.m-button-blue {
    background-color:  #007aff;
    border: 1px solid  #007aff;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    width:300px;
    float:right;
    height:50px;
    margin-right:20px;
    margin-top:15px;
    text-align:center;
    padding-top:7px;
    
    }
.m-button-blue:hover {
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 5px;
    color:  #007aff;
    font-weight: bold;
}
.m-button-blue span
{
    font-size: 21px;
    
}    
.m-button {
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #979797;
    cursor: pointer;
    }
.m-button:hover {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
}    
.m-button1 {
    background-color: #4a90e2;
    border: 1px solid #4a90e2;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}    
.m-button1:hover {
    background-color: #ffffff;
    border: 1px solid #979797;
    border-radius: 5px;
    color: #979797;
    font-weight: normal;
}

.m-alogo
{
    font-size:16px;
    color:#50628c;
    
}
.m-logo
{
    background: url("/designes/3dbin/nimg/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size:contain;
    height: 35px;
    margin-top: 0;
    width: 180px;
    scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 14px 10px 0 0;
    text-indent: -9999em;
    outline: 0 none !important;
}
.mkl-main
{
    width:100%;
    height:20px;
}
.mkl-line
{
    width:100%;
    height:3px;
    border-radius:1px 1px 1px 1px;
    background-color:#666666;
    border:1px solid #666666;
    top:11px;
    left:0px;
    position:relative;
    z-index:10;
}
.mkl-pos
{
    width:10px;
    height:10px;
    border-radius:5px 5px 5px 5px;
    background-color:#666666;
    border:1px solid #666666;
    top:4px;
    cursor:pointer;
    left:10%;
    position:relative;
    z-index:11;
}
.m-lg-1
{
    height:8px;
    width:16%;
    float:left;
}
.m-lg-2
{
    height:20px;
    width:16%;
    float:left;
}
.m-lg-3
{
    height:20px;
    width:25%;
    float:left;
}
.m-lg-4
{
    height:20px;
    width:33%;
    float:left;
}
.m-lg-5
{
    height:20px;
    width:41%;
    float:left;
}
.m-lg-6
{
    height:20px;
    width:50%;
    float:left;
}
.m-lg-7
{
    height:20px;
    width:58%;
    float:left;
}
.intro-1
{
    width:100%;
    height:561px;
    border:none;
    background-size:contain;
    position:absolute;
}
.intro-2
{
    width:100%;
    height:561px;
    border:none;
    background-size:contain;
    position:absolute;
}
.intro-ex1
{
    width:283px;
    height:189px;
    background-image:url(/designes/3dbin/nimg/lp_ex1.png);
    background-repeat:no-repeat;
    margin:auto;
}
.intro-ex2
{
    width:283px;
    height:189px;
    background-image:url(/designes/3dbin/nimg/lp_ex2.png);
    background-repeat:no-repeat;
    margin:auto;
}
.intro-ex3
{
    width:283px;
    height:189px;
    background-image:url(/designes/3dbin/nimg/lp_ex3.png);
    background-repeat:no-repeat;
    margin:auto;
}
.intro-3
{
    width:100%;
    height:420px;
    border:none;
    background-size:contain;
    background-image:url(/designes/3dbin/nimg/lp_3.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.intro-1-bg
{
    width:560px;
    height:480px;
    background-image:url(/designes/3dbin/nimg/lp_2.png);
    background-repeat:no-repeat;
    background-size:contain;
    float:right;
}
.intro-bg-top
{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:700px;
    background-color:#f4f4f5;
}
.wizzardhead1{}
.wizzardhead2{}
.wiz-crop
{
    position:absolute;
    width:100%;
    height:100%;
    z-index:10000;
    
}
.wiz-crop-middle
{
    width:100%;
    float:left;
}
.wiz-crop-top
{
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    top:0px;
    left:0px;
    width:100%;
    height:5px;
    float:left;
    background-color:#000000;
    background-image:url(/designes/3dbin/img/sizer.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    z-index: 10000;
}
.wiz-crop-bottom
{
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    bottom:0px;
    left:0px;
    width:100%;
    height:5px;
    float:left;
    background-color:#000000;
    background-image:url(/designes/3dbin/img/sizer.png);
    background-position:center top;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    z-index: 10000;
    position:absolute;
}
.wiz-crop-right
{
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    top:0px;
    width:5px;
    height:100%;
    float:right;
    background-color:#000000;
    background-image:url(/designes/3dbin/img/sizer.png);
    background-position:left center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    z-index: 10000;
}
.wiz-crop-left
{
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    top:0px;
    width:5px;
    height:100%;
    float:left;
    background-color:#000000;
    background-image:url(/designes/3dbin/img/sizer.png);
    background-position:right center;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    z-index: 10000;
}
.lg-4
{
float:left;
width:33%;
}
.lg-5
{
float:left;
width:41%;
}
.lg-3
{
float:left;
width:25%;
}
.lg-6
{
float:left;
width:50%;
}
.lg-10
{
float:left;
width:83.33%;
}
.lg-1
{
float:left;
width:8.33%;
}
.lg-12
{
float:left;
width:100%;
}
.lg-2
{
float:left;
width:16.66%;
}

.instruction_p
{
clear: both;
}
.instruction_p div
{
float: left;
text-align: left;
font-size: 14px;
font-weight: normal;
line-height: 20px;
padding-top: 7px;
}
.instruction_p .r
{
padding-top: 0;
text-align: center;
width: 34px;
height: 34px;
background-image: url(/designes/3dbin/img/instruction_round.gif);
color: white;
font-size: 18px;
font-family: arial;
margin-right: 10px;
font-weight: bold;
line-height: 34px;
}
.instruction td
{
padding: 24px;
width: 440px;
vertical-align: top;
text-align: left;
}
.instruction td img
{
clear: both;
display: block;
float: left;
}
img.instruction
{
clear: both;
display: block;
float: left;
}
p.back_to_top
{
text-align: center;
padding: 30px 0;
}
.back_to_top a
{
font-weight: normal;
font-size: 12px;
color: #578ad9;
}
.instruction_nav_header
{
background-color: #aacbff;
height: 36px;
padding-top: 10px;
clear: both;
text-align: center;
}
.instruction_nav_header .button
{
background: white;
margin-right: 10px;
padding: 5px 17px;
font-weight: bold;
font-size: 14px;
display: inline-block;
}
.instruction_nav_header .button:hover, .instruction_nav_header .active
{
color: #578ad9;
}
.howto .menu
{
height: 46px;
padding-left: 43px;
padding-top: 15px;
clear: both;
}
.howto .menu a
{
display: block;
height: 46px;
float: left;
margin-right: 13px;
}
.howto .menu a:hover
{
background-position: 0px -46px;
}
.howto .menu a.active
{
background-position: 0px -92px;
}
.howto .menu_sub
{
height: 34px;
padding-left: 43px;
padding-top: 21px;
padding-bottom: 30px;
clear: both;
}
.howto .menu_sub a
{
display: block;
height: 34px;
float: left;
}
.howto .menu_sub a:hover
{
background-position: 0px -34px;
}
.howto .menu_sub a.active
{
background-position: 0px -68px;
}
.howto .step_prev_blank
{
float: left;
width: 119px;
height: 43px;
}
.howto .step_prev
{
float: left;
width: 119px;
height: 43px;
padding-top: 6px;
color: #4776C0;
text-align: center;
border: 1px solid #CCCCCC;
border-left: 0px;
cursor: pointer;
font-weight: normal;
}
.howto .step_next_blank
{
float: right;
width: 119px;
height: 43px;
}
.howto .step_next
{
float: right;
width: 119px;
height: 43px;
padding-top: 6px;
color: #4776C0;
text-align: center;
border: 1px solid #CCCCCC;
border-right: 0px;
cursor: pointer;
font-weight: normal
}
.howto .step_prev:hover, .howto .step_next:hover
{
text-decoration: underline;
}
.howto .header
{
text-align: center;
font-size: 18px;
font-weight: bold;
clear: both;
height: 46px;
margin-top:43px;
}
