h1.subtitle {
    overflow: hidden;
}
body {
    font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: 320px;
}
 .st-span:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #000;
        content: "";
        display: block;
        height: 0;
        margin-top: -3px;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 0;
    }
.header, .content.row, .footer {
    min-height: 100%;
    max-width: 962px;
    width: 100%;
    margin: 0px auto;
}
.text_prod .col-xs-4 {
    padding: 0;
    text-align: center;
}
img {
   
    height: auto;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
img {
    border: none;
}
.text_prod .row .col-xs-4 img {
    height: 65px;
}
table {
    width: 100%;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

form {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #0c4d6a;
    text-decoration: underline;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #a8a8a8;
    text-decoration: none;
}

.clear {
    clear: both;
    font-size: 1px;
}

.header-wrap {
    background: url("../images/header.jpg") no-repeat scroll 50% 0 #ffffff;
}

.header {
    position: relative;
}

.logo {
    line-height: 21px;
    padding: 13px 35px 0 2%;
}

.logo a {
    font-weight: bold;
    font-size: 26px;
    color: #0c4d6a;
    text-decoration: none;
}

.logo p {
    position: relative;
    top: -4px;
    left: 2px;
    font-size:11px;
    color: #0c4d6a;
    margin: 0;
}

.phone {
    border-left: 1px solid #e5ecef;
    float: left;
    height: 55px;
    padding: 17px 0 0 15px;
}

.phone div {
    position: relative;
    top: -2px;
    float: left;
    font-size:12px;
    color: #000000;
    line-height: 21px;
    padding-right: 5px;
}

.header_menu {
    padding: 13px 0px 0px 9px;
}

.header_menu li {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #b7def3;
    border-radius: 5px 5px 0 0;
    color: #000000;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    behavior: url(../pie/PIE.htc);
}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: transparent;
}

.header_menu .active {
    background: #bbdef7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2JiZGVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #bbdef7 2%, #7db9e8 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#bbdef7), color-stop(99%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bbdef7 2%,#7db9e8 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bbdef7 2%,#7db9e8 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bbdef7 2%,#7db9e8 99%); /* IE10+ */
    background: linear-gradient(to bottom, #bbdef7 2%,#7db9e8 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbdef7', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}
.header_menu a:hover{
    color: #ffffff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.language {
    border-left: 1px solid #c5e3f8;
    color: #000000;
    font-size: 11px;
    padding-left: 18px;
    padding-top: 18px;
    position: absolute;
    right: 0;
    width: 210px;
}

.basket {
    border-left: 1px solid #c5e3f8;
    color: #0c4d6a;
    float: right;
    font-size: 11px;
    margin-top: 13px;
    padding-left: 14px;
    width: 210px;
}

.basket .big1 {
    color: #ffffff;
    display: block;
    font-size:11px;
    padding: 0 0 5px 6px;
    white-space: nowrap;
}

.basket .basket-left b {
    color: #000000;
    display: block;
    float: left;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    width: 13px;
}

.basket .price {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 -6px;
}

.basket a {
    color: #0c4d6a;
    text-decoration: underline;
}

.basket a.click {
    background: url("../images/cart1.png") no-repeat scroll 0 0 transparent;
    color: #0c4d6a;
    display: inline-block;
    height: 70px;
    padding: 7px 0 0 34px;
    width: 70px;
}

.basket img {
    margin: 0 8px 0 6px;
}

.alfabet h3 {
    font-size:12px;
    font-weight: normal;
    color: #000000;
    margin: 0px 0px 4px 0px;
}


.alfabet div a,
.alfabet div span {
    margin-right: 3px;
    float: left;
    display: block;
    padding: 2px 0;
    font-size: 14px;
    font-weight: bold;
    color: #0c4d6a;
    text-decoration: none;
    width: 16px;
    text-align: center;
}

.alfabet div span {
    color: #ccc;
}

.alfabet div a.active,
.alfabet div a:hover,
.alfabet div span.selected {
    background: #fff;
    color: #0c4d6a;
}

.search_drug {
    bottom: 10px;
    height: 45px;
    margin: 6px 0 0;
    padding: 0 0 0 6px;
}

.search_drug strong {
    color: #000000;
    display: block;
    font-size:12px;
    font-weight: normal;
    margin: -3px 0 2px 5px;
}

.search_drug input {
    width: 161px;
    border: solid 1px #78c7eb;
    border-radius: 11px;
    font: normal 14px Trebuchet MS, Tahoma;
    color: #999999;
    padding: 2px 0px 3px 6px;
}

.search_drug input.submit {
    background: url("../images/lupa.gif") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 16px;
    padding: 0;
    position: absolute;
    right: -1px;
    top: 2px;
    width: 16px;
}

.left_block {
    padding: 0;
    width: 20%;
}

.left_category {
    position: relative;
    top: -35px;
    width: 180px;
}

.left_category h3 {
    padding-left: 29px;
    background: url(../images/add15.png) 0px 0px no-repeat;
    font-size: 22px;
    font-weight: bold;
    color: #0c4d6a;
    margin: 10px 0px;
}
.lang-de .left_category h3 {
    font-size: 20px;
}
.right_block {
    padding: 7px 0 40px;
    width: 20%;
}

.right_block p {
    margin: 0;
}

.center_content h1,
.right_block h3, .right_block .socialbookmarks span.subtitle {
    font-size: 14px;
    font-weight: bold;
    /*color: #fa0808;*/
    color: #0c4d6a;
    margin: 0px 0px 8px 12px;
}
    .center_content h1 {
        margin-top: 5px;
    }
    .right_block h3 {
        margin-top: 10px;
        margin-bottom: 16px;
    }

.free_1 {
    /*background: none no-repeat scroll 0 0 #fc0909;*/
    background: none no-repeat scroll 0 0 #0c4d6a;
    border-radius: 5px;
    line-height: 17px !important;
    padding: 12px 0 6px 13px;
    behavior: url(../pie/PIE.htc);
}

.free_1 .big1{
    position: relative;
    font: bold 28px Tahoma, Arial;
    color: #ffffff;
    margin: -7px 0px -3px 0px;
    display: block;
    text-transform: uppercase;
}

.free_1 a {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

.free_1 img {
    margin-top: 7px;
}

.free_2 {
    /*background: none repeat scroll 0 0 #40bf2a;*/
    background: none repeat scroll 0 0 #57b3e4;
    border-radius: 5px;
    margin-top: 18px;
    padding-bottom: 5px;
    position: relative;
    behavior: url(../pie/PIE.htc);
}
.lang-el .free_2 .big1 {
    font: bold 33px Tahoma,Arial;
    margin: -7px 0 -13px 2px;
    white-space: nowrap;
}
.free_2 .big1 {
    position: relative;
    font: bold 34px Tahoma, Arial;
    color: #ffffff;
    margin: -7px 0px -14px 16px;
}

.free_2 b.big {
    font-size: 34px;
    font-weight: bold;
    color: #000000;
    margin: -7px 0px -3px 16px;
    display: block;
}

.sale {
    position: relative;
    left: -11px;
    margin-top: 2px;
    line-height: 13px !important;
}

.sale a {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    top: 7px;
}
.sale div {
    background: url("../images/sale.gif") no-repeat scroll 0 0 transparent;
    float: left;
    font-size:11px;
    font-weight: bold;
    height: 44px;
    margin: 0 3px 0 0;
    padding-right: 20px;
    position: relative;
    text-align: center;
    width: 43px;
}

.sale div span {
    left: 8px;
    position: relative;
    top: 16px;
}

.testimonials {
    position: relative;
    background: url(../images/str_img.gif) no-repeat;
    margin: 15px 0px 5px 0px;
}

.testimonials_2 {
    position: relative;
    background: url(../images/str_img_2.gif) 80% 95% no-repeat;
    padding: 5px 0px 15px 0px;
}

.testimonials h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 13px 0px;
}

.testimonials_2 p {
    font: italic11px Trebuchet MS, Tahoma;
    color: #000000;
    margin: 5px 0;
}

.what {
    margin: 10px 0px 0px 0px;
    font-size:11px;
    color: #000000;
}

.what a {
    font-size: 20px;
    font-weight: bold;
    color: #0c4d6a;
    text-decoration: underline;
}

.what p {
    padding: 6px 0 0 0;
}

.center_block {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.prod {
    margin: 0 0 9px;
    padding: 0 10px;
}

.text_prod {
    border: 1px solid #57b3e4;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px !important;
    padding: 7px 10px 9px 13px;
    behavior: url(../pie/PIE.htc);
}

.desc {
    line-height: 16px !important;
    font-size: 13px;
    color: #000;
    padding: 5px 0 0 10px;
}

.desc p {
    margin: 7px 0;
}

.text_prod h2, .desc h1, .text_prod h2 a {
    color: #0c4d6a;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}

.text_prod h3, .desc h2 {
    color: #898989;
    font-size: 11px;
    font-weight: normal;
    margin: 7px 0 7px 2px;
}

.text_prod h3 {
    display: block;
    height: 29px;
    padding-bottom: 3px;
    overflow: hidden;
}

.text_prod .pic {
    float: left;
    margin: -5px 5px -7px -5px;
}

.prod .text_prod p, .prod .text_prod div.edit{
    height: 3em;
    line-height: 1;
    overflow: hidden;
    margin: 0;
}
.prod .text_prod .edit hr{
    margin:0;
    opacity: 0;
    }
.prod .text_prod div.edit{
    height: 4em;
}
.text_prod a {
    font-size:12px;
    color: #0c4d6a;
    text-decoration: underline;
}

.text_prod .price {
    background: #57b3e4;
    clear: both;
    color: #000000;
    font-size:11px;
    font-weight: normal;
    height: 33px;
    margin: 12px 0 0 -14px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.text_prod .price img {
    vertical-align: middle;
    float: right;
}
.left_category button {
    margin: 10px 0 0;
}
.text_prod .price strong {
    color: #fff;
    display: block;
    font: 400 22px "Tahoma", sans-serif;
    overflow: hidden;
    padding-top: 2px;
}
.price br {
    display: none;
}
.text_prod .price .small {
    font-size:11px;
    vertical-align: middle;
    padding: 7px 0 0;
}

.text_prod h2 {
    display: block;
    height: 26px;
    padding-bottom: 3px;
    padding-top: 4px;
    vertical-align: middle;
}

.text_prod h2 a sup {
    vertical-align: baseline;
    position: relative;
    top: -4px;
}

a.buy {
    background: #fff;
    float: right;
    height: 33px;
    position: relative;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}
a.buy:after {
    background: url("../images/add15.png") no-repeat scroll 50% 50% #fff;
    border-radius: 25px;
    content: "";
    height: 20px;
    left: 9px;
    position: absolute;
    top: 6px;
    width: 20px;
    z-index: 100;
    behavior: url(../pie/PIE.htc);
}
.navbar-header .navbar-toggle {
    margin: -8px 0 0;
}
a.buy span {
    display: inline-block;
    padding: 8px 15px 0px 33px;
    background: #0c4d6a;
    border-radius: 18px;
    height: 33px;
    font: bold11px Tahoma, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
    behavior: url(../pie/PIE.htc);

}
a.buy:hover span {
    background: #245d76;
    text-decoration: none;
}
.content {
    padding-bottom: 80px;
}

.footer_all {
    margin-top: -67px;
    background: #edf7fc;
}

.footer {
    padding: 9px 0 0 0;
    margin: 0px auto;
    position: relative;
}

.footer_logo {
    float: left;
    width: 20%;
}
.footer_menu li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footer_menu a {
    font: bold 12px Tahoma, Arial;
    color: #000000;
    text-decoration: none;
    margin: 0 2px;
}
.footer_menu ul li:before {
    content: "|";
}
.footer_menu ul li:first-child:before {
    content: none;
}
.footer_menu span {
    padding : 0 7px 0 7px;
}
.copy {
    color: #525557;
    font: 11px Tahoma,Arial;
    padding: 10px 0;
    text-align: center;
}
.universal_bl {
    padding-right: 15px;
}

.text_universal_bl {
    border: 1px solid #57b3e4;
    border-radius: 5px;
    padding: 5px 15px 10px 0;
    behavior: url(../pie/PIE.htc);
}

.continue {
    padding: 0 0 0 5px;
    text-align: left;
}

.continue a {
    font-size: 14px !important;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

.continue img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.variant th {
    text-align: center;
    font-size:12px;
    font-weight: bold;
    color: #fff;
    background: #57b3e4;
    padding: 10px 0;
    white-space: nowrap;
}

.variant th.package {
    padding-left: 10px;
}

.variant .package {
    padding-left: 10px;
    text-align: left;
}

.variant th.remove {
    background: none repeat scroll 0 0 #fdca00;
    padding-right: 10px;
}

.variant a {;
}

.variant {
    line-height: 13px !important;
    margin: 0;
}

.variant tbody td {
    font: normal 14px Georgia, tahoma;
    color: #000000;
    height: 40px;
    padding: 0 5px;
    vertical-align: middle;
}

.lang-es .variant tbody td,
.lang-nl .variant tbody td,
.lang-fi .variant tbody td,
.lang-fr .variant tbody td,
.lang-de .variant tbody td,
.lang-el .variant tbody td,
.lang-hu .variant tbody td,
.lang-it .variant tbody td,
.lang-ja .variant tbody td,
.lang-pt .variant tbody td,
.lang-tr .variant tbody td {
    font-size: 11px;
    padding: 0 1px;
}

.lang-es .variant .package,
.lang-nl .variant .package,
.lang-fi .variant .package,
.lang-fr .variant .package,
.lang-de .variant .package,
.lang-el .variant .package,
.lang-hu .variant .package,
.lang-it .variant .package,
.lang-ja .variant .package,
.lang-pt .variant .package,
.lang-tr .variant .package {
    padding-left: 4px;
}

.lang-es .variant tbody .buy a span,
.lang-nl .variant tbody .buy a span,
.lang-fi .variant tbody .buy a span,
.lang-fr .variant tbody .buy a span,
.lang-de .variant tbody .buy a span,
.lang-el .variant tbody .buy a span,
.lang-hu .variant tbody .buy a span,
.lang-it .variant tbody .buy a span,
.lang-ja .variant tbody .buy a span,
.lang-pt .variant tbody .buy a span,
.lang-tr .variant tbody .buy a span {
    padding-top: 7px;
    font-size: 11px;
}

.variant td p {
    font-size:11px;
    margin: 0;
}

.variant td select {
    border: medium none;
    margin: 0;
    padding-left: 13px;
    text-align: left;
    width: 65px;
}
.sel-wrap {
    border: 1px solid #a1a0a8;
    display: inline-block;
    overflow: hidden;
    width: 45px;
}
.variant .upgrade {
    line-height: 12px !important;
}

.variant .upgrade-row a {
    background: none repeat scroll 0 0 #deeff9;
    border: 1px solid #0c4d6a;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 9px -5px;
    padding: 2px;
    text-decoration: none;
}
.shipping .subtotal {
    padding-left: 10px;
    text-align: left;
}
.variant .upgrade-row a:hover {
    background: none repeat scroll 0 0 #0c4d6a;
    color: #fff;
}
.total-row .subtotal {
    padding-left: 11px;
    text-align: left;
}
.total-row .price {
    padding-right: 11px;
    text-align: right;
}
.cart-btn td {
    text-align: left !important;
}
.variant .package a {
    color: #0c4d6a;
}

tr.even {
    background-color: #deeff9;
    color: #0c4d6a;
}

tr.bonus {
    background-color: #EDF5FA;
}

.shipping td {
    background: #f2f2f2;
    padding: 8px 0px 2px 0px;
}

tr.spacer td {
    height: 12px !important;
}

.shipping label {
    font-size:11px;
    margin-left: -15px;
    position: relative;
    left: 15px;
}

.shipping input {
    border: none;
    padding: 0;
}

.shipping td {
    height: 34px !important;
    padding-bottom: 7px !important;
}

.variant tfoot td {
    height: 62px;
    font: normal 14px Georgia, tahoma;
    color: #000000;
    vertical-align: middle;
}
.ls-link table {
    margin: 5px 0;
}
.variant td.subtotal {
    font-weight: bold;
    background-color: #FFF9E3;
}

.even td.subtotal {
    background-color: #a8daf9;
}

.bonus td.subtotal {
    background-color: #E4EEF8;
}

.variant tbody.shipping td.subtotal {
    background-color: #a8daf9;
    text-align: center;
}

.variant tfoot .price {
    font-weight: bold;
}

.variant tfoot .subtotal {
    background-color: #deeff9;
}

th.buy {
    background: #57b3e4 url(../images/ugl_th.gif) 100% 0 no-repeat;
}

.variant_div {
    padding: 15px 0px 0px 10px;
    background: url(../images/bbb.gif) 0px 15px no-repeat;
}

.product_info {
    padding: 20px 0px 10px 0px;
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.product_info h2,
.main h2 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
}

td.upgrade div {
    height: 22px;
    background: url(../images/ugl_sasve.gif) no-repeat;
    padding-left: 11px;
}

td.upgrade div span {
    background: none repeat scroll 0 0 #57b3e4;
    color: #fff;
    display: block;
    font: 10px Georgia,Arial,sans-serif;
    height: 23px;
    padding-right: 5px;
    padding-top: 6px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
}

.lang-de .live_support {
    height: 145px;
}
.live_support {
    background: url("../images/live_support.gif") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
    border: 1px solid #57b2e3;
    border-radius: 5px;
    color: #0c4d6a;
    height: 111px;
    line-height: 0.9;
    margin: 10px 0 0;
    padding: 25px 100px 0 17px;
    behavior: url(../pie/PIE.htc);
}

.live_support b {
    display: block;
    font-size: 17px;
    border-bottom: solid 1px #cedbe1;
    padding: 0 0 6px 0;
    margin: 0 0 5px 0;
}
.lang-ja .live_support b {
    font-size: 14px;
 }

.live_support a {
    background: url(../images/str_2.gif) no-repeat 0 0.5em;
    color: #0c4d6a;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 0 0 0 8px;
    text-decoration: underline;
}
.we_accept {
    float: left;
    padding-right: 15px;
    margin-top: 8px;
    width: 20%;
}
.footer_menu {
    width: 60%;
}
.sert-and-spo {
    margin: 15px 0 0 0;
}

.sert-and-spo p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
.testimonials.news li a {
    color: #000000;
    font-size: 11px;
}
.testimonials.news li {
    line-height: 1em;
}
.inp_btn {
    background: #43c92c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzYzkyYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTg4MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #43c92c 0%, #2e881e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43c92c), color-stop(100%,#2e881e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #43c92c 0%,#2e881e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #43c92c 0%,#2e881e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #43c92c 0%,#2e881e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #43c92c 0%,#2e881e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c92c', endColorstr='#2e881e',GradientType=0 ); /* IE6-8 */
    border-radius: 20px;
    border-bottom: 1px solid #1b5011;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    behavior: url(../pie/PIE.htc);
}
.inp_btn:hover {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.inp_btn input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    cursor: pointer;
    font: bold12px Tahoma,Arial,sans-serif;
    height: 35px;
    overflow: visible;
    padding: 0 15px;
    text-decoration: none;
}

select {
    margin: 0px 0px 0px 4px;
    font:11px Trebuchet MS, Tahoma, Arial, sans-serif;
    color: #000000;
    border: solid 1px #a1a0a8;
    vertical-align: middle;
    padding: 1px;
}

label input {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.variant tbody .buy {
    width: 20%;
}

.variant tbody .buy a {
    background: #0c4d6a;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    float: right;
    height: 33px;
    padding-left: 37px;
    padding-right: 18px;
    padding-top: 8px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

.variant tbody .buy a:hover {
    background: #245d76 none repeat scroll 0% 0%;
    text-decoration: none;
}
.variant tbody .buy a:hover span {
    background: #245d76 none repeat scroll 0% 0%;
    text-decoration: none;
}
.variant tbody .buy a span {
    background: #0c4d6a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    border-radius: 18px;
    cursor: pointer;
    font: 12px Trebuchet MS,Tahoma,Arial,sans-serif;
    height: 33px;
    padding: 9px 0px 0px;
    text-decoration: none;
    white-space: nowrap;
    behavior: url(../pie/PIE.htc);

}
.variant tbody .buy a:after {
    background: url("../images/add15.png") no-repeat scroll 50% 50% #fff;
    border-radius: 25px;
    content: "";
    height: 20px;
    left: 9px;
    position: absolute;
    top: 6px;
    width: 20px;
    z-index: 100;
    behavior: url(../pie/PIE.htc);
}
.ch-btn-wrap {
    display: inline-block;
    position: relative;
    margin: 0 5px;
}
.ch-btn-wrap:after {
    background: url("../images/add15.png") no-repeat scroll 50% 50% #fff;
    border-radius: 25px;
    content: "";
    height: 20px;
    left: 9px;
    position: absolute;
    top: 6px;
    width: 20px;
    z-index: 100;
    behavior: url(../pie/PIE.htc);
}
.update-btn:hover {
    background: #58b6e4 none repeat scroll !important;
}
.update-btn {
   background: #10a0e2 none repeat scroll 0 0;
  /*  background: #63bae5;*/ /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYmFlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjlkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #63bae5 0%, #069de2 100%); *//* FF3.6+ *//*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63bae5), color-stop(100%,#069de2)); *//* Chrome,Safari4+ *//*
    background: -webkit-linear-gradient(top, #63bae5 0%,#069de2 100%); *//* Chrome10+,Safari5.1+ *//*
    background: -o-linear-gradient(top, #63bae5 0%,#069de2 100%); *//* Opera 11.10+ *//*
    background: -ms-linear-gradient(top, #63bae5 0%,#069de2 100%); *//* IE10+ *//*
    background: linear-gradient(to bottom, #63bae5 0%,#069de2 100%); *//* W3C *//*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63bae5', endColorstr='#069de2',GradientType=0 ); *//* IE6-8 *//*
    border-bottom: 1px solid #137edb;*/
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font: 14px Trebuchet MS,Tahoma,Arial,sans-serif;
    height: 33px;
    padding: 8px 4px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    behavior: url(../pie/PIE.htc);
}

.continue {
    background: #deeff9 none repeat scroll 0 0;
    border-radius: 18px;
    color: #0c4d6a;
    display: inline-block;
    font: 14px Trebuchet MS,Tahoma,Arial,sans-serif;
    height: 33px;
    padding: 8px 15px 0 32px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    behavior: url(../pie/PIE.htc);
}
.continue:before {
    background: url("/images/back.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    content: "";
    height: 33px;
    left: 8px;
    position: absolute;
    top: 0;
    width: 24px;
}
.cb-left {
    float: left;
}
.cb-right {
    float: right;
}
.main {
    padding: 0px 15px 10px 0px;
    font-size: 13px;
    color: #000;
}

.main h2 {
    margin: 20px 0;
}

.main h3 {;
}

input, textarea {
    border: 1px solid #78C7EB;
    font: normal 14px Trebuchet MS, Tahoma, Arial, sans-serif;
    color: #999;
    padding: 2px 6px 3px 6px;
}

form.contact th {
    text-align: left;
    padding: 5px;
}

form.contact td {
    padding: 3px;
}

form.contact tbody input {
    max-width: 250px;
    width: 100%;
}

form.contact textarea {
    height: 7em;
    line-height: 1;
    max-width: 350px;
    width: 100%;
}
.list-group > div {
    background: none repeat scroll 0 0 #eee;
    margin-bottom: 15px;
    padding: 10px;
}
.list-group span {
font-style: italic;
font-weight:bold;}
form.contact .vcode input {
    width: 60px;
}

tr.vcode th,
tr.vcode td,
tr.vcode img {
    vertical-align: middle;
    margin: 0 5px;
}

tr.vcode td span {
    font-size: 11px;
}

tr.vcode td span a {
    color: #000;
}

.simple {
    margin: 10px 0;
    font-size: 12px;
    border: solid 1px #0c4d6a;
}

.simple th,
.simple td {
    white-space: normal;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}

.simple tfoot td {
    background-color: #F9DD9B;
}

.simple thead td,
.simple thead th {
    font-weight: bold;
    font-size: 11px;
    padding: 7px;
    background-color: #0c4d6a;
    color: #fff;
}

.simple tbody th {
    line-height: .9;
    font-weight: bold;
    font-size: 11px;
    padding: 7px;
    border-right: 1px solid #FDCA00;
    font-style: italic;
}

.simple ul,
.simple td p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.main.testimonials div {
    padding: 10px 0;
}

.main.testimonials div.even {
    background-color: #FFF9E3;
    margin: 0 -5px 0 -15px;
    padding: 10px 15px;
}

.main.testimonials div span {
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
}

.left_category ul.category-list > li {
    margin: 0;
    padding: 0;
    font-size:12px;
    font-weight: normal;
    position: relative;
}

.left_category ul.category-list > li a {
    display: block;
    padding: 2px 0 2px 18px;
    color: #000;
    text-decoration: none;
    margin: 0;
}

.left_category ul.category-list > li.active,
.left_category ul.category-list > li:hover {
    background: #78c7eb url(../images/a_str.gif) 9px 50% no-repeat;
    color: #fff;
    position: relative;
}

.left_category ul.category-list > li.active a,
.left_category ul.category-list >  li:hover a {
    color: #fff;
}

.left_category ul.category-list li ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #78c7eb;
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 1000;
}
.ur-price {
    margin-left: -12px;
}
.basket .price > div {
    display: inline-block;
}

.left_category ul li:hover ul {
    display: block;
}

.ul-row > div {
    color: #000000;
    font-weight: bold;
    padding: 0;
    vertical-align: middle;
}

.ul-row img {
    width: 36px;
    margin: 0;
    height: 29px;
}

.ul-row a {
    display: inline;
    color: #0c4d6a !important;
    text-decoration: underline;
    padding: 0;
    white-space: normal;
}

.ul-row a:hover {
    text-decoration: none;
    color: #000;
}

.variant td, .variant .remove {
    text-align: center;
}

.live_support a:hover, a:hover, .basket a:hover, .what a:hover, .text_prod a:hover, .continue a:hover, .variant a:hover {
    text-decoration: none;
}

.left_header, .footer_menu {
    float: left;
}

.header_menu ul, .left_category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.buy:hover span, a.buy:hover, .footer_menu a:hover, .variant tbody .buy a:hover, .free_10 a:hover, .sale a:hover {
    text-decoration: none;
}

.highlight1 {
    background-color: #E6F5FB !important;
}

.highlight2 {
    background-color: #AFE688;
}

hr {
    border: none;
    height: 1px;
    overflow: hidden;
    margin: 15px 0;
    background-color: #57B2E3;
}

.main blockquote {
    padding: 0 10px 0 85px;
    margin: 10px 0;
    background: transparent url(../images/str_img.gif) no-repeat left;
    font-style: italic;
}

.caption blockquote {
    border: none;
    margin: 0;
}

.main pre {
    padding: 7px 10px;
    border: solid 1px #eee;
    margin: 10px 20px;
    background-color: #F9F9F9;
    font-size: 12px;
}

div.caption {
    border: solid 3px #F9DD9B;
    padding: 0 10px;
    margin: 0 10px;
    background: #FFF8DF;
}

div.caption h2,
div.caption h3 {
    margin: 10px 0 0 0;
    padding-top: 0;
    line-height: 1;
}

.product_info p,
.main p, form.contact table {
    margin: 10px 0;
}

option, span.highlight1,
span.highlight2 {
    padding: 0 5px;
}

.your_bonus {
    margin: 10px 0 0;
    padding: 0 0 10px;
}

.your_bonus div {
    background: url(../images/mrk1.gif) 25px center no-repeat;
    line-height: 1;
    padding: 7px 0 7px 70px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
}

.your_bonus div.selected {
    background-image: url(../images/mrk2.gif);
}

.your_bonus div.hdr {
    font-size:12px;
    background: #57b3e4;
    font-weight: bold;
    padding: 7px 20px;
    margin: 0 0 10px;
    color: #fff;
    line-height: 16px;
    /*background-color: #FFEEB5;*/
}

.text_universal_bl h3 {
    margin: 0;
    padding: 10px;
}

.variant .img img {
    height: auto;
}

.variant .product a {
    font-size: 14px;
}

.pie {
    border: solid 1px #eee;
    float: right;
    padding: 5px 5px 0 10px;
    font-size: 12px;
    margin: 0 0 5px 5px;
}

.pie i.val1,
.pie i.val2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: baseline;
}

.pie i.val1 {
    background-color: #3366FF;
}

.pie i.val2 {
    background-color: #FF9900;
}

.pie div {
    font-family: Arial, sans-serif;
    margin: 7px 0 5px 10px;
    font-size: 10px;
}

.simple.tbl1 span {
    margin-left: 25%;
}

/*safari fix*/
body:last-child:not(:root:root) .basket .price {
    padding: 5px 0px 5px 0px;
}

body:last-child:not(:root:root) .search_drug strong {
    margin: -3px 0px 5px 0px;
}

body:last-child:not(:root:root) .inp_btn {
    padding-left: 14px;
}

/*checkout fix*/
#checkout_form input {
    color: black;
    font-size: 12px;
}

#checkout_form select {
    margin: 0;
    font-size: 12px;
}

/*lang fix*/
.lang-it .text_prod .price b {
    display: block;
    font-size: 25px;
    margin-top: -9px;
}

table.near_prods {
    width: 100%;
}

.near_prods {
    text-align: center;
}

.near_prods a {
    text-decoration: none;
    font-size: 11px;
    display: block;
    margin: 5px 0 0 0;
}

.near_prods a:hover {
    margin: 0 0 5px 0;
}

.near_prods b {
    font-size: 21px;
    font-family: georgia;
}

.near_prods span {
    font-style: italic;
}

.new_near_prods_div {
    border: 0 solid red;
    float: left;
    height: 180px;
    overflow: hidden;
    padding: 0 1%;
    text-align: center;
    list-style-type: none;
}

.new_near_prods_div a {
    text-decoration: none;
    font-size: 11px;
    display: block;
    margin: 5px 0 0 0;
}

.new_near_prods_div a:hover {
    margin: 0 0 5px 0;
}

.new_near_prods_div b {
    font-size: 21px;
    font-family: georgia;
}

.new_near_prods_div span {
    font-style: italic;
}

.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: gray;
}

.news span b, .testimonials.news a {
    font-size: 12px;
    text-decoration: none;
    cursor: text;
    color: gray;
}

.left_block .testimonials.news ul li {
    width: 180px;
}

div.socialbookmarks {
    width: 100%;
    margin-top: 15px;
}

.socialbookmarks ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialbookmarks ul li {
    float: left;
   
}

.socialbookmarks ul li img {
    padding: 0;
    width: 16px;
    height: 16px;
}

.socialbookmarks ul li img:hover {
    width: 28px;
    height: 28px;
    margin: -6px;
}
.clearfix.box.nav.nav-pills a {
    padding-left: 2px;
    padding-right: 10px;
}

.pack_bonuses {
    display: block;
    margin-top: 5px;
    text-align: left;
}

.pack_bonuses .shipping {
    background: url("/imgs/plane1.png") no-repeat;
    color: #39a925;
    display: block;
    font-size: 10px;
    min-height: 16px;
    padding: 1px 0 0 20px;
}

.pack_bonuses .pills {
    background: url("/imgs/gift.png") no-repeat;
    color: #e19a03;
    display: block;
    font-size: 10px;
    min-height: 16px;
    padding: 2px 0 0 20px;
}
.sale.clearfix > a {
    text-transform: lowercase;
}
.free_pills{
    text-transform: uppercase;
}
.sale.clearfix {
    padding-bottom: 5px;
    width: 100%;
}
#urgent-message {
    color: red;
    width: auto;
    margin: 15px auto;
    border: 1px solid #CCCCCC;
    padding: 15px;
    clear: both;
}

/* header */

.header-bottom {
    margin-top: 9px;
    padding: 6px 0 1px;
}
.basket-left {
    float: left;
    width: 40%;
}
.basket-right {
    float: left;
    line-height: 17px;
    padding-left: 6px;
    padding-top: 26px;
    width: 60%;
}
.items {
    margin: 0 0 0 -16px;
}
.icon-bar {
    background: none repeat scroll 0 0 #144c6f;
}
.navbar-brand.visible-xs {
    padding: 0;
}

/* content */

.center_block {
    width: 60%;
}
.navbar-collapse.collapse.navbar-responsive-collapse {
    padding: 0;
}
.prod_block.row {
    margin: 0 0 0 -15px;
}
.list-group > li {
    list-style: none outside none;
}
.language form > select {
    width: 100%;
}
.language > form {
    padding: 0;
}
.navbar-toggle {
    margin: -5px 0 0;
}
.navbar {
    margin: 0;
    min-height: 20px;
}
.navbar-brand {
    height: auto;
}
.bm-img {
    display: block;
    width: 30px;
    float: left;
}
.bm-img > img {
    width: 18px;
}
.bookmark .text-descr{
    display: block;
    overflow: hidden;
}
/* product page */

.prod-img {
    padding: 5px 0 0;
    text-align: center;
}
.no-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.also-prod.row > ul {
    padding: 0;
}

/* cart */

.cart .center_block {
    width: 80%;
}
.rem-ic {
    background: url("../images/del.png") no-repeat scroll 0 -20px transparent;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 6px;
}
.rem-ic:hover {
    background: url("../images/del.png") no-repeat scroll 0 0 transparent;
}
.alfabet {
    margin-left: 21%;
    padding-right: 0;
}
.testimonials_2 li {
    font-size: 12px;
}
.cart-btn a:hover{
    color: #fff;
    background: #38AD24 none repeat scroll 0% 0%;
    text-decoration: none;
}
.checkout-btn:hover {
    text-decoration: none;
    background: #245d76 none repeat scroll 0% 0%;
}
.cart-btn .continue:hover {
    color: #0c4d6a;
    background: #a8daf9 none repeat scroll
}
.cart .variant_div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header_menu li a, .header_menu li.active a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
}
.checkout-btn {

    height: 33px;
    position: relative;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 15px 0px 33px;
    background: #0c4d6a; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    border-radius: 18px;
    border: none;
    height: 33px;
    font: bold11px Tahoma, Arial, sans-serif;
    text-decoration: none;
    cursor: pointer;
    behavior: url(../pie/PIE.htc);
}
.checkout-btn:after {
    background: url("../images/add_cart_2.png") no-repeat scroll 0 50% transparent;
    content: "";
    height: 33px;
    left: 9px;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 100;
}
.pack-wrap {
    display: inline-block;
    width: 68%;
}
.qty {
    display: inline-block;
    text-align: center;
    width: 28%;
}

/* table */

.article-page tbody th {
    border-right: 1px solid #fdca00;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    line-height: 0.9;
    padding: 7px;
}
.article-page th, .article-page td {
    line-height: 1;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}
.article-page tbody tr:nth-child(2n) {
    background-color: #fff8df;
}
.article-page table {
    font-size: 12px;
}
.article-page thead td, .article-page thead th {
    background-color: #fdca00;
    font-size: 11px;
    font-weight: bold;
    padding: 7px;
}
.free_pills tr {
    border: 1px solid #fdca00;
}
.free_pills img {
    width: 100%;
}
.bonuses .free_pills th {
    width: 30%;
}
.prod-cell {
    display: inline-block;
    text-align: left;
    width: 59%;
}
.package-cell {
    display: inline-block;
    width: 39%;
}
.text_universal_bl .variant th.product {
    text-align: left;
}
.prod-cell > a {
    color: inherit;
    text-decoration: none;
}
.ls-link {
    padding: 17px 0 0 15px;
}
.ls-link > * {
    padding: 2px 0;
}

#nav-categories{
    padding-left: 0;
}

.testimonials.linksToCategory {
    background-image: none;
}
.linksToCategory a:hover {
    background: rgb(66, 139, 202) none repeat scroll 0% 0%;
}
.linksToCategory a {
    display: block;
    color: rgb(255, 255, 255);
    margin: 5px 0px;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background: rgb(42, 100, 150) none repeat scroll 0% 0%;
}




/* media */

@media only screen and (max-width: 991px) {
    .header-bottom {
        background: none repeat scroll 0 0 #c8e8f7;
        border-radius: 5px;
        margin: -2px auto 0;
        width: 98%;
        behavior: url(../pie/PIE.htc);
    }
    .search_drug {
        border-left: medium none;
        width: 160px;
    }
    .alfabet {
        margin-left: 10%;
    }
    .search_drug {
        border-left: medium none;
    }
    .left_block {
        width: 22%;
    }
    .center_block {
        width: 78%;
    }
    .left_category {
        top: 0;
    }
    .right_block {
        clear: both;
        margin: 0 auto 0 23%;
        width: 67%;
    }
    .live_support {
        height: 127px;
        line-height: 1.2em;
        padding: 25px 150px 0 18px;
    }
    .we_accept {
        width: 16%;
    }
    .footer_menu {
        width: 55%;
    }
    .footer_logo {
        width: 29%;
    }
    .cart .left_block {
    }
    .cart .center_block {
        width: 78%;
    }
    .free_1 img {
        border-radius: 18px;
        behavior: url(../pie/PIE.htc);
    }
    .free_1 {
        text-align: center;
    }
    .f2-head {
        text-align: center;
    }
    .left_category h3 {
        margin: 15px 0;
    }
    .center_block {
        padding-top: 22px;
    }
    .center_content h1, .right_block h3, .right_block .socialbookmarks span.subtitle {
        margin: 0 0 0 12px;
    }
    .left_category ul ul{
        display: none !important;
    }
    .left_category{
        border-bottom: 1px solid #cccccc;
    }
}
@media only screen and (max-width: 960px) {
    .header-bottom.row {
        margin: 0;
        padding-bottom: 10px;
        padding-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 900px) {
    .alfabet {
        margin-left: 6%;
        width: 70%;
    }
    .phone {
        border: none;
    }
}
@media only screen and (max-width: 767px) {
    .header-wrap{
        background: #c8e8f7; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4ZThmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2VmZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #c8e8f7 0%, #e3eff4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8e8f7), color-stop(100%,#e3eff4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #c8e8f7 0%,#e3eff4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #c8e8f7 0%,#e3eff4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #c8e8f7 0%,#e3eff4 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #c8e8f7 0%,#e3eff4 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8e8f7', endColorstr='#e3eff4',GradientType=0 ); /* IE6-8 */

    }
.language {
    position: static;
    }
    .ls-link {
        display: none;
    }
    .right_header.clearfix {
        position: absolute;
        right: 0;
        top: 0;
    }
    .header {
        position: relative;
    }
    .navbar-nav {
        margin: 0 8px !important;
    }
    .logo p {

        display: inline;
    }
    .navbar-collapse {
        padding: 0 !important;
        position: absolute;
    }
    .header-bottom {
        height: auto;
        margin: 0 auto;
        min-height: 69px;
        width: 100%;
    }

    .alfabet {
        margin-left: 0;
        width: 70%;
    }
    .language, .basket, .phone {
        border-left: none;
    }
    .basket {
        margin-bottom: 5px;
        margin-top: 7px;
    }
    .basket .big1 {
        color: #000;
    }
    .center_block {
        left: 0;
        width: 100%;
    }
    .prod_block.row {
        margin: 0 -13px;
    }
    .left_block {
        padding: 0 15px;
        right: 0;
        width: 100%;
    }
    .left_category {
        padding: 15px 0;
        position: relative;
        width: 100%;
    }
    .categories.navbar-collapse {
        position: static;
    }
    .nav > li > a:hover, .nav > li > a:focus {
        background-color: transparent;
        text-decoration: none;
    }
    .left_category ul li table {
        left: auto;
        right: 0;
    }
    .footer_logo {
        display: none;
    }
    .footer_menu {
        padding-left: 15px;
        width: 75%;
    }
    .we_accept {
        width: 25%;
    }
    .cart .center_block {
        left: 0;
        width: 100%;
    }
    .universal_bl {
        padding-right: 0;
    }
    .content {
        clear: both;
        margin: 24px 0 0;
    }
    .cart .left_block {
        right: 0;
    }
    .content.row {
        clear: both;
    }
    .prod {
        margin: 0 0 17px;
    }
    .ls-link {
        padding-bottom: 19px;
        padding-left: 19px;
    }
    .header_menu li {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        behavior: url(../pie/PIE.htc);
        border: 0;
    }
    .header_menu li a {
        padding: 8px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 640px) {
     .country_bloc .st-span {
        display: none;
    }
    .header_menu .navbar-header {
    padding: 0 15px;
}
   .left_category {
       padding: 1px 0;
   
} 
.search_drug {
    height: auto;
}
.header-bottom.row {
    padding-bottom: 0;
   }
   .header-bottom {
    min-height: 0px;
   
}
 .country-switcher.col-xs-12 > select {
        display: none;
    }

    .header {
        height: auto;
    }
    .alfabet.col-xs-7 {
        display: none;
    }
    .search_drug.col-xs-2 strong {
        display: none;
    }
    .header_menu .active, .header_menu li, .header_menu .active div, .header_menu .active div div, .header_menu li div, .header_menu li div div {
        background: none!important;
    }
    .navbar-collapse {
        position: static;
    }
    .header_menu ul {
        text-align: center;
    }
    .header_menu li, .header_menu li.active {
        background: none repeat scroll 0 0 #addff7 !important;
        display: inline-block;
        float: none;
        margin: 1px 0 !important;
        text-align: center;
        width: 100%;
    }
    .header_menu ul div {
        width: 100%;
    }
    .header_menu li div div a:hover {
        color: inherit;
        text-decoration: underline;
    }
    .logo {
        width: 50%;
    }
    .phone {
        width: 60%;
    }
    .language {
        position: static;
        width: 100%;
    }
    .alfabet {
        margin: 0 0 10px;
        width: 100%;
    }
    .search_drug {
        border-left: medium none;
        width: 98%;
    }
    .search_drug input {
        width: 101%;
    }
    select {
        margin: 0;
    }
    .perpill {
        display: none;
    }
    .new_near_prods_div {
        width: 33%;
    }
    .cart th.remove {
        text-indent: -9999px;
    }
    .variant .upgrade a {
        margin: 3px;
    }
    .left_category ul li:hover table {
        display: none;
    }
    .language select {
        padding: 4px 1px;
    }
    .search_drug input {
        padding: 4px 0 4px 6px;
    }
    .search_drug {
        padding: 0 7px 0 17px;
    }
    .search_drug input.submit {
        right: 9px;
        top: 8px;
    }
    .header_menu {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: none repeat scroll 0 0 #c8e8f7;
        border-color: #78c7eb;
        border-image: none;
        border-style: solid;
        border-width: 1px 0;
        margin: 15px 0 0;
        padding: 7px 0 0;
    }
    .header_menu ul {
        margin: 5px 3px 10px !important;
    }
    .header_menu li div div a {
        display: block;
    }
    .right_block {
        clear: both;
        margin: 0 auto;
        width: 320px;
    }
    .variant .upgrade {
        display: none;
    }
    .text_universal_bl {
        padding: 5px 0 10px;
    }
    .ch-btn-wrap {
        display: block;
        margin-bottom: 10px;
    }
    .cb-right {
        text-align: right;
        margin-right: 8px;
    }
    .cart-btn td {
        padding-top: 10px;
    }
    .cart .variant_div {
        padding-left: 0;
    }
    .new_near_prods_div {
        border: 0 solid #ff0000;
        float: left;
        height: 165px;
        margin: 0;
        overflow: hidden;
        padding: 0 1%;
        text-align: center;
    }
    .pie {
        float: none;
    }
    .article-page h2 {
        clear: both;
    }
    .cart .ls-link {
        padding-left: 1%;
    }
    .basket{
        padding: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .prod {
        width: 100%;
    }

    th.buy {
        background: none repeat scroll 0 0 #fdca00;
        padding-right: 4px;
    }
    .variant tbody .buy a:after {
        content: none;
    }
    .variant tbody .buy a {
        background: url("../images/buy.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        display: inline-block;
        float: none;
        height: 20px;
        padding: 12px;
        text-align: center;
        width: 20px;
    }
    .variant tbody .buy a span {
        background: none repeat scroll 0 0 transparent;
        display: inline-block;
        height: auto;
        padding: 0;
        text-indent: -9999px;
        white-space: normal;
    }
    .variant tbody .buy {
        width: 17%;
    }
    .variant .package {
        padding: 0;
        text-align: left;
        width: 33%;
    }
    .language-switcher.col-xs-6 > select ,.currency-switcher.col-xs-6 > select{
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        cursor: pointer;
    }
    .language-switcher.col-xs-6,.currency-switcher.col-xs-6{
        position: static;
    }
    .st-span {
        background: none repeat scroll 0 0 #9bcdf2;
        border-radius: 4px;
        color: #094a6a;
        display: block;
        font-weight: bold;
        padding: 4px;
    }
   
    .language_block, .currency-block {
        margin-left: 2px;
        float: left;
        position: relative;
        width: 46%;
    }
}
@media only screen and (max-width: 480px) {
.phone {
        width: 54%;
    }
    .basket {
        float: none;
        margin: 0 auto;
    }
    .basket-right {
        width: 55%;
    }
    .basket-left {
        margin-left: 5px;
    }
    .logo {
        line-height: 21px;
        padding: 13px 0 0 2%;
        width: 50%;
    }
    .phone {
        width: 68%;
    }
    .language {
        padding-left: 15px;
    }
    .footer_menu {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .we_accept {
        float: right;
        padding: 10px 15px 6px;
        width: 25%;
    }
    .variant tbody td {
        font:12px Georgia,tahoma;
        padding: 0 1px;
    }
    .variant th.package {
        padding-left: 0;
        padding-right: 10px;
    }
    .right_block {
        width: 290px;
    }
    .variant td select {
        padding: 0;
        text-align: left;
        width: 37px;
    }
    .sel-wrap {
        width: 17px;
    }
    .shipping label {
        left: 8px;
    }
    .variant .package {
        text-align: center;
    }
    .variant_div {
        padding: 15px 0 0 3px;
    }
    .img_tov {
        width: 100%;
    }
    .footer_menu {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .footer_menu > ul {
        margin: 10px 0 20px;
        padding: 0;
    }
    .footer_menu ul li:before {
        content: none;
    }
    .footer_menu li {
        background: none repeat scroll 0 0 #c8e8f7;
        display: block;
        list-style: none outside none;
        margin: 2px 15px;
        padding: 0;
    }
    .cart-btn > td > div {
        float: none;
        text-align: right;
    }
    .ch-btn-wrap {
        display: inline-block;
        margin-bottom: 0px;
    }
    .cb-left {
        margin: 0 8px 10px 0;
    }
    .pack-wrap {
        display: inline-block;
        padding-top: 5px;
        width: 100%;
    }
    .qty {
        display: inline-block;
        padding: 5px 0;
        text-align: center;
        width: 100%;
    }
    .variant .upgrade-row a {
        margin: 5px 2px 5px 0;
    }
    .cart .variant .package {
        width: 46%;
    }
    .cart .price, .cart .subtotal {
        width: 22%;
    }
    .footer_menu a {
        display: block;
        padding: 5px;
    }
    .prod-cell, .package-cell {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}
@media only screen and (max-width: 440px) {
    .basket-right > img {
        display: none;
    }
    .right_header.clearfix {
        position: static;
        right: 0;
        top: 0;
    }
    .items {
        display: inline-block;
    }
    .basket.clearfix {
        width: 100%;
    }
    .items > img {
        display: none;
    }
    .basket-right {
        float: none;
        display: inline;
      }
    .basket .price {
        display: inline-block;
    }
    .basket a.click {
        display: none;
        }
    .header {
        position: relative;
    }
}
@media only screen and (max-width: 400px) {
    .logo, .phone {
        width: 100%;
    }
    .logo {
        padding: 13px 0 0 15px;
    }
    .header_menu .navbar-header {
        padding: 0 15px;
    }
}
@media screen and (min-width: 550px) {
.prod_block .prod {
   min-height: 200px;
}
    .country-switcher.col-xs-12 ,.language-switcher.col-xs-6 ,.currency-switcher.col-xs-6{
        position: static;
    }
    .country_bloc {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }
    .country-switcher.col-xs-12 > select,.language-switcher.col-xs-6 > select,.currency-switcher.col-xs-6 > select {
        bottom: 0;
        cursor: pointer;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .language_block,.currency-block {
        position: relative;
        width: 50%;
        float:left;
        text-align: center;
    }
    .language_block .st-span {
        margin-right: 5px;
    }
    .st-span {
        background: none repeat scroll 0 0 #9bcdf2;
        border-radius: 4px;
        color: #094a6a;
        display: block;
        font-weight: bold;
        padding: 4px;
    }


}
