header .subline ul,
header .wrap_header .menu ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}
header .subline ul a,
header .wrap_header .menu li a {
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #000;
}
.article-block-read-more,
.block {
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
#article-list section .image,
article h1 {
    text-align: center;
}
#comments .title,
.block .title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d5dddf;
}
#comments .item,
#comments .title,
.block,
h1 {
    margin-bottom: 30px;
}
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.quiz-item .btn-main,
a:hover {
    text-decoration: none;
}
header .subline {
    justify-content: center;
    border-top: 1px solid #e4e4e4;
}
header .subline ul {
    justify-content: center;
    margin: 8px 0;
}
header .subline ul a {
    display: block;
    padding: 8px 12px;
    line-height: 16px;
    font-weight: 500;
}
header .logo img {
    height: 80px;
    margin: 0 auto;
    display: block;
}
header .wrap_header {
    padding: 0 16px;
    max-width: 1088px;
    margin: 0 auto;
}
.block,
article blockquote,
footer .container {
    padding: 15px;
}
header .wrap_header .menu {
    padding: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .wrap_header .menu a {
    display: block;
    padding: 8px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


@media (max-width: 992px) {
    .mob-hide {
        display: none;
    }
    .desk-hide {
        display: block;
    }
}
@media (max-width: 767px) {
    .navbar-brand {
        font-size: 1rem;
    }
}
@media (min-width: 1024px) {
    #sticky-aside-block.fixed {
        position: fixed;
        z-index: 10;
    }
}
.text-danger {
    color: red !important;
}
.text-big {
    font-size: 20px;
}
.main-block img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}
.doctor-forum {
    margin: 0 0 20px;
    padding: 15px;
    background: #eee;
}
.doctor-forum-header {
    border: 1px solid #0b198c;
    padding: 10px;
    margin: 0 0 15px;
    background: #f5f5ff;
    font-size: 12px;
}
.doctor-forum-item {
    margin: 0 0 20px;
    border: 1px solid #0b198c;
}
.doctor-forum-item__head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #5c7099;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}
.doctor-forum-item__name {
    display: flex;
    padding: 10px;
    background: #e1e4f2;
}
.doctor-forum-item__name > div:first-child {
    flex: 0 0 50px;
}
.doctor-forum-item__name > div:last-child {
    padding-left: 10px;
}
.doc_ava img,
.doctor-forum-item__name > div:first-child img {
    width: 100%;
}
.doctor-forum-item__name > div:last-child > div:first-child {
    color: red;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
.doctor-forum-item__name > div:last-child > div:last-child {
    font-size: 12px;
    font-style: italic;
}
.doctor-forum-item__message {
    padding: 10px;
    background: #f5f5ff;
    font-size: 13px;
}
.doctor-forum-item__message img {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    max-width: 350px;
}
.doctor-forum-item__subname {
    border-bottom: 1px solid #0b198c;
    padding: 0 0 10px;
    margin: 0 0 10px;
    font-weight: 700;
}
.text-bg-color {
    background: #fce5cd;
}
.btn-main,
.btn-main-2 {
    display: inline-block;
    margin: 20px 0 0;
    color: #fff !important;
    background: #2035dc;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.btn-main {
    padding: 15px 25px 17px;
    transition: 0.5s;
}
.btn-main-2 {
    padding: 10px 35px 12px;
}
.quiz-block {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
    background: #b5e9ff;
    padding: 25px;
    text-align: center;
}
.quiz-item.active {
    display: block;
}
.quiz-item p {
    font-size: 1.8rem;
    text-align: left;
}
.quiz-answer {
    text-align: left;
    font-size: 18px;
}
.quiz-answer label {
    display: block;
    color: #000;
}
.list li {
    color: #000;
    font-size: 20px;
}
.vk-comment-text img {
    width: 100%;
    max-width: 350px;
    margin-top: 5px;
    margin-left: 0;
}
.comment-thread,
.replay {
    padding-left: 50px;
}
.text-alert-2 {
    color: #929292;
}
.alert-block-2 {
    padding: 15px;
    background: #dbffdb;
}
.comment-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.comment-item > div:first-child {
    width: 50px;
    flex: 50px 0 0;
}
.user-info {
    padding-left: 15px;
}
.user-info > div:first-child {
    padding-bottom: 10px;
    font-weight: 700;
}
.user-ava img {
    width: 50px;
}
.user-info img {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 500px;
}
.comment-block .reply {
    padding-left: 60px;
}
.w_collection_items .result-block p {
    font-size: 19px;
}
.w_collection_items .wait-block p {
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.main-intro {
    position: relative;
}
.main-user-ico img {
    border: 2px solid red;
    border-radius: 50%;
    width: 100px;
    margin: 0 auto;
}
.main-user-ico img + div {
    padding: 5px 0 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
@media screen and (min-width: 768px) {
    article h1 {
        font-size: 34px;
    }
    .main-user-ico {
        padding: 0;
        position: absolute;
        left: -140px;
        top: 0;
    }
}
.highlight {
    background-color: #ffeabf;
    padding: 16px;
    color: #000;
    font-size: 120%;
    border: 1px solid #aaa;
    margin-bottom: 16px;
}
.highlight_2 {
    padding: 20px;
    border: 1px solid #000;
    max-width: 800px;
    margin: 20px auto;
}
.warning {
    background-color: #d3e4d2;
    border: 2px solid red;
    padding: 16px;
    margin: 30px auto;
}
.warning p {
    margin-bottom: 0 !important;
}
.date-month {
    text-transform: lowercase;
}
.doc {
    display: flex;
    padding: 16px;
    background: #eee;
    margin-bottom: 20px;
}
.doc_ava {
    width: 240px;
}
.doc_text {
    width: calc(100% - 240px);
    padding-left: 16px;
}
.doc_text .doc_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.real_video {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 20px auto;
}
@media (max-width: 983px) {
    header .subline,
    header .wrap_header .menu,
    header .wrap_header .menu .btn_search,
    header .wrap_header .menu .mini_logo,
    header .wrap_header .menu ul {
        display: none;
    }
    header .wrap_header .menu .burger_btn {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        height: 20px;
    }
    header .wrap_header .menu .burger_btn:before {
        height: 1px;
    }
    header .logo img {
        width: 137px;
        height: 32px;
    }
    header {
        position: relative;
        box-shadow: 0 1px 0 0 #e4e4e4;
    }
    header .logo {
        padding: 10px 0;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input:focus {
        font-size: 16px;
    }
}
@media (max-width: 560px) {
    .doc {
        flex-direction: column;
    }
    .doc_ava img {
        max-width: 240px;
        display: block;
        margin: 0 auto;
    }
    .doc_ava {
        margin-bottom: 20px;
    }
    .doc_ava,
    .doc_text {
        width: 100%;
    }
    .card label {
        width: 100%;
        margin: 10px auto 8px;
    }
    .card label:first-of-type {
        margin: 0 auto 8px;
    }
    .styled-select.slate select {
        text-align: center;
        -moz-text-align-last: center;
        text-align-last: center;
        width: 160px;
    }
    .normText {
        padding: 15px 12px 0 0;
        font-size: 18px;
    }
    .zamer .h2-block {
        max-width: 100%;
    }
    .ord_button {
        line-height: 32px;
    }
    input[type="submit"] {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 990px) {
    .burger_btn {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .w_block h2 {
        font-size: 25px;
    }
    .big-txt {
        font-size: 1.24em !important;
        line-height: 1.19;
    }
    .big-txt-2 {
        font-size: 1.15em !important;
    }
}
.w_collection_items img.prod-img {
    width: 100%;
    max-width: 450px;
}

.firstline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
    padding-top: unset;
}
.logo-info {
    border-left: 2px solid rgba(0, 0, 0, 0.07);
    font-size: 12px;
    width: 210px;
    height: 28px;
    margin-left: 17px;
    padding-left: 17px;
    line-height: 15px;
    max-width: 150px;
}

@media (max-width: 400px) {
    .logo-info {
        display: none;
    }
}

.order_btn {
    display: block;
    max-width: 220px;
    width: 100%;
    color: white!important;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 24px;
    background-color: #e74d4f;
    border-radius: 8px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 20px 0 40px 0;
    max-width: 500px;
    width: 100%;
}
.buy_form {
    max-width: 400px;
    margin: 20px auto;
}
.order {
    max-width: 500px;
    width: 100%;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 0 auto 20px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.old_price {
    text-decoration: line-through;
    font-size: 14px;
    text-align: center !important;
}

.new_price {
    font-size: 18px;
    color: #ec373f;
    text-align: center !important;
}

.form input, select {
    font-family: "Roboto", sans-serif;
    outline: none;
    background: #f2f2f2;
    width: 100%;
    border: 1px solid black;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgb(242, 9, 9);
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    box-shadow: 0px 1px 0px rgb(158, 132, 132) inset, 0px 5px 0px 0px rgb(178, 8, 8), 0px 10px 5px rgb(153, 153, 153);
    border-radius: 10px;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: rgb(242, 9, 9);
}
.price__new{
    padding-left: 0px;
}