* {
    box-sizing: border-box;
}

.card-shadow {
    border: 1px solid navy;
    box-shadow: 7px 7px 5px gray;
}

a:hover .card.card-shadow {
    background-color: #ccf;
    box-shadow: none;
}


.bg_msk {
    background-image: url(../images/bg_msk.jpg);
    background-position: center;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: 'Comfortaa', cursive
}

#city-select-block {
    width:200px;
    position:absolute;
    z-index:1000;
    right:0;
    display: none;
}

ul.city-select {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: white;
    border: 1px solid silver;
    border-radius: 7px;
}

ul.city-select li a {
    display: block;
    padding: 3px 15px;
    text-decoration: none;
}

ul.city-select li a:hover {
    background-color: lavender;
    font-weight: bold;
}

ul.city-select li.active a {
    background-color: lightblue;
    font-weight: bold;
}

/*#3e424c*/
footer {
    background-color: #3e424c;
    color: #929298;
}

footer h5 {
    text-transform: uppercase;
    color: white;
}

footer a {
    text-decoration: none;
    color: #929298;
}

footer a:hover {
    text-decoration: none;
    color: white;
}

footer ul li a:before {
    content: '-';
    padding-right: 10px;
}



.doc-item {
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    padding: 20px 15px;
}

.doc-item-small {
    border-bottom: 1px dotted silver;
    margin-bottom: 10px;
}

.clearfix,
.doc-item:after {
    content: " ";
    clear: both;
    display: table;
}

.doc-img {
    border-radius: 50%;
    border: 1px solid silver;
    width: 100px;
}

.doc-fio {
}

.doc-speciality a {
    text-decoration: none;
    color: gray;
}

.doc-speciality a:hover {
    text-decoration: underline;
    color: gray;
}

.doc-rating {
    margin: 10px auto;
    height: 17px;
    width: 100px;
    background-image: url(../images/stars_deactive.png);
}

.doc-rating-active {
    height: 17px;
    width: 100%;
    background-image: url(../images/stars_active.png);
}

.review-rating {
    width:100px;
    margin: 0 10px 0 0;
    float: left;
    vertical-align: baseline;
}

.metro-station {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}


.review-block,
fieldset {
    border-bottom: 1px dotted silver;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.review-block:last-child {
    border: 0;
}



.paginator .pageLinkItem {
    display: inline-block;
    width: 30px;
    height: 26px;
    border: 1px solid silver;
    border-radius: 3px;
    text-align: center;
}

.paginator .pageLinkItem:hover {
    background-color: #007bff;
    color: white;
}

.paginator .pageLinkActiveItem {
    background-color: deepskyblue;
    color: black;
    font-weight: bold;
}




/* CLINIC */
.clinic {

}

.clinic-title {
    font-weight: bold;
    border-bottom: 1px dotted silver;
}

.clinic-address {
    /*border-bottom: 1px dotted silver;*/
}

.clinic-logo {
    width:100%;
}


.show-other-doctors {
    display: none;
}