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

#cookie{
    position: fixed;
    display: inline-block;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #161616;
    border-radius: 5px;
    z-index: 1000;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: #bebebe;
    font-size: 14px; 
    font-family:  'Roboto';
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    opacity: 0.95;
}

#cookie a{
    text-decoration: none;
    color: #bebebe;
    border-bottom: 1px dotted #bebebe;
}

#cookie a:hover{
    color: #fff;
    border-bottom: 0px dotted #161616;
}


#cookok{
    display: inline-block;
    width: 80px;
    background-color: #00a88e;
    border: solid 1px #016d5c;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 14px; 
    font-family:  'Roboto';
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}

#cookok:hover{
    opacity: 0.9;
}

#pereezd{
    position: fixed;
    display: inline-block;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #161616;
    border-radius: 5px;
    z-index: 1000;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    color: #bebebe;
    font-size: 16px; 
    font-family:  'Roboto';
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
    opacity: 0.95;
}

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

#privlechenka{
    display: none;
}

.white{
    color: #fff;
}

.priv_show {
   display: block;
   margin: 0 auto;
   margin-top: 60px;
   text-align: center;
}

.priv_show a{
   color: #777;
   font: calc(.5em + 1vmin) 'Roboto';
   letter-spacing: 1px;
   text-decoration: none;
   border-bottom: 1px dotted #777;
   cursor: pointer;
}

.priv_show a:hover{
   text-decoration: none;
   border-bottom: 1px dashed #fff;
}

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

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

.logoaw {
   display: block;
   float: left;
   width: 70px;
   height: 70px;
   background-image: url("images/awlogo_small.png");
   background-size: 70px 70px;
   margin-top: -4px;
}

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

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

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

h2 a{
    text-decoration: none;
    color: #555;
    font: 28px 'Roboto';
}

h2 a:hover{
    text-decoration: none;
    color: #555;
    font: 28px 'Roboto';
}

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

.rel{
    position: relative;
}
 

.novinka{
    display: inline-block;
    color: #fff;
    font: 11px 'Roboto';
    letter-spacing: 0.7px;
    padding: 7px 21px;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(to bottom left, #f36223, #d53e07);
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
}

.novinka_dubler{
    display: inline-block;
    color: #fff;
    font: 11px 'Roboto';
    letter-spacing: 0.7px;
    padding: 7px 21px;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(to bottom left, #fff, #fff);
    border-radius: 50px;
    margin-bottom: 10px;
    cursor: pointer;
}

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

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

.basket{
    display: inline-block;
    margin-top: 9px;
    background-color: #ff0000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font: 14px 'Roboto';
    border: 1px solid #cc0000;
    width: 120px;
    padding: 7px 5px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    background-image: url("images/basket.png");
    background-position: center right 8px;
    background-repeat: no-repeat;
    background-size: 23px 21px;
    cursor: pointer;
}

.basket:hover{
    background-color: #cc0000;
}

.basket_no{
    display: inline-block;
    margin-top: 9px;
    background-color: #ff0000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font: 14px 'Roboto';
    border: 1px solid #cc0000;
    width: 120px;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.taste{
    display: inline-block;
    color: #555;
    font: 14px 'Roboto';
    letter-spacing: 1px;
    border: 1px solid #555;
    width: 120px;
    padding: 7px 5px;
    text-align: center;
    vertical-align: middle;
}

.material{
    margin-top: 9px;
    display: inline-block;
    color: #888;
    width: 120px;
    text-align: center;
    font: 12px 'Roboto';
}

.bcaa_marakuya{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_marakuya.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_greipfrut{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_greipfrut.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;;
    padding-top: 367px;
    text-align: center;
}

.bcaa_ananas{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_ananas.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_apelsin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_apelsin.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_ezevika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_ezevika.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_mango{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_mango.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.bcaa_feihoa{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa/Sportinia_BCAA_feihoa.png?1");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 2%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_nosugar_bubblegum{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa_nosugar/Sportinia_BCAA_bubblegum.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_nosugar_dinya{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa_nosugar/Sportinia_BCAA_dinya.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.bcaa_nosugar_vishnya{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bcaa_nosugar/Sportinia_BCAA_vishnya.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.vitamin_limon{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/vitamin/Sportinia_Vitamine_C_limon.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.vitamin_grusha{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/vitamin/Sportinia_Vitamine_C_grusha.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.vitamin_laim{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/vitamin/Sportinia_Vitamin_C_laim.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_ananas{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_ananas.png?32453344");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_apelsin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_apelsin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_greipfrut{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_greipfrut.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_granat{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_granat.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_sakura{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_sakura.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_malina{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_malina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_apple{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_apple.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.lcarnitin_limon_laim{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/lcarnitin/Sportinia_L-carnitin_limon_laim.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    margin-right: 4%;
    text-align: center;
}

.guarana_electric{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/guarana/guarana_electric.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.guarana_g3{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/guarana/guarana_g3.png?233233");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 115px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.guarana_classic{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/guarana/guarana_classic.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.guarana_zero{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/guarana/guarana_zero.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 116px 347px;
    padding-top: 367px;
    text-align: center;
}

.atletia_bcaa{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/atletia/atletia_bcaa.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.atletia_lcarnitin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/atletia/atletia_lcarnitin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.atletia_guarana{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/atletia/atletia_guarana.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.atletia_isotonic{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/atletia/atletia_isotonic.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.forte_bcaa{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/forte/forte_bcaa.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.forte_lcarnitin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/forte/forte_lcarnitin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.forte_guarana{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/forte/forte_guarana.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.sportshot_passionfruit{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/sportshot/sportshot_passionfruit.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.sportshot_orange{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/sportshot/sportshot_orange.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.sportshot_cherry{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/sportshot/sportshot_cherry.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.sportshot_sea{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/sportshot/sportshot_sea.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.guarana_blue{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/guarana_can/guarana_blue.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.guarana_green{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/guarana_can/guarana_green.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.guarana_red{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/guarana_can/guarana_red.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.guarana_yellow{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/guarana_can/guarana_yellow.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.red_bee{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/nectar/red_bee.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.yoh_yoh{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/nectar/yoh_yoh.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.bcaa_can_apelsin{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/bcaa_can/bcaa_can_apelsin.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.bcaa_can_ezevika{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/bcaa_can/bcaa_can_ezevika.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    margin-right: 4%;
    padding-top: 297px;
    text-align: center;
}

.bcaa_can_marakuya{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/bcaa_can/bcaa_can_marakuya.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.lcar_can_ananas{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/lcarnitin_can/lcar_can_ananas.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    margin-right: 4%;
    text-align: center;
}

.lcar_can_malina{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/lcarnitin_can/lcar_can_malina.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.vitc_can_grusha{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/vitamin_can/vitc_can_grusha.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    margin-right: 4%;
    text-align: center;
}

.vitc_can_laim{
    display: inline-block;
    width: 120px;
    height: 357px;
    background-image: url("products/vitamin_can/vitc_can_laim.png?125");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 277px;
    padding-top: 297px;
    text-align: center;
}

.isonorm{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/isonorm/isotonic.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.isonorm_lichi{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/isonorm/isotonic_lichi.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.water_standart_big{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/water/water_standart_big.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 388px;
    margin-right: 4%;
    padding-top: 398px;
    text-align: center;
}

.water_standart_small{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/water/water_standart_small.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.water_sportinia_small{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/water/water_sportinia_small.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.water_sportinia_big{
    display: inline-block;
    width: 129px;
    height: 500px;
    background-image: url("products/water/water_sportinia_big.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 129px 390px;
    margin-right: 4%;
    padding-top: 400px;
    text-align: center;
}

.sportiniabar_strawberry{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/dessert/strawberry.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.sportiniabar_cheesecake{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/dessert/cheesecake.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.sportiniabar_vanilla{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/dessert/vanilla.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    margin-right: 4%;
    padding-top: 367px;
    text-align: center;
}

.sportiniabar_cookies{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/dessert/cookies.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 347px;
    padding-top: 367px;
    text-align: center;
}

.bombbar_tiramisu{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/tiramisu.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.bombbar_biskvit{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/biskvit.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.bombbar_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.bombbar_chocolate{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/chocolate.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.bombbar_malina{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/malina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.bombbar_fistashka{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bombbar_bar/fistashka.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 310px;
    text-align: center;
}

.chikabar_arahis{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/arahis.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.chikabar_tiramisu{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/tiramisu.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.chikabar_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.chikabar_fistashka{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/fistashka.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.chikabar_cookies{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/cookies.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.chikabar_klubnika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/chikabar_bar/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.rex_bar_malina{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_bar/malina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_bar_arahis{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_bar/arahis.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_bar_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_bar/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_bar_tiramisu{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_bar/tiramisu.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_bar_klubnika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_bar/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.cocosport_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/cocosport/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.cocosport_ananas{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/cocosport/ananas.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.cocosport_klubnika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/cocosport/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 310px;
    text-align: center;
}

.fitkit_bar_caramel{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/caramel.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.fitkit_bar_chocolate{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/chocolate.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.fitkit_bar_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.fitkit_bar_fistashka{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/fistashka.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.fitkit_bar_klubnika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.fitkit_bar_mango{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_bar/mango.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.soj_bar_banan{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_bar/banan.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_bar_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_bar/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_bar_iris{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_bar/iris.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_bar_kakao{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_bar/kakao.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_bar_malina{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_bar/malina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.bar21vek_protein{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bar21vek/protein.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 289px;
    margin-right: 4%;
    padding-top: 308px;
    text-align: center;
}

.bar21vek_lcarnitin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bar21vek/lcarnitin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 289px;
    margin-right: 4%;
    padding-top: 308px;
    text-align: center;
}

.bar21vek_guarana{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/bar21vek/guarana.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 289px;
    padding-top: 308px;
    text-align: center;
}

.soj_hercules_banan{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_hercules/banan.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_hercules_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_hercules/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_hercules_iris{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_hercules/iris.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.soj_hercules_klubnika{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/soj_hercules/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.bombbar_cookies_chocolate{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/bombbar_cookies/chocolate.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.bombbar_cookies_apelsin{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/bombbar_cookies/apelsin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.bombbar_cookies_cocos{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/bombbar_cookies/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.bombbar_cookies_vishna{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/bombbar_cookies/vishna.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    padding-top: 155px;
    text-align: center;
}

.soj_cookies_klubnika{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/soj_cookies/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.soj_cookies_fistashka{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/soj_cookies/fistashka.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.soj_cookies_chocolate{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/soj_cookies/chocolate.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    margin-right: 4%;
    padding-top: 155px;
    text-align: center;
}

.soj_cookies_mango{
    display: inline-block;
    width: 180px;
    height: 290px;
    background-image: url("products/soj_cookies/mango.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 180px 137px;
    padding-top: 155px;
    text-align: center;
}

.fitkit_cake_limon{
    display: inline-block;
    width: 160px;
    height: 330px;
    background-image: url("products/fitkit_cake/limon.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px 200px;
    margin-right: 4%;
    padding-top: 220px;
    text-align: center;
}

.fitkit_cake_rombaba{
    display: inline-block;
    width: 160px;
    height: 330px;
    background-image: url("products/fitkit_cake/rombaba.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px 200px;
    margin-right: 4%;
    padding-top: 220px;
    text-align: center;
}

.fitkit_cake_klubnika{
    display: inline-block;
    width: 160px;
    height: 330px;
    background-image: url("products/fitkit_cake/klubnika.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px 200px;
    margin-right: 4%;
    padding-top: 220px;
    text-align: center;
}

.fitkit_cake_banan{
    display: inline-block;
    width: 160px;
    height: 330px;
    background-image: url("products/fitkit_cake/banan.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px 200px;
    margin-right: 4%;
    padding-top: 220px;
    text-align: center;
}

.fitkit_cake_tiramisu{
    display: inline-block;
    width: 160px;
    height: 330px;
    background-image: url("products/fitkit_cake/tiramisu.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 160px 200px;
    padding-top: 220px;
    text-align: center;
}

.rex_cookies_arahis{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_cookies/arahis.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_cookies_vishnya{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_cookies/vishnya.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_cookies_apelsin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_cookies/apelsin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 305px;
    text-align: center;
}

.rex_cookies_cocos{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_cookies/cocos.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}



.chikalab_cookies_smorodina{
    display: inline-block;
    width: 185px;
    height: 290px;
    background-image: url("products/chikalab_cookies/smorodina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 185px 133px;
    margin-right: 4%;
    padding-top: 152px;
    text-align: center;
}

.chikalab_cookies_arahis{
    display: inline-block;
    width: 185px;
    height: 290px;
    background-image: url("products/chikalab_cookies/arahis.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 185px 133px;
    margin-right: 4%;
    padding-top: 152px;
    text-align: center;
}

.chikalab_cookies_apple{
    display: inline-block;
    width: 185px;
    height: 290px;
    background-image: url("products/chikalab_cookies/apple.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 185px 133px;
    margin-right: 4%;
    padding-top: 152px;
    text-align: center;
}

.chikalab_cookies_malina{
    display: inline-block;
    width: 185px;
    height: 290px;
    background-image: url("products/chikalab_cookies/malina.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 185px 133px;
    padding-top: 152px;
    text-align: center;
}

.fitkit_wellnut{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/fitkit_wellnut/wellnut.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 305px;
    text-align: center;
}

.rex_brownie_classic{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_brownie/classic.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.rex_brownie_banan{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_brownie/banan.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.rex_brownie_myata{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_brownie/myata.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.rex_brownie_vishnya{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_brownie/vishnya.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    margin-right: 4%;
    padding-top: 310px;
    text-align: center;
}

.rex_brownie_apelsin{
    display: inline-block;
    width: 120px;
    height: 427px;
    background-image: url("products/rex_brownie/apelsin.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120px 290px;
    padding-top: 310px;
    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: 70px;
}

.division_footer{
    height: 120px;
}


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

.products{
   margin-top: 60px;
}

.division{
    height: 20px;
}
}

@media (max-width: 835px) {

#pereezd{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.bcaa_mango{
    margin-top: 20px;
}   

.lcarnitin_apelsin{
    margin-top: 20px;
}   

.bombbar_fistashka{
    margin-top: 20px;
} 

.chikabar_klubnika{
    margin-top: 20px;
} 

.fitkit_bar_mango{
    margin-top: 20px;
}

.fitkit_cake_tiramisu{
    margin-top: 20px;
}
}

@media (max-width: 770px) {
.bcaa_mango{
    margin-top: 20px;
}  

.bcaa_greipfrut{
    margin-top: 20px;
}   


.lcarnitin_apelsin{
    margin-top: 20px;
} 
}

@media (max-width: 590px) {
    .sportshot_sea{
        margin-top: 20px;
    } 
    
    .guarana_yellow{
        margin-top: 20px;
    } 
}

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

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

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

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

.products{
   margin-top: 40px;
}



.lcarnitin_greipfrut{
    margin-top: 20px;
}

.lcarnitin_sakura{
    margin-top: 20px;
}

.lcarnitin_apple{
    margin-top: 20px;
}


.lcarnitin_malina{
    margin-right: 0;
    margin-top: 20px;
}


.bcaa_ezevika{
    margin-top: 20px;
}

.bcaa_apelsin{
    margin-top: 20px;
}

.bcaa_greipfrut{
    margin-top: 20px;
}

.bcaa_mango{
    margin-top: 20px;
}

.vitamin_laim{
    margin-top: 20px;
}

.guarana_zero{
    margin-top: 20px;
}

.atletia_guarana{
    margin-top: 20px;
}

.atletia_isotonic{
    margin-top: 20px;
}



.forte_lcarnitin{
    margin-right: 0;
}

.forte_guarana{
    margin-top: 20px;
}

.guarana_red{
    margin-top: 20px;
}

.guarana_yellow{
    margin-top: 20px;
}



.cheesecake{
    margin-right: 0;
}

.cookies{
    margin-top: 20px;
}

.vanilla{
    margin-top: 20px;
}

.water_standart_small{
    margin-right: 0;
}

.water_sportinia_big{
    margin-top: 20px;
}

.sportiniabar_cheesecake{
    margin-right: 0;
}

.sportiniabar_vanilla{
    margin-top: 20px;
}

.bombbar_biskvit{
    margin-right: 0;
}

.bombbar_cocos{
    margin-top: 20px;
}

.bombbar_chocolate{
    margin-right: 0;
}

.bombbar_malina{
    margin-top: 20px;
}

.chikabar_cocos{
    margin-right: 0;
}

.chikabar_tiramisu{
    margin-top: 20px;
}

.chikabar_fistashka{
    margin-right: 0;
}

.chikabar_cookies{
    margin-top: 20px;
}

.fitkit_bar_chocolate{
    margin-right: 0;
}

.fitkit_bar_cocos{
    margin-top: 20px;
}

.fitkit_bar_fistashka{
    margin-right: 0;
}

.fitkit_bar_klubnika{
    margin-top: 20px;
}

.bar21vek_guarana{
    margin-top: 20px;
}

.fitkit_cake_rombaba{
    margin-right: 0;
}

.fitkit_cake_klubnika{
    margin-top: 20px;
}

.fitkit_cake_banan{
    margin-right: 0;
}

.fitkit_cake_tiramisu{
    margin-top: 20px;
}

.bombbar_cookies_chocolate{
    margin-right: 0;
}

.bombbar_cookies_apelsin{
    margin-right: 0;
}

.bombbar_cookies_cocos{
    margin-right: 0;
}

.chikalab_cookies_smorodina{
    margin-right: 0;
}

.chikalab_cookies_apple{
    margin-right: 0;
}

.chikalab_cookies_arahis{
    margin-right: 0;
}

.soj_hercules_cocos{
    margin-right: 0;
}

.soj_cookies_fistashka{
    margin-right: 0;
}

.division{
    height: 1px;
}

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

.division_footer{
    height: 40px;
}

.priv_show {
   margin-top: 40px;
} 
}

@media (max-width: 321px) {
.fitkit_cake_limon{
    margin-right: 0;
}

.fitkit_cake_rombaba{
    margin-top: 20px;
}

.fitkit_cake_klubnika{
    margin-right: 0;
}

.fitkit_cake_banan{
    margin-top: 20px;
}
    
}
