/* CSS for implantation */

ol.info-list-map-items li>ul {
    grid-column: 1/3;
    margin: 40px 0 0;
    padding: 0;
}

ol.info-list-map-items li>ul li {
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    padding-left: 80px;
    position: relative;
}

ol.info-list-map-items li>ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #E8F3D9;
    border-radius: 50%;
    left: clamp(8px, 1.5vw, 17px);
    top: 1px;
}

.info-list-map-wrap {
    padding: 80px 0 60px;
}

.about-wrap {
    margin-bottom: 0;
}

.decor-1 {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

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

.note-block {
    border-radius: 20px;
    background-color: #F6F6F6;
    padding: 60px 20px;
}

.note-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.note-author {
    color: rgba(36, 36, 36, 0.50);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 60px;
}

.note-author span {
    font-weight: 400;
}

.note-wrap {
    margin: 80px 0;
}

.note-text b, .note-text strong {
    font-weight: 600;
}

.note-text mark {
    color: #49780D;
}

.questions-wrap {
    padding: 0;
    background-color: transparent;
    margin: 80px 0;
}

.factors-wrap {
    padding: 60px 0;
    background-color: #F6F6F6;
}

.factors-block .moms-small-title {
    max-width: 100%;
    margin-bottom: 20px;
}

.factors-description {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    max-width: 680px;
    margin: 0 auto 40px;
}

.factors-subtitle {
    color: #49780D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

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

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

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

.factors-item {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 32px 32px;
    flex: 1 0 calc(50% - 20px);
    max-width: 575px;
}

.factors-items {
    margin: 30px 0 60px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

.factors-item-text b, .factors-item-text strong {
    color: #49780D;
    font-weight: 600;
}

.factors-note {
    max-width: 680px;
    margin: 60px auto 0;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

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

.factors-note b, .factors-note strong {
    color: #49780D;
}