*, *:after, *:before {
   box-sizing: border-box;
   padding: 0;
   margin: 0;
}

a:active, a:focus { outline: none; }
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}


a {
   text-decoration: none;
   outline: none;
}
img {
   display: block;
   cursor: pointer;
   width: 100%;
}
body{
    padding: 0;
    margin: 0;
    background-color: #fff;
}
    
header {
   width: 100%;
   box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.2);
   padding: 15px 0;
   margin-bottom: 30px;
   position: fixed;
   height: 90px;
   background-color: #333;
}

footer {
   width: 100%;
   background-color: #000;
}

#forli{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}



.w100{
    width: 100%;
}

.footer_container {
   margin: 0 auto;
   width: 100%;
   max-width: 1100px;
   text-align: center;
}

.footer_info {
   display: inline-block;
   color: #bebebe;
   font: 12px 'Roboto';
   line-height: 1.8;
   margin: 20px 0;
}

.footer_info a{
    text-decoration: none;
    color: #bebebe;
    border-bottom: 1px dotted #bebebe;
    font-size: 12px; 
    font-family:  'Roboto';
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}

.footer_info a:hover{
    color: #fff;
    border-bottom: 0px dotted #000;
}
    
.logo {
   display: block;
   float: left;
   width: 400px;
   height: 19px;
   background-image: url("images/awaters_logo.png");
   background-size: 400px 19px;
   margin-top: 20px;
}

.container {
   margin: 0 auto;
   width: 100%;
   max-width: 1100px;
   padding: 0 15px;
}

.main {
   margin: 0 auto;
   width: 100%;
   max-width: 1100px;
   padding-top: 110px;
   padding-left: 20px;
   padding-right: 20px;
}

h2 {
   margin: 0 auto;
   margin-top: 30px;
   color: #555;
   font: 28px 'Roboto';
   text-align: left;
}

.support{
    position: relative;
}

.puls_count{
    display: none;
    position: absolute;
    top: 10px;
    right: -20px;
    padding: 2px 5px;
    border-radius: 50%;
    background-color: #009900;
    font: 10px 'Roboto';
    color: #fff;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.descript {
   margin: 0 auto;
   margin-top: 40px;
   color: #555;
   font: 16px 'Roboto';
   text-align: left;
   line-height: 2;
}

.description_button{
   margin: 0 auto;
   width: 100%;
   max-width: 1100px;
   margin-top: 25px;
   text-align: center;
}

.opisanie{
    font-size: 14px; 
    line-height: 1;
    color: #fff;
    font-family:  'Roboto';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00a806;
    border-radius: 1px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
    cursor: pointer;
    padding: 8px 55px;
}

.opisanie:hover{
    background-color: #00b52a;
}

.menu{
   position: relative;
   display: block;
   float: right;
   width: 600px;
   height: 30px;
   margin-top: 20px;
}

.tab{

}

.tab a{
	color: #fff;
    font: 16px 'Roboto';
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 0;
}

.tab a:hover{
    border-top: 3px solid #fff;
}

.active_page{
    border-top: 3px solid #fff;
}

.katalog{
    position: absolute;
    top: 0px;
    right: 480px;
}

.korzina{
    position: absolute;
    top: 0px;
    right: 320px;
}

.dostavka{
    position: absolute;
    top: 0px;
    right: 160px;
}

.contacts{
    position: absolute;
    top: 0px;
    right: 0px;
}

.division{
    height: 30px;
}

.division_support{
    height: 25px;
}

.division_footer{
    height: 90px;
}


@media (max-width: 1099px) {
header {
   height: 130px;
}

.main {
   padding-top: 130px;
}
    
.logo {
   float: none;
   margin: 15px auto 15px;
   display: table;
   clear: both;
}

.menu{
   float: none;
   margin: 0 auto;
   display: table;
   width: 95%;
   height: 20px;
   margin-top: 35px;
   text-align: center;
}

.tab a{
	color: #fff;
    font: calc(.5em + 1vmin) 'Roboto';
    text-decoration: none;
    padding: 3px 0;
    border-top: 1px solid #333;
}

.tab a:hover{
    border-top: 1px solid #fff;
}

.active_page{
    border-top: 1px solid #fff !important;
}

.puls_count{
    top: 3px;
}

.katalog{
    position: initial !important;
    display: inline-block;
    margin-right: 5%;
}

.korzina{
    position: initial !important;
    display: inline-block;
    margin-right: 5%;
}

.dostavka{
    position: initial !important;
    display: inline-block;
    margin-right: 5%;
}

.contacts{
    position: initial !important;
    display: inline-block;
}


.division{
    height: 1px;
}
}

@media (max-width: 480px) {
    
header {
   height: 130px;
}
    
.logo {
   float: none;
   margin: 0 auto 15px;
   display: table;
   width: 300px;
   height: 14px;
   background-size: 300px 14px;
   margin-top: 25px;
   clear: both;
}

.menu{
   float: none;
   margin: 0 auto;
   display: table;
   width: 95%;
   height: 20px;
   margin-top: 30px;
   text-align: center;
}

.tab a{
	color: #fff;
    font: calc(.5em + 1vmin) 'Roboto';
    text-decoration: none;
    padding: 3px 0;
    border-top: 1px solid #333;
}

.tab a:hover{
    border-top: 1px solid #fff;
}

.active_page{
    border-top: 1px solid #fff !important;
}

.puls_count{
    top: 1px;
}

.katalog{
    position: initial !important;
    display: inline-block;
    margin-right: 6%;
}

.korzina{
    position: initial !important;
    display: inline-block;
    margin-right: 6%;
}

.dostavka{
    position: initial !important;
    display: inline-block;
    margin-right: 6%;
}

.contacts{
    position: initial !important;
    display: inline-block;
}

.division{
    height: 1px;
}

.footer_info {
   font: 11px 'Roboto';
   line-height: 2.2;
}

.division_footer{
    height: 40px;
}

    
}