@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -webkit-calc(50% - 50px);
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table thead,
table tbody,
table tr,
table th,
table td {
  border: 0;
}

td,
th {
  padding: 0;
}

*, *::after, *::before {
  box-sizing: border-box;
  -webkit-appearance: none;
}

html,
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  caret-color: #000;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

h1 {
  font-size: 70px;
  line-height: 100%;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 110%;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 115%;
  }
}

h2 {
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 1.65em;
  line-height: 1.2;
}

h4 {
  font-size: 1.35em;
}

h6 {
  font-size: 1.25em;
}

p {
  width: 100%;
}

a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a.blue {
  color: #0ebfe9;
  text-decoration: underline;
}

.dropzone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.dropzone,
.dropzone label,
.dropzone .label,
.dropzone .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.dropzone .remove-icon {
  display: none;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.dropzone .remove-icon svg {
  width: 20px;
  height: 20px;
  max-height: 20px;
  vertical-align: middle;
  fill: #ccc;
}
.dropzone label,
.dropzone .label {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px dashed #ccc;
  color: #ccc;
  width: 100%;
  position: relative;
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
}
.dropzone label.error,
.dropzone .label.error {
  border-color: #fa2645;
}
.dropzone label.error .img,
.dropzone .label.error .img {
  display: none;
}
.dropzone label .img,
.dropzone .label .img {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.dropzone label .img svg,
.dropzone .label .img svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}
.dropzone label .text,
.dropzone .label .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  color: #ccc;
}
.dropzone label .errors,
.dropzone .label .errors {
  display: none;
  font-size: 16px;
  color: #fa2645;
}
.dropzone label input,
.dropzone .label input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dropzone .file-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.dropzone > input {
  opacity: 0;
  display: none;
}
.dropzone .file {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.dropzone .file.empty {
  display: none;
}
.dropzone .file .title {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropzone .file .close {
  padding-right: 5px;
  padding-left: 5px;
}
.dropzone .file .progress-bar {
  background-color: #f83b6a;
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  background-color: #000;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
}

@media (min-width: 768px) {
  body.popup-shown .page {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.popup-shown .page {
    display: none;
  }
}

section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  position: relative;
}

section.page {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  overflow: hidden;
}

main,
section.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 1280px;
}
@media (max-width: 1365px) {
  .container {
    width: 990px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 10px;
  }
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.f-column-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.f-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}

.f-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.f-nowrap {
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.justify-content-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.bg-black {
  background-color: #000;
}

.txt-black {
  color: #000;
}

.bg-dark_grey {
  background-color: #121212;
}

.txt-dark_grey {
  color: #121212;
}

.bg-brown {
  background-color: #785846;
}

.txt-brown {
  color: #785846;
}

.bg-white {
  background-color: #fff;
}

.txt-white {
  color: #fff;
}

.bg-pink {
  background-color: #f83b6a;
}

.txt-pink {
  color: #f83b6a;
}

.bg-green {
  background-color: #27cd6a;
}

.txt-green {
  color: #27cd6a;
}

.bg-yellow {
  background-color: #FFC957;
}

.txt-yellow {
  color: #FFC957;
}

.bg-blue {
  background-color: #0ebfe9;
}

.txt-blue {
  color: #0ebfe9;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.txt-center {
  text-align: center;
}

.txt-upper {
  text-transform: uppercase;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.hide {
  display: none;
}

.transition {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

li,
ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

button {
  outline: 0;
  border: 0;
}
button svg {
  fill: #fff;
}

form {
  position: relative;
}

::-webkit-input-placeholder {
  color: #96A2AC;
}

::-moz-placeholder {
  color: #96A2AC;
}

::placeholder {
  color: #96A2AC;
}

input,
select,
textarea {
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  font-weight: 300;
  outline: none;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: none;
  border-color: #e6e6e6;
  cursor: default;
}
input.ok,
select.ok,
textarea.ok {
  border-color: #27cd6a;
}
input.error,
select.error,
textarea.error {
  border-color: #ff8339;
}

input,
select {
  padding: 0 15px;
  height: 40px;
}

select {
  position: relative;
}
select:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.02 27.91'%3E%3Ctitle%3E1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Capa_1' data-name='Capa 1'%3E%3Cpath d='M0,5.7A5.7,5.7,0,0,1,9.63,1.57L23.05,14.33,36.38,1.58a5.7,5.7,0,0,1,7.88,8.24L27,26.33a5.72,5.72,0,0,1-7.88,0L1.77,9.84A5.74,5.74,0,0,1,0,5.7Z' style='fill:%23232323'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 8px;
}

textarea {
  padding: 5px;
}

.blocker {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.7);
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 25px;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 700;
  text-transform: uppercase;
}
.btn.btn-link {
  border-radius: 0;
  height: auto;
  padding: 0;
  width: auto;
}
.btn.btn-bg {
  background-color: #FFC957;
  color: #000;
}
.btn.btn-bg svg {
  fill: #000;
}
.btn.btn-border {
  border: solid 2px #FFC957;
  color: #FFC957;
}
.btn.btn-border svg {
  fill: #FFC957;
}
.btn.btn-border:not(.btn-static):hover {
  background-color: #FFC957;
  color: #000;
}
.btn.btn-border:not(.btn-static):hover svg {
  fill: #000;
}

.custom-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
}
.custom-checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.custom-checkbox .checkmark {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: block;
  position: relative;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
.custom-checkbox .checkmark:after {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  content: "";
  display: none;
}
.custom-checkbox .checkmark {
  border-radius: 3px;
}
.custom-checkbox .checkmark:after {
  position: absolute;
  left: 5.4545454545px;
  top: 0px;
  width: 6px;
  height: 14.4px;
  border: solid #000;
  border-width: 0 1.3px 1.3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .text {
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  max-width: 100%;
  display: block;
}
.custom-checkbox .text a {
  position: relative;
  z-index: 5;
}

.custom-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
}
.custom-radio input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.custom-radio .checkmark {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: block;
  position: relative;
  border: 1px solid #f83b6a;
  width: 18px;
  height: 18px;
}
.custom-radio .checkmark:after {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  content: "";
  display: none;
}
.custom-radio .checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 50%;
}
.custom-radio .checkmark:after {
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  background-color: #f83b6a;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

.popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  width: 100%;
  opacity: 0;
}
.popup.hidden {
  display: none;
}
.popup .popup-inner {
  z-index: 1002;
  opacity: 0.999;
  position: relative;
  max-width: 100%;
}
.popup .popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1003;
  opacity: 0.999;
}
.popup .popup-close:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.popup .popup-close svg {
  width: 40px;
  height: 40px;
  max-height: 40px;
  vertical-align: middle;
  fill: #8C97A3;
}
.popup .popup-close svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .popup .popup-close svg.close-svg-mobile {
    display: none;
  }
}
.popup .popup-close svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .popup .popup-close svg.close-svg-desktop {
    display: block;
  }
}
.popup .popup-close:hover svg {
  fill: #f83b6a;
}
@media (min-width: 480px) {
  .popup {
    padding: 10px;
  }
  .popup .popup-inner {
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(96, 65, 38, 0.43);
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .popup {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
  }
  .popup .popup-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(48, 49, 51, 0.7);
  }
  .popup .popup-inner {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .popup .popup-inner {
    padding: 50px 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .popup {
    padding: 15px;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .popup .popup-inner {
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .popup .popup-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

[data-popup=privacy-policy] h3 {
  margin-bottom: 10px;
}
[data-popup=privacy-policy] .text {
  width: 100%;
  overflow-wrap: break-word;
  white-space: pre-line;
}
@media (min-width: 768px) {
  [data-popup=privacy-policy] .popup-inner {
    padding: 30px 20px;
  }
}

[data-popup^=form] .popup-inner {
  width: 100%;
  max-width: 340px;
}
[data-popup^=form] .popup-inner .popup-content {
  width: 100%;
}
[data-popup^=form] .popup-inner .popup-content > * {
  max-width: 100%;
}
@media (min-width: 768px) {
  [data-popup^=form] .popup-inner {
    padding: 25px 20px 40px;
  }
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > iframe {
  width: 100%;
  height: 100%;
}
.sixteen-nine > .content, .sixteen-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section.topbar-bg {
  width: 100%;
}

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 100%;
  height: auto;
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.topbar .brand,
.topbar .contacts,
.topbar .contacts > *,
.topbar .topbar-items,
.topbar .langs {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.topbar .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  height: 100%;
}
.topbar .brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 150px;
}
.topbar .brand svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.topbar .contacts > * {
  margin-right: 35px;
}
.topbar .topbar-items {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.topbar .langs {
  width: 128px;
  height: 38px;
  background-color: #121212;
  border: 1px solid #2E2E2E;
  border-radius: 30px;
}
.topbar .langs > * {
  width: 50%;
  height: 38px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.topbar .langs > *:before {
  content: "";
  display: block;
  width: 72px;
  height: 38px;
  background-color: #785846;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.topbar .langs > *.active:before {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.topbar .langs > *:hover:not(.active) {
  color: #785846;
}
.topbar .langs > * span {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .topbar {
    display: none;
  }
}

footer,
#footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: #785846;
  padding: 18px 0;
  bottom: 0;
  font-weight: 500;
  line-height: 125%;
  width: 100%;
}
footer .container,
footer .container > *,
#footer .container,
#footer .container > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
footer .container,
#footer .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
footer .links > *,
#footer .links > * {
  margin: 0 5px;
}
footer .links svg,
#footer .links svg {
  width: 35px;
  height: 35px;
  max-height: 40px;
}
footer .gim,
#footer .gim {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
footer .gim svg,
#footer .gim svg {
  width: 17px;
  height: 17px;
  max-height: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
a footer .gim:hover,
a #footer .gim:hover {
  color: #000;
}
@media (max-width: 1023px) {
  footer .left,
#footer .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  footer,
#footer {
    padding: 14px 0;
  }
  footer .container,
#footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  footer .left,
#footer .left {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  footer .copyright,
footer .privacy-policy,
footer .gim,
#footer .copyright,
#footer .privacy-policy,
#footer .gim {
    margin: 5px auto;
  }
}

@-webkit-keyframes outline-fade {
  from {
    outline-color: rgba(60, 179, 113, 0.8);
  }
  to {
    outline-color: rgba(60, 179, 113, 0.1);
  }
}

@keyframes outline-fade {
  from {
    outline-color: rgba(60, 179, 113, 0.8);
  }
  to {
    outline-color: rgba(60, 179, 113, 0.1);
  }
}
[le-key] {
  cursor: pointer;
  outline: 1px dashed rgba(60, 179, 113, 0.8) !important;
  -webkit-animation: outline-fade 1s ease-in 0s infinite alternate;
          animation: outline-fade 1s ease-in 0s infinite alternate;
}

[data-multi-img] {
  display: none;
}

/*** First screen ***/
.first-screen .content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding: 210px 0 250px;
  position: relative;
}
.first-screen .title {
  max-width: 700px;
}
.first-screen .title .brand {
  width: 163px;
  height: auto;
  margin-bottom: 50px;
}
.first-screen .title .brand img {
  width: 100%;
  height: auto;
}
.first-screen .title .langs {
  display: none;
  width: 128px;
  height: 38px;
  background-color: #121212;
  border: 1px solid #2E2E2E;
  border-radius: 30px;
}
.first-screen .title .langs > * {
  width: 50%;
  height: 38px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 116%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.first-screen .title .langs > *:before {
  content: "";
  display: block;
  width: 72px;
  height: 38px;
  background-color: #785846;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.first-screen .title .langs > *.active:before {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.first-screen .title .langs > *:hover:not(.active) {
  color: #785846;
}
.first-screen .title .langs > * span {
  position: relative;
  z-index: 5;
}
.first-screen .title .text-above-h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
  margin-bottom: 17px;
}
.first-screen .img-block {
  max-width: 642px;
  position: absolute;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1365px) {
  .first-screen .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 50px 0 100px;
  }
  .first-screen .title {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .first-screen .title .brand {
    width: 110px;
    margin-bottom: 44px;
  }
  .first-screen .title .text-above-h1 {
    text-align: center;
  }
  .first-screen .title h1 {
    text-align: center;
  }
  .first-screen .img-block {
    max-width: 450px;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 1023px) {
  .first-screen .content {
    padding: 50px 0 80px;
  }
  .first-screen .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .first-screen .content {
    padding: 30px 0 60px;
  }
  .first-screen .title {
    margin-bottom: 30px;
  }
  .first-screen .title .brand {
    margin-bottom: 20px;
  }
  .first-screen .title .langs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
  }
  .first-screen .title .text-above-h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .first-screen .img-block {
    max-width: 305px;
  }
}
@media (max-width: 479px) {
  .first-screen .content {
    padding: 30px 20px 40px;
  }
  .first-screen .title {
    margin-bottom: 20px;
  }
  .first-screen .title .langs {
    margin-bottom: 20px;
  }
  .first-screen .title .text-above-h1 {
    max-width: 250px;
  }
  .first-screen .img-block {
    max-width: 265px;
  }
}
@media (max-width: 479px) {
  .first-screen .content {
    padding: 30px 10px 40px;
  }
}

/*** Address section ***/
.address-section {
  padding: 30px 0;
}
.address-section:before {
  content: "";
  display: block;
  background-color: #785846;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -webkit-calc((100% - 1920px) / 2);
  left: calc((100% - 1920px) / 2);
  z-index: 2;
}
.address-section .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 70px 0 110px;
  position: relative;
}
.address-section .container:before {
  content: "";
  display: block;
  background-color: #121212;
  width: 1488px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.address-section .content-block {
  max-width: 330px;
  position: relative;
  z-index: 5;
}
.address-section .content-block h2 {
  text-align: left;
  margin-bottom: 30px;
}
.address-section .content-block .title-shedule {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 16px;
}
.address-section .content-block .text-shedule {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 30px;
}
.address-section .content-block .phone {
  font-size: 30px;
  line-height: 160%;
  margin-bottom: 30px;
}
.address-section .content-block .phone svg {
  margin-right: 12px;
}
.address-section .content-block .whatsapp {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  text-decoration: underline;
}
.address-section .content-block .whatsapp:hover {
  text-decoration: none;
}
.address-section .content-block .map-address {
  display: none;
  line-height: 156%;
}
.address-section .content-block .map-address span {
  font-weight: 600;
}
.address-section .map-block {
  width: 902px;
  height: 472px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 5;
}
.address-section .map-block iframe {
  height: 100%;
}
.address-section .map-block .nav-app {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.address-section .map-block .nav-app .navigation-item {
  width: 129px;
  border-radius: 100px;
  margin-right: 15px;
  overflow: hidden;
}
.address-section .map-block .nav-app .navigation-item:last-child {
  margin-right: 0;
}
.address-section .map-block .nav-app .navigation-item img {
  display: block;
  width: 100%;
  height: auto;
}
.address-section .map-block .map-address {
  position: absolute;
  font-size: 20px;
  line-height: 150%;
  bottom: -55px;
  right: 0;
}
.address-section .map-block .map-address span {
  font-weight: 600;
}
@media (max-width: 1919px) {
  .address-section:before {
    left: -webkit-calc((100% - 1440px) / 2);
    left: calc((100% - 1440px) / 2);
  }
}
@media screen and (max-width: 1439px) {
  .address-section:before {
    left: 0;
  }
}
@media (max-width: 1365px) {
  .address-section:before {
    width: 473px;
    left: -webkit-calc((100% - 1024px) / 2);
    left: calc((100% - 1024px) / 2);
  }
  .address-section .content-block {
    max-width: 320px;
  }
  .address-section .content-block:before {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
  }
  .address-section .map-block {
    width: 618px;
  }
}
@media (max-width: 1023px) {
  .address-section {
    padding: 20px 0;
  }
  .address-section:before {
    width: 415px;
    left: -webkit-calc((100% - 768px) / 2);
    left: calc((100% - 768px) / 2);
  }
  .address-section .container {
    padding: 35px 0 25px;
  }
  .address-section .container:before {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
  }
  .address-section .content-block {
    max-width: 300px;
  }
  .address-section .content-block .title-shedule {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .address-section .content-block .text-shedule {
    margin-bottom: 13px;
  }
  .address-section .content-block .phone {
    margin-bottom: 8px;
  }
  .address-section .content-block .whatsapp {
    margin-bottom: 15px;
  }
  .address-section .content-block .map-address {
    display: block;
  }
  .address-section .map-block {
    width: 406px;
    height: 449px;
  }
  .address-section .map-block .nav-app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .address-section .map-block .nav-app .navigation-item {
    width: 94px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .address-section .map-block .nav-app .navigation-item:last-of-type {
    margin-bottom: 0;
  }
  .address-section .map-block .map-address {
    display: none;
  }
}
@media (max-width: 767px) {
  .address-section {
    padding: 40px 0 0;
  }
  .address-section:before {
    width: 480px;
    height: 550px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .address-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 0 0 20px;
  }
  .address-section .container:before {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
  .address-section .content-block {
    max-width: 380px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .address-section .content-block h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .address-section .content-block .title-shedule {
    text-align: center;
  }
  .address-section .content-block .text-shedule {
    text-align: center;
    margin-bottom: 10px;
  }
  .address-section .content-block .phone {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .address-section .content-block .phone svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .address-section .content-block .map-address {
    max-width: 300px;
    text-align: center;
  }
  .address-section .map-block {
    width: 100%;
    height: 362px;
    background-image: url(/img/img-map-480.jpg);
  }
}
@media (max-width: 479px) {
  .address-section .container {
    padding: 0 20px 20px;
  }
  .address-section .map-block {
    height: 300px;
    background-image: url(/img/img-map-375.jpg);
  }
  .address-section .map-block .nav-app {
    top: 15px;
    right: 15px;
  }
  .address-section .map-block .nav-app .navigation-item {
    width: 70px;
  }
}
@media (max-width: 374px) {
  .address-section .container {
    padding: 0 10px 20px;
  }
}

/*** Our products section ***/
.our-products-section {
  padding: 110px 0 120px;
}
.our-products-section .list-products-categories {
  margin-bottom: 55px;
}
.our-products-section .list-products-categories .single-cat {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 46px;
  background-color: #121212;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 600;
  line-height: 125%;
  margin-right: 15px;
  padding: 0 40px;
  position: relative;
}
.our-products-section .list-products-categories .single-cat:hover:not(.active) {
  background-color: rgba(120, 88, 70, 0.35);
}
.our-products-section .list-products-categories .single-cat.active {
  background-color: #785846;
  cursor: auto;
}
.our-products-section .list-products-categories .single-cat:last-of-type {
  margin-right: 0;
}
.our-products-section .list-products-categories .single-cat .tab-item-cover {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.our-products-section .list-products-categories .mob-cover {
  display: none;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.our-products-section .list-imgs .list-item {
  display: none;
  /*&.active {
    display: block;
  }*/
}
.our-products-section .list-imgs .list-item:nth-child(1) {
  display: block;
}
.our-products-section .list-imgs .list-item .single-img {
  display: block;
  width: 300px;
  margin-bottom: 27px;
  border-radius: 5px;
  overflow: hidden;
}
.our-products-section .list-imgs .list-item .single-img img {
  display: block;
  height: auto;
}
@media (max-width: 1365px) {
  .our-products-section {
    padding: 100px 0;
  }
  .our-products-section .list-products-categories {
    max-width: 740px;
    margin-bottom: 35px;
  }
  .our-products-section .list-products-categories .single-cat {
    margin-bottom: 15px;
  }
  .our-products-section .list-products-categories .single-cat:nth-child(4n) {
    margin-right: 0;
  }
  .our-products-section .list-imgs .list-item .single-img {
    width: 235px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .our-products-section {
    padding: 70px 0;
  }
  .our-products-section h2 {
    margin-bottom: 30px;
  }
  .our-products-section .list-products-categories {
    max-width: 585px;
    margin-bottom: 25px;
  }
  .our-products-section .list-products-categories .single-cat {
    padding: 0 35px;
  }
  .our-products-section .list-imgs {
    max-width: 695px;
  }
  .our-products-section .list-imgs .list-item .wrap-slide {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .our-products-section .list-imgs .list-item .wrap-slide .single-img {
    width: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .our-products-section .list-imgs .list-item .wrap-slide .single-img:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .our-products-section {
    padding: 50px 0 43px;
  }
  .our-products-section h2 {
    margin-bottom: 20px;
  }
  .our-products-section .list-products-categories {
    margin-bottom: 14px;
  }
  .our-products-section .list-products-categories .single-cat {
    padding: 0 22px;
    margin: 0 3px 6px;
  }
  .our-products-section .list-products-categories .single-cat:nth-child(4n) {
    margin: 0 5px 5px;
  }
  .our-products-section .list-imgs .list-item .wrap-slide {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .our-products-section .list-imgs .list-item .wrap-slide .single-img {
    width: 145px;
    margin-bottom: 7px;
    margin-right: 7px;
  }
  .our-products-section .list-imgs .list-item .wrap-slide .single-img:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .our-products-section {
    padding: 40px 0 33px;
  }
  .our-products-section h2 {
    margin-bottom: 96px;
  }
  .our-products-section .list-products-categories {
    width: 280px;
    height: 46px;
    margin-bottom: 30px;
    position: absolute;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .our-products-section .list-products-categories:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 8.5L0.0717952 0.25L13.9282 0.250001L7 8.5Z' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 9px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .our-products-section .list-products-categories.active {
    height: auto;
    padding-top: 53px;
  }
  .our-products-section .list-products-categories.active .single-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .our-products-section .list-products-categories.active:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .our-products-section .list-products-categories .single-cat {
    width: 100%;
    display: none;
    height: 46px;
    margin: 0 0 6px;
    background-color: #785846;
  }
  .our-products-section .list-products-categories .single-cat.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  .our-products-section .list-products-categories .single-cat .tab-item-cover {
    display: block;
  }
  .our-products-section .list-products-categories .mob-cover {
    display: block;
  }
  .our-products-section .list-imgs {
    max-width: 450px;
  }
  .our-products-section .list-imgs .list-item .wrap-slide {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .our-products-section .list-imgs .list-item .wrap-slide .single-img {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
    margin-bottom: 7px;
    margin-right: 0;
  }
}

/*** Our history section ***/
.our-history-section {
  padding-bottom: 110px;
}
.our-history-section h2 {
  margin-bottom: 15px;
}
.our-history-section .subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 70px;
}
.our-history-section .list-points .point {
  margin-bottom: 70px;
  position: relative;
}
.our-history-section .list-points .point:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.our-history-section .list-points .point:nth-child(3), .our-history-section .list-points .point:nth-child(6) {
  padding: 80px 0;
  margin: 130px 0;
}
.our-history-section .list-points .point:nth-child(3):before, .our-history-section .list-points .point:nth-child(6):before {
  content: "";
  display: block;
  background-color: #121212;
  width: 1488px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.our-history-section .list-points .point:nth-child(3):after, .our-history-section .list-points .point:nth-child(6):after {
  content: "";
  display: block;
  background-color: #785846;
  width: 105%;
  height: -webkit-calc(100% + 104px);
  height: calc(100% + 104px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.our-history-section .list-points .point:nth-child(3):after {
  left: -webkit-calc((100% - 1920px) / 2);
  left: calc((100% - 1920px) / 2);
}
.our-history-section .list-points .point:nth-child(6):after {
  right: -webkit-calc((100% - 1920px) / 2);
  right: calc((100% - 1920px) / 2);
}
.our-history-section .list-points .point:nth-child(1) .img-point {
  background-image: url(/img/img-1-history-point1920.jpg);
}
.our-history-section .list-points .point:nth-child(2) .img-point {
  background-image: url(/img/img-2-history-point1920.jpg);
}
.our-history-section .list-points .point:nth-child(3) .img-point {
  background-image: url(/img/img-3-history-point1920.jpg);
}
.our-history-section .list-points .point:nth-child(4) .img-point {
  background-image: url(/img/img-4-history-point1920.jpg);
}
.our-history-section .list-points .point:nth-child(5) .img-point {
  background-image: url(/img/img-5-history-point1920.jpg);
}
.our-history-section .list-points .point:nth-child(6) .img-point {
  background-image: url(/img/img-6-history-point-1920.jpg);
}
.our-history-section .list-points .point:nth-child(7) .img-point {
  background-image: url(/img/img-7-history-point-1920.jpg);
}
.our-history-section .list-points .point:nth-child(1) .img-point, .our-history-section .list-points .point:nth-child(2) .img-point {
  height: 524px;
}
.our-history-section .list-points .point:nth-child(3) .img-point {
  height: 486px;
}
.our-history-section .list-points .point:nth-child(4) .img-point, .our-history-section .list-points .point:nth-child(5) .img-point, .our-history-section .list-points .point:nth-child(7) .img-point {
  height: 426px;
}
.our-history-section .list-points .point:nth-child(6) .img-point {
  height: 637px;
}
.our-history-section .list-points .point:last-of-type {
  margin-bottom: 0;
}
.our-history-section .list-points .point .content-point {
  max-width: 580px;
  position: relative;
  z-index: 5;
}
.our-history-section .list-points .point .content-point .title {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
}
.our-history-section .list-points .point .content-point .big-title {
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 133%;
  margin-bottom: 20px;
}
.our-history-section .list-points .point .content-point p {
  margin: 0 0 20px 0;
}
.our-history-section .list-points .point .content-point p:last-of-type {
  margin: 0;
}
.our-history-section .list-points .point .img-point {
  max-width: 595px;
  border-radius: 5px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1919px) {
  .our-history-section .list-points .point:nth-child(3):after {
    width: 86%;
    left: -webkit-calc((100% - 1440px) / 2);
    left: calc((100% - 1440px) / 2);
  }
  .our-history-section .list-points .point:nth-child(6):after {
    width: 86%;
    right: -webkit-calc((100% - 1440px) / 2);
    right: calc((100% - 1440px) / 2);
  }
}
@media screen and (max-width: 1439px) {
  .our-history-section .list-points .point:nth-child(3):after {
    left: -44px;
  }
  .our-history-section .list-points .point:nth-child(6):after {
    right: -44px;
  }
}
@media (max-width: 1365px) {
  .our-history-section {
    padding-bottom: 90px;
  }
  .our-history-section .list-points .point:nth-child(1) .img-point {
    background-image: url(/img/img-1-history-point1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(2) .img-point {
    background-image: url(/img/img-2-history-point1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(3) .content-point {
    max-width: 435px;
  }
  .our-history-section .list-points .point:nth-child(3) .img-point {
    max-width: 520px;
    background-image: url(/img/img-3-history-point1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(4) .img-point {
    background-image: url(/img/img-4-history-point1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(5) .img-point {
    background-image: url(/img/img-5-history-point1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(6) .content-point {
    max-width: 540px;
  }
  .our-history-section .list-points .point:nth-child(6) .img-point {
    max-width: 392px;
    background-image: url(/img/img-6-history-point-1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(7) .img-point {
    background-image: url(/img/img-7-history-point-1024.jpg);
  }
  .our-history-section .list-points .point:nth-child(3), .our-history-section .list-points .point:nth-child(6) {
    padding: 65px 0;
    margin: 60px 0 120px;
  }
  .our-history-section .list-points .point:nth-child(3):after, .our-history-section .list-points .point:nth-child(6):after {
    width: 667px;
  }
  .our-history-section .list-points .point:nth-child(3):after {
    left: -webkit-calc((100% - 1024px) / 2);
    left: calc((100% - 1024px) / 2);
  }
  .our-history-section .list-points .point:nth-child(4) .img-point, .our-history-section .list-points .point:nth-child(5) .img-point, .our-history-section .list-points .point:nth-child(7) .img-point {
    height: 524px;
  }
  .our-history-section .list-points .point:nth-child(6):after {
    right: -webkit-calc((100% - 1024px) / 2);
    right: calc((100% - 1024px) / 2);
  }
  .our-history-section .list-points .point .content-point {
    max-width: 465px;
  }
  .our-history-section .list-points .point .img-point {
    max-width: 504px;
  }
}
@media (max-width: 1023px) {
  .our-history-section {
    padding-bottom: 70px;
  }
  .our-history-section .list-points .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .our-history-section .list-points .point:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .our-history-section .list-points .point:nth-child(1) .img-point {
    background-image: url(/img/img-1-history-point768.jpg);
    height: 350px;
  }
  .our-history-section .list-points .point:nth-child(2) .img-point {
    background-image: url(/img/img-2-history-point768.jpg);
    height: 350px;
  }
  .our-history-section .list-points .point:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .our-history-section .list-points .point:nth-child(3):after {
    left: -webkit-calc((100% - 768px) / 2);
    left: calc((100% - 768px) / 2);
  }
  .our-history-section .list-points .point:nth-child(3) .content-point {
    max-width: 324px;
  }
  .our-history-section .list-points .point:nth-child(3) .img-point {
    max-width: 376px;
    height: 352px;
    background-image: url(/img/img-3-history-point768.jpg);
  }
  .our-history-section .list-points .point:nth-child(4) .img-point {
    background-image: url(/img/img-4-history-point768.jpg);
  }
  .our-history-section .list-points .point:nth-child(5) .img-point {
    background-image: url(/img/img-5-history-point768.jpg);
  }
  .our-history-section .list-points .point:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .our-history-section .list-points .point:nth-child(6):after {
    right: -webkit-calc((100% - 768px) / 2);
    right: calc((100% - 768px) / 2);
  }
  .our-history-section .list-points .point:nth-child(6) .content-point {
    max-width: 324px;
  }
  .our-history-section .list-points .point:nth-child(6) .img-point {
    max-width: 376px;
    height: 352px;
    background-image: url(/img/img-6-history-point-768.jpg);
  }
  .our-history-section .list-points .point:nth-child(7) .img-point {
    background-image: url(/img/img-7-history-point-768.jpg);
  }
  .our-history-section .list-points .point:nth-child(3), .our-history-section .list-points .point:nth-child(6) {
    padding: 25px 0;
    margin: 40px 0 80px;
  }
  .our-history-section .list-points .point:nth-child(3):after, .our-history-section .list-points .point:nth-child(6):after {
    width: 497px;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
  }
  .our-history-section .list-points .point:nth-child(3) .content-point, .our-history-section .list-points .point:nth-child(6) .content-point {
    max-width: 324px;
    margin-bottom: 0;
  }
  .our-history-section .list-points .point:nth-child(4) .img-point, .our-history-section .list-points .point:nth-child(5) .img-point, .our-history-section .list-points .point:nth-child(7) .img-point {
    height: 350px;
  }
  .our-history-section .list-points .point .content-point {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
  }
  .our-history-section .list-points .point .content-point .big-title {
    font-size: 20px;
  }
  .our-history-section .list-points .point .img-point {
    max-width: 459px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .our-history-section {
    padding-bottom: 60px;
  }
  .our-history-section .list-points .point {
    margin-bottom: 30px;
  }
  .our-history-section .list-points .point:nth-child(1) .img-point {
    background-image: url(/img/img-1-history-point480.jpg);
    height: 344px;
  }
  .our-history-section .list-points .point:nth-child(2) .img-point {
    background-image: url(/img/img-2-history-point480.jpg);
    height: 344px;
  }
  .our-history-section .list-points .point:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .our-history-section .list-points .point:nth-child(3):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .our-history-section .list-points .point:nth-child(4) .img-point {
    background-image: url(/img/img-4-history-point480.jpg);
  }
  .our-history-section .list-points .point:nth-child(5) .img-point {
    background-image: url(/img/img-5-history-point480.jpg);
  }
  .our-history-section .list-points .point:nth-child(6) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .our-history-section .list-points .point:nth-child(6) .img-point {
    max-width: 376px;
    height: 352px;
    background-image: url(/img/img-6-history-point-480.jpg);
  }
  .our-history-section .list-points .point:nth-child(7) .img-point {
    background-image: url(/img/img-7-history-point-480.jpg);
  }
  .our-history-section .list-points .point:nth-child(3), .our-history-section .list-points .point:nth-child(6) {
    padding: 25px 0;
    margin: 20px 0 30px;
  }
  .our-history-section .list-points .point:nth-child(3):after, .our-history-section .list-points .point:nth-child(6):after {
    height: 480px;
    top: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .our-history-section .list-points .point:nth-child(3) .content-point, .our-history-section .list-points .point:nth-child(6) .content-point {
    max-width: 100%;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .our-history-section .list-points .point:nth-child(4) .img-point, .our-history-section .list-points .point:nth-child(5) .img-point, .our-history-section .list-points .point:nth-child(7) .img-point {
    height: 344px;
  }
  .our-history-section .list-points .point .content-point {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .our-history-section .list-points .point .content-point > * {
    text-align: center;
  }
  .our-history-section .list-points .point .img-point {
    max-width: 450px;
    height: 344px;
  }
}
@media (max-width: 479px) {
  .our-history-section {
    padding-bottom: 50px;
  }
  .our-history-section .list-points .point:nth-child(1) .img-point {
    background-image: url(/img/img-1-history-point375.jpg);
    height: 256px;
  }
  .our-history-section .list-points .point:nth-child(2) .img-point {
    background-image: url(/img/img-2-history-point375.jpg);
    height: 356px;
  }
  .our-history-section .list-points .point:nth-child(3) .img-point {
    max-width: 100%;
    height: 314px;
    background-image: url(/img/img-3-history-point375.jpg);
  }
  .our-history-section .list-points .point:nth-child(4) .img-point {
    background-image: url(/img/img-4-history-point375.jpg);
  }
  .our-history-section .list-points .point:nth-child(5) .img-point {
    background-image: url(/img/img-5-history-point375.jpg);
  }
  .our-history-section .list-points .point:nth-child(6) .img-point {
    max-width: 100%;
    height: 314px;
    background-image: url(/img/img-6-history-point-375.jpg);
  }
  .our-history-section .list-points .point:nth-child(7) .img-point {
    background-image: url(/img/img-7-history-point-375.jpg);
  }
  .our-history-section .list-points .point:nth-child(3):after, .our-history-section .list-points .point:nth-child(6):after {
    height: 70%;
  }
  .our-history-section .list-points .point:nth-child(4) .img-point, .our-history-section .list-points .point:nth-child(5) .img-point, .our-history-section .list-points .point:nth-child(7) .img-point {
    height: 256px;
  }
  .our-history-section .list-points .point .img-point {
    height: 256px;
  }
}

/*** Logistic section ***/
.logistic-section .container {
  padding: 100px 0;
  position: relative;
}
.logistic-section .container:before {
  content: "";
  display: block;
  background-color: #121212;
  width: 1488px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.logistic-section .list-points {
  max-width: 1260px;
  position: relative;
  z-index: 5;
}
.logistic-section .list-points:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='1263' height='16' viewBox='0 0 1263 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66663 8.49989C5.66663 7.02713 4.47278 5.83322 3 5.83322C1.52722 5.83322 0.333374 7.02713 0.333374 8.49989C0.333374 9.97265 1.52722 11.1666 3 11.1666C4.47278 11.1666 5.66663 9.97265 5.66663 8.49989ZM1263 8L1261.5 8L1261.5 9L1263 9L1263 8ZM1258.5 8L1255.5 8L1255.5 9L1258.5 9L1258.5 8ZM1252.5 8L1249.5 8L1249.5 9L1252.5 9L1252.5 8ZM1246.5 8L1243.5 8L1243.5 9L1246.5 9L1246.5 8ZM1240.5 8L1237.5 8L1237.5 9L1240.5 9L1240.5 8ZM1234.5 8L1231.5 8L1231.5 9L1234.5 9L1234.5 8ZM1228.5 8L1225.5 8L1225.5 9L1228.5 9L1228.5 8ZM1222.5 8L1219.5 8L1219.5 9L1222.5 9L1222.5 8ZM1216.5 8L1213.5 8L1213.5 9L1216.5 9L1216.5 8ZM1210.5 8L1207.5 8L1207.5 9L1210.5 9L1210.5 8ZM1204.5 7.99999L1201.5 7.99999L1201.5 8.99999L1204.5 8.99999L1204.5 7.99999ZM1198.5 7.99999L1195.5 7.99999L1195.5 8.99999L1198.5 8.99999L1198.5 7.99999ZM1192.5 7.99999L1189.5 7.99999L1189.5 8.99999L1192.5 8.99999L1192.5 7.99999ZM1186.5 7.99999L1183.5 7.99999L1183.5 8.99999L1186.5 8.99999L1186.5 7.99999ZM1180.5 7.99999L1177.5 7.99999L1177.5 8.99999L1180.5 8.99999L1180.5 7.99999ZM1174.5 7.99999L1171.5 7.99999L1171.5 8.99999L1174.5 8.99999L1174.5 7.99999ZM1168.5 7.99999L1165.5 7.99999L1165.5 8.99999L1168.5 8.99999L1168.5 7.99999ZM1162.5 7.99999L1159.5 7.99999L1159.5 8.99999L1162.5 8.99999L1162.5 7.99999ZM1156.5 7.99999L1153.5 7.99999L1153.5 8.99999L1156.5 8.99999L1156.5 7.99999ZM1150.5 7.99999L1147.5 7.99999L1147.5 8.99999L1150.5 8.99999L1150.5 7.99999ZM1144.5 7.99999L1141.5 7.99999L1141.5 8.99999L1144.5 8.99999L1144.5 7.99999ZM1138.5 7.99999L1135.5 7.99999L1135.5 8.99999L1138.5 8.99999L1138.5 7.99999ZM1132.5 7.99999L1129.5 7.99999L1129.5 8.99999L1132.5 8.99999L1132.5 7.99999ZM1126.5 7.99999L1123.5 7.99999L1123.5 8.99999L1126.5 8.99999L1126.5 7.99999ZM1120.5 7.99999L1117.5 7.99999L1117.5 8.99999L1120.5 8.99999L1120.5 7.99999ZM1114.5 7.99999L1111.5 7.99999L1111.5 8.99999L1114.5 8.99999L1114.5 7.99999ZM1108.5 7.99999L1105.5 7.99999L1105.5 8.99999L1108.5 8.99999L1108.5 7.99999ZM1102.5 7.99999L1099.5 7.99999L1099.5 8.99999L1102.5 8.99999L1102.5 7.99999ZM1096.5 7.99999L1093.5 7.99999L1093.5 8.99999L1096.5 8.99999L1096.5 7.99999ZM1090.5 7.99998L1087.5 7.99998L1087.5 8.99998L1090.5 8.99998L1090.5 7.99998ZM1084.5 7.99998L1081.5 7.99998L1081.5 8.99998L1084.5 8.99998L1084.5 7.99998ZM1078.5 7.99998L1075.5 7.99998L1075.5 8.99998L1078.5 8.99998L1078.5 7.99998ZM1072.5 7.99998L1069.5 7.99998L1069.5 8.99998L1072.5 8.99998L1072.5 7.99998ZM1066.5 7.99998L1063.5 7.99998L1063.5 8.99998L1066.5 8.99998L1066.5 7.99998ZM1060.5 7.99998L1057.5 7.99998L1057.5 8.99998L1060.5 8.99998L1060.5 7.99998ZM1054.5 7.99998L1051.5 7.99998L1051.5 8.99998L1054.5 8.99998L1054.5 7.99998ZM1048.5 7.99998L1045.5 7.99998L1045.5 8.99998L1048.5 8.99998L1048.5 7.99998ZM1042.5 7.99998L1039.5 7.99998L1039.5 8.99998L1042.5 8.99998L1042.5 7.99998ZM1036.5 7.99998L1033.5 7.99998L1033.5 8.99998L1036.5 8.99998L1036.5 7.99998ZM1030.5 7.99998L1027.5 7.99998L1027.5 8.99998L1030.5 8.99998L1030.5 7.99998ZM1024.5 7.99998L1021.5 7.99998L1021.5 8.99998L1024.5 8.99998L1024.5 7.99998ZM1018.5 7.99998L1015.5 7.99998L1015.5 8.99998L1018.5 8.99998L1018.5 7.99998ZM1012.5 7.99998L1009.5 7.99998L1009.5 8.99998L1012.5 8.99998L1012.5 7.99998ZM1006.5 7.99998L1003.5 7.99998L1003.5 8.99998L1006.5 8.99998L1006.5 7.99998ZM1000.5 7.99998L997.5 7.99998L997.5 8.99998L1000.5 8.99998L1000.5 7.99998ZM994.5 7.99998L991.5 7.99998L991.5 8.99998L994.5 8.99998L994.5 7.99998ZM988.5 7.99998L985.5 7.99998L985.5 8.99998L988.5 8.99998L988.5 7.99998ZM982.5 7.99998L979.5 7.99998L979.5 8.99998L982.5 8.99998L982.5 7.99998ZM976.5 7.99997L973.5 7.99997L973.5 8.99997L976.5 8.99997L976.5 7.99997ZM970.5 7.99997L967.5 7.99997L967.5 8.99997L970.5 8.99997L970.5 7.99997ZM964.5 7.99997L961.5 7.99997L961.5 8.99997L964.5 8.99997L964.5 7.99997ZM958.5 7.99997L955.5 7.99997L955.5 8.99997L958.5 8.99997L958.5 7.99997ZM952.5 7.99997L949.5 7.99997L949.5 8.99997L952.5 8.99997L952.5 7.99997ZM946.5 7.99997L943.5 7.99997L943.5 8.99997L946.5 8.99997L946.5 7.99997ZM940.5 7.99997L937.5 7.99997L937.5 8.99997L940.5 8.99997L940.5 7.99997ZM934.5 7.99997L931.5 7.99997L931.5 8.99997L934.5 8.99997L934.5 7.99997ZM928.5 7.99997L925.5 7.99997L925.5 8.99997L928.5 8.99997L928.5 7.99997ZM922.5 7.99997L919.5 7.99997L919.5 8.99997L922.5 8.99997L922.5 7.99997ZM916.5 7.99997L913.5 7.99997L913.5 8.99997L916.5 8.99997L916.5 7.99997ZM910.5 7.99997L907.5 7.99997L907.5 8.99997L910.5 8.99997L910.5 7.99997ZM904.5 7.99997L901.5 7.99997L901.5 8.99997L904.5 8.99997L904.5 7.99997ZM898.5 7.99997L895.5 7.99997L895.5 8.99997L898.5 8.99997L898.5 7.99997ZM892.5 7.99997L889.5 7.99997L889.5 8.99997L892.5 8.99997L892.5 7.99997ZM886.5 7.99997L883.5 7.99997L883.5 8.99997L886.5 8.99997L886.5 7.99997ZM880.5 7.99997L877.5 7.99997L877.5 8.99997L880.5 8.99997L880.5 7.99997ZM874.5 7.99997L871.5 7.99997L871.5 8.99997L874.5 8.99997L874.5 7.99997ZM868.5 7.99997L865.5 7.99997L865.5 8.99997L868.5 8.99997L868.5 7.99997ZM862.5 7.99996L859.5 7.99996L859.5 8.99996L862.5 8.99996L862.5 7.99996ZM856.5 7.99996L853.5 7.99996L853.5 8.99996L856.5 8.99996L856.5 7.99996ZM850.5 7.99996L847.5 7.99996L847.5 8.99996L850.5 8.99996L850.5 7.99996ZM844.5 7.99996L841.5 7.99996L841.5 8.99996L844.5 8.99996L844.5 7.99996ZM838.5 7.99996L835.5 7.99996L835.5 8.99996L838.5 8.99996L838.5 7.99996ZM832.5 7.99996L829.5 7.99996L829.5 8.99996L832.5 8.99996L832.5 7.99996ZM826.5 7.99996L823.5 7.99996L823.5 8.99996L826.5 8.99996L826.5 7.99996ZM820.5 7.99996L817.5 7.99996L817.5 8.99996L820.5 8.99996L820.5 7.99996ZM814.5 7.99996L811.5 7.99996L811.5 8.99996L814.5 8.99996L814.5 7.99996ZM808.5 7.99996L805.5 7.99996L805.5 8.99996L808.5 8.99996L808.5 7.99996ZM802.5 7.99996L799.5 7.99996L799.5 8.99996L802.5 8.99996L802.5 7.99996ZM796.5 7.99996L793.5 7.99996L793.5 8.99996L796.5 8.99996L796.5 7.99996ZM790.5 7.99996L787.5 7.99996L787.5 8.99996L790.5 8.99996L790.5 7.99996ZM784.5 7.99996L781.5 7.99996L781.5 8.99996L784.5 8.99996L784.5 7.99996ZM778.5 7.99996L775.5 7.99996L775.5 8.99996L778.5 8.99996L778.5 7.99996ZM772.5 7.99996L769.5 7.99996L769.5 8.99996L772.5 8.99996L772.5 7.99996ZM766.5 7.99996L763.5 7.99996L763.5 8.99996L766.5 8.99996L766.5 7.99996ZM760.5 7.99996L757.5 7.99996L757.5 8.99996L760.5 8.99996L760.5 7.99996ZM754.5 7.99996L751.5 7.99996L751.5 8.99996L754.5 8.99996L754.5 7.99996ZM748.5 7.99996L745.5 7.99995L745.5 8.99995L748.5 8.99996L748.5 7.99996ZM742.5 7.99995L739.5 7.99995L739.5 8.99995L742.5 8.99995L742.5 7.99995ZM736.5 7.99995L733.5 7.99995L733.5 8.99995L736.5 8.99995L736.5 7.99995ZM730.5 7.99995L727.5 7.99995L727.5 8.99995L730.5 8.99995L730.5 7.99995ZM724.5 7.99995L721.5 7.99995L721.5 8.99995L724.5 8.99995L724.5 7.99995ZM718.5 7.99995L715.5 7.99995L715.5 8.99995L718.5 8.99995L718.5 7.99995ZM712.5 7.99995L709.5 7.99995L709.5 8.99995L712.5 8.99995L712.5 7.99995ZM706.5 7.99995L703.5 7.99995L703.5 8.99995L706.5 8.99995L706.5 7.99995ZM700.5 7.99995L697.5 7.99995L697.5 8.99995L700.5 8.99995L700.5 7.99995ZM694.5 7.99995L691.5 7.99995L691.5 8.99995L694.5 8.99995L694.5 7.99995ZM688.5 7.99995L685.5 7.99995L685.5 8.99995L688.5 8.99995L688.5 7.99995ZM682.5 7.99995L679.5 7.99995L679.5 8.99995L682.5 8.99995L682.5 7.99995ZM676.5 7.99995L673.5 7.99995L673.5 8.99995L676.5 8.99995L676.5 7.99995ZM670.5 7.99995L667.5 7.99995L667.5 8.99995L670.5 8.99995L670.5 7.99995ZM664.5 7.99995L661.5 7.99995L661.5 8.99995L664.5 8.99995L664.5 7.99995ZM658.5 7.99995L655.5 7.99995L655.5 8.99995L658.5 8.99995L658.5 7.99995ZM652.5 7.99995L649.5 7.99995L649.5 8.99995L652.5 8.99995L652.5 7.99995ZM646.5 7.99995L643.5 7.99995L643.5 8.99995L646.5 8.99995L646.5 7.99995ZM640.5 7.99995L637.5 7.99995L637.5 8.99995L640.5 8.99995L640.5 7.99995ZM634.5 7.99995L631.5 7.99994L631.5 8.99994L634.5 8.99995L634.5 7.99995ZM628.5 7.99994L625.5 7.99994L625.5 8.99994L628.5 8.99994L628.5 7.99994ZM622.5 7.99994L619.5 7.99994L619.5 8.99994L622.5 8.99994L622.5 7.99994ZM616.5 7.99994L613.5 7.99994L613.5 8.99994L616.5 8.99994L616.5 7.99994ZM610.5 7.99994L607.5 7.99994L607.5 8.99994L610.5 8.99994L610.5 7.99994ZM604.5 7.99994L601.5 7.99994L601.5 8.99994L604.5 8.99994L604.5 7.99994ZM598.5 7.99994L595.5 7.99994L595.5 8.99994L598.5 8.99994L598.5 7.99994ZM592.5 7.99994L589.5 7.99994L589.5 8.99994L592.5 8.99994L592.5 7.99994ZM586.5 7.99994L583.5 7.99994L583.5 8.99994L586.5 8.99994L586.5 7.99994ZM580.5 7.99994L577.5 7.99994L577.5 8.99994L580.5 8.99994L580.5 7.99994ZM574.5 7.99994L571.5 7.99994L571.5 8.99994L574.5 8.99994L574.5 7.99994ZM568.5 7.99994L565.5 7.99994L565.5 8.99994L568.5 8.99994L568.5 7.99994ZM562.5 7.99994L559.5 7.99994L559.5 8.99994L562.5 8.99994L562.5 7.99994ZM556.5 7.99994L553.5 7.99994L553.5 8.99994L556.5 8.99994L556.5 7.99994ZM550.5 7.99994L547.5 7.99994L547.5 8.99994L550.5 8.99994L550.5 7.99994ZM544.5 7.99994L541.5 7.99994L541.5 8.99994L544.5 8.99994L544.5 7.99994ZM538.5 7.99994L535.5 7.99994L535.5 8.99994L538.5 8.99994L538.5 7.99994ZM532.5 7.99994L529.5 7.99994L529.5 8.99994L532.5 8.99994L532.5 7.99994ZM526.5 7.99994L523.5 7.99994L523.5 8.99994L526.5 8.99994L526.5 7.99994ZM520.5 7.99994L517.5 7.99993L517.5 8.99993L520.5 8.99994L520.5 7.99994ZM514.5 7.99993L511.5 7.99993L511.5 8.99993L514.5 8.99993L514.5 7.99993ZM508.5 7.99993L505.5 7.99993L505.5 8.99993L508.5 8.99993L508.5 7.99993ZM502.5 7.99993L499.5 7.99993L499.5 8.99993L502.5 8.99993L502.5 7.99993ZM496.5 7.99993L493.5 7.99993L493.5 8.99993L496.5 8.99993L496.5 7.99993ZM490.5 7.99993L487.5 7.99993L487.5 8.99993L490.5 8.99993L490.5 7.99993ZM484.5 7.99993L481.5 7.99993L481.5 8.99993L484.5 8.99993L484.5 7.99993ZM478.5 7.99993L475.5 7.99993L475.5 8.99993L478.5 8.99993L478.5 7.99993ZM472.5 7.99993L469.5 7.99993L469.5 8.99993L472.5 8.99993L472.5 7.99993ZM466.5 7.99993L463.5 7.99993L463.5 8.99993L466.5 8.99993L466.5 7.99993ZM460.5 7.99993L457.5 7.99993L457.5 8.99993L460.5 8.99993L460.5 7.99993ZM454.5 7.99993L451.5 7.99993L451.5 8.99993L454.5 8.99993L454.5 7.99993ZM448.5 7.99993L445.5 7.99993L445.5 8.99993L448.5 8.99993L448.5 7.99993ZM442.5 7.99993L439.5 7.99993L439.5 8.99993L442.5 8.99993L442.5 7.99993ZM436.5 7.99993L433.5 7.99993L433.5 8.99993L436.5 8.99993L436.5 7.99993ZM430.5 7.99993L427.5 7.99993L427.5 8.99993L430.5 8.99993L430.5 7.99993ZM424.5 7.99993L421.5 7.99993L421.5 8.99993L424.5 8.99993L424.5 7.99993ZM418.5 7.99993L415.5 7.99993L415.5 8.99993L418.5 8.99993L418.5 7.99993ZM412.5 7.99993L409.5 7.99993L409.5 8.99993L412.5 8.99993L412.5 7.99993ZM406.5 7.99993L403.5 7.99992L403.5 8.99992L406.5 8.99993L406.5 7.99993ZM400.5 7.99992L397.5 7.99992L397.5 8.99992L400.5 8.99992L400.5 7.99992ZM394.5 7.99992L391.5 7.99992L391.5 8.99992L394.5 8.99992L394.5 7.99992ZM388.5 7.99992L385.5 7.99992L385.5 8.99992L388.5 8.99992L388.5 7.99992ZM382.5 7.99992L379.5 7.99992L379.5 8.99992L382.5 8.99992L382.5 7.99992ZM376.5 7.99992L373.5 7.99992L373.5 8.99992L376.5 8.99992L376.5 7.99992ZM370.5 7.99992L367.5 7.99992L367.5 8.99992L370.5 8.99992L370.5 7.99992ZM364.5 7.99992L361.5 7.99992L361.5 8.99992L364.5 8.99992L364.5 7.99992ZM358.5 7.99992L355.5 7.99992L355.5 8.99992L358.5 8.99992L358.5 7.99992ZM352.5 7.99992L349.5 7.99992L349.5 8.99992L352.5 8.99992L352.5 7.99992ZM346.5 7.99992L343.5 7.99992L343.5 8.99992L346.5 8.99992L346.5 7.99992ZM340.5 7.99992L337.5 7.99992L337.5 8.99992L340.5 8.99992L340.5 7.99992ZM334.5 7.99992L331.5 7.99992L331.5 8.99992L334.5 8.99992L334.5 7.99992ZM328.5 7.99992L325.5 7.99992L325.5 8.99992L328.5 8.99992L328.5 7.99992ZM322.5 7.99992L319.5 7.99992L319.5 8.99992L322.5 8.99992L322.5 7.99992ZM316.5 7.99992L313.5 7.99992L313.5 8.99992L316.5 8.99992L316.5 7.99992ZM310.5 7.99992L307.5 7.99992L307.5 8.99992L310.5 8.99992L310.5 7.99992ZM304.5 7.99992L301.5 7.99992L301.5 8.99992L304.5 8.99992L304.5 7.99992ZM298.5 7.99992L295.5 7.99992L295.5 8.99992L298.5 8.99992L298.5 7.99992ZM292.5 7.99992L289.5 7.99991L289.5 8.99991L292.5 8.99992L292.5 7.99992ZM286.5 7.99991L283.5 7.99991L283.5 8.99991L286.5 8.99991L286.5 7.99991ZM280.5 7.99991L277.5 7.99991L277.5 8.99991L280.5 8.99991L280.5 7.99991ZM274.5 7.99991L271.5 7.99991L271.5 8.99991L274.5 8.99991L274.5 7.99991ZM268.5 7.99991L265.5 7.99991L265.5 8.99991L268.5 8.99991L268.5 7.99991ZM262.5 7.99991L259.5 7.99991L259.5 8.99991L262.5 8.99991L262.5 7.99991ZM256.5 7.99991L253.5 7.99991L253.5 8.99991L256.5 8.99991L256.5 7.99991ZM250.5 7.99991L247.5 7.99991L247.5 8.99991L250.5 8.99991L250.5 7.99991ZM244.5 7.99991L241.5 7.99991L241.5 8.99991L244.5 8.99991L244.5 7.99991ZM238.5 7.99991L235.5 7.99991L235.5 8.99991L238.5 8.99991L238.5 7.99991ZM232.5 7.99991L229.5 7.99991L229.5 8.99991L232.5 8.99991L232.5 7.99991ZM226.5 7.99991L223.5 7.99991L223.5 8.99991L226.5 8.99991L226.5 7.99991ZM220.5 7.99991L217.5 7.99991L217.5 8.99991L220.5 8.99991L220.5 7.99991ZM214.5 7.99991L211.5 7.99991L211.5 8.99991L214.5 8.99991L214.5 7.99991ZM208.5 7.99991L205.5 7.99991L205.5 8.99991L208.5 8.99991L208.5 7.99991ZM202.5 7.99991L199.5 7.99991L199.5 8.99991L202.5 8.99991L202.5 7.99991ZM196.5 7.99991L193.5 7.99991L193.5 8.99991L196.5 8.99991L196.5 7.99991ZM190.5 7.99991L187.5 7.99991L187.5 8.99991L190.5 8.99991L190.5 7.99991ZM184.5 7.99991L181.5 7.99991L181.5 8.99991L184.5 8.99991L184.5 7.99991ZM178.5 7.99991L175.5 7.9999L175.5 8.9999L178.5 8.99991L178.5 7.99991ZM172.5 7.9999L169.5 7.9999L169.5 8.9999L172.5 8.9999L172.5 7.9999ZM166.5 7.9999L163.5 7.9999L163.5 8.9999L166.5 8.9999L166.5 7.9999ZM160.5 7.9999L157.5 7.9999L157.5 8.9999L160.5 8.9999L160.5 7.9999ZM154.5 7.9999L151.5 7.9999L151.5 8.9999L154.5 8.9999L154.5 7.9999ZM148.5 7.9999L145.5 7.9999L145.5 8.9999L148.5 8.9999L148.5 7.9999ZM142.5 7.9999L139.5 7.9999L139.5 8.9999L142.5 8.9999L142.5 7.9999ZM136.5 7.9999L133.5 7.9999L133.5 8.9999L136.5 8.9999L136.5 7.9999ZM130.5 7.9999L127.5 7.9999L127.5 8.9999L130.5 8.9999L130.5 7.9999ZM124.5 7.9999L121.5 7.9999L121.5 8.9999L124.5 8.9999L124.5 7.9999ZM118.5 7.9999L115.5 7.9999L115.5 8.9999L118.5 8.9999L118.5 7.9999ZM112.5 7.9999L109.5 7.9999L109.5 8.9999L112.5 8.9999L112.5 7.9999ZM106.5 7.9999L103.5 7.9999L103.5 8.9999L106.5 8.9999L106.5 7.9999ZM100.5 7.9999L97.5 7.9999L97.5 8.9999L100.5 8.9999L100.5 7.9999ZM94.5 7.9999L91.5 7.9999L91.5 8.9999L94.5 8.9999L94.5 7.9999ZM88.5 7.9999L85.5 7.9999L85.5 8.9999L88.5 8.9999L88.5 7.9999ZM82.5 7.9999L79.5 7.9999L79.5 8.9999L82.5 8.9999L82.5 7.9999ZM76.5 7.9999L73.5 7.9999L73.5 8.9999L76.5 8.9999L76.5 7.9999ZM70.5 7.9999L67.5 7.9999L67.5 8.9999L70.5 8.9999L70.5 7.9999ZM64.5 7.9999L61.5 7.99989L61.5 8.99989L64.5 8.9999L64.5 7.9999ZM58.5 7.99989L55.5 7.99989L55.5 8.99989L58.5 8.99989L58.5 7.99989ZM52.5 7.99989L49.5 7.99989L49.5 8.99989L52.5 8.99989L52.5 7.99989ZM46.5 7.99989L43.5 7.99989L43.5 8.99989L46.5 8.99989L46.5 7.99989ZM40.5 7.99989L37.5 7.99989L37.5 8.99989L40.5 8.99989L40.5 7.99989ZM34.5 7.99989L31.5 7.99989L31.5 8.99989L34.5 8.99989L34.5 7.99989ZM28.5 7.99989L25.5 7.99989L25.5 8.99989L28.5 8.99989L28.5 7.99989ZM22.5 7.99989L19.5 7.99989L19.5 8.99989L22.5 8.99989L22.5 7.99989ZM16.5 7.99989L13.5 7.99989L13.5 8.99989L16.5 8.99989L16.5 7.99989ZM10.5 7.99989L7.5 7.99989L7.5 8.99989L10.5 8.99989L10.5 7.99989ZM4.5 7.99989L3 7.99989L3 8.99989L4.5 8.99989L4.5 7.99989Z' fill='%23785846' /%3E%3Cpath d='M255 8L243 14.9282L243 1.0718L255 8Z' fill='%23785846' /%3E%3Cpath d='M511 8L499 14.9282L499 1.0718L511 8Z' fill='%23785846' /%3E%3Cpath d='M769 8L757 14.9282L757 1.0718L769 8Z' fill='%23785846' /%3E%3Cpath d='M1026 8L1014 14.9282L1014 1.0718L1026 8Z' fill='%23785846' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1263px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.logistic-section .list-points .point {
  width: 236px;
  height: 207px;
  border: 1px solid #785846;
  border-radius: 5px;
  padding: 20px 16px;
  position: relative;
}
.logistic-section .list-points .point:nth-child(1) .text {
  text-align: right;
}
.logistic-section .list-points .point img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.logistic-section .list-points .point .text {
  font-size: 20px;
  line-height: 160%;
  position: relative;
  z-index: 5;
}
@media (max-width: 1365px) {
  .logistic-section .container {
    padding: 65px 0;
  }
  .logistic-section .list-points {
    max-width: 960px;
  }
  .logistic-section .list-points:before {
    background-image: url("data:image/svg+xml,%3Csvg width='963' height='16' viewBox='0 0 963 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66669 8.49989C5.66669 7.02713 4.47278 5.83322 3 5.83322C1.52722 5.83322 0.333313 7.02713 0.333313 8.49989C0.333313 9.97265 1.52722 11.1666 3 11.1666C4.47278 11.1666 5.66669 9.97265 5.66669 8.49989ZM963 8L961.5 8L961.5 9L963 9L963 8ZM958.5 8L955.5 8L955.5 9L958.5 9L958.5 8ZM952.5 8L949.5 8L949.5 9L952.5 9L952.5 8ZM946.5 8L943.5 8L943.5 9L946.5 9L946.5 8ZM940.5 8L937.5 8L937.5 9L940.5 9L940.5 8ZM934.5 8L931.5 8L931.5 9L934.5 9L934.5 8ZM928.5 8L925.5 8L925.5 9L928.5 9L928.5 8ZM922.5 8L919.5 8L919.5 9L922.5 9L922.5 8ZM916.5 7.99999L913.5 7.99999L913.5 8.99999L916.5 8.99999L916.5 7.99999ZM910.5 7.99999L907.5 7.99999L907.5 8.99999L910.5 8.99999L910.5 7.99999ZM904.5 7.99999L901.5 7.99999L901.5 8.99999L904.5 8.99999L904.5 7.99999ZM898.5 7.99999L895.5 7.99999L895.5 8.99999L898.5 8.99999L898.5 7.99999ZM892.5 7.99999L889.5 7.99999L889.5 8.99999L892.5 8.99999L892.5 7.99999ZM886.5 7.99999L883.5 7.99999L883.5 8.99999L886.5 8.99999L886.5 7.99999ZM880.5 7.99999L877.5 7.99999L877.5 8.99999L880.5 8.99999L880.5 7.99999ZM874.5 7.99999L871.5 7.99999L871.5 8.99999L874.5 8.99999L874.5 7.99999ZM868.5 7.99999L865.5 7.99999L865.5 8.99999L868.5 8.99999L868.5 7.99999ZM862.5 7.99999L859.5 7.99999L859.5 8.99999L862.5 8.99999L862.5 7.99999ZM856.5 7.99999L853.5 7.99999L853.5 8.99999L856.5 8.99999L856.5 7.99999ZM850.5 7.99999L847.5 7.99999L847.5 8.99999L850.5 8.99999L850.5 7.99999ZM844.5 7.99999L841.5 7.99999L841.5 8.99999L844.5 8.99999L844.5 7.99999ZM838.5 7.99999L835.5 7.99999L835.5 8.99999L838.5 8.99999L838.5 7.99999ZM832.5 7.99999L829.5 7.99998L829.5 8.99998L832.5 8.99999L832.5 7.99999ZM826.5 7.99998L823.5 7.99998L823.5 8.99998L826.5 8.99998L826.5 7.99998ZM820.5 7.99998L817.5 7.99998L817.5 8.99998L820.5 8.99998L820.5 7.99998ZM814.5 7.99998L811.5 7.99998L811.5 8.99998L814.5 8.99998L814.5 7.99998ZM808.5 7.99998L805.5 7.99998L805.5 8.99998L808.5 8.99998L808.5 7.99998ZM802.5 7.99998L799.5 7.99998L799.5 8.99998L802.5 8.99998L802.5 7.99998ZM796.5 7.99998L793.5 7.99998L793.5 8.99998L796.5 8.99998L796.5 7.99998ZM790.5 7.99998L787.5 7.99998L787.5 8.99998L790.5 8.99998L790.5 7.99998ZM784.5 7.99998L781.5 7.99998L781.5 8.99998L784.5 8.99998L784.5 7.99998ZM778.5 7.99998L775.5 7.99998L775.5 8.99998L778.5 8.99998L778.5 7.99998ZM772.5 7.99998L769.5 7.99998L769.5 8.99998L772.5 8.99998L772.5 7.99998ZM766.5 7.99998L763.5 7.99998L763.5 8.99998L766.5 8.99998L766.5 7.99998ZM760.5 7.99998L757.5 7.99998L757.5 8.99998L760.5 8.99998L760.5 7.99998ZM754.5 7.99998L751.5 7.99998L751.5 8.99998L754.5 8.99998L754.5 7.99998ZM748.5 7.99998L745.5 7.99998L745.5 8.99998L748.5 8.99998L748.5 7.99998ZM742.5 7.99997L739.5 7.99997L739.5 8.99997L742.5 8.99997L742.5 7.99997ZM736.5 7.99997L733.5 7.99997L733.5 8.99997L736.5 8.99997L736.5 7.99997ZM730.5 7.99997L727.5 7.99997L727.5 8.99997L730.5 8.99997L730.5 7.99997ZM724.5 7.99997L721.5 7.99997L721.5 8.99997L724.5 8.99997L724.5 7.99997ZM718.5 7.99997L715.5 7.99997L715.5 8.99997L718.5 8.99997L718.5 7.99997ZM712.5 7.99997L709.5 7.99997L709.5 8.99997L712.5 8.99997L712.5 7.99997ZM706.5 7.99997L703.5 7.99997L703.5 8.99997L706.5 8.99997L706.5 7.99997ZM700.5 7.99997L697.5 7.99997L697.5 8.99997L700.5 8.99997L700.5 7.99997ZM694.5 7.99997L691.5 7.99997L691.5 8.99997L694.5 8.99997L694.5 7.99997ZM688.5 7.99997L685.5 7.99997L685.5 8.99997L688.5 8.99997L688.5 7.99997ZM682.5 7.99997L679.5 7.99997L679.5 8.99997L682.5 8.99997L682.5 7.99997ZM676.5 7.99997L673.5 7.99997L673.5 8.99997L676.5 8.99997L676.5 7.99997ZM670.5 7.99997L667.5 7.99997L667.5 8.99997L670.5 8.99997L670.5 7.99997ZM664.5 7.99997L661.5 7.99997L661.5 8.99997L664.5 8.99997L664.5 7.99997ZM658.5 7.99997L655.5 7.99996L655.5 8.99996L658.5 8.99997L658.5 7.99997ZM652.5 7.99996L649.5 7.99996L649.5 8.99996L652.5 8.99996L652.5 7.99996ZM646.5 7.99996L643.5 7.99996L643.5 8.99996L646.5 8.99996L646.5 7.99996ZM640.5 7.99996L637.5 7.99996L637.5 8.99996L640.5 8.99996L640.5 7.99996ZM634.5 7.99996L631.5 7.99996L631.5 8.99996L634.5 8.99996L634.5 7.99996ZM628.5 7.99996L625.5 7.99996L625.5 8.99996L628.5 8.99996L628.5 7.99996ZM622.5 7.99996L619.5 7.99996L619.5 8.99996L622.5 8.99996L622.5 7.99996ZM616.5 7.99996L613.5 7.99996L613.5 8.99996L616.5 8.99996L616.5 7.99996ZM610.5 7.99996L607.5 7.99996L607.5 8.99996L610.5 8.99996L610.5 7.99996ZM604.5 7.99996L601.5 7.99996L601.5 8.99996L604.5 8.99996L604.5 7.99996ZM598.5 7.99996L595.5 7.99996L595.5 8.99996L598.5 8.99996L598.5 7.99996ZM592.5 7.99996L589.5 7.99996L589.5 8.99996L592.5 8.99996L592.5 7.99996ZM586.5 7.99996L583.5 7.99996L583.5 8.99996L586.5 8.99996L586.5 7.99996ZM580.5 7.99996L577.5 7.99996L577.5 8.99996L580.5 8.99996L580.5 7.99996ZM574.5 7.99996L571.5 7.99996L571.5 8.99996L574.5 8.99996L574.5 7.99996ZM568.5 7.99995L565.5 7.99995L565.5 8.99995L568.5 8.99995L568.5 7.99995ZM562.5 7.99995L559.5 7.99995L559.5 8.99995L562.5 8.99995L562.5 7.99995ZM556.5 7.99995L553.5 7.99995L553.5 8.99995L556.5 8.99995L556.5 7.99995ZM550.5 7.99995L547.5 7.99995L547.5 8.99995L550.5 8.99995L550.5 7.99995ZM544.5 7.99995L541.5 7.99995L541.5 8.99995L544.5 8.99995L544.5 7.99995ZM538.5 7.99995L535.5 7.99995L535.5 8.99995L538.5 8.99995L538.5 7.99995ZM532.5 7.99995L529.5 7.99995L529.5 8.99995L532.5 8.99995L532.5 7.99995ZM526.5 7.99995L523.5 7.99995L523.5 8.99995L526.5 8.99995L526.5 7.99995ZM520.5 7.99995L517.5 7.99995L517.5 8.99995L520.5 8.99995L520.5 7.99995ZM514.5 7.99995L511.5 7.99995L511.5 8.99995L514.5 8.99995L514.5 7.99995ZM508.5 7.99995L505.5 7.99995L505.5 8.99995L508.5 8.99995L508.5 7.99995ZM502.5 7.99995L499.5 7.99995L499.5 8.99995L502.5 8.99995L502.5 7.99995ZM496.5 7.99995L493.5 7.99995L493.5 8.99995L496.5 8.99995L496.5 7.99995ZM490.5 7.99995L487.5 7.99995L487.5 8.99995L490.5 8.99995L490.5 7.99995ZM484.5 7.99995L481.5 7.99994L481.5 8.99994L484.5 8.99995L484.5 7.99995ZM478.5 7.99994L475.5 7.99994L475.5 8.99994L478.5 8.99994L478.5 7.99994ZM472.5 7.99994L469.5 7.99994L469.5 8.99994L472.5 8.99994L472.5 7.99994ZM466.5 7.99994L463.5 7.99994L463.5 8.99994L466.5 8.99994L466.5 7.99994ZM460.5 7.99994L457.5 7.99994L457.5 8.99994L460.5 8.99994L460.5 7.99994ZM454.5 7.99994L451.5 7.99994L451.5 8.99994L454.5 8.99994L454.5 7.99994ZM448.5 7.99994L445.5 7.99994L445.5 8.99994L448.5 8.99994L448.5 7.99994ZM442.5 7.99994L439.5 7.99994L439.5 8.99994L442.5 8.99994L442.5 7.99994ZM436.5 7.99994L433.5 7.99994L433.5 8.99994L436.5 8.99994L436.5 7.99994ZM430.5 7.99994L427.5 7.99994L427.5 8.99994L430.5 8.99994L430.5 7.99994ZM424.5 7.99994L421.5 7.99994L421.5 8.99994L424.5 8.99994L424.5 7.99994ZM418.5 7.99994L415.5 7.99994L415.5 8.99994L418.5 8.99994L418.5 7.99994ZM412.5 7.99994L409.5 7.99994L409.5 8.99994L412.5 8.99994L412.5 7.99994ZM406.5 7.99994L403.5 7.99994L403.5 8.99994L406.5 8.99994L406.5 7.99994ZM400.5 7.99994L397.5 7.99994L397.5 8.99994L400.5 8.99994L400.5 7.99994ZM394.5 7.99993L391.5 7.99993L391.5 8.99993L394.5 8.99993L394.5 7.99993ZM388.5 7.99993L385.5 7.99993L385.5 8.99993L388.5 8.99993L388.5 7.99993ZM382.5 7.99993L379.5 7.99993L379.5 8.99993L382.5 8.99993L382.5 7.99993ZM376.5 7.99993L373.5 7.99993L373.5 8.99993L376.5 8.99993L376.5 7.99993ZM370.5 7.99993L367.5 7.99993L367.5 8.99993L370.5 8.99993L370.5 7.99993ZM364.5 7.99993L361.5 7.99993L361.5 8.99993L364.5 8.99993L364.5 7.99993ZM358.5 7.99993L355.5 7.99993L355.5 8.99993L358.5 8.99993L358.5 7.99993ZM352.5 7.99993L349.5 7.99993L349.5 8.99993L352.5 8.99993L352.5 7.99993ZM346.5 7.99993L343.5 7.99993L343.5 8.99993L346.5 8.99993L346.5 7.99993ZM340.5 7.99993L337.5 7.99993L337.5 8.99993L340.5 8.99993L340.5 7.99993ZM334.5 7.99993L331.5 7.99993L331.5 8.99993L334.5 8.99993L334.5 7.99993ZM328.5 7.99993L325.5 7.99993L325.5 8.99993L328.5 8.99993L328.5 7.99993ZM322.5 7.99993L319.5 7.99993L319.5 8.99993L322.5 8.99993L322.5 7.99993ZM316.5 7.99993L313.5 7.99993L313.5 8.99993L316.5 8.99993L316.5 7.99993ZM310.5 7.99993L307.5 7.99992L307.5 8.99992L310.5 8.99993L310.5 7.99993ZM304.5 7.99992L301.5 7.99992L301.5 8.99992L304.5 8.99992L304.5 7.99992ZM298.5 7.99992L295.5 7.99992L295.5 8.99992L298.5 8.99992L298.5 7.99992ZM292.5 7.99992L289.5 7.99992L289.5 8.99992L292.5 8.99992L292.5 7.99992ZM286.5 7.99992L283.5 7.99992L283.5 8.99992L286.5 8.99992L286.5 7.99992ZM280.5 7.99992L277.5 7.99992L277.5 8.99992L280.5 8.99992L280.5 7.99992ZM274.5 7.99992L271.5 7.99992L271.5 8.99992L274.5 8.99992L274.5 7.99992ZM268.5 7.99992L265.5 7.99992L265.5 8.99992L268.5 8.99992L268.5 7.99992ZM262.5 7.99992L259.5 7.99992L259.5 8.99992L262.5 8.99992L262.5 7.99992ZM256.5 7.99992L253.5 7.99992L253.5 8.99992L256.5 8.99992L256.5 7.99992ZM250.5 7.99992L247.5 7.99992L247.5 8.99992L250.5 8.99992L250.5 7.99992ZM244.5 7.99992L241.5 7.99992L241.5 8.99992L244.5 8.99992L244.5 7.99992ZM238.5 7.99992L235.5 7.99992L235.5 8.99992L238.5 8.99992L238.5 7.99992ZM232.5 7.99992L229.5 7.99992L229.5 8.99992L232.5 8.99992L232.5 7.99992ZM226.5 7.99992L223.5 7.99992L223.5 8.99992L226.5 8.99992L226.5 7.99992ZM220.5 7.99991L217.5 7.99991L217.5 8.99991L220.5 8.99991L220.5 7.99991ZM214.5 7.99991L211.5 7.99991L211.5 8.99991L214.5 8.99991L214.5 7.99991ZM208.5 7.99991L205.5 7.99991L205.5 8.99991L208.5 8.99991L208.5 7.99991ZM202.5 7.99991L199.5 7.99991L199.5 8.99991L202.5 8.99991L202.5 7.99991ZM196.5 7.99991L193.5 7.99991L193.5 8.99991L196.5 8.99991L196.5 7.99991ZM190.5 7.99991L187.5 7.99991L187.5 8.99991L190.5 8.99991L190.5 7.99991ZM184.5 7.99991L181.5 7.99991L181.5 8.99991L184.5 8.99991L184.5 7.99991ZM178.5 7.99991L175.5 7.99991L175.5 8.99991L178.5 8.99991L178.5 7.99991ZM172.5 7.99991L169.5 7.99991L169.5 8.99991L172.5 8.99991L172.5 7.99991ZM166.5 7.99991L163.5 7.99991L163.5 8.99991L166.5 8.99991L166.5 7.99991ZM160.5 7.99991L157.5 7.99991L157.5 8.99991L160.5 8.99991L160.5 7.99991ZM154.5 7.99991L151.5 7.99991L151.5 8.99991L154.5 8.99991L154.5 7.99991ZM148.5 7.99991L145.5 7.99991L145.5 8.99991L148.5 8.99991L148.5 7.99991ZM142.5 7.99991L139.5 7.99991L139.5 8.99991L142.5 8.99991L142.5 7.99991ZM136.5 7.99991L133.5 7.9999L133.5 8.9999L136.5 8.99991L136.5 7.99991ZM130.5 7.9999L127.5 7.9999L127.5 8.9999L130.5 8.9999L130.5 7.9999ZM124.5 7.9999L121.5 7.9999L121.5 8.9999L124.5 8.9999L124.5 7.9999ZM118.5 7.9999L115.5 7.9999L115.5 8.9999L118.5 8.9999L118.5 7.9999ZM112.5 7.9999L109.5 7.9999L109.5 8.9999L112.5 8.9999L112.5 7.9999ZM106.5 7.9999L103.5 7.9999L103.5 8.9999L106.5 8.9999L106.5 7.9999ZM100.5 7.9999L97.5 7.9999L97.5 8.9999L100.5 8.9999L100.5 7.9999ZM94.5 7.9999L91.5 7.9999L91.5 8.9999L94.5 8.9999L94.5 7.9999ZM88.5 7.9999L85.5 7.9999L85.5 8.9999L88.5 8.9999L88.5 7.9999ZM82.5 7.9999L79.5 7.9999L79.5 8.9999L82.5 8.9999L82.5 7.9999ZM76.5 7.9999L73.5 7.9999L73.5 8.9999L76.5 8.9999L76.5 7.9999ZM70.5 7.9999L67.5 7.9999L67.5 8.9999L70.5 8.9999L70.5 7.9999ZM64.5 7.9999L61.5 7.9999L61.5 8.9999L64.5 8.9999L64.5 7.9999ZM58.5 7.9999L55.5 7.9999L55.5 8.9999L58.5 8.9999L58.5 7.9999ZM52.5 7.9999L49.5 7.9999L49.5 8.9999L52.5 8.9999L52.5 7.9999ZM46.5 7.99989L43.5 7.99989L43.5 8.99989L46.5 8.99989L46.5 7.99989ZM40.5 7.99989L37.5 7.99989L37.5 8.99989L40.5 8.99989L40.5 7.99989ZM34.5 7.99989L31.5 7.99989L31.5 8.99989L34.5 8.99989L34.5 7.99989ZM28.5 7.99989L25.5 7.99989L25.5 8.99989L28.5 8.99989L28.5 7.99989ZM22.5 7.99989L19.5 7.99989L19.5 8.99989L22.5 8.99989L22.5 7.99989ZM16.5 7.99989L13.5 7.99989L13.5 8.99989L16.5 8.99989L16.5 7.99989ZM10.5 7.99989L7.5 7.99989L7.5 8.99989L10.5 8.99989L10.5 7.99989ZM4.5 7.99989L3 7.99989L3 8.99989L4.5 8.99989L4.5 7.99989Z' fill='%23785846' /%3E%3Cpath d='M202 8L190 14.9282L190 1.0718L202 8Z' fill='%23785846' /%3E%3Cpath d='M393 8L381 14.9282L381 1.0718L393 8Z' fill='%23785846' /%3E%3Cpath d='M591 8L579 14.9282L579 1.0718L591 8Z' fill='%23785846' /%3E%3Cpath d='M784 8L772 14.9282L772 1.0718L784 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 963px;
    bottom: -37px;
  }
  .logistic-section .list-points .point {
    width: 183px;
    height: 161px;
    padding: 10px 20px;
  }
  .logistic-section .list-points .point:first-child img {
    width: 52px;
  }
  .logistic-section .list-points .point:nth-child(2) img {
    width: 116px;
  }
  .logistic-section .list-points .point:nth-child(3) img {
    width: 126px;
  }
  .logistic-section .list-points .point:nth-child(4) img {
    width: 130px;
  }
  .logistic-section .list-points .point:nth-child(5) img {
    width: 81px;
  }
  .logistic-section .list-points .point .text {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .logistic-section .container {
    padding: 60px 0;
  }
  .logistic-section .list-points {
    max-width: 574px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .logistic-section .list-points:before {
    background-image: url("data:image/svg+xml,%3Csvg width='577' height='16' viewBox='0 0 577 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66669 8.49989C5.66669 7.02713 4.47278 5.83322 3 5.83322C1.52722 5.83322 0.333313 7.02713 0.333313 8.49989C0.333313 9.97265 1.52722 11.1666 3 11.1666C4.47278 11.1666 5.66669 9.97265 5.66669 8.49989ZM577 8L575.505 8L575.505 9L577 9L577 8ZM572.516 8L569.526 8L569.526 9L572.516 9L572.516 8ZM566.536 8L563.547 8L563.547 9L566.536 9L566.536 8ZM560.557 8L557.568 8L557.568 9L560.557 9L560.557 8ZM554.578 8L551.589 8L551.589 9L554.578 9L554.578 8ZM548.599 7.99999L545.609 7.99999L545.609 8.99999L548.599 8.99999L548.599 7.99999ZM542.62 7.99999L539.63 7.99999L539.63 8.99999L542.62 8.99999L542.62 7.99999ZM536.641 7.99999L533.651 7.99999L533.651 8.99999L536.641 8.99999L536.641 7.99999ZM530.661 7.99999L527.672 7.99999L527.672 8.99999L530.661 8.99999L530.661 7.99999ZM524.682 7.99999L521.693 7.99999L521.693 8.99999L524.682 8.99999L524.682 7.99999ZM518.703 7.99999L515.714 7.99999L515.714 8.99999L518.703 8.99999L518.703 7.99999ZM512.724 7.99999L509.734 7.99999L509.734 8.99999L512.724 8.99999L512.724 7.99999ZM506.745 7.99999L503.755 7.99999L503.755 8.99999L506.745 8.99999L506.745 7.99999ZM500.766 7.99999L497.776 7.99998L497.776 8.99998L500.766 8.99999L500.766 7.99999ZM494.786 7.99998L491.797 7.99998L491.797 8.99998L494.786 8.99998L494.786 7.99998ZM488.807 7.99998L485.818 7.99998L485.818 8.99998L488.807 8.99998L488.807 7.99998ZM482.828 7.99998L479.839 7.99998L479.839 8.99998L482.828 8.99998L482.828 7.99998ZM476.849 7.99998L473.859 7.99998L473.859 8.99998L476.849 8.99998L476.849 7.99998ZM470.87 7.99998L467.88 7.99998L467.88 8.99998L470.87 8.99998L470.87 7.99998ZM464.891 7.99998L461.901 7.99998L461.901 8.99998L464.891 8.99998L464.891 7.99998ZM458.911 7.99998L455.922 7.99998L455.922 8.99998L458.911 8.99998L458.911 7.99998ZM452.932 7.99998L449.943 7.99998L449.943 8.99998L452.932 8.99998L452.932 7.99998ZM446.953 7.99998L443.964 7.99997L443.964 8.99997L446.953 8.99998L446.953 7.99998ZM440.974 7.99997L437.984 7.99997L437.984 8.99997L440.974 8.99997L440.974 7.99997ZM434.995 7.99997L432.005 7.99997L432.005 8.99997L434.995 8.99997L434.995 7.99997ZM429.016 7.99997L426.026 7.99997L426.026 8.99997L429.016 8.99997L429.016 7.99997ZM423.036 7.99997L420.047 7.99997L420.047 8.99997L423.036 8.99997L423.036 7.99997ZM417.057 7.99997L414.068 7.99997L414.068 8.99997L417.057 8.99997L417.057 7.99997ZM411.078 7.99997L408.089 7.99997L408.089 8.99997L411.078 8.99997L411.078 7.99997ZM405.099 7.99997L402.109 7.99997L402.109 8.99997L405.099 8.99997L405.099 7.99997ZM399.12 7.99997L396.13 7.99997L396.13 8.99997L399.12 8.99997L399.12 7.99997ZM393.141 7.99996L390.151 7.99996L390.151 8.99996L393.141 8.99996L393.141 7.99996ZM387.162 7.99996L384.172 7.99996L384.172 8.99996L387.162 8.99996L387.162 7.99996ZM381.182 7.99996L378.193 7.99996L378.193 8.99996L381.182 8.99996L381.182 7.99996ZM375.203 7.99996L372.214 7.99996L372.214 8.99996L375.203 8.99996L375.203 7.99996ZM369.224 7.99996L366.234 7.99996L366.234 8.99996L369.224 8.99996L369.224 7.99996ZM363.245 7.99996L360.255 7.99996L360.255 8.99996L363.245 8.99996L363.245 7.99996ZM357.266 7.99996L354.276 7.99996L354.276 8.99996L357.266 8.99996L357.266 7.99996ZM351.287 7.99996L348.297 7.99996L348.297 8.99996L351.287 8.99996L351.287 7.99996ZM345.307 7.99996L342.318 7.99995L342.318 8.99995L345.307 8.99996L345.307 7.99996ZM339.328 7.99995L336.339 7.99995L336.339 8.99995L339.328 8.99995L339.328 7.99995ZM333.349 7.99995L330.36 7.99995L330.36 8.99995L333.349 8.99995L333.349 7.99995ZM327.37 7.99995L324.38 7.99995L324.38 8.99995L327.37 8.99995L327.37 7.99995ZM321.391 7.99995L318.401 7.99995L318.401 8.99995L321.391 8.99995L321.391 7.99995ZM315.412 7.99995L312.422 7.99995L312.422 8.99995L315.412 8.99995L315.412 7.99995ZM309.432 7.99995L306.443 7.99995L306.443 8.99995L309.432 8.99995L309.432 7.99995ZM303.453 7.99995L300.464 7.99995L300.464 8.99995L303.453 8.99995L303.453 7.99995ZM297.474 7.99995L294.484 7.99995L294.484 8.99995L297.474 8.99995L297.474 7.99995ZM291.495 7.99995L288.505 7.99994L288.505 8.99994L291.495 8.99995L291.495 7.99995ZM285.516 7.99994L282.526 7.99994L282.526 8.99994L285.516 8.99994L285.516 7.99994ZM279.537 7.99994L276.547 7.99994L276.547 8.99994L279.537 8.99994L279.537 7.99994ZM273.557 7.99994L270.568 7.99994L270.568 8.99994L273.557 8.99994L273.557 7.99994ZM267.578 7.99994L264.589 7.99994L264.589 8.99994L267.578 8.99994L267.578 7.99994ZM261.599 7.99994L258.609 7.99994L258.609 8.99994L261.599 8.99994L261.599 7.99994ZM255.62 7.99994L252.63 7.99994L252.63 8.99994L255.62 8.99994L255.62 7.99994ZM249.641 7.99994L246.651 7.99994L246.651 8.99994L249.641 8.99994L249.641 7.99994ZM243.661 7.99994L240.672 7.99994L240.672 8.99994L243.661 8.99994L243.661 7.99994ZM237.682 7.99993L234.693 7.99993L234.693 8.99993L237.682 8.99993L237.682 7.99993ZM231.703 7.99993L228.713 7.99993L228.713 8.99993L231.703 8.99993L231.703 7.99993ZM225.724 7.99993L222.734 7.99993L222.734 8.99993L225.724 8.99993L225.724 7.99993ZM219.745 7.99993L216.755 7.99993L216.755 8.99993L219.745 8.99993L219.745 7.99993ZM213.765 7.99993L210.776 7.99993L210.776 8.99993L213.765 8.99993L213.765 7.99993ZM207.786 7.99993L204.797 7.99993L204.797 8.99993L207.786 8.99993L207.786 7.99993ZM201.807 7.99993L198.817 7.99993L198.817 8.99993L201.807 8.99993L201.807 7.99993ZM195.828 7.99993L192.838 7.99993L192.838 8.99993L195.828 8.99993L195.828 7.99993ZM189.849 7.99993L186.859 7.99993L186.859 8.99993L189.849 8.99993L189.849 7.99993ZM183.87 7.99992L180.88 7.99992L180.88 8.99992L183.87 8.99992L183.87 7.99992ZM177.89 7.99992L174.901 7.99992L174.901 8.99992L177.89 8.99992L177.89 7.99992ZM171.911 7.99992L168.922 7.99992L168.922 8.99992L171.911 8.99992L171.911 7.99992ZM165.932 7.99992L162.942 7.99992L162.942 8.99992L165.932 8.99992L165.932 7.99992ZM159.953 7.99992L156.963 7.99992L156.963 8.99992L159.953 8.99992L159.953 7.99992ZM153.974 7.99992L150.984 7.99992L150.984 8.99992L153.974 8.99992L153.974 7.99992ZM147.994 7.99992L145.005 7.99992L145.005 8.99992L147.994 8.99992L147.994 7.99992ZM142.015 7.99992L139.026 7.99992L139.026 8.99992L142.015 8.99992L142.015 7.99992ZM136.036 7.99992L133.046 7.99991L133.046 8.99991L136.036 8.99992L136.036 7.99992ZM130.057 7.99991L127.067 7.99991L127.067 8.99991L130.057 8.99991L130.057 7.99991ZM124.078 7.99991L121.088 7.99991L121.088 8.99991L124.078 8.99991L124.078 7.99991ZM118.098 7.99991L115.109 7.99991L115.109 8.99991L118.098 8.99991L118.098 7.99991ZM112.119 7.99991L109.13 7.99991L109.13 8.99991L112.119 8.99991L112.119 7.99991ZM106.14 7.99991L103.15 7.99991L103.15 8.99991L106.14 8.99991L106.14 7.99991ZM100.161 7.99991L97.1713 7.99991L97.1713 8.99991L100.161 8.99991L100.161 7.99991ZM94.1817 7.99991L91.1921 7.99991L91.1921 8.99991L94.1817 8.99991L94.1817 7.99991ZM88.2025 7.99991L85.213 7.99991L85.213 8.99991L88.2025 8.99991L88.2025 7.99991ZM82.2233 7.99991L79.2337 7.9999L79.2337 8.9999L82.2233 8.99991L82.2233 7.99991ZM76.2441 7.9999L73.2545 7.9999L73.2545 8.9999L76.2441 8.9999L76.2441 7.9999ZM70.265 7.9999L67.2754 7.9999L67.2754 8.9999L70.265 8.9999L70.265 7.9999ZM64.2858 7.9999L61.2962 7.9999L61.2962 8.9999L64.2858 8.9999L64.2858 7.9999ZM58.3066 7.9999L55.3171 7.9999L55.3171 8.9999L58.3066 8.9999L58.3066 7.9999ZM52.3275 7.9999L49.338 7.9999L49.338 8.9999L52.3275 8.9999L52.3275 7.9999ZM46.3484 7.9999L43.3588 7.9999L43.3588 8.9999L46.3484 8.9999L46.3484 7.9999ZM40.3693 7.9999L37.3797 7.9999L37.3797 8.9999L40.3693 8.9999L40.3693 7.9999ZM34.3901 7.9999L31.4006 7.9999L31.4006 8.9999L34.3901 8.9999L34.3901 7.9999ZM28.411 7.99989L25.4214 7.99989L25.4214 8.99989L28.411 8.99989L28.411 7.99989ZM22.4319 7.99989L19.4423 7.99989L19.4423 8.99989L22.4319 8.99989L22.4319 7.99989ZM16.4528 7.99989L13.4632 7.99989L13.4632 8.99989L16.4528 8.99989L16.4528 7.99989ZM10.4736 7.99989L7.48407 7.99989L7.48407 8.99989L10.4736 8.99989L10.4736 7.99989ZM4.49451 7.99989L3 7.99989L3 8.99989L4.49451 8.99989L4.49451 7.99989Z' fill='%23785846' /%3E%3Cpath d='M202 8L190 14.9282L190 1.0718L202 8Z' fill='%23785846' /%3E%3Cpath d='M393 8L381 14.9282L381 1.0718L393 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 577px;
    bottom: auto;
    top: 175px;
  }
  .logistic-section .list-points:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='380' height='16' viewBox='0 0 380 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66666 8.49989C5.66666 7.02713 4.47275 5.83322 3 5.83322C1.52725 5.83322 0.333344 7.02713 0.333344 8.49989C0.333343 9.97265 1.52725 11.1666 3 11.1666C4.47275 11.1666 5.66666 9.97265 5.66666 8.49989ZM380 8L378.504 8L378.504 9L380 9L380 8ZM375.512 8L372.52 8L372.52 9L375.512 9L375.512 8ZM369.528 8L366.536 8L366.536 9L369.528 9L369.528 8ZM363.544 8L360.552 7.99999L360.552 8.99999L363.544 9L363.544 8ZM357.56 7.99999L354.567 7.99999L354.567 8.99999L357.56 8.99999L357.56 7.99999ZM351.575 7.99999L348.583 7.99999L348.583 8.99999L351.575 8.99999L351.575 7.99999ZM345.591 7.99999L342.599 7.99999L342.599 8.99999L345.591 8.99999L345.591 7.99999ZM339.607 7.99999L336.615 7.99999L336.615 8.99999L339.607 8.99999L339.607 7.99999ZM333.623 7.99999L330.631 7.99999L330.631 8.99999L333.623 8.99999L333.623 7.99999ZM327.639 7.99998L324.647 7.99998L324.647 8.99998L327.639 8.99998L327.639 7.99998ZM321.655 7.99998L318.663 7.99998L318.663 8.99998L321.655 8.99998L321.655 7.99998ZM315.671 7.99998L312.679 7.99998L312.679 8.99998L315.671 8.99998L315.671 7.99998ZM309.686 7.99998L306.694 7.99998L306.694 8.99998L309.686 8.99998L309.686 7.99998ZM303.702 7.99998L300.71 7.99998L300.71 8.99998L303.702 8.99998L303.702 7.99998ZM297.718 7.99998L294.726 7.99998L294.726 8.99998L297.718 8.99998L297.718 7.99998ZM291.734 7.99997L288.742 7.99997L288.742 8.99997L291.734 8.99997L291.734 7.99997ZM285.75 7.99997L282.758 7.99997L282.758 8.99997L285.75 8.99997L285.75 7.99997ZM279.766 7.99997L276.774 7.99997L276.774 8.99997L279.766 8.99997L279.766 7.99997ZM273.782 7.99997L270.79 7.99997L270.79 8.99997L273.782 8.99997L273.782 7.99997ZM267.798 7.99997L264.806 7.99997L264.806 8.99997L267.798 8.99997L267.798 7.99997ZM261.813 7.99997L258.821 7.99996L258.821 8.99996L261.813 8.99997L261.813 7.99997ZM255.829 7.99996L252.837 7.99996L252.837 8.99996L255.829 8.99996L255.829 7.99996ZM249.845 7.99996L246.853 7.99996L246.853 8.99996L249.845 8.99996L249.845 7.99996ZM243.861 7.99996L240.869 7.99996L240.869 8.99996L243.861 8.99996L243.861 7.99996ZM237.877 7.99996L234.885 7.99996L234.885 8.99996L237.877 8.99996L237.877 7.99996ZM231.893 7.99996L228.901 7.99996L228.901 8.99996L231.893 8.99996L231.893 7.99996ZM225.909 7.99995L222.917 7.99995L222.917 8.99995L225.909 8.99995L225.909 7.99995ZM219.925 7.99995L216.932 7.99995L216.932 8.99995L219.925 8.99995L219.925 7.99995ZM213.94 7.99995L210.948 7.99995L210.948 8.99995L213.94 8.99995L213.94 7.99995ZM207.956 7.99995L204.964 7.99995L204.964 8.99995L207.956 8.99995L207.956 7.99995ZM201.972 7.99995L198.98 7.99995L198.98 8.99995L201.972 8.99995L201.972 7.99995ZM195.988 7.99995L192.996 7.99995L192.996 8.99995L195.988 8.99995L195.988 7.99995ZM190.004 7.99994L187.012 7.99994L187.012 8.99994L190.004 8.99994L190.004 7.99994ZM184.02 7.99994L181.028 7.99994L181.028 8.99994L184.02 8.99994L184.02 7.99994ZM178.036 7.99994L175.044 7.99994L175.044 8.99994L178.036 8.99994L178.036 7.99994ZM172.051 7.99994L169.059 7.99994L169.059 8.99994L172.051 8.99994L172.051 7.99994ZM166.067 7.99994L163.075 7.99994L163.075 8.99994L166.067 8.99994L166.067 7.99994ZM160.083 7.99994L157.091 7.99993L157.091 8.99993L160.083 8.99994L160.083 7.99994ZM154.099 7.99993L151.107 7.99993L151.107 8.99993L154.099 8.99993L154.099 7.99993ZM148.115 7.99993L145.123 7.99993L145.123 8.99993L148.115 8.99993L148.115 7.99993ZM142.131 7.99993L139.139 7.99993L139.139 8.99993L142.131 8.99993L142.131 7.99993ZM136.147 7.99993L133.155 7.99993L133.155 8.99993L136.147 8.99993L136.147 7.99993ZM130.163 7.99993L127.171 7.99993L127.171 8.99993L130.163 8.99993L130.163 7.99993ZM124.178 7.99993L121.186 7.99992L121.186 8.99992L124.178 8.99993L124.178 7.99993ZM118.194 7.99992L115.202 7.99992L115.202 8.99992L118.194 8.99992L118.194 7.99992ZM112.21 7.99992L109.218 7.99992L109.218 8.99992L112.21 8.99992L112.21 7.99992ZM106.226 7.99992L103.234 7.99992L103.234 8.99992L106.226 8.99992L106.226 7.99992ZM100.242 7.99992L97.2498 7.99992L97.2498 8.99992L100.242 8.99992L100.242 7.99992ZM94.2578 7.99992L91.2657 7.99992L91.2657 8.99992L94.2578 8.99992L94.2578 7.99992ZM88.2737 7.99991L85.2816 7.99991L85.2816 8.99991L88.2737 8.99991L88.2737 7.99991ZM82.2895 7.99991L79.2975 7.99991L79.2975 8.99991L82.2895 8.99991L82.2895 7.99991ZM76.3054 7.99991L73.3133 7.99991L73.3133 8.99991L76.3054 8.99991L76.3054 7.99991ZM70.3213 7.99991L67.3292 7.99991L67.3292 8.99991L70.3213 8.99991L70.3213 7.99991ZM64.3371 7.99991L61.3451 7.99991L61.3451 8.99991L64.3371 8.99991L64.3371 7.99991ZM58.353 7.99991L55.3609 7.99991L55.3609 8.99991L58.353 8.99991L58.353 7.99991ZM52.3689 7.9999L49.3768 7.9999L49.3768 8.9999L52.3689 8.9999L52.3689 7.9999ZM46.3847 7.9999L43.3927 7.9999L43.3927 8.9999L46.3847 8.9999L46.3847 7.9999ZM40.4006 7.9999L37.4085 7.9999L37.4085 8.9999L40.4006 8.9999L40.4006 7.9999ZM34.4165 7.9999L31.4244 7.9999L31.4244 8.9999L34.4165 8.9999L34.4165 7.9999ZM28.4323 7.9999L25.4403 7.9999L25.4403 8.9999L28.4323 8.9999L28.4323 7.9999ZM22.4482 7.9999L19.4561 7.99989L19.4561 8.99989L22.4482 8.9999L22.4482 7.9999ZM16.4641 7.99989L13.472 7.99989L13.472 8.99989L16.4641 8.99989L16.4641 7.99989ZM10.4799 7.99989L7.48788 7.99989L7.48788 8.99989L10.4799 8.99989L10.4799 7.99989ZM4.49582 7.99989L3 7.99989L3 8.99989L4.49582 8.99989L4.49582 7.99989Z' fill='%23785846' /%3E%3Cpath d='M200 8L188 14.9282L188 1.0718L200 8Z' fill='%23785846' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 380px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -31px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .logistic-section .list-points .point {
    margin-right: 12px;
    margin-bottom: 50px;
  }
  .logistic-section .list-points .point:nth-child(3n) {
    margin-right: 0;
  }
  .logistic-section .list-points .point:nth-child(4), .logistic-section .list-points .point:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .logistic-section .container {
    padding: 50px 0;
  }
  .logistic-section .list-points {
    max-width: 380px;
  }
  .logistic-section .list-points:before {
    background-image: url("data:image/svg+xml,%3Csvg width='381' height='16' viewBox='0 0 381 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66666 8C5.66666 6.52724 4.47275 5.33333 2.99997 5.33333C1.52722 5.33333 0.333313 6.52724 0.333313 8C0.333313 9.47276 1.52722 10.6667 2.99997 10.6667C4.47275 10.6667 5.66666 9.47276 5.66666 8ZM381 7.5H379.5V8.5H381V7.5ZM376.5 7.5H373.5V8.5H376.5V7.5ZM370.5 7.5L367.5 7.5V8.5H370.5V7.5ZM364.5 7.5L361.5 7.5V8.5H364.5V7.5ZM358.5 7.5L355.5 7.5V8.5H358.5V7.5ZM352.5 7.5H349.5V8.5H352.5V7.5ZM346.5 7.5H343.5V8.5L346.5 8.5V7.5ZM340.5 7.5H337.5V8.5H340.5V7.5ZM334.5 7.5L331.5 7.5V8.5H334.5V7.5ZM328.5 7.5L325.5 7.5V8.5H328.5V7.5ZM322.5 7.5H319.5V8.5H322.5V7.5ZM316.5 7.5H313.5V8.5L316.5 8.5V7.5ZM310.5 7.5H307.5V8.5H310.5V7.5ZM304.5 7.5H301.5V8.5L304.5 8.5V7.5ZM298.5 7.5L295.5 7.5V8.5H298.5V7.5ZM292.5 7.5L289.5 7.5V8.5H292.5V7.5ZM286.5 7.5H283.5V8.5L286.5 8.5V7.5ZM280.5 7.5H277.5V8.5H280.5V7.5ZM274.5 7.5H271.5V8.5L274.5 8.5V7.5ZM268.5 7.5H265.5V8.5H268.5V7.5ZM262.5 7.5L259.5 7.5V8.5H262.5V7.5ZM256.5 7.5L253.5 7.5V8.5H256.5V7.5ZM250.5 7.5H247.5V8.5H250.5V7.5ZM244.5 7.5H241.5V8.5L244.5 8.5V7.5ZM238.5 7.5H235.5V8.5H238.5V7.5ZM232.5 7.5L229.5 7.5V8.5H232.5V7.5ZM226.5 7.5L223.5 7.5V8.5H226.5V7.5ZM220.5 7.5L217.5 7.5V8.5H220.5V7.5ZM214.5 7.5H211.5V8.5H214.5V7.5ZM208.5 7.5H205.5V8.5H208.5V7.5ZM202.5 7.5H199.5V8.5H202.5V7.5ZM196.5 7.5L193.5 7.5V8.5H196.5V7.5ZM190.5 7.5L187.5 7.5V8.5H190.5V7.5ZM184.5 7.5L181.5 7.5V8.5H184.5V7.5ZM178.5 7.5H175.5V8.5H178.5V7.5ZM172.5 7.5H169.5V8.5L172.5 8.5V7.5ZM166.5 7.5H163.5V8.5H166.5V7.5ZM160.5 7.5L157.5 7.5V8.5H160.5V7.5ZM154.5 7.5L151.5 7.5V8.5H154.5V7.5ZM148.5 7.5H145.5V8.5H148.5V7.5ZM142.5 7.5H139.5V8.5L142.5 8.5V7.5ZM136.5 7.5H133.5V8.5H136.5V7.5ZM130.5 7.5H127.5V8.5L130.5 8.5V7.5ZM124.5 7.5L121.5 7.5V8.5H124.5V7.5ZM118.5 7.5L115.5 7.5V8.5H118.5V7.5ZM112.5 7.5H109.5V8.5L112.5 8.5V7.5ZM106.5 7.5H103.5V8.5H106.5V7.5ZM100.5 7.5H97.5V8.5L100.5 8.5V7.5ZM94.5 7.5H91.5V8.5H94.5V7.5ZM88.5 7.5L85.5 7.5V8.5H88.5V7.5ZM82.5 7.5L79.5 7.5V8.5H82.5V7.5ZM76.5 7.5H73.5V8.5H76.5V7.5ZM70.5 7.5H67.5V8.5L70.5 8.5V7.5ZM64.5 7.5H61.5V8.5H64.5V7.5ZM58.5 7.5L55.5 7.5V8.5H58.5V7.5ZM52.5 7.5L49.5 7.5V8.5H52.5V7.5ZM46.5 7.5L43.5 7.5V8.5H46.5V7.5ZM40.5 7.5H37.5V8.5H40.5V7.5ZM34.5 7.5H31.5V8.5H34.5V7.5ZM28.5 7.5H25.5V8.5H28.5V7.5ZM22.5 7.5L19.5 7.5V8.5H22.5V7.5ZM16.5 7.5L13.5 7.5V8.5H16.5V7.5ZM10.5 7.5L7.5 7.5V8.5H10.5V7.5ZM4.49997 7.5H2.99997V8.5H4.49997V7.5Z' fill='%23785846' /%3E%3Cpath d='M200 8L188 14.9282L188 1.0718L200 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 381px;
    bottom: auto;
    top: 175px;
  }
  .logistic-section .list-points:after {
    background-image: url("data:image/svg+xml,%3Csvg width='381' height='16' viewBox='0 0 381 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66666 8C5.66666 6.52724 4.47275 5.33333 2.99997 5.33333C1.52722 5.33333 0.333313 6.52724 0.333313 8C0.333313 9.47276 1.52722 10.6667 2.99997 10.6667C4.47275 10.6667 5.66666 9.47276 5.66666 8ZM381 7.5H379.5V8.5H381V7.5ZM376.5 7.5H373.5V8.5H376.5V7.5ZM370.5 7.5L367.5 7.5V8.5H370.5V7.5ZM364.5 7.5L361.5 7.5V8.5H364.5V7.5ZM358.5 7.5L355.5 7.5V8.5H358.5V7.5ZM352.5 7.5H349.5V8.5H352.5V7.5ZM346.5 7.5H343.5V8.5L346.5 8.5V7.5ZM340.5 7.5H337.5V8.5H340.5V7.5ZM334.5 7.5L331.5 7.5V8.5H334.5V7.5ZM328.5 7.5L325.5 7.5V8.5H328.5V7.5ZM322.5 7.5H319.5V8.5H322.5V7.5ZM316.5 7.5H313.5V8.5L316.5 8.5V7.5ZM310.5 7.5H307.5V8.5H310.5V7.5ZM304.5 7.5H301.5V8.5L304.5 8.5V7.5ZM298.5 7.5L295.5 7.5V8.5H298.5V7.5ZM292.5 7.5L289.5 7.5V8.5H292.5V7.5ZM286.5 7.5H283.5V8.5L286.5 8.5V7.5ZM280.5 7.5H277.5V8.5H280.5V7.5ZM274.5 7.5H271.5V8.5L274.5 8.5V7.5ZM268.5 7.5H265.5V8.5H268.5V7.5ZM262.5 7.5L259.5 7.5V8.5H262.5V7.5ZM256.5 7.5L253.5 7.5V8.5H256.5V7.5ZM250.5 7.5H247.5V8.5H250.5V7.5ZM244.5 7.5H241.5V8.5L244.5 8.5V7.5ZM238.5 7.5H235.5V8.5H238.5V7.5ZM232.5 7.5L229.5 7.5V8.5H232.5V7.5ZM226.5 7.5L223.5 7.5V8.5H226.5V7.5ZM220.5 7.5L217.5 7.5V8.5H220.5V7.5ZM214.5 7.5H211.5V8.5H214.5V7.5ZM208.5 7.5H205.5V8.5H208.5V7.5ZM202.5 7.5H199.5V8.5H202.5V7.5ZM196.5 7.5L193.5 7.5V8.5H196.5V7.5ZM190.5 7.5L187.5 7.5V8.5H190.5V7.5ZM184.5 7.5L181.5 7.5V8.5H184.5V7.5ZM178.5 7.5H175.5V8.5H178.5V7.5ZM172.5 7.5H169.5V8.5L172.5 8.5V7.5ZM166.5 7.5H163.5V8.5H166.5V7.5ZM160.5 7.5L157.5 7.5V8.5H160.5V7.5ZM154.5 7.5L151.5 7.5V8.5H154.5V7.5ZM148.5 7.5H145.5V8.5H148.5V7.5ZM142.5 7.5H139.5V8.5L142.5 8.5V7.5ZM136.5 7.5H133.5V8.5H136.5V7.5ZM130.5 7.5H127.5V8.5L130.5 8.5V7.5ZM124.5 7.5L121.5 7.5V8.5H124.5V7.5ZM118.5 7.5L115.5 7.5V8.5H118.5V7.5ZM112.5 7.5H109.5V8.5L112.5 8.5V7.5ZM106.5 7.5H103.5V8.5H106.5V7.5ZM100.5 7.5H97.5V8.5L100.5 8.5V7.5ZM94.5 7.5H91.5V8.5H94.5V7.5ZM88.5 7.5L85.5 7.5V8.5H88.5V7.5ZM82.5 7.5L79.5 7.5V8.5H82.5V7.5ZM76.5 7.5H73.5V8.5H76.5V7.5ZM70.5 7.5H67.5V8.5L70.5 8.5V7.5ZM64.5 7.5H61.5V8.5H64.5V7.5ZM58.5 7.5L55.5 7.5V8.5H58.5V7.5ZM52.5 7.5L49.5 7.5V8.5H52.5V7.5ZM46.5 7.5L43.5 7.5V8.5H46.5V7.5ZM40.5 7.5H37.5V8.5H40.5V7.5ZM34.5 7.5H31.5V8.5H34.5V7.5ZM28.5 7.5H25.5V8.5H28.5V7.5ZM22.5 7.5L19.5 7.5V8.5H22.5V7.5ZM16.5 7.5L13.5 7.5V8.5H16.5V7.5ZM10.5 7.5L7.5 7.5V8.5H10.5V7.5ZM4.49997 7.5H2.99997V8.5H4.49997V7.5Z' fill='%23785846' /%3E%3Cpath d='M200 8L188 14.9282L188 1.0718L200 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 381px;
    bottom: 173px;
  }
  .logistic-section .list-points .point {
    margin-bottom: 40px;
  }
  .logistic-section .list-points .point:nth-child(2n) {
    margin-right: 0;
  }
  .logistic-section .list-points .point:nth-child(3n) {
    margin-right: 12px;
  }
  .logistic-section .list-points .point:nth-child(4), .logistic-section .list-points .point:nth-child(5) {
    margin-bottom: 40px;
  }
  .logistic-section .list-points .point:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .logistic-section .container {
    padding: 40px 20px;
  }
  .logistic-section .list-points {
    max-width: 335px;
  }
  .logistic-section .list-points:before {
    background-image: url("data:image/svg+xml,%3Csvg width='337' height='16' viewBox='0 0 337 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66669 8C5.66669 6.52724 4.47278 5.33333 3 5.33333C1.52725 5.33333 0.333344 6.52724 0.333344 8C0.333344 9.47276 1.52725 10.6667 3 10.6667C4.47278 10.6667 5.66669 9.47276 5.66669 8ZM337 7.5H335.509V8.5H337V7.5ZM332.527 7.5H329.545V8.5H332.527V7.5ZM326.562 7.5L323.58 7.5V8.5H326.562V7.5ZM320.598 7.5L317.616 7.5V8.5H320.598V7.5ZM314.634 7.5L311.652 7.5V8.5H314.634V7.5ZM308.67 7.5H305.687V8.5H308.67V7.5ZM302.705 7.5H299.723V8.5L302.705 8.5V7.5ZM296.741 7.5H293.759V8.5H296.741V7.5ZM290.777 7.5L287.795 7.5V8.5H290.777V7.5ZM284.812 7.5L281.83 7.5V8.5H284.812V7.5ZM278.848 7.5H275.866V8.5H278.848V7.5ZM272.884 7.5H269.902V8.5L272.884 8.5V7.5ZM266.92 7.5H263.938V8.5H266.92V7.5ZM260.955 7.5L257.973 7.5V8.5H260.955V7.5ZM254.991 7.5L252.009 7.5V8.5H254.991V7.5ZM249.027 7.5L246.045 7.5V8.5H249.027V7.5ZM243.063 7.5H240.08V8.5L243.063 8.5V7.5ZM237.098 7.5H234.116V8.5H237.098V7.5ZM231.134 7.5H228.152V8.5L231.134 8.5V7.5ZM225.17 7.5L222.188 7.5V8.5H225.17V7.5ZM219.205 7.5L216.223 7.5V8.5H219.205V7.5ZM213.241 7.5L210.259 7.5V8.5H213.241V7.5ZM207.277 7.5H204.295V8.5H207.277V7.5ZM201.313 7.5H198.33V8.5L201.313 8.5V7.5ZM195.348 7.5H192.366V8.5H195.348V7.5ZM189.384 7.5L186.402 7.5V8.5H189.384V7.5ZM183.42 7.5L180.438 7.5V8.5H183.42V7.5ZM177.455 7.5H174.473V8.5H177.455V7.5ZM171.491 7.5H168.509V8.5L171.491 8.5V7.5ZM165.527 7.5H162.545V8.5H165.527V7.5ZM159.562 7.5L156.58 7.5V8.5H159.562V7.5ZM153.598 7.5L150.616 7.5V8.5H153.598V7.5ZM147.634 7.5H144.652V8.5H147.634V7.5ZM141.67 7.5H138.687V8.5L141.67 8.5V7.5ZM135.705 7.5H132.723V8.5H135.705V7.5ZM129.741 7.5H126.759V8.5H129.741V7.5ZM123.777 7.5L120.795 7.5V8.5H123.777V7.5ZM117.812 7.5L114.83 7.5V8.5H117.812V7.5ZM111.848 7.5H108.866V8.5H111.848V7.5ZM105.884 7.5H102.902V8.5H105.884V7.5ZM99.9195 7.5H96.9374V8.5L99.9195 8.5V7.5ZM93.9552 7.5H90.9731V8.5H93.9552V7.5ZM87.991 7.5L85.0088 7.5V8.5H87.991V7.5ZM82.0267 7.5L79.0445 7.5V8.5H82.0267V7.5ZM76.0624 7.5H73.0802V8.5H76.0624V7.5ZM70.0981 7.5H67.1159V8.5L70.0981 8.5V7.5ZM64.1338 7.5H61.1516V8.5H64.1338V7.5ZM58.1695 7.5L55.1873 7.5V8.5H58.1695V7.5ZM52.2052 7.5L49.2231 7.5V8.5H52.2052V7.5ZM46.2409 7.5H43.2588V8.5H46.2409V7.5ZM40.2766 7.5H37.2945V8.5L40.2766 8.5V7.5ZM34.3123 7.5H31.3302V8.5H34.3123V7.5ZM28.348 7.5H25.3659V8.5L28.348 8.5V7.5ZM22.3837 7.5L19.4016 7.5V8.5H22.3837V7.5ZM16.4194 7.5L13.4373 7.5V8.5H16.4194V7.5ZM10.4551 7.5H7.47299V8.5L10.4551 8.5V7.5ZM4.49084 7.5H3V8.5H4.49084V7.5Z' fill='%23785846' /%3E%3Cpath d='M174 8L162 14.9282L162 1.0718L174 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 337px;
    bottom: auto;
    top: 165px;
  }
  .logistic-section .list-points:after {
    background-image: url("data:image/svg+xml,%3Csvg width='337' height='16' viewBox='0 0 337 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66669 8C5.66669 6.52724 4.47278 5.33333 3 5.33333C1.52725 5.33333 0.333344 6.52724 0.333344 8C0.333344 9.47276 1.52725 10.6667 3 10.6667C4.47278 10.6667 5.66669 9.47276 5.66669 8ZM337 7.5H335.509V8.5H337V7.5ZM332.527 7.5H329.545V8.5H332.527V7.5ZM326.562 7.5L323.58 7.5V8.5H326.562V7.5ZM320.598 7.5L317.616 7.5V8.5H320.598V7.5ZM314.634 7.5L311.652 7.5V8.5H314.634V7.5ZM308.67 7.5H305.687V8.5H308.67V7.5ZM302.705 7.5H299.723V8.5L302.705 8.5V7.5ZM296.741 7.5H293.759V8.5H296.741V7.5ZM290.777 7.5L287.795 7.5V8.5H290.777V7.5ZM284.812 7.5L281.83 7.5V8.5H284.812V7.5ZM278.848 7.5H275.866V8.5H278.848V7.5ZM272.884 7.5H269.902V8.5L272.884 8.5V7.5ZM266.92 7.5H263.938V8.5H266.92V7.5ZM260.955 7.5L257.973 7.5V8.5H260.955V7.5ZM254.991 7.5L252.009 7.5V8.5H254.991V7.5ZM249.027 7.5L246.045 7.5V8.5H249.027V7.5ZM243.063 7.5H240.08V8.5L243.063 8.5V7.5ZM237.098 7.5H234.116V8.5H237.098V7.5ZM231.134 7.5H228.152V8.5L231.134 8.5V7.5ZM225.17 7.5L222.188 7.5V8.5H225.17V7.5ZM219.205 7.5L216.223 7.5V8.5H219.205V7.5ZM213.241 7.5L210.259 7.5V8.5H213.241V7.5ZM207.277 7.5H204.295V8.5H207.277V7.5ZM201.313 7.5H198.33V8.5L201.313 8.5V7.5ZM195.348 7.5H192.366V8.5H195.348V7.5ZM189.384 7.5L186.402 7.5V8.5H189.384V7.5ZM183.42 7.5L180.438 7.5V8.5H183.42V7.5ZM177.455 7.5H174.473V8.5H177.455V7.5ZM171.491 7.5H168.509V8.5L171.491 8.5V7.5ZM165.527 7.5H162.545V8.5H165.527V7.5ZM159.562 7.5L156.58 7.5V8.5H159.562V7.5ZM153.598 7.5L150.616 7.5V8.5H153.598V7.5ZM147.634 7.5H144.652V8.5H147.634V7.5ZM141.67 7.5H138.687V8.5L141.67 8.5V7.5ZM135.705 7.5H132.723V8.5H135.705V7.5ZM129.741 7.5H126.759V8.5H129.741V7.5ZM123.777 7.5L120.795 7.5V8.5H123.777V7.5ZM117.812 7.5L114.83 7.5V8.5H117.812V7.5ZM111.848 7.5H108.866V8.5H111.848V7.5ZM105.884 7.5H102.902V8.5H105.884V7.5ZM99.9195 7.5H96.9374V8.5L99.9195 8.5V7.5ZM93.9552 7.5H90.9731V8.5H93.9552V7.5ZM87.991 7.5L85.0088 7.5V8.5H87.991V7.5ZM82.0267 7.5L79.0445 7.5V8.5H82.0267V7.5ZM76.0624 7.5H73.0802V8.5H76.0624V7.5ZM70.0981 7.5H67.1159V8.5L70.0981 8.5V7.5ZM64.1338 7.5H61.1516V8.5H64.1338V7.5ZM58.1695 7.5L55.1873 7.5V8.5H58.1695V7.5ZM52.2052 7.5L49.2231 7.5V8.5H52.2052V7.5ZM46.2409 7.5H43.2588V8.5H46.2409V7.5ZM40.2766 7.5H37.2945V8.5L40.2766 8.5V7.5ZM34.3123 7.5H31.3302V8.5H34.3123V7.5ZM28.348 7.5H25.3659V8.5L28.348 8.5V7.5ZM22.3837 7.5L19.4016 7.5V8.5H22.3837V7.5ZM16.4194 7.5L13.4373 7.5V8.5H16.4194V7.5ZM10.4551 7.5H7.47299V8.5L10.4551 8.5V7.5ZM4.49084 7.5H3V8.5H4.49084V7.5Z' fill='%23785846' /%3E%3Cpath d='M174 8L162 14.9282L162 1.0718L174 8Z' fill='%23785846' /%3E%3C/svg%3E");
    width: 337px;
    bottom: 165px;
  }
  .logistic-section .list-points .point {
    width: 162px;
    height: 143px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .logistic-section .list-points .point:nth-child(2n) {
    margin-right: 0;
  }
  .logistic-section .list-points .point:nth-child(3n) {
    margin-right: 10px;
  }
  .logistic-section .list-points .point:first-child img {
    width: 47px;
  }
  .logistic-section .list-points .point:nth-child(2) img {
    width: 103px;
  }
  .logistic-section .list-points .point:nth-child(3) img {
    width: 112px;
  }
  .logistic-section .list-points .point:nth-child(4) img {
    width: 115px;
  }
  .logistic-section .list-points .point:nth-child(5) img {
    width: 69px;
  }
  .logistic-section .list-points .point:nth-child(4), .logistic-section .list-points .point:nth-child(5) {
    margin-bottom: 60px;
  }
  .logistic-section .list-points .point:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 374px) {
  .logistic-section .container {
    padding: 40px 10px;
  }
}

/*** Contacts section ***/
.contacts-section {
  padding: 110px 0;
}
.contacts-section .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.contacts-section .video {
  width: 823px;
  height: 402px;
  background-image: url(/img/contacts-video-1920.jpg);
  border-radius: 5px;
}
.contacts-section .video:hover svg path {
  fill: #785846;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-section .video svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contacts-section .contacts-information {
  width: 415px;
}
.contacts-section .contacts-information .title-social {
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 20px;
}
.contacts-section .contacts-information .list-socials {
  margin-bottom: 40px;
}
.contacts-section .contacts-information .list-socials .social-item {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.contacts-section .contacts-information .list-socials .social-item:last-of-type {
  margin-right: 0;
}
.contacts-section .contacts-information .list-socials .social-item svg {
  width: 100%;
  height: 100%;
}
.contacts-section .contacts-information .title-requisites {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 10px;
}
.contacts-section .contacts-information .single-requisite {
  font-size: 20px;
  line-height: 180%;
}
@media (max-width: 1365px) {
  .contacts-section {
    padding: 80px 0;
  }
  .contacts-section .video {
    width: 572px;
    height: 280px;
    background-image: url(/img/contacts-video-1024.jpg);
  }
  .contacts-section .contacts-information {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .contacts-section {
    padding: 50px 0 60px;
  }
  .contacts-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .contacts-section .contacts-information {
    width: 415px;
    margin-bottom: 30px;
  }
  .contacts-section .contacts-information .title-social,
.contacts-section .contacts-information .title-requisites,
.contacts-section .contacts-information .single-requisite {
    text-align: center;
  }
  .contacts-section .contacts-information .list-socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contacts-section {
    padding: 50px 0;
  }
  .contacts-section .video {
    width: 100%;
    height: 220px;
    background-image: url(/img/contacts-video-480.jpg);
  }
}
@media (max-width: 479px) {
  .contacts-section {
    padding: 45px 0;
  }
  .contacts-section .video {
    height: 165px;
    background-image: url(/img/contacts-video-375.jpg);
  }
  .contacts-section .video svg {
    width: 57px;
    height: 57px;
  }
  .contacts-section .contacts-information {
    width: 335px;
  }
}
