
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
:root {
    --light: #667085;
    --black: #101828;
    --main: #640fbf;
    --main-light: #6e19c9;
    --strore: #e2e2e8;
    --gray: #f4f5fb;
    --pink: #ffebff;
    --green: #0fbf2f;
    --red: #bf0f0f;
}
html {
    box-sizing: border-box;
}
*,
*::after,
*::before {
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
body {
    font-family: Manrope, sans-serif;
    color: var(--light);
}
.body-hidden {
    overflow: hidden;
    touch-action: none;
}
.main {
    padding-top: 80px;
}
:root {
    --content-width: 1320px;
    --offset-width: 70px;
    --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}
.container {
    max-width: var(--container-width);
    width: 100%;
    padding: 0 var(--offset-width);
    margin: 0 auto;
}
.btn {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    padding: 0;
    color: inherit;
}
.btn-main {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px 18px;
    border-radius: 8px;
    background-color: var(--main);
    min-height: 48px;
    border: 1px solid var(--main);
    gap: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.btn-main._big {
    font-size: 18px;
}
.btn-main._stroke {
    border-color: var(--strore);
    background-color: rgba(0, 0, 0, 0) !important;
    color: var(--black);
}
.btn-main._white {
    border-color: #fff;
    background-color: #fff;
    color: var(--main);
}
.btn-main._stroke-white {
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.btn-main__icon {
    width: 24px;
    height: 24px;
}
.list {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.tab {
    display: none;
}
.tab._open {
    display: block;
}
.title-1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 100%;
    color: var(--main);
}
.title-2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    color: var(--black);
}
.title-2 span {
    color: var(--main);
}
.title-3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    color: var(--black);
}
.content {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.content a {
    transition: color 0.2s ease;
}
.section-tag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 2px;
    border-right: 3px solid var(--main);
    border-left: 3px solid var(--main);
}
.section-tag._gray {
    background-color: var(--gray);
}
.section-body {
    position: relative;
    overflow: hidden;
    margin: 0 12px;
    border-radius: 64px;
    padding: 120px 0;
    background-color: var(--gray);
    z-index: 1;
}
.section-body._main {
    background-color: var(--main);
}
.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.slider-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 130px;
    height: 4px;
    border-radius: 100px;
    background-color: var(--strore);
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--strore);
    background-color: #fff;
    z-index: 100;
}
.header__container {
    display: flex;
    align-items: center;
}
.header__logo {
    display: flex;
    align-items: center;
    max-width: 160px;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: var(--main);
    margin-right: 64px;
}
.header__logo span {
    display: block;
}
.header__logo-img {
    width: 64ox;
}
.header__burger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex: 1;
}
.header__burger-title {
    display: none;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0;
}
.header__nav {
    flex: 1;
}
.header__list {
    display: flex;
    gap: 32px;
}
.header__list a {
    position: relative;
    display: block;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 500;
}
.header__list a::before {
    position: absolute;
    content: "";
    background-color: var(--main);
    right: 100%;
    left: 0;
    bottom: -1px;
    height: 2px;
    transition: right 0.2s ease;
}
.header__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.header__buttons._mobile {
    display: none;
}
.header__burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    border: none;
    color: #fff;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.header__burger-btn._active .header__burger-icon {
    display: none;
}
.header__burger-btn._active .header__burger-icon:nth-child(2) {
    display: block;
}
.header__burger-icon {
    width: 24px;
    height: 24px;
}
.header__burger-icon:nth-child(2) {
    display: none;
}
.intro__container {
    position: relative;
    padding-top: 160px;
    padding-bottom: 160px;
    z-index: 1;
}
.intro__main {
    max-width: 710px;
}
.intro__title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 64px 0;
}
.intro__title::after {
    position: absolute;
    right: -65px;
    bottom: -22px;
    content: "";
    width: 405px;
    height: 34px;
    background: url(/img/mr/title-line.svg) 0 0/100% auto no-repeat;
}
.intro__subtitle {
    font-size: 56px;
    font-weight: 500;
    line-height: 100%;
    color: var(--black);
    margin: 0 0 32px 0;
}
.intro__subtitle span {
    color: var(--main);
}
.intro__content {
    margin-bottom: 32px;
    max-width: 460px;
}
.intro__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.intro__buttons .btn-main {
    padding: 5px 32px;
    font-size: 20px;
    font-weight: 600;
    min-height: 68px;
}
.intro__img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    top: 0;
    right: 0;
    z-index: -1;
}
.intro__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.skills__decor {
    position: absolute;
    z-index: -1;
    max-width: none;
}
.skills__decor._big {
    width: 745px;
    left: -250px;
    bottom: -200px;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
}
.skills__decor._min {
    width: 845px;
    bottom: -175px;
    right: -195px;
}
.skills__tag {
    margin-bottom: 12px !important;
}
.skills__title {
    margin: 0 0 64px 0;
}
.skills__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.skills__item {
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    grid-column: 4 span;
}
.skills__item-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: var(--pink);
    margin-bottom: 20px;
}
.skills__item-icon {
    max-width: 24px;
}
.skills__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--black);
    margin: 0 0 16px 0;
}
.reviews {
    padding: 120px 0;
}
.reviews__container {
    display: flex;
    gap: 24px;
}
.reviews__body {
    padding: 32px 25px;
    border-radius: 24px;
    background-color: var(--gray);
    flex: 0 1 calc(50% - 12px);
}
.reviews__body._main {
    background-color: var(--main);
    padding-left: 15px;
    padding-right: 15px;
}
.reviews__body._main .reviews__item {
    background-color: var(--main-light);
}
.reviews__body._main .reviews__item._big {
    max-width: 200px;
}
.reviews__body._main .reviews__item-number {
    border-color: #fff;
}
.reviews__body._main .reviews__item-title {
    color: #fff;
}
.reviews__body._main .reviews__item-circle {
    border-color: #fff;
    background-color: var(--main-light);
}
.reviews__body._main .reviews__item-circle-wrapper::before {
    border-color: #fff;
}
.reviews__body._main .reviews__row._one .reviews__item::before {
    top: auto;
    left: auto;
    width: 300px;
    height: 114px;
    bottom: -110px;
    background: url(/img/mr/arrow-curve-two-w.svg) 0 0/100% auto no-repeat;
}
.reviews__body._main .reviews__row._one .reviews__item::after {
    display: none;
}
.reviews__body._main .reviews__row._arrows {
    margin-left: 27px;
    margin-right: 27px;
}
.reviews__body._main .reviews__row._arrows .reviews__item::after,
.reviews__body._main .reviews__row._arrows .reviews__item::before {
    background: url(/img/mr/arrow-w.png) 0 0/100% auto no-repeat;
}
.reviews__item-title {
    text-align: center;
    margin: 0 0 115px 0;
}
.reviews__row {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.reviews__row._one {
    justify-content: center;
    margin-bottom: 113px;
}
.reviews__row._one .reviews__item::after,
.reviews__row._one .reviews__item::before {
    width: 165px;
    height: 140px;
    background: url(/img/mr/curve-arrow.svg) 0 0/100% auto no-repeat;
    top: -20px;
}
.reviews__row._one .reviews__item::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -144px;
}
.reviews__row._one .reviews__item::after {
    right: -144px;
}
.reviews__row._arrows {
    margin: 0 15px 183px 15px;
}
.reviews__row._arrows .reviews__item::after {
    width: 23px;
    height: 116px;
    background: url(/img/mr/arrow.png) 0 0/100% auto no-repeat;
}
.reviews__row._arrows .reviews__item::after {
    bottom: -110px;
}
.reviews__row._arrows .reviews__row-content {
    max-width: 175px;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
}
.reviews__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    max-width: 150px;
    width: 100%;
    padding: 55px 12px 12px 12px;
    border-radius: 54px 54px 24px 24px;
    background-color: var(--black);
    z-index: 1;
}
.reviews__item._big {
    max-width: 180px;
}
.reviews__item::after,
.reviews__item::before {
    position: absolute;
    content: "";
    z-index: 1;
}
.reviews__item-circle {
    position: absolute;
    top: -75px;
    border: 3px solid var(--black);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
}
.reviews__item-circle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.reviews__item-circle-wrapper::before {
    position: absolute;
    content: "";
    inset: -10px;
    border-radius: 50%;
    border: 1px solid var(--black);
    z-index: -1;
}
.reviews__item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 3px solid var(--black);
    background-color: #fff;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    color: var(--black);
    font-size: 14px;
    line-height: 16px;
    z-index: 1;
}
.reviews__item-icon._gray {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.reviews__item-content {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.reviews__row-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: -165px;
    z-index: 1;
}
.reviews__row-content {
    position: relative;
    padding: 16px 12px;
    background-color: #fff;
    border-radius: 12px;
    max-width: 210px;
    border: 1px solid var(--strore);
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    z-index: 10;
}
.motivation__decor {
    position: absolute;
    z-index: -1;
    max-width: none;
}
.motivation__decor._big {
    width: 745px;
    left: -200px;
    bottom: -288px;
    -webkit-transform: rotate(-74deg);
    transform: rotate(-74deg);
}
.motivation__decor._min {
    width: 845px;
    bottom: 20px;
    right: -425px;
}
.motivation__container {
    display: flex;
    align-items: center;
    gap: 40px;
}
.motivation__info {
    flex: 1;
}
.motivation__tag {
    margin-bottom: 24px !important;
}
.motivation__title {
    margin: 0 0 24px 0;
}
.motivation__content {
    margin: 0 0 48px 0;
}
.motivation__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
}
.motivation__img {
    width: 720px;
}
.leave-review {
    padding: 120px 0;
}
.leave-review__container {
    display: flex;
    align-items: center;
    gap: 80px;
}
.leave-review__img {
    width: 480px;
}
.leave-review__info {
    flex: 0 1 610px;
}
.leave-review__tag {
    margin-bottom: 24px !important;
}
.leave-review__title {
    margin: 0 0 24px 0;
}
.leave-review__content {
    font-size: 18px;
    margin: 0 0 48px 0;
}
.leave-review__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.negative .section-body {
    overflow: visible;
    background: url(/img/mr/frame-big.svg) top 30px left -110px/720px auto no-repeat, url(/img/mr/frame-min.svg) top 0 right -300px/845px auto no-repeat;
    background-attachment: fixed;
    background-color: var(--gray);
}
.negative__container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}
.negative__info {
    position: sticky;
    top: 120px;
    max-width: 555px;
}
.negative__tag {
    margin: 0 0 32px 0 !important;
}
.negative__title {
    margin: 0 0 32px 0;
}
.negative__contnet {
    margin-bottom: 32px;
}
.negative__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.negative__slider {
    width: 315px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: visible;
}
.negative__slider .swiper-wrapper {
    flex-direction: column;
    gap: 120px;
}
.negative__img {
    width: 315px;
    height: auto;
}
.negative__slider-content {
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin: 24px 0 0 0;
}
.negative__pagination {
    display: none;
    margin-top: 32px;
}
.bot {
    padding: 175px 0;
}
.bot__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 135px;
}
.bot__tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 11px 0 4px 0;
    width: 315px;
    height: 650px;
    position: relative;
    background: url(/img/mr/frame-tel.png) 0 0/100% auto no-repeat;
}
.bot__tel-head {
    position: relative;
    width: calc(100% - 20px);
}
.bot__tel-head::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 30px;
    background: url(/img/mr/camera.png) 0 0/100% auto no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    z-index: 1;
}
.bot__tel-head-img {
    position: relative;
    width: 100%;
    border-radius: 50px 50px 0 0;
    height: auto;
}
.bot__tel-wrapper {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    border-radius: 0 0 50px 50px;
    background-color: var(--black);
    flex: 1;
    scrollbar-width: none;
    overflow-y: auto;
}
.bot__tel-wrapper::-webkit-scrollbar {
    width: 0;
}
.bot__tel-img {
    display: block;
    width: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    pointer-events: none;
    -ms-user-select: all;
    -webkit-user-select: all;
    user-select: all;
}
.bot__tag {
    margin-bottom: 32px !important;
}
.bot__title {
    max-width: 665px;
    margin: 0 0 32px 0;
}
.bot__content {
    max-width: 555px;
    margin: 0 0 32px 0;
}
.bot__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.work-reviews__body {
    padding: 90px 0;
}
.work-reviews__decor {
    position: absolute;
    z-index: -1;
    max-width: none;
}
.work-reviews__decor._big {
    width: 745px;
    left: -300px;
    bottom: -470px;
    -webkit-transform: rotate(-74deg);
    transform: rotate(-74deg);
}
.work-reviews__decor._min {
    width: 845px;
    bottom: -178px;
    right: -398px;
}
.work-reviews__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.work-reviews__info {
    max-width: 655px;
}
.work-reviews__tag {
    margin-bottom: 32px !important;
}
.work-reviews__title {
    max-width: 600px;
    margin: 0 0 32px 0;
}
.work-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.work-reviews__item {
    padding-left: 40px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    background: url(/img/mr/check.svg) top 0 left 0/24px 24px no-repeat;
}
.work-reviews__item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--main);
}
.work-reviews__img {
    width: 500px;
}
.qr {
    color: #fff;
    margin-top: 24px;
}
.qr__body {
    padding: 195px 0;
}
.qr__decor {
    position: absolute;
    max-width: none;
    z-index: -1;
}
.qr__decor._big {
    width: 745px;
    bottom: -200px;
    left: 115px;
}
.qr__decor._min {
    width: 665px;
    bottom: 160px;
    right: -25px;
}
.qr__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    z-index: 1;
}
.qr__title {
    max-width: 660px;
    font-size: 64px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 20px 0;
}
.qr__content {
    max-width: 510px;
    margin: 0 0 32px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.qr__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.qr__img {
    position: absolute;
    right: 0;
    z-index: -1;
}
.integration {
    padding: 95px 0;
}
.integration__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}
.integration__title {
    margin: 0;
}
.integration__title span {
    color: inherit;
    margin-left: 15px;
}
.integration__block {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px;
    background-color: var(--gray);
    border-radius: 12px;
}
.integration__block-title._wh {
    color: #009b1a;
}
.integration__block-title._tg {
    color: #0098ed;
}
.integration__block-icon {
    width: 65px;
}
.tariffs {
    position: relative;
    padding: 120px 0;
}
.tariffs__popular {
    position: absolute;
    top: 260px;
    right: calc(50% - 345px);
    display: flex;
    align-items: start;
    gap: 12px;
    color: var(--main);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.tariffs__title {
    text-align: center;
    margin: 0 0 28px 0;
}
.tariffs__nav {
    border-radius: 8px;
    background-color: var(--gray);
    display: flex;
    gap: 8px;
    max-width: 330px;
    width: 100%;
    margin: 0 auto 80px auto;
    padding: 4px;
}
.tariffs__btn {
    border-radius: 8px;
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}
.tariffs__btn._active {
    color: #fff;
    background-color: var(--main);
}
.tariffs__slider {
    box-sizing: border-box;
}
.tariffs__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.tariffs__slide {
    box-sizing: border-box;
    grid-column: 4 span;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid var(--strore);
}
.tariffs__slide._main {
    background-color: var(--main);
    color: #fff;
}
.tariffs__slide._main .tariffs__slide-price,
.tariffs__slide._main .tariffs__slide-title {
    color: #fff;
}
.tariffs__slide-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    color: var(--black);
    margin: 0 0 18px 0;
}
.tariffs__slide-price {
    display: block;
    color: var(--main);
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.tariffs__slide-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.tariffs__slide-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.tariffs__slide-item {
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    line-height: 25px;
    background: url(/img/mr/check-gray.svg) top 0 left 0/24px 24px no-repeat;
}
.tariffs__pagination {
    display: none;
    margin-top: 24px;
}
.tariffs__content {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    line-height: 24px;
    margin: 32px 0 0 0;
}
.help__body {
    padding-bottom: 168px;
}
.help__tag {
    margin-bottom: 32px !important;
}
.help__title {
    margin: 0 0 64px 0;
}
.help__list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.help__item {
    grid-column: 3 span;
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
}
.help__item:nth-child(even) {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
}
.help__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: var(--pink);
    margin-bottom: 48px;
}
.help__circle-icon {
    width: 24px;
}
.help__item-content {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--black);
    margin: 0;
}
.real {
    padding: 95px 0;
}
.real__container {
    display: flex;
    align-items: center;
    gap: 24px;
}
.real__info {
    flex: 0 1 795px;
}
.real__tag {
    margin-bottom: 32px !important;
}
.real__title {
    margin: 0 0 32px 0;
}
.real__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.real__img {
    width: 500px;
}
.connection {
    color: #fff;
}
.connection__body {
    padding: 95px 0;
}
.connection__decor {
    position: absolute;
    max-width: none;
    z-index: -1;
}
.connection__decor._big {
    width: 745px;
    left: 115px;
    bottom: -30px;
}
.connection__decor._min {
    right: -25px;
    top: -115px;
    width: 665px;
}
.connection__title {
    text-align: center;
    max-width: 895px;
    font-size: 64px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto 20px auto;
}
.connection__content {
    max-width: 895px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto 32px auto;
}
.connection__form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 32px;
    max-width: 895px;
    margin: 0 auto;
}
.connection__form-item {
    flex: 0 1 calc(50% - 12px);
}
.connection__form-item._fill {
    flex-basis: 100%;
}
.connection__form-item .just-validate-error-label {
    display: none !important;
}
.connection__input-name {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.connection__input {
    background-color: #fff;
    border: 1px solid var(--strore);
    min-height: 48px;
    padding: 5px 16px;
    border-radius: 8px;
    width: 100%;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}
.connection__input::-webkit-input-placeholder {
    color: var(--light);
}
.connection__input:-ms-input-placeholder {
    color: var(--light);
}
.connection__input::-ms-input-placeholder {
    color: var(--light);
}
.connection__input::placeholder {
    color: var(--light);
}
.connection__input.just-validate-success-field {
    color: var(--green);
    background: url(/img/mr/check-g.svg) center right 16px/10px 10px no-repeat;
    background-color: #fff;
}
.connection__input.just-validate-error-field {
    color: var(--red);
    background: url(/img/mr/close.svg) center right 16px/10px 10px no-repeat;
    background-color: #fff;
}
.connection__input.just-validate-error-field::-webkit-input-placeholder {
    color: var(--red);
}
.connection__input.just-validate-error-field:-ms-input-placeholder {
    color: var(--red);
}
.connection__input.just-validate-error-field::-ms-input-placeholder {
    color: var(--red);
}
.connection__input.just-validate-error-field::placeholder {
    color: var(--red);
}
.connection__btn {
    margin: 0 auto;
}
.connection__form-content {
    max-width: 510px;
    margin: 32px auto 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}
.footer__body {
    padding: 120px 0 48px 0;
}
.footer__top {
    display: flex;
    gap: 24px;
    margin-bottom: 64px;
}
.footer__main {
    flex: 1;
}
.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 160px;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    color: var(--main);
}
.footer__logo-img {
    width: 65px;
}
.footer__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 255px;
    margin-top: 115px;
}
.footer__item {
    flex: 1;
}
.footer__item-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px 0;
}
.footer__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__list a {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    transition: color 0.2s ease;
}
.footer__contacts-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    transition: color 0.2s ease;
}
.footer__contacts-icon {
    width: 32px;
    height: 32px;
}
.footer__contacts-item:not(:last-child) {
    margin-bottom: 20px;
}
.footer__contacts-title {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}
.footer__contacts-soc {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    transition: color 0.2s ease;
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
    padding-top: 64px;
    border-top: 1px solid var(--strore);
}
.footer__bottom a {
    transition: color 0.2s ease;
}
.footer__bottom-content {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: var(--black);
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 1460px) {
    .reviews__container {
        justify-content: center;
    }
    .reviews__body {
        flex: 0 1 558px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .reviews__body._main .reviews__row._one .reviews__item::before {
        width: 249px;
        height: 95px;
        bottom: -90px;
    }
    .reviews__body._main .reviews__item._big {
        max-width: 180px;
    }
    .reviews__row._one {
        margin-bottom: 86px;
    }
    .reviews__row._one .reviews__item::after,
    .reviews__row._one .reviews__item::before {
        width: 142px;
        height: 119px;
        top: -15px;
    }
    .reviews__row._one .reviews__item::before {
        left: -123px;
    }
    .reviews__row._one .reviews__item::after {
        right: -123px;
    }
    .reviews__row._arrows {
        margin-bottom: 179px;
        margin-left: 12px;
        margin-right: 12px;
    }
    .reviews__row._arrows .reviews__item::after {
        width: 25px;
        height: 125px;
        bottom: -120px;
    }
    .reviews__row._arrows .reviews__row-content {
        -webkit-transform: translateY(-43px);
        transform: translateY(-43px);
    }
    .reviews__item {
        max-width: 130px;
    }
    .reviews__item._big {
        max-width: 155px;
    }
    .reviews__item-circle {
        width: 102px;
        height: 102px;
        top: -60px;
    }
    .reviews__item-icon {
        max-width: 48px;
    }
    .reviews__item-icon._stars {
        max-width: 85px;
    }
    .reviews__item-content {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .reviews__row-content-wrapper {
        top: -160px;
    }
    .reviews__row-content {
        max-width: 185px;
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .motivation__img {
        width: 540px;
    }
}
@media (max-width: 1280px) {
    .title-1 {
        font-size: 48px;
        font-weight: 500;
        line-height: 120%;
    }
    .title-2 {
        font-size: 32px;
    }
    .content {
        font-size: 16px;
        line-height: 22px;
    }
    .section-body {
        margin: 0;
        border-radius: 32px;
    }
    .header__logo {
        margin-right: 30px;
    }
    .header__list {
        gap: 15px;
    }
    .intro__main {
        max-width: 525px;
    }
    .intro__title {
        margin-bottom: 32px;
    }
    .intro__title::after {
        width: 300px;
        height: 25px;
        right: -75px;
        bottom: -15px;
    }
    .intro__subtitle {
        font-size: 32px;
        line-height: 120%;
    }
    .skills__decor._min {
        right: -810px;
        bottom: -150px;
    }
    .reviews {
        padding: 95px 0;
    }
    .reviews__container {
        flex-wrap: wrap;
        padding: 0 12px;
    }
    .reviews__body {
        flex-basis: 720px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .reviews__body._main .reviews__row._one {
        margin-bottom: 130px;
    }
    .reviews__body._main .reviews__row._one .reviews__item::before {
        width: 346px;
        height: 134px;
        bottom: -128px;
    }
    .reviews__body._main .reviews__item._big {
        max-width: 220px;
    }
    .reviews__row._one {
        margin-bottom: 122px;
    }
    .reviews__row._one .reviews__item::after,
    .reviews__row._one .reviews__item::before {
        width: 184px;
        height: 154px;
        top: -27px;
    }
    .reviews__row._one .reviews__item::before {
        left: -161px;
    }
    .reviews__row._one .reviews__item::after {
        right: -161px;
    }
    .reviews__row._arrows {
        margin-right: 16px;
        margin-left: 16px;
        margin-bottom: 204px;
    }
    .reviews__row._arrows .reviews__row-content {
        max-width: 195px;
        -webkit-transform: translateY(-66px);
        transform: translateY(-66px);
    }
    .reviews__row._arrows .reviews__item::after {
        width: 25px;
        height: 125px;
    }
    .reviews__item {
        max-width: 165px;
        padding-top: 65px;
    }
    .reviews__item._big {
        max-width: 200px;
    }
    .reviews__item-circle {
        width: 130px;
        height: 130px;
        top: -85px;
    }
    .reviews__item-number {
        top: -3px;
        left: -3px;
    }
    .reviews__item-icon {
        max-width: 60px;
    }
    .reviews__item-icon._stars {
        max-width: 110px;
    }
    .reviews__item-content {
        font-size: 16px;
        line-height: 20px;
    }
    .reviews__row-content-wrapper {
        top: -190px;
    }
    .reviews__row-content {
        font-size: 14px;
        padding: 20px 15px;
        max-width: 220px;
    }
    .motivation__decor._big {
        left: -228px;
        bottom: -395px;
    }
    .motivation__decor._min {
        display: none;
    }
    .leave-review__container {
        justify-content: space-between;
        gap: 40px;
    }
    .leave-review__img {
        width: 460px;
    }
    .leave-review__info {
        flex-basis: 560px;
    }
    .leave-review__content {
        font-size: 16px;
    }
    .negative .section-body {
        background-position: top 30px left -110px, top 30px right -780px;
    }
    .bot__tel {
        width: 250px;
        height: 515px;
    }
    .bot__tel-head::before {
        width: 70px;
        height: 20px;
        top: 8px;
    }
    .bot__tel-head-img {
        border-radius: 35px 35px 0 0;
    }
    .bot__tel-wrapper {
        border-radius: 0 0 30px 30px;
    }
    .bot__content {
        font-size: 16px;
        max-width: 500px;
    }
    .work-reviews__body {
        padding: 50px 0;
    }
    .work-reviews__decor._min {
        display: none;
    }
    .work-reviews__info {
        max-width: 475px;
    }
    .work-reviews__img {
        width: 520px;
    }
    .qr__body {
        padding: 95px 0;
    }
    .qr__decor._big {
        width: 564px;
        left: 15px;
        bottom: -250px;
    }
    .qr__decor._min {
        width: 500px;
        right: -100px;
        bottom: 50px;
    }
    .qr__title {
        max-width: 445px;
        font-size: 32px;
        font-weight: 500;
        line-height: 120%;
    }
    .qr__content {
        max-width: 445px;
    }
    .qr__img {
        position: static;
        width: 630px;
    }
    .integration__wrapper {
        gap: 12px;
    }
    .tariffs__slide-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
    }
    .tariffs__slide-price {
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
    }
    .tariffs__slide-item {
        font-size: 16px;
    }
    .tariffs__content {
        font-size: 16px;
        line-height: normal;
    }
    .help__body .container {
        max-width: 1200px;
        padding: 0 15px;
    }
    .help__item-content {
        font-size: 18px;
        font-weight: 500;
    }
    .real {
        padding: 65px 0;
    }
    .connection__decor._big {
        bottom: -45px;
    }
    .connection__decor._min {
        right: -640px;
    }
    .connection__title {
        font-size: 32px;
        font-weight: 500;
        line-height: 120%;
    }
    .connection__content {
        max-width: 730px;
    }
}
@media (max-width: 1199px) {
    .tariffs {
        overflow: hidden;
    }
    .tariffs__popular {
        display: none;
    }
    .tariffs__slider {
        overflow: visible !important;
    }
    .tariffs__slider .swiper-wrapper {
        display: flex;
        gap: 0;
    }
    .tariffs__slide {
        width: 410px !important;
    }
    .tariffs__pagination {
        display: flex;
    }
    .help__item {
        padding: 20px;
    }
    .help__item-content {
        font-size: 16px;
        line-height: normal;
    }
}
@media (max-width: 1120px) {
    .main {
        padding-top: 85px;
    }
    .header {
        padding: 8px 0;
    }
    .header__burger {
        position: fixed;
        display: flex;
        flex-direction: column;
        gap: 20px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 81px;
        background-color: #fff;
        padding: 32px 12px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease, visibility 0.4s ease;
    }
    .header__burger._open {
        opacity: 1;
        visibility: visible;
    }
    .header__burger-title {
        display: block;
    }
    .header__list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .header__list a {
        color: var(--black);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 12px;
        text-align: center;
    }
    .header__buttons._mobile {
        margin-left: auto;
        display: flex;
    }
    .intro__container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .skills__item {
        grid-column: 6 span;
    }
    .motivation__img {
        width: 480px;
    }
    .work-reviews__container {
        flex-direction: column;
        gap: 24px;
    }
    .work-reviews__info {
        max-width: none;
    }
    .work-reviews__tag {
        margin-left: auto;
        margin-right: auto;
    }
    .work-reviews__title {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .work-reviews__img {
        width: 350px;
    }
    .qr__img {
        width: 450px;
    }
}
@media (max-width: 991px) {
    .section-body {
        padding: 50px 0;
    }
    .intro {
        padding: 32px 0;
    }
    .intro__container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .intro__main {
        max-width: none;
        margin-bottom: 24px;
    }
    .intro__subtitle br {
        display: none;
    }
    .intro__img {
        position: static;
        width: 100%;
        height: auto;
    }
    .motivation__container {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    .motivation__info {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        flex: none;
        width: 100%;
    }
    .motivation__title {
        max-width: 500px;
    }
    .leave-review {
        padding: 50px 0;
    }
    .leave-review__container {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 48px;
    }
    .leave-review__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: none;
    }
    .leave-review__title {
        max-width: 520px;
    }
    .leave-review__content {
        max-width: 550px;
    }
    .negative__info {
        max-width: 400px;
        top: 50px;
    }
    .negative__contnet {
        font-size: 16px;
    }
    .negative__slider {
        width: 250px;
    }
    .negative__slider .swiper-wrapper {
        gap: 60px;
    }
    .bot__container {
        gap: 48px;
    }
    .qr__body {
        padding: 50px 0;
    }
    .qr__body .container {
        padding: 0 30px;
    }
    .qr__img {
        width: 330px;
    }
    .integration {
        padding: 50px 0;
    }
    .integration__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    .integration__title {
        width: 100%;
        text-align: center;
    }
    .integration__title:nth-child(3) {
        display: none;
    }
    .integration__content {
        max-width: 495px;
        text-align: center;
        margin: 8px auto 0 auto;
    }
    .tariffs {
        padding: 50px 0;
    }
    .help__body {
        padding: 50px 0;
    }
    .help__item {
        grid-column: 6 span;
        padding: 32px;
    }
    .help__item:nth-child(even) {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .help__item-content {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }
    .real__img {
        width: 250px;
    }
    .footer__item {
        flex: 0 1 200px;
    }
}
@media (max-width: 744px) {
    .container {
        padding: 0 12px;
    }
    .title-1 {
        font-size: 32px;
    }
    .section-tag {
        margin: 0 auto;
    }
    .section-body {
        border-radius: 16px;
    }
    .intro__main {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .intro__title::after {
        width: 175px;
        height: 20px;
        bottom: -15px;
        left: -95px;
        right: auto;
    }
    .intro__subtitle {
        max-width: 500px;
    }
    .intro__buttons {
        width: 100%;
    }
    .intro__buttons .btn-main {
        width: 100%;
    }
    .skills__decor._big {
        bottom: 35px;
    }
    .skills__decor._min {
        display: none;
    }
    .skills__title {
        text-align: center;
    }
    .reviews {
        padding: 50px 0;
    }
    .reviews__body {
        padding-left: 20px;
        padding-right: 20px;
        flex-basis: 536px;
    }
    .reviews__body._main .reviews__row._one {
        margin-bottom: 82px;
    }
    .reviews__body._main .reviews__row._one .reviews__item::before {
        width: 240px;
        height: 91px;
        bottom: -87px;
    }
    .reviews__body._main .reviews__row._arrows {
        margin-bottom: 175px;
    }
    .reviews__body._main .reviews__item._big {
        max-width: 170px;
    }
    .reviews__item-title {
        font-size: 24px;
        margin-bottom: 80px;
    }
    .reviews__row._one {
        margin-bottom: 80px;
    }
    .reviews__row._one .reviews__item::after,
    .reviews__row._one .reviews__item::before {
        width: 137px;
        height: 115px;
        top: -13px;
    }
    .reviews__row._one .reviews__item::before {
        left: -121px;
    }
    .reviews__row._one .reviews__item::after {
        right: -121px;
    }
    .reviews__row._arrows .reviews__row-content {
        max-width: 150px;
        -webkit-transform: translateY(-38px);
        transform: translateY(-38px);
    }
    .reviews__row._arrows {
        margin-bottom: 174px;
    }
    .reviews__item {
        padding-top: 55px;
        max-width: 120px;
    }
    .reviews__item._big {
        max-width: 150px;
    }
    .reviews__item-circle {
        width: 100px;
        height: 100px;
        top: -55px;
    }
    .reviews__item-number {
        width: 25px;
        height: 25px;
        font-size: 12px;
        top: -1px;
        left: -1px;
    }
    .reviews__item-icon {
        max-width: 45px;
    }
    .reviews__item-icon._stars {
        max-width: 80px;
    }
    .reviews__item-content {
        font-size: 14px;
        line-height: 18px;
    }
    .reviews__row-content-wrapper {
        top: -145px;
    }
    .reviews__row-content {
        max-width: 175px;
        font-size: 12px;
        line-height: 14px;
        padding: 15px 10px;
    }
    .motivation__decor._big {
        left: -180px;
        bottom: -231px;
        -webkit-transform: rotate(-59deg);
        transform: rotate(-59deg);
    }
    .motivation__content {
        font-size: 16px;
    }
    .motivation__img {
        width: 360px;
    }
    .negative .section-body {
        overflow: hidden;
        background: 0 0;
        background-color: var(--gray);
    }
    .negative__container {
        padding: 0;
        flex-direction: column;
        padding-left: 15px;
        gap: 45px;
    }
    .negative__info {
        position: static;
    }
    .negative__contnet {
        display: none;
    }
    .negative__btn {
        display: none;
    }
    .negative__slider {
        width: 100%;
        padding: 0 15px !important;
    }
    .negative__slider .swiper-wrapper {
        gap: 0;
        flex-direction: row;
    }
    .negative__slider .swiper-slide {
        width: 350px !important;
    }
    .negative__img {
        width: 210px;
    }
    .negative__slider-content {
        display: block;
    }
    .negative__pagination {
        display: flex;
    }
    .bot {
        padding: 50px 0;
    }
    .bot__container {
        flex-direction: column-reverse;
    }
    .bot__tel-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .bot__title {
        max-width: 500px;
    }
    .work-reviews__decor._big {
        left: -174px;
        bottom: -210px;
        -webkit-transform: rotate(-63deg);
        transform: rotate(-63deg);
    }
    .work-reviews__info {
        max-width: none;
    }
    .qr {
        margin-top: 48px;
    }
    .qr__body .container {
        padding: 0 15px;
    }
    .qr__decor._big {
        bottom: -200px;
    }
    .qr__decor._min {
        display: none;
    }
    .qr__container {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .qr__info {
        text-align: center;
    }
    .qr__title {
        max-width: none;
    }
    .qr__content {
        text-align: center;
        max-width: none;
    }
    .qr__btn {
        margin: 0 auto;
    }
    .qr__img {
        width: 470px;
    }
    .integration__wrapper {
        gap: 12px;
    }
    .integration__title {
        margin-bottom: 12px;
    }
    .integration__title span {
        margin-left: 0;
    }
    .integration__block {
        padding: 8px 12px;
        flex: 0 1 244px;
    }
    .integration__block-title {
        font-size: 24px;
        flex: 1;
    }
    .integration__block-icon {
        width: 43px;
    }
    .integration__content {
        margin-top: 20px;
    }
    .tariffs__nav {
        max-width: none;
        margin-bottom: 32px;
    }
    .tariffs__content {
        font-size: 14px;
    }
    .help__title {
        text-align: center;
    }
    .real {
        padding: 50px 0;
    }
    .real__container {
        flex-direction: column;
    }
    .real__info {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        flex: none;
    }
    .real__title {
        max-width: 500px;
    }
    .real__img {
        width: 350px;
    }
    .connection__decor._big {
        bottom: -115px;
    }
    .connection__decor._min {
        display: none;
    }
    .connection__btn {
        width: 100%;
    }
    .footer__body {
        padding-top: 95px;
        background-color: rgba(0, 0, 0, 0);
    }
    .footer__top {
        flex-wrap: wrap;
        row-gap: 48px;
    }
    .footer__main {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 1 100%;
    }
    .footer__buttons {
        margin-top: 48px;
        max-width: none;
        width: 100%;
    }
    .footer__item {
        flex-basis: calc(50% - 12px);
    }
    .footer__bottom {
        flex-direction: column;
        align-items: start;
    }
}
@media (max-width: 644px) {
    .help__item-content {
        font-size: 16px;
        line-height: normal;
    }
}
@media (max-width: 560px) {
    .slider-pagination .swiper-pagination-bullet {
        width: 110px;
    }
    .header__buttons._mobile .btn-main {
        display: none;
    }
    .intro__title::after {
        left: 0;
        bottom: -12px;
    }
    .skills__decor._big {
        top: -245px;
        left: -225px;
        bottom: auto;
    }
    .skills__list {
        gap: 8px;
    }
    .skills__item {
        grid-column: 12 span;
    }
    .reviews__body {
        flex-basis: 350px;
        padding: 20px 13px 15px 13px;
    }
    .reviews__body._main .reviews__item._big {
        max-width: 110px;
    }
    .reviews__body._main .reviews__row._one {
        margin-bottom: 52px;
    }
    .reviews__body._main .reviews__row._one .reviews__item::before {
        width: 150px;
        height: 59px;
        bottom: -58px;
    }
    .reviews__body._main .reviews__row._arrows {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 109px;
    }
    .reviews__body._main .reviews__row._arrows .reviews__row-content {
        max-width: 110px;
        -webkit-transform: translateY(-23px);
        transform: translateY(-23px);
    }
    .reviews__body._main .reviews__row._arrows .reviews__item::after {
        width: 16px;
        height: 120px;
        bottom: -115px;
    }
    .reviews__item-title {
        font-size: 20px;
        margin-bottom: 65px;
    }
    .reviews__row._one {
        margin-bottom: 38px;
    }
    .reviews__row._one .reviews__item::after,
    .reviews__row._one .reviews__item::before {
        width: 88px;
        height: 73px;
    }
    .reviews__row._one .reviews__item::before {
        left: -76px;
    }
    .reviews__row._one .reviews__item::after {
        right: -76px;
    }
    .reviews__row._arrows {
        margin-right: 12px;
        margin-left: 12px;
        margin-bottom: 109px;
    }
    .reviews__row._arrows .reviews__item::after {
        width: 16px;
    }
    .reviews__item {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        max-width: 80px;
        border-radius: 28px 28px 12px 12px;
    }
    .reviews__item._big {
        max-width: 105px;
    }
    .reviews__item-circle {
        width: 64px;
        height: 64px;
        top: -35px;
    }
    .reviews__item-circle-wrapper::before {
        inset: -7px;
    }
    .reviews__item-number {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: -5px;
        left: -5px;
    }
    .reviews__item-icon {
        max-width: 30px;
    }
    .reviews__item-icon._stars {
        max-width: 54px;
    }
    .reviews__item-content {
        font-size: 9px;
        line-height: 13px;
    }
    .reviews__row-content-wrapper {
        top: -90px;
        left: -5px;
        right: -5px;
    }
    .reviews__row-content {
        font-size: 9px;
        line-height: 10px;
        padding: 10px 4px;
        max-width: 125px;
    }
    .motivation__decor._big {
        bottom: -205px;
    }
    .negative__slider .swiper-slide {
        width: 330px !important;
    }
    .work-reviews__decor._big {
        left: -100px;
        bottom: -194px;
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg);
    }
    .qr__img {
        align-self: flex-start;
        width: 435px;
    }
    .integration__block {
        flex-basis: calc(50% - 6px);
    }
    .tariffs__slide {
        width: 320px !important;
    }
    .help__list {
        gap: 12px;
    }
    .help__item {
        grid-column: 12 span;
    }
    .help__item-content {
        font-size: 20px;
    }
    .connection__decor._big {
        bottom: 150px;
    }
    .connection__form-item {
        flex-basis: 100%;
    }
    .footer__item {
        text-align: center;
        flex-basis: 100%;
    }
    .footer__list {
        justify-content: center;
        align-items: center;
    }
    .footer__contacts-btn {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__bottom {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .slider-pagination .swiper-pagination-bullet {
        width: 80px;
    }
    .header__buttons .btn-main {
        width: 100%;
    }
    .intro {
        padding: 48px 0;
    }
    .intro__title::after {
        left: auto;
        right: -50px;
    }
    .intro__buttons .btn-main {
        min-height: 48px;
        font-size: 18px;
        font-weight: 500;
    }
    .motivation__decor._big {
        bottom: -130px;
    }
    .motivation__btn {
        width: 100%;
    }
    .negative__slider .swiper-slide {
        width: 280px !important;
    }
    .bot__tel {
        width: 210px;
        height: 435px;
        padding-top: 5px;
    }
    .bot__tel-head {
        width: calc(100% - 12px);
    }
    .bot__tel-wrapper {
        width: calc(100% - 12px);
    }
    .work-reviews__decor._big {
        bottom: -229px;
    }
    .qr__decor._big {
        bottom: -260px;
    }
    .qr__btn {
        width: 100%;
    }
    .qr__img {
        width: 295px;
    }
    .integration__block {
        flex-basis: 100%;
    }
    .connection__decor._big {
        bottom: 165px;
    }
}
@media (any-hover: hover) {
    .btn-main:hover {
        color: #fff;
        background-color: var(--black);
        border-color: var(--black);
    }
    .btn-main._stroke:hover {
        border-color: var(--main);
        color: var(--main);
    }
    .btn-main._white:hover {
        color: #fff;
        border-color: var(--black);
        background-color: var(--black);
    }
    .btn-main._stroke-white:hover {
        color: #fff;
        border-color: var(--black);
        background-color: var(--black);
    }
    .content a:hover {
        color: var(--main);
    }
    .header__list a:hover::before {
        right: 0;
    }
    .header__burger-btn:hover {
        background-color: var(--black);
    }
    .tariffs__btn:hover {
        color: #fff;
        background-color: var(--main);
    }
    .footer__list a:hover {
        color: var(--main);
    }
    .footer__contacts-btn:hover {
        color: var(--main);
    }
    .footer__contacts-soc:hover {
        color: var(--main);
    }
    .footer__bottom a:hover {
        color: var(--main);
    }
}
@media (hover: none) {
    .btn-main:active {
        color: #fff;
        background-color: var(--black);
        border-color: var(--black);
    }
    .btn-main._stroke:active {
        border-color: var(--main);
        color: var(--main);
    }
    .btn-main._white:active {
        color: #fff;
        border-color: var(--black);
        background-color: var(--black);
    }
    .btn-main._stroke-white:active {
        color: #fff;
        border-color: var(--black);
        background-color: var(--black);
    }
    .content a:active {
        color: var(--main);
    }
    .header__list a:active::before {
        right: 0;
    }
    .header__burger-btn:active {
        background-color: var(--black);
    }
    .tariffs__btn:active {
        color: #fff;
        background-color: var(--main);
    }
    .footer__list a:active {
        color: var(--main);
    }
    .footer__contacts-btn:active {
        color: var(--main);
    }
    .footer__contacts-soc:active {
        color: var(--main);
    }
    .footer__bottom a:active {
        color: var(--main);
    }
}
