@import url(reset.css);
@font-face{
     font-family: 'wf_SegoeUILight';
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot');
    src:url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.eot?#iefix') format('embedded-opentype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.woff') format('woff'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.ttf') format('truetype'),
           url('http://i.s-microsoft.com/fonts/Segoe-UI/Cyrillic/Light/latest.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}

body strong {
  font-weight: bold;
}

body {
  font-family: "wf_SegoeUILight";
}

ul.square {
        list-style-type: square;
        margin-left: 30px;
    }

/*@media (min-width: 1024px) {*/
  .strip {
    width: 100%;
    height: 20px;  
    background-color:  #dcdcdc;
    color: black;
    position: fixed;
    z-index: 1;
    outline: 0px solid black;
 }
 .strip_wrapper {
    z-index: 2;
    width:1024px;
    margin: auto;
    outline: 0px solid #cc0000;
    font-family: "wf_SegoeUILight";
    /*font-size: 14px;*/
    position: fixed;
    margin-top: 1px;
 }
 
.strip_wrapper span {
  padding-left: 15px;
  font-size: 14px;
}


.a {
  border: 1px solid #ccc;
}
.home {
  padding-top: 20px;
 }

.home_r {
  border-left: 1px solid red;
}

.home_r img {
  margin-top: 30vh;
  padding-left: 9px;
}

.home_r_menu li {
  cursor: pointer;
  font-size: 19px;
  padding-top: 15px;
}
  
  .menu_service_art {
    font-size: 39px;
    color: #ccc;
    margin: 20px 0px;
  }
  .service_title{
    padding: 40px 0 15px 0;
    text-align: left;
    font-weight: bold;
    font-size: 34px;
  }
  .service_subtitle {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
  }
  .inline {
    margin-bottom: 30px;
  }
  .inline li {
    display: inline;
    border: 0px solid #000;
    cursor: pointer;
    padding: 7px;
  }

  .menu_service {
  line-height: 1.5;
  font-size: 16px;

}

.popup {
  display: none;
}

.active {
  color: red;
}
.active_menu {
  background-color: #dcdcdc;
  padding-bottom: 9px;
}

  .content h1{
    font-size: 23px;
    font-weight: bold;
    color: #ccc;
    line-height: 1;
    text-align: left;
  }

  .title {
     color: #b5b8b1; 
  }

  .slash {
    color: #dcdcdc;
  }

 #slogan {
  color: red;
  letter-spacing: -0.7px;
  font-size: 18px;
  margin-right: 9px;
}

 

 

   
/*}*/

/*@media (max-width: 1023px){
  
}*/
 
.copyright {
  margin-left: -15px;
}





.footer {
  width: inherit;
  height: 50px;
}


.strong {font-weight: bold;}

/*НАЧАЛО ОСНОВНЫЕ ПАРАМЕТРЫ СТРАНИЦЫ*/
.wrapper {
    width:1024px;
    margin: auto;
    outline: 0px solid #cc0000;
    font-family: "wf_SegoeUILight";
    font-size: 16px;
    position: relative;
 } 

.content {
    outline: 0px solid #cccccc;
    position: relative;
    line-height: 1.5;
    text-align: justify;
 }

 .content div {
    padding: 5px 2px;
 }

 

 .text_alarm {
    background-color: #8b00ff;
    padding: 5px;
 }

 .text_italic_small {
    font-size: 14px;
    /*font-style: italic;*/
    color: #cccccc;
 }

article {  
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2; 
}  

article ul {
    padding: 0px 5px;
}



/*КОНЕЦ ОСНОВНЫЕ ПАРАМЕТРЫ СТРАНИЦЫ*/ 

/*НАЧАЛО БЛОКА HEADER*/
 #header {
    
    outline:0px solid #cccccc; 
    position: relative;
    width: inherit;
    height: 100px;
    border-bottom: 2px solid #FFBF00;
     
       
 }

 

 
#copyright {
    position: absolute;
    outline:0px solid #5d3954; 
    font-size: 11px;
    color: #ffbf00;
    top: 85px;
}

.img-container {
    display: inline;  
}



 /*КОНЕЦ БЛОКА HEADER*/

 
 
 /*НАЧАЛО ТАБЛИЧНЫЙ СТИЛЬ DIV (ДЛЯ ГОРИЗОНТАЛЬНОЙ РАЗМЕТКИ)*/

 

 
 .align_l {
    text-align: left;
 }

 .align_r {
    text-align: right;
 }

 .align_j {
    text-align: justify;
 }

 .align_c {
    text-align: center;
 }




.button {
    cursor: pointer;
    padding-top: 7px;
}
.button:hover {
  text-decoration: underline;
    
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



#screen {
    position: fixed;
    background-color: #f0f8ff;
    min-width: 100%;
    min-height: 100vh;
    z-index: 3;
    opacity: 0.7;
    margin-top: -27px;
}



.popup {
    background-color: #ffffff;
    /*border-top: 2px solid red;
    border-bottom: 2px solid red;*/
    width: 100%;
    min-height: 200px;
    z-index: 4;
    position: fixed;
}


.form_login {
  outline: 0px solid red;
  position: relative;
  text-align: center;
}

.form_login label {
  font-size: 28px;
}

.textbox{
  height:50px;
  width:100%;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  font-size:18px; 
  padding:10px;
  margin-bottom:30px;
  color: rgba(0,0,0,.3);  
}
.textbox:focus{
  outline:none;
  border: 2px solid rgba(0,0,0,.3);
  color: black;
  -moz-box-shadow:0 0 9px #c1caca;
  -webkit-box-shadow:0 0 9px #c1caca;
  box-shadow:0 0 9px #c1caca;
}


.form_button{
  height:50px;
  width:100px;
  border-radius:3px;
  border:rgba(0,0,0,.3) 0px solid;
  box-sizing:border-box;
  padding:10px;
  color:#FFF;
  font-weight:400;
  font-size: 16pt;
  transition:background .4s;
  cursor:pointer;
}
.ok {
  background:#90c843;
}
.cancel {
  background:#e60000;
}

/* Изменение фона кнопки при наведении */
.ok:hover{
  background:#80b438;
}


.cancel:hover{
  background:#b00000;
}

.button_menu_skyline {
  position: fixed;
  cursor: pointer;
  /*background-color: white;*/
}

#menu_skyline_block {
  padding: 20px;
  line-height: 1.5;
}

/*--------------------------------footer*/
 
#footer {
    height: 50px;
}




  
