/* ---------------------------------- */

/* @Reset */

html
{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

body
{
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  /*height: 1000px;*/
  overflow: hidden;
  color:#FFFFFF;

}


*
{
  margin: 0;
  padding: 0;
  outline: none;
}

  body,
  div,
  dl,dt,dd,
  ul,ol,li,
  h1,h2,h3,h4,h5,h6,
  pre,
  form,fieldset,
  input,textarea,
  a,
  p,blockquote,
  th,td 
  {
  padding: 0;
  vertical-align: baseline;
  margin-bottom: 10;
  }
    
  img 
  {
   border: 0
  }
    
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var 
  {
   }
    
  ol,ul 
  {
    list-style: none;
  }
    
  h1,h2,h3,h4,h5,h6 
  {
    font-size: 100%;
  }

/* ---------------------------------- */

/* @HTML5 */

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary, mark {  
  display:block;
}



/*  
    всплывающее окно
*/	
  
#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll

}
#popup { 
font-family: 'FuturaDemiC';
  background: #fff;
  width: 650px;
  margin: 5% auto;
  /*padding: 5px 20px 13px 20px;*/
  border: 10px solid #ddd;
  position: relative;
/*--тени для блока--*/
  -webkit-box-shadow: 0px 0px 20px #000;
  -moz-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
 /*--скругленные углы--*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
   border-radius: 15px;
   color:#000

}
#popup H1 {
  text-align: center;
  font-size:34px;
  font-family: 'FuturaDemiC';
}
#popup SPAN {
  font-size:34px;
  text-align: center;
  color:red
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -24px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    top: -24px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
     border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
     box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background:url(../../images/x.png) #fff;
}

    
 
/*конец всплывающему окну*/

    
 

    
/* ---------------------------------- */

/* @Global */

* 
{

}

  p
  {
  font-size: 20px;
  line-height: 24px;
  }
  
  a:link
  {
    color:#FF8C3E;
  }
 
  a:hover {
     color:#185049;
  }
  
  a:visited {
  color:#185049;
  }
  
   
  
  h1 {
  }
  h2 {
  }

/* ---------------------------------- */

/* @Wrapper */

div#wrapper {
  width: 100%;
  /*max-width: 1920px;*/
  min-width: 1100px;
  padding: 0;
  margin: 0 auto;
  position:absolute;
  z-index:1200;
}

/* ---------------------------------- */

/* @Masthead */


header#masthead{
  position: fixed;
  left: 0;
  top:100%;
  margin-top: -100px;
  z-index: 999999;
  border:none;
  width:100px;
  height:100px;
  background: url(../../images/a.png) no-repeat;
  background-position: top left;
}


#masthead:hover {
  background-position: bottom left;
}

#masthead box{
  width:100px;
  height:100px;
  display: block;
}


#sharer {
  z-index:2000;
  position: fixed;
  left:100%;
  margin-left:-100px;
  background: transparent url(../../images/heartShare.png) no-repeat; width: 100px; height: 	100px;
  }

@media all and (max-width: 321px) {
#sharer { display: none; }
}


#sharer.homeshare {
z-index: 3000;
background: transparent url(../../images/heartShare.png) no-repeat;
}

#sharer:hover {background: black; }
#sharer div { display: none; }
#sharer:hover div { display: block; }




/* ---------------------------------- */

/* @Nav */


nav a#prev {
  position: fixed;
  left: 0;
  top:0;
  z-index: 999999;
  border:none;
  width:100px;
  height:100px;
  background: url(../../images/navLeft.png) no-repeat;
  background-position: top left;
}

nav .box{
  width:100px;
  height:100px;
  display: block;
}


nav a#prev:hover {
  background-position: bottom left;
}


nav a#next {
  position: fixed;
  right: 0;
  top: 100%;
  margin-top:-100px;
  z-index: 999999;
  border:none;
  width:100px;
  height:100px;
  border:none;
  background: url(../../images/navRight.png) no-repeat;
  background-position: top left;
}
 
nav a#next:hover {
  background-position: bottom left;
}

    
/* ---------------------------------- */

/* @GlobalStories */

.story {
  min-height: 900px;
  position: relative;
  width: 100% !important;
  min-width: 1000px;
  margin: 0;
  padding: 0;

}

  

  .story header {
   position:absolute;
   left: 0;
   width: 1000px;
   z-index: 99999;
  }  
    
  .story header h1 {
     font-size: 20px;
     line-height: 30px;
    }
  
    
  .story header h2 {
    font-size: 14px;
    margin-right:600px;
    margin-bottom:0px;
  }


.story article {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
  }
 
    
  .story a.info {
  float:left;
   margin-left:2px;
   font-size: 36px;
     height:43px;
     width:43px;
     border:0;
     margin-top:0px;
     background-color: black;
     color:white;
     font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
   font-weight:100;
     font-style: normal;
     display: block;
     background: url(../../images/info.png) no-repeat;
   background-position: top left;

     
  }
  .story a.info:hover {
  background-color: white;
    color:#a6ce39; 
     background: url(../../images/info.png) no-repeat;
   background-position: bottom left;
  }

  .story .simpleContent{
  position:absolute;
  width:1000px;
  margin-top: 62px;
  }
  
  
 .story .slideshow{
  position:absolute;
  width:1000px;
  height:525px;
  overflow: hidden;
 }
  .story .content{
  position:absolute;
  margin-left:1000px;
  
 }
 
  .story .content .box{
    position:absolute;
    z-index:100;
  width:1000px;
  height:525px;
  background-color: black;
  
 }
 
 
 
 .story .content .projectColumn{
    position:absolute;
    z-index:200;
  width:450px;
  padding: 60px 0 0 60px;
  color:#FFFFFF;
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight:100;
  font-style: normal;
}

 .story .content .projectColumn b{
  font-family: "proxima-nova-1","proxima-nova-2",sans-serif
    font-weight:100;
  font-style: normal;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  color:#a6ce39;
  
}

  
  .slidesContainer {
  float: left;
  width: 1000px;
    overflow: hidden;
    margin:0;
    height:525px;
  }
  
  
  .slidesContainer ul {
    margin:0;
    padding: 0;
  }
.slidesContainer li {
  float: left;
  width: 1000px;
  display:inline-block;
  list-style:none;
  margin-right:0px;
}

.story a.nextImg{
  position:absolute;
  color:#000000;
  width:500px;
  margin-left:500px;
  height:524px;
  background: none;
  display:block;
  border:0;
  background: url(../../images/arrRight.png) no-repeat;
  opacity: 0;
  
}

.story a.nextImg #box{
  width:500px;
  height:525px;
  display: block;
}

.story a.nextImg:hover {
  background: url(../../images/arrRight.png) no-repeat;
}

.story a.prevImg{
  position:absolute;
  width:500px;
  height:524px;
  background: none;
  display:block;
  border:0;
  opacity: 0;
  background: url(../../images/arrLeft.png) no-repeat;
}

.story a.prevImg #box{
  width:500px;
  height:525px;
  display: block;
}

.story a.prevImg:hover {
  background: url(../../images/arrLeft.png) no-repeat;
}
/* ---------------------------------- */

#services .registration-main{
  max-width: 600px;
  margin: 0 auto;
}
#services .rotate-header{
  text-align: center;
  padding-bottom: 20px;
}
#services input.field{
  border: 1px solid #000;
  line-height: 20px;
  width: 100%;
}

.bg-success-transparent {
  background-color: var(--bs-success); /* Используем переменную Bootstrap для цвета */
  opacity: 0.8; /* Пример: 50% прозрачности */
}






