@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Sen:wght@400;700&display=swap);

:root {
    --font-fam-base: 'Sen', sans-serif;
    --font-fam-1: 'Roboto', sans-serif;
    --wrap-max-width: 1230px;
    --color-base: #000;
    --color-1: #fff;
    --color-2: #BFBFBF;
    --fs-base: 16px;
    --fs-title-xl: 60px;
    --fs-title-lg: 30px;
    --fs-title-md: 25px;
    --fs-title-sm: 22px;
    --fs-title-s: 20px;
    --fs-text-xl: 35px;
    --fs-text-lg: 20px;
    --fs-text-md: 18px;
    --fs-text-sm: 14px;
    --fs-text-s: 12px;
    --bg-base: #fff;
    --bg-1: rgba(245, 243, 243, 0.2);
    --bg-2: #4AE19E;
    --bg-3: #F3F3F3;
    --bg-gradient-1: linear-gradient(180deg, #BAC554 0%, #3DE4A7 100%)
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}
.data{
    font-size: 14px;
    max-width: 637px;
    margin: 30px auto;
    text-align: center;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (max-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (max-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (max-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (max-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: var(--font-fam-base);
    font-size: var(--fs-base);
    font-weight: 400;
    color: var(--color-base);
    background: var(--bg-base)
}

body, html {
    width: 100%;
    height: 100%
}

img {
    max-width: 100%
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: inherit
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

a, button {
    outline: 0
}

button, select {
    cursor: pointer
}

.wrap {
    width: 100%;
    max-width: var(--wrap-max-width);
    padding: 0 15px;
    margin: 0 auto
}

.color-base {
    color: var(--color-base)
}

.color-1 {
    color: var(--color-1)
}

.color-2 {
    color: var(--color-2)
}

.bg-base {
    background: var(--bg-base)
}

.bg-1 {
    background: var(--bg-1)
}

.bg-2 {
    background: var(--bg-2)
}

.bg-3 {
    background: var(--bg-3)
}

.bg-gradient-1 {
    background: var(--bg-gradient-1)
}

.font-family-1 {
    font-family: var(--font-fam-1)
}

.title-xl {
    font-size: var(--fs-title-xl);
    line-height: 1em
}

.title-lg {
    font-size: var(--fs-title-lg)
}

.title-md {
    font-size: var(--fs-title-md);
    line-height: 1em
}

.title-sm {
    font-size: var(--fs-title-sm)
}

.text-xl {
    font-size: var(--fs-text-xl)
}

.text-lg {
    font-size: var(--fs-text-lg)
}

.text-md {
    font-size: var(--fs-text-md)
}

.text-sm {
    font-size: var(--fs-text-sm)
}

.text-s {
    font-size: var(--fs-text-s)
}

.text-base {
    font-size: var(--fs-basis);
    font-weight: 400;
    color: var(--color-basis)
}

.fw-bold {
    font-weight: 700
}

.list {
    padding: 0;
    margin: 0;
    list-style: none
}

.list__item {
    margin-bottom: 25px;
    text-align: center
}

.icon-hidden {
    display: none
}

.logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.logo-box__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px
}

.logo-box__img {
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    gap: 10px;
}
.logo-box__img img{
    max-width: 50px;
    width: 100%;
}

.link {
    position: relative;
    text-decoration: none
}

.link::before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    height: 2px;
    content: '';
    background: var(--color-1)
}

.link:hover::before {
    left: 0;
    width: 100%
}

.contacts {
    background: #fff;
    -webkit-box-shadow: 5px 5px 46px 0 rgba(5, 22, 26, .06);
    box-shadow: 5px 5px 46px 0 rgba(5, 22, 26, .06)
}

.contacts-box {
    padding: 50px 75px
}

.icon-box .icon {
    width: 100%
}

.header {
    position: relative;
    height: 100vh;
    max-width: 100vw;
    width: 100%;
    background: url(../images/main/header-bg.jpg) right/cover no-repeat
}

.header .wrap {
    padding-top: 35px;
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 1
}

.header::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    content: "";
    z-index: 0
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__item:not(:first-child) {
    margin-left: auto
}

.header-top__item .link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.header-top__item .link-box__item:not(:first-child) {
    margin-left: 50px
}

.header-box {
    position: absolute;
    padding: 0 15px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-box__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-box__item .title-xl {
    margin-bottom: 35px;
    max-width: 700px;

}

.header-box__item .text-xl {
    margin-bottom: 50px;
    max-width: 517px
}

.footer-bottom {
    padding: 30px 0;
    text-align: center;
}

.about {
    padding: 85px;
    background: var(--bg-3);
}

.about .title-lg {
    margin-bottom: 55px;
    text-align: center;
}

.about__paragraph {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 35%;
    text-align: center;
    transition-duration: 2s;
}

.about__paragraph::before {
    position: absolute;
    top: -35px;
    left: -25px;
    content: '';
    height: 50px;
    width: 50px;
    border-top: 3px solid rgb(103, 222, 161);
    border-left: 3px solid rgb(103, 222, 161);
    transition-duration: .6s;
}

.about__paragraph::after {
    position: absolute;
    bottom: -35px;
    right: -25px;
    content: '';
    height: 50px;
    width: 50px;
    border-right: 3px solid rgb(103, 222, 161);
    border-bottom: 3px solid rgb(103, 222, 161);
    transition-duration: .6s;
}

.about:hover .about__paragraph::before {
    position: absolute;
    top: -35px;
    left: -25px;
    content: '';
    height: calc(100% + 68px);
    width: calc(100% + 50px);
    border-top: 3px solid rgb(103, 222, 161);
    border-left: 3px solid rgb(103, 222, 161);
}

.about:hover .about__paragraph::after {
    position: absolute;
    bottom: -35px;
    right: -25px;
    content: '';
    height: calc(100% + 68px);
    width: calc(100% + 50px);
    border-right: 3px solid rgb(103, 222, 161);
    border-bottom: 3px solid rgb(103, 222, 161);
}

.tasks {
    padding: 75px 0 100px;
    width: 100%
}

.tasks .title-lg {
    margin-bottom: 30px;
    max-width: 360px
}

.tasks-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.tasks-item {
    position: relative;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 85px 30px 50px;
    text-align: center;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 10%;
    transition-duration: .4s;
}

.tasks-item:hover {
    -webkit-box-shadow: 0 4px 20px rgb(103, 222, 161);
    box-shadow: 0 4px 20px rgb(103, 222, 161);
    background-size: 14%;
}

.tasks-item-cooperation {
    background-image: url('../images/icon/cooperation.svg')
}
.tasks-item-delivery {
    background-image: url('../images/icon/delivery.svg')
}
.tasks-item-market {
    background-image: url('../images/icon/market.svg')
}

.tasks-item__title {
    margin-bottom: 10px;
}

.conditions {
    padding: 65px 0 70px;
    background: var(--bg-3)
}

.conditions .title-lg {
    margin-bottom: 30px;
    max-width: 360px
}

.conditions .col-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.conditions-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.conditions-item {
    width: 32%;
    padding: 30px 25px 55px;
    background: rgb(103, 222, 161) url(../images/main/conditions-bg.png) 0 0/cover no-repeat;
    margin-bottom: 20px;
    border-radius: 20px;
    transition-duration: .5s;
}
.conditions-item:hover {
    background: rgb(113, 245, 196);
    transform: translateY(-10px);
}

.conditions-item__title {
    margin-bottom: 15px
}

.contact .wrap {
    padding: 80px 0 0 0;
}

.contact-container {
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}

.contact .title-lg {
    padding-right: 30px;
    border-right: 3px solid rgb(103, 222, 161);
}

.contact-title__span {
    display: block;
}

.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
}

.contact-box__item {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-box__item-icon {
    max-width: 30px;
    max-height: 30px;
    width: 100%;
    height: 100%;
    margin-right: 15px
}

@media (max-width: 768px) {
    .header .wrap {
        height: 400px;
        background-size: cover;
        background-position: center;
    }

    .header::before {
        height: 400px; 
    }
    .title-xl {
        font-size: var(--fs-title-lg);
    }

    .text-xl {
        font-size: var(--fs-text-lg);
    }

    .about__paragraph {
        max-width: 80%;
    }

    .header {
        height: unset;
    }

    .tasks-item {
        background-size: 18%;
    }

    .tasks-item:hover {
        background-size: 24%;
    }

    .conditions-item {
        background-size: cover;
    }

    .contact .wrap {
        padding: 60px 30px;
    }

    .tasks-box {
        flex-direction: column;
        align-items: center;
    }

    .tasks-item {
        width: 50%;
        height: 300px;
        padding-top: 120px;
    }

    .tasks-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .conditions-item {
        width: 48%;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer__span {
        display: block;
    }
}

@media (max-width: 500px) {
    .about__paragraph {
        max-width: 100%;
    }
    .header-box__item .title-xl {
        text-align: center;
    }

    .tasks-item {
        width: 80%;
        height: 300px;
        padding-top: 120px;
    }

    .conditions-item {
        width: 88%;
        margin-right: auto;
        margin-left: auto;
    }

    .conditions-item {
        min-height: 300px;
        text-align: center;
    }

    .contact-box__item-icon {
        width: 15px;
        height: 15px;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact .title-lg {
        padding-right: 0;
        border-right: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-box {
        padding-left: 0;
    }

    .about {
        padding: 60px 25px;
    }

    .header .wrap {
        height: 550px;
        background-size: cover;
        background-position: center;
    }

    .header::before {
        height: 550px;
    }

    .header-box__item h1{
        margin-top: 30px;
    }
}
/*# sourceMappingURL=style.css.map */
