/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */

 @import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Roboto:100&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');


 body{
  background-color: #292929 !important;
  overflow: hidden;
}

#SLD1{
  background-image: url('../img/1520.jpg');
  background-size: cover;
  background-position: 50% 70%;
}


#SL3_1{
  background-image: url('../img/cvetok-kally-belyy-listya.jpg');
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
}




#SLD2{
  
  background-color: rgba(255, 255, 255, 0.5);
  
}

#SLD5, #SLD2, #SLD3{
  overflow: hidden;       
}


#SLD5_1, #SLD2_1{
 
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  animation: scale 5s linear;
  
}

#SLD5_1{
  background-image: url('../img/wallhaven5.jpg');
}

#SLD2_1{
  background-image: url('../img/wallhaven55.jpg');
}
@keyframes scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


#SLD4{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: 40%;
  transition: all 2s ease;
  animation-duration: reverse;
  z-index: 8000
}



.b-hide{
  display: none;
}

.b-show {
  display: block ;
  animation: showBlock 1s linear forwards;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.contact, .contact2, .contact3{
  text-align: center;
  padding-top: 40px; 
  position: relative;
  z-index: 50
}

#Screen{
  overflow-y: hidden;
}

#pogin{
  position: absolute;
  top: 40%;
  left: 30px;
  text-align: center;
  z-index: 500
}

#pogin ul{
  margin: 0;
  padding: 0
}

#pogin ul::before{
  content: "|";
  font-size: 30px;
  color:#fff;
}

#pogin ul::after {
  content: "|";
  font-size: 30px;
  color:#fff;
}

.slidePagin{
  list-style: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  /*box-shadow: #787878 2px 2px 2px;*/
  margin: 10px auto;
  color: #FFF

}

#pogin .activLI{
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 30px;
  border:#fff 2px solid;
  position: relative;
}

.activLI::before{
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top:36%;
  left: 36%;
  background-color: #fff;
  border-radius: 20px;
}

#WtBlock{
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 0;
  width: 60%;
  transition: all 2s ease;
  animation-duration: reverse;
  border-radius: 0px 0px 250px 0px
}


#Form1{
  position: fixed;
  right: -800px;
  top:0;
  width: 400px;
  background-color: #292929;
  color:#fff;
  font-size: 18px;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  padding: 30px 20px;
  z-index: 50000
}   

.OpenForm{
  right: 200px
}  

#Form1 span{
  width: 100px;
  height: 50px;
  background-color: red
}   

#Form1 input{
  margin-bottom: 10px
}

#Form1 .form-control:focus {
    border-color: #949494;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(137, 137, 137, 0.6);
}

#Form1 .RedButt{
  font-size: 16px;
max-width: 240px;
display: inline-block;
margin-bottom: 20px
}

#Form1 small a{
  color: #817f7f;
}

#Form1 small a:hover{
  color: #817f7f;
}

#Form1 span{
  position: absolute;
  top: 10px;
  left: -50px;
  background: rgba(255,255,255,0.8);
font-size: 22px;
border-radius: 50%;
color: #464646;
padding: 10px;
max-width: 50px;
text-align: center;
cursor: pointer;
}

#SLD3 .blur{
  width: 500px;
  height: 500px;
  overflow: hidden;
}



.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

header{
  position: absolute;
  top: 0;
  left:0;
  background-color: transparent;
  z-index: 5000
}

.hed{
  position: fixed;  
  padding: 10px 40px 5px 40px;
  text-align: center;
  width: 100%
}

.WtButt{
  border-radius: 8px;
  border:#fff 1px solid;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 20px;

}

.RedButt{
  border-radius: 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  text-shadow: -1px -1px #000;
  user-select: none;
  padding: .8em 2em;
  outline: none;
  background-color: rgba(255,0,0,0.7);
  background-image: linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%), radial-gradient(190% 100% at 50% 0%, rgba(255,255,255,.7) 0%, rgba(255,255,255,.5) 50%, rgba(0,0,0,0) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
  box-shadow: rgba(0,0,0,.3) 0 2px 5px;
  margin-top: 30px;
  position: relative;
  z-index: 55;
  cursor: pointer;
  animation: showBatt 3s linear forwards;
}


@keyframes showBatt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.RedButt:active {
  top: 1px;
  box-shadow: none;
}

.RedButt:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0;
}

.RedButt:visited, .RedButt:focus, .RedButt:active, .RedButt:hover{
  outline: none !important;
  color:#fff !important;
  text-decoration: none;
}

.WtButt:hover, .slidePagin:hover, .activLI:hover {
  color: #fff;
  
}



header button{
  margin-top: 30px
}

header .glyphicon{
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
  float: right;
  margin-right: 40px;
  cursor: pointer;
}


.mobal{
  margin: 40px;
  border-radius: 20px;
  box-shadow: #292929 5px 5px 5px;
  background-color: #fff;
  position: relative;
  padding: 80px;

}

.ikbase{
  position: absolute;
  top: 10px;
  right: 10px;

}

.ikbase .glyphicon{
  font-size: 40px;
  color: #464646;
  cursor: pointer;
}

.menublock{
  height: 200px;
  border-radius: 20px;
  background-color: #464646;
  margin: 10px 0 0 0;
  cursor: pointer;
}

.page-footer{
  position: relative;
}

footer ul li{
  display: inline-block;
  list-style-type: none; 
  text-align: center;
  width: 30px;
  height: 30px;
  border:#fff 1px solid;
  margin-right: 5px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;

}

footer ul{
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

footer ul li a{
  display: block;
  height: 100%;
  color: #fff;
  padding-top: 3px
}

footer ul li a:hover{
  color:#c4c4c4;
}

footer ul li:hover{
  border:#c4c4c4 1px solid;
}



#textBlock{
  position: absolute;
  top:30%;
  left: 13%;
  /*font-family: 'Noto Serif SC', serif;*/
  /* font-family: 'Alegreya SC', serif;*/
  font-family: 'Poiret One', cursive;
}

#textBlock p{
  font-size: 5.2em;
  font-weight: 600;
  line-height: 1.2;
  color: #0b0b0b;
}

#textBlock p span{
  font-size: 0.5em;
}

.phone{
  color:#fff;
  font-family: 'Poiret One', cursive;
  font-size: 40px;
  padding-top: 22px;
  display: block;
}

.phone:hover, .phone:focus {
  font-weight: 800;
  color: #fff;
  text-decoration:none;
}

#mousIK, #mousIK2{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
}

#mousIK{
  background-color: transparent;
  z-index: 5;
  height: 100px;
  border: #fff 3px solid;
  border-radius: 20px;


}

#mousIK2{
  background-color: transparent;
  z-index: 25;
  height: 100px;
  border-radius: 20px;
  /* animation: heightIK2 5s linear infinite;*/
  
}

#mousIK2 > div{

  width: 20px;
  height: 20px;
  border-radius:50%;
  border:#fff 3px solid; 
  position: absolute;
  top: 10px;
  left:15px;
  animation: heightIK3 8s linear infinite;
}


@keyframes heightIK2 {
  from {height: 0px;}
  50% {height: 100px;}
  to {height: 0px;}
}

@keyframes heightIK3 {
  from {top: 10px;}
  50% {top: 70px;}
  to {top: 10px;}
}

#SLD5_1 h1, #SLD2_1 h1{
  color: #fff;
  text-align: left;
  font-family: 'Poiret One', cursive;
  margin-top: 120px;
  margin-left: 150px;
  margin-bottom: 40px
}

#SLD5_1 p, #SLD2_1 p, #SLD3 p{
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

#SLD5_1 p, #SLD2_1 p{
  margin-left: 200px;
  max-width: 900px
}


#contact{
  padding-left: 150px;
  padding-top: 200px
}


#contact .RedButt{
  margin:20px 0;
}

.Krasivo_Cvetochek{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 80vh;
  width: 80%;
  border-radius: 0 50% 0 0;
  background-image: url('../img/bg_krasivo.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 90%;
  animation: CvetokOpacity 12s linear;
  opacity: 0.1
}

@keyframes CvetokOpacity {
  from {
    height: 1vh;
    width: 1%;

    opacity:  0;}

    to {opacity: 0.1;
      height: 80vh;
      width: 80%;}
    }

    #Arrow i, #Arrow2 i{
      color: #fff;
      font-size: 50px
    }

    #Arrow, #Arrow2{
      position: absolute;
      top: 50%;
      right: 30%;
      border:#fff 2px solid;
      padding: 30px;
      border-radius: 50%;
      cursor: pointer;
      z-index: 500000
    }

    .phoneMobile{
      background-color: rgba(255,255,255,0.8);
      color: #464646;
      padding: 10px;
      border-radius: 50%;
      font-size: 25px;
width: 54px;
height: 54px;
position: absolute;
right: 0px;
top: 10px;
z-index: 200;
    }

    .phoneMobile:before{
      content: '';
      width: 64px;
      height: 64px;
      background-color: rgba(255,255,255,0.2);
      border-radius: 50%;
      position: absolute;
      right: -5px;
      top: -5px;
      animation: PhonePulse 2s linear infinite;
      z-index: 5
      }

      @keyframes PhonePulse {
  from {
    transform: scale(1);
    opacity:  1;}

    
    to {opacity: 0;
      transform: scale(1.3);}
    }

    .phoneMobile:after{
      content: '';
      width: 60px;
      height: 60px;
      background-color: rgba(255,255,255,0.4);
      border-radius: 50%;
      position: absolute;
      right: -3px;
      top: -3px;
      animation: PhonePulse2 2s linear infinite;
      z-index: 5
      }

      @keyframes PhonePulse2 {
  from {
    transform: scale(1);
    opacity:  1;}

    
    to {opacity: 0;
      transform: scale(1.2);}
    }


    #Spasibo{
display: none;
height: auto;
position: fixed;
left: 50%;
transform: translateX(-50%);
background-color: rgba(77, 77, 77, 0.9);
width: auto;
top: 40%;
padding: 40px;
border-radius: 20px;
color:#fff;
text-align: center;
font-size: 30px;
z-index: 60000;
}

    @media only screen and (max-width: 1026px){
   .phone{
    font-size: 30px
   }

   #textBlock p {
    font-size: 4em;
   }

    }

    @media only screen and (max-width: 768px){
   .phone{
   font-size: 25px;
color: #292929;
font-weight: 600;
   }

   #textBlock p {
    font-size: 2.5em;
   }

   #SLD5_1 h1, #SLD2_1 h1 {
    margin-top: 40px;
margin-left: 9%;
margin-bottom: 10px;
font-size: 24px;
}

#SLD5_1 p, #SLD2_1 p {
    margin-left: 10%;
    max-width: 900px;
    font-size: 14px;
    line-height: 1.2;
}

#Arrow, #Arrow2{
  right: 20px;
top: 78%;
padding: 10px;
}

#textBlock{
  left: 0;
text-align: center;
position: relative;
}

#pogin{
top: auto;
left: 20px;
bottom: 20px;
}

#hed img{
  max-width: 150px
}

#WtBlock{
  width: 100%;
}

#contact p{
  text-align: center;
}

#contact{
 padding: 120px 20px 0 20px;
}

#contact .RedButt {
    margin: 20px auto;
}

#Form1{
  width: 100%;
  padding-top: 40px;
font-size: 16px;
}

#Form1 span{
  top: 10px;
color: #fff;
background: transparent;
left: auto;
right: 0;
padding: 0;
line-height: 1;
height: auto;
}

#Form1 h2{
  font-size: 24px;
}

#Form1 .RedButt{
  margin-bottom: 0px;
margin-top: 10px;
}


#Spasibo{
  font-size: 20px;
  width: 95 %;
 left: 0;
transform: translateX(0%);
top: 20%;

}

#Arrow, #Arrow2{
  display: none;
}


    }