﻿
HTML
{

  margin: 0px;
  padding: 0px;
}

BODY
{
  margin: 0px;
  padding: 0px;
 
background: url(../img/PekapChat.jpg) no-repeat top center;

}
.GLPikapChat
{
    position: relative;
    top: 30px;
    left: 0px;
    z-index: 99999999;
   width: 600px;
   height: 1400px;
  margin: 0px auto;
  padding: 0px;
  background: #dfdfdf;
  
 
}



#Logotip
{
  position: absolute;
  top: 50px;
  left: 45px;
  z-index: 99999999;


}
#InyanKoty
{
  position: absolute;
  top: 10px;
  left: 365px;
  z-index: 99999999;
}
.Podzagolovok
{
  position: absolute;
  top: 140px;
  left: 5px;
  z-index: 99999999; 
  color: #d1960b;
  font-size: 19px;
  /*font-style: italic;*/
  font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 
  border: 0px solid #000;
  
}

.OsnBlok
{
  width: 600px;
  height: 1405px;
  background: url(../img/fonInYan.png) 0px 200px no-repeat

}
.osnForma
{
  width: 600px;
  height: 700px;
  position: absolute;
  top: 175px;
  left: 0px;
  z-index: 99999999; 
  border: 0px solid #000;
}
.knop
{
 padding: 4px;
 margin: 7px;
  width: 480px;
  height: 670px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: 99999999; 
  color: #474a46;
  font-size: 24px;
  /*font-style: italic;*/
  font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 
  border: 0px solid #000;
}

.knop input
{
  padding: 1px;
  margin: 2px;

}
.mug
{
  position: relative;
  top: 15px;
  left: 0px;
  z-index: 99;

}
.gen
{
  position: relative;
  top: 15px;
  left: 0px;
  z-index: 99;

}

#ssilkaNaService
    {
      position: absolute;
      top: 719px;
      left: 158px;
      z-index: 22;     
      color: rgb(118, 109, 109);
      width: 369px;
      height: 60px;
      border: 1px solid #4e5c4b;
      border-radius: 14px;
      padding-left: 40px;
      font-size: 18px;
    }

#Name
{
  padding: 4px;
  margin: 7px;
   width: 180px;
   height: 40px;
   position: absolute;
   top: 720px;
   left: 10px;
   z-index: 99999999; 
   color: #6e6767;
   font-size: 24px;
   /*font-style: italic;*/
   font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
   font-weight: lighter; 
   border: 0px solid #000;


}

#OtpravitKnops
{
  width: 324px;
  height: 66px;
  border: 1px solid #bec3bd;
  position: absolute;
  top: 828px;
  left: 152px;
  z-index: 22;    
  color: #b3e5c9;
  background: #4a6456;
  font-size: 24px;
  /*font-style: italic;*/
  font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 

}

.Obyasneniyew
{
  width: 550px;
  position: absolute;
  top: 1090px;
  left: 40px;
  z-index: 99999;
  color: #706e6e;
   margin: 0px;
  padding: 0px;
  border: 0px solid #000;
  font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
  font-weight: lighter; 

}

.footer
{
    width: 350px;
    height: 30px;
    position: relative;
    top: 200px;
    left: 40px;
    z-index: 99999;
    color: #c3c4c3;
    background: #fff;
    margin: 0px auto;
    padding: 0px;
    border: 0px solid #000;
}

#Schetchik
{
  display: none;
}



/*Styli radio Input*/
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(26, 22, 22);
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;

  position: relative;
  top: 4px;
}

input[type="radio"]:checked {
  border: 6px solid black;
}
/*
button,
legend {
  color: white;
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}

button:hover,
button:focus {
  color: rgb(55, 51, 51);
}

button:active {
  background-color: white;
  color: black;
  outline: 1px solid black;
}
*/
/*Styli radio Input*/


/*Paralax start*/
/* Parallax base styles
  --------------------------------------------- */
  /* Parallax base styles
  --------------------------------------------- */
  .parallax {
    margin-top: 100px;
    background: url(../bg.jpg);
    background-attachment: fixed;
    width: 600px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -70px;
}
.parallax h1 {
    color: #ffffff;
    font-size: 70px;
}
.parallax .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(256,256,256,0.3);
    z-index: 2;
}
.parallax-content {
    z-index: 3;
}
.page-content {
    padding: 100px 50px;
}
  



/*Paralax stop*/








@media only screen and (max-width : 400px) {

    .GLPikapChat
 {
        position: relative;
        top: 30px;
        left: 0px;
        z-index: 99999999;
       width: 300px;
       height: 2200px;
      margin: 0px auto;
      padding: 0px;
      background: #cff6b0;
     
    }

    #Schetchik
    {
      display: none;
    }
    
    #Logotip
    {
      position: absolute;
      top: 50px;
      left: 0px;
      z-index: 99999999;
    
    
    }
    #InyanKoty
    {

      position: absolute;
      top: 120px;
      left: 75px;
      z-index: 99999999;
    }
    .Podzagolovok
    {
      width: 270px;
      position: absolute;
      top: 290px;
      left: 5px;
      z-index: 99999999; 
      color: #3b3c3a;
      font-size: 19px;
      /*font-style: italic;*/
      font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
      font-weight: lighter; 
      border: 0px solid #000;
      
    }
    
    .OsnBlok
    {
      width: 320px;
      height: 2405px;
      background: url(../img/fonInYan.png) 0px 200px no-repeat
    
    }
    .osnForma
    {
      width: 320px;
      height: 1060px;
      position: absolute;
      top: 475px;
      left: 0px;
      z-index: 99999999; 
      border: 0px solid #000;
    }
    .knop
    {
     padding: 4px;
     margin: 7px;
      width: 270px;
      height: 1040px;
      position: absolute;
      top: 0px;
      left: 20px;
      z-index: 99999999; 
      color: #474a46;
      font-size: 24px;
      /*font-style: italic;*/
      font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
      font-weight: lighter; 
      border: 0px solid #000;
    }
    
    .knop input
    {
      padding: 1px;
      margin: 2px;
    
    }
    .mug
    {
      position: relative;
      top: 15px;
      left: 0px;
      z-index: 99;
    
    }
    .gen
    {
      position: relative;
      top: 15px;
      left: 0px;
      z-index: 99;
    
    }
    
    #ssilkaNaService
        {
          position: absolute;
          top: 1069px;
          left: 138px;
          z-index: 22;     
          color: rgb(118, 109, 109);
          width: 150px;
          height: 60px;
          border: 1px solid #4e5c4b;
          border-radius: 14px;
          padding-left: 20px;
          font-size: 18px;
        }
    
    #Name
    {
      padding: 4px;
      margin: 7px;
       width: 120px;
       height: 40px;
       position: absolute;
       top: 1070px;
       left: 10px;
       z-index: 99999999; 
       color: #6e6767;
       font-size: 24px;
       /*font-style: italic;*/
       font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
       font-weight: lighter; 
       border: 0px solid #000;
    
    
    }
    
    #OtpravitKnops
    {
      width: 224px;
      height: 66px;
      border: 1px solid #bec3bd;
      position: absolute;
      top: 1228px;
      left: 52px;
      z-index: 22;    
      color: #b3e5c9;
      background: #4a6456;
      font-size: 24px;
      /*font-style: italic;*/
      font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
      font-weight: lighter; 
    
    }
    
    .Obyasneniyew
    {
      width: 300px;
      position: absolute;
      top: 1790px;
      left: 2px;
      z-index: 99999;
      color: #706e6e;
       margin: 0px;
      padding: 0px;
      border: 0px solid #000;
      font-family: Tahoma, Cuprum, Arial, Helvetica, sans-serif; 
      font-weight: lighter; 
    
    }
    
    .footer
    {
        width: 270px;
        height: 30px;
        position: relative;
        top: 200px;
        left: 10px;
        z-index: 99999;
        color: #c3c4c3;
        background: #fff;
        margin: 0px auto;
        padding: 0px;
        border: 0px solid #000;
    }
    
   /*Styli radio Input*/
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(26, 22, 22);
  transition: 0.2s all linear;
  outline: none;
  margin-right: 5px;

  position: relative;
  top: 4px;
}

input[type="radio"]:checked {
  border: 6px solid black;
}
/*
button,
legend {
  color: white;
  background-color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}

button:hover,
button:focus {
  color: rgb(55, 51, 51);
}

button:active {
  background-color: white;
  color: black;
  outline: 1px solid black;
}
*/
/*Styli radio Input*/


    
/*Paralax start*/
/* Parallax base styles
  --------------------------------------------- */
  /* Parallax base styles
  --------------------------------------------- */
  .parallax {
    margin-top: 100px;
    background: url(../bg.jpg);
    background-attachment: fixed;
    width: 300px;
    margin:0px auto;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -60px;
}
.parallax h1 {
    color: #ffffff;
    font-size: 70px;
}
.parallax .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(256,256,256,0.3);
    z-index: 2;
}
.parallax-content {
    z-index: 3;
}
.page-content {
    padding: 100px 50px;
}
  



/*Paralax stop*/



}