.page {
    padding-top: 70px;
    min-height: 80vh;
}

.main {
    padding-top: 60px;
    margin-bottom: 120px;
}

.s-container {
    max-width: 1920px;
    padding-left: 9%;
    padding-right: 9%;
    margin-left: auto;
    margin-right: auto;
}

.advantage {
    margin-bottom: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.advantage__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantage__el {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #56CC36;
}

.advantage__el-num {
    font-size: 50px;
    font-family: 'd1';
    color: #56CC36;
}

.advantage__el-title {
    font-size: 30px;
    padding-bottom: 10px;
}

.main__text {
    font-size: 15px;
    font-weight: 300;
    max-width: 700px;
    margin: 20px auto 0;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
    padding: 20px 50px;
}
.main__text p{
    color: black;
}
.what__title {
    margin-bottom: 30px;
}

.title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.what__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.what__el {
    padding: 20px 30px;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
}

.what__el-title {
    margin-bottom: 10px;
    color: black;
}

.what__el-title span {
    color: #56CC36;
    font-size: 21px;
}

.new_wrap_1 {
    background-image: url(../img/assfw.jpeg) !important;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.new_wrap_2 {
    background-image: url(../img/avt2.jpeg) !important;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 20px;
}

.new_wrap_1 h3 {
    background-color: transparent !important;
    margin-bottom: 20px;
    font-size: 27px;
}

.no-bg {
    background-color: transparent !important;
}

.main_services_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    background-color: transparent;
}

.accordion_container {
    width: 48%;
}

.accordion_container {
    background-color: transparent;
    border-radius: 20px;
}

.accordion {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #1f1f1f;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
}

.list-reset {
    text-indent: 0;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
}

.accordion__item {
    background-color: transparent;
}

.accordion__trigger {
    position: relative;
    width: 100%;
    padding-right: 40px;
    border-radius: 5px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    transition: box-shadow 0.3s ease;
    background-color: transparent;
    color: white;
}

.btn-reset {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    font: inherit;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background-color: transparent;
}

.accordion__body--hidden {
    visibility: hidden;
}

.accordion__body {
    height: 0px;
    overflow: hidden;
    transition: height 500ms ease;
    background-color: #1f1f1f;
}

.accordion__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 492 492'%3E%3Cpath d='M382.7 226.8L163.7 7.9C158.7 2.8 151.9 0 144.7 0s-14 2.8-19 7.9l-16.1 16.1c-10.5 10.5-10.5 27.6 0 38.1L293.4 245.9l-184.1 184.1c-5.1 5.1-7.9 11.8-7.9 19 0 7.2 2.8 14 7.9 19l16.1 16.1c5.1 5.1 11.8 7.9 19 7.9s14-2.8 19-7.9L382.7 265c5.1-5.1 7.9-11.9 7.8-19.1C390.5 238.7 387.8 231.9 382.7 226.8z'/%3E%3C/svg%3E) center / cover no-repeat;
    transform: translateY(-50%);
    transition: transform 0.2s ease-out;
}

.accordion__content {
    margin-top: 10px;
    background-color: transparent;
    margin-bottom: 20px;
}

.accordion_el {
    background-color: #1f1f1f;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.accordion_el div {
    background-color: #1f1f1f;
}

.accordion_el span {
    color: #56CC36;
    background-color: transparent;
}

.examples__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.examples__el {
    text-align: center;
}

.examples__el-title {
    font-size: 24px;
    margin-bottom: 16px;
    color: #56CC36;
}

.examples__el ul {
    list-style: none;
}

.service {
    margin-bottom: 120px;
}

.service__title {
    margin-bottom: 40px;
}

.service__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
    max-width: 1200px;
    align-items: flex-start;
}

.service__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.service__list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 25px;
    z-index: 0;
}

.service__el {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 460px;
}

.service__el-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #56CC36;
    flex: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .service__el:first-child .service__el-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    bottom: calc(100%);
    left: 0;
    z-index: 1;
} */

.service__el-img img {
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
}

.service__el-title {
    padding-bottom: 5px;
    font-size: 22px;
}

.service__el ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    font-weight: 100;
}


.page {
    padding-top: 70px;
    min-height: 80vh;
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width:1100px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.s-container {
    max-width: 1920px;
    padding-left: 9%;
    padding-right: 9%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .container {
        padding-left: 8%;
        padding-right: 8%;
    }
}

.h1 {
    font-size: 52px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 1100px) {
    .h1 {
        font-size: 30px;
    }
}

.title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

@media (max-width: 1100px) {
    .title {
        font-size: 24px;
    }

}

/* start main */

.main {
    padding-top: 60px;
    margin-bottom: 120px;
}


.main__title {}

.main__text {
    font-size: 15px;
    font-weight: 300;
    max-width: 700px;
    margin: 20px auto 0;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
    padding: 20px 50px;
}

.main__text_2 {
    font-size: 15px;
    font-weight: 300;
    max-width: 700px;
    margin: 20px auto 0;
    border: 1px solid #f6f6f6;
    box-shadow: 0 0 10px #ffffff;
    padding: 20px 50px;

}

.main__text_2 p {
    color: #56CC36 !important;
}

.green {
    color: #56CC36 !important;
}

.bold {
    font-weight: bold !important;
}

.includes {
    background-color: rgb(24, 24, 24);
    padding: 20px;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.flex_wrap li {
    list-style: none;
    margin-top: 8px;
}

.flex_wrap_title {
    color: #56CC36;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}

.flex_wrap_el {
    background-color: black;
    padding: 20px;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
    width: 49%;
    border-radius: 5px;
}

.flex_wrap_calendar {
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.fishka {


    margin-top: 20px;

    box-shadow: 0 0 10px #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
}

.low {
    font-weight: 200;
}

.number {
    font-family: 'd1';
    font-size: 20px;
    margin-right: 5px;
}

.flex_wrap_calendar img {
    width: 15px;
    position: relative;
    top: 1px;
}

.flex_wrap_calendar p {}

.flex {}

@media (max-width:1100px) {

    .main {
        margin-bottom: 80px;
    }

    .main__text {
        padding: 10px 20px;
    }

    .main__text_2 {
        padding: 10px 20px;
    }

    .service_img img {
        display: none;
    }
}

/* end main*/


/* start what */

.what {
    margin-bottom: 120px;
}

.what__title {
    margin-bottom: 30px;
}

.what__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.what__el {
    padding: 20px 30px;
    border: 1px solid #56CC36;
    box-shadow: 0 0 10px #56CC36;
}

.what__el-title {
    margin-bottom: 10px;
}


.what__el-num {
    font-family: 'd1';
    font-size: 26px;
    color: #56CC36;
}

.what__el ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width:1100px) {
    .what {
        margin-bottom: 80px;
    }

    .what__el {
        padding: 16px;
    }
}

/* end what */


/* start service */
.service {
    margin-bottom: 120px;
}

.service__title {
    margin-bottom: 40px;
}

.service__subtitle {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.service__wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
    max-width: 1200px;
    align-items: flex-start;
}

.service__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.service__list_2 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.service__wrap_with_img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
    max-width: 1200px;
    align-items: center;
}

.service_img img {

    width: 400px;
    margin-bottom: 40px;
}

.service__list::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 25px;
    z-index: 0;

}

.service__el {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 460px;
}

.service__el:first-child .service__el-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    bottom: calc(100%);
    left: 0;
    z-index: 1;
}

.service__el:last-child .service__el-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: black;
    top: calc(100%);
    left: 0;
    z-index: 1;
}

.service__el-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #56CC36;
    flex: none;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service__el-img img {
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
}

.service__el-text {}

.service__el-title {
    padding-bottom: 5px;
    font-size: 22px;
}

.service__el ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    font-weight: 100;
}

@media (max-width:1100px) {
    .service__wrap {
        flex-direction: column;
        gap: 30px;
    }

    .service__list::before {
        display: none;
    }

    .service__el-title {
        font-size: 20px;
    }

}

/* end service */



/* star advantage */
.advantage {
    margin-bottom: 120px;
}

.advantage__title {
    margin-bottom: 40px;
}

.advantage__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantage__el {
    display: flex;
    align-items: center;
    gap: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #56CC36;
    ;
}

.advantage__el-num {
    font-size: 50px;
    font-family: 'd1';
    color: #56CC36;
}

.advantage__el-box {}

.advantage__el-title {
    font-size: 30px;
    color: black;
    padding-bottom: 10px;
}
.advantage__el-title ul li{
    list-style: none;
}
.advantage__el-subtitle {
    font-size: 20px;
    padding: 10px 0;
}

.advantage__el-text {
    font-weight: 100;
}

.mn_1 {
    background-image: url('../img/2025-05-271.jpg') !important;
}

.mn_2 {
    background-image: url('../bg/6933a6c6555a542a974c92dd03a9be22.jpg') !important;
}

.mn_3 {
    background-image: url('../bg/1680064693_elles-top-p-trava-murava-dlya-gazona-instagram-33.jpg') !important;
}

.mn_4 {
    background-image: url('../bg/iStock-1569645004-1536x1024.jpg') !important;
}

.mn_5 {
    background-image: url('../bg/88fe909d04a528e7c6a35f67926c7df6.jpeg') !important;
}

.mn_6 {
    background-image: url('../bg/ga9.jpeg') !important;
}

.mn_7 {
    background-image: url('../bg/a753e6654e6137c0dd2e5a3027c37143.jpg') !important;
}
.mn_8 {
    background-image: url('../bg/naonvt3oai2xvr6sw96ahjir1wgbcq87.jpeg') !important;
}
.mn_9 {
    background-image: url('../bg/1.jpg') !important;
}
.mn_10 {
    background-image: url('../img/oib2.jpg') !important;
}

@media (max-width:1100px) {
    .mn_1 {
        background-position: 60% 90% !important;
    }

    .mn_4 {
        background-position: 60% 90% !important;
    }

    .mn_5 {
        background-position: 40% 90% !important;
    }
    .mn_7{
        background-position: 60% 150% !important;
    }
        .mn_9{
        background-position: 75% 10% !important;
    }
    .main_section_3{
        background-position: 30% 150% !important;
    }
    .advantage {
        margin-bottom: 80px;
    }

    .advantage__el {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .advantage__el-title {
        font-size: 24px;
    }
}

/* end advantage */

/* start s-price */
.s-price {
    margin-bottom: 120px;
}

@media (max-width:1100px) {
    .s-price {
        margin-bottom: 80px;
    }
}

/* end s-price */


/* start examples */
.examples {}

.examples__title {}

.examples__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.examples__el {
    text-align: center;
}

.examples__el ul {
    list-style: none;
}

.examples__el-title {
    font-size: 24px;
    margin-bottom: 16px;
    color: #56CC36;

}

@media (max-width:1100px) {
    .examples__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .examples__el-title {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

/* end examples */


/* start blog */

.blog {}

.blog__title {
    margin-bottom: 30px;
}

.blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.blog__item {
    text-decoration: none;
    color: black;
}

.blog__item-img {
    margin-bottom: 10px;
}

.blog__item-img img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.blog__item-text {}

.blog__item-desc {
    text-align: center;

    margin-bottom: 10px
}
.blog__item-desc a{
    color: black;
    text-decoration: none;
}

/* end blog */


/* start article */

.article {}

.article__seo-text * {
    background-color: transparent;
    color: black;
}

.article__seo-text {
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 16px;
}

.article__seo-text h1 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.article__seo-text h2 {
    margin: 20px 0;
    font-weight: 400;
}

.article__seo-text h3 {}

.article__seo-text p {
    margin: 16px 0;
    text-indent: 20px
}

.article__seo-text ol,
.article__seo-text ul {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 10px;
}

@media (max-width:1100px) {
    .article__seo-text {
        padding: 20px 14px;
    }

    .article__seo-text h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}



/* end article */
