@charset "utf-8";

body {
    background: #fff url(../images/bg.jpg) no-repeat top center;
    background-size: 100%;
    font-size: 16px;
    color: #000;
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;

}
footer{
    text-align: center;
    background: #2FA9C1;
    color: #FFFFff;
    padding: 5px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 10px #999;
    margin: 0 0 5px;
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.header {
    margin: 0 auto;
}

.header .logo {
    display: block;
    margin: 30px 0 0 28px;
    font-size: 48px;
    color: #999999;
    text-transform: uppercase;
    line-height: 70px;
    text-decoration: none;
}

.header .logo span {
    color: #49c3db;
}

.menu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ccfe7+0,269db4+100 */
    background: rgb(92, 207, 231); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(92, 207, 231, 1) 0%, rgba(38, 157, 180, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(92, 207, 231, 1) 0%, rgba(38, 157, 180, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(92, 207, 231, 1) 0%, rgba(38, 157, 180, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ccfe7', endColorstr='#269db4', GradientType=0); /* IE6-9 */

    height: 62px;
    margin: 0;
    text-align: center;
    padding: 2px 40px 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border-bottom: 2px solid #19666D;
}

.menu_wrap {
    height: 62px;
    overflow: hidden;
}

.menu span {
    display: inline-block;
    padding: 0 26px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;

    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    background: url(../images/menu-div.png) no-repeat top right;
    vertical-align: baseline;
    height: 60px;
}

.dib {
    display: inline-block;
    margin: 0 10px 15px;
    height: 200px;
}

.center {
    text-align: center;
}

.menu span.active {
    text-decoration: underline;
}

.img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

.content {
    padding: 30px 20px 30px;
    margin: 20px auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #999;
}

.ok img {
    width: 16px;
}

.err img {
    width: 26px;
}

.left {
    border-right: 1px solid #eee;
    float: left;
    padding-right: 20px;
    width: 700px;
}

h1 {
    color: #2fa9c1;
    padding: 0 0 10px;
    font-weight: bold;
    margin: 0;
    font-size: 32px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cccccc;
    margin: 20px 0 20px;
    clear: both;
}

.clear-both {
    clear: both;
}

.main-img img {
    width: 150px;
}

.main-img {
    float: left;
    display: block;
    margin: 0 20px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #999;
    padding: 2px;
}

.main-img img {
    display: block;
    margin: 0 auto;
}

.main-img b {
    font-size: 11px;
    line-height: 14px;
    display: block;
    font-weight: normal
}

p {
    line-height: 21px;
    text-indent: 20px;
}

.right {
    width: 230px;
    float: right;
    padding: 0 0 0 16px;
    margin: 0 0 20px;
}

.right-header {
    width: 240px;
    margin-left: -16px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #2FA9C1;
    font-size: 20px;
    padding: 0 0 0 16px;
    font-weight: normal;
    margin-bottom: 15px;

    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.right1 span {
    display: block;
    padding-left: 24px;
    line-height: 21px;
    background: url(../images/plus.png) no-repeat left center;
    color: #33a5bd;
    text-decoration: underline;
    margin: 0 0 10px;
}

.right2 span{
    display: block;
    color: #33a5bd;
    font-size: 15px;
    clear: both;
    margin: 10px 0;
}

.right2 img {
    float: left;
    margin: 0 10px 0 0;
    width: 70px;
}

.rating {
    float: right;
}

.comment {
    min-height: 100px;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px 0 0;
}

.comment p {
    text-indent: 0;
    padding-right: 10px;
    overflow: hidden;
}

.comment.last {
    border-bottom: 1px solid #eee;
}

.comment img.ava {
    float: left;
    margin: 0 10px 0 0;
    width: 70px;
    display: block;
}

.comment p img {
    margin: 10px auto;
    display: block;
    position: relative;
    width: auto;
    max-width: 70%;
    float: none;
}

.comment .name {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.comment textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3cbd4;
    color: #000;
    display: block;
    margin: 0 0 10px;
    padding: 3px;
    resize: none;
    width: 50%;
}

.comment input, .button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c3cbd4;
    color: #000;
    display: block;
    margin: 0 0 10px;
    padding: 3px;
    resize: none;
    width: 230px;
}

.comment input[type="button"], .button {
    background: #6383a8 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    overflow: visible;
    padding: 20px 20px 20px;
    text-decoration: none;
    transition: background-color 100ms ease-in-out 0s;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    clear: both;
    float: none;
    margin: 0 auto;
    display: block;
}

.button:hover {
    color: #fff;
    text-decoration: none;
    background: #45688e;
}

.addcomment .comment {
    padding-left: 0;
}

.at {
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    background: #eee;
}

.at img {
    float: right;
    height: 300px;
    margin: 0 0 0 20px;
}

.ok {
    line-height: 26px;
    display: block;
    margin-top: 10px;
}

.doctor {
    background: #eee;
}

@media screen and (max-width: 1024px) {
    .right {
        display: none;
    }

    .left {
        width: 100%;
        float: none;
        padding: 20px 0;
        border-right: none;
    }

    .content {
        width: 100%;
    }

    .wrapper {
        padding: 0 10px;
    }

    .menu {
        -webkit-border-radius: 30px;
        border-radius: 30px;
    }
}
.name span{
    color: #7B7B7B;
}
@media screen and (max-width: 600px) {
    .header .logo {
        margin: 10px 0;
        font-size: 32px;
        text-align: center;
    }
    .at img{
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
    .menu span {
        padding: 0 10px;
        font-size: 14px;
    }
    .name span{
        display: block;
    }
    .menu {
        padding: 0 15px;
    }

    .content {
        padding: 15px 10px;
    }

    h1 {
        font-size: 25px;
        text-align: center;
    }

    .dib {
        max-width: 100%;
        height: auto;
        margin: 0 auto 15px;
    }

    h2, .h2 {
        font-size: 25px;
        text-align: center;
    }

    .main-img {
        margin: 0 10px 0 0;
    }

    .main-img img {
        width: 120px;
        display: block;
        margin: 0 auto;
    }
}
.price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin: 40px 0 0;
}

.price__old {
    text-decoration: line-through;
}

.price__old, .price__new {
    margin: 0 15px;
    font-style: italic;
    font-weight: 700;
}

.price__new {
    font-size: 2em;
    color: #C92228;
}
