@-webkit-keyframes move-gradient-3colors {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(66.7%)
    }
}

@-webkit-keyframes skeletonFlare {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(200%)
    }
}

@-webkit-keyframes fill {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes copyTextSupport {
    0% {
        transform: translateY(-45px)
    }

    23% {
        transform: translateY(43px)
    }

    77% {
        transform: translateY(43px)
    }

    to {
        transform: translateY(-45px)
    }
}

.slider-control-button {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 4px 17px rgba(37,43,54,.21);
    display: flex;
    height: 62px;
    justify-content: center;
    position: absolute;
    top: calc(50% - 31px);
    transition: .25s;
    width: 62px
}

.slider-control-button:disabled {
    display: none
}

.slider-control-button .slider-control-button__icon {
    stroke-width: 2;
    stroke: var(--color-base-text-primary);
    height: 18px;
    width: 9px
}

.slider-control-button_next .slider-control-button__icon {
    margin-left: 3px
}

.slider-control-button_prev .slider-control-button__icon {
    transform: rotate(180deg)
}

.tariffs-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
    justify-content: center
}

.tariffs-item {
    background: var(--color-tariff-bg);
    border-radius: 46px;
    display: flex;
    flex-direction: column;
    height: 278px;
    padding: 40px 20px 47px 40px;
    transition: .2s;
    width: 321px
}

.tariffs-item__icon-wrapper {
    height: 45px;
    transition: inherit;
    width: 45px
}

.tariffs-item__title {
    color: var(--color-headers-text);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    transition: inherit
}

.tariffs-item__text {
    color: var(--color-tariff-content-text);
    font-size: 15px;
    height: 54px;
    line-height: 18px;
    margin-top: 10px;
    overflow: hidden;
    transition: inherit
}

.tariffs-item__price {
    color: var(--color-tariff-price);
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    transition: inherit
}

.tariffs-item__full-price {
    color: rgba(37,43,54,.4);
    margin-left: 8px;
    text-decoration: line-through
}

.search-bar__text-field-wrapper {
    position: relative
}

.search-bar__text-field {
    border: 1px solid rgba(37,43,54,.34);
    border-radius: 21px;
    height: 54px;
    padding: 0 60px 0 22px;
    width: 100%
}

.search-bar__text-field::-moz-placeholder {
    color: #252b364d
}

.search-bar__text-field:-ms-input-placeholder {
    color: #252b364d
}

.search-bar__text-field::placeholder {
    color: #252b364d
}

.search-bar__search-button {
    padding: 5px;
    position: absolute;
    right: 15px;
    top: 9px
}

.search-bar__search-button-icon {
    stroke: #000;
    display: block;
    height: 24px;
    width: 25px
}

.button-next {
    border-radius: 18px;
    color: var(--color-button-text);
    height: 54px;
    position: relative;
    width: 224px
}

.button-next__icon {
    fill: var(--color-button-text);
    height: 21px;
    position: absolute;
    right: 20px;
    top: 17px;
    width: 11px
}

.button-next:before {
    background: linear-gradient(to right,var(--color-brand-green) 0,var(--color-headers-text) 25%,var(--color-brand-green) 50%,var(--color-headers-text) 75%,var(--color-headers-text) 100%)
}

.button-next:hover:before {
    -webkit-animation: move-gradient-4colors 1.5s linear .25s infinite;
    animation: move-gradient-4colors 1.5s linear .25s infinite
}

.lang-switcher-overlay.lang-switcher-overlay_active {
    opacity: 1;
    visibility: visible
}

.solutions-menu-container.solutions-menu-container_active {
    visibility: visible
}

.solutions-menu-container.solutions-menu-container_active .solutions-menu-overlay {
    opacity: 1
}

.solutions-menu-container.solutions-menu-container_active .solutions-menu-bg {
    transform: translateY(0)
}

.cookie-bar-wrap {
    bottom: 40px;
    padding: 0 20px;
    position: fixed;
    z-index: 150
}

@media (max-width: 950px) {
    .cookie-bar-wrap {
        bottom:85px
    }
}

.cookie-bar-wrap .cookie-bar {
    align-items: center;
    background-color: rgba(42,44,47,.8);
    border-radius: 29px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    max-width: 767px;
    padding: 11px 18px;
    width: 100%
}

@media (max-width: 600px) {
    .cookie-bar-wrap .cookie-bar {
        display:grid;
        grid-template-areas: "image text" "button button";
        justify-items: center;
        row-gap: 10px
    }
}

.cookie-bar-wrap .cookie-bar .cookie-bar__image {
    flex-shrink: 0;
    grid-area: image;
    height: 25px;
    width: 25px
}

.cookie-bar-wrap .cookie-bar .cookie-bar__text {
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 400;
    grid-area: text;
    margin: 0
}

.cookie-bar-wrap .cookie-bar .cookie-bar__text a {
    text-decoration: underline
}

.cookie-bar-wrap .cookie-bar .cookie-bar__text a:hover {
    color: #169ff8
}

.cookie-bar-wrap .cookie-bar .cookie-bar__button {
    background: linear-gradient(90deg,#c5fce7 4.06%,#d7e5ff);
    border-radius: 30px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    grid-area: button;
    height: 40px;
    margin-left: auto;
    width: 167px
}

@media (max-width: 600px) {
    .cookie-bar-wrap .cookie-bar .cookie-bar__button {
        margin-left:0
    }
}

.header .auth-container .lang-switcher-container .lang-switcher:hover {
    background-color: #e5e5ea
}

.lang-switcher-modal {
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,.11);
    display: flex;
    flex-direction: column;
    left: -136px;
    opacity: 0;
    padding-bottom: 25px;
    position: absolute;
    top: 52px;
    transition: .25s;
    visibility: hidden;
    width: 314px
}

@media (max-width: 1600px) {
    .lang-switcher-modal {
        left:auto;
        position: fixed;
        right: 5%;
        top: 73px
    }
}

.lang-switcher-modal.lang-switcher-modal_active {
    opacity: 1;
    visibility: visible
}

.lang-switcher-modal .lang-switcher-modal__title {
    color: #252b36;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 29px;
    padding: 0 34.5px;
    text-align: center
}

.lang-switcher-modal .lang-list {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    row-gap: 20px;
    width: 100%
}

.lang-switcher-modal .lang-list .lang-item-separator {
    background-color: rgba(0,0,0,.16);
    height: 1px
}

.lang-switcher-modal .lang-list .lang-item {
    align-items: center;
    -moz-column-gap: 13px;
    column-gap: 13px;
    display: flex;
    padding: 0 23px
}

.lang-switcher-modal .lang-list .lang-item:first-of-type b {
    color: rgba(0,0,0,.4);
    font-weight: 400
}

.lang-switcher-modal .lang-list .lang-item .lang-item__icon {
    border-radius: 8px;
    height: 24px;
    width: 24px
}

.lang-switcher-modal .lang-switcher-modal__icon {
    margin-top: 26px
}

.lang-switcher-modal .switch-buttons-list {
    margin-top: 17px;
    padding: 0 22px;
    width: 100%
}

.lang-switcher-modal .switch-buttons-list .switch-buttons-item {
    background-color: #f1f4f8;
    border-radius: 26px;
    color: var(--color-base-text-primary)!important;
    height: 48px;
    position: relative;
    transition: .25s;
    width: 100%
}

.lang-switcher-modal .switch-buttons-list .switch-buttons-item:hover {
    background-color: #dbdfe7
}

.lang-switcher-modal .switch-buttons-list .switch-buttons-item:nth-child(2) {
    margin-top: 12px
}

.lang-switcher-modal .switch-buttons-list .switch-buttons-item:nth-child(3) {
    margin-top: 30px
}

.lang-switcher-modal .switch-buttons-list .switch-buttons-item .switch-buttons-item__icon {
    border-radius: 50%;
    height: 42px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 42px
}

.burger-menu-container .burger-menu-overlay {
    background: rgba(0,0,0,.34);
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .25s;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.burger-menu-container .burger-menu-overlay.burger-menu-overlay_active {
    opacity: 1;
    visibility: visible
}

.burger-menu-container .burger-menu {
    background-color: #fff;
    border-radius: 0 0 29px 29px;
    max-height: 100vh;
    max-width: 500px;
    overflow: auto;
    padding: 0 42.5px 47px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: .25s;
    visibility: hidden;
    width: 100%;
    z-index: 20
}

@media (max-width: 450px) {
    .burger-menu-container .burger-menu {
        padding:0 20px 23px
    }
}

.burger-menu-container .burger-menu.burger-menu_active {
    transform: translateX(0);
    visibility: visible
}

.burger-menu-container .burger-menu .burger-header {
    align-items: center;
    display: flex;
    height: 78px;
    justify-content: space-between
}

.burger-menu-container .burger-menu .burger-header .burger-menu-button {
    margin-right: -6.5px
}

.burger-menu-container .burger-menu .burger-header .burger-menu-button .burger-menu-button__line:first-child {
    top: 20px;
    transform: rotate(-45deg)
}

.burger-menu-container .burger-menu .burger-header .burger-menu-button .burger-menu-button__line:nth-child(2) {
    display: none
}

.burger-menu-container .burger-menu .burger-header .burger-menu-button .burger-menu-button__line:nth-child(3) {
    top: 20px;
    transform: rotate(45deg)
}

.burger-menu-container .burger-menu .burger-nav {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 35px
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__link {
    color: #252b36;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__link span {
    display: inline-block;
    position: relative
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__link span:before {
    background: #252b36;
    border-radius: 2px;
    bottom: -6px;
    content: "";
    display: none;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__link_active span:before {
    display: block
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item {
    height: 31px;
    overflow: hidden;
    transition: .4s
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .burger-nav__link {
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .burger-nav__link .burger-nav__dorpdown-icon {
    height: 32px;
    margin-right: 5px;
    transition: .25s;
    width: 16px
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    row-gap: 54px;
    transform: translateY(calc(-100% - 72px));
    transition: .4s
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu .solutions-links-list {
    display: flex;
    flex-direction: column;
    row-gap: 27px
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu .solutions-links-list .solutions-links-list__title {
    color: #252b36;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu .solutions-links-list .solutions-links-list__separator {
    border-top: 1px solid rgba(37,43,54,.2);
    margin: 0
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu .solutions-links-list .solutions-links-item__link {
    color: rgba(37,43,54,.9);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    opacity: .69
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item .solutions-menu .solutions-links-list:last-child {
    margin-top: 54px
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item_active .burger-nav__link .burger-nav__dorpdown-icon {
    transform: rotate(90deg)
}

.burger-menu-container .burger-menu .burger-nav .burger-nav__item_active .solutions-menu {
    transform: translateY(0)
}

.burger-menu-container .burger-menu .get-start-button {
    border-radius: 26px;
    box-shadow: 0 4px 15px #d6e8fd;
    color: var(--color-base-text-primary)!important;
    height: 57px;
    margin-top: 41px;
    width: 100%
}

.burger-menu-container .burger-menu .auth-button {
    align-items: center;
    background-color: #f7f8fa;
    border-radius: 26px;
    color: var(--color-base-text-primary)!important;
    display: flex;
    height: 57px;
    justify-content: center;
    margin-top: 21px;
    transition: .25s
}

.burger-menu-container .burger-menu .auth-button:hover {
    background-color: #eceef1
}

.integrators-links-list {
    display: flex;
    flex-direction: column;
    margin-left: 3px;
    max-width: 241px
}

@media (max-width: 1300px) {
    .integrators-links-list {
        max-width:none
    }
}

.integrators-links-list .integrators-links-list__title {
    font-weight: 500
}

@media (max-width: 1300px) {
    .integrators-links-list .integrators-links-list__title {
        font-size:20px
    }
}

.integrators-links-list .integrators-links-item {
    align-items: center;
    border-radius: 19px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    cursor: pointer;
    display: flex;
    height: 85px;
    justify-content: space-between;
    padding: 8px 24px 10px 22px;
    position: relative
}

.integrators-links-list .integrators-links-item[data-link=partners_cases] {
    background: transparent;
    margin-top: 14px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.integrators-links-list .integrators-links-item[data-link=partners_cases]:before {
    -webkit-animation: move-gradient-3colors 1s linear infinite;
    animation: move-gradient-3colors 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: linear-gradient(90deg,#c5fce7 0,#d6e7fd 33.3%,#c5fce7 66.7%,#d6e7fd);
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 300%;
    z-index: -1
}

.integrators-links-list .integrators-links-item[data-link=partners_cases]:hover:before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.integrators-links-list .integrators-links-item[data-link=bot_scripts] {
    background: transparent;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.integrators-links-list .integrators-links-item[data-link=bot_scripts]:before {
    -webkit-animation: move-gradient-3colors 1s linear infinite;
    animation: move-gradient-3colors 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: linear-gradient(90deg,#b8f5fd 0,#bea6e4 33.3%,#b8f5fd 66.7%,#bea6e4);
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 300%;
    z-index: -1
}

.integrators-links-list .integrators-links-item[data-link=bot_scripts]:hover:before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.integrators-links-list .integrators-links-item[data-link=bot_scripts] .integrators-links-item__text {
    max-width: 100px
}

@media (max-width: 1300px) {
    .integrators-links-list .integrators-links-item[data-link=bot_scripts] .integrators-links-item__text {
        max-width:none
    }
}

.integrators-links-list .integrators-links-item[data-link=partner_rates] {
    background: transparent;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.integrators-links-list .integrators-links-item[data-link=partner_rates]:before {
    -webkit-animation: move-gradient-3colors 1s linear infinite;
    animation: move-gradient-3colors 1s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    background: linear-gradient(90deg,#fcdfc5 0,#c6c5fc 33.3%,#fcdfc5 66.7%,#c6c5fc);
    content: "";
    height: 100%;
    left: -200%;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 300%;
    z-index: -1
}

.integrators-links-list .integrators-links-item[data-link=partner_rates]:hover:before {
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@media (max-width: 1300px) {
    .integrators-links-list .integrators-links-item {
        height:100px;
        margin-top: 27px
    }
}

.integrators-links-list .integrators-links-item .integrators-links-item__text {
    max-width: 140px
}

@media (max-width: 1300px) {
    .integrators-links-list .integrators-links-item .integrators-links-item__text {
        font-size:20px;
        max-width: none
    }
}

.integrators-links-list .integrators-links-item .integrators-links-item__link-icon {
    stroke: #252b36;
    flex-shrink: 0;
    height: 18px;
    width: 20px
}

.integrators-links-list .integrators-links-item p {
    color: #252b36;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    line-height: normal;
    margin: 0;
    overflow: visible;
    text-align: start;
    white-space: normal
}

@-webkit-keyframes copyTextHeader {
    0% {
        transform: translateY(-29px)
    }

    23% {
        transform: translateY(29px)
    }

    77% {
        transform: translateY(29px)
    }

    to {
        transform: translateY(-29px)
    }
}

@keyframes copyTextHeader {
    0% {
        transform: translateY(-29px)
    }

    23% {
        transform: translateY(29px)
    }

    77% {
        transform: translateY(29px)
    }

    to {
        transform: translateY(-29px)
    }
}

@keyframes fill {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes copyTextSupport {
    0% {
        transform: translateY(-45px)
    }

    23% {
        transform: translateY(43px)
    }

    77% {
        transform: translateY(43px)
    }

    to {
        transform: translateY(-45px)
    }
}

@keyframes move-gradient-3colors {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(66.7%)
    }
}

@keyframes skeletonFlare {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(200%)
    }
}

.footer-container {
    width: 100%
}

.footer-container .footer-wrapper,.footer-container .pre-footer-wrapper {
    background: var(--color-prefooter-bg);
    width: 100%
}

@media (max-width: 1350px) {
    .footer-container .footer-wrapper,.footer-container .pre-footer-wrapper {
        padding:0 69px
    }
}

@media (max-width: 750px) {
    .footer-container .footer-wrapper,.footer-container .pre-footer-wrapper {
        padding:0 44px
    }
}

@media (max-width: 699px) {
    .footer-container .pre-footer-wrapper {
        padding:0 27px
    }
}

@media (max-width: 450px) {
    .footer-container .pre-footer-wrapper {
        padding:0 20px
    }
}

.footer-container .pre-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1247px;
    min-height: 85px;
    width: 100%
}

@media (max-width: 475px) {
    .footer-container .pre-footer .logo .logo__text {
        display:none
    }
}

.footer-container .pre-footer .contacts {
    align-items: end;
    display: flex;
    flex-direction: column
}

.footer-container .pre-footer .contacts .contacts__phone-number {
    color: #252b36;
    font-size: 22px;
    font-weight: 500
}

.footer-container .pre-footer .contacts .contacts__add-info {
    color: var(--color-main-content-text);
    font-size: 13px
}

.footer-container .footer-wrapper {
    background: #2a2c2f;
    width: 100%
}

.footer-container .footer-wrapper .footer {
    color: rgba(232,236,243,.45);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1247px;
    padding: 60px 0 33px;
    position: relative;
    width: 100%
}

@media (max-width: 1000px) {
    .footer-container .footer-wrapper .footer {
        padding-bottom:40px
    }
}

@media (max-width: 600px) {
    .footer-container .footer-wrapper .footer {
        padding-top:37px
    }
}

@media (max-width: 450px) {
    .footer-container .footer-wrapper .footer {
        padding-top:24px
    }
}

.footer-container .footer-wrapper .footer .footer-links-container {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill,225px);
    justify-content: space-between;
    max-width: 1075px;
    padding-right: 180px;
    position: relative;
    row-gap: 45px;
    width: 100%
}

.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px
}

.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 225px
}

@media (max-width: 1069px) {
    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(4) {
        order:5
    }
}

@media (max-width: 790px) {
    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:first-child {
        order:5
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(2) {
        order: 3
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(3) {
        order: 1
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(4) {
        order: 2
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(5) {
        order: 4
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:nth-child(6) {
        order: 6
    }
}

.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list .footer-links-list__title {
    color: hsla(0,0%,100%,.7);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 3px
}

.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list .footer-links-item__link,.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list .footer-links-item__link-active {
    font-size: 18px;
    font-weight: 400
}

.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list .footer-links-item__link-active {
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 1069px) {
    .footer-container .footer-wrapper .footer .footer-links-container {
        max-width:760px;
        padding-right: 170px
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list-container {
        flex-direction: row;
        justify-content: space-between;
        width: 100%
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list-container .footer-links-list:last-child,.footer-container .footer-wrapper .footer .footer-links-container .footer-links-list:last-child {
        width: 224px
    }
}

@media (max-width: 790px) {
    .footer-container .footer-wrapper .footer .footer-links-container {
        flex-direction:column
    }

    .footer-container .footer-wrapper .footer .footer-links-container .footer-links-list-container {
        flex-direction: column-reverse;
        row-gap: 45px
    }

    .footer-container .footer-wrapper .footer .footer-links-container:nth-child(2),.footer-container .footer-wrapper .footer .footer-links-container:nth-child(3) {
        order: 2
    }

    .footer-container .footer-wrapper .footer .footer-links-container:nth-child(3) {
        order: 1
    }

    .footer-container .footer-wrapper .footer .footer-links-container:nth-child(4) {
        order: 5
    }

    .footer-container .footer-wrapper .footer .footer-links-container:nth-child(5) {
        order: 4
    }
}

@media (max-width: 500px) {
    .footer-container .footer-wrapper .footer .footer-links-container {
        padding-right:0
    }
}

.footer-container .footer-wrapper .footer .socials-links-container {
    margin-left: auto;
    max-width: 383px;
    position: absolute;
    right: 0;
    top: 60px
}

@media (max-width: 1580px) {
    .footer-container .footer-wrapper .footer .socials-links-container {
        max-width:155px
    }
}

.footer-container .footer-wrapper .footer .socials-links-container[data-lang=en] .socials-list {
    gap: 11px
}

.footer-container .footer-wrapper .footer .socials-links-container[data-lang=en] .socials-list .socials-item__icon {
    height: 30px;
    width: 30px
}

.footer-container .footer-wrapper .footer .socials-links-container .socials-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center
}

@media (max-width: 1580px) {
    .footer-container .footer-wrapper .footer .socials-links-container .socials-list {
        width:146px
    }
}

@media (max-width: 500px) {
    .footer-container .footer-wrapper .footer .socials-links-container .socials-list {
        gap:10px
    }
}

.footer-container .footer-wrapper .footer .socials-links-container .socials-list .socials-item__icon {
    display: block;
    height: 40px;
    width: 40px
}

@media (max-width: 1580px) {
    .footer-container .footer-wrapper .footer .socials-links-container .socials-list .socials-item__icon {
        height:30px;
        width: 30px
    }
}

.footer-container .footer-wrapper .footer .socials-links-container .partners-list {
    display: flex;
    gap: 11px;
    justify-content: flex-end;
    margin-bottom: 15px
}

@media (max-width: 1580px) {
    .footer-container .footer-wrapper .footer .socials-links-container .partners-list {
        justify-content:center
    }
}

.footer-container .footer-wrapper .footer .socials-links-container .payment-methods {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 28px
}

@media (max-width: 500px) {
    .footer-container .footer-wrapper .footer .socials-links-container .payment-methods {
        margin-top:12px
    }
}

.footer-container .footer-wrapper .footer .socials-links-container .payment-methods .payment-methods__title {
    font-size: 15px
}

.footer-container .footer-wrapper .footer .socials-links-container .payment-methods .methods-list {
    display: flex;
    gap: 6px
}

.footer-container .footer-wrapper .footer .socials-links-container .site-map-link {
    display: block;
    font-size: 15px;
    margin-left: auto;
    margin-top: 28px;
    position: relative;
    text-align: end;
    transition: var(--transition-primary);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer-container .footer-wrapper .footer .socials-links-container .site-map-link:hover {
    color: var(--color-base-text-secondary)
}

.footer-container .footer-wrapper .footer .socials-links-container .site-map-link:before {
    background: var(--color-base-text-secondary);
    border-radius: 1px;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: var(--transition-primary);
    width: 0
}

.footer-container .footer-wrapper .footer .socials-links-container .site-map-link:hover:before {
    opacity: 1;
    width: 100%
}

@media (max-width: 500px) {
    .footer-container .footer-wrapper .footer .socials-links-container .site-map-link {
        margin-top:12px
    }
}

@media (max-width: 600px) {
    .footer-container .footer-wrapper .footer .socials-links-container {
        top:37px
    }
}

@media (max-width: 450px) {
    .footer-container .footer-wrapper .footer .socials-links-container {
        right:-25px;
        top: 24px
    }
}

.footer-container .footer-wrapper .footer hr {
    background: hsla(0,0%,100%,.13);
    border: none;
    height: 1px;
    margin-top: 82px;
    width: 100%
}

@media (max-width: 1000px) {
    .footer-container .footer-wrapper .footer hr {
        margin-top:45px
    }
}

@media (max-width: 450px) {
    .footer-container .footer-wrapper .footer hr {
        margin-top:30px
    }
}

.footer-container .footer-wrapper .footer .add-info {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin-top: 24px;
    position: relative;
    row-gap: 15px;
    width: 100%
}

.footer-container .footer-wrapper .footer .add-info .add-info__copyright {
    flex-shrink: 0
}

.footer-container .footer-wrapper .footer .add-info .add-info-list {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    row-gap: 15px
}

.footer-container .footer-wrapper .footer .add-info .add-info-list .break {
    flex-basis: 50%;
    text-align: end
}

@media (max-width: 1000px) {
    .footer-container .footer-wrapper .footer .add-info {
        margin-top:45px
    }

    .footer-container .footer-wrapper .footer .add-info .add-info-list {
        -moz-column-gap: 35px;
        column-gap: 35px
    }
}

@media (max-width: 840px) {
    .footer-container .footer-wrapper .footer .add-info {
        flex-direction:column
    }

    .footer-container .footer-wrapper .footer .add-info .add-info-list {
        align-items: flex-start;
        -moz-column-gap: 35px;
        column-gap: 35px;
        flex-direction: column;
        margin-top: 30px
    }
}

@media (max-width: 450px) {
    .footer-container .footer-wrapper .footer .add-info {
        margin-top:30px
    }
}

.footer-container .footer-wrapper .footer .add-info-item__link,.footer-container .footer-wrapper .footer .footer-links-item__link {
    position: relative;
    transition: .3s
}

.footer-container .footer-wrapper .footer .add-info-item__link:hover,.footer-container .footer-wrapper .footer .footer-links-item__link:hover {
    color: #fff
}

.footer-container .footer-wrapper .footer .add-info-item__link:before,.footer-container .footer-wrapper .footer .footer-links-item__link:before {
    background: #fff;
    border-radius: 1px;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .3s;
    width: 0
}

.footer-container .footer-wrapper .footer .add-info-item__link:hover:before,.footer-container .footer-wrapper .footer .footer-links-item__link:hover:before {
    opacity: 1;
    width: 100%
}


@-webkit-keyframes fill{0%{opacity:0}to{opacity:1}}@keyframes fill{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade{0%{opacity:1}to{opacity:0}}@keyframes fade{0%{opacity:1}to{opacity:0}}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes copyTextSupport{0%{transform:translateY(-45px)}23%{transform:translateY(43px)}77%{transform:translateY(43px)}to{transform:translateY(-45px)}}@keyframes copyTextSupport{0%{transform:translateY(-45px)}23%{transform:translateY(43px)}77%{transform:translateY(43px)}to{transform:translateY(-45px)}}@-webkit-keyframes move-gradient-3colors{0%{transform:translateX(0)}to{transform:translateX(66.7%)}}@keyframes move-gradient-3colors{0%{transform:translateX(0)}to{transform:translateX(66.7%)}}@-webkit-keyframes skeletonFlare{0%{transform:translateX(0)}to{transform:translateX(200%)}}@keyframes skeletonFlare{0%{transform:translateX(0)}to{transform:translateX(200%)}}@-webkit-keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}.main{align-items:center;display:flex;flex-direction:column;max-width:1498px;width:100%}@media (max-width:862px){.main .section-title{font-size:30px}}.get-start-section{display:flex;flex-direction:column;max-width:1300px;width:100%}@media (max-width:1405px){.get-start-section{max-width:1344px;padding-left:44px}}@media (max-width:699px){.get-start-section{padding-left:27px}}@media (max-width:450px){.get-start-section{padding-left:20px}}.get-start-section .get-start-description-container{align-items:center;-moz-column-gap:15px;column-gap:15px;display:flex;justify-content:space-between;width:100%}@media (max-width:950px){.get-start-section .get-start-description-container{flex-direction:column-reverse;justify-content:start;row-gap:50px}}.get-start-section .get-start-description{flex-shrink:0;margin-top:-10px;max-width:540px;width:100%}@media (max-width:1050px){.get-start-section .get-start-description{max-width:500px}}@media (max-width:950px){.get-start-section .get-start-description{max-width:none;padding-right:44px}}@media (max-width:699px){.get-start-section .get-start-description{padding-right:27px}}@media (max-width:450px){.get-start-section .get-start-description{padding-right:20px}}@media (max-width:1050px){.get-start-section .get-start-description .main-title{max-width:800px}}.get-start-section .get-start-description .section-description{margin-top:13px}@media (max-width:1050px){.get-start-section .get-start-description .section-description{max-width:800px}}@media (max-width:699px){.get-start-section .get-start-description .section-description{margin-top:17px}}@media (max-width:450px){.get-start-section .get-start-description .section-description{margin-top:12px}}.get-start-section .get-start-description .integrations-list{display:flex;gap:8px;margin-top:20px}.get-start-section .get-start-description .integrations-list .integrations-item{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;height:42px;width:39px}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=vk]{background-image:url(/pictures/svg/amocrm/integrations_vkontakte.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=viberBot]{background-image:url(/pictures/svg/amocrm/integrations_viber.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=facebook]{background-image:url(/pictures/svg/amocrm/integrations_facebook.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=instagram]{background-image:url(/pictures/svg/amocrm/integrations_insta.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=wechat]{background-image:url(/pictures/svg/amocrm/integrations_wechat.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=avito]{background-image:url(/pictures/svg/amocrm/integrations_avito.svg)}.get-start-section .get-start-description .integrations-list .integrations-item[data-integrations=email]{background-image:url(/pictures/svg/amocrm/integrations_email.svg)}@media (max-width:950px){.get-start-section .get-start-description .integrations-list{display:none}}.get-start-section .get-start-description .get-start__start-button{border-radius:26px;height:57px;margin-top:18px;width:281px}.get-start-section .get-start__images-container{max-width:590px;position:relative;width:100%}.get-start-section .get-start__images-container .get-start__image{height:auto;width:100%}@media (max-width:1050px){.get-start-section .get-start__images-container{margin-top:0;max-width:650px}.get-start-section .get-start__images-container .get-start__image{margin-top:-6px;position:static}}@media (max-width:862px){.get-start-section .get-start__images-container{max-width:528px}}@media (max-width:699px){.get-start-section .get-start__images-container{max-width:404px}}@media (max-width:450px){.get-start-section .get-start__images-container{max-width:318px}}.instructions-section{margin-top:50px;max-width:1498px;width:100%}@media (max-width:499px){.instructions-section{padding:0 27px}}@media (max-width:450px){.instructions-section{margin-top:30px;padding:0 20px}}.instructions-section .instructions-slider-container{position:relative}.instructions-section .instructions-slider-container .instruction-slider-wrap{overflow:hidden}.instructions-section .instructions-list{display:flex;justify-content:space-between}@media (max-width:499px){.instructions-section .instructions-list{display:flex!important;flex-direction:column;row-gap:23px}}.instructions-section .instructions-item{background-color:#f7f8fa;border-radius:65px;display:flex;flex-direction:column;height:381px;padding:27px 54px 31px;width:447px}@media (max-width:699px){.instructions-section .instructions-item{border-radius:50px;height:352px;padding:9px 33px 33px;width:372px}}@media (max-width:499px){.instructions-section .instructions-item{height:auto;padding:29px;width:100%}}.instructions-section .instructions-item:first-child .instructions-item-header .instructions-item-header__icon{background-image:url(/pictures/svg/partners/instructions_rocket.svg)}.instructions-section .instructions-item:nth-child(2) .instructions-item-header .instructions-item-header__icon{background-image:url(/pictures/svg/partners/instructions_money.svg)}.instructions-section .instructions-item:nth-child(3){margin-bottom:0}.instructions-section .instructions-item:nth-child(3) .instructions-item-header .instructions-item-header__icon{background-image:url(/pictures/svg/partners/instructions_money.svg)}.instructions-section .instructions-item .instructions-item-header{align-items:center;display:flex;justify-content:space-between;padding-right:20px}@media (max-width:699px){.instructions-section .instructions-item .instructions-item-header{padding-right:0}}@media (max-width:499px){.instructions-section .instructions-item .instructions-item-header{display:none}}.instructions-section .instructions-item .instructions-item-header .instructions-item-header__icon{background-position:50%;background-repeat:no-repeat;background-size:cover;height:83px;width:83px}.instructions-section .instructions-item .instructions-item-header .instructions-item-header__step{color:rgba(42,44,47,.14);font-size:109px;font-weight:700;line-height:1.2em}@media (max-width:699px){.instructions-section .instructions-item .instructions-item-header .instructions-item-header__step{margin-right:-13px}}.instructions-section .instructions-item .section-description{flex-grow:1;margin-top:17px}@media (max-width:699px){.instructions-section .instructions-item .section-description{margin-top:11px}}.instructions-section .instructions-item .instructions-item__button{align-items:center;background-color:#ebeef4;border-radius:26px;color:var(--color-baset-text-primary);display:flex;font-size:18px;font-weight:600;height:57px;justify-content:center;line-height:1.2em;margin-top:17px;padding:0 10px;transition:.25s;width:100%}@media (max-width:699px){.instructions-section .instructions-item .instructions-item__button{margin-top:22px}}@media (max-width:499px){.instructions-section .instructions-item .instructions-item__button{font-size:17px}}.instructions-section .instructions-item .instructions-item__button:hover{background-color:#dbdee5}
