@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #F4F7FA;
    margin: 0;
    padding: 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161C2D;
    width: 100%;
}

.header-top {
    width: 1110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo {
    font-family: 'Rubik-Bold';
    color: #F4F7FA;
    font-size: 24px;
    white-space: nowrap;
}

.header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.menu {
    display: flex;
    gap: 24px;
    align-items: center;
}

.menu__title {
    font-family: 'Gilroy-Regular';
    color: #FFFFFF;
    font-size: 15px;
    cursor: pointer;
}

.button {
    width: 183px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/button-start.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.button__text {
    color: #FFFFFF;
    font-family: 'Gilroy-Bold';
    font-size: 17px;
    white-space: nowrap;
    text-align: center;
    margin-top: 2px;
}

.hero {
    height: 704px;
    background-color: #161C2D;
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner {
    width: 1112px;
    height: 383px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 139px;
    margin-bottom: 182px;
}

.banner img {
    cursor: pointer;
}

.banner-left {
    width: 541px;
    height: 318px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.banner__title {
    font-family: 'Gilroy-Bold';
    font-size: 60px;
    color: #FFFFFF;
    margin: 0;
}

.banner__text {
    font-family: 'Gilroy-Regular';
    font-size: 19px;
    color: #FFFFFF;
    margin: 0;
}

.banner__button {
    display: flex;
    align-items: center;
    font-family: 'Gilroy-Bold';
    font-size: 21px;
    color: #68D585;
    height: 32px;
    gap: 8px;
    cursor: pointer;
}

.banner__button img {
    width: 13px;
    height: 11.27px;
    cursor: pointer;
}

.banner-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.logos {
    height: 159px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.logos-container {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features {
    width: 1112px;
    height: 135px;
    display: flex;
    justify-content: space-between;
    margin-top: 89px;
}

.features-block {
    width: 346px;
    display: flex;
    gap: 26px;
}

.features-block img {
    width: 35px;
    height: 36px;
    margin-top: 9px;
}

.features__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.features__title {
    font-family: 'Gilroy-Bold';
    font-size: 21px;
    color: #161C2D;
    margin: 0;
}

.features__text {
    font-family: 'Gilroy-Regular';
    font-size: 17px;
    color: #161C2D;
    margin: 0;
}

.content_one {
    width: 1102px;
    height: 424px;
    margin-top: 132px;
    display: flex;
    justify-content: space-between;
}

.one__info {
    width: 410px;
    margin-top: 84px;
    margin-bottom: 60px;
}

.one__title {
    font-family: 'Gilroy-Bold';
    font-size: 36px;
    color: #161C2D;
    margin: 0;
    line-height: 1.2;
}

.one__text {
    font-family: 'Gilroy-Regular';
    font-size: 19px;
    color: #161C2D;
    margin-top: 21px;
    margin-bottom: 0;
}

.one__button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
    cursor: pointer;
}

.one__button p {
    font-family: 'Gilroy-Bold';
    font-size: 21px;
    color: #473BF0;
    margin: 0;
    line-height: 1;
}

.one__button img {
    width: 13px;
    height: 11.27px;
}

.content_two {
    width: 1110px;
    height: 468px;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.two__info {
    width: 410px;
    margin-top: 84px;
    margin-bottom: 60px;
    order: 1;
}

.two__title {
    font-family: 'Gilroy-Bold';
    font-size: 36px;
    color: #161C2D;
    margin: 0;
    line-height: 1.2;
}

.two__text {
    font-family: 'Gilroy-Regular';
    font-size: 19px;
    color: #161C2D;
    margin-top: 21px;
    margin-bottom: 0;
}

.two__button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
    cursor: pointer;
}

.two__button p {
    font-family: 'Gilroy-Bold';
    font-size: 21px;
    color: #473BF0;
    margin: 0;
    line-height: 1;
}

.two__button img {
    width: 13px;
    height: 11.27px;
}

.content_two img {
    max-width: 100%;
    height: auto;
    order: 2;
}

.content_three {
    width: 1011px;
    height: 511px;
    margin: 130px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.three__info {
    width: 410px;
    margin-top: 84px;
    margin-bottom: 60px;
}

.three__title {
    font-family: 'Gilroy-Bold';
    font-size: 36px;
    color: #161C2D;
    margin: 0;
    line-height: 1.2;
}

.three__text {
    font-family: 'Gilroy-Regular';
    font-size: 19px;
    color: #161C2D;
    margin-top: 21px;
    margin-bottom: 0;
}

.three__button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
    cursor: pointer;
}

.three__button p {
    font-family: 'Gilroy-Bold';
    font-size: 21px;
    color: #473BF0;
    margin: 0;
    line-height: 1;
}

.three__button img {
    width: 13px;
    height: 11.27px;
}

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

.pricing {
    width: 100%;
    height: 1434px;
    background-color: #ECF2F7;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing-block {
    margin-top: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

.pricing__title {
    font-family: 'Gilroy-Bold';
    font-size: 36px;
    color: #161C2D;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.pricing__text {
    font-family: 'Gilroy-Regular';
    font-size: 19px;
    color: #161C2D;
    text-align: center;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
}

.pricing-toggle p {
    font-family: 'Gilroy-Regular';
    font-size: 17px;
    color: #161C2D;
    margin: 0;
}

.btn-toggle {
    cursor: pointer;
}

.pricing-cards {
    width: 1111px;
    display: flex;
    justify-content: center;
    gap: 31px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.pricing-card {
    width: 349px;
    height: 604px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 37px 49px 38px 49px;
    display: flex;
    flex-direction: column;
}

.card-title {
    height: 16px;
}

.card-title p {
    font-family: 'Gilroy-Bold';
    font-size: 13px;
    color: #473BF0;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}

.price {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    align-self: flex-start;
}

.price p {
    font-family: 'Rubik-Regular';
    font-size: 17px;
    color: #161C2D;
    margin: 0;
    line-height: 1;
    align-self: flex-end;
}

.billing-text {
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    color: #161C2D;
    text-align: left;
    margin: 11px 0 38px;
    align-self: flex-start;
}

.options {
    display: block;
    margin: 0 0 0 0;
    align-self: flex-start;
}

.trial-button {
    width: 205px;
    height: 59px;
    background-color: #E7E9ED;
    background-image: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
    cursor: pointer;
    margin: 31px 0 12px 0;
    align-self: flex-start;
}

.trial-button span {
    font-family: 'Gilroy-Bold';
    font-size: 17px;
    color: #473BF0;
    white-space: nowrap;
}

.pricing-card:nth-child(2) .trial-button {
    background-color: #473BF0;
}

.pricing-card:nth-child(2) .trial-button span {
    color: #FFFFFF;
}

.trial-button img {
    width: 13px;
    height: 11.27px;
}

.pricing-card>p:last-child {
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    color: #161C2D;
    text-align: left;
    margin: 0;
    opacity: 0.7;
    align-self: flex-start;
}

.reviews {
    width: 1111px;
    display: flex;
    justify-content: space-between;
    gap: 69px;
    margin-top: 107px;
    margin-bottom: 117px;
}

.reviews-card {
    width: 502px;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.quotation__mark {
    width: 32px;
    height: 24px;
}

.reviews-card p {
    font-family: 'Gilroy-Bold';
    font-size: 24px;
    color: #161C2D;
    margin: 0;
    line-height: 1.4;
}

.reviews-card>img:not(.quotation__mark) {
    width: 120px;
    height: auto;
    margin-top: 8px;
    align-self: flex-start;
}

.footer {
    width: 100%;
    background-color: #161C2D;
    height: 565px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-content {
    width: 1111px;
    height: 246px;
    display: flex;
    justify-content: space-between;
    gap: 65px;
    margin-top: 121px;
    margin-bottom: 108px;
}

.footer-blok {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blok-title {
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 20px;
}

.blok-text {
    font-family: 'Gilroy-Regular';
    font-size: 17px;
    color: #FFFFFF;
    margin: 0;
    cursor: pointer;
}

.footer-line {
    width: 1111px;
    height: 2px;
    background-color: #292F41;
}

.footer-basement {
    width: 1111px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.basement-copyright {
    display: flex;
    align-items: center;
    gap: 8px;
}

.basement-copyright p {
    font-family: 'Gilroy-Regular';
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
}

.basement-copyright img {
    width: 16px;
    height: 16px;
}

.basement-sn {
    display: flex;
    gap: 30px;
    align-items: center;
}

.basement-sn img {
    width: 17px;
    height: 15px;
    cursor: pointer;
}