* {
    box-sizing: border-box;

    --color-black: #202020;
    --color-dark-black: #313131;
    --color-white: #fafafa;
    --color-light-green: #0ac05e;
    --color-light-green-hover: #2aeeac;

    --main-transition: 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);

    --fs-40: 40px;
    --fs-20: 20px;
    --fs-18: 18px;
    --fs-16: 16px;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
    display: flex;
    padding: 0;
}
button {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
body {
    background-color: var(--color-white);
}
.top {
    position: relative;
}
.top__bubbles-top {
    position: absolute;
    top: 0;
    left: 0;
}

.introduce__inner {
    position: relative;
}
.top__bubbles-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
.container {
    max-width: 1190px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.header {
    padding-top: 40px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}
.header__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 647px;
    width: 100%;
}
.header__link {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.06em;
    color: var(--color-dark-black);
    margin-right: 20px;
    transition: var(--main-transition);
}
.header__menu {
    max-width: 446px;
    width: 100%;
}
.header__menu-list {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header__menu-link {
    font-size: var(--fs-18);
    color: var(--color-dark-black);
    transition: var(--main-transition);
}
.header__menu-link:hover, .header__link:hover{
    color: var(--color-light-green);
}
.header__controls {
    display: flex;
    position: relative;
    z-index: 4;
}
.header__controls.mobile {
    display: none;
}
.header__controls.mobile > button{
    width: 100%;
}
.header__controls-button {
    padding: 15px;
    font-size: var(--fs-18);
    color: var(--color-dark-black);
    transition: var(--main-transition);
}
.signUpBtn {
    transition: var(--main-transition);
    padding: 15px 42px;
    color: var(--color-white);
    background-color: var(--color-light-green);
    box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.02),
        0 8px 7px 0 rgba(56, 56, 56, 0.04), 0 20px 13px 0 rgba(56, 56, 56, 0.05),
        0 39px 25px 0 rgba(56, 56, 56, 0.06),
        0 65px 47px 0 rgba(56, 56, 56, 0.08),
        0 100px 80px 0 rgba(56, 56, 56, 0.1);
}
.introduce__inner {
    display: flex;
}
.introduce__text {
    padding-top: 220px;
    padding-bottom: 286px;
    max-width: 589px;
    width: 100%;
    padding-left: 20px;
    position: relative;
    z-index: 4;
}
.title {
    font-weight: 700;
    font-size: 94px;
    line-height: 100%;
    color: var(--color-dark-black);
    margin-bottom: 40px;
}
.title > span {
    font-weight: 700;
    color: var(--color-light-green);
}
.introduce__subtitle {
    font-size: var(--fs-16);
    line-height: 187%;
    color: #425466;
    margin-bottom: 40px;
    max-width: 490px;
    width: 100%;
}
.introduce__links {
    display: flex;
}
.introduce__link {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-light-green);
    padding: 15px 22px;
    transition: var(--main-transition);
}
.introduce__link:first-of-type {
    background-color: var(--color-light-green);
    color: var(--color-white);
    padding: 15px 27px;
}
.introduce__content {
    max-width: 581px;
    width: 100%;
    position: relative;
}
.introduce__element {
    position: absolute;
    z-index: 3;
}
.introduce__element.video {
    left: 39px;
    top: 139px;
}
.introduce__element.name {
    left: 19px;
    bottom: 233px;
}
.introduce__element.experience {
    right: 0px;
    top: 280px;
}
.introduce__element.emoji {
    padding: 20px 24px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    bottom: 119px;
    left: -32px;
}
.introduce__element.graph {
    right: -17px;
    bottom: 86px;
}
.introduce__graph {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    padding: 25px 24px;
}
.intoroduce__graph-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.introduce__graph-title {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-dark-black);
}
.introduce__graph-followers {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    margin-bottom: 21px;
}
.introduce__graph-value {
    font-weight: 600;
    font-size: 22px;
    color: #313131;
}
.introduce__video {
    position: relative;
}
.introduce__video::before {
    position: absolute;
    content: "Demo video";
    top: 38%;
    left: -74px;
    font-weight: 300;
    font-size: var(--fs-18);
    color: var(--color-light-green);
}
.introduce__content-image {
    position: absolute;
    z-index: 2;
    top: -19px;
    left: 0;
}
.introduce__name {
    width: 188px;
    height: 218px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 31px 17px 15px;
}
.introduce__name-name {
    font-weight: 600;
    font-size: var(--fs-20);
    line-height: 125%;
    text-align: center;
    color: var(--color-dark-black);
    margin-bottom: 25px;
}
.introduce__name-box {
    border-radius: 8px;
    background-color: #fbfbfb;
    padding: 16px 10px;
}
.introduce__name-growth {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #404040;
}
.introduce__name-value {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #ff4d4a;
}
.introduce__name-thumbnail {
    width: 48px;
    height: 48px;
    padding: 3px;
    border-radius: 100%;
    background-color: var(--color-white);
    position: absolute;
    top: -24px;
    right: -24px;
}
.introduce__experience {
    width: 188px;
    height: 68px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 18px 4px 21px;
    display: flex;
    align-items: center;
    position: relative;
}
.introduce__experience-number {
    font-weight: 500;
    font-size: 40px;
    color: var(--color-light-green);
}
.introduce__experience-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 117%;
    color: var(--color-dark-black);
    margin-left: 5px;
}
.introduce__experience-corner {
    width: 20px;
    height: 20px;
    padding: 4px;
    background-color: var(--color-white);
    border-radius: 100%;
    position: absolute;
    left: -10px;
    bottom: -10px;
}
.introduce__experience-dot {
    background-color: var(--color-light-green);
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.partners {
    padding-bottom: 140px;
}
.partners__inner {
    background-color: #f1f1f1;
    padding: 84px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 4;
}
.partners__item {
    margin-left: 10px;
}
.partners__item:first-of-type {
    margin-left: 0;
}
.section__title {
    font-weight: 500;
    font-size: var(--fs-40);
    line-height: 120%;
    text-align: center;
    color: var(--color-dark-black);
    position: relative;
    z-index: 5;
}
.grow {
    padding-bottom: 140px;
}
.grow__boxes {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grow__box {
    margin-left: 10px;
    display: grid;
    place-items: center;
    grid-template-rows: repeat(3, 1fr);
    max-width: 270px;
    width: 100%;
}
.grow__box-image {
    display: block;
}
.grow__box:first-of-type {
    margin-left: 0;
}
.grow__box-title {
    font-weight: 500;
    font-size: var(--fs-20);
    line-height: 125%;
    text-align: center;
    color: var(--color-black);
    margin: 40px 0 16px;
}
.grow__box-text {
    font-size: var(--fs-16);
    line-height: 187%;
    text-align: center;
    color: #425466;
}
.faq {
    position: relative;
}
.faq__bubbles {
    transform-origin: right;
    position: absolute;
    right: 0;
    top: -76px;
}

.faq__subtitle {
    font-size: var(--fs-16);
    line-height: 187%;
    text-align: center;
    color: #425466;
    margin: 20px auto 90px;
    max-width: 594px;
    width: 100%;
    position: relative;
    z-index: 5;
}
.faq__boxes {
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
}
.faq__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 110px;
}
.faq__box:nth-of-type(2n) {
    padding-left: 40px;
    flex-direction: row-reverse;
}
.faq__box-text {
    max-width: 350px;
    width: 100%;
}
.faq__box-title {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #222831;
    margin-bottom: 18px;
}
.faq__box-description {
    font-size: var(--fs-16);
    line-height: 187%;
    color: #425466;
}
.about {
    padding-bottom: 140px;
    position: relative;
}
.about__bubbles {
    transform-origin: right;
    position: absolute;
    right: 0;
    top: -129px;
}
.about__description {
    max-width: 568px;
    width: 100%;
    padding-right: 89px;
    border-right: 1px solid #e0e0e0;
}
.about__description > .section__title {
    text-align: left;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about__description-text {
    font-size: var(--fs-16);
    line-height: 187%;
    color: #425466;
    margin-bottom: 30px;
}
.about__description-links {
    display: flex;
}
.about__description-link {
    padding: 15px 19px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--color-light-green);
    color: var(--color-white);
    margin-right: 20px;
    transition: var(--main-transition);
}
.about__description-link.video {
    border: 1px solid var(--color-light-green);
    background-color: transparent;
    color: var(--color-light-green);
    width: 201px;
}
.about__description-link.video > svg {
    margin-left: 22px;
}
.about__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}
.about__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 40px 30px;
    margin-left: 20px;
}
.about__box {
    border: 1px solid #e0e0e0;
    width: 192px;
    height: 161px;
    text-align: center;
    padding: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: var(--main-transition);
}

.about__box-title {
    font-weight: 500;
    font-size: var(--fs-40);
    line-height: 120%;
    text-align: center;
    color: var(--color-dark-black);
}
.about__box-text {
    font-size: var(--fs-16);
    letter-spacing: -0.01em;
    text-align: center;
    color: #61646b;
}
.about__box.--active {
    box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.02),
        0 8px 7px 0 rgba(56, 56, 56, 0.04), 0 20px 13px 0 rgba(56, 56, 56, 0.05),
        0 39px 25px 0 rgba(56, 56, 56, 0.06);
    background: #fff;
}
.about__box:hover {
    box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.02),
        0 8px 7px 0 rgba(56, 56, 56, 0.04), 0 20px 13px 0 rgba(56, 56, 56, 0.05),
        0 39px 25px 0 rgba(56, 56, 56, 0.06);
    background: #fff;
}
.comments {
    padding-bottom: 191px;
    position: relative;
}
.comments__bubbles {
    position: absolute;
    top: -57px;
    left: 0;
}
.comments__inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.comments__inner > .section__title {
    text-transform: uppercase;
}
.comments__subtitle {
    font-size: var(--fs-16);
    line-height: 187%;
    text-align: center;
    color: #425466;
    margin: 30px auto 80px;
    max-width: 644px;
}
.comments__slider {
    width: 100%;
    position: relative;
}
.comments__background {
    background: #f1f1f1;
    width: 90%;
    height: 540px;
    margin: 0 auto;
}
.slider {
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
}
.slider__content {
    width: 380px;
    height: 282px;
    background-color: #fff;
    padding: 40px 24px 26px 22px;
}

.slider__item-stars {
    display: flex;
}
.star {
    margin-right: 3px;
}
.slider__item-comment {
    font-size: var(--fs-16);
    line-height: 187%;
    color: #425466;
    margin-top: 18px;
    max-height: 130px;
    overflow-y: auto;
}
.slider__item-user {
    font-weight: 600;
    font-size: 14px;
    color: var(--color-dark-black);
    margin: 24px auto 5px;
}
.slider__item-company {
    font-size: 10px;
    line-height: 100%;
    color: #425466;
}
.slider__controls {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    display: flex;
    padding: 8px;
    background-color: #fff;
}
.sliderButton {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sliderButton.--active {
    background-color: var(--color-dark-black);
    box-shadow: 0 8px 15px 0 rgba(72, 72, 138, 0.08);
}
.sliderButton.--active > svg > path {
    fill: #fff;
}
.ready {
    padding: 80px 0 160px;
    background-color: #f1f1f1;
    position: relative;
}
.ready > .circles > path{
    transition: var(--main-transition);
}
.ready:hover > .circles > path{
    fill: var(--color-light-green-hover);
}
.ready__inner {
    position: relative;
    z-index: 5;
}
.circles {
    position: absolute;
    top: 0;
    right: 0;
}
.ready__bubbles {
    position: absolute;
    left: 0;
    top: 0;
}
.ready__subtitle {
    font-size: var(--fs-20);
    line-height: 160%;
    text-align: center;
    color: #425466;
    max-width: 702px;
    margin: 30px auto;
}
.ready__form {
    box-shadow: 0 2px 3px 0 rgba(56, 56, 56, 0.02),
        0 8px 7px 0 rgba(56, 56, 56, 0.04), 0 20px 13px 0 rgba(56, 56, 56, 0.05),
        0 39px 25px 0 rgba(56, 56, 56, 0.06),
        0 65px 47px 0 rgba(56, 56, 56, 0.08),
        0 100px 80px 0 rgba(56, 56, 56, 0.1);
    width: 490px;
    height: 80px;
    margin: 0 auto;
    display: flex;
}
.ready__input {
    background: #fff;
    height: 100%;
    width: 100%;
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: 125%;
    color: var(--color-dark-black);
    outline: none;
    border: none;
    padding: 30px 28px;
}
.ready__input::placeholder {
    color: #a5a5a5;
}
.ready__submit {
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: 125%;
    color: #fff;
    width: 161px;
    background-color: var(--color-light-green);
    transition: var(--main-transition);
}
.footer {
    padding-top: 134px;
}
.footer__boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-bottom: 90px;
}
.footer__description {
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: 187%;
    color: #425466;
    max-width: 316px;
    margin-top: 18px;
}
.footer__box-list {
    display: block;
}
.footer__box-title {
    font-weight: 500;
    font-size: 24px;
    color: #313131;
    margin-bottom: 17px;
}
.footer__box-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    color: #425466;
    transition: var(--main-transition);
}
.footer__box-links {
    max-width: 190px;
    margin-top: 54px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer__bottom-copyright {
    font-size: var(--fs-16);
    line-height: 150%;
    color: #425466;
}
.footer__bottom-copyright > b {
    font-weight: 600;
}
.footer__bottom-links {
    display: flex;
}
.footer__bottom-link {
    margin-left: 36px;
    font-size: var(--fs-16);
    line-height: 150%;
    color: #425466;
    transition: var(--main-transition);
}
.footer__bottom-link:hover{
    color: var(--color-light-green);
}
.footer__bottom {
    padding: 36px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #e0e0e0;
}

.top__bubbles-top,
.faq__bubbles,
.top__bubbles-bottom,
.about__bubbles,
.comments__bubbles,
.ready__bubbles {
    animation: bubbles 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s 3 alternate;
}

.graphLine {
    transform-origin: bottom;
    animation: graphLine 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s 5 alternate;
}

@keyframes graphLine {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.6);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes bubbles {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.6);
    }
    100% {
        transform: scale(1);
    }
}

.header__menu-btn {
    width: 30px;
    display: none;
    padding: 0;
}
.header__menu-row {
    height: 4px;
    background-color: var(--color-light-green);
    margin-bottom: 5px;
}
.header__menu-btn.--active {
    position: relative;
}
.header__menu-btn.--active > .header__menu-row:nth-of-type(3) {
    opacity: 0;
}
.header__menu-btn.--active > .header__menu-row:nth-of-type(1) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(45deg);
}
.header__menu-btn.--active > .header__menu-row:nth-of-type(2) {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
}
.modals {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(165, 165, 165, 0.63);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 11;
    height: 100vh;
    padding: 0 10px;
}
.modal {
    display: none;
    position: relative;
    padding: 40px 50px;
    background-color: #fff;
    max-width: 608px;
    width: 100%;
}
.modals.--opened{
    display: flex;
}
.modal.--opened{
    display: block;
}
.closeModal {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-light-green);
    text-align: center;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--color-light-green);
    transition: var(--main-transition);
}
.closeModal:hover{
    background-color: var(--color-light-green-hover);
    border: 1px solid var(--color-light-green-hover);
    color: var(--color-white);
}
.modal__title {
    font-weight: 500;
    font-size: var(--fs-20);
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    color: var(--color-dark-black);
}
.modal__body{
    margin-top: 30px;
}
.demoVideo {
    width: 100%;
    height: 335px;
}
.modal__input{
    background-color: #f1f1f1;
    width: 100%;
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: 125%;
    color: var(--color-black);
    outline: none;
    border: none;
    padding: 20px 12px;
    margin-bottom: 20px;
}
.modal__submit{
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: var(--fs-16);
    line-height: 125%;
    color: #fff;
    width: 100%;
    height: 60px;
    background-color: var(--color-light-green);
    transition: var(--main-transition);
}
.modal__input::placeholder {
    color: var(--color-dark-black);
}
.signUpBtn:hover,
.introduce__link:hover,
.header__controls-button:hover,
.modal__submit:hover,
.about__description-link:hover,
.ready__submit:hover {
    background-color: var(--color-light-green-hover);
    color: var(--color-white);
    
}
.about__description-link.video:hover{
    border: 1px solid var(--color-light-green-hover);
}
.about__description-link.video > svg > path{
    transition: var(--main-transition);
}
.about__description-link.video:hover > svg > path{
    fill: #FFF;
}
.footerLinkBG{
    transition: var(--main-transition);
}
.footer__box-link:hover .footerLinkBG{
    fill: var(--color-light-green-hover);
}
.footer__box-link:hover{
    color: var(--color-light-green);
}
.information{
    display: none;
    position: fixed;
    background-color: #FFF;
    border: 1px solid var(--color-light-green);
    bottom: 30px;
    right: 30px;
    padding: 20px 30px;
    z-index: 15;
}
.information__title{
    font-weight: 500;
    font-size: var(--fs-20);
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    color: var(--color-dark-black);
}
.information__text{
    margin-top: 15px;
    font-size: var(--fs-16);
    color: var(--color-dark-black);
}