/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, Blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*{
    -webkit-font-smoothing: antialiased;/*solving text Flickering issue in Chrome and Safari on iMacs*/
}
html, body{
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    background: url(../i/bg_ui.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}
ol, ul{
    list-style: none;
}
img{
    border: 0;
}
p{
    margin: 0;
}
input{
    outline: none;
}
a{
    outline: 0 none;
    cursor: pointer;
}
.hidden { display: none; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}
strong {
    font-weight:500;
}
.clear {
    content: '';
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width:100%;
}
::-moz-selection  {
    color: #fff;
    text-shadow:none;
    background:#8d84e4;
}
::selection {
    color: #fff;
    text-shadow:none;
    background:#8d84e4;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a { 
    padding: 0;
    margin: 0;
    color:#3d3d3d;
    text-decoration: none;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color:#8d84e4;
    outline: 0 none;
}
a img { 
    border: none; 
    vertical-align: bottom;
}
/*END reset*/
.title-page{
    text-align: center;
    color: #06a8db;
    padding: 0 150px;
    position: relative;
}
.title-page p{
    font-size: 18px;
}
h1{
    font-size: 60px;
    font-weight: 100;
}
.quote{
    width: 50%;
    float: right;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 0 0 30px;
    background: url(../i/svg/icon_quote.svg) no-repeat top left;
    color: #06a8db;
    font-style: italic;
}
.quote-shape{
    /*margin: -130px 0 0;*/
    position: absolute;
    left: 40%;
    bottom: 12px;
}
.btn-nav{
    width: 145px;
    height: 66px;
    border-radius: 5px;
    background: #06a8db;
    font-size: 38px;
    font-weight: lighter;
    color: #fff;
    position: absolute;
    top: 12px;
}
.btn-nav:hover,
.send-form:hover{
    color: #fff;
    text-decoration: none;
    background: #00ECD1
}
.btn-nav span{
    display: block;
}
.btn-next{
    right: 0;
}
.btn-next span{
    padding: 9px 42px 9px 30px;
    background: url(../i/svg/arrow_next.svg) no-repeat 114px center;
}
.btn-prev{
    left: 0;
}
.btn-prev span{
    padding: 9px 30px 9px 42px;
    background: url(../i/svg/arrow_prev.svg) no-repeat 12px center;
}
.wrap-item{
    margin: 20px 0 20px;
}
.box-item{
    margin: 40px 0;
    position: relative;
}
@media (min-width: 1200px){
    .wrap-item .col-lg-3 {
        width: 20%;
    }    
}
@media (min-width: 992px){
    .wrap-item .col-md-3 {
        width: 20%;
    }    
}
@media (min-width: 768px){
    .wrap-item .col-sm-3 {
        width: 20%;
    }    
}

.select-item{
    width: 110px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #a6a6a6;
    font-size: 20px;
    font-weight: 300;
    color: #06a8db;
    position: relative;
    left: 50%;
    margin: 10px 0 0 -58px;
    outline: 0 none;
    padding: 0 0 0 5px;
}
.select-item option{
    font-size: 20px;
    font-weight: 300;
    color: #06a8db;
}
.opt-block{
    padding: 20px;
    border-radius: 6px;
    background: #e8fafa;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e8fafa), to(#dcefff));
    background: -webkit-linear-gradient(#e8fafa, #dcefff);
    background: -moz-linear-gradient(#e8fafa, #dcefff);
    background: -ms-linear-gradient(#e8fafa, #dcefff);
    background: -o-linear-gradient(#e8fafa, #dcefff);
    background: linear-gradient(#e8fafa, #dcefff);
    -pie-background: linear-gradient(#e8fafa, #dcefff);
}
.opt-block h3{
    font-size: 33px;
    line-height: 35px;
    text-align: center;
    color: #06a8db;
    padding: 0 0 10px;
    border-bottom: 1px solid #06a8db;
    margin-bottom: 10px;
    font-weight: 300;
}
.opt-block li{
    float: left;
    width: 100%;
    position: relative;
    min-height: 75px;
    margin: 5px 0;
}
.opt-block li img{
    position: relative;
    border-radius: 200px;
    border: 2px solid #06a8db;
    position: absolute;
    left: 8px;
    top: 0;
    width: 77px;
}
.opt-block li .wrap{
    float: left;
    padding: 0 0 0 90px;
    color: #06a8db;
    width: 100%;
    font-weight: 300;
}
.opt-block li .name{
    font-size: 30px;
    line-height: 35px;
    border-bottom: 1px solid #06a8db;
    margin-bottom: 5px;
    padding: 3px 0 5px;
    float: left;
    width: 100%;
}
.opt-block li a{
    text-decoration: none;
}
.popUp_cnl .send-btn:hover,
.popUp_cnl .close-popup:hover,
.closeStone:hover
.close-info:hover{
    opacity: 0.7;*
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.ok-btn:hover{
    border-color: #00ECD1;
    background: #00ECD1;
    color: #fff;
}
.opt-block li .description{
    font-size: 18px;
}

.opt-block li a:hover img,
.opt-block li a:hover .name,
.opt-block li a:hover .description{
    color: #00ECD1;
    border-color: #00ECD1;
}
/**popUp_cnl**/
.popUp_cnl{
    position: absolute;
    z-index: 55;
    padding: 20px 10px;
    border-radius: 6px;
    background: rgba(6,169,219,1);
    background: -moz-linear-gradient(-45deg, rgba(6,169,219,1) 0%, rgba(1,209,213,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(6,169,219,1)), color-stop(100%, rgba(1,209,213,1)));
    background: -webkit-linear-gradient(-45deg, rgba(6,169,219,1) 0%, rgba(1,209,213,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(6,169,219,1) 0%, rgba(1,209,213,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(6,169,219,1) 0%, rgba(1,209,213,1) 100%);
    background: linear-gradient(135deg, rgba(6,169,219,1) 0%, rgba(1,209,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06a9db', endColorstr='#01d1d5', GradientType=1 );
    left: 100px;
    top: 100px;
}
.popUp_cnl .caption{
    font-size: 38px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    font-weight: 300;
}
.popUp_cnl .name{
    float: left;
    width: 160px;
    text-align: right;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 5px 0 0;
}
.popUp_cnl .value{
    float: left;
    width: 134px;
}
.popUp_cnl input{
    width: 77px;
    height: 33px;
    background: #fff;
    border-radius: 6px;
    border: 0 none;
    padding: 0 8px;
    margin: 4px 0 5px;
    font-size: 28px;
    font-weight: 300;
    color: #4a4b4b;
    border: 1px solid #fff;
}
.popUp_cnl .eg{
    color: #fff;
    float: right;
    letter-spacing: 0px;
    margin: 20px 0 0;
}
.popUp_cnl select{
    width: 100%;
    height: 33px;
    background: #fff;
    border-radius: 6px;
    padding: 0 8px;
    margin: 4px 0 10px;
    font-size: 24px;
    font-weight: 300;
    color: #4a4b4b;
    border: 1px solid #fff;
}
.popUp_cnl .send-btn,
.ok-btn{
    width: 114px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    position: relative;
    left: 50%;
    margin: 25px 0 5px -57px;
    float: left;
    text-decoration: none;
}
.popUp_cnl .close-popup{
    width: 24px;
    height: 24px;
    line-height: 0;
    text-indent: -9999px;
    background: url(../i/svg/close.svg) no-repeat;
    position: absolute;
    right: 14px;
    top: 15px;
    z-index: 99;    
}
/**popUp_gallery**/
.popUp_gallery{
    position: fixed;
    overflow-y: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../i/bg_ui.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10001;
    padding: 15px 33px;
}
.closeStone{
    position: absolute;
    right: 16px;
    top: 18px;
    text-indent: -9999px;
    line-height: 0;
    background: url(../i/svg/closeLarge.svg) no-repeat;
    width: 38px;
    height: 38px;
    z-index: 99;
}
.popUp_gallery .caption{
    width: 100%;
    font-size: 57px;
    line-height: 60px;
    text-align: center;
    color: #06a8db;
    padding: 0 0 10px;
    border-bottom: 1px solid #06a8db;
    margin-bottom: 10px;
    font-weight: 300;
}
.popUp_gallery .wrapper{
    float: left;
    width: 100%;
    padding: 0 0 0 160px;
    position: relative;
}
.popUp_gallery .list{
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
}
.popUp_gallery .list li{
    float: left;
    width: 100%;
}
.popUp_gallery .list a{
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    position: relative;
    color: #06a8db;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    text-decoration: none;
}
.popUp_gallery .list .active{
    background: #06a8db;
    color: #fff;
}
.popUp_gallery .list a:hover{
    background: #00ECD1;
    color: #fff;
}
.popUp_gallery .stone-box{
    float: left;
    padding: 7px;
    background: #ebfefd;
    border-radius: 5px;
    position: relative;
		margin: 3px;
		min-height: 165px;
    cursor: pointer;
    transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    width: 141px;
    overflow: hidden;
}
.popUp_gallery .stone-box:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.popUp_gallery .stone-box .name{
    text-align: center;
    padding: 5px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.popUp_gallery .other_color-img {
		cursor: pointer;
}
.popUp_gallery .other_color {
		width: 90%;
		left: 8px;
		text-align: center;
    white-space: nowrap;
    overflow: hidden;
		text-overflow: ellipsis;
		position: absolute;
    bottom: 5px;
}
.input_wrapper {
		text-align: center;
}
.input_wrapper .room_input {
		width: 100%;
		color: #06a8db;
		padding: 5px;
		font-size: 30px;
		font-weight: 300;
		border: 1px solid #06a8db;
}
/**wrap-form**/
.wrap-form{
    position: relative;
    background: #e8fafa;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e8fafa), to(#dcefff));
    background: -webkit-linear-gradient(#e8fafa, #dcefff);
    background: -moz-linear-gradient(#e8fafa, #dcefff);
    background: -ms-linear-gradient(#e8fafa, #dcefff);
    background: -o-linear-gradient(#e8fafa, #dcefff);
    background: linear-gradient(#e8fafa, #dcefff);
    -pie-background: linear-gradient(#e8fafa, #dcefff);
    padding: 15px 22px;
    border-radius: 5px;
    margin: 15px 15px 0;
}
.wrap-form .col-xs-12{
    margin-bottom: 16px;
}
.wrap-form label{
    display: block;
    color: #06a8db;
    font-size: 24px;
    padding: 0 0 5px 0;
    font-weight: 300;
    white-space: nowrap;
}
.wrap-form label span{
    color: #ff0000;
}
.form-control{
    color: #06a8db;
    font-size: 18px;
    font-weight: 300;
    height: auto;
}
.wrap-form .error,
.popUp_cnl .error{
    border-color: #ff0000;
    background: #FDEFEF;
}
textarea.form-control{
    height: 75px;
}
textarea{
    resize: vertical;
}
.send-form{
    width: 192px;
    height: 66px;
    border-radius: 5px;
    background: #06a8db;
    font-size: 38px;
    font-weight: lighter;
    color: #fff;
    position: relative;
    left: 50%;
    margin: 11px 0 0 -96px;
    display: block;
    text-align: center;
/*    line-height: 66px;*/
    padding: 11px 0;
}
.send-form span{
    padding: 0;
    margin: 0 23px;
/*    background: url(../i/svg/envelope42.svg) no-repeat right -8px;*/
    display: block;
    text-align: left;
}
.send-form span img{
    position: absolute;
    right: 20px;
    top: 2px;
}
/**svg style**/
svg .opt-block{
    display: none;
}
svg .field{
    font-weight: 300;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
svg .field .box{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
svg .field:hover .box{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/**popup-info**/
.popup-info{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba( 255,255,255,0.9);
    width: 100%;
    height: 100%;
    color: #fff;
}
.popup-info .close-info{
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100px;
    width: 55px;
    height: 55px;
    text-align: center;
    background: url(../i/svg/close_black_34.svg) no-repeat center center;
}
.popup-info .close-info img{
    margin-top: 10px;
}
.popup-info .close-info:hover{
    background: url(../i/svg/close_white_34.svg) no-repeat center center #00ECD1;
}
.popup-info .title-page{
    color: #000 !important;
    padding: 0;
    height: 220px;
}
.popup-info .title-page h1{
    font-size: 35px;
    font-weight: 100;
    left: 50%;
    margin: 0 0 0 -35%;
    position: relative;
    width: 70%;
}
.popup-info .container{
    position: relative;
    top: 50%;
    margin-top: -110px;
}
.popup-info .ok-btn{
    width: 160px;
    height: 56px;
    cursor: pointer;
    border-color: #000; 
}
.popup-info .ok-btn:hover {
    border-color: #00ECD1;
    background: #00ECD1;
    color: #fff;
}
.popup-info .ok-btn span{
    display: block;
    padding-top: 8px;
    color: #000;
}
.popup-info .ok-btn:hover span{
    color: #fff;
}
.popup-info .wrap_loader{
    display: none;
}
.wait .wrap_loader{
    display: block;
}
.wait .close-info,
.wait .ok-btn{
    display: none;
}
.wrap_loader{
    left: 50%;
    /*top: 50%;*/
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: 30px;
    position: relative;
}
.wrap_loader .loader{
    font-size: 50px;
    text-indent: -9999em;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    -webkit-animation: load7 1.7s infinite ease;
    animation: load7 1.7s infinite ease;
}
@-webkit-keyframes load7 {
    0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
    5%,
    95% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
    30% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.51em -0.66em 0 -0.42em #000000, -0.75em -0.36em 0 -0.44em #000000, -0.83em -0.03em 0 -0.46em #000000, -0.81em 0.21em 0 -0.477em #000000;
    }
    55% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.29em -0.78em 0 -0.42em #000000, -0.43em -0.72em 0 -0.44em #000000, -0.52em -0.65em 0 -0.46em #000000, -0.57em -0.61em 0 -0.477em #000000;
    }
    100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
}
@keyframes load7 {
    0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
    5%,
    95% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
    30% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.51em -0.66em 0 -0.42em #000000, -0.75em -0.36em 0 -0.44em #000000, -0.83em -0.03em 0 -0.46em #000000, -0.81em 0.21em 0 -0.477em #000000;
    }
    55% {
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.29em -0.78em 0 -0.42em #000000, -0.43em -0.72em 0 -0.44em #000000, -0.52em -0.65em 0 -0.46em #000000, -0.57em -0.61em 0 -0.477em #000000;
    }
    100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	box-shadow: -0.11em -0.83em 0 -0.4em #000000, -0.11em -0.83em 0 -0.42em #000000, -0.11em -0.83em 0 -0.44em #000000, -0.11em -0.83em 0 -0.46em #000000, -0.11em -0.83em 0 -0.477em #000000;
    }
}
/***height**/
.container{
    position: relative;
    height: 100%;
    width: 100% !important;
    padding: 0;
    margin: 0;
    max-width: 1024px;
    margin: 0 auto;
}
.slide{
    position: absolute;
    height: 96%;
    width: 100%;
    padding: 0 15px;
}
.h100{
    height: 100%;
    margin: 0;
}
.h20{
    height: 20%;
}
.h80{
    height: 80%;
}
/**calc-block**/
.opt-block{
    
}
.calc-block{
    
}
.calc-block .item{
    
}
.calc-block .item .wrap{
    
}
.calc-block .number {

}
.calc-block .desc{
    
}
.calc-block .title{
    
}
/**mobile style**/
.w_720 .title-page{
    padding: 75px 0 0 0;
}
.w_720 .h20{
    height: 30%;
}
.w_720 .h80{
    height: 70%;
}
.w_720 .quote-shape{
    left: 48%;
}
/**orange style**/
.orange,
.orange .popUp_gallery{
    background-image: url(../i/bg_ui_orange.jpg); 
}
.orange .title-page,
.orange .quote,
.orange .select-item,
.orange .select-item option,
.orange .opt-block h3,
.orange .opt-block li .name,
.orange .opt-block li .description,
.orange .opt-block li img,
.orange .orange,
.orange .wrap-form label,
.orange .popUp_gallery .caption,
.orange .popUp_gallery .list a,
.orange .success-text{
    color: #d88a09;
    border-color: #d88a09;
}
.orange .form-control,
.orange .form-control option{
    color: #d88a09;
}
.orange .quote{
    background-image: url(../i/svg/icon_quote_orange.svg);
}
.orange .btn-nav,
.orange .send-form,
.orange .popUp_gallery .list .active{
    background: #d88a09;
}
.orange .popUp_gallery .list a:hover,
.orange .popUp_gallery .list .active{
    color: #fff;
}
.orange .btn-nav:hover, .orange .send-form:hover {
    color: #fff;
    text-decoration: none;
    background: #e94103;
}
.orange .opt-block,
.orange .wrap-form{
    padding: 20px;
    border-radius: 6px;
    background: #f9efe7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f9efe7), to(#fdf7dc));
    background: -webkit-linear-gradient(#f9efe7, #fdf7dc);
    background: -moz-linear-gradient(#f9efe7, #fdf7dc);
    background: -ms-linear-gradient(#f9efe7, #fdf7dc);
    background: -o-linear-gradient(#f9efe7, #fdf7dc);
    background: linear-gradient(#f9efe7, #fdf7dc);
    -pie-background: linear-gradient(#f9efe7, #fdf7dc);
}
.orange .opt-block circle{
    stroke: #d88a09;
}
.orange svg .field .size,
.orange .opt-block text
/*.orange rect*/{
    fill: #d88a09;
}
.orange .popUp_cnl{
    background: rgba(255, 182, 66, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 182, 66, 1) 0%, rgba(255, 124, 15, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 182, 66, 1)), color-stop(100%, rgba(255, 124, 15, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 182, 66, 1) 0%, rgba(255, 124, 15, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 182, 66, 1) 0%, rgba(255, 124, 15, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 182, 66, 1) 0%, rgba(255, 124, 15, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 182, 66, 1) 0%, rgba(255, 124, 15, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb642', endColorstr='#ff7c0f', GradientType=1 );
}
.orange .closeStone{
    background-image: url(../i/svg/closeLarge_orange.svg);
}
.orange .ok-btn:hover {
    border-color: #e94103;
    background: #e94103;
    color: #fff;
}
.orange .opt-block li a:hover img,
.orange .opt-block li a:hover .name,
.orange .opt-block li a:hover .description {
    color: #e94103;
    border-color: #e94103;
}
.orange .popUp_gallery .list a:hover{
    background: #e94103;
}
.orange .popup-info .close-info:hover{
    background: url(../i/svg/close_white_34.svg) no-repeat center center #e94103;
}
.orange .powered{
    color: #d88a09;
}
.orange .powered a{
    color: #d88a09;
}
.orange .powered a:hover{
    color: #956006;
}
.orange .success-text{
    color: #d88a09 !important;
}
/**grey style**/
.grey,
.grey .popUp_gallery{
    background-image: url(../i/bg_ui_grey.jpg); 
}
.grey .title-page,
.grey .quote,
.grey .select-item,
.grey .select-item option,
.grey .opt-block h3,
.grey .opt-block li .name,
.grey .opt-block li .description,
.grey .opt-block li img,
.grey .orange,
.grey .wrap-form label,
.grey .popUp_gallery .caption,
.grey .popUp_gallery .list a,
.grey .success-text{
    color: #5A5A5A;
    border-color: #5A5A5A;
}
.grey .form-control,
.grey .form-control option{
    color: #5A5A5A;
}
.grey .quote{
    background-image: url(../i/svg/icon_quote_grey.svg);
}
.grey .btn-nav,
.grey .send-form,
.grey .popUp_gallery .list .active{
    background: #868686;
}
.grey .popUp_gallery .list a:hover,
.grey .popUp_gallery .list .active{
    color: #fff;
}
.grey .btn-nav:hover, .grey .send-form:hover {
    color: #fff;
    text-decoration: none;
    background: #5A5A5A;
}
.grey .opt-block,
.grey .wrap-form{
    padding: 20px;
    border-radius: 6px;
    background: #fafaf5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafaf5), to(#F2F2F2));
    background: -webkit-linear-gradient(#fafaf5, #F2F2F2);
    background: -moz-linear-gradient(#fafaf5, #F2F2F2);
    background: -ms-linear-gradient(#fafaf5, #F2F2F2);
    background: -o-linear-gradient(#fafaf5, #F2F2F2);
    background: linear-gradient(#fafaf5, #F2F2F2);
    -pie-background: linear-gradient(#fafaf5, #F2F2F2);
}
.grey .opt-block circle{
    stroke: #5A5A5A;
}
.grey svg .field .size,
.grey .opt-block text
/*.orange rect*/{
    fill: #5A5A5A;
}
.grey .popUp_cnl{
    background: rgba(187, 185, 185, 1);
    background: -moz-linear-gradient(-45deg, rgba(187, 185, 185, 1) 0%, rgba(151, 147, 147, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(187, 185, 185, 1)), color-stop(100%, rgba(151, 147, 147, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(187, 185, 185, 1) 0%, rgba(151, 147, 147, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(187, 185, 185, 1) 0%, rgba(151, 147, 147, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(187, 185, 185, 1) 0%, rgba(151, 147, 147, 1) 100%);
    background: linear-gradient(135deg, rgba(187, 185, 185, 1) 0%, rgba(151, 147, 147, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb9b9', endColorstr='#979393', GradientType=1 );
}
.grey .closeStone{
    background-image: url(../i/svg/closeLarge_grey.svg);
}
.grey .ok-btn:hover {
    border-color: #5A5A5A;
    background: #5A5A5A;
    color: #fff;
}
.grey .opt-block li a:hover img,
.grey .opt-block li a:hover .name,
.grey .opt-block li a:hover .description {
    color: #2c2c2c;
    border-color: #2c2c2c;
}
.grey .popUp_gallery .list a:hover{
    background: #5A5A5A;
}
.grey .popup-info .close-info:hover{
    background: url(../i/svg/close_white_34.svg) no-repeat center center #5A5A5A;
}
.grey .powered{
    color: #5A5A5A;
}
.grey .powered a{
    color: #5A5A5A;
}
.grey .powered a:hover{
    color: #363636;
}
.grey .success-text{
    color: #5A5A5A !important;
}
/**powered**/
.powered{
    position: absolute;
    left: 0;
    bottom: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #06a8db;
    font-weight: 100;
    z-index: 999;
    background: rgba(255,255,255,0.8);
    padding: 3px 15px;
}
.powered a{
    color: #06a8db;
}
.powered a:hover{
    color: #0489b5;
}

g[id*="canvas"] {
	cursor: move;
}

#rotate_icon,
#flip_icon {
	cursor: pointer;
	opacity: 0.7;
	z-index: 10;
}

#rotate_icon > use + rect,
#flip_icon > use + rect {
	opacity: 0;
}

#countertop-canvas-reset {
	font-size: 24px;
	padding-top: 10px;
	text-align: center;
	width: 200px;
	height: 50px;
}

#svg_canvas_container svg {
	display: block;
	margin: 0 auto;
}

#postal_label,
#country_label {
	font-size: 18px;
	margin-top: 8px;
}
@media only screen and (max-width: 600px){ 
    #powered_by{ 
        position: fixed !important; 
    } 
    html {
        overflow: auto;
    }
}