@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Roman'), local('HelveticaNeueCyr-Roman'), url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: local('HelveticaNeueCyr-Bold'), local('HelveticaNeueCyr-Bold'), url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;

    background-color: #fff;

    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #403F41;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* Instruction-main */
.instruction-main {
    padding-top: 50px;
}

.instruction-main__title {
    margin-bottom: 20px;
    font-size: 32px;
    padding: 0 15%;
}

.instruction-main__subtitle {
    margin-bottom: 50px;
    font-size: 24px;
    padding: 0 15%;
}

/* Instruction-section */
.instruction-section {
    padding: 30px 15%;
}

.instruction-section__title {
    font-weight: 700;
    font-size: 24px;
}

.instruction-section__description {
    margin-bottom: 20px;
}

.instruction-block {
    padding: 0 15%;
}

/* Decorative-bg */
.decorative-bg-left,
.decorative-bg-right {
    padding: 20px 30px;
    margin-bottom: auto;

    border: 1px solid #93C025;
    border-radius: 10px;
    background: #93C025;

    position:relative;
}

.decorative-bg-left:after,
.decorative-bg-right:after {
    content: " ";
    height: 0;
    width: 0;
  
    border: solid transparent;
    border-top-color: #93C025;
    border-width: 10px;

    position: absolute;
    top: 100%;
}

.decorative-bg-left:after {
    border-left-color:#93C025;
    left: 10%;
}

.decorative-bg-right:after {
    border-right-color:#93C025;
    right: 10%;
}

/* Pruning */
.pruning {
    padding-top: 60px;
    display: flex;
    gap: 30px;
}

.pruning__title-wrapper:before {
    content: '';
    width: 140px;
    height: 80px;

    background: url('../images/img1.svg') no-repeat center;

    position: absolute;
    top: -35%;
    left: 30%;
}

/* Watering */
.watering__title-wrapper {
    float: right;
    width: 325px;
    margin-left: 40px;
    margin-bottom: 20px;
    padding-left: 60px;
}

.watering__title-wrapper:before {
    content: '';
    width: 80px;
    height: 120px;

    background: url('../images/img2.svg') no-repeat center;

    position: absolute;
    top: -16%;
    left: -10%;
}

/* Instruction-list */
.instruction-list__item {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.instruction-list__item:before {
    content: '';
    width: 12px;
    height: 12px;

    background: url('../images/list-style.svg') no-repeat center;

    position: absolute;
    top: 4px;
    left: 0;
}

.instruction-list__item span {
    font-weight: 700;
    text-transform: uppercase;
}

/* Flower-care */
.flowers-care {
    display: flex;
    gap: 30px;
    padding-bottom: 35px;
}

.flowers-care__title-wrapper:before {
    content: '';
    width: 140px;
    height: 80px;

    background: url('../images/img3.svg') no-repeat center;

    position: absolute;
    bottom: -35px;
    right: -45px;
}

/* Flowers-location */
.flowers-location {
    display: flex;
    gap: 30px;
}

.flowers-location__title-wrapper {
    margin-left: 30px;
    padding-left: 40px;
}

.flowers-location__title-wrapper:before {
    content: '';
    width: 60px;
    height: 100px;

    background: url('../images/img4.svg') no-repeat center;

    position: absolute;
    bottom: 0;
    left: -20%;
}


/* Transport-instruct */
.transport-instruct__title-wrapper {
    float: right;
    margin: 0 25px 25px 30px;
}

.transport-instruct__title-wrapper:before {
    content: '';
    width: 100px;
    height: 80px;

    background: url('../images/img5.svg') no-repeat center;

    position: absolute;
    bottom: -27px;
    right: -27px;
}

/* qr-code-block */
.qr-code-block {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #93C025;
}

.qr-code-block__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.qr-code-block__img {
    width: 150px;
    height: 150px;
}

.qr-code-block__title {
    font-size: 32px;
    line-height: 1;
    max-width: 250px;
    margin-bottom: 20px;
}

.qr-code-block__link {
    font-size: 24px;
    text-decoration: underline;
}


/* Advantages */
.advantages__list {
    display: flex;
    flex-direction: column;
}

.advantages__item {
    margin-left: auto;
    margin-right: auto;

    font-weight: 700;
    font-size: 24px;
}

.advantages__item:not(:last-child) {
    margin-bottom: 30px;
}

.advantages__item:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
}

/* Instruction-contacts */
.instruction-contacts {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    font-weight: 700;

    background-color: #93C025;

    position: relative;
}

.instruction-contacts:before {
    content: '';
    width: 100%;
    height: 200px;

    background: url('../images/flowers-bg.svg') no-repeat top center;
    background-size: cover;

    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.instruction-contacts__wrapper {
    display: flex;
    gap: 20px;
    z-index: 2;
}

.instruction-contacts__intro {
    display: flex;
    flex-direction: column;
}

.instruction-contacts__qr-text {
    margin-bottom: 3px;

    line-height: 1;
    color: #fff;

    position: relative;
}

.instruction-contacts__qr-text:before {
    content: '';
    width: 15px;
    height: 12px;

    background: url('../images/arrow.svg') no-repeat center;

    position: absolute;
    bottom: 2px;
    right: 0;
}

.instruction-contacts__qr-img {
    width: 120px;
    height: 120px;
    display: block;
    margin-bottom: 10px;
}

.instruction-contacts__qr-link {
    text-decoration: underline;
    line-height: 1.2;
    font-weight: 400;
    align-self: center;
}

.instruction-contacts__content {
    padding-top: 32px;
    padding-left: 100px;
    position: relative;
}

.instruction-contacts__content:before {
    content: '';
    width: 80px;
    height: calc(100% - 60px);

    background: url('../images/point.svg') no-repeat center;

    position: absolute;
    top: 32px;
    left: 0;
}

.instruction-contacts__content-title {
    margin-bottom: 10px;
}

.instruction-contacts__content-list {
    display: flex;
    flex-direction: column;

    font-size: 24px;
}


/* Media */
@media (max-width: 992px) {
    .flowers-care {
        flex-direction: column;
        gap: 45px;
    }

    .flowers-care__title {
        max-width: 90%;
    }

    .flowers-care__title br {
        display: none;
    }

    .flowers-care__title-wrapper:before {
        right: -10px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    .instruction-main__title br {
        display: none;
    }

    .instruction-main__title,
    .instruction-section,
    .instruction-main__subtitle,
    .instruction-block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .instruction-main {
        padding-top: 30px;
    }

    .instruction-main__title {
        font-size: 24px;
    }

    .instruction-main__subtitle,
    .instruction-section__title {
        font-size: 20px;
    }

    .instruction-section {
        padding: 20px 0;
    }

    .instruction-main__subtitle {
        margin-bottom: 40px;
    }

    .pruning {
        flex-direction: column;
        padding-top: 45px;
    }

    .pruning__title-wrapper:before {
        width: 110px;
        height: 63px;

        top: -45px;
        right: 0;
        left: auto;
    }

    .watering {
        display: flex;
        flex-direction: column;
    }

    .watering__title-wrapper {
        width: auto;
        margin-bottom: 30px;
    }

    .watering__title-wrapper:before {
        width: 70px;
        height: 102px;

        top: 0%;
        left: -35px;
    }

    .flowers-care__title {
        max-width: 85%;
    }

    .flowers-care__title-wrapper:before {
        width: 125px;
        height: 72px;
    }

    .flowers-location {
        flex-direction: column;
    }

    .flowers-location__title-wrapper:before {
        width: 54px;
        height: 90px;

        left: -34px;
    }

    .transport-instruct {
        display: flex;
        flex-direction: column;
    }

    .transport-instruct__title-wrapper {
        margin-left: 0;
    }

    .transport-instruct__title-wrapper:before {
        width: 90px;
        height: 72px;
    }

    .transport-instruct__title {
        max-width: 90%;
    }

    .transport-instruct__title br {
        display: none;
    }

    .qr-code-block__wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .qr-code-block__title {
        font-size: 24px;
        text-align: center;
    }

    .advantages__list .advantages__item {
        width: 100%;
        font-size: 20px;
    }

    .advantages__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .advantages__item p br {
        display: none;
    }

    .advantages__item:after {
        display: none;
    }

    .instruction-contacts {
        align-items: flex-start;
        padding-top: 50px;
    }

    .instruction-contacts__wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .instruction-contacts__content {
        padding-left: 35px;
        padding-top: 0;
    }

    .instruction-contacts__content-list {
        font-size: 20px;
    }

    .instruction-contacts__content:before {
        width: 20px;
        height: 35px;

        top: 0;
    }
}