@import url(_form.css);
#sfeer1 {width:100%;height:100%;overflow:hidden;background:#06c url(../../img/b/domain1.jpg) 50% 50% no-repeat;background-size:cover;position:relative;z-index:1;min-height:500px;outline:3px solid #06c;}
#dFo {white-space:nowrap;display:block;text-align:center;position:absolute;z-index:2;width:auto;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:5px;box-shadow:1px 1px 9px rgba(0,0,0,.3);}
#dInp, #dBut {display:inline-block;vertical-align:middle;border:none;}
#dInp {font-size:18px;padding:9px 0 9px 13px;height:50px;border-radius:5px 0 0 5px;cursor:text;background:#f0f6fc;color:#06c;}
#dInp:focus {background:#fff;}
#dBut {width:50px;height:50px;background:#06c url(../../img/cart.png) 50% 50% no-repeat;border-radius:0 5px 5px 0;color:transparent;cursor:pointer;}
#dBut:hover {background-color:#093;}
#dFo *:disabled {opacity:.7;cursor:wait;}
#domErr {padding:25px 9px;text-align:center;color:#c00;background:#ece3e3;border-bottom:2px solid #c00;margin-bottom:25px;display:none;}
#dInp::-moz-placeholder {color:#a0a6bc;text-shadow:1px 1px 1px #fff;}  
#dInp:-ms-placeholder {color:#a0a6bc;text-shadow:1px 1px 1px #fff;}
#dInp::-webkit-input-placeholder {color:#a0a6bc;text-shadow:1px 1px 1px #fff;}
.domOK {text-align:left;background:#f0fcf6;color:#090;text-shadow:1px 1px 0 #fff;padding:7px 7px 8px 12px;margin-top:9px;border:#090 1px solid;border-radius:5px;}
.domOK * {display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;}
.domOK b.domNam {width:85%;}
.domOK b.rmBut {text-align:center;background:#999;color:#fff;width:25px;height:25px;border-radius:13px;margin-left:9px;cursor:pointer;}
.domOK b.rmBut:hover {background-color:#c00;}
.domOK .domPrc {width:10%;font-size:80%;text-align:center;}
.domOK.Gone {background:#fcf6f0;color:#c33;border-color:#c33;}
.pTab {display:inline-block;width:130px;white-space:nowrap;overflow:hidden;vertical-align:top;padding:7px 9px;margin:5px; border-radius:5px; box-shadow:1px 1px 1px #fff, 1px 1px 1px #c0c6cc inset;background:rgba(51,105,210,.05);text-align:left;}
.pTab * {display:inline-block;vertical-align:top;}
.pTab b:first-child {width:72px;}
.pTab i {font-style:normal;color:#a0a6ac;}
.doPad {padding-top:50px;padding-bottom:50px;border-bottom:1px dotted #06c;}
@media all and (min-width:990px){
 #dInp {width:900px;}
}
@media all and (max-width:989px){
 #dFo {width:90%;}  #dInp {width:-moz-calc(100% - 50px);width:-webkit-calc(100% - 50px);width:calc(100% - 50px);}
 .lrPad {padding-left:15px;padding-right:15px;}
 .dPtb {text-align:center;}
 .domOK b.domNam {width:80%;}
 .domOK b.rmBut {margin:0;}
}

