.border{
    border: 1px solid #000;
    padding: 0;
}
body{
    background: #0a57a4;
    padding: 10px 0px;
}
.container {
    background: #bcbcbc ;
    padding: 10px 0;
    border: 2px solid #555;
    box-shadow: 0px 5px 5px #fff,
                5px 0px 5px #fff,
                0px -5px 5px #fff,
                -5px 0px 5px #fff;
    width: 980px;
}
.header{
    background:#bcbcbc ;
}
.navbar img {
    height: 76px;
    margin: 0px auto auto 15px ;
}
.navigator{
    font-size: 26px;
    font-family: Comic Sans MS;
    color:#0a57a4;
    float: right;
    margin: 20px 50px 0 0;

}
.navigator:hover {
    color: #fff;
}
.navbar{
    height: 80px;
    width: 980px; 
}
.footer-text{
    text-align: center;
    padding: 20px;
    height: 60px;
    background: #fff;
}
.info {
    height: 240px;
    display: inline-block;
    width: 485px;
    margin: 0;
    padding: 0px 0 0 20px;
    position: relative;
}
.info span{
    position: absolute;
    font-family: Comic Sans MS;
    line-height: normal;
    font-size: 15px;
}
.info-img{
    height: 240px;
    display: inline-block;
    width: 485px;
    margin: 0;
    padding: 0px;
    position: relative;
}
.info-img img {
    height: 236px;
    position: absolute;
    margin-left: 10px;
}
.info-all {
    margin-top: 15px;
}
.aluminiy {
    margin: 20px 10px;
    background: #6699cc;
    border: 1px solid #0a57a4;
    padding: 5px;
    border-radius: 10px;
}
.aluminiy caption {
    color: #000;
    font-size: 18px;
}
.aluminiy thead {
    background: #0a57a4;
    color:#fff;
    text-align: center;
}
.table{
    font-weight: bold;
    font-family: Arial;
    
}

.table img {
    height: 60px;
}
 
.table td {
    vertical-position: normal;
    padding: 5px;
    text-align: center;
}

.dop-paint td:nth-child(3) {
    width: 300px;
}

.dop-div{
  background: #ab99ab ;   
}
 
 #contact{
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
 }
 #contact h2{
        text-align: center;
    }
 .contact-info, .zapros  {
    display: inline-block;
    width: 46%;
    height: 240px;
 }
 
 #contact img {
    height: 25px;
    margin-right: 15px;
 }
 
 #contact a {
    color: black;
 }
 
 .phone-zap{
   position: absolute;
   text-align: center;
   width: 310px;
   border: 1px solid #0a57a4;
   border-radius: 10px;
   background: #bcbcbc;
   background:  -webkit-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
   background: -o-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
   background: -mo-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
   box-shadow: 0px 0px, 5px 0px 5px #0a57a4,0px 0px, -5px 0px 5px #0a57a4;
 }
 
  .phone-zap form {
    
    margin:0;
  }
  
  .phone-zap form input {
    margin-bottom: 10px;
  }
  
  .phone-zap form input:nth-child(-n+3){
     border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 1px 1px inset;
    padding-left: 5px;
  }
 .zapros {
    padding: 20px 60px;
    height: 240px;
    position: relative;
 }
 
 
 .phone-zap span {
    font-size: 22px;
    font-weight: bold;  
 }
 
 .large-image {
    height: 250px !important;
    position: absolute;
    z-index: 100;
 }

.btn-user {
    width: 520px;
    border: 1px solid #000;
    font-family: Arial;
    background: #34ff0e;
    background:  -webkit-linear-gradient( 90deg,#ffc7c7,#f82121,#f82121,#ffc7c7);
    background: -o-linear-gradient( 90deg,#ffc7c7,#f82121,#f82121,#ffc7c7);
    background: -mo-linear-gradient( 90deg,#ffc7c7,#f82121,#f82121,#ffc7c7);
    
}

.popzakaz {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #000;
    opacity: 0.8;
}

.pop-forma {
    width: 380px;
    height: 280px;
    border: 1px solid #000;
    border-radius: 5px;
    position: absolute;
    z-index: 990;
    left:50%;
    top:50%;
    margin: -140px auto auto -190px;
    background: #bcbcbc;
    background:  -webkit-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
    background: -o-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
    background: -mo-linear-gradient( 90deg,#e6e6e6,#bcbcbc,#bcbcbc,#e6e6e6);
    box-shadow: 0px -5px 5px white, 5px 0px 5px white,0px 5px 5px white, -5px 0px 5px white;
}

.pop-forma form {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 220px;
    margin: -20px 0 0 -110px;
}

.pop-forma form .phone-in {
    width: 210px;
    margin-bottom: 10px;
    height: 28px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 1px 1px inset;
    padding-left: 5px;
}

.pop-forma h3 {
    margin: 20px 20px 0 25px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

.open-close {
    display: none ;
    margin: auto;
}

.pop-forma img {
    position: absolute;
    z-index: 999;
    height: 30px;
    top: -5%;
    left: 95%;
}

















