/* CSS for caries */

.wrapper-caries .questions-wrap {
    background-color: transparent;
    padding: 0;
  }

  .factors-block {
    border-radius: 20px;
    background-color: rgba(250, 175, 63, 0.15);
    padding: 32px 32px;
    flex: 1 0 calc(50% - 20px);
}

.factors-block--name {
    color: #49780D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}

.factors-block--text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.factors-wrap {
    margin: 80px 0 100px;
}

.factors-blocks {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.main-wrap .ticker-wrap {
    margin: 60px 0 75px;
}

.main-wrap {
    margin: 100px 0 80px;
    position: relative;
}

.decor-1 {
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: -1;
}

.decor-2 {
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -1;
}

.decor-3 {
    position: absolute;
    right: 0;
    top: 20%;
    z-index: -1;
}

.decor-1 img, .decor-2 img, .decor-3 img {
    max-width: 100%;
    display: block;
}

.stages-wrap {
    margin-top: 80px;
}

.stages-wrap ol.info-list-map-items li:before {
    background-color: #FEF3E2;
    color: #F5A52E;
}

.stages-wrap ol.info-list-map-items li:not(:last-child):after {
    background-color: rgba(250, 175, 63, 0.15);
}

.stages-wrap .info-list-map-title {
    color: #F5A52E;
}

.ticker-wrap.ticker-wrap-2 {
    background-color: rgba(182, 201, 158, 0.80);
    color: #49780D;
    margin: 80px 0 60px;
}

.service-content-wrap.service-content-wrap-2 {
    margin: 60px 0 80px;
}

.treatment-wrap {
    background-color: #F6F6F6;
    padding: 60px 0;
    margin-bottom: 80px;
}

.treatment-stage {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 40px;
    align-items: center;
}

.treatment-stage-image {
    flex: 1 0 calc(53% - 80px);
}

.treatment-stage-content {
    flex: 1 0 calc(47% - 80px);
}

.treatment-stage-name {
    color: #242424;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
}

.treatment-stage-name:before {
    content: attr(stage-count);
    color: #49780D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.treatment-stage-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.treatment-stage-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.treatment-stage-text p:not(:last-child) {
    margin-bottom: 10px;
}

.treatment-items {
    border-radius: 20px;
    background-color: #FFF;
    padding: 46px 46px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.treatment-items-title {
    color: #242424;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    flex: 1 0 100%;
}

.treatment-item-name {
    color: #49780D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.treatment-item-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.treatment-item {
    flex: 1 0 calc(33.333% - 80px);
    margin-left: 80px;
}

.treatment-stage:not(:last-child) {
    margin-bottom: 80px;
}

.treatment-stage:nth-child(even) .treatment-stage-content {
    order: 1;
}

.treatment-stage:nth-child(even) .treatment-stage-image {
    order: 2;
}

.treatment-stage:nth-child(even) .treatment-items {
    order: 3;
}

.features-wrap .moms-small-title {
    text-align: left;
    max-width: none;
}

.features-item-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.features-item-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.features-item-text p a {
    color: #49780D;
    font-weight: 600;
}

.features-item-text p a:hover {
    text-decoration: none;
}

.features-item-name {
    color: #49780D;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.features-item:not(:last-child) {
    margin-bottom: 30px;
}

.features-wrap {
    margin: 70px 0;
    position: relative;
}

.features-item-name:before {
    content: "";
    display: inline-flex;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #49780D;
    margin: 0 10px;
}

.recommendations-content .moms-small-title {
    text-align: left;
    max-width: none;
    margin: 0;
}

.recommendations-content {
    display: flex;
    margin-bottom: 80px;
    column-gap: 32px;
}

.recommendations-wrap {
    background-color: rgba(139, 197, 64, 0.10);
    padding: 60px 0;
    margin: 70px 0;
}

.recommendations-text {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    max-width: 575px;
}

.recommendations-text p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.recommendations-text p:not(:last-child) {
    margin-bottom: 10px;
}

.recommendations-note {
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    margin-top: 80px;
}

.recommendations-note span {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 500px;
    text-align: center;
    display: block;
}

.recommendations-item-name {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.recommendations-item-list li {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.recommendations-item-list li p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.recommendations-item-list li p a {
    color: #49780D;
    font-weight: 600;
}

.recommendations-item-list li p a:hover {
    text-decoration: none;
}

.recommendations-item-list li::marker {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.recommendations-item-list li p b,
.recommendations-item-list li p strong {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.recommendations-item-list li:not(:last-child) {
    margin-bottom: 20px;
}

.recommendations-item-list ol {
    margin: 0;
    padding: 0;
    padding-left: 26px;
}

.recommendations-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    align-items: center;
    column-gap: 32px;
}

.recommendations-item-image {
    grid-row: 3/1;
}

.recommendations-item:not(:last-child) {
    margin-bottom: 80px;
}

.recommendations-item:nth-child(even) .recommendations-item-image {
    grid-column: 3/2;
}