

/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockBannerNoMask/style.css?17126790752824*/
.bannerNoMask {
    position: relative;
    overflow: hidden;
}
.bannerNoMask_text {
    position: absolute;
    top: 120px;
    z-index: 20;
    width: 100%;
}
.bannerNoMask_info {
    max-width: 640px;
}
.bannerNoMask_title {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 47px;
}
.bannerNoMask_subTitle {
    margin: 0 0 20px;
}
.bannerNoMask_subTitle,
.bannerNoMask_subTitle a {
    font-size: 24px;
    line-height: 33px;
}

.bannerNoMask_images {
    position: relative;
    height: 492px;
    display: flex;
}
.bannerNoMask_img {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerNoMask_desktopImage {
    min-height: 400px;
    height: 100%;
    width: unset;
    margin-left: auto;
    z-index: 10;
    -webkit-mask-box-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(270deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.bannerNoMask_desktopMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
}
.bannerNoMask_mobileMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.bannerNoMask .bannerNoMask_mobileMask {
    background: linear-gradient(92.6deg, rgba(255, 255, 255, 0.8) 8.32%, rgba(255, 255, 255, 0.4) 90.16%);
}

.bannerNoMask.dark .bannerNoMask_mobileMask {
    background: linear-gradient(92.6deg, rgba(29, 47, 60, 0.8) 8.32%, rgba(29, 47, 60, 0.4) 90.16%);
}

.bannerNoMask_mobileImage {
    display: none;
    min-height: 400px;
}
@media (max-width: 1279px) {
    .bannerNoMask_desktopImage {
        -webkit-mask-box-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
        mask-image: linear-gradient(270deg, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    }
}
@media (max-width: 767px) {
    .bannerNoMask.dark .bannerNoMask_title,
    .bannerNoMask.dark .bannerNoMask_subTitle {
        color: #FFFFFF;
    }

    .bannerNoMask_text {
        top: 48px;
    }
    .bannerNoMask_info {
        max-width: 310px;
    }
    .bannerNoMask_title {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 16px;
        letter-spacing: 0.02em;
        word-break: break-word;
    }
    .bannerNoMask_subTitle {
        margin: 0 0 16px;
    }
    .bannerNoMask_subTitle,
    .bannerNoMask_subTitle a {
        font-size: 18px;
        line-height: 28px;
    }


    .bannerNoMask_images {
        height: 338px;
    }

    .bannerNoMask_desktopImage,
    .bannerNoMask_desktopMask {
        display: none;
    }
    .bannerNoMask_mobileImage,
    .bannerNoMask_mobileMask {
        display: block;
    }
}

@media (max-width: 400px) {
    .bannerNoMask_mobileMask {
        object-fit: cover;
    }
}

/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockSchedule/style.css?17126790751647*/
h2.blockSchedule_header {
    margin: 0 0 24px;
}
.blockSchedule_text {
    margin-bottom: 32px;
}
.blockSchedule_inner {
    position: relative;
    display: flex;
    /*flex-flow: column nowrap;*/
}
.blockSchedule_mainBlock {
    z-index: 1;
    display: flex;
    flex-flow: column nowrap;
    max-width: 54%;
    width: 100%;
}
.blockSchedule_step {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding-left: 41px;
    padding-bottom: 24px;
    border-left: 2px dashed #78A0BE;
    margin-left: 17px;
}
.blockSchedule_step:last-child {
    border-left: 2px dashed transparent;
}
.blockSchedule_stepNum {
    position: absolute;
    top: 0;
    left: -19px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    border-radius: 50%;

    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    color: #5EB92D;

    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);

}
.blockSchedule_stepCaption {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.blockSchedule_stepDescr {
    margin-bottom: 0;
}

.blockSchedule_stepDescr,
.blockSchedule_stepDescr * {
    font-size: 16px;
    line-height: 26px;
}

.blockSchedule_imgBlock {
    position: relative;
    flex: 1;
    width: 100%;
    min-height: 240px;
}


@media (max-width: 767px) {
    .blockSchedule_mainBlock {
        max-width: 100%;
    }
    .blockSchedule_imgBlock {
        display: none;
    }
    .blockSchedule_stepCaption {
        font-weight: 500;
        font-size: 18px;
        line-height: 31px;
    }
}

/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.detail/blockDescription/style.css?17126790751359*/
.blockDescription_text {
    margin-bottom: 40px;
}
.blockDescription_text,
.blockDescription_text * {
    font-size: 16px;
    line-height: 26px;
}

.blockDescription_thesesList {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.blockDescription_thesis {
    display: flex;
    width: calc(33% - 58px);
    margin-left: 88px;
    margin-bottom: 24px;
}
.blockDescription_thesis:nth-child(3n+1) {
    margin-left: 0;
}
.blockDescription_icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}
.blockDescription_thesisTitle,
.blockDescription_thesisDescr,
.blockDescription_thesisDescr a {
    font-size: 16px;
    line-height: 26px;
}
.blockDescription_thesis.withDescr .blockDescription_thesisTitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 4px;
}


@media (max-width: 1279px) {
    .blockDescription_thesis {
        width: calc(50% - 44px);
        margin-left: 88px;
        margin-bottom: 16px;
    }
    .blockDescription_thesis:nth-child(3n+1) {
        margin-left: 88px;
    }
    .blockDescription_thesis:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .blockDescription_text {
        margin-bottom: 32px;
    }
    .blockDescription_thesis {
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 8px;
    }
}

/* End */


/* Start:/local/templates/sgm_landings/components/bitrix/news.list/blockPrices/style.css?175792627116819*/
.blockPrices {
    margin-bottom: 64px;
}
.blockPrices h2 {
    margin: 64px 0 24px 0;
}
.blockPrices_container {
    max-width: 1200px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 10px;
    padding: 0;
}
.blockPrices_block {
    overflow: hidden;
    padding: 24px 24px 0px 24px;
}
.blockPrices_item {
    color: #1D2F3C;
    padding: 16px;
    border-bottom: 1px #F0F0F0 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blockPrices_item:hover {
    background-color: #F6F9FB;
}
.blockPrices_itemMain {
    max-width: 70%;
}
.blockPrices_itemName {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.blockPrices_itemPriceMain {
    font-size: 18px;
    line-height: 24px;
    color: #5EB92D;
    margin-top: 4px;
}
.blockPrices_itemPriceClinics {
    display: flex;
}
.blockPrices_itemPriceClinic:not(:first-child) {
    margin-left: 36px;
}
.blockPrices_itemPriceClinic span {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #7A858D;
}
.blockPrices_itemPriceClinic .blockPrices_itemPriceClinic_price {
    color: #1D2F3C;
    margin-right: 8px;
}
.blockPrices_more {
    display: flex;
    justify-content: center;
    padding: 0 0 24px;
}
.blockPrices_container .blockPrices_moreHide {
    display: none;
}
.blockPrices_container.full .blockPrices_moreHide {
    display: inline-flex;
    margin-top: 24px;
}
.blockPrices_container.full .blockPrices_moreShow {
    display: none;
}

/* region accordion -- description */
.pricesSection_descWrapper {
    max-width: 600px;
}

.pricesSection_descWrapper .accordion_item {
    margin: 0;
}

.pricesSection_descWrapper .accordion_itemContent {
    margin: 19px 0 0;
    padding: 16px 16px 8px;
}

.pricesSection_descWrapper .accordion_itemTitle {
    padding: 11px 0 0;
    justify-content: unset;
}

.pricesSection_descWrapper .accordion_itemName
{
    color: #5EB92D;
}

.pricesSection_descWrapper .accordion_item .accordion_actionIcon {
    fill: #5EB92D;
}

.pricesSection_descPrices,
.pricesSection_descList
{
    margin: 0 0 8px;
}

.pricesSection_descWrapper ul li::before {
    top: 9px;
}

.pricesSection_descWrapper li {
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.pricesSection_descPrice {
    white-space: nowrap;
    font-weight: 500;
}
/* endregion */

@media (max-width: 767px) {
    .blockPrices_container {
        box-shadow: none;
        border-radius: 0px;
    }
    .blockPrices {
        margin-bottom: 56px;
    }
    .blockPrices_itemMain {
        max-width: 100%;
    }
    .blockPrices_block {
        padding: 16px 16px 0px 16px;
    }
    .blockPrices_item {
        flex-wrap: wrap;
        padding: 16px 0;
    }
    .blockPrices_itemPriceClinics {
        flex-wrap: wrap;
        margin: 4px 0;
    }
    .blockPrices_itemPriceClinic:not(:first-child) {
        margin-left: 0;
    }
    .blockPrices_itemPriceClinic .blockPrices_itemPriceClinic_price {
        margin-right: 16px;
        min-width: 80px;
        display: inline-block;
    }
    .blockPrices_itemPriceClinic {
        width: 100%;
    }
    .blockPrices_itemButton {
        width: 100%;
        margin-top: 12px;
    }
    .blockPrices_itemButton .btn {
        width: 100%;
    }
    .blockPrices_more {
        padding-top: 0px;
    }
}

.pricesSection,
.pricesSection_item,
.pricesSection_price,
.pricesSection_name,
.pricesSection_values,
.pricesSection_action,
.pricesSection_showMore,
.pricesSection_nothing {
    display: flex;
}

.pricesSection,
.pricesSection_item,
.pricesSection_name,
.pricesSection_values,
.pricesSection_action,
.pricesSection_showMore,
.pricesSection_nothing {
    flex-flow: column;
}

.pricesSection {
    padding: 24px;
    box-shadow: 0px 2px 8px rgba(120, 160, 190, 0.3);
    border-radius: 12px;
    transition: height ease-in .3s;
}

.pricesSection .btn {
    text-transform: unset;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 24px;
    width: 204px;
    white-space: nowrap;
}

.pricesSection_groupName {
    margin: 32px 0 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.pricesSection_items {
    transition: height 0.3s ease-in;
}

.pricesSection_item {
    opacity: 1;
    transition: opacity .3s ease-in;

    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}

.pricesSection_price {
    flex-flow: row nowrap;
}

.pricesSection_doctors {
    margin-top: 16px;
}

.pricesSection_item:last-child {
    margin-bottom: 0;
}

.pricesSection_item.js_hiddenSection {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.pricesSection_name {
    width: 564px;
    max-width: 564px;
    line-height: 24px;
    font-weight: 500;
    color: #1D2F3C;
}

.pricesSection_name > span {
    margin-bottom: 10px;
}

.desktop > .credit-six > .accordion_itemContent {
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    padding: 16px;
    width: 514px;
}

.mobile .credit-six_label {
    background-image: url(/local/templates/avaclinic/images/svg/part_price_month_bg_mob.svg);
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: center;
    border-radius: 8px;
    width: calc(100% - 16px);
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1px;
}

.desktop .credit-six_label {
    background-image: url(/local/templates/avaclinic/images/svg/part_price_month_bg_desc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 498px;
    width: calc(100% - 16px);
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 1px;
}
.credit-six_price {
    font-size: 13px;
    margin-bottom: 12px;
}

.credit-six_price > b {
    font-weight: 500;
}

.credit-six_months {
    display: flex;
    flex-direction: row;
    height: 4px;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 8px;
}

.credit-six_monthsStep {
    width: 15.66666%;
    background-color: #CFD3DA;
    border-radius: 6px;
}

.credit-six_monthsStep.credit-six_monthsStep_green {
    background-color: #79CE4B;
}

.credit-six_link {
    background-color: #ECFBDA;
    text-align: center;
    display: inline-block;
    padding: 12px 0px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

.credit-six_link:hover {
    text-decoration: none;
}

.pricesSection_name,
.pricesSection_values {
    margin-right: 16px;
}

.pricesSection_name,
.pricesSection_values,
.pricesSection_action {
    justify-content: flex-start;
}

.pricesSection_showMore {
    justify-content: center;
}

.pricesSection_action {
    margin-left: auto;
}

.pricesSection_action > span {
    text-align: right;
    width: 200px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}

.pricesSection_action a {
    display: inline-flex;
    white-space: nowrap;
    width: 204px;
}

.pricesSection_showMore {
    margin-top: 16px;
}

.pricesSection_showMore,
.pricesSection_nothing {
    align-items: center;
}

.pricesSection_values .pricesSection_value.primary {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #5EB92D;
}

.pricesSection_values .pricesSection_value.secondary {
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
}

.pricesSection_values .pricesSection_value.secondary span:not(:last-child) {
    margin-right: 8px;
}

.pricesSection_values {
    width: 320px;
}

.pricesSection_nothing {
    flex: 1;
    margin: 0 auto;
}

.pricesSection_nothingIcon,
.pricesSection_nothingMessage {
    margin: 0 0 16px;
}

.pricesSection_nothingIcon {
    height: 64px;
}

.pricesSection_nothingMessage {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.pricesSection_descWrapper.mobile {
    display: none;
}

.pricesSection_descWrapper ul li::before {
    top: 9px;
}

.pricesSection_descWrapper li {
    font-size: 13px;
    line-height: 20px;
    color: #7D8694;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.pricesSection_descPrices,
.pricesSection_descList
{
    margin: 0 0 8px;
}

.pricesSection_descPrices + .pricesSection_descPrices.notes {
    margin-top: 8px;
}

.pricesSection_descPrices.notes li {
    padding-left: unset;
}

.pricesSection_descPrices.notes li::before {
    content: unset;
}

.pricesSection_descPrice {
    white-space: nowrap;
    font-weight: 500;
}

.pricesSection_value.bonus {
    position: relative;
    display: flex;
    padding: 4px 0;
}

/* region accordion for description */
.pricesSection_descWrapper .accordion_item {
    margin: 0;
}

.pricesSection_descWrapper .accordion_itemContent {
    margin: 19px 0 0;
    padding: 16px 0 8px;
    font-weight: 400;
}

.pricesSection_descWrapper .accordion_itemTitle {
    padding: 11px 0 0;
    justify-content: unset;
}

.pricesSection_descWrapper .accordion_itemName {
    color: #5EB92D;
}

.pricesSection_descWrapper .accordion_item .accordion_actionIcon {
    fill: #5EB92D;
}

.pricesSection_actionMobile {
    display: none;
}
/* endregion */

@media (max-width: 1279px) {
    .blockPrices_container {
        box-shadow: none;
        border-radius: 0px;
    }
    .pricesSection_price,
    .pricesSection_item {
        flex-flow: row wrap;
    }

    .pricesSection_price {
        width: 100%;
    }

    .pricesSection_values {
        order: 2;
        flex: 100%;
        margin: 8px 0 0;
        max-width: unset;
    }

    .pricesSection_descWrapper {
        width: 100%;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .pricesSection_descWrapper .accordion_itemContent {
        margin: 10px 0 0;
    }
    
    .pricesSection_name {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 8px;
        width: 100%;
        max-width: unset;
    }

    .pricesSection_action {
        order: unset;
    }

    .pricesSection_actionDesc {
        display: none;
    }

    .pricesSection_actionMobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .pricesSection {
        width: calc(100vw - 32px);
        padding: 0 24px 24px;
    }

    .pricesSection_item,
    .pricesSection_price {
        flex-flow: column;
    }

    .pricesSection_name,
    .pricesSection_values,
    .pricesSection_action {
        order: unset;
    }

    .pricesSection_item:last-child {
        border: 1px solid #F0F0F0;
    }

    .pricesSection_values {
        margin: 8px 0px 0px 0px;
        width: unset;
    }

    .pricesSection_values .pricesSection_value:not(:last-child) {
        margin-bottom: 4px;
    }

    .pricesSection_values .pricesSection_value.primary {
        font-size: 18px;
    }

    .pricesSection_action > span {
        width: unset;
        text-align: left;
    }

    .pricesSection_action a {
        display: flex;
        justify-content: center;
    }

    .pricesSection_action > span > a {
        justify-content: left;
    }

    .pricesSection .btn,
    .pricesSection_action {
        width: 100%;
    }

    .pricesSection_nothing {
        margin-top: 24px;
    }

    .pricesSection_descWrapper.desktop {
        display: none;
    }

    .pricesSection_descWrapper.mobile {
        display: block;
        padding: 8px 0 0px;
        border-top: 1px solid #F0F0F0;
        margin: 8px 0 0px;
    }

    .pricesSection_descWrapper .accordion_itemTitle {
        border-top: none;
        padding: 0 0 2px;
        margin-top: 0px;
    }

    .pricesSection_descWrapper .accordion_itemContent {
        padding: 0px 0 8px;
        border: none;
        z-index: 1;
    }
    .pricesSection .btn, .pricesSection_action {
        margin-bottom: 8px;
    }
}

/*===============================tooltip=======================*/
.inTooltip .prices_tooltipContainer {
    display: block;
    border-radius: 10px;
    width: 240px;
}
.prices_tooltip {
    display: block;
    cursor: pointer;
    /*width: 20px;*/
    /*height: 20px;*/
    fill: #5EB92D;
    /*position: absolute !important;*/
    right: 24px;
    top: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.prices_tooltipDesc {
    height: inherit;
    display: flex;
    gap: 12px;
    font-size: 13px;
}
.prices_tooltipDesc span {
    line-height: 23px;
    white-space: nowrap;
}
.prices_tooltipTitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1d2f3c;
}
.prices_tooltipText {
    color: #7a858d;
    font-size: 12px;
    line-height: 19px;
    width: 300px;
}
.prices_tooltipSub {
    margin-top: 8px;
    color: #7a858d;
    font-size: 12px;
    line-height: 19px;
}

.prices_tooltip.active {
    z-index: 102;
}
.prices_tooltipClose {
    display: none;
    width: 26px;
    height: 26px;
    fill: #7a858d;
    position: absolute;
    right: 16px;
    top: 16px;
}
/*=====================MODAL====================*/
.prices_tooltip.inModal .prices_tooltipContainer {
    z-index: 1082;
}
.prices_tooltip.inModal .prices_tooltipClose {
    display: block;
}
.prices_tooltipModal,
.prices_tooltipDesc {
    z-index: 1;
    cursor: pointer;
}
.prices_tooltipIcon {
    fill: #5EB92D;
    width: 20px;
    height: 20px;
    transition: fill 0.3s;
    padding-top: 1px;
}
.prices_tooltipIcon:hover {
    fill: #79CE4B;
}
.prices_tooltipContainer {
    padding: 12px;
    z-index: 1;
    width: fit-content;
    position: absolute;
    top: 0;
    display: none;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px rgb(120 160 190 / 30%);
    box-sizing: border-box;
}
.inModal .prices_tooltipInner{
    height: 100%;
    width: 90%;
    overflow: auto;
}
.inModal .prices_tooltipOverlay {
    position: fixed;
    display: flex;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #1d2f3c;
    opacity: 0.75;
    align-items: flex-end;
    z-index: 1081;
}
.inModal .prices_tooltipContainer {
    top: auto;
    box-sizing: border-box;
    bottom: 0;
    display: flex;
    max-height: calc(100% - 180px );
    width: 100%;
    left: 0;
    position: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #ffffff;
}
.inModal .prices_tooltipText {
    width: 100%;
}
.prices_tooltipContainer.heightHalf {
    overflow: hidden;
}
.prices_tooltipContainer.heightHalf:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    height: 1px;
    box-shadow: 0 0 21px 41px #ffffffd9;
    z-index: 9999;
    width: 100%;
}
.inTooltip .prices_tooltipContainer {
    display: none;
}
.prices_tooltipLinkMobile {
    display: none;
}
.prices_tooltipDesc.js_targetDesc:hover {
    text-decoration: none;
}
@media (max-width: 1279px) {
    .prices_tooltipLinkMobile {
        display: block;
        margin-top: 8px;
        font-weight: 500;
    }
    .prices_tooltipContainer.heightHalf:after {
        display: none;
    }
    .prices_tooltipContainer {
        padding: 16px 16px 40px;
    }
}
/*=====================MAIN====================*/
.prices_tooltipDesc:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.prices_tooltipModal {
    display: none;
}

.prices_tooltip {
    color: #5EB92D;
    font-size: 13px;
    font-weight: 500;
    border-radius: 40px;
    background: #ECFBDA;
    padding: 0px 12px;
}

.prices_tooltipWr {
    color: #1D2F3C;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1279px) {
    .offices_h1 {
        margin-bottom: 24px;
    }
    .prices_tooltipDesc {
        display: none;
    }
    .prices_tooltipModal {
        display: flex;
        gap: 4px;
    }
    .prices_tooltipWr {
        font-size: 16px;
        line-height: 24px;
    }
}
/*===============================tooltip end======================*/

.pricesSection_values_items {
    display: flex;
    align-items: center;
}

.pricesSection_values__oldprice {
    text-transform: uppercase;
    color: #7D8694;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-right: 10px;
}

.pricesSection_values__discount {
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    background-color: #5EB92D;
    border-radius: 20px;
    line-height: 14px;
    width: 32px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}

/* End */
/* End */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockBannerNoMask/style.css?17126790752824 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockSchedule/style.css?17126790751647 */
/* /local/templates/sgm_landings/components/bitrix/news.detail/blockDescription/style.css?17126790751359 */
/* /local/templates/sgm_landings/components/bitrix/news.list/blockPrices/style.css?175792627116819 */
