.container {
    max-width: 1516px;
    margin: 0 auto;
    padding: 0 10px
}

@font-face {
    font-family: 'NT Somic';
    src: url(../fonts/NTSomic-Medium.woff2) format('woff2'), url(../fonts/NTSomic-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'NT Somic';
    src: url(../fonts/NTSomic-Bold.woff2) format('woff2'), url(../fonts/NTSomic-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'NT Somic';
    src: url(../fonts/NTSomic-Regular.woff2) format('woff2'), url(../fonts/NTSomic-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'NT Somic';
    src: url(../fonts/NTSomic-Semibold.woff2) format('woff2'), url(../fonts/NTSomic-Semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

html {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-family: 'NT Somic', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: normal
}

.wrap {
    width: 100%;
    overflow-x: hidden
}

.wrap.noscroll {
    height: 100vh;
    overflow: hidden
}

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

a, a:focus, button, button:focus, input, input:focus {
    outline: 0;
    text-decoration: none
}

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

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 8000;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 40px;
    padding: 20px 32px;
    width: 100%;
    max-width: 1368px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(175, 186, 206, .01), 0 3px 5px 0 rgba(175, 186, 206, .01), 0 6px 10px 0 rgba(175, 186, 206, .01), 0 10px 18px 0 rgba(175, 186, 206, .02), 0 19px 33px 0 rgba(175, 186, 206, .02), 0 45px 80px 0 rgba(175, 186, 206, .03);
    box-shadow: 0 1px 2px 0 rgba(175, 186, 206, .01), 0 3px 5px 0 rgba(175, 186, 206, .01), 0 6px 10px 0 rgba(175, 186, 206, .01), 0 10px 18px 0 rgba(175, 186, 206, .02), 0 19px 33px 0 rgba(175, 186, 206, .02), 0 45px 80px 0 rgba(175, 186, 206, .03);
    background: rgba(255, 255, 255, .9)
}

.header.fixed {
    position: fixed;
    top: 10px
}

.logo {
    width: 167px;
    font-weight: 700;
    font-size: 24px;
    line-height: .9;
    letter-spacing: -.03em;
    color: #1d1d1d
}

.contact-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.contact-us span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.contact-us svg {
    width: 20px;
    height: 20px;
    fill: #1d1d1d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.contact-us:hover span {
    border-bottom-color: #1d1d1d
}

.contact-us:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu {
    position: relative
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.menu__link {
    position: relative;
    display: block;
    padding-left: 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.menu__link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 1px solid #1d1d1d;
    border-radius: 50%
}

.menu__link::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #1d1d1d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.menu__link:hover::after {
    width: 6px;
    height: 6px
}

.menu__link.active::after, .menu__link:active::after {
    width: 14px;
    height: 14px
}

.hero {
    position: relative;
    z-index: 1;
    padding-top: 20px
}

.hero__wrap {
    border-radius: 12px;
    padding-top: 202px;
    height: 909px;
    background-image: url(../img/bg-hero.png), -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
    background-image: url(../img/bg-hero.png), -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
    background-image: url(../img/bg-hero.png), linear-gradient(180deg, #e8efff 0, #e0e9ff 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain
}

.hero__title {
    position: relative;
    margin: 0;
    font-weight: 500;
    font-size: 95px;
    line-height: .95;
    letter-spacing: -.04em;
    text-align: center;
    color: #1d1d1d
}

.hero__title img {
    width: 79px;
    height: 79px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    -webkit-transform: translate(20px, 15px);
    -ms-transform: translate(20px, 15px);
    transform: translate(20px, 15px)
}

.hero__text {
    max-width: 686px;
    margin: 24px auto 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    color: rgba(29, 29, 29, .8)
}

.hero .btn {
    margin-left: auto;
    margin-right: auto
}

.btn {
    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;
    gap: 8px;
    border-radius: 30px;
    margin: 32px 0 0;
    padding: 0;
    width: 187px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    text-align: center;
    color: #fff;
    background: #1d1d1d;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btn svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.btn:hover {
    background: #343434
}

.btn:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.btn:disabled {
    background: #eff0f2;
    color: rgba(29, 29, 29, .4)
}

.btn:disabled svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    fill: rgba(29, 29, 29, .4)
}

.btn--border {
    border: 1px solid #e2e5f2;
    background-color: transparent;
    color: #1d1d1d
}

.btn--border svg {
    fill: #1d1d1d
}

.btn--border:hover {
    border-color: #1d1d1d;
    background-color: transparent
}

.cheating {
    margin-top: 120px
}

.cheating__wrap {
    position: relative;
    margin: 0 64px;
    padding: 24px 100px 0 237px;
    border-top: 1px solid #e2e5f2
}

.cheating__wrap .section-num {
    left: 0;
    border-right: 1px solid #e2e5f2
}

.cheating__label {
    display: none;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    text-align: right;
    color: #1d1d1d
}

.cheating__title {
    max-width: 980px;
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.cheating__text {
    max-width: 960px;
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.section-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    width: 120px;
    height: 46px
}

.section-num span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.section-num span::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    border-radius: 50%;
    background: #1d1d1d
}

.suitable {
    display: grid;
    grid-template-columns:205px 1fr;
    gap: 32px;
    margin-top: 60px;
    padding-left: 64px;
    padding-right: 139px
}

.suitable__title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.suitable__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.suitable__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc((100% - 36px) / 4);
    height: 136px;
    border-radius: 12px;
    padding: 24px;
    background: #f6f7fa;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.suitable__item:hover {
    background: #caf774
}

.suitable__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32px;
    height: 32px
}

.suitable__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.suitable__text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.benefits {
    margin-top: 120px
}

.benefits__wrap {
    border-radius: 12px;
    padding: 120px 0;
    background: #f6f7fa
}

.benefits__inner {
    position: relative;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.benefits__inner .section-num {
    right: 64px;
    border-left: 1px solid #e2e5f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.benefits__title {
    margin: 0 120px 0 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.benefits__desc {
    max-width: 630px;
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.benefits__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 48px
}

.benefit {
    width: calc((100% - 48px) / 3);
    border-radius: 12px;
    padding: 8px;
    background: #fff
}

.benefit__img {
    height: 212px
}

.benefit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.benefit__desc {
    padding: 16px 24px 24px
}

.benefit__title {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.benefit__text {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.cases {
    margin-top: 120px
}

.cases__wrap {
    position: relative;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.cases__wrap .section-num {
    left: 64px;
    border-right: 1px solid #e2e5f2
}

.cases__header {
    margin-left: 237px
}

.cases__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.cases__text {
    max-width: 620px;
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.cases__grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px
}

.cases__more {
    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;
    width: 163px;
    height: 54px;
    margin-top: 48px;
    border: 1px solid #e2e5f2;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    text-align: center;
    color: #1d1d1d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.cases__more:hover {
    border-color: #1d1d1d
}

.case {
    padding: 8px;
    border: 1px solid #e2e5f2;
    border-radius: 12px;
    background: #fff
}

.case__img {
    position: relative;
    display: block;
    aspect-ratio: 1.5
}

.case__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.case__img::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(202, 247, 116, .6);
    opacity: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.case__img::after {
    content: '';
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(175, 186, 206, .01), 0 3px 5px 0 rgba(175, 186, 206, .01), 0 6px 10px 0 rgba(175, 186, 206, .01), 0 10px 18px 0 rgba(175, 186, 206, .02), 0 19px 33px 0 rgba(175, 186, 206, .02), 0 45px 80px 0 rgba(175, 186, 206, .03);
    box-shadow: 0 1px 2px 0 rgba(175, 186, 206, .01), 0 3px 5px 0 rgba(175, 186, 206, .01), 0 6px 10px 0 rgba(175, 186, 206, .01), 0 10px 18px 0 rgba(175, 186, 206, .02), 0 19px 33px 0 rgba(175, 186, 206, .02), 0 45px 80px 0 rgba(175, 186, 206, .03);
    background-color: #fff;
    background-image: url(../icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    opacity: 0;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.case__img:hover::after, .case__img:hover::before {
    opacity: 1
}

.case__desc {
    padding: 24px
}

.case__title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.case__text {
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.case__info {
    margin-top: 24px
}

.case__item {
    display: grid;
    grid-template-columns:88px 1fr;
    gap: 24px;
    margin-top: 4px
}

.case__item:first-child {
    margin-top: 0
}

.case__item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.case__item span:first-child {
    font-weight: 500;
    color: #1d1d1d
}

.steps {
    margin-top: 120px
}

.steps__wrap {
    border-radius: 12px;
    padding: 120px 0;
    background: #f6f7fa
}

.steps__inner {
    position: relative;
    padding: 16px 64px 0 301px;
    border-top: 1px solid #e2e5f2
}

.steps__inner .section-num {
    left: 64px;
    border-right: 1px solid #e2e5f2
}

.steps__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.steps__grid {
    display: grid;
    grid-template-columns:1fr 520px;
    gap: 32px;
    margin-top: 48px
}

.steps__img img {
    display: block;
    width: 100%;
    border-radius: 12px
}

.steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.steps__item {
    display: grid;
    grid-template-columns:52px 1fr;
    gap: 12px;
    border-radius: 12px;
    padding: 19px 24px;
    background: #fff
}

.steps__item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: rgba(29, 29, 29, .4)
}

.steps__item p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.result {
    display: grid;
    grid-template-columns:269px 1fr;
    gap: 32px;
    margin-top: 48px
}

.result__left {
    padding-top: 60px;
    padding-left: 69px
}

.result__right {
    padding-top: 48px;
    border-top: 1px solid #e2e5f2
}

.result__title {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.result__text {
    max-width: 890px;
    margin: 0;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.info {
    margin-top: 120px
}

.info__wrap {
    position: relative;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.info__wrap .section-num {
    right: 64px;
    border-left: 1px solid #e2e5f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.info__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.info__grid {
    display: grid;
    grid-template-columns:1fr 520px;
    gap: 32px 60px;
    margin-top: 48px
}

.info__img {
    grid-area: 1/2/3/3
}

.info__img img {
    display: block;
    width: 100%;
    border-radius: 12px
}

.info__text {
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.info__text:first-child {
    margin-top: 0
}

.ban {
    max-width: 639px;
    border-radius: 12px;
    margin-top: 32px;
    padding: 24px;
    background: #f6f7fa
}

.ban p {
    margin: 5px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.ban p:first-child {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.ban p:first-child img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-bottom: 4px
}

.reviews {
    margin-top: 120px
}

.reviews__wrap {
    position: relative;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.reviews__wrap .section-num {
    left: 64px;
    border-right: 1px solid #e2e5f2
}

.reviews__header {
    margin-left: 237px
}

.reviews__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.reviews__text {
    max-width: 620px;
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.reviews-carousel {
    margin: 48px -12px 0
}

.reviews-carousel .slick-list {
    overflow: visible
}

.reviews-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews-carousel .slick-slide {
    height: auto
}

.reviews-carousel .slick-slide > div {
    height: 100%
}

.reviews-carousel .item {
    height: 100%;
    padding: 0 12px
}

.reviews-carousel .slick-arrow {
    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;
    position: absolute;
    z-index: 10;
    top: -102px;
    border: 1px solid #e2e5f2;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    padding: 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.reviews-carousel .slick-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #1d1d1d
}

.reviews-carousel .slick-arrow.prev {
    right: 78px
}

.reviews-carousel .slick-arrow.next {
    right: 12px
}

.reviews-carousel .slick-arrow:hover {
    border-color: #1d1d1d
}

.reviews-carousel .slick-arrow.slick-disabled svg {
    fill: rgba(29, 29, 29, .4)
}

.reviews-carousel .slick-arrow.slick-disabled:hover {
    border-color: #e2e5f2
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 556px;
    height: 100%;
    border-radius: 12px;
    padding: 32px;
    background: #f6f7fa
}

.review__text {
    margin: 16px 0 auto
}

.review__text p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.review__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px
}

.review__ava {
    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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.review__name p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.review__name p:nth-child(2) {
    font-weight: 400
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px
}

.rating img {
    width: 24px;
    height: 24px
}

.price {
    margin-top: 120px
}

.price__wrap {
    border-radius: 12px;
    padding: 120px 0;
    background: #f6f7fa
}

.price__inner {
    position: relative;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.price__inner .section-num {
    right: 64px;
    border-left: 1px solid #e2e5f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.price__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.price__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 60px
}

.price__footer {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 60px;
    padding: 24px 64px 0;
    border-top: 1px solid #e2e5f2
}

.price__footer .btn {
    width: 219px;
    margin-top: 0
}

.price__select p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.price__select p:nth-child(2) {
    font-weight: 400;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .5)
}

.tariff {
    width: calc((100% - 48px) / 3);
    border-radius: 12px;
    padding: 32px;
    border: 2px solid transparent;
    background: #fff
}

.tariff:nth-child(2) {
    border-color: #1d1d1d
}

.tariff__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tariff__name span {
    display: block;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.tariff__name span:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.tariff__icon {
    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;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    background: #eef0f7
}

.tariff__icon img {
    display: block;
    width: 26px;
    height: 26px
}

.tariff__price {
    margin-top: 24px
}

.tariff__price p {
    margin: 0;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.tariff__price p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .5)
}

.tariff__price p label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    height: 28px;
    margin-left: 12px;
    margin-bottom: 5px;
    border-radius: 6px;
    padding: 0 8px;
    background: #eafcc7;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    color: #739532
}

.tariff__info {
    margin-top: 32px
}

.tariff__info p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.tariff__info ul {
    margin-top: 12px
}

.tariff__info ul li {
    position: relative;
    margin-top: 12px;
    padding-left: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.tariff__info ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 19px;
    height: 19px;
    background: url(../icons/check-circle.svg) center/contain no-repeat
}

.tariff__info ul li:first-child {
    margin-top: 0
}

.tariff .btn {
    width: 100%
}

.faq {
    margin-top: 120px
}

.faq__grid {
    position: relative;
    display: grid;
    grid-template-columns:1fr 788px;
    grid-template-rows:repeat(2, auto);
    gap: 32px;
    padding: 16px 64px 0;
    border-top: 1px solid #e2e5f2
}

.faq__grid .section-num {
    right: 64px;
    border-left: 1px solid #e2e5f2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.faq__accordion {
    grid-area: 1/2/3/3;
    padding-top: 78px
}

.faq__footer {
    -ms-flex-item-align: end;
    align-self: end
}

.faq__title {
    margin: 0 120px 0 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.faq__text {
    max-width: 390px;
    margin: 24px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.faq .btn {
    width: 285px
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.accordion__item {
    border-radius: 12px;
    padding: 18px 24px;
    background: #f6f7fa;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.accordion__item:hover {
    background: #eff0f2
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer
}

.accordion__header span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.accordion__header svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 23px;
    height: 23px;
    fill: #1d1d1d;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.accordion__header.open svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.accordion__text {
    display: none;
    padding-top: 16px
}

.accordion__text p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .8)
}

.footer {
    margin-top: 120px;
    padding-bottom: 20px
}

.footer__wrap {
    position: relative;
    border-radius: 12px;
    padding-top: 120px;
    background-image: url(../img/bg-footer.png), -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
    background-image: url(../img/bg-footer.png), -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
    background-image: url(../img/bg-footer.png), linear-gradient(180deg, #e8efff 0, #e0e9ff 100%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain
}

.footer__wrap::after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 28%;
    width: 314px;
    height: 290px;
    background: url(../img/iphone.png) center/contain no-repeat
}

.callback {
    max-width: 636px;
    margin: 0 auto
}

.callback__title {
    margin: 0;
    font-weight: 500;
    font-size: 60px;
    line-height: .95;
    letter-spacing: -.04em;
    text-align: center;
    color: #1d1d1d
}

.callback__desc {
    margin-top: 24px
}

.callback__desc p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    color: rgba(29, 29, 29, .8)
}

.callback__form {
    max-width: 485px;
    margin: 32px auto 0
}

.callback__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    border-radius: 32px;
    padding: 4px;
    height: 62px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.callback__group .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding-top: 8px
}

.callback__group label {
    padding-left: 24px;
    cursor: text;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .6);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.callback__group input {
    width: 100%;
    height: 22px;
    padding: 0 16px 0 24px;
    border: none;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.callback__group input:not(:-moz-placeholder-shown) ~ label {
    transform: translateY(0);
    font-size: 14px
}

.callback__group input:not(:-ms-input-placeholder) ~ label {
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px
}

.callback__group input:focus ~ label, .callback__group input:not(:placeholder-shown) ~ label {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px
}

.callback__group button {
    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;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    gap: 8px;
    border-radius: 30px;
    padding: 0;
    width: 167px;
    height: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -.04em;
    text-align: center;
    color: #fff;
    background: #1d1d1d;
    border: 1px solid #1d1d1d;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.callback__group button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.callback__group button:hover {
    background: #343434
}

.callback__group button:hover svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.callback__group:has(input:focus) {
    border-color: #1d1d1d
}

.callback__group .error__text {
    display: none
}

.callback__group.error {
    margin-bottom: 36px;
    border-color: #ff0043
}

.callback__group.error .error__text {
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #ff0043
}

.callback__agree {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    text-align: center;
    color: rgba(29, 29, 29, .6)
}

.callback__agree a {
    display: inline-block;
    color: rgba(29, 29, 29, .6);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.callback__agree a:hover {
    color: #1d1d1d
}

.footerbar {
    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;
    row-gap: 48px;
    margin-top: 120px;
    padding: 0 64px
}

.footerbar__left {
    width: 253px
}

.footerbar .logo {
    width: auto;
    font-size: 34px
}

.footerbar__text {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: rgba(29, 29, 29, .5)
}

.f-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.f-menu__col {
    max-width: 183px
}

.f-menu__title {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #1d1d1d
}

.f-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px
}

.f-menu__link {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: rgba(29, 29, 29, .4);
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.f-menu__link:hover {
    color: #1d1d1d
}

.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
    border-top: 1px solid #d0d4e5;
    padding: 24px 64px
}

.bottom__copy {
    font-family: "NT Somic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #1d1d1d
}

.dev a {
    width: 59px;
    height: 17px
}

.dev a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.burger {
    display: none;
    width: 42px;
    height: calc(2px + 7px * 2 + 20px);
    padding: 10px;
    cursor: pointer
}

.burger__menu {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1d1d1d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.burger__menu::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1d1d1d;
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.burger__menu::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1d1d1d;
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.burger__menu.animate {
    background-color: rgba(255, 204, 0, 0)
}

.burger__menu.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.burger__menu.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 4000;
    top: 0;
    left: -101%;
    width: 100%;
    height: 100vh;
    padding: 80px 16px 16px;
    background-image: url(../icons/circles.svg), -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
    background-image: url(../icons/circles.svg), -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
    background-image: url(../icons/circles.svg), linear-gradient(180deg, #e8efff 0, #e0e9ff 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.mobile-menu.open {
    left: 0
}

.mobile-menu .btn {
    width: 100%
}

@media screen and (max-width: 1535px) {
    .container {
        width: 1320px;
        padding: 0 10px
    }

    .header {
        max-width: 1260px
    }

    .hero__wrap {
        padding-top: 180px;
        height: 890px
    }

    .suitable__item {
        height: 164px
    }

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

    .footer__wrap::after {
        left: 25%
    }
}

@media screen and (max-width: 1365px) {
    .container {
        width: 1140px;
        padding: 0 10px
    }

    .header {
        max-width: 1080px
    }

    .suitable__item {
        width: calc((100% - 12px) / 2);
        height: 132px
    }

    .benefit {
        width: calc((100% - 24px) / 2)
    }

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

    .info__grid {
        grid-template-columns:repeat(2, 1fr);
        gap: 32px
    }

    .faq__grid {
        grid-template-columns:1fr 620px
    }

    .footer__wrap::after {
        width: 218px;
        height: 200px
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 960px;
        padding: 0 10px
    }

    .header {
        max-width: 902px;
        padding: 18px 24px
    }

    .hero__title {
        font-size: 72px
    }

    .hero__title img {
        width: 58px;
        height: 58px
    }

    .cheating {
        margin-top: 100px
    }

    .cheating__wrap {
        margin: 0 32px;
        padding-right: 48px;
        padding-left: 160px
    }

    .section-num {
        width: 100px;
        height: 40px
    }

    .section-num span {
        font-size: 16px
    }

    .section-num span::before {
        width: 8px;
        height: 8px;
        margin-bottom: 3px
    }

    .suitable {
        grid-template-columns:100%
    }

    .benefits {
        margin-top: 100px
    }

    .benefits__wrap {
        padding: 100px 0
    }

    .benefits__inner {
        padding-left: 32px;
        padding-right: 32px
    }

    .benefits__inner .section-num {
        right: 32px
    }

    .benefits__title {
        font-size: 50px
    }

    .cases {
        margin-top: 100px
    }

    .cases__wrap {
        padding-left: 32px;
        padding-right: 32px
    }

    .cases__wrap .section-num {
        left: 32px
    }

    .cases__header {
        margin-left: 160px
    }

    .cases__title {
        font-size: 50px
    }

    .cases__text {
        max-width: 580px
    }

    .steps {
        margin-top: 100px
    }

    .steps__wrap {
        padding: 100px 0
    }

    .steps__inner {
        padding-right: 32px;
        padding-left: 192px
    }

    .steps__inner .section-num {
        left: 32px
    }

    .steps__title {
        font-size: 50px
    }

    .steps__grid {
        grid-template-columns:100%
    }

    .steps__img {
        max-width: 480px
    }

    .result {
        grid-template-columns:100%
    }

    .result__left {
        padding-top: 0;
        padding-left: 32px
    }

    .result__right {
        padding-top: 0;
        padding-left: 32px;
        padding-right: 32px;
        border-top: none
    }

    .info {
        margin-top: 100px
    }

    .info__wrap {
        padding-left: 32px;
        padding-right: 32px
    }

    .info__wrap .section-num {
        right: 32px
    }

    .info__title {
        margin-right: 120px;
        font-size: 50px
    }

    .reviews {
        margin-top: 100px
    }

    .reviews__wrap {
        padding-left: 32px;
        padding-right: 32px
    }

    .reviews__wrap .section-num {
        left: 32px
    }

    .reviews__header {
        margin-left: 160px
    }

    .reviews__title {
        font-size: 50px
    }

    .reviews__text {
        max-width: 580px
    }

    .price {
        margin-top: 100px
    }

    .price__wrap {
        padding: 100px 0
    }

    .price__inner {
        padding-left: 32px;
        padding-right: 32px
    }

    .price__inner .section-num {
        right: 32px
    }

    .price__title {
        font-size: 50px
    }

    .price__footer {
        padding-left: 32px;
        padding-right: 32px
    }

    .faq {
        margin-top: 100px
    }

    .faq__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .faq__grid .section-num {
        right: 32px
    }

    .faq__accordion {
        padding-top: 0
    }

    .faq__footer {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .faq__title {
        font-size: 50px
    }

    .footer {
        margin-top: 100px
    }

    .footer__wrap {
        padding-top: 100px
    }

    .footer__wrap::after {
        left: 42%;
        width: 132px;
        height: 120px
    }

    .callback__title {
        font-size: 50px
    }

    .footerbar {
        margin-top: 100px;
        padding-left: 32px;
        padding-right: 32px
    }

    .bottom {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 720px;
        padding: 0 10px
    }

    .header {
        max-width: 668px
    }

    .contact-us {
        display: none
    }

    .suitable {
        padding-left: 32px;
        padding-right: 32px
    }

    .benefits__title {
        margin-right: 106px;
        font-size: 40px
    }

    .cases__header {
        margin-right: 120px
    }

    .cases__grid {
        grid-template-columns:100%;
        gap: 16px
    }

    .info__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info__img {
        max-width: 480px
    }

    .reviews__wrap .section-num {
        left: auto;
        right: 32px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-right: none;
        border-left: 1px solid #e2e5f2
    }

    .reviews__header {
        margin-left: 0;
        margin-right: 120px
    }

    .price__title {
        margin-right: 120px
    }

    .tariff {
        width: 100%
    }

    .f-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 48px
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 16px
    }

    .header {
        top: 16px;
        width: calc(100% - 32px);
        padding: 6px 16px
    }

    .header .menu {
        display: none
    }

    .logo {
        font-size: 20px
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0
    }

    .menu__link {
        padding: 24px 0 24px 32px;
        border-bottom: 1px solid #d0d4e5;
        font-size: 20px
    }

    .menu__link::before {
        width: 16px;
        height: 16px
    }

    .menu__link::after {
        left: 8px
    }

    .menu__link:hover::after {
        width: 8px;
        height: 8px
    }

    .menu__link.active::after, .menu__link:active::after {
        width: 16px;
        height: 16px
    }

    .hero {
        padding-top: 0
    }

    .hero__wrap {
        height: 690px;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0
    }

    .cheating__wrap {
        margin: 0;
        padding: 24px 0 0
    }

    .cheating__label {
        display: block
    }

    .cheating__title {
        margin-top: 48px
    }

    .suitable {
        gap: 16px;
        margin-top: 48px;
        padding-left: 0;
        padding-right: 0
    }

    .suitable__row {
        margin-left: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-left: calc((100vw - 100%) / 2 + 16px);
        margin-right: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-right: calc((100vw - 100%) / 2 + 16px);
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .suitable__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 240px;
        height: 140px
    }

    .benefits__wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .benefits__inner {
        padding-left: 0;
        padding-right: 0
    }

    .benefits__row {
        margin-top: 32px
    }

    .benefit {
        width: 100%
    }

    .cases__wrap {
        padding-left: 0;
        padding-right: 0
    }

    .cases__wrap .section-num {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        left: auto;
        right: 16px;
        border-right: none;
        border-left: 1px solid #e2e5f2
    }

    .cases__header {
        margin: 0
    }

    .cases__more {
        margin-top: 32px
    }

    .steps__wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .steps__inner {
        padding-right: 0;
        padding-left: 0
    }

    .steps__inner .section-num {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        left: auto;
        right: 16px;
        border-right: none;
        border-left: 1px solid #e2e5f2
    }

    .steps__title {
        margin-right: 120px
    }

    .steps__img {
        margin-left: auto;
        margin-right: auto
    }

    .result {
        gap: 24px
    }

    .result__left {
        padding-left: 0
    }

    .info__wrap, .result__right {
        padding-left: 0;
        padding-right: 0
    }

    .info__wrap .section-num {
        right: 0
    }

    .info__grid {
        margin-top: 24px;
        gap: 24px
    }

    .reviews__wrap {
        padding-left: 0;
        padding-right: 0
    }

    .reviews__wrap .section-num {
        right: 0
    }

    .review {
        width: 350px;
        padding: 24px
    }

    .price__wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px
    }

    .price__inner {
        padding-left: 0;
        padding-right: 0
    }

    .price__inner .section-num {
        right: 0
    }

    .price__row {
        gap: 16px;
        margin-top: 32px
    }

    .price__footer {
        margin-top: 32px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        border-top: none
    }

    .faq__grid {
        padding-left: 0;
        padding-right: 0
    }

    .faq__grid .section-num {
        right: 0
    }

    .footer {
        padding-bottom: 0
    }

    .footer__wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 0
    }

    .footer__wrap::after {
        left: auto;
        right: 0;
        width: 111px;
        height: 170px;
        background: url(../img/iphone-sm.png) center/contain no-repeat
    }

    .footerbar {
        padding-left: 0;
        padding-right: 0
    }

    .bottom {
        -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;
        row-gap: 16px;
        padding-left: 0;
        padding-right: 0
    }

    .burger {
        display: block
    }
}

@media screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 16px
    }

    .hero__title {
        font-size: 48px
    }

    .hero__title img {
        width: 37px;
        height: 37px;
        -webkit-transform: translate(6px, 10px);
        -ms-transform: translate(6px, 10px);
        transform: translate(6px, 10px)
    }

    .hero__text {
        font-size: 18px
    }

    .cheating {
        margin-top: 80px
    }

    .cheating__label {
        font-size: 16px
    }

    .cheating__title {
        font-size: 32px
    }

    .cheating__text {
        font-size: 16px
    }

    .section-num {
        width: 75px;
        height: 35px
    }

    .suitable__title {
        font-size: 16px
    }

    .suitable__row {
        margin-left: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-left: calc((100vw - 100%) / 2 + 16px);
        margin-right: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-right: calc((100vw - 100%) / 2 + 16px)
    }

    .suitable__item {
        padding: 16px;
        width: 171px;
        height: 125px
    }

    .suitable__icon {
        width: 24px;
        height: 24px
    }

    .suitable__text {
        font-size: 16px
    }

    .benefits {
        margin-top: 80px
    }

    .benefits__wrap {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .benefits__desc {
        font-size: 16px
    }

    .benefits .btn {
        width: 100%
    }

    .benefit__img {
        height: 175px
    }

    .benefit__desc {
        padding: 12px 16px 16px
    }

    .benefit__text {
        font-size: 16px
    }

    .cases {
        margin-top: 80px
    }

    .cases__title {
        font-size: 40px
    }

    .cases__text {
        font-size: 16px
    }

    .case__desc {
        padding: 16px
    }

    .case__title {
        font-size: 20px
    }

    .case__info, .case__text {
        margin-top: 16px
    }

    .case__item {
        grid-template-columns:80px 1fr
    }

    .steps {
        margin-top: 80px
    }

    .steps__wrap {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .steps__title {
        font-size: 40px
    }

    .steps__list {
        gap: 8px
    }

    .steps__item {
        padding: 16px
    }

    .result__title, .steps__item p, .steps__item span {
        font-size: 16px
    }

    .result__text {
        font-size: 28px
    }

    .result .btn {
        width: 100%
    }

    .info {
        margin-top: 80px
    }

    .info__title {
        font-size: 40px
    }

    .info__text {
        font-size: 16px
    }

    .info .btn {
        width: 100%
    }

    .ban {
        margin-top: 24px;
        padding: 16px
    }

    .ban p {
        font-size: 16px
    }

    .ban p:first-child img {
        width: 19px;
        height: 19px
    }

    .reviews {
        margin-top: 80px
    }

    .reviews__title {
        font-size: 40px
    }

    .reviews__text {
        font-size: 16px
    }

    .review__text {
        margin-top: 16px
    }

    .review__text p {
        font-size: 16px
    }

    .review__ava {
        width: 38px;
        height: 38px
    }

    .review__name p {
        font-size: 16px
    }

    .rating img {
        width: 20px;
        height: 20px
    }

    .price {
        margin-top: 80px
    }

    .price__wrap {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .price__title {
        font-size: 40px
    }

    .tariff {
        padding: 24px
    }

    .tariff__name span {
        font-size: 24px
    }

    .tariff__name span:first-child {
        font-size: 14px
    }

    .tariff__icon {
        width: 41px;
        height: 41px
    }

    .tariff__icon img {
        width: 23px;
        height: 23px
    }

    .tariff__price {
        margin-top: 8px
    }

    .tariff__price p {
        font-size: 36px
    }

    .tariff__price p label {
        height: 24px
    }

    .tariff__info {
        margin-top: 24px
    }

    .faq {
        margin-top: 80px
    }

    .faq__footer {
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .faq__title {
        font-size: 40px
    }

    .faq__text {
        font-size: 16px
    }

    .faq .btn {
        width: 100%
    }

    .accordion {
        gap: 8px
    }

    .accordion__item {
        padding: 14px 16px
    }

    .accordion__header span {
        font-size: 16px
    }

    .accordion__header svg {
        width: 19px;
        height: 19px
    }

    .accordion__text {
        padding-top: 8px
    }

    .accordion__text p {
        font-size: 16px
    }

    .footer {
        margin-top: 80px
    }

    .footer__wrap {
        padding-top: 80px
    }

    .footer__wrap::after {
        width: 169px;
        height: 259px
    }

    .callback__title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 40px
    }

    .callback__desc p {
        font-size: 16px
    }

    .bottom {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: 100%;
        padding: 0 16px
    }

    .hero__wrap {
        height: 890px;
        background-image: url(../img/bg-hero-sm.png), -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
        background-image: url(../img/bg-hero-sm.png), -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
        background-image: url(../img/bg-hero-sm.png), linear-gradient(180deg, #e8efff 0, #e0e9ff 100%);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover
    }

    .suitable__row {
        margin-left: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-left: calc((100vw - 100%) / 2 + 16px);
        margin-right: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-right: calc((100vw - 100%) / 2 + 16px)
    }

    .footer__wrap {
        background-image: url(../img/bg-footer-sm.png), -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
        background-image: url(../img/bg-footer-sm.png), -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
        background-image: url(../img/bg-footer-sm.png), linear-gradient(180deg, #e8efff 0, #e0e9ff 100%);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain
    }

    .callback__group label {
        padding-left: 12px
    }

    .callback__group input {
        padding: 0 12px
    }

    .callback__group button {
        gap: 0;
        width: 72px;
        font-size: 0
    }

    .footerbar {
        margin-top: 330px
    }
}

@media screen and (max-width: 374px) {
    .container {
        width: 100%;
        padding: 0 16px
    }

    .suitable__row {
        margin-left: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-left: calc((100vw - 100%) / 2 + 16px);
        margin-right: calc(((100vw - 100%) / 2 + 16px) * -1);
        padding-right: calc((100vw - 100%) / 2 + 16px)
    }

    .review {
        width: 270px;
        padding: 16px 8px
    }

    .footer__wrap {
        background: -webkit-gradient(linear, left top, left bottom, from(#e8efff), to(#e0e9ff));
        background: -o-linear-gradient(top, #e8efff 0, #e0e9ff 100%);
        background: linear-gradient(180deg, #e8efff 0, #e0e9ff 100%)
    }

    .footer__wrap::after {
        width: 111px;
        height: 170px
    }

    .callback__group button {
        width: 52px
    }

    .footerbar {
        margin-top: 80px
    }
}

.screen-reader-response {
    display: none;
}

.wpcf7-response-output {
    padding: 10px 0;
    text-align: center;
}

.grecaptcha-badge {
    opacity: 0;
}

fieldset {
    border: none;
}