﻿#winPopup{
  position:absolute;
  display:none;
  width:328px;
  z-index:100000;    color: black;
  background-color:#fff;
  border:1px solid #555;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
  box-shadow:5px 5px 15px 0 #000;
  -webkit-box-shadow:5px 5px 15px 0 #000;
  -moz-box-shadow:5px 5px 15px 0 #000;
}
#winClose{
  position:absolute;
  top:4px;
  right:4px;
  background-color:white;
  height:16px;
  width:16px;
  border:0;
  background-image:url(/js/byd/winPopup/close.png);
  background-repeat:no-repeat;
}
.mobhidden a {text-decoration: none; color: white }
#ajaxSearch_form input[type="text"]{    border-radius: 2px;
  border: 1px solid #949494;
  color: #949494;
  display: block;
  font-size: 16px;
  margin: 14px 0 3px;
  font-family: "Roboto",sans-serif;
  max-width: 100%;
  outline: medium none;
  padding: 1px 10px 2px;
  max-width: 200px;
  resize: none;}

  #ajaxSearch_form #ajaxSearch_submit{        padding: 4px 8px 1px!important;
    color: #000;
    font-size: 16px;
    margin: 14px 0 3px;}
#toTop {
  width:100px;
  border:1px solid #ccc;
  background:#f7f7f7;
  text-align:center;
  padding:5px;
  position:fixed;
  bottom:50px; /* отступ кнопки от нижнего края страницы*/
  right:10px;
  cursor:pointer;
  display:none;
  color:#333;

  }
.newmenu {    display: block;
  font-size: 17px;
  padding: 7px 10px;
  color: #292c47;}
.newmenu:hover {color: grey}

#winConvas{
  padding:10px 20px 20px 20px; width:
}
#winState{
  position:relative;
  display:block;

}
#winState h1{
  font-size: 24px;
  font-family: "Roboto",sans-serif;
  margin: 0 0 10px 0;
  color: #000;
  line-height: 1;
  text-align: left;
  margin-top: 9px;
}
#winState p.error{
  color:#f00;
}
#winForm{    font-weight: 700;
  margin-bottom: 12px;}
#winForm input, .calc input, .calc select, #winForm textarea, #winForm select{
  width: 98%;
  height: 40px;
  border: none;
  margin-bottom: 5px;
  padding: 0 1%;
  background: none repeat scroll 0 0 #E5E5E5;
  z-index: 1000001;
  background: white;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  margin-top: 7px;
  margin-bottom: 0px;
}
#winForm textarea{
   height:70px;
 }
div.calc table{
  border:0;
}
div.calc table td{
  padding:2px;
  border:0;
  text-align:left;
}

div.calc input{
  width:140px;
}
div.calc select{
  width:154px;
  padding:0;
}
div.calc input.inError{
  border:1px solid #f00;
}
.errorForm{
display: none;
background-color: #B10101;
color: #FFF;
width: 98%;
padding: 5px 1% 4px;
margin-bottom: 10px;
border: 1px solid #B10101;

}
#submitButton{
  display: block;
      width: 100%;
  /*height: 39px;*/
  /*padding-bottom: 3px;*/
  border: 0;
  background: none repeat scroll 0 0 #073348;
  cursor: pointer;
  color: #FFF;
    font-size: 18px;
  padding: 12px;
  border-radius: 8px;
}
#submitButton:hover, #submitButton:active {background-position: -15px -17px;}
#winLoading{
  display:none;
  padding-left:10px;
}
#winForm input {display: block;}
a.order_form1 {display: block;

text-decoration: none;
color: #0356AF;
font-size: 17px;
font-weight: bold;
margin-bottom: 15px;}

.zakaz-dver {    background: #292c47;
  color: #fff; cursor: pointer; transition: 0.3s all;
  display: inline-block;
  padding: 18px 10px; border: 1px solid #292c47;
  font-size: 18px;
  margin: 10px 0 10px;}
.zakaz-dver:hover {color: #292c47;
  background: #fff;}
#ajaxSearch_form fieldset {text-align: right!important}
  @media only screen and (max-width: 639px) {
#toTop {
    display: none!important
}
.menuLink {position: absolute!important;
  top: 18px;
  right: 19px}

  .link-logo {
    margin-left: 81px;
    margin-top: 14px;
    margin-right: 124px;
}

  }

  .finalsend {    min-height: 310px;
    text-align: center;
    margin: 52px 0 13px;}