.hero {
    height: 12rem;
    padding-top: 12px;
    position: relative
}

.hero:before {
    background: transparent url(../img/bg-hero.png) repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .37;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 12
}

body.no-js .hero:before,
body.no-webp .hero:before {
    background-image: url(../img/bg-hero.png)
}

body.webp .hero:before {
    background-image: url(../img/bg-hero.webp)
}

.hero__img {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.hero__img img {
    display: block
}

.hero__img img,
.hero__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.hero__video {
    border: none;
    display: none;
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    z-index: 10
}

.hero__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 15
}

.hero__title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.1538461538;
    text-transform: uppercase
}

.hero__desc,
.hero__title {
    color: #fff;
    text-align: center
}

.hero__desc {
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.2307692308;
    margin-top: 10px
}

.about {
    padding-top: 23px
}

.about__container {
    padding-bottom: 40px;
    position: relative
}

.about__container:before {
    background: transparent url(../img/bg-dots.png) repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 10.375rem;
    left: 10px;
    position: absolute;
    width: 17.125rem;
    z-index: 12
}

body.no-js .about__container:before,
body.no-webp .about__container:before {
    background-image: url(../img/bg-dots.png)
}

body.webp .about__container:before {
    background-image: url(../img/bg-dots.webp)
}

.about__benefits {
    margin-top: 46px
}

.benefits {
    grid-gap: 26px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    justify-content: center;
    padding: 0 26px;
    position: relative;
    z-index: 15
}

.benefits__item {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(19, 33, 59, .1);
    display: flex;
    flex-direction: column;
    padding: 20px 20px 48px;
    row-gap: 25px
}

.benefits__icon {
    display: block;
    font-size: 0;
    height: 4.5rem;
    line-height: 0;
    overflow: hidden;
    width: 4.5rem
}

.benefits__icon img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.benefits__desc {
    color: #171717;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.3333333333;
    text-align: center
}

.services__container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding: 13px 0 22px;
    row-gap: 20px
}

.services-item:nth-child(2n) {
    grid-template-columns: 1fr 1.2fr
}

.services-item__img {
    display: block;
    font-size: 0;
    line-height: 0
}

.services-item__img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.services-item__body {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #fff, #ccf3cc) border-box;
    border: 3px solid transparent;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 64px 28px
}

.services-item:nth-child(2n) .services-item__body {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ccf3cc, #fff) border-box
}

.services-item__title {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.40625;
    padding-top: 22px;
    position: relative;
    text-transform: uppercase
}

.services-item__title:before {
    background: #01c102;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px
}

.services-item__desc {
    color: #878787;
    font-size: .8125rem;
    line-height: 1.4615384615;
    margin-top: 18px
}

.services-item__find {
    align-items: center;
    background-color: #fff;
    border: 1px solid #aef0ae;
    border-radius: 100rem;
    box-shadow: 0 0 20px 0 rgba(12, 158, 15, .15);
    color: #01c102;
    display: flex;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    line-height: 5.25;
    margin: 38px auto 0;
    max-width: 296px;
    padding: 0 40px;
    text-transform: uppercase;
    transition-duration: .15s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    width: 100%
}

.services-item__find:hover {
    background-color: #01c102;
    color: #fff
}

.services-item__find-icon-bg {
    align-items: center;
    background-color: rgba(158, 206, 159, .18);
    border-radius: 50%;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-right: 16px;
    transition: background-color .15s ease-in-out;
    width: 28px
}

.services-item__find:hover .services-item__find-icon-bg {
    background-color: rgba(158, 206, 159, .349)
}

.services-item__find-icon {
    font-size: .9375rem
}

.facts {
    padding: 0 0 55px
}

.facts__logo {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0 -6px
}

.facts__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.facts__title {
    margin-top: 18px
}

.facts__img-wrapper {
    margin-top: 46px;
    padding: 0 0 20px 23px;
    position: relative
}

.facts__img-wrapper:after,
.facts__img-wrapper:before {
    background: transparent url(../img/bg-dots.png) repeat;
    content: "";
    display: block;
    height: 166px;
    position: absolute;
    width: 275px;
    z-index: 12
}

body.no-js .facts__img-wrapper:after,
body.no-js .facts__img-wrapper:before,
body.no-webp .facts__img-wrapper:after,
body.no-webp .facts__img-wrapper:before {
    background-image: url(../img/bg-dots.png)
}

body.webp .facts__img-wrapper:after,
body.webp .facts__img-wrapper:before {
    background-image: url(../img/bg-dots.webp)
}

.facts__img-wrapper:before {
    right: -8px;
    top: -34px
}

.facts__img-wrapper:after {
    bottom: -29px;
    left: -42px
}

.facts__img {
    font-size: 0;
    line-height: 0
}

.facts__img,
.facts__img img {
    display: block;
    position: relative;
    z-index: 15
}

.facts__img img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.facts__img:before {
    background: #82e183;
    bottom: -20px;
    content: "";
    display: block;
    height: calc(100% + 14px);
    left: -23px;
    position: absolute;
    width: calc(100% + 4px)
}

.facts__achievements {
    margin-top: 60px
}

.achievements {
    grid-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.achievements__item {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, .11);
    padding: 13px 20px
}

.achievements__title {
    align-items: baseline;
    color: #01c102;
    display: flex;
    font-size: 1.9175rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1248370274
}

.achievements__title span {
    font-size: 1.348125rem;
    line-height: 1.5999072786
}

.achievements__body {
    color: #878787;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: .625rem;
    line-height: 1.438;
    margin-top: 10px;
    text-align: center
}

.achievements__icon {
    display: inline-block;
    height: 12px;
    margin-top: 1px;
    vertical-align: top;
    width: 12px
}

@media only screen and (min-width:36em) {
    .hero {
        height: 22rem
    }

    .hero__title {
        font-size: 2.375rem;
        line-height: 1.2105263158
    }

    .hero__desc {
        font-size: 1rem
    }

    .benefits {
        grid-template-columns: repeat(2, 1fr)
    }

    .benefits__icon {
        height: 6.875rem;
        width: 6.875rem
    }

    .services__container {
        padding: 13px 10px 22px
    }
}

@media only screen and (min-width:48em) {
    .hero {
        height: 28.75rem
    }

    .hero_video-initialized .hero__img {
        display: none
    }

    .hero__video {
        display: block
    }

    .hero__title {
        font-size: 3.75rem;
        line-height: 1.3333333333
    }

    .hero__desc {
        font-size: 1.5rem;
        line-height: 1.3333333333;
        margin-top: 36px
    }

    .benefits {
        grid-template-columns: repeat(3, 1fr)
    }

    .services-item {
        align-items: center;
        display: grid;
        grid-template-columns: 1.2fr 1fr
    }

    .services-item:nth-child(2n) .services-item__img {
        order: 1
    }

    .services-item:nth-child(2n) .services-item__body {
        order: 0
    }

    .facts__title {
        margin-top: 10px
    }

    .facts__body {
        grid-column-gap: 26px;
        align-items: center;
        display: grid;
        grid-template-columns: 1fr minmax(408px, 1fr);
        padding-top: 46px
    }

    .facts__achievements,
    .facts__img-wrapper {
        margin-top: 0
    }

    .achievements__title {
        font-size: 2.5rem
    }

    .achievements__title span {
        font-size: 1.75rem
    }

    .achievements__body {
        font-size: .75rem
    }

    .achievements__icon {
        height: 16px;
        margin-top: 0;
        width: 16px
    }
}

@media only screen and (min-width:62em) {
    .hero {
        height: 40rem;
        margin-top: -4.875rem;
        padding-top: 4.875rem
    }

    .about {
        padding-top: 53px
    }

    .about__benefits {
        margin-top: 68px
    }

    .benefits {
        grid-gap: 30px
    }

    .benefits__desc {
        font-size: .9375rem;
        line-height: 1.4666666667
    }

    .services__container {
        padding: 115px 10px 36px;
        row-gap: 74px
    }

    .services-item {
        align-items: start;
        grid-template-columns: 56fr 44fr;
        margin: 0 auto;
        max-width: 1644px;
        padding-right: clamp(0rem, -15.8340517241rem + 25.5387931034vw, 14.8125rem)
    }

    .services-item:nth-child(2n) {
        grid-template-columns: 42fr 58fr;
        max-width: 1782px;
        padding-left: clamp(0rem, -14.4978448276rem + 23.3836206897vw, 13.5625rem);
        padding-right: 0
    }

    .services-item__img {
        margin-top: 57px;
        position: relative
    }

    .services-item__img:before {
        background: transparent url(../img/bg-man.png) no-repeat 100% 100%/contain;
        bottom: calc(clamp(5.5rem, 2.4935344828rem + 4.849137931vw, 8.3125rem)*-1);
        content: "";
        height: clamp(18.3125rem, 9.025862069rem + 14.9784482759vw, 27rem);
        position: absolute;
        right: clamp(.375rem, -.5603448276rem + 1.5086206897vw, 1.25rem);
        width: clamp(38.4375rem, 18.3943965517rem + 32.3275862069vw, 57.1875rem);
        z-index: 2
    }

    body.no-js .services-item__img:before,
    body.no-webp .services-item__img:before {
        background-image: url(../img/bg-man.png)
    }

    body.webp .services-item__img:before {
        background-image: url(../img/bg-man.webp)
    }

    .services-item__img img {
        position: relative;
        z-index: 5
    }

    .services-item:nth-child(2n) .services-item__img {
        margin-top: 0
    }

    .services-item:nth-child(2n) .services-item__img:before {
        background-image: url(../img/bg-woman.png);
        bottom: calc(clamp(5.9375rem, 2.5301724138rem + 5.4956896552vw, 9.125rem)*-1);
        content: "";
        height: clamp(17.25rem, 6.6939655172rem + 17.025862069vw, 27.125rem);
        left: clamp(6.75rem, .536637931rem + 10.0215517241vw, 12.5625rem);
        position: absolute;
        right: auto;
        width: clamp(31.1875rem, 12.0797413793rem + 30.8189655172vw, 49.0625rem)
    }

    body.no-js .services-item:nth-child(2n) .services-item__img:before,
    body.no-webp .services-item:nth-child(2n) .services-item__img:before {
        background-image: url(../img/bg-woman.png)
    }

    body.webp .services-item:nth-child(2n) .services-item__img:before {
        background-image: url(../img/bg-woman.webp)
    }

    .services-item__body {
        padding: 64px clamp(1.75rem, -3.2607758621rem + 8.0818965517vw, 6.4375rem) 64px clamp(1.75rem, -7.0689655172rem + 14.224137931vw, 10rem)
    }

    .services-item:nth-child(2n) .services-item__body {
        margin-top: 41px;
        padding: 64px clamp(1.75rem, -7.6034482759rem + 15.0862068966vw, 10.5rem) 64px clamp(1.75rem, -2.6594827586rem + 7.1120689655vw, 5.875rem)
    }

    .services-item__title {
        font-size: 2rem;
        line-height: 1.3125;
        padding-top: 26px
    }

    .services-item__title:before {
        height: 4px;
        width: 56px
    }

    .services-item__desc {
        font-size: .9375rem;
        line-height: 1.6;
        margin-top: 24px
    }

    .services-item__find {
        font-size: .9375rem;
        line-height: 5.2666666667;
        margin-top: 47px;
        max-width: 367px
    }

    .services-item__find-icon-bg {
        height: 35px;
        margin-right: 20px;
        width: 35px
    }

    .services-item__find-icon {
        font-size: 1.125rem
    }

    .facts {
        padding-bottom: 130px
    }

    .facts__body {
        grid-template-columns: 1fr minmax(572px, 1fr);
        padding-top: 94px
    }

    .facts__img-wrapper {
        padding: 0 0 34px 37px
    }

    .facts__img-wrapper:before {
        right: -43px;
        top: -62px
    }

    .facts__img-wrapper:after {
        bottom: -34px;
        left: -49px
    }

    .facts__img:before {
        bottom: -34px;
        height: calc(100% + 23px);
        left: -37px;
        width: calc(100% + 7px)
    }

    .facts__achievements {
        position: relative;
        z-index: 15
    }

    .achievements__item {
        padding: 23px 20px 40px
    }

    .achievements__title {
        font-size: 3.2rem;
        line-height: 1.1248046875
    }

    .achievements__title span {
        font-size: 2.25rem;
        line-height: 1.5997222222
    }

    .achievements__body {
        font-size: 1rem;
        line-height: 1.125;
        margin-top: 13px
    }

    .achievements__icon {
        height: 20px;
        width: 20px
    }
}

@media only screen and (min-width:75em) {
    .hero {
        height: 49.6875rem
    }

    .about__container:before {
        left: clamp(-8.4375rem, 31.8396226415rem + -42.4528301887vw, 0rem)
    }

    .benefits {
        padding: 0
    }

    .benefits__item {
        padding: 30px 35px 76px;
        row-gap: 28px
    }

    .services-item__body {
        padding-bottom: 122px;
        padding-top: 80px
    }

    .services-item:nth-child(2n) .services-item__body {
        padding-bottom: 118px;
        padding-top: 84px
    }

    .facts__body {
        grid-column-gap: 64px
    }
}