body {
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.6;
    background: #080c16
}

p {
    color: #fff
}

h1 {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

h2 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

h3 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2
}

.accent {
    color: #00ff80
}

* {
    margin: 0;
    padding: 0
}

.btn-default {
    background: #00ff80;
    color: #080c16;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    padding: 16px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-default.arr:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/right.png") center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    margin-top: -2px
}

.btn-default:hover {
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-default:focus {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: hsla(0, 0%, 100%, .25)
}

.btn-outline {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #00ff80;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    padding: 11px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-outline:hover {
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-color: #fff;
    color: #111
}

.link {
    color: #00ff80;
    text-decoration: underline
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.text-block {
    display: block
}

.container {
    max-width: 1390px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px
}

a {
    text-decoration: none
}

button,
input,
textarea {
    outline: none
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

ul {
    list-style: none
}

.logo {
    line-height: 0
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3
}

.header-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0
}

.header-block .btn-outline {
    width: 190px
}

.banner {
    background: url("../img/main.jpg") center no-repeat;
    background-size: cover;
    padding: 152px 0 130px 0
}

.banner p {
    max-width: 670px;
    width: 100%;
    color: #909296;
    margin: 16px 0 24px 0
}

.banner .btn-default {
    max-width: 328px;
    width: 100%
}

.banner h1 {
    max-width: 780px;
    width: 100%
}

.banner .subtitle {
    margin-bottom: 24px;
    border-radius: 30px;
    padding: 7px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .5px solid rgba(85, 188, 0, .2);
    display: inline-block;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(85, 188, 0, 0.1)), to(rgba(28, 61, 0, 0.1)));
    background: -o-linear-gradient(bottom, rgba(85, 188, 0, 0.1) 0%, rgba(28, 61, 0, 0.1) 100%);
    background: linear-gradient(0deg, rgba(85, 188, 0, 0.1) 0%, rgba(28, 61, 0, 0.1) 100%)
}

.banner .subtitle img {
    vertical-align: middle
}

.banner .subtitle span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 14px;
    vertical-align: middle
}

.sub {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 4px 25px;
    border-radius: 30px;
    display: inline-block
}

.sub::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: -o-linear-gradient(20deg, rgb(0, 255, 128) 0%, rgba(0, 255, 128, 0.2) 100%);
    background: linear-gradient(70deg, rgb(0, 255, 128) 0%, rgba(0, 255, 128, 0.2) 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.why {
    padding: 56px 0 50px 0
}

.why h2 {
    text-align: center;
    margin-bottom: 56px
}

.why h3 {
    margin: 16px 0
}

.why-text {
    max-width: 670px;
    width: 100%
}

.why-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px
}

.why-block.cust {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.why-block.cust p {
    margin-bottom: 50px;
    text-transform: uppercase
}

.why-block.cust .btn-default {
    max-width: 250px;
    width: 100%
}

.works {
    padding: 56px 0 70px 0;
    background: url("../img/img.png") top right no-repeat
}

.works-text {
    max-width: 670px;
    width: 100%;
    position: relative;
    z-index: 2
}

.works-text h2 {
    margin-bottom: 24px
}

.works-p {
    margin-bottom: 56px
}

.works-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: hsla(0, 0%, 100%, .05);
    margin-bottom: 16px;
    border-radius: 20px;
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(111, 217, 24, .15)
}

.works-item:last-child {
    margin-bottom: 0
}

.works-item h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 8px
}

.works-item p {
    color: hsla(0, 0%, 100%, .5)
}

.cta {
    padding: 100px 0 130px 0
}

.cta-block {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 25px;
    padding: 65px 40px 40px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.cta-block:before {
    content: "";
    width: 3px;
    height: 75px;
    background: #00ff80;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 0 50px 50px 0
}

.cta-block:after {
    content: "";
    width: 3px;
    height: 75px;
    background: #00ff80;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50px 0 0 50px
}

.cta-ico {
    margin-top: -90px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cta p {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 46px;
    margin-top: 30px
}

.cta p .link {
    text-decoration: none
}

.cta .btn-default {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto
}

.cta-shape {
    position: absolute;
    right: 60px;
    bottom: -90px
}

.partners {
    padding: 56px 0
}

.partners h2 {
    text-align: center;
    margin-bottom: 56px
}

.partners-item {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 20px;
    height: 218px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    max-width: 315px;
    width: 100%
}

.partners-item img {
    max-width: 200px;
    width: auto;
    max-height: 80px;
    height: auto
}

.partners-item img.imgw {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.partners-block {
    gap: 16px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.socials a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 0
}

.socials a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer {
    padding-top: 56px
}

.footer .logo {
    margin-bottom: 24px;
    display: inline-block
}

.footer-logo {
    max-width: 670px;
    width: 100%
}

.footer-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px
}

.footer-menu p {
    color: #909296;
    font-weight: 700
}

.footer-menu a {
    margin-top: 12px;
    color: #00ff80;
    text-decoration: none;
    font-size: 16px;
    display: table;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-menu a:hover {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-text p {
    color: #909296;
    margin-bottom: 24px
}

.footer-copy {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding: 40px 0 50px 0
}

.footer-copy p {
    font-size: 14px;
    color: #909296;
    text-transform: uppercase
}

.works-img-mob {
    display: none
}

.banner-img {
    display: none
}

.about {
    padding: 156px 0 150px 0
}

.about h2 {
    margin-bottom: 24px;
    color: #00ff80
}

.about-text {
    margin-bottom: 24px;
    text-transform: uppercase
}

.about-info {
    margin-bottom: 56px
}

.about-info p {
    text-transform: none;
    margin-bottom: 0px
}

.about-info a {
    text-decoration: none
}

.about-note {
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid rgba(111, 217, 24, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 15px
}

.about-note p {
    margin-bottom: 0
}

.about-block {
    max-width: 900px;
    width: 100%;
    margin: 0 auto
}

.legal {
    padding: 156px 0 10px 0
}

.legal-top {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 100px
}

.legal h2 {
    margin-bottom: 24px;
    color: #00ff80
}

.legal .container {
    max-width: 900px;
    width: 100%
}

.legal p {
    margin-bottom: 20px
}

.legal-note {
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid rgba(111, 217, 24, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 56px 0
}

.legal-note p {
    margin-bottom: 0
}

.legal-note p a {
    text-decoration: none
}

@media(max-width: 1024px) {
    .partners-item {
        max-width: 220px;
        height: 155px
    }

    .partners-item img {
        max-width: 170px
    }

    .why-block.cust img {
        max-width: 320px;
        width: 100%
    }

    .why {
        padding-bottom: 0px
    }

    .cta-shape {
        right: 10px;
        width: 180px
    }

    .cta p {
        font-size: 26px
    }

    .footer-logo {
        max-width: 560px
    }

    .works-item {
        background: #141822
    }
}

@media(max-width: 767px) {
    h1 {
        font-size: 48px
    }

    h1 br {
        display: none
    }

    h2 {
        font-size: 48px
    }

    h3 {
        font-size: 40px
    }

    .btn-default {
        font-size: 14px
    }

    .btn-default.arr:after {
        margin-top: -3px
    }

    .logo img {
        width: 105px
    }

    .header-block {
        padding: 16px 0
    }

    .header-block .btn-outline {
        font-size: 0;
        width: 44px;
        height: 44px;
        min-width: 44px;
        padding: 0;
        border-radius: 50%;
        background: url("../img/right2.png") center no-repeat
    }

    .banner {
        padding: 100px 0 40px 0;
        background: none
    }

    .banner-img {
        display: block;
        margin: 0 auto 0 auto;
        max-width: 100%;
        width: auto
    }

    .banner p {
        margin: 12px 0 18px 0
    }

    .banner .subtitle {
        margin-bottom: 16px;
        padding: 7px 16px
    }

    .banner .subtitle img {
        width: 14px
    }

    .banner .subtitle span {
        font-size: 14px;
        margin-left: 8px
    }

    .why h2 {
        margin-bottom: 5px
    }

    .why-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }

    .why-block img {
        width: 110px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .why-block.cust p {
        margin-bottom: 24px
    }

    .why-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .sub {
        font-size: 14px
    }
}

@media(max-width: 460px) {
    .banner-img {
        max-width: 100%;
        width: 100%;
        display: block
    }

    .banner .btn-default {
        max-width: 100%
    }

    h3 {
        font-size: 24px
    }

    h2 {
        font-size: 32px
    }

    p {
        font-size: 14px
    }

    .why {
        padding-top: 0
    }

    .why-block {
        margin-bottom: 0
    }

    .btn-default {
        font-size: 14px;
        padding: 12px 20px
    }

    .why-block.cust .btn-default {
        max-width: 100%
    }

    .sub {
        font-size: 12px
    }

    .why-block.cust img {
        max-width: 250px
    }

    .works {
        background: none
    }

    .works-p {
        margin-bottom: 0
    }

    .works-img-mob {
        display: block;
        width: 100%
    }

    .works-item {
        background: hsla(0, 0%, 100%, .05);
        gap: 10px;
        padding: 16px 16px 10px 12px;
        margin-bottom: 8px;
        border-radius: 16px
    }

    .works-item h4 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .works-item p {
        font-size: 12px
    }

    .works-item img {
        width: 50px;
        min-width: 50px;
        height: 50px
    }

    .cta {
        padding: 0 0 40px 0
    }

    .cta-block {
        padding: 40px 24px 24px 24px
    }

    .cta-block:after {
        height: 40px
    }

    .cta-block:before {
        height: 40px
    }

    .cta p {
        font-size: 16px;
        margin-bottom: 24px
    }

    .cta-ico {
        width: 32px;
        margin-top: -60px
    }

    .cta .btn-default {
        max-width: 300px;
        width: 100%
    }

    .cta-shape {
        width: 100px;
        bottom: -70px;
        right: -10px
    }

    .partners {
        padding-bottom: 40px
    }

    .partners h2 {
        margin-bottom: 40px
    }

    .partners-block {
        gap: 8px
    }

    .partners-item {
        width: 48%;
        height: 72px;
        border-radius: 16px
    }

    .partners-item img {
        max-width: 100px;
        max-height: 56px
    }

    .footer {
        padding-top: 40px
    }

    .footer-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 40px
    }

    .footer-menu {
        width: 100%
    }

    .footer-menu p {
        font-size: 14px
    }

    .footer-menu a {
        font-size: 14px;
        margin-top: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-menu a:after {
        content: "";
        width: 14px;
        height: 12px;
        background: url("../img/right3.svg") center no-repeat;
        background-size: contain;
        display: block
    }

    .footer .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-copy {
        padding: 24px 0 40px 0
    }

    .footer-copy p {
        font-size: 12px
    }

    .about {
        padding-top: 115px
    }

    .about-text {
        font-size: 14px;
        margin-bottom: 16px
    }

    .about-info {
        margin-bottom: 40px
    }

    .about-info p {
        font-size: 14px
    }

    .about-info a {
        font-size: 14px
    }

    .about-note {
        padding: 13px;
        gap: 8px;
        border-radius: 16px
    }

    .about-note img {
        width: 60px;
        height: 60px;
        min-width: 60px
    }

    .about-note p {
        font-size: 14px
    }

    .legal {
        padding-top: 115px;
        padding-bottom: 40px
    }

    .legal-top {
        font-size: 14px;
        margin-bottom: 80px
    }

    .legal-note {
        padding: 15px 12px 15px 8px;
        gap: 8px;
        border-radius: 16px;
        margin: 40px 0
    }

    .legal-note img {
        width: 60px;
        height: 60px;
        min-width: 60px
    }

    .legal-note p {
        font-size: 14px
    }
}