@import url(../font-awesome-4.7.0/css/font-awesome.min.css);

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Roboto+Condensed&display=swap');
 
body {
 
  font-size: 20px;
  font-family: 'Oswald', sans-serif; 
  font-family: 'Roboto Condensed', sans-serif; 
  /*background-image: url(../../../img/fon1.jpg );*/
}
body {
	font-family: Verdana;
	background-image: foto1;
}

img {
	width: 100%;
	border: 2px solid #808080;
	border-radius: 5px;
	padding: 4px;
}

label, button, input {
	width: 98%;
	margin-top: 20px;
	font-size: 16pt;
	color:  #00008B;
}



h1 {
	text-align: center;
	color: green;
}

h2 {
	text-align: center;
	color: green;
}
h3 {
	text-align: center;
	color: green;
}

.figyra {
	
	/*box-sizing: border-box;*/
	text-align: center;
	/*border: 2px solid red;*/
}

.vvod_dannyh {
	width: 45%;
	box-sizing: border-box;	
	padding:  10px;
	/*min-height: 300px;*/
	/*border: 2px solid #808080;*/
}

.rashet {
	display: flex;
	flex-direction: column;
	width: 30%;
	box-sizing: border-box;	
	padding:  30px;
	/*min-height: 300px;*/
	/*border: 2px solid #808080;*/
}

.viuvod {
	display: flex;
	flex-direction: column;
	width: 25%;
	box-sizing: border-box;	
	padding:  10px;
	/*min-height: 300px;*/
	border: 2px solid #808080;
	margin-bottom: 10px;
}

.my-input {
	
	font-size: 16pt;
	color:  #00008B;
	border: 2px solid #808080;
	border-radius: 5px;
}

img {
	width: 95%;
	margin: auto;
}

.container {
	display: flex;
	flex-wrap: wrap; 
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	/*justify-content: center; */
	/*border: 2px solid red;*/
}

.flex-element {
	width: 90%;
	box-sizing: border-box;	
	padding:  10px;
	min-height: 100px;
	/*border: 2px solid #808080;*/
	/*background-color: yellow;*/
	font-size: 16pt;
}

.pink {
	background-color: pink;
}

.el-container {
	display: flex;
	/*flex-direction: row;
	flex-wrap: wrap;*/
  flex-flow: row wrap;
	justify-content: space-around;
	border: 2px solid #808080;
}
.el-container_and {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	border: 2px solid #808080;
    margin-bottom: 100px;
}

.el-child {
	width: 250px;
	/*border: solid 2px green;*/
	box-sizing: border-box;
}
.site_header{
      display: flex;
      flex-direction: column;
      width: 90%;
      box-sizing: border-box;
     /* background-image: url(../../../img/pano_venecya.jpg );*/
      background-size: 100%;
      opacity: 0.9;
      /*background-color: rgba(64, 224, 208, 0.6);*/
      margin: 15px auto;  
  }
.site_nav {
    height: 60px;
    width: 96%;
    margin: 15px auto;

/*border: solid red 2px;*/
}   

.site_nav a:hover {
  background-color: #FF8C00; 
}


.nav_center {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/*перемычка*/
.site_nav a {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #008000;
    cursor: pointer; 
    border: 2px solid #006400;
    border-radius: 10px;
}
.site_nav a:hover,
.site_nav a:active,
.site_nav a:focus {
    color: #FFF;
}
.site_nav a:after,
.site_nav a:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #006400;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.site_nav a:before {
    top: -6px;
}
.site_nav a:hover:after,
.site_nav a:hover:before,
.site_nav a:active:after,
.site_nav a:active:before,
.site_nav a:focus:after,
.site_nav a:focus:before {
    width: 100%;
    left: 0;
}

.site_footer {

    position: fixed; /* Устанавливаем абсолютное позиционирование */
    bottom: 0;  /*Новое местоположение внизу страницы */
    width: 100%; /* Длина  вся видимая область браузера*/
    background-color: #18401d;  /* Цвет блоков */
    color: #F0FFFF;  /* Цвет шрифта блоков */
    /*height: 120px; */ /* Высота блока */
}
.site_footer_center {
    display: flex;
    justify-content: space-around;
     align-items: center;
    width: 90%; /* Длина  блока */
    margin: 10px auto;  /*устанавливаем отступы таким образом чтобы блок был отцентрован*/
    background-color: #18401d; /* Цвет блоков */
    color: #F0FFFF;  /* Цвет шрифта блоков */
}

.clearfix { clear:both; }

footer h5{
  width: 40%;
  margin: 0px;
  font-size: 8pt; 
}

footer .panel_social {
  display: flex;
 /* width: 30%;*/
  justify-content:flex-end;
}

footer .text_k {
  color: white;
  /*margin-top: 20px;*/
  text-align: center;
  font-size: 16pt;
}
footer a {
   color: white; 
}


.social a{
    float: right;
    color: #fff1c2;
    text-align: center;
    height: 32px;
    width: 36px;
    font-size: 24px;
    margin: 5px;
    padding-top: 4px;
    border: 1px solid #fff1c2; 
    border-radius: 10px;
}

.instagram a:hover {
    background: #3b5998; 
}


.youtube a:hover {
    background: #c4302b; 
}
.vk a:hover {
    background: #5d84ae; 
}
.facebook a:hover {
    background: #3b5998; 
}
/*медиа запросы 1*/
@media (max-width: 1536px) {

  .site_header{
    width: 100%;
 
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 70px;*/
    padding-bottom: 15px;
    background-size: 94%;
    height: auto;
    margin-top: 0px;  
  }

  .nav_center {
    width: 100%;
  
  }

  .site_nav {
    width: 82%;
   
    margin: 15px auto;
    margin-top: 0px;
    height: 50px;  
  }

    .site_nav a { 
      font-size: 13pt;


    }

  .header_info {

    width: 100%;
   
    margin: 5px auto;
    margin-bottom: 5px;
    margin-top: 5px; 

  }

  .work {
    width: 100%;
    height: auto;
  }

  .block_info {
    display: block;
  }

  .header_info .in2 h1 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .header_info .in3 h2 {
    font-size: 1.2rem;
  }

  .header_info .in3 .text {
    font-size: 1.2rem;
  }

  .header_info .A2 {
    font-size: 1.2rem;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .main_info_in1 {
    width: 100%;
  }

 .main_cite {
   width: 100%;
 }

 .reklama, .reklama-zg{
    width: 100%;
 }

  .maps {
    margin-bottom: 11%;
 } 

  .date_contact {
    margin-bottom: 11%;
 }

 .site_footer_center h5 {
   font-size: 8pt;
 }

 .site_footer_center .text_k {
   font-size: 14pt;
 }

}

/*2*/
@media (max-width: 1024px) {

.site_header{ 
 padding-top: 10px;
/* background-image: url(../../../img/pano_venecya.jpg );*/
}

.header_info {
  /*width: 100%;*/

}

.in1 {
   /*width: 200px;*/
   
}

.in2 {
   /*width: 300px;*/

}
.in3 {
   /*width: 200px;*/
   
}


  .site_nav {

   
    width: 100%;
 
     height: 50px;


  }


.site_nav a {
font-size: 12pt; 
padding: 10px;
/*height: 30px;*/

}


.logotip {
  width: 80px;
}

.text_inf, .inn {
  font-size: 14pt; 
}



.header_info .in2 h1 {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 1.5rem; 
}

.work .text {
   font-size: 8pt; 
}

.header_info .in3 h2 {
    font-size: 1.1rem;
}


  .one {
  
  
     /* width: 45%;
      height: 450px;*/
      
    }
    .two {
    
   
      /*width: 45%;
       height: 450px;*/

      }
    .three {
  
   
      /*width: 45%;
       height: 450px;*/
      
    }

 .text-mini {
  font-size: 14pt;
 }   

 .site_footer_center h5 {
   font-size: 6pt;
   width: 25%;
 }

 .site_footer_center .text_k {
   font-size: 12pt;
 }


    .panel_social {
  width: 25%;
  justify-content: center;
  

}


}  

/*3*/
@media (max-width: 767px) {

  .site_header{ 

 /*padding-top: 10px;*/
/*background-image: url(../../../img/pano_venecya.jpg );*/


}

.site_header{ 
display: flex;
padding: 0;


}
    .site_nav {
      /*display: inline-block;*/
      /*width: 50%;*/
      margin-top: 0px;
    height: auto; 

    }


.my-info {
  /*display: inline-block;*/
   width: 100%;
}

    .header_info {
      margin-top: 5px;
      height: auto; 
       /*flex-direction: column;*/
    }


    .nav_center {
    
    /*flex-direction: column;*/

  }

  .in1, .in2, .in3 {
    width: 100%;
  }  

  .site_nav a { 
    /*width: 100%;*/
    font-size: 10pt;
    padding: 3px;
    height: 20px;
    margin: 5px;
  }


  .one {
    
      /*display: block;
      width: 100%;
      height: 450px;*/
      
    }
    .two {
  
     /* display: block;
      width: 100%;
       height: 450px;*/

      }
    .three {
    
      /*display: block;
      width: 100%;
       height: 450px;*/
      
    }

    .img1{
      height: 300px;
    }

    .work .text {
   /*font-size: 1.1rem; */
}


 .A2 .block_info {
    font-size: 0.9rem; 
 }

 .header_info .block_info .text {
    font-size: 1rem; 
 }

 .logotip {
  width: 60px;
 }


.site_footer_center { 
/*flex-direction: column;*/

 padding: 0;
  /*margin: 0;*/
}

footer {
  padding: 0px;
}

address {
  padding: 0;
  margin: 0
  width:100%;
} 

address h5 {
  margin: 0;
  width:100%;
  font-size: 6
}


.my_contact {
  flex-direction: column;
}

 .maps {
    width: 96%;
    height: 250px;
 } 

  .date_contact {
  width: 96%;
 height: 180px;
 margin-bottom: 100px;
}

 .main_info_in2 {
  font-size: 1.1rem;
  }

  .footer {
    height: auto;
  }

  .blank25 {
    width: 45%;
  }

.date_contact h2 {
  font-size: 1.3rem;
  margin-top: 5px;
}


.date_contact .text {
  font-size: 8pt;
  margin-top: 5px;
}
.site_footer .text_k {
  font-size: 10pt;
  margin-top: 5px;
}

.date_contact .logotip{
  margin-top: 5px;
}

}

/*4*/

@media (max-width: 565px) {

    .site_header{ 
width: 100%;

 /* background-image: url(../../../img/pano_venecya.jpg );*/
background-size: 100%;
}
 .site_nav a { 
    /*width: 100%;*/
    font-size: 7pt;
    padding: 3px;
    height: 15px;
    margin: 3px;
  }
 .main_info_in2 {
      width: 90%;
      text-align: center;
      padding: 0.5%;
      margin: 15px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #191970; 
      /*border: solid 2px green;*/
    }

.site_footer .text_k {
  font-size: 8pt;
  margin-top: 5px;
}

 .site_footer_center h5 {
   font-size: 4pt;
   width: 20%;
 }
 .blank25 {
    width: 25s%;

  }
.panel_social {
  width: 20%;
  font-size: 30pt;
}
.text-mini {
  font-size: 10pt;
}
}