.img {
    width: 100%;
}

img {
    max-width: 100%;
}

.section_dr {
    background: #e4e8e9;
    padding: 1em 0 0 0;
}

.dr_item {
    background: #e4e8e9;
    max-width: 150px;
    min-width: 150px;
}

.dr_item p {
    text-align: center;
}

.dr_img_body {
    height: 180px;
    max-width: 150px;
    min-width: 150px;
    position: relative;
    background: white;
    background-size: contain;
    background-position: top;
}

.dr_name {
    position: absolute;
    bottom: 0;
    background: #9a1a51;
    width: 100%;
    margin: 0;
    height: 2.5em;
    color: white;
    text-align: center;
    color: white;
    text-align: center;
    font-weight: 700;
    padding: .4em 0 .4em 0;
}

.quote_body {
    border: 8px solid #ededed;
}

.quote_body_item {
    padding: 2em;
    align-items: flex-start;
    padding-bottom: 0;
}

.quote_body_item div img {
    width: 240px;
}

@media (max-width: 900px) {
    .quote_body_item.d_flex {
        text-align: center;
    }
}

.quote_text {
    font-size: .9em;
}

.quote_description {
    margin-left: 3.5em;
}

.quote_description__title {
    position: relative;
    margin-top: 0;
}

.quote_description img {
    float: right;
    padding: 10px;
}

.quote_description__title::before {
    content: '';
    display: block;
    height: 26px;
    width: 30px;
    background: url(//viposidn.com/content/vaZFyLpyc2Rb5CI/img/quote.png) no-repeat;
    position: absolute;
    left: -37px;
}

.comment {
    margin: 2em 0;
    position: relative;
}

.comment .username {
    text-decoration: underline;
    cursor: pointer;
}

.comment_text_body {
    margin-left: 2em;
    width: 100%;
}

.comment_sub {
    border-left: 4px solid #efefef;
    padding-left: 2em;
}

.comment_sub .image {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.comment_sub .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment .image {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.comment .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rate .like,
.rate .dislike {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rate .like {
    margin-right: 15px;
}

.rate span {
    position: absolute;
    margin-left: 15px;
    color: #fff;
    font-weight: 700;
}

.sidebar {
    max-width: 23em;
    margin-left: 3em;
}

@media (max-width: 700px) {
    .sidebar {
        display: none
    }
}

.sidebar .banner_a {
    text-decoration: none;
}

.sidebar .banner h2 {
    color: #bd871d;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background: none;
}

.sidebar .banner p {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 0;
}

.sidebar .banner img {
    max-width: 365px;
}

.sidebar .banner {
    background-size: cover;
    background-position-x: -35px;
    padding: 0 0 20px 0;
    border: 1px solid #000;
    cursor: pointer;
}

.sidebar_section_1 {
    border: 4px solid #e9e9e9;
    padding: 2em;
    text-align: center;
    margin-top: 2em;
}

.sidebar_section_1 .sidebar_section_1_p {
    color: #575757;
}

.sidebar_section_1 a {
    color: white;
    text-decoration: none;
    padding: 6px 13px;
    border-radius: 7px;
    background: #c15137;
    font-size: .9em;
}

.sidebar_section_1_title_1 {
    font-size: 2em;
    margin: 0;
    color: #000000;
}

.sidebar_section_1_title_2 {
    font-size: 3em;
    margin: 0;
    color: #0093da;
    font-family: 'Open Sans', sans-serif;
}

.sidebar .weather h2.title {
    text-align: center;
    background: #f9f3e8;
    margin: 0;
    padding: 15px 0;
    font-size: 27px;
}

.author {
    border: 4px solid #f9f3e8;
    margin: 2em 0;
}

.author h2.title {
    text-align: center;
    background: #f9f3e8;
    margin: 0;
    padding: 15px 0;
    font-size: 27px;
}

.author_img_body {
    background: white;
    text-align: center;
    height: 7em;
}

.author_img_body img {
    max-width: 10em;
}

.author_description_body {
    background: #f9f3e8;
    padding-top: 60px;
}

.author_description {
    margin: 0;
    padding: 0 1em 2em 1em;
}

.author_description_name {
    text-align: center;
    margin: .4em;
}

.news {
    margin: 2em 0;
    background: #f9f3e8;
    border: 2px solid #e9e9e9 !important;
}

.news h3 {
    text-align: center;
    background: #f9f3e8;
    margin: 0;
    padding: 15px 20px;
    border-bottom: 2px solid #e9e9e9 !important;
    font-size: 27px;
}

.news_item {
    background: #ffffff;
    padding: .7em;
}

.news_item img {
    max-width: 120px;
}

.news_item_description {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 1em;
    font-size: .9em;
}

.d_flex {
    display: flex;
}

.d_flex--wrap {
    flex-wrap: wrap;
}

.flex_space_around {
    justify-content: space-around;
}

.text_right {
    text-align: right;
}

@media (max-width: 700px) {
    .is-700-hide {
        display: none;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #eeeeee;
}

.container {
    overflow: hidden;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.nav_one {
    display: flex;
    height: 34px;
    background-color: #a53165;
    justify-content: flex-end;
    padding-right: 5%;
}

.margin-r-7 {
    margin-right: 7em;
}

.nav_one_links {
    display: flex;
    cursor: pointer;
}

.nav_one_link {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
}

.nav_one_link p {
    margin: 0 .5em;
}

.nav_one_link img {
    width: 1.2em;
    margin: 0 .5em;
}

.logo {
    display: flex;
    align-items: center;
    margin-top: 0.5em;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo img {
    max-width: 100%;
    width: 250px;
}

.logo-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.logo-container .logo_subtitle {
    position: absolute;
    bottom: 3px;
    margin-left: 7%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .logo img {
        margin: auto;
        width: 100%;
        padding: 1em 0;
    }
}

.content_body {
    background-image: linear-gradient(to bottom, #a53165, #fff 450px);
}

.content_body_margin {
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.content_body_description {
    width: 65%;
}

.content_body_description h1 {
    font-size: 2.2em;
}

.content_body_description h1 .new_line {
    display: block;
    font-size: .8em;
}

@media (max-width: 700px) {
    .content_body_description {
        width: auto;
        max-width: 100%;
    }
}

.article_text_body {
    background: white;
    padding: .1em .5em ;
}

.article_text_body .social_media {
    border-bottom: 2px solid #bababa;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.article_text_body .social_media a {
    text-decoration: none;
}

.article_text_body .social_media .print {
    align-items: center;
    float: right;
    display: flex;
    justify-content: flex-end;
    margin-right: 2em;
    margin-top: .5em;
    color: #313232;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;

}

.article_text_body .social_media .print img {
    height: 1.5em;
}

.article_text_body .title {
    color: #313232;
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .article_text_body .title {
        font-size: 32px;
    }
}

.article_text_body .subtitle {
    color: #313232;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}

.social_media img {
    height: 2.5em;
}

.img_section {
    overflow: hidden;
}

.img_section img {
    width: 100%;
}

.img_section p {
    color: #000000;
    font-size: 1.1em;
    font-weight: 600;
}

.section_item p {
    color: #313232;
    line-height: 1.5;
}

.title__green {
    text-transform: uppercase;
    color: #008d21;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    padding: .5em 0 0 0;
    margin: 0;
}

.description_green {
    margin-bottom: .7em;
    background-color: #e1f4e9;
}

.description_green__item {
    padding-left: 3em;
    position: relative;
}

.description_green__item::before {
    content: '';
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    background: url(//viposidn.com/content/vaZFyLpyc2Rb5CI/img/array.png) no-repeat center;
    left: 13px;
    top: 11px;
}

.description_green__text {
    margin: 0;
    padding: .5em 0;
}

.warning {
    background-color: #f7dddd;
    border: 5px solid #f6c5c5;
    padding: 1em 3em;
}

.color_red {
    color: red;
}

.warning_uppercase {
    text-transform: uppercase;
}

.footer {
    background-color: #9a1a51;
    text-align: center;
    color: white;
    font-size: .8em;
    padding: 2em;
    margin-top: 6em;
}

.order_img {
    margin-top: 2em;
    position: relative;
}

.order_link {
    position: absolute;
    bottom: 0;
    color: #cd784f;
    text-decoration: none;
    font-size: 2em;
    margin: 10px;
}

.data_published {
    margin-bottom: .3em;
    color: white;
    margin-top: 2em
}

.btn-search {
    outline: none;
    background: #97a0a4;
    border: 0;
    cursor: pointer;
    color: white;
    padding: .4em .9em;
    border-radius: 5px;
    font-size: 1em;
    letter-spacing: 1px;
}

.btn-search a {
    color: white;
    text-decoration: none;
}

.input-search {
    padding: .4em;
}

.nav_links {
    text-decoration: none;
    list-style: none;
    text-align: right;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.nav_links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #CC2172;
    font-size: 18px;
}

.nav_link {
    text-decoration: none;
    display: inline-block;
    padding: 0 .5em;
    font-weight: bold;
    border-right: 2px solid #afb0b0;
}

.nav_link:last-child {
    border: none;
}

.username a {
    color: #1e1e1e;
}

p a {
    color: #1e1e1e;
}

.logo_subtitle {
    width: 300px;
}

.logo_fix {
    width: 270px;
    margin-left: 50px !important;
}

.center {
    text-align: center;
}

@media (max-width: 900px) {
    .quote_description {
        margin-left: 1.5em;
        float: left;
    }
    .quote_description img {
        float: inherit!important;
    }
    .nav_one{
        display: none;
    }
    .content_body_description h1 {
        font-size: 1.5em;
    }
}

.product {
    max-width: 300px;
}