.vheader {
    height: 278px;
    background: url("../../images/articles/vaginos-main.jpg") center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.vheader:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 64.55%, rgba(0, 0, 0, 0.45) 100%);
}

.vheader__menu {
    display: flex;
    overflow: auto;
    background: linear-gradient(271.85deg, rgba(221, 72, 113, 0.81) 20.84%, rgba(255, 176, 189, 0.81) 126.01%);
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-right: 25px;
    padding-left: 25px;
    z-index: 2;
}

.vheader__link {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding-left: 13px;
    padding-right: 13px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
    height: 52px;
    display: flex;
    align-items: center;
}

.vheader__link:first-of-type {
    padding-left: 0;
}

.vheader__link:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.vheader__wrapper {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    height: 52px;
    align-items: center;
}

.h1 {
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 51px;
    color: #002E78;
    text-align: center;
    margin-bottom: auto;
    margin-top: auto;
    z-index: 1;
}

.wrapper_no_overflow {
    overflow: hidden;
}

.wrapper__vcontent {
    background: #E5E5E5;
    padding: 1px 25px 16px;
}

.wrapper__vcontent_white {
    background: #FBFBFB;
    padding-bottom: 25px;
    padding-top: 43px;
}

.wrapper__vcontent_red {
    background: #DD4871;
    padding-top: 43px;
}

.wrapper__vcontent_red_gradient {
    background: linear-gradient(271.85deg, #DD4871 20.84%, #FFB0BD 126.01%);
}

.wrapper__vcontent_rose {
    background: #EDC6CF;
    padding-bottom: 25px;
    padding-top: 43px;
}

.vcontent__breadcrumbs {
    margin-top: 27px;
    margin-bottom: 21px;
    background: transparent;
}

.text, .list__text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.list__text {
    font-size: 14px;
}

.h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #002E78;
}

.h2_black {
    color: #000000
}

sup {
    top: -0.5em;
    font-size: 75%;
}

sup a {
    color: #002E78;
}

.column__img {
    max-width: 348px;
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
}

.column__img_type1 {
    max-width: 366px;
}

.h2_no-mr {
    margin-top: 0;
}

.h2_small {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.h2__two-coulmn {
    margin-bottom: 16px;
}

.h2_type1 {
    margin-top: 44px;
    margin-bottom: 27px;
}

.text_flex {
    display: flex;
}

.text_mr {
    margin-bottom: 18px;
}

.text_mr_2 {
    margin-bottom: 27px;
}

.text_mr_3 {
    margin-bottom: 43px;
}

.text_background-red {
    background: linear-gradient(269.31deg, #F99EAD 1.13%, #F9C7CF 47.43%, #FFD1D9 99.9%), #EDC6CF;
    margin-top: 27px;
    padding: 36px 40px 35px 60px;
    margin-bottom: 27px;
}

.wrapper__vcontent-white {
    background: #ffffff;
    margin-bottom: 8px;
    padding: 27px 63px 16px 48px;
}

.columns {
    display: flex;
}

.content-table {
    background: #FBFBFB;
    box-shadow: 0px 0px 4px #E2CAD1;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.content-table__blue {
    background: #C7D2E3;
}

.content-table__red {
    background: #FFB0BD;
}

.content-table__pink {
    background: #FFD1D9;
}

.content-table__pink-light {
    background: #FBE7E7;
}

.content-table__grey {
    background: #FBF6F6;
}

.content-table table td {
    border: 1px solid #F1F1F1;
    width: 25%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 20px;
}

.text__pd {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.text__pd:before {
    position: absolute;
    content: " ";
    left: -29px;
    width: 3px;
    background: #DD4871;
    margin-top: -0.56%;
    height: 106%;
}

.list {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    margin-bottom: 22px;
}

.list__item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.list__item.type_top {
    align-items: start;
}

.type_top svg{
    margin-top: 1em;
}


.list__image {
    min-width: 40px;
    margin-left: 35px;
    margin-right: 54px;
}

.list__item_mr1 {
    margin-bottom: 10px;
}

.list__item_50 {
    width: 50%;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.title_type1 {
    margin-top: 7px;
    margin-bottom: 28px;

}

.cards {
    display: flex;
}

.columns {
    margin-top: 26px;
    flex-wrap: wrap;
}

.card__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 20px;
    margin-bottom: 32px;;
    min-height: 66px;
}

.card__left, .card__right {
    background: #ffffff;
    border-radius: 20px;
    max-width: 471px;
    width: 100%;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
}

.card__left {
    margin-right: 11px;
}

.card__right {
    margin-left: 11px;
}

.cards ul {
    padding-left: 38px;
    padding-right: 20px;
    margin-top: 17px;
    margin-bottom: 18px;
}

.cards ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

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

.button__wrapper {
    padding: 0 11px;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    margin-top: auto;
}

.button_detail {
    max-width: 228px;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(271.85deg, #DD4871 20.84%, #FFB0BD 126.01%);
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.button_detail:hover {
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(271.85deg, #dd5d7e 20.84%, #ffc6d0 126.01%);
}

.card-type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-type2--item {
    width: calc(50% - 5px);
    border: 2px solid #DD5D7E;
    padding: 5px;
    margin-bottom: 10px;
}

.card-type2--row {
    display: flex;
    margin-bottom: 3px;
}

.card-type2--row:last-of-type {
    margin-bottom: 3px;
}

.card-type2--column {
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 5px;
}

.card-type2--column_first {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    background: #ffffff;
    font-weight: bolder;
    padding: 0;
}

.card-type2--item:nth-of-type(odd) {
    margin-right: 5px;
}

.card-type2--item:nth-of-type(even) {
    margin-left: 5px;
}

.card-type2--item:last-of-type {
    margin-right: 0;
}

.card-type2--header {
    background: #C7D2E3;
    text-align: center;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.wrapper__vcontent_red-gradient {
    margin-top: 0;
    padding: 36px 40px 35px 60px;
    background: linear-gradient(271.85deg, #DD4871 20.84%, #FFB0BD 126.01%);
}

.image-center{
    display: block;
    margin: auto;
    max-width: 100%;
}

.image-center_mt{
    margin-top: 27px;
    margin-bottom: 40px;
}


@media (min-width: 1700px) {
    .h1 {
        padding-top: 70px;
    }
}

@media (max-width: 1030px) {
    .content-table table td {
        font-size: 12px;
    }
}


@media (max-width: 920px) {
    .content-table.desktop {
        display: none;
    }
}

@media (max-width: 900px) {
    .list__item_50 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrapper__vcontent, .vheader__menu, .wrapper__vcontent_red-gradient {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card__right {
        margin-left: 0;
    }

    .card__left {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .card__right, .card__left {
        max-width: 90%;
    }

    .card__title {
        min-height: auto;
    }

    .list__image {
        margin-left: 15px;
        margin-right: 30px;
    }

    .column__img {
        margin-right: auto;
        margin-left: auto;
        float: none;
        display: block;
    }

    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 815px) {
    .card-type2--item {
        width: 100%;
    }

    .card-type2--item:nth-of-type(odd) {
        margin-right: 0;
    }

    .card-type2--item:nth-of-type(even) {
        margin-left: 0;
    }

    .card-type2--column{
        padding: 15px 15px;
    }
}

@media (max-width: 499px) {
    .text__pd:before {
        height: 103%;
        left: -15px;
    }

    .text_background-red {
        padding: 36px 20px 35px 30px;
    }
}

@media (max-width: 439px) {
    .card__right, .card__left {
        max-width: 100%;
    }

    .wrapper__vcontent, .vheader__menu, .wrapper__vcontent_red-gradient {
        padding-left: 10px;
        padding-right: 10px;
    }

    .h1 {
        font-size: 30px;
    }
}

@media (max-width: 399px) {
    .cards img {
        padding: 0 10px;
    }
}