      .modal {
        display: none; /* display: block; */
        position: fixed;
        z-index: 1000; /* z-index: 8; z-index: 100; Virs vai zem attēliem */
        left: 0;
        top: 0;
        width: 100%; /* width: 100%; */
        /*max-width: 1500px;*/
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0); /* background-color: rgb(0, 0, 0); */
        background-color: rgba(0, 0, 0, 0.4); /* background-color: rgba(0, 0, 0, 0.4); Ietonējās viss ekrāns*/
      }
      .modal-content {
        margin: 25px auto; /* margin: 50px auto; Laukuma attālums no augšas */
        border: 1px solid #999;
        width: 60%; /* 90 width: 60%; Laukuma platums */
        min-width: 400px; /* min-width: 400px; Jauns parametrs */
        /*max-width: 90%;*/
        background: #F2F2F2; /* background: #0fa9d6; Rāmīša krāsa */
      }
      h2,
      p {
        margin: 0 0 20px; /* margin: 0 0 20px; */
        font-weight: 400;
        color: #999;
      }
      span {
        color: #666;
        /*display: block; Augšā un kontaktjoslā problēma*/
        padding: 0 0 5px;
      }
      .form-design {
        width: auto; /* width:60%; Jauns parametrs */
        font-size: 16px; /* font-size: 17px; Jauns parametrs  */
        padding: 35px; /* padding: 25px; Sašaurina-paplatina visu aiļu garumu */
        /*margin: 25px; /* margin: 25px;  Rāmīša biezums pa perimetru */
        margin: 25px 25px 6px 25px; /* margin: 25px 25px 6px 25px; Rāmīša biezums pa perimetru */
        box-shadow: 0 2px 5px #777777; /* box-shadow: 0 2px 5px #f5f5f5; Robežas tonis */
        background: #777777; /* background: #eee; #777777; #0fa9d6; Formas background */
        /*background: url(https://www.ugunsdrosiba.lv/lv/images/slides/slide-show5.jpg);*/
      }
      input,
      textarea {
        width: 100%; /* width: 90%; Pogas platums */
        padding: 25px; /* padding: 10px; Aiļu biezums*/
        margin-bottom: 20px;
        border: 1px solid #1c87c9;
        outline: none;
      }
      .contact-form button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #ff0000; /* background: #1c87c9; Pogas krāsa */
        font-size: 16px; /* font-size: 16px; Nestrādā */
        font-weight: 400;
        color: #fff;
      }
      .contact-form-popup button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #ff0000; /* background: #1c87c9; Pogas krāsa */
        font-size: 16px; /* font-size: 16px; Nestrādā */
        font-weight: 400;
        color: #fff;
      }
      button:hover {
        background: #DF0101; /* background: #2371a0; Pogas aktīvā krāsa */
      }
      .close {
        color: #111111; /* color: #aaa; X krāsa*/
        /*float: right;*/
        font-size: 32px; /* font-size: 28px; X izmērs*/
        font-weight: bold;
        position: absolute;
        top: 26px; /* top: 25px; X novietojums uz augšu vai leju*/
        right: 35px;
        transition: 0.3s;
      }
      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }
      button.button {
        background: none;
        border-top: none;
        outline: none;
        border-right: none;
        border-left: none;
        border-bottom: #02274a 1px solid;
        padding: 0 0 3px 0;
        font-size: 25px; /* font-size: 16px; */
        cursor: pointer;
      }
      button.button:hover {
        border-bottom: #a99567 1px solid;
        color: #a99567;
      }
      /*button { */
       /*   font-size: 25px; /* font-size: 25px; Nestrādā - Ietekmē cokies pogu*/
     /* }*/
      
   /*#####################################################################*/  
   
   
   fieldset#contact_form_popup input[type="text"], fieldset#contact_form_popup input[type="email"], fieldset#contact_form_popup textarea[name="msg"], fieldset#contact_form_popup select[type="text"] {
   width: 100%; /* width: 100%; */
     }


/*  Var veidot formu pa divām ailēm vienā rindā u.t.t. */

/*.form_contact_popup form textarea {
	height: 130px;
}

.form_contact_popup form input[type="submit"] {
	padding: 4px 9px;
}*/



