﻿/* font-family: "EBGaramondRegular"; */
@font-face {
    font-family: "EBGaramondRegular";
    src: url("/fonts/EBGaramondRegular.eot");
    src: url("/fonts/EBGaramondRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/EBGaramondRegular.woff") format("woff"),
    url("/fonts/EBGaramondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "InglobalRegular"; */
@font-face {
    font-family: "InglobalRegular";
    src: url("/fonts/InglobalRegular/InglobalRegular.eot");
    src: url("/fonts/InglobalRegular/InglobalRegular.ttf");
    src: url("/fonts/InglobalRegular/InglobalRegular.woff");

    font-style: normal;
    font-weight: normal;
}
/* font-family: "InglobalBold"; */
@font-face {
    font-family: "InglobalBold";
    src: url("/fonts/InglobalBold/InglobalBold.eot");
    src: url("/fonts/InglobalBold/InglobalBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/InglobalBold/InglobalBold.woff") format("woff"),
    url("/fonts/InglobalBold/InglobalBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "InglobalItalic"; */
@font-face {
    font-family: "InglobalItalic";
    src: url("/fonts/InglobalItalic/InglobalItalic.eot");
    src: url("/fonts/InglobalItalic/InglobalItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/InglobalItalic/InglobalItalic.woff") format("woff"),
    url("/fonts/InglobalItalic/InglobalItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "InglobalBoldItalic"; */
@font-face {
    font-family: "InglobalBoldItalic";
    src: url("/fonts/InglobalBoldItalic/InglobalBoldItalic.eot");
    src: url("/fonts/InglobalBoldItalic/InglobalBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/InglobalBoldItalic/InglobalBoldItalic.woff") format("woff"),
    url("/fonts/InglobalBoldItalic/InglobalBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html{
    height:100%;
}
body{
    font-family:InglobalRegular;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size:16px;
    margin:0;
    padding:0;
    /*min-width: 936px;*/
}

img {
    max-width: 100%;
}
ul{
    overflow: hidden;
}
h4{
    font-weight:bold;
}
input[type=checkbox]{
    margin:0;
}
@media screen and (max-width: 40em) {
    p{
        font-size:1.25em;
    }
}
a{
    text-decoration: none;
    background-color: transparent;
    color: #337ab7;
}

a:active,a:hover{
    color:red;
    text-decoration: none;
    outline: 0;
}


#masterHeader{
    background:#6a99c0;
    font-size:1em;
    color:white; 
    display: flex;
    align-items:center;
    min-width:968px;

}
/*25*/
@media screen and (min-width: 25em) {
    #masterHeader {
        min-height: 5.375em;
    }
}
@media screen and (max-width: 40em) {
    #masterHeader {
        line-height: initial;
        display: block;
        height:auto;
        min-width:0px;
    }
    #showAction{
        display:none;
    }
    .b__animeb{
        display:none;
    }
}
#headerMenu > ul{
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;

}
#headerMenu ul li {
    
    list-style: none;
    padding: 0 0.8em;
    margin: 0;
    text-transform: uppercase;
}
#headerMenu > ul > li > a {
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#headerMenu > ul > li > a:hover{
    text-decoration: none;
    color:red;

}
@media screen and (max-width: 40em) {
/* rules go here */

    #headerMenu {
        font-size: 1.5em;

    }
    #headerMenu > ul{
        display:block;
    }
}
.logo{
    margin:0.3125em 0.625em;
    min-width: 100px; 
    height: 81px;
    /*background-image:url('/Content/img/logo2-m.png');*/
}
#mainMenu{
    display: flex;
    justify-content:center;
}
@media screen and (max-width: 40em) {
    #mainMenu{
        display:none;
    }
}
#sitecontent{
    display:flex;
    flex-direction:column;
    align-items:center;
    flex: 1 0 auto;
    min-width:968px;
    
}
@media screen and (max-width: 40em) {
    #sitecontent{
        display:flex;
        flex-direction:column;
        min-width:0px;
    }
}
.pageContent{
    /*margin-top:3.125em;*/
    display: flex;
    justify-content:center;
    background-color:#e8e2e2;
    border-radius: 5px;
    padding:20px 10px 10px 10px;
    margin:20px;
}
@media screen and (max-width: 40em) {
    .pageContent{
        display:block;
    }
}
.txtMultiCol{
    
    -moz-columns: 3;		
    columns: 3;
    column-gap: 2em;
    -moz-column-gap: 2em;
    /*flex: 2 1 auto;*/
    text-align:justify;

    margin:0;
    padding:0;
}
.article{
    /*width:62.5em;*/
    padding:1em;
    display:flex;
    flex-direction:column;
    flex-basis:50%; 
    background-color:white;
    border-radius: 5px;
}
.article h1{
    text-align:center;
    color:#447CA6;
    font-size:2.7em
}
@media screen and (max-width: 40em) {
    .txtMultiCol{
        -moz-columns: 1;		
        columns: 1;
    }
    .article{
        width:auto;
    }
    .article > img{
        max-width:100%;
    }
    .article h1{
        font-size:1.5em;
    }
}
hr.hrdark{
    margin: 5px 0;
    height:0; 
    border:0; 
    border-top:1px solid gray; 
}
.blockPrice{
    /*border: thin solid #88D2EE;*/
    /*border: 1px solid #610B0B;*/
    border: 1px solid #F5F6CE;
    border-radius: .3em;
    min-width:0px;
    padding:5px;
    display:inline;
    background-color:#F5F6CE;
}




.footer{
    width:100%;
    height:3.125em;
    background:#6a99c0;
    flex: 0 0 auto;
    margin-top:10px;
}



#headerLogin{
    margin-left:auto;
}


#OnMap{
    
}
.pictureMenuBig {
    flex: 1 0 1;
    padding: 10px;
    border: 1px solid #808080;
    border-radius: .3em;
    box-shadow: 0 0 3px #444;
    min-width: 170px;
    max-width: 200px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pictureMenuBig:hover{
    /*box-shadow: 0 0 10px #f16e4a;*/
    box-shadow: 0 0 10px #444;

}
.imgInpictureMenuBig{
    text-align:center;
    min-width: 89px; 
    min-height: 102px;
    background-repeat:no-repeat;
}



.imgInBorder{
    border-radius: 0.3125em;
    border: 5px #ccc solid;
    box-shadow: 0 0 0.1875em #444
}

.imgInShadow{
    border-radius: 0.3125em;
    box-shadow: 0 0 0.1875em #444
}

table.action {
    padding-top:0.625em;
    font-family:Arial;
    /*width:62.5em;*/
}
table.action caption{
    margin-top:1.875em;
    width: 100%;
    margin-left:5.5em;
    text-align:left;

    font-weight: bold;
}

table.action tr td{
    padding:0.625em;
    padding-left:6.125em;
    text-align:left;
}

ul.action {
    list-style-type: none;
}
@media screen and (max-width: 40em) {

    table.action{
        width:auto;
        font-size:.5em;
    }
    table.action caption {
        margin-left:0;
    }
    table.action tr td {
        padding-left:0;
    }

}
.flexContainer{
    display: flex;
    justify-content:center;
}
.multiCol2{
    /*-moz-columns: 2;		
    columns: 2;
    column-gap: 2em;
    -moz-column-gap: 2em;*/
    
    margin:0;
    padding:0;
    
}

    
.asBlock{
    display:block;
}
.asRef{
    color: #337ab7;
    cursor:pointer;
}
.asRef:hover{
    color:red;
}
.blockInBorder{
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #F2F2F2;
    /*box-sizing:border-box;*/

}


#search_advice_wrapper {
    /*display:none;
    max-width:43.75em;*/
    /*background-color:#FBEFF2;*/
    background-color: #F2FBEF;
    box-shadow: 0 0 3px #444;
    padding: 0 0.3125em;
    /*overflow-x:hidden;
    overflow-y:scroll;*/
    -webkit-transition-property: height; /* Safari */
    transition-property: height;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    #search_advice_wrapper table tbody
    {
        -webkit-transition-property: height; /* Safari */
        transition-property: height;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
#searchResultArea {
    -webkit-transition-property: height; /* Safari */
    transition-property: height;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.redString:first-letter{
	font-weight:bold;
	color:#F00;
    margin-right:3px;
    font-size:1.2em;
    margin-left:20px;
}
@media screen and (max-width: 40em) {
    #partnerContent {
        flex-flow:column;
        padding:1em;
    }
    #partnerDesc{
        order: -1;
    }
}

/*#searchDrugArea{
    min-width:47.5em;
}*/
.searchInputBig{
    width:43.75em;
    height:3.4375em;
    font-size:1em;
    border: 2px #ccc solid;
    border-radius: 3px;
    padding-left:0.3125em;
}

.searchInputGum{
    width:100%;
    height:3.4375em;
    font-size:1em;
    border: 2px #ccc solid;
    border-radius: 3px;
    padding-left:0.3125em;
}
@media screen and (max-width: 40em) {
    #searchDrugArea {
        width:auto;
        min-width:0;
    }
    .searchInputBig{
        width:80%;
    }
    #searchResultArea{
        width:100%;
    }
    #searchContainer{
        display:block;
        width:auto;
    }

}

#mapOffice {
    width:900px; 
    height:550px
}
@media screen and (max-width: 40em) {
    #mapOffice{
        width:80%;
    }
}
#aptekiOnMapContent{
    width:900px;

}

#aom_mapArea{
    width:900px;
    height:550px
}
@media screen and (max-width: 40em) {
    #aptekiOnMapContent{
        width:100%;
    }
    #aom_mapArea{
        width:80%;
    }
}

.clearfloat{
    clear:both;
}

.importantTxt{
    color:#610B38;
    font-weight:bold;
}

.messageContent{
    width:100%;
    border: 2px #FF7F24 solid;
    border-radius: 3px;
}

.flatButton{
    background: #FFFFFF;
    background: none;
    padding: 5px 10px;
    font-size: 1em;
    font-weight:normal;
    color: #3d3d3d; 
    text-align: center;
    border: solid 2px #337ab7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer; 
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    min-height:3em;
    
}
.flatButton:hover{
    /*color:#ef971d;*/
    border-color:red;

}
.flatButton:hover[disabled]{
    color:#c8c6c6;
    border: solid 1px #c8c6c6;
    background:none;
    cursor:default;
}
.flatButton[disabled]{
    color: #c8c6c6;
    border: solid 1px #c8c6c6;
}
.spanAsCell{
    margin:0.3125em 0.3125em 0.3125em 0.3125em;
}
.table1{
    width:100%;
}

#cartSymbol{
    cursor: pointer;
}

#cartSymbol:hover {
    color: red; 
}
.btAction{
    cursor: pointer;
}
.btAction:hover {
    color: red; 
}


.lable {
    color:#a8a5a5;
}

.inputRegForm {
    max-width:40em;
}


.rowInAdviceList:hover{
    background:#8aeef5;
    cursor:pointer;
}
.getdiscont10{
    color:blue;
    cursor:pointer;
}

.getdiscont10:hover{
    color:red;
}

.fieldBlockSmall{
    display:block;
    border-radius: 5px;
    border: 1px #ccc solid;
    background-color: #F2F2F2;
    padding:5px 5px 5px 5px;
    margin: 5px 0;
}

.table_grid{
    text-align: left;
    border-collapse: collapse;
    border-radius: 20px;
    box-shadow: 0 0 0 10px #F0C083;
    color: #452F21;
}

.table_grid th {
    padding: 10px 8px;
    background: white;
}

.table_grid th:first-child {
    border-top-left-radius: 20px;
}

.table_grid th:last-child {
    border-top-right-radius: 20px;
}
.table_grid td {
    border-top: 10px solid #F0C083;
    padding: 8px;
    background: white;
}
.table_grid td:first-child {
    border-bottom-left-radius: 20px;
}
.table_grid td:last-child {
    border-bottom-right-radius: 20px;
}
.table_grid tr:last-child{
    font-weight:  bolder;
}

.bannerMitsar{

}

.inputSmall{
    font-size:1em;
    border: 2px #ccc solid;
    border-radius: 3px;
}

.crug80{
    width:80px;
    height:80px;
    background-color:#fdff21;
    border-radius: 40px;
    vertical-align:middle; 
    display:table-cell;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    box-shadow: 2px 3px 4px rgba(0,0,0,.5);
}

.grayCursive{
    color:gray;
    font-style:italic;
}



.searchContainer{
    width: 460px;
    min-width:460px;
    padding: 15px;
    margin: 20px auto 0px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);*/
    min-width:47.5em;
    display:block;
    
}

.searchContainer input[type="text"] {
    width:42.74em;
    height:3.4375em;
    font-size:1em;
    padding-left:0.3125em;   
    border: 0;
    background: #eee;
    border-radius: 4px 0 0 3px;  
    float:left;
 
}
.searchContainer input[type="text"]:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
#srcBtn{
    color:white;
    font-weight:bold;
    font-size:1.5em; 
    cursor:pointer;
    
}
#srcBtn:hover{
    color:red;

}
.searchContainer button{
    height:57px;
    color: #fff;
    background: #6a99c0;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    overflow: visible;
    position: relative;
    border: 0;
    padding:0;
    width:2.5em;
}
.searchContainer button:before { /* стрелка влево */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #6a99c0 transparent;
    top: 20px;
    left: -6px;
}

@media screen and (max-width: 40em) {
    .searchContainer input[type="text"]{
        width:14.0em;
        min-width:14.0em;
    }
    .searchContainer button {
        width:2em;
    }
}
.pageColumn{
    /*box-shadow:1px 5px 15px -2px #7777db;*/
    border-radius: 5px;
    background-color:#e8e2e2;
    padding:10px;
    flex-basis:25%; 
    text-align:center; 
    background-color:white; 
    
}

.pageColumn a{
    text-decoration: none;
    color:#6a99c0;
}
.pageColumnLeft{
    margin-right:10px;
}
.pageColumnRight{
    margin-left:10px;
}
@media screen and (max-width: 40em) {
    .pageColumn{

        margin:10px 0;
    }
}

.deskTopOnly{

}
@media screen and (max-width: 40em) {
    .deskTopOnly{
        display:none;
    }
}



.formArea input[type="text"]{
    border-radius: 4px;
    border:1px solid #6a99c0;
    background: #eee;
    width:200px;
    height:50px;
}

.formArea input[type="submit"] {
    margin:20px 0;
}