*, *: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;
}

#comp{
    display: block;
}

#mobile{
    display: none;
}

.row{
    display: block;
    width: 700px;
    margin: 0 auto;
}

label {
    display: inline-block;
    color: #777;
    font-size: 16px; 
    font-family:  'Roboto';
    font-weight: 500;
    transform: translateY(-2.3rem);
    line-height: 0.1rem;
    transition: 0.5s;
    padding-left: 20px;
    white-space: normal;
   }
   
label[for=agreement]{
    font-size: 11px; 
    white-space: normal;
}


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

.left_input{
    width: 330px;
    height: 50px;
    float: left;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #555;
    font: 16px 'Roboto';
    vertical-align: middle;
    padding: 0 20px;
}

.right_input{
    width: 330px;
    height: 50px;
    float: right;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #555;
    font: 16px 'Roboto';
    vertical-align: middle;
    padding: 0 20px;
}

.order_form{
    display: block;
    margin: 30px auto;
    width: 700px;
    height: 230px;
}

.order_submit{
    display: block;
    margin: 30px auto;
    text-align: center;
}

.forcenter{
    display: block;
    margin: 30px auto;
    text-align: center;
    height: 450px;
}

.success_order{
    display: inline-block;
    font-size: 16px; 
    color: #009900;
    font-family:  'Roboto';
}

.order_button_green{
    display: inline-block;
    font-size: 16px; 
    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: 12px 100px;
    text-align: center;
}

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

.span_quantity{
    padding: 0 10px;
}

.order_minus{
    display: inline-block;
    font-size: 16px; 
    line-height: 1;
    color: #fff;
    font-family:  'Roboto';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5d77fa;
    border-radius: 4px;
    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: 3px 6px;
}

.order_minus:hover{
    background-color: #2a4cf7;
}

.delorder{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image:url('images/exit.jpg');
    cursor: pointer;
}

.delorder:hover{
    animation-name: vih;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes vih {
    25% {transform:rotate(-20deg);}
    75% {transform:rotate(20deg);}
}

.heading_text{
   color: #aaa;
   font: 16px 'Roboto';
   vertical-align: middle;
}

input::placeholder {
   color: #777;
   font: 15px 'Roboto';
}

.order_text{
   color: #555;
   font: 16px 'Roboto';
   vertical-align: middle;
}



.goods_name{
    display: inline-block;
    width: 31%;
    padding-left: 5px;
}

.parametrs{
    display: inline-block;
    width: 16%;
    text-align: center;
}

.price{
    display: inline-block;
    width: 16%;
    text-align: center;
}

.quantity{
    display: inline-block;
    width: 16%;
    text-align: center;
}

.total{
    display: inline-block;
    width: 16%;
    text-align: center;
}

.removal{
    display: inline-block;
    width: 3%;
}

.line{
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #bebebe;
}

a {
   text-decoration: none;
   outline: none;
}
img {
   display: block;
   cursor: pointer;
   width: 100%;
}
body{
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}
    
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;
}

.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;
   white-space: nowrap;
}

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

.descript {
   margin: 0 auto;
   margin-top: 10px;
   color: #555;
   font: 16px 'Roboto';
   text-align: center;
}

.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_big{
    height: 60px;
}

.division_very_big{
    height: 450px;
}

.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;
}

.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: 25px;
}

#mobile{
    display: none;
    }
}

@media (max-width: 750px) {
#comp{
    display: none;
}

#mobile{
    display: block;
    }
    
.row{
    display: block;
    width: 300px;
    margin: 0 auto;
}

   
label[for=agreement]{
    font-size: 11px; 
    white-space: normal;
}
    
.mobile_order_submit{
    display: block;
    margin: 30px auto;
    text-align: center;
}
    
.mobile_order_button_green{
    display: inline-block;
    font-size: 16px; 
    width: 300px;
    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: 12px 0;
    text-align: center;
}

.mobile_order_button_green:hover{
    background-color: #00b52a;
}
    
.mobile_input{
    width: 300px;
    height: 50px;
    margin-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #555;
    font: 16px 'Roboto';
    vertical-align: middle;
    padding: 0 20px;
}

.mobile_str_block{
    margin: 20px auto;
    width: 90vw;
    padding: 30px 20px;
    border: 0px solid #999;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.mobile_order_form{
    display: block;
    margin: 30px auto;
    margin-top: 50px;
    width: 90vw;
    text-align: center;
}

.division_big{
    height: 20px;
}

h4{
    color: #555;
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 1.5;
    margin-bottom: 10px;
}

.mobile_order{
    display: inline-block; 
    vertical-align: top
}

.mobile_order_properties{
    color: #555;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 1.5;
}

.mobile_order_minus{
    display: inline-block;
    font-size: 18px; 
    line-height: 1;
    color: #fff;
    font-family:  'Roboto';
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0000ff;
    border-radius: 4px;
    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: 4px 8px;
}

.mobile_order_minus:hover{
    background-color: #0000cc;
}

.mobile_packing_counter{
    display: inline-block; 
    vertical-align: top;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile_order_count{
    display: inline-block;
    font-size: 18px; 
    color: #333;
    font-family: 'Roboto';
    padding: 0 10px;
}

.mobile_order_cost{
    display: block;
    font-size: 21px; 
    color: #000;
    font-family: 'Roboto';
    margin-bottom: 3px;
}

.mobile_del{
    float: right;
    background-image:url('images/exit.jpg');
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.mobile_del:hover{
    animation-name: vih;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.topmarg{
    margin-top: 15px;
}

}    
    

@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;
}

.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;
}
    
}