html {
    font-family: "Open Sans", sans-serif
}

.content {
    width: 100%;
    max-width: 1299px;
    margin: 0 auto
}

.animate-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 960px) {
    .animate-horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.animate-horizontal-block-hidden {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

@media (max-width: 960px) {
    .animate-horizontal-block-hidden {
        display: none
    }
}

.animate-horizontal-block-hidden.is-show.mod-block-1 {
    width: 0;
    left: 102%
}

.animate-horizontal-block-hidden.is-show.mod-block-2 {
    height: 0;
    top: 101%
}

.animate-horizontal-block-hidden.is-show.mod-block-3 {
    width: 0;
    left: 102%
}

.animate-horizontal-block-hidden.is-show.mod-block-4 {
    height: 0;
    top: 101%
}

.animate-horizontal-block-hidden.is-show.mod-block-5 {
    width: 0;
    left: 102%
}

.animate-horizontal-line {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red
}

.line {
    position: absolute
}

.line.mod-1 {
    top: 55%;
    left: 27%;
    width: 30%
}

@media (max-width: 1200px) {
    .line.mod-1 {
        width: 26%;
        left: 28%
    }
}

@media (max-width: 1100px) {
    .line.mod-1 {
        width: 22%
    }
}

.line.mod-2 {
    top: 52%;
    left: 45%;
    width: 18%
}

@media (max-width: 1100px) {
    .line.mod-2 {
        left: 51%
    }
}

.line.mod-3 {
    top: 55%;
    left: 27%;
    width: 30%
}

@media (max-width: 1200px) {
    .line.mod-3 {
        width: 26%;
        left: 28%
    }
}

@media (max-width: 1100px) {
    .line.mod-3 {
        width: 22%
    }
}

.line:after, .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff6f00;
    position: absolute;
    bottom: 2px;
    border-radius: 50%
}

.line:after {
    right: 0
}

@media (max-width: 960px) {
    .line {
        display: none
    }
}

.line.mod-mob {
    display: none
}

.line.mod-mob:before {
    top: 0;
    right: 0
}

.line.mod-mob:after {
    bottom: 0
}

@media (max-width: 960px) {
    .line.mod-mob {
        display: block;
        width: 4px;
        height: calc(100% - 32px);
        top: 16px;
        left: 0
    }
}

.animate-point {
    position: relative
}

.animate-point:after, .animate-point:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: red;
    position: absolute;
    bottom: 2px;
    border-radius: 50%
}

.animate-point:after {
    right: 0
}

.animate-point.start-show:before {
    display: block
}

.line-svg {
    width: 100%;
    height: 2px;
    -o-object-fit: cover;
    object-fit: cover
}

.line-svg.mod-mob {
    width: 2px;
    height: 100%
}

.animate-horizontal-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative
}

.animate-horizontal-block.mod-left {
    max-width: 650px;
    padding-right: 20px
}

.animate-horizontal-block.mod-right {
    max-width: 503px
}

.animate-horizontal-block.mod-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.animate-horizontal-block.mod-block-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (max-width: 960px) {
    .animate-horizontal-block {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        max-width: 450px !important;
        margin: 0 auto !important;
        padding: 0 !important
    }
}

.animate-picture {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.animate-picture.mod-block-1 {
    width: 47%;
    height: 320px
}

.animate-picture.mod-block-2 {
    height: 276px
}

.animate-picture.mod-block-3 {
    max-width: 501px;
    height: 263px
}

.animate-picture.mod-block-4 {
    max-width: 198px;
    height: 275px
}

@media (max-width: 960px) {
    .animate-picture {
        width: 100% !important;
        max-width: 100% !important;
        height: 200px !important
    }
}

.animate-text {
    position: relative
}

.animate-text.mod-block-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 41px;
    padding-bottom: 58px
}

.animate-text.mod-block-2 {
    padding-top: 42px;
    width: 100%;
    max-width: 400px
}

.animate-text.mod-block-3 {
    width: 100%;
    max-width: 310px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 44px
}

.animate-text.mod-block-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-right: 16px
}

@media (max-width: 960px) {
    .animate-text {
        padding: 16px 0 16px 16px !important;
        width: 100% !important;
        max-width: 100% !important
    }
}

.animate-text-title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color: #1f1f1f
}

.animate-text-description {
    font-size: 16px;
    margin: 0;
    padding: 21px 0 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #1f1f1f
}

.animate-horizontal-margin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.animate-horizontal-margin.mod-1 {
    height: 165px
}

.animate-horizontal-margin.mod-2 {
    height: 224px
}

@media (max-width: 960px) {
    .animate-horizontal-margin {
        display: none
    }
}

.fruitway {
    padding: 40px 0;
    margin-inline: 20px;
}

.fruitway__title {
    margin-bottom: 50px;
}