<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #7FBE3F;
    --section-bg-white: #fff;
    --section-bg-gray: #F5F5F5;
}

.t-primary {
    color: var(--primary-color);
}

.breadcrubms {
	display: none !important;
}

.section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: var(--section-bg-gray);
}

@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
}

.section.section--bg-white {
    background: var(--section-bg-white);
}

.section .section__wrapper {

}

@media screen and (max-width: 768px) {
    .section .section__wrapper {
        flex-direction: column;
    }
}

.section .section__content {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .section .section__content {
        margin-top: 30px;
    }
}


.section .section__column {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .section .section__column {
        width: 100%;
    }
}

.section .section__title {
    color: #000;
    font-family: PlumbCondensed;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) { 
    .section .section__title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
    }
}

.section .section__title.section__title--small {
    font-size: 40px;
    line-height: 40px;
}

.section .section__title.section__title--normal {
    text-transform: none;
}

.section.main-banner {
    display: flex;
    min-height: 550px;
    padding: 0px 80px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    background: #F5F5F5;
}

@media screen and (max-width: 768px) { 
    .section.main-banner {
        padding: 50px 20px 100px;
        min-height: 100%;
    }
}

.section.main-banner .section__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
}

.section.main-banner .section__wrapper .section__column {
    width: 100%;
}

.section.main-banner .section__wrapper .section__column:first-child {
    z-index: 1;
}

@media screen and (max-width: 980px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        position: absolute;
        z-index: 0;

        bottom: 0;
        right: 0%;

        width: 30%;
    }
}

@media screen and (max-width: 586px) {
    .section.main-banner .section__wrapper .section__column:last-child {
        right: -35%;
        width: 60%;
    }
}

.section.main-banner .section__wrapper .action .btn {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    transition: all .3s ease;
}

@media screen and (max-width: 768px) { 
    .section.main-banner .section__wrapper .action .btn {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 30px;
    }
}

.section.main-banner .section__wrapper .action .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
}

.section.main-banner .section__title {
    text-align: left;
}

.section.about-as .section__wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 44px;
}

@media screen and (max-width: 768px) { 
    .section.about-as .section__wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}

.section.about-as .section__wrapper .section__column {
    width: 100%;
}

.section.about-as .section__wrapper .section__column:first-child {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .section.about-as .section__wrapper .section__column:first-child {
        display: none;
    }
}

.section.about-as .section__wrapper .action .btn {
    padding: 15px 30px;
}

@media screen and (max-width: 768px) {
    .section.about-as .section__content {
    }
}

.section.about-as .section__wrapper p {
    color: #3F4C3B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .section.about-as .section__wrapper p {
        font-size: 18px;
        line-height: 28px;
    }
}

.section.about-as .section__title.section__title--small {
    text-align: left;
}

.section.where-use-topiary .section__content {
    margin-top: 0;
}

.section.order-form .section__wrapper {
    text-align: center;
}

.section.order-form .section__content {
    margin-top: 0;
}

.section.order-form .section__content .btn {
    border-radius: 34px;
    background: linear-gradient(180deg, #8CC63E 0%, #399348 100%);
    box-shadow: 0px 20px 30px -20px #8CC63E;
    padding: 20px 40px;

    color: #FFF;
    font-size: 22px;
    line-height: 22.5px; /* 102.273% */
}

@media screen and (max-width: 768px) {
    .section.order-form .section__content .btn {
        padding: 10px 20px;
        font-size: 18px;
        line-height: normal;
    }
}

.section.order-form .section__content .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
}

.section.choose .choose-block {
    overflow: hidden;
    position: relative;
}

.section.choose .choose-block__title {
    font-family: PlumbCondensed;
    font-size: 72px;
    text-transform: uppercase;
    color: #151515;
    text-align: center;
    line-height: 1;
    margin: 0 0 80px;
    font-weight: 700
}

@media (max-width: 1280px) {
    .section.choose .choose-block__title {
        font-size: 52px
    }
}

@media (max-width: 1024px) {
    .section.choose .choose-block__title {
        font-size: 48px;
        margin-bottom: 52px;
        max-width: 100%
    }
}

@media (max-width: 640px) {
    .section.choose .choose-block__title {
        font-size: 41px
    }
}

@media (max-width: 420px) {
    .section.choose .choose-block__title {
        font-size: 32px
    }
}

.section.choose .choose-block__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -90px
}

@media (max-width: 1600px) {
    .section.choose .choose-block__items {
        margin: 0
    }
}

.section.choose .choose-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    margin-bottom: 90px
}

@media (max-width: 1600px) {
    .section.choose .choose-item {
        width: 350px
    }
}

@media (max-width: 1100px) {
    .section.choose .choose-item {
        width: 33%
    }
}

@media (max-width: 480px) {
    .section.choose .choose-item {
        width: 48%
    }
}

.section.choose .choose-item__img {
    text-align: center;
    margin-bottom: 25px;
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.section.choose .choose-item__img img {
    max-height: 100%;
}

@media (max-width: 1024px) {
    .section.choose .choose-item__img {
        margin-bottom: 15px;
        height: 64px;
        width: 70px
    }
}

.section.choose .choose-item__text {
    color: #222;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    max-width: 64%;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .section.choose .choose-item__text {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .section.choose .choose-item__text {
        font-weight: 500;
    }
}

.section.callback-form {

}

.section.callback-form .section__content {
    margin-top: 0;
}

.section.callback-form .callback-block .callback-block__wrapper {
    display: flex;
    padding: 50px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper {
        padding: 30px 20px;
        flex-direction: column;
        gap: 20px;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .text {
    color: #000;
    font-family: "PlumbCondensed";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: left;

    width: 60%;
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper .text {
        width: 100%;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .action .btn {
    border-radius: 34px;
    background: linear-gradient(180deg, #8CC63E 0%, #399348 100%);
    box-shadow: 0px 20px 30px -20px #8CC63E;

    padding: 20px 40px;

    color: #FFF;
    font-size: 22px;
    line-height: 22.5px;
}

@media screen and (max-width: 768px) {
    .section.callback-form .callback-block .callback-block__wrapper .action .btn {
        font-size: 20px;
        padding: 15px 30px;
    }
}

.section.callback-form .callback-block .callback-block__wrapper .action .btn:hover {
    background: linear-gradient(180deg, #8cc63e, #2ea241);
    box-shadow: 0px 20px 40px -20px #8CC63E;
}

.section.rules {
    position: relative;
}

.section.rules .section__content .rules {
    position: relative;
}

.section.rules .section__content .rules .rules-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 0 30px;
    align-self: stretch;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .section.rules .section__content .rules .rules-wrapper {
        justify-content: flex-start;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;

    font-family: "PlumbCondensed";
    text-transform: uppercase;
    font-weight: 700;
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__number {
    color: #8CC63E;
    font-size: 100px;
    margin-right: 30px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__number {
        margin-right: 20px;
        font-size: 90px;
    }
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__icon {
    position: relative;
    margin-right: 10px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__icon {
        margin-right: 0;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
    }
    
}

.section.rules .section__content .rules .rules-wrapper .rule .rule__text {
    color: #000;
    font-size: 22px;
}

@media screen and (max-width: 426px) {
    .section.rules .section__content .rules .rules-wrapper .rule .rule__text  {
        font-size: 20px;
    }
}

.section.certificates {
    position: relative;
}

.section.certificates .certificate-block__slider .owl-nav {
    margin-top: 0;
}

.section.pay_and_delivery {
    position: relative;
}

.section.pay_and_delivery .order_and_pay__content {
    margin-bottom: 20px;
    max-width: 1000px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__content {
        max-width: 100%;
    }
}


.section.pay_and_delivery .order_and_pay__additional p {
    color: #000;
    font-family: "Rubik";
    font-size: 18px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__additional p {
        font-size: 16px;
        line-height: normal;
    }
}

.section.pay_and_delivery .link {
    color: #8CC63E;
    font-weight: 500;
}

.section.pay_and_delivery .link:hover {
    color: white;
}

.section.pay_and_delivery .order_and_pay__content .order_and_pay__content {
    position: relative;
}

.section.pay_and_delivery .order_and_pay__content .info {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-bottom: 50px;
}

@media screen and (max-width: 426px) {
    .section.pay_and_delivery .order_and_pay__content .info {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.section.pay_and_delivery .order_and_pay__content .info:last-child {
    margin-bottom: 0;
}

.section.pay_and_delivery .order_and_pay__content .info .info__icon {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

    display: flex;
    padding: 20px;

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

    min-width: 100px;
    min-height: 100px;
}

@media screen and (max-width: 426px) { 
    .section.pay_and_delivery .order_and_pay__content .info .info__icon {
        display: none;
    }
}

.section.pay_and_delivery .order_and_pay__content .info .info__icon img {
    aspect-ratio: 1 / 1;
}

.section.pay_and_delivery .order_and_pay__content .info .info__title {
    color: #8CC63E;
    font-family: "PlumbCondensed";
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.section.pay_and_delivery .order_and_pay__content .info .info__text {
    color: #000;
    font-family: "Rubik";
    font-size: 18px;
}

.section.question {
    position: relative;
    background: url('../images/question.png') lightgray 50% / cover no-repeat;
    color: white;
}

.section.question .section__title {
    color: white;
}

.section.question .question-wrapper {
    display: flex;
    gap: 0 40px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}

.section.question .question-wrapper .questions__container {
    width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .questions__container {
        width: 100%;
    }
}

.section.question .question-wrapper .question {
    display: flex;
    flex-direction: column;
    padding: 27px 8px 27px 0px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-bottom: 3px solid #8CC63E;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question {
        padding: 20px 0 20px 0;
    }
}

.section.question .question-wrapper .question .question__title {
    color: #FFF;
    font-family: 'PlumbCondensed';
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;

    width: 100%;
    position: relative;

    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question .question__title {
        font-size: 22px;
        line-height: 24px;
    }
}

.section.question .question-wrapper .question .question__title::after {
    content: "";
    position: absolute;

    top: 50%;
    right: 0;

    width: 24px;
    height: 24px;

    background: url('../images/plus.svg') no-repeat center;
    background-size: contain;

    transform: translateY(-50%);
}

.section.question .question-wrapper .question.active .question__title {
    color: #8CC63E;
}

.section.question .question-wrapper .question.active .question__title::after {
    background: url('../images/minus.svg') no-repeat center;
}

.section.question .question-wrapper .question.active .question__title .question__index {
    color: white;
}

.section.question .question-wrapper .question .question__content {
    color: #FFF;
    font-family: "Rubik";
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;

    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .section.question .question-wrapper .question .question__content {
        font-size: 14px;
        line-height: 20px;
    }
}

.section.contacts {
    position: relative;
}

.section.contacts .map__wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .section.contacts .map__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.section.contacts .map-block-info {
    display: flex;
    padding: 38px 31px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;

    border-radius: 10px;
    border: 1px solid #BFBEBC;
    background: rgba(255, 255, 255, 0.90);
}

.section.contacts .map-block-info .map-block-info__title {
    color: #010101;
    font-family: "PlumbCondensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.section.contacts .map-block-info .map-block-info__text {
    color: #010101;
    font-size: 16px;
    line-height: 18px;
}

.section.contacts .map-block {
    position: relative;
    width: 100%;
    padding-bottom: 36%
}

@media (max-width: 1366px) {
    .section.contacts .map-block {
        margin-top: 3%
    }
}

@media (max-width: 1280px) {
    .section.contacts .map-block {
        padding-bottom: 47%;
        height: auto
    }
}

@media (max-width: 1024px) {
    .section.contacts .map-block {
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .section.contacts .map-block {
        padding-bottom: 75%
    }
}

.section.contacts .map-block__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section.contacts .map-block .anchor {
    top: -120px
}

.section.contacts .map-block .bx-yandex-view-map {
    width: 100%;
    position: absolute;
    height: 100%
}

.section.contacts .map-block .bx-google-map {
    width: 100% !important;
    height: 100%;
    position: absolute
}

.section.contacts .map-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}</pre></body></html>