/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
/* line-height: 1; */
min-width: 350px;
font-family: arial;
font-size: 20px;
}
/*.wrap{
  min-width: 300px;
}*/

.slide-center-content {
  color: black;
}
/* preloader start */
#preloader {
position: fixed;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 999999;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;

        box-sizing: border-box;
}

.preloader-effect {
width: 60px;
height: 60px;
}

.preloader-effect > span,
.preloader-effect > span:before,
.preloader-effect > span:after {
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
border-radius: 50%;
border: 2px solid #000;

        transform: translate(-50%, -50%);
}

.preloader-effect > span {
width: 100%;
height: 100%;
top: 0;
left: 0;
border-left-color: transparent;

        animation: preloader-spinner 2s infinite linear;
}

.preloader-effect > span:before {
width: 75%;
height: 75%;
border-right-color: transparent;
}

.preloader-effect > span:after {
width: 50%;
height: 50%;
border-bottom-color: transparent;
}

@-webkit-keyframes preloader-spinner {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes preloader-spinner {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* preloader end*/

/* alternative borders */
.alternative-borders {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
/* z-index: 2; */
}

.border-t-line {
position: absolute;
left: 50px;
top: 70px;
width: 0;
height: 1px;
background: #f4f4f2;
-webkit-transition: width 1s ease-in;
   -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
     -o-transition: width 1s ease-in;
        transition: width 1s ease-in;
z-index: 2;
}

.border-b-line {
position: absolute;
right: 50px;
bottom: 50px;
width: 0;
height: 1px;
background: #f4f4f2;
-webkit-transition: width 1s ease-in;
   -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
     -o-transition: width 1s ease-in;
        transition: width 1s ease-in;
z-index: 2;
}

.border-l-line {
position: absolute;
left: 50px;
bottom: 50px;
width: 1px;
height: 0;
background: #f4f4f2;
-webkit-transition: height 1s 1s;
   -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
     -o-transition: height 1s 1s;
        transition: height 1s 1s;
z-index: 2;
}

.border-r-line {
position: absolute;
right: 50px;
top: 70px;
width: 1px;
height: 0;
background: #f4f4f2;
-webkit-transition: height 1s 1s;
   -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
     -o-transition: height 1s 1s;
        transition: height 1s 1s;
z-index: 2;
}



.head {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 65px;
background: none; /*none*/
z-index: 1001;
transition: 1s
}

/* header */
.head.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
}



.head .logo {
position: absolute;
    top: 10px;
    left: 50px;
    width: 250px;

    height: 50px;
    background: url(../images/logo-horizontal.svg) no-repeat;
    z-index: 1;

}

.head .logo a {
display: block;
height: 70px;
text-indent: -10000px;
overflow: hidden;
}



/* logo анімація*/
.logo {
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;

}

.logo.top-position {
-webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
     -o-transform: translateY(-200px);
        transform: translateY(-200px);
-webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
     -o-transition: all 0.7s;
        transition: all 0.7s;
}

/* upper page */
.container {
position: relative;
overflow: hidden;
left: 0;
top: 0;
margin: 0;

width: 100%;
height: 100%;

}



/* slide bg */
.slide-bg {
  background: url('../images/images3.jpg');
background-size: cover;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 3s ease-out;
   -moz-transition: -moz-transform 3s ease-out;
  -ms-transition: -ms-transform 3s ease-out;
     -o-transition: -o-transform 3s ease-out;
        transition: transform 3s ease-out;
-webkit-transform: scale(1.4);
   -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
     -o-transform: scale(1.4);
        transform: scale(1.4); 
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: 1;
}




.slide-bg-show {
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.slide {
position: relative;
background-size: cover;

background-position: center;
background-repeat: no-repeat;
background-color:black;
height: 100%!important;

}




/* Контейнер центр */
 
.slide-center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
z-index: 1;
color: black;
}



.slide-txt {
font-size: 12px;
margin-top: -4px;
}

.slide-heading {
font-style: normal;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;

    letter-spacing: 0.10em;
    color: #fff;
    margin: -3px auto 25px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 95%;
    line-height: 100%;
    display: block;
}



/*Нижній текст блок*/
.slide-subheading-top {
font-family: 'Dosis', sans-serif;
font-style: normal;
font-weight: 400;
padding-bottom: 4px;
font-size: 14px;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.65em;
color: #fff;
padding-bottom: 4px;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}



.slide-center-content {
display: table-cell;
vertical-align: middle;
}
a.btn-top {
    border: 1px solid white;
    padding: 10px;
    color: white;
}

a {
color: #999;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a:hover {
color: #ccc;
text-decoration: none;
outline: none;
}





/* overlay menu */

.menut {
font-size:30px;
cursor:pointer;
top:15px;
right: 15px;
position: inherit;
color: white;
display: block;


}

.menut2 {
display: none;


}

.menut2vis {
text-align: center;
font-size:36px;
width: 50px;
height: 50px;
cursor:pointer;
top:0px;
left: 0px;
color: white;
padding-top: 21px;
border-radius: 4px;
transition: 0.5s;
z-index: 9;
position: fixed;
display: block;
background-color: rgba(10, 10, 10, 0.95);


}



.closebtn a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #fff!important;
    display: block;
    transition: 0.3s;
    
}

.closebtn:hover, .closebtn:focus {
    color: #fff!important;
    background-color: #ddd!important;
    
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(247, 247, 247);
    background-color: rgba(247, 247, 247, 0.98);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
   

    
    min-height: 100px; 
}

/* .overlay hr {width:80%;
  margin: 0 auto;
color: black;
position: fixed;
bottom:  60px;
opacity: 0.5;
} */

.overlay-content {
   
    position: relative;
    top: 18%;
    width: 100%;
    text-align: center;
    margin-top: 30px;

    outline: 1px ridge rgb(205, 210, 216); 
    outline-offset: -3px; 
}

.hrmenu {
    position: absolute;
  bottom:  40px;
  width: 100%;

  opacity: 0.5;

}

.menubcopy {
  position: absolute;
  bottom:  20px;
  width: 100%;
  text-align: center;
  font-size: 0.6em;
  opacity: 0.5;

}

.menubcopy a:hover, .menubcopy a:focus {
   
    text-shadow: 0 0 1px red;
}
.social {
  position: absolute;
  bottom:  80px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap:wrap;
}
  
.social {

  display: flex;
  

}


.flexsocial {
  display: flex;
  flex: 0 3 auto;
}


.social li {margin: 0px 14px 0px 0px;
         list-style:none;
         }

.social li {margin: 0px 14px 0px 0px;
         list-style:none;
         }

.communities__icon
        {background:50% 50% no-repeat;
         -webkit-filter:grayscale(100%);
         filter:grayscale(100%);
         opacity:.5;
         text-indent:-9999em
         }


.communities__icon:hover{-webkit-filter:grayscale(0);
         filter:grayscale(0);
         opacity:1
         }




.communities__icon--facebook
        {         width:100px;
         height:20px;
         background-image:url(../images/facebook.svg)
        
       }

 .communities__icon--youtobe
        {
         width:100px;
         height:20px;
         background-image:url(../images/youtube.svg)}


.communities__icon--googleplus
        {width:100px;
         height:20px;
         background-image:url(../images/googleplus.svg)
}     

         
.overlay a {
    padding: 0px;
    margin: 3px 0px 2px 0px;
    text-decoration: none;
    font-size: 1.3em;
    color: #818181;
    display: inline-block;
    transition: 0.3s;
    
}






.overlay-content a:hover, .overlay-content a:focus {
    color: #f1f1f1;
    
    
    text-shadow: 0 0 5px grey, 0 0 10px grey, 0 0 15px white;
}



.overlay-content li:hover:before, .overlay-content li:hover:after, .overlay-content li:focus:after{
content: " · ";
color: grey;
}


.overlay .closebtn {
    position: absolute;
/*    top: 20px;
    right: 45px;*/
    top:10px;
    right: 10px;

    font-size: 60px;
}


.hidden {
  display: none;
}



.copyright {
  display: block;
  text-align: center;
  color: gray;
  background-color: black;
  font-size: 0.8em;

} 
.headadvh {
  position: relative;
  text-align: center;
  font-size: 1.7em;
  margin-top: 50px;
}
.headadvh h2{
  font-size: 1.4em;
  color: darkorange;
  padding: 50px;
  background-color: lightgrey;
  opacity: 0.7;

}

.headadvb {
  padding: 0px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px auto 12px auto;
  opacity: 0.8;
}

.advcat {
  flex: 1 1 300px;
  max-width: 570px;
  
  
  margin: 10px;
  display: flex;
  align-items: center;
  background-color: grey;
  border-radius: 5%;
}

.advcat p {
  margin: auto;
  padding: 10px;
  color: white;
  border-radius: 5%;
  background-color: grey;
  font-size: 1.2em;
}


.advcat2 {
  flex: 1 1 300px;
  max-width: 570px;
  
  
  margin: 10px;
  display: flex;
  align-items: center;
  background-color: grey;
  border-radius: 5%;
}

.advcat2 p {
  margin: auto;
  padding: 10px;
  color: white;
  border-radius: 5%;
  background-color: grey;
  font-size: 1.2em;
}
.pictsect1{
  margin-top: -30px;
 min-height: 600px;
    background: transparent;
}


.pictsect2{

 min-height: 700px;
    background: transparent;
}

.asdfasd {
 
  text-align: center;
  position: inherit;

}



.contactheader{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap:wrap;
  background: linear-gradient(to bottom, #4E4E4E, #000);
  color:white;
}


.contact {
   flex: 1 1 300px;
  max-width: 500px;
  
  height: 300px;
  margin: 10px 40px 10px 40px;
  display: flex;
  align-items: center;
  
  border-radius: 5%;
  
}

.contactul {
 
}

.contact ul li {
  list-style-type: none;
   

}

.gmaps {
margin: 0 auto;
}


.clearfix{clear:both;

} 