html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,*:after,*:before {
    box-sizing: border-box
}

@font-face {
    font-family: Onest;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(/assets/OnestRegular.95954259.woff) format("woff")
}

@font-face {
    font-family: Onest;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(/assets/OnestBold.07af822a.woff) format("woff")
}

@font-face {
    font-family: Onest;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(/assets/OnestMedium.d0b88aa9.woff) format("woff")
}

.page-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #252525;
    font-family: Onest,sans-serif;
    overflow-x: hidden
}

@media (max-width: 1023px) {
    .page-body {
        font-size:14px;
        line-height: 150%
    }
}

button {
    font-family: Onest
}

a {
    color: inherit;
    text-decoration: none
}

input {
    font-family: Onest,sans-serif
}

svg {
    display: block
}

html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    height: 100%
}

body main {
    flex: auto;
    display: flex;
    flex-direction: column
}

html,body {
    overflow-x: hidden
}

.main-hover {
    transition: color .2s
}

@media (min-width: 1024px) {
    .main-hover:hover {
        color:#5948c5
    }
}

.button {
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out 0s
}

.button:hover {
    z-index: 2;
    box-shadow: 8px 8px #252525
}

.button--black:hover {
    box-shadow: 8px 8px #000
}

.page-header {
    position: absolute;
    width: 100%;
    max-width: 1326px;
    top: 16px;
    left: 50%;
    transform: translate(-50%);
    box-sizing: border-box;
    z-index: 1000
}

@media (max-width: 1023px) {
    .page-header {
        padding:0 8px;
        top: 8px;
        left: 0;
        transform: none
    }
}

.page-header__logo {
    display: block
}

@media (max-width: 1023px) {
    .page-header__logo {
        width:87.6px;
        height: 21.12px
    }

    .page-header__logo svg {
        width: 100%;
        height: 100%
    }
}

.page-header__wrapper {
    display: flex;
    align-items: center;
    padding: 6px 8px 6px 34px;
    background-color: #fff;
    border: 2px solid #252525;
    border-radius: 50px;
    box-sizing: border-box;
    gap: 12px
}

@media (max-width: 1023px) {
    .page-header__wrapper {
        position:relative;
        z-index: 10;
        padding: 0 8px 0 16px;
        height: 48px;
        box-sizing: border-box;
        border: none
    }

    .page-header__wrapper.opened {
        border: 2px solid #252525;
        padding-left: 14px
    }
}

.page-header__main-part {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-header__profile-part {
    flex: 0 0 auto
}

.page-header__profile-part_hidden {
    display: none
}

.page-header__user-nav {
    display: flex;
    align-items: center;
    gap: 12px
}

.page-header__profile {
    padding-left: 12px;
    padding-right: 24px;
    position: relative
}

@media (max-width: 1023px) {
    .page-header__profile {
        padding-left:4px;
        padding-right: 4px
    }
}

.page-header__profile_btn {
    display: flex;
    gap: 7px;
    cursor: pointer;
    align-items: center
}

.page-header__profile_btn_text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400
}

.page-header__profile_menu {
    position: absolute;
    bottom: -24px;
    right: -10px;
    transform: translateY(100%);
    border: 2px solid #252525;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    flex-direction: column;
    width: 230px;
    display: none
}

.page-header__profile_menu.openned {
    display: flex
}

@media (max-width: 1023px) {
    .page-header__profile_menu {
        right:-50px;
        bottom: -20px;
        width: 170px;
        padding: 16px
    }
}

.page-header__profile_menu_item {
    border-bottom: 2px solid #f8f8f8;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between
}

.page-header__profile_menu_item a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

@media (max-width: 1023px) {
    .page-header__profile_menu_item a {
        font-size:14px
    }
}

.page-header__profile_menu_item:first-child {
    padding-top: 0
}

.page-header__profile_menu_item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.page-header__profile_menu_item_price {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.page-header__auth-link {
    border-radius: 24px;
    background-color: #5948c5;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #fff;
    padding: 10px 14px;
    border: 2px solid #5948c5;
    transition: .2s;
    font-size: 16px;
    line-height: 1.5
}

.page-header__auth-link svg {
    display: block;
    margin-bottom: 2px
}

.page-header__auth-link svg path {
    fill: #fff
}

.page-header__auth-link:hover svg path {
    fill: #252525
}

@media (max-width: 1023px) {
    .page-header__auth-link {
        padding:6px 10px;
        gap: 4px
    }
}

@media (min-width: 1024px) {
    .page-header__auth-link:hover {
        background:transparent;
        color: #252525;
        border-color: #252525
    }
}

.page-header__menu-mobile-button {
    display: none
}

@media (max-width: 1023px) {
    .page-header__menu-mobile-button {
        display:block
    }
}

.page-header__search-mobile-button {
    display: none
}

@media (max-width: 1023px) {
    .page-header__search-mobile-button {
        display:block;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #252525;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        padding: 0
    }

    .page-header__search-mobile-button.active .page-header__search-close-icon {
        display: block
    }

    .page-header__search-mobile-button.active .page-header__search-mobile-icon {
        display: none
    }
}

.page-header__search-close-icon {
    display: none
}

.main-section {
    background-color: #5948c5;
    border-radius: 0 0 56px 56px;
    padding-top: 173px;
    padding-bottom: 140px;
    overflow: hidden;
    position: relative;
    height: 703px;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .main-section {
        padding-top:109px;
        padding-bottom: 274px;
        border-radius: 0 0 32px 32px;
        height: 738px;
    }
}

.main-section__text-block {
    color: #fff;
    max-width: 559px;
    position: relative;
    z-index: 100
}

.main-section__wrapper {
    max-width: 1366px;
    padding: 0 82px 0 80px;
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .main-section__wrapper {
        padding:0 16px
    }
}

.main-section__page-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 8px
}

@media (max-width: 1023px) {
    .main-section__page-title {
        font-size:36px;
        line-height: 110%;
        margin-top: 0
    }
}

@media (max-width: 591px) {
    .main-section__page-title {
        text-align:center
    }
}

.main-section__text {
    margin: 0;
    max-width: 404px
}

@media (max-width: 1023px) {
    .main-section__text {
        font-size:16px;
        line-height: 150%
    }
}

@media (max-width: 591px) {
    .main-section__text {
        text-align:center;
        max-width: 100%
    }
}

.main-section__search {
    margin-top: 32px
}

@media (max-width: 1023px) {
    .main-section__search {
        margin-top:20px
    }
}

.main-section_exec_btn {
    display: inline-flex;
    background-color: #252525;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 40px
}

@media (max-width: 1023px) {
    .main-section_exec_btn {
        width:100%;
        padding: 16px;
        justify-content: center;
        margin-top: 20px
    }
}

@media (max-width: 1023px) {
    .page-nav {
        display:none
    }
}

.page-nav__list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 32px
}

.header-search {
    border: 2px solid #252525;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-sizing: border-box;
    transition: width .4s;
    overflow: hidden
}

@media (max-width: 1023px) {
    .header-search {
        display:none;
        opacity: 0
    }
}

.header-search__input {
    display: none;
    width: 0
}

.header-search__button {
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0
}

@media (max-width: 1023px) {
    .header-search__button {
        width:32px;
        height: 32px;
        border: 2px solid #252525
    }

    .header-search__button svg {
        width: 12px;
        height: 12px
    }
}

@media (min-width: 1024px) {
    .header-search__button:hover {
        color:#5948c5
    }
}

.header-search.active {
    width: 493px;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 2px 4px 17px;
    height: 48px
}

.header-search.active .header-search__input {
    width: 422px;
    display: block;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    font-family: Onest,sans-serif
}

.header-search.active .header-search__input:active,.header-search.active .header-search__input:hover,.header-search.active .header-search__input:focus {
    outline: 0
}

@media (max-width: 1023px) {
    .header-search.active .header-search__input {
        flex-basis:100%;
        flex-shrink: 1
    }
}

.header-search.active .header-search__button {
    background-color: #5948c5;
    color: #fff;
    transition: .2s;
    width: 40px;
    height: 40px
}

@media (min-width: 1024px) {
    .header-search.active .header-search__button:hover {
        background:transparent;
        color: #5948c5;
        border: 2px solid #5948c5
    }
}

@media (max-width: 1023px) {
    .header-search.active .header-search__button {
        width:40px;
        height: 40px;
        border: none;
        padding: 0;
        flex-shrink: 0
    }

    .header-search.active .header-search__button svg {
        width: 16px;
        height: 16px
    }
}

@media (max-width: 1023px) {
    .header-search.active {
        display:flex;
        position: absolute;
        bottom: -58px;
        left: 0;
        width: 100%;
        margin: 0;
        background-color: #fff;
        opacity: 1
    }
}

.header-search:not(.active) {
    transition: .2s
}

@media (min-width: 1024px) {
    .header-search:not(.active):hover {
        border-color:#5948c5
    }
}

.search {
    position: relative
}

.search__wrapper {
    position: relative;
    max-width: 493px
}

@media (max-width: 591px) {
    .search__wrapper {
        max-width:100%
    }

}

@media (min-width: 1024px) {
    .search__wrapper:hover .search__input {
        border-color:#5948c5
    }
}

.search__input {
    width: 100%;
    padding: 18px 56px 18px 24px;
    border: 2px solid #252525;
    border-radius: 32px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%
}

.search__input::placeholder {
    color: #a6a4af
}

.search__input:focus {
    outline: none;
    border-color: #5948c5
}

.search__button {
    border: none;
    background-color: #5948c5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    border: 2px solid #5948c5
}

@media (min-width: 1024px) {
    .search__button:hover {
        background-color:transparent;
        color: #5948c5
    }

    .search__button:hover svg path {
        fill: #5948c5
    }
}

.search__button:disabled {
    cursor: default;
    border: none;
    background-color: transparent;
    color: #999
}

.search__tags-list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0
}

.customers-head__black-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #252525;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 12px 24px;
    width: 239px;
    height: 72px;
    opacity: 1;
    border-radius: 22px;
}

@media (max-width: 1023px) {
    .search__tags-list {
        margin-top:12px;
        justify-content: center
    }
}

.search__tag {
    background: rgba(255,255,255,.3);
    border-radius: 48px;
    padding: 8px 16px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    cursor: pointer;
    transition: .2s;
}

@media (min-width: 1024px) {
    .search__tag:hover {
        background-color:#f9dcde;
        color: #252525
    }
}

.search__result {
    display: none;
    position: absolute;
    top: 70px;
    background-color: #fff;
    width: 493px;
    box-shadow: 0 19px 37px #0e0b1b0d;
    border-radius: 16px;
    padding: 13px 24px;
    box-sizing: border-box
}

@media (max-width: 591px) {
    .search__result {
        max-width:100%
    }
    .customers-head__black-btn {
        width: 100%;
        margin-bottom: 16px
    }
}

.search__result-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.search__result-item {
    color: #252525;
    font-size: 16px;
    line-height: 150%;
    padding: 11px 0
}

.search__result-item:not(:last-child) {
    border-bottom: 2px solid #f8f8f8
}

.search__result-item a {
    cursor: pointer
}

.search.active .search__result {
    display: block
}

.site-section {
    padding: 96px 0;
    border-radius: 56px
}

@media (max-width: 1023px) {
    .site-section {
        padding:56px 0;
        border-radius: 32px
    }
}

.site-section__title {
    max-width: 620px;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 32px
}

@media (max-width: 1023px) {
    .site-section__title {
        font-size:36px;
        margin-bottom: 16px
    }
}

.process {
    background-color: #fff
}

.process__title {
    max-width: 100%;
    margin-bottom: 12px
}

@media (max-width: 1023px) {
    .process__title {
        margin-bottom:8px
    }
}

.process__text {
    margin-top: 0;
    margin-bottom: 32px
}

@media (max-width: 1023px) {
    .process__text {
        font-size:16px;
        line-height: 150%;
        margin-bottom: 16px
    }
}

.process__cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .process__cards {
        flex-direction:column;
        gap: 12px;
        margin-bottom: 16px
    }
}

.process__card {
    background-color: #cbfc55;
    border-radius: 22px;
    height: 377px;
    width: 100%;
    flex-shrink: 1;
    padding: 32px 28px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.process__card iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: 0
}

.process__card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media (max-width: 1023px) {
    .process__card {
        padding:32px 20px
    }
}

.process__card-text {
    width: 345px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: auto 0 0;
    position: relative;
    z-index: 2;
    padding-right: 50px
}

@media (max-width: 1023px) {
    .process__card-text {
        font-size:20px;
        line-height: 130%
    }
}

.process__card-number {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: #5948c5;
    position: absolute;
    right: 20px;
    bottom: 20px
}

@media (max-width: 1023px) {
    .process__card-number {
        bottom:32px;
        font-size: 12px;
        line-height: 130%
    }
}

.process__card-svg {
    position: absolute
}

.process__link {
    background-color: #5948c5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 24px 36px;
    border-radius: 22px;
    box-sizing: border-box
}

.process__link svg {
    display: block
}

@media (max-width: 1023px) {
    .process__link {
        padding:16px 20px;
        border-radius: 16px;
        font-size: 16px;
        line-height: 150%
    }
}

.reviews {
    background-color: #e3d0fe;
    position: relative;
    z-index: 100;
    height: 694px;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .reviews {
        height:543px
    }
}

.reviews__list-wrapper {
    overflow: visible;
    position: relative
}

.reviews__slider-controls {
    margin-left: auto;
    display: flex;
    width: fit-content;
    gap: 8px;
    position: absolute;
    top: -84px;
    right: 0
}

@media (max-width: 1023px) {
    .reviews__slider-controls {
        display:none
    }
}

.reviews__slider-button {
    border: 2px solid #252525;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer
}

.reviews__slider-button:disabled {
    opacity: .5;
    cursor: default
}

.reviews__slider-button:hover {
    opacity: .5
}

.reviews__list {
    list-style: none;
    padding: 0;
    overflow: visible;
    margin: 0
}

.reviews__item {
    width: 400px;
    height: auto;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    cursor: pointer;
}

@media (max-width: 1023px) {
    .reviews__item {
        width:325px
    }
}

.reviews__item:hover {

}

.reviews__item_opened {
    position: relative
}

.reviews__item_opened .reviews__item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.reviews__item-wrapper {
    padding: 23px 22px;
    border: 2px solid #252525;
    border-radius: 22px;
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 370px;
    transition: transform 0.2s ease;
}

.reviews__item-wrapper:hover {
    background-color: #ededed;
}

@media (max-width: 1023px) {
    .reviews__item-wrapper {
        padding:14px;
        min-height: 338px
    }
}

.reviews__item-header {
    display: flex;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 2px solid #999999;
    margin-bottom: 20px
}

.reviews__avatar-wrapper {
    margin-right: 13px
}

@media (max-width: 1023px) {
    .reviews__avatar-wrapper {
        width:40px;
        height: 40px
    }

    .reviews__avatar-wrapper img {
        height: 100%;
        width: 100%
    }
}

@media (max-width: 1023px) {
    .reviews__bio {
        width:142px
    }
}

.reviews__name {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #252525;
    display: block
}

@media (max-width: 1023px) {
    .reviews__name {
        font-size:14px;
        line-height: 140%
    }
}

.reviews__age {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

@media (max-width: 1023px) {
    .reviews__age {
        font-size:12px;
        line-height: 130%
    }
}

.reviews__stats {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 7px
}

@media (max-width: 1023px) {
    .reviews__stats {
        margin-left:5px
    }
}

.reviews__stats-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.reviews__stats-item svg {
    width: 14px;
    height: 14px
}

.reviews__stats-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

.reviews__text-wrapper {
    margin-bottom: 25px;
    transition: .2s
}

.reviews__text {
    font-weight: 400;
    margin: 0
}

.reviews__item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    align-items: flex-end
}

.reviews__tags {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.reviews__tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999;
    padding: 8px 16px;
    border-radius: 48px;
    background-color: #f8f8f8;
    white-space: nowrap
}

.reviews__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

.reviews__text-show-more,.reviews__text-show-less {
    color: #5948c5;
    font-weight: 500;
    cursor: pointer
}

@media (min-width: 1023px) {
    .reviews__text-show-less {
        display:none
    }
}

.reviews .swiper {
    overflow: visible
}

.page-wrapper {
    max-width: 1214px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box
}

.page-wrapper-slider {
    max-width: 1214px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box
}

@media (max-width: 1023px) {
    .page-wrapper {
        padding:0 16px
    }
}

.tasks {
    background-color: #5948c5
}

.tasks__title {
    color: #fff;
    max-width: 802px
}

@media (max-width: 1023px) {
    .tasks__title {
        margin-bottom:12px
    }
}

.tasks__category-title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px
}

@media (max-width: 1023px) {
    .tasks__category-title-wrapper {
        padding:15px 0;
        margin-bottom: 0
    }
}

.tasks__wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .tasks__wrapper {
        display:block
    }
}

@media (max-width: 1023px) {
    .tasks__category:not(:last-child) {
        border-bottom:2px solid rgba(255,255,255,.3)
    }
}

.tasks__category-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin: 0
}

.tasks__category-count {
    color: #ffffff4d;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%
}

.tasks__category-icon {
    display: none
}

@media (max-width: 1023px) {
    .tasks__category-icon {
        display:block;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-left: auto;
        transition: .2s;
        height: 14px
    }
}

.tasks__category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (max-width: 1023px) {
    .tasks__category-list {
        max-height:0px;
        overflow: hidden;
        transition: .2s;
        box-sizing: border-box
    }
}

.tasks__category-item {
    display: block;
    color: #fff;
    padding: 10px 22px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    width: fit-content;
    white-space: nowrap;
    transition: .2s
}

.tasks__category-item:hover {
    background-color: #ffffff1a
}

.page-footer {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 64px 0;
    flex: 0 0 auto
}

@media (max-width: 1023px) {
    .page-footer {
        padding-bottom:25px
    }
}

.page-footer__wrapper {
    display: grid;
    grid-template-columns: 24.1% 33.5% 30.5% 11.9%
}

@media (max-width: 1023px) {
    .page-footer__wrapper {
        grid-template-columns:repeat(2,1fr);
        row-gap: 36px
    }
}

@media (max-width: 1023px) {
    .page-footer__copyright {
        grid-column:1/2;
        grid-row: 1/2;
        margin-bottom: 0
    }
}

.page-footer__design {
    margin-top: auto;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    grid-row: 2/3;
    grid-column: 1/2
}

@media (max-width: 1023px) {
    .page-footer__design {
        grid-column:1/3;
        grid-row: 4/5
    }
}

.page-footer__design-link {
    color: #5948c5
}

.page-footer__links {
    grid-row: 1/3;
    grid-column: 2/3;
    display: flex;
    gap: 80px;
    margin-left: auto
}

@media (max-width: 1023px) {
    .page-footer__links {
        grid-column:1/3;
        grid-row: 2/3;
        width: 100%;
        margin-bottom: 0
    }
}

.page-footer__links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: fit-content
}

.page-footer__links-list li {
    color: #252525;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width: 1023px) {
    .page-footer__links-list li {
        font-size:12px;
        line-height: 130%
    }
}

.page-footer__links-list__custom a {
    color: #5948c5
}

@media (max-width: 1023px) {
    .page-footer__links-list__custom br {
        display:none
    }
}

.page-footer__link {
    color: #252525;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width: 1023px) {
    .page-footer__link {
        font-size:12px;
        line-height: 130%
    }
}

.page-footer__privacy {
    grid-column: 3/4;
    grid-row: 1/3;
    margin-left: auto;
    margin-right: 46px;
    width: fit-content
}

@media (max-width: 1023px) {
    .page-footer__privacy {
        grid-column:1/3;
        grid-row: 3/4;
        margin-left: 0;
        margin-bottom: 0
    }

    .page-footer__privacy .page-footer__links-list {
        gap: 8px
    }

    .page-footer__privacy .page-footer__links-list li:nth-child(1) {
        order: 2
    }

    .page-footer__privacy .page-footer__links-list li:nth-child(2) {
        order: 3
    }

    .page-footer__privacy .page-footer__links-list li:nth-child(3) {
        order: 1
    }
}

.page-footer__apps {
    grid-column: 4/5;
    grid-row: 1/3;
    display: flex;
    gap: 16px;
    margin-left: auto;
    flex-direction: column
}

@media (max-width: 1023px) {
    .page-footer__apps {
        grid-column:2/3;
        grid-row: 1/2;
        flex-direction: column;
        gap: 9px
    }
}

.page-footer__app-link {
    display: block
}

.page-footer__app-link svg {
    display: block
}

.copyright__logo {
    margin-bottom: 19px
}

@media (max-width: 1023px) {
    .copyright__logo {
        width:136px;
        height: 33px;
        margin-bottom: 37px
    }
}

.copyright__slogan {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin-top: 0;
    max-width: 129px;
    color: #999
}

@media (max-width: 1023px) {
    .copyright__slogan {
        margin-bottom:0
    }
}

.blog-section {
    background-color: #fff
}

@media (max-width: 1023px) {
    .blog-section__article-slider {
        margin-left:-16px;
        margin-right: -16px
    }
}

@media (max-width: 1023px) {
    .blog-section__title {
        margin-bottom:32px
    }
}

.blog-section__articles-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 186px 72px 186px;
    margin-bottom: 20px
}

@media (min-width: 1023px) {
    .blog-section__articles-wrapper {
        transform:translate(0)!important
    }
}

@media (max-width: 1023px) {
    .blog-section__articles-wrapper {
        display:flex;
        gap: 0;
        margin-bottom: 32px
    }
}

.blog-section__article {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    padding: 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: .2s
}

.blog-section__article:hover {
    background-size: 105% auto
}

.blog-section__article--tall-first {
    grid-column: 1/2;
    grid-row: 1/3
}

.blog-section__article--tall-second {
    grid-column: 2/3;
    grid-row: 1/3
}

.blog-section__article--short-first {
    grid-column: 3/4;
    grid-row: 1/2;
    position: relative;
    padding-left: 72px
}

.blog-section__article--short-first .blog-section__img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 24px;
    left: 20px
}

@media (max-width: 1023px) {
    .blog-section__article--short-first .blog-section__img {
        display:none
    }
}

@media (max-width: 1023px) {
    .blog-section__article--short-first {
        padding:24px 20px
    }
}

.blog-section__article--short-second {
    grid-column: 1/3;
    grid-row: 3/4;
    padding-left: 194px;
    position: relative
}

.blog-section__article--short-second .blog-section__img {
    width: 138px;
    height: 138px;
    position: absolute;
    top: 24px;
    left: 20px
}

@media (max-width: 1023px) {
    .blog-section__article--short-second .blog-section__img {
        display:none
    }
}

.blog-section__article--short-second .blog-section__article-title {
    max-width: 370px
}

@media (max-width: 1023px) {
    .blog-section__article--short-second {
        padding:24px 20px
    }
}

.blog-section__article--tall-third {
    grid-column: 3/4;
    grid-row: 2/4
}

.blog-section__article--pink-light {
    background-color: #f9dcde
}

.blog-section__article--pink-light:hover {
    background-color: #f5c2c6
}

.blog-section__article--purple-light {
    background-color: #e3d0fe
}

.blog-section__article--purple-light:hover {
    background-color: #d5b9fe
}

.blog-section__article--blue-light {
    background-color: #d0e8fe
}

.blog-section__article--blue-light:hover {
    background-color: #b9ddfe
}

@media (max-width: 1023px) {
    .blog-section__article {
        width:316px;
        height: 228px
    }
}

.blog-section img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.blog-section__tags {
    display: flex;
    gap: 8px
}

.blog-section__tag {
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    border-radius: 48px
}

.blog-section__tag--pink-light {
    background-color: #f9dcde
}

.blog-section__tag--purple-light {
    background-color: #e3d0fe
}

.blog-section__tag--yellow {
    background-color: #fcdd51
}

.blog-section__tag--white {
    background-color: #fff
}

.blog-section__article-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;

}

.blog-section__article-title--tall {
    margin: auto 0 8px;
    color: #fff;
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.blog-section__article-title--short {
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

@media (max-width: 1023px) {
    .blog-section__article-title--short {
        margin-top:auto;
        order: 1;
        margin-bottom: 8px
    }
}

@media (max-width: 1023px) {
    .blog-section__article-title {
        font-size:16px;
        line-height: 130%
    }
}

.blog-section__date {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #fff
}

.blog-section__date--short {
    margin-top: auto;
    color: #25252580
}

@media (max-width: 1023px) {
    .blog-section__date--short {
        margin-top:0;
        order: 2
    }
}

.blog-section__link {
    background-color: #5948c5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 24px 36px;
    border-radius: 22px;
    box-sizing: border-box
}

.blog-section__link svg {
    display: block
}

.blog-section__link.white-link {
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #252525;
    padding: 24px 36px;
    border-radius: 22px;
    box-sizing: border-box
}

.blog-section__link.white-link svg {
    display: block;
    color: #252525;
}

@media (max-width: 1023px) {
    .blog-section__link {
        padding:16px 20px;
        border-radius: 16px;
        font-size: 16px;
        line-height: 150%
    }
}

.menu-mobile {
    display: none
}

.menu-mobile__button {
    border: none;
    background: transparent;
    width: 28px;
    height: 28px;
    padding: 7px 2px;
    position: relative;
    display: none
}

@media (max-width: 1023px) {
    .menu-mobile__button {
        display:flex
    }
}

.menu-mobile__button span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000
}

.menu-mobile__button:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #000;
    top: 13px;
    right: 2px;
    transition: .2s
}

.menu-mobile__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #000;
    top: 19px;
    right: 2px;
    transition: .2s
}

.menu-mobile__button.opened {
    padding: 0;
    margin-left: auto;
    max-height: 100%
}

.menu-mobile__button.opened span {
    opacity: 0
}

.menu-mobile__button.opened:before {
    width: 21px;
    height: 2px;
    transform: rotate(-45deg);
    top: 13px;
    left: 3px
}

.menu-mobile__button.opened:after {
    width: 21px;
    height: 2px;
    transform: rotate(45deg);
    top: 13px;
    left: 3px
}

@media (max-width: 1023px) {
    .menu-mobile {
        display:flex;
        flex-direction: column;
        height: 0vh;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: height .2s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 0;
        box-sizing: border-box
    }

    .menu-mobile.no-transition {
        transition: none
    }

    .menu-mobile__nav-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        padding: 80px 16px 16px;
        margin: 0;
        height: 100%;
        box-sizing: border-box
    }

    .menu-mobile__nav-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%
    }

    .menu-mobile__user-nav {
        padding: 0 8px 16px
    }

    .menu-mobile__user-nav.active {
        height: 100%;
        padding-top: 76px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .menu-mobile__auth-link {
        display: flex;
        justify-content: space-between;
        border-radius: 48px;
        background-color: #5948c5;
        padding: 16px 24px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #fff
    }

    .menu-mobile__search-wrapper {
        margin-bottom: 16px
    }

    .menu-mobile__search {
        display: flex;
        height: 56px;
        box-sizing: border-box;
        border: 2px solid #252525;
        border-radius: 32px;
        padding: 0 6px 0 22px;
        justify-content: space-between;
        align-items: center
    }

    .menu-mobile__search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: #5948c5;
        color: #fff
    }

    .menu-mobile__search-input {
        border: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        flex-shrink: 1;
        flex-grow: 1;
        padding: 0
    }

    .menu-mobile__search-input::placeholder {
        color: #a6a4af
    }

    .menu-mobile__search-input:focus {
        outline: none
    }

    .menu-mobile__search-close-button {
        padding: 0;
        background-color: transparent;
        width: 40px;
        height: 40px;
        box-sizing: border-box;
        border: 2px solid #000000;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        display: none
    }

    .menu-mobile__nav-list-wrapper {
        margin-bottom: auto;
        flex-grow: 1;
        transition: max-height .1s
    }

    .menu-mobile__search-result {
        display: none
    }

    .menu-mobile__search-wrapper.active .menu-mobile__search-close-button {
        display: flex
    }

    .menu-mobile__search-wrapper.active .menu-mobile__search-result {
        display: block;
        width: 100%;
        max-height: 360px;
        padding: 13px 24px;
        box-sizing: border-box;
        background: #ffffff;
        box-shadow: 0 19px 37px #0e0b1b0d;
        border-radius: 16px
    }

    .menu-mobile__search-wrapper.active .menu-mobile__search-result-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

    .menu-mobile__search-wrapper.active .menu-mobile__search-result-item {
        padding: 11px 0
    }

    .menu-mobile__search-wrapper.active .menu-mobile__search-result-item:not(:last-child) {
        border-bottom: 2px solid #f8f8f8
    }
}

.promo {
    background-color: #cbfc55;
    padding-bottom: 0;
    padding-top: 40px
}

@media (max-width: 1023px) {
    .promo {
        padding-top:56px
    }
}

.promo__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .promo__wrapper {
        display:block
    }
}

.promo__text-wrapper {
    position: relative;
    z-index: 10;
    padding-top: 40px
}

@media (max-width: 1023px) {
    .promo__text-wrapper {
        padding-top:0
    }
}

.promo__title {
    max-width: 612px;
    margin-bottom: 12px
}

@media (max-width: 1023px) {
    .promo__title {
        text-align:center;
        max-width: 100%
    }
}

.promo__text {
    margin-top: 0;
    margin-bottom: 36px
}

@media (max-width: 1023px) {
    .promo__text {
        text-align:center;
        max-width: 100%;
        width: 258px;
        margin: 0 auto 12px
    }
}

.promo__app-links-wrapper {
    display: flex;
    gap: 16px
}

@media (max-width: 1023px) {
    .promo__app-links-wrapper {
        justify-content:center
    }
}

.promo__app-link {
    display: block
}

.promo__app-link svg {
    display: block
}

@media (max-width: 1023px) {
    .promo__app-link svg {
        width:164px;
        height: 53.65px
    }
}

.promo__phone-img {
    position: relative;
    margin-top: auto;
    width: 392px;
    height: 359px;
    background: url(/assets/phone.cacec635.svg);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0
}

@media (max-width: 1023px) {
    .promo__phone-img {
        margin:24px auto 0;
        width: 273px;
        height: 228px;
        background-size: cover
    }

    .promo__phone-img img {
        margin-bottom: 48px;
        width: 122px;
        height: 122px
    }
}

.promo__phone-img img {
    margin-bottom: 46px;
    display: block
}

.promo__star {
    position: absolute
}

@media (max-width: 1023px) {
    .promo__star {
        display:none
    }
}

.promo__star--left-top {
    background-image: url(/assets/left-top-star.8440495a.svg);
    bottom: 154px;
    left: -100px;
    width: 29px;
    height: 43px
}

.promo__star--left-bottom {
    background-image: url(/assets/left-bottom-star.e3d3b1ff.svg);
    bottom: 36px;
    left: -55px;
    width: 42px;
    height: 65px
}

.promo__star--right {
    background-image: url(/assets/right-star.4b239282.svg);
    bottom: 218px;
    right: -58px;
    width: 28px;
    height: 41px
}

.main-animation {
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    height: 703px;
    padding-top: 703px;
    box-sizing: border-box;
    overflow: hidden;
    width: calc(50% + 200px);
    padding-left: 200px;
    display: flex
}

@media (max-width: 1023px) {
    .main-animation {
        top:auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 225px;
        width: 100%;
        padding-left: 100%;
        padding-top: 0
    }
}

.main-animation__wrapper {
    position: relative
}

.main-animation__worker {
    background-color: #fff;
    width: 414px;
    height: 195px;
    box-sizing: border-box;
    border: 2px solid #252525;
    border-radius: 28px;
    padding: 22px;
    box-shadow: 8px 8px #252525;
    position: absolute;
    left: 430px
}

@media (max-width: 1023px) {
    .main-animation__worker {
        width:320px;
        height: 160px;
        padding: 10px 20px 10px 10px
    }
}

.main-animation__worker-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .main-animation__worker-header {
        margin-bottom:10px
    }
}

.main-animation__worker-bio {
    margin-left: 13px
}

.main-animation__worker-name {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #252525;
    margin-bottom: 4px
}

.main-animation__worker-age {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

.main-animation__worker-stats {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 7px
}

.main-animation__worker-stats-item {
    display: flex;
    gap: 8px;
    align-items: center
}

.main-animation__worker-stats-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999
}

.main-animation__worker-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.main-animation__worker-tag {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    padding: 8px 16px;
    color: #999;
    background-color: #f8f8f8;
    border-radius: 48px
}

.main-animation__task {
    position: absolute;
    overflow: visible
}

.main-animation__task-wrapper {
    width: 381px;
    height: 208px;
    box-sizing: border-box;
    border: 2px solid #252525;
    border-radius: 28px;
    padding: 92px 22px 22px;
    background-color: #fff;
    box-shadow: 8px 8px #252525
}

@media (max-width: 1023px) {
    .main-animation__task-wrapper {
        width:240px;
        height: 160px;
        padding-top: 70px
    }
}

.main-animation__task-progress {
    width: 46px;
    height: 46px;
    background-color: #252525;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    top: 22px;
    transform: rotate(-90deg)
}

@media (max-width: 1023px) {
    .main-animation__task-progress {
        transform:scale(.7) rotate(-90deg);
        left: 15px;
        top: 15px
    }
}

.main-animation__task-progress-center {
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.main-animation__task-progress-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.main-animation__task-progress-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #252525;
    padding: 6.4px 10.4px;
    border: 1.6px solid #252525;
    background: #fcdd51;
    border-radius: 24px;
    width: fit-content;
    position: absolute;
    top: 22px;
    right: 22px
}

.main-animation__task-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #999;
    display: block;
    margin-bottom: 4px
}

@media (max-width: 1023px) {
    .main-animation__task-text {
        font-size:12px
    }
}

.main-animation__task-name {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    width: 316px;
    max-width: 100%
}

@media (max-width: 1023px) {
    .main-animation__task-name {
        font-size:16px
    }
}

.main-animation__left-star {
    background: url(/assets/animation-left-star.d291c3bb.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53.87px;
    height: 80.04px;
    opacity: 0;
    z-index: -1
}

.main-animation__left-star.active {
    opacity: 1
}

.main-animation__right-star {
    background: url(/assets/animation-right-star.8f7d09e1.svg);
    position: absolute;
    top: 50%;
    right: 0;
    width: 81.34px;
    height: 36px;
    opacity: 0;
    z-index: -1
}

.main-animation__right-star.active {
    opacity: 1
}

.main-animation__left-coin {
    background: url(/assets/coin.269db701.svg);
    position: absolute;
    top: 30%;
    left: 0;
    width: 59px;
    height: 59.74px;
    opacity: 0;
    z-index: -1
}

.main-animation__left-coin.active {
    opacity: 1
}

.main-animation__right-coin {
    background: url(/assets/coin.269db701.svg);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 59px;
    height: 59.74px;
    opacity: 0;
    z-index: -1
}

.main-animation__right-coin.active {
    opacity: 1
}

.main-animation__workers-count {
    width: 209px;
    height: 56px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: -28px;
    transform: translate(100%);
    border: 2px solid #252525;
    border-radius: 48px;
    padding-left: 32px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    box-shadow: 8px 8px #252525
}

.main-animation__workers-count span {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    position: relative;
    display: block
}

.main-animation__workers-count span:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #5948c5;
    left: -18px;
    top: 50%;
    transform: translateY(-50%)
}

.main-animation__achievement {
    position: absolute;
    left: 528px
}

@media (max-width: 1023px) {
    .main-animation__achievement {
        height:145px
    }
}

.main-animation__card-copy {
    top: auto!important
}

@media (max-width: 1023px) {
    .main-animation__card-copy {
        left:auto!important
    }
}

.main-animation__card-1 {
    top: 100px
}

.main-animation__card-2 {
    top: 330px
}

.main-animation__card-3 {
    top: 550px
}

.main-animation__card-4 {
    top: 720px
}

.main-animation__card-7 {
    display: none
}

@media (max-width: 1023px) {
    .main-animation__card-1 {
        left:25px;
        top: auto
    }

    .main-animation__card-2 {
        top: auto;
        display: none
    }

    .main-animation__card-3 {
        top: auto;
        left: 280px
    }

    .main-animation__card-3 .main-animation__workers-count {
        display: none
    }

    .main-animation__card-4 {
        top: auto;
        left: 100%
    }

    .main-animation__card-5 {
        display: none
    }

    .main-animation__card-6 {
        left: 100%
    }

    .main-animation__card-7 {
        display: flex;
        right: 0;
        left: 100%
    }
}

.exec-animation {
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    height: 703px;
    box-sizing: border-box;
    width: calc(50% + 200px);
    padding-left: 200px
}

@media (max-width: 1023px) {
    .exec-animation {
        top:auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 280px;
        width: 100%;
        padding-left: 100%;
        padding-top: 0
    }
}

.exec-animation_begin {
    position: absolute;
    top: 120px;
    left: 150px;
    display: flex;
    gap: 7px
}

@media (max-width: 1023px) {
    .exec-animation_begin {
        top:4px;
        left: 15px;
        width: 100%;
        gap: 10px
    }
}

.exec-animation_begin-switch {
    width: 111px;
    height: 56px;
    background: #ccfd56!important;
    position: relative
}

.exec-animation_begin-switch-point {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 4px;
    left: 4px
}

.exec-animation_begin-switch-text {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translateY(-50%);
    font-size: 24px!important;
    line-height: 1.3!important;
    font-weight: 500
}

.exec-animation_begin_notify {
    padding: 12px 20px 12px 16px;
    position: relative
}

.exec-animation_begin_notify_bell {
    position: absolute!important;
    top: -4px;
    right: -15px
}

.exec-animation__task-progress-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    color: #252525;
    padding: 6.4px 10.4px;
    border: 1.6px solid #252525;
    background: #f095e3;
    border-radius: 24px;
    width: fit-content;
    position: absolute;
    top: 22px;
    right: 22px
}

@media (max-width: 1023px) {
    .exec-animation__card-copy {
        left:100%
    }
}

.exec-animation__card-1 {
    top: 200px;
    left: 150px
}

.exec-animation__card-2 {
    top: 200px;
    left: 550px
}

.exec-animation__card-3 {
    top: 437px;
    left: 30px
}

.exec-animation__card-4 {
    top: 437px;
    left: 430px
}

@media (max-width: 1023px) {
    .exec-animation__card-1,.exec-animation__card-2,.exec-animation__card-3,.exec-animation__card-4 {
        top:80px;
        left: 100%
    }

    .exec-animation__card-1 {
        left: 20px
    }

    .exec-animation__card-2 {
        left: 285px
    }

    .exec-animation .main-animation__task-name {
        font-size: 14px
    }
}

.animation-window {
    margin: -32px -28px 0;
    height: 280px;
    position: relative
}

.acb-block,.acb-block-shadow-small,.acb-block-shadow {
    border: 2px solid #252525;
    background: #ffffff
}

.acb-block-shadow {
    box-shadow: 4px 7px #252525
}

.acb-block-shadow-small {
    box-shadow: 2px 3px #252525
}

.acb-radius-1 {
    border-radius: 12px
}

.acb-radius-max {
    border-radius: 100px
}

.acb-radius-50 {
    border-radius: 50%
}

.acb-text {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700
}

.acb-gray-line {
    height: 11px;
    width: 10%;
    background: #ececec;
    border-radius: 10px
}

.acb-bell {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.acb-bell:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f095e3;
    border: 2px solid #252525
}

.acb-placeholder {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .7s
}

.acb-placeholder--hidden {
    opacity: 0
}

.animation-window-cons-1 {
    width: 74.2%;
    position: absolute;
    left: 12.9%;
    top: 71px
}

.animation-window-cons-1_block-name {
    margin-bottom: .6em
}

.animation-window-cons-1_block-box {
    padding: 15px 16px;
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.animation-window-cons-1_btn {
    padding: 7px 16px;
    background: #252525;
    display: inline-block;
    border-radius: 20px;
    position: relative
}

.animation-window-cons-1_btn span {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    text-align: center
}

.animation-window-cons-1_btn-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.animation-window-cons-1_btn-decor-1 {
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: translate(-100%)
}

.animation-window-cons-1_btn-decor-2 {
    position: absolute;
    right: 0;
    top: -5px;
    transform: translate(100%)
}

.animation-window-cons-2 {
    height: 100%;
    transform: translateY(-100%)
}

.animation-window-cons-2_text-block-1,.animation-window-cons-2_text-block-2 {
    padding: 15px 25px
}

.animation-window-cons-2_frame {
    position: relative;
    height: 100%
}

.animation-window-cons-2_blocks {
    width: 58.4%;
    position: absolute;
    left: 20.8%;
    top: 20%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 12px
}

.animation-window-cons-2_feedback {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    padding: 20px 26px;
    min-height: 40%;
    min-width: 56.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px
}

.animation-window-cons-2_feedback_author {
    display: flex;
    gap: 6px;
    align-items: center
}

.animation-window-cons-2_feedback_author_pos {
    font-size: 8px;
    color: #1a1a1a99;
    padding-top: 2px
}

.animation-window-cons-2_feedback .acb-gray-line {
    width: 50%
}

.animation-window-cons-2_feedback .acb-gray-line:last-child {
    width: 100%
}

.animation-window-cons-3 {
    height: 100%;
    display: flex;
    width: 200%;
    transform: translate(-50%)
}

.animation-window-cons-3-placeholder {
    max-width: 50%
}

.animation-window-cons-3_text-block-1 {
    padding: 15px 25px;
    width: 100%;
    text-align: center
}

.animation-window-cons-3_frame {
    position: relative;
    height: 100%;
    flex: 0 0 50%
}

.animation-window-cons-3_blocks {
    width: 58.4%;
    position: absolute;
    left: 20.8%;
    top: 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 12px
}

.animation-window-cons-3_feedback {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    padding: 20px 26px;
    min-height: 40%;
    min-width: 56.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px
}

.animation-window-cons-3_feedback_author {
    display: flex;
    gap: 6px;
    align-items: center
}

.animation-window-cons-3_feedback_author_pos {
    font-size: 8px;
    color: #1a1a1a99;
    padding-top: 2px
}

.animation-window-cons-3_feedback .acb-gray-line {
    width: 50%
}

.animation-window-cons-3_feedback .acb-gray-line:nth-child(3) {
    width: 100%
}

.animation-window-cons-3_voting {
    display: flex;
    justify-content: center;
    gap: 11px
}

.animation-window-cons-3_voting-item {
    background: #ffffff;
    width: 38px;
    height: 38px;
    border: 2px solid #252525;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px
}

.animation-window-exec-1 {
    position: relative;
    height: 100%
}

.animation-window-exec-1_block-1 {
    position: absolute;
    top: 35%;
    left: 37px
}

.animation-window-exec-1_block-1_texts {
    display: flex;
    gap: 9px;
    margin-top: 11px
}

.animation-window-exec-1_block-1_texts_item {
    flex: 0 0 100px;
    padding: 21px 26px
}

.animation-window-exec-1_block-1_texts_item .acb-gray-line {
    width: 100%;
    height: 7px
}

.animation-window-exec-1_block-1_texts_item:nth-child(1) {
    flex: 0 0 140px
}

.animation-window-exec-1_block-1_texts_item:nth-child(2) {
    flex: 0 0 115px
}

.animation-window-exec-1_block-1_texts_item:nth-child(3) {
    flex: 0 0 180px
}

.animation-window-exec-1_block-1_texts_item:nth-child(1) {
    flex: 0 0 140px
}

.animation-window-exec-1_block-2 {
    width: 56%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.animation-window-exec-1_task {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 21px 26px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.animation-window-exec-1_task_bars {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.animation-window-exec-1_task_bars .acb-gray-line {
    width: 60%;
    height: 7px
}

.animation-window-exec-1_task_bars .acb-gray-line:nth-child(2) {
    width: 80%
}

.animation-window-exec-1_task_btns {
    padding-top: 6px;
    display: flex;
    gap: 11px
}

.animation-window-exec-1_task_btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #252525;
    position: relative;
    background: rgb(255,255,255)
}

.animation-window-exec-1_task_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.animation-window-exec-2 {
    position: relative;
    height: 100%
}

.animation-window-exec-2_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 208px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.animation-window-exec-2_block_msg {
    position: relative
}

.animation-window-exec-2_block_msg__right.animation-window-exec-2_block_msg .animation-window-exec-2_block_msg_avatar {
    left: auto;
    right: -4px;
    transform: translate(100%,60%)
}

.animation-window-exec-2_block_msg__right.animation-window-exec-2_block_msg .animation-window-exec-2_block_msg_cloud {
    margin-left: auto
}

.animation-window-exec-2_block_msg__right.animation-window-exec-2_block_msg .animation-window-exec-2_block_msg_cloud:before {
    left: auto;
    right: 0;
    transform: scaleX(-1)
}

.animation-window-exec-2_block_msg__right.animation-window-exec-2_block_msg .animation-window-exec-2_block_msg_cloud:after {
    left: auto;
    right: 4px;
    transform: scaleX(-1)
}

.animation-window-exec-2_block_msg_avatar {
    position: absolute;
    left: -4px;
    bottom: 0;
    transform: translate(-100%,60%)
}

.animation-window-exec-2_block_msg_cloud {
    position: relative
}

.animation-window-exec-2_block_msg_cloud:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 20px solid #252525;
    border-left: 20px solid transparent;
    border-right: 6px solid transparent
}

.animation-window-exec-2_block_msg_cloud:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 4px;
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 6px solid transparent
}

.animation-window-exec-2_block_msg_cloud__mid {
    width: 80%
}

.animation-window-exec-2_block_msg_cloud__small {
    width: 65%
}

.animation-window-exec-2_block_msg_cloud .acb-block,.animation-window-exec-2_block_msg_cloud .acb-block-shadow,.animation-window-exec-2_block_msg_cloud .acb-block-shadow-small {
    padding: 19px 21px;
    position: relative
}

.animation-window-exec-2_block_msg_cloud .acb-gray-line {
    width: 100%
}

.animation-window-exec-3 {
    position: relative;
    height: 100%
}

.animation-window-exec-3_block-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    gap: 15px
}

.animation-window-exec-3_block-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    transform: translate(-50%,-50%)
}

.animation-window-exec-3_row {
    display: flex;
    gap: 13px;
    align-items: center
}

.animation-window-exec-3_row_check {
    flex: 0 0 21px;
    height: 21px;
    background: #ffffff;
    position: relative;
    border: 2px solid #252525;
    border-radius: 50%
}

.animation-window-exec-3_row_check svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.animation-window-exec-3_row_bar {
    flex: auto
}

.animation-window-exec-3_row_bar .acb-block,.animation-window-exec-3_row_bar .acb-block-shadow,.animation-window-exec-3_row_bar .acb-block-shadow-small {
    width: 20%;
    padding: 16px 21px
}

.animation-window-exec-3_row_bar .acb-block .acb-gray-line,.animation-window-exec-3_row_bar .acb-block-shadow .acb-gray-line,.animation-window-exec-3_row_bar .acb-block-shadow-small .acb-gray-line {
    width: 100%;
    height: 7px
}

.animation-window-exec-3_switch {
    height: 60px;
    position: relative
}

.animation-window-exec-3_switch_text {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-87%,-50%)
}

.animation-window-exec-3_switch_icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.page-name-section {
    background-color: #5948c5;
    border-radius: 0 0 56px 56px;
    height: 315px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width: 1023px) {
    .page-name-section {
        height:215px;
        border-radius: 0 0 32px 32px
    }
}

@media (max-width: 1023px) {
    .page-name-section_blog {
        height:305px
    }
}

.page-name-section__name {
    font-weight: 800;
    font-size: 180px;
    line-height: 1.05;
    color: #cbfc55;
    text-transform: uppercase;
    text-align: center;
    transform: translateY(22%);
    text-shadow: 2px 2px 0 #252525,-2px -2px 0 #252525,-2px 2px 0 #252525,2px -2px 0 #252525,10px 0 0 #252525,10px -2px 0 #252525,10px 2px 0 #252525
}

@media (max-width: 1023px) {
    .page-name-section__name {
        font-size:50px;
        transform: translateY(22%);
        text-shadow: 2px 2px 0 #252525,-2px -2px 0 #252525,-2px 2px 0 #252525,2px -2px 0 #252525,6px 0 0 #252525,6px -2px 0 #252525,6px 2px 0 #252525
    }
}

.page-name-section__name__about.page-name-section__name {
    font-size: 205px;
    letter-spacing: -.06em
}

@media (max-width: 1023px) {
    .page-name-section__name__about.page-name-section__name {
        font-size:72px;
        letter-spacing: -.02em
    }
}

.page-name-section__name__team.page-name-section__name {
    font-size: 205px;
    letter-spacing: -.05em
}

@media (max-width: 1023px) {
    .page-name-section__name__team.page-name-section__name {
        font-size:64px;
        letter-spacing: -.02em
    }
}

.page-name-section__name__partners.page-name-section__name {
    font-size: 167px;
    letter-spacing: -.05em
}

@media (max-width: 1023px) {
    .page-name-section__name__partners.page-name-section__name {
        font-size:54px;
        letter-spacing: -.01em
    }
}

.page-name-section__name__blog_icon_1 {
    position: absolute;
    top: 227px;
    left: 50%;
    width: auto;
    transform: translate(-590px)
}

@media (max-width: 1023px) {
    .page-name-section__name__blog_icon_1 {
        display:none
    }
}

.page-name-section__name__blog_icon_2 {
    position: absolute;
    top: 127px;
    left: 50%;
    width: auto;
    transform: translate(-450px)
}

@media (max-width: 1023px) {
    .page-name-section__name__blog_icon_2 {
        top:94px;
        transform: translate(100px) rotate(80deg)
    }
}

.page-name-section__name__blog_icon_3 {
    position: absolute;
    top: 230px;
    left: 50%;
    width: auto;
    transform: translate(450px)
}

@media (max-width: 1023px) {
    .page-name-section__name__blog_icon_3 {
        top:148px;
        transform: translate(-10px)
    }
}

.page-name-section__name__blog_icon_4 {
    position: absolute;
    top: 135px;
    left: 50%;
    width: auto;
    transform: translate(550px)
}

@media (max-width: 1023px) {
    .page-name-section__name__blog_icon_4 {
        top:110px;
        transform: translate(-150px)
    }
}

.page-name-section__name__blog.page-name-section__name {
    font-size: 260px;
    letter-spacing: -.05em;
    transform: translateY(28%)
}

@media (max-width: 1023px) {
    .page-name-section__name__blog.page-name-section__name {
        font-size:123px;
        letter-spacing: -.02em
    }
}

.page-name-section__name__contact.page-name-section__name {
    font-size: 200px
}

@media (max-width: 1023px) {
    .page-name-section__name__contact.page-name-section__name {
        font-size:50px
    }
}

.faq {
    background: #ffffff;
    margin-bottom: 2px
}

.faq-block {
    display: flex;
    gap: 16px;
    flex-direction: column
}

@media (max-width: 1023px) {
    .faq-block {
        gap:12px
    }
}

.faq-item {
    border: 2px solid #252525;
    border-radius: 22px;
    transition: .4s
}

.faq-item.faq-item__opened {
    background-color: #e3d0fe;
    box-shadow: 8px 8px #252525
}

.faq-item.faq-item__opened .faq-item_header_icon:after {
    transform: translate(-150%,-50%) rotate(45deg);
    height: 8px
}

.faq-item.faq-item__opened .faq-item_header_icon:before {
    transform: translate(-20%,-50%) rotate(45deg);
    width: 8px
}

.faq-item.faq-item__opened .faq-item_body {
    max-height: 300px
}

.faq-item_header {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1023px) {
    .faq-item_header {
        padding:12px 16px
    }
}

.faq-item_header_text {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    pointer-events: none
}

@media (max-width: 1023px) {
    .faq-item_header_text {
        font-size:16px;
        line-height: 1.5
    }
}

.faq-item_header_icon {
    width: 30px;
    height: 30px;
    border: 2px solid #252525;
    border-radius: 50%;
    background: #5948c5;
    position: relative;
    pointer-events: none
}

.faq-item_header_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

.faq-item_header_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 10px;
    background-color: #fff;
    border-radius: 2px
}

.faq-item_body {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.faq-item_body_content {
    padding: 0 24px 40px;
    font-size: 16px;
    line-height: 1.4
}

@media (max-width: 1023px) {
    .faq-item_body_content {
        font-size:16px;
        line-height: 1.5
    }
}

.get-max {
    background: #e3d0fe
}

.get-max__title {
    margin-bottom: 44px
}

@media (max-width: 1023px) {
    .get-max__title {
        margin-bottom:24px
    }
}

.get-max_cols {
    display: flex;
    gap: 64px
}

@media (max-width: 1023px) {
    .get-max_cols {
        flex-direction:column;
        gap: 52px
    }
}

.get-max_features {
    flex: 0 0 56%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 1023px) {
    .get-max_features {
        flex:0 0 100%
    }
}

.get-max_features_item {
    background: #ffffff;
    border-radius: 22px;
    padding: 32px 20px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .get-max_features_item {
        flex-direction:row;
        gap: 16px;
        justify-content: flex-start;
        padding: 15px 20px;
        align-items: center
    }
}

.get-max_features_item_wrapper {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 1023px) {
    .get-max_features_item_wrapper {
        flex:0 0 100%;
        margin-bottom: 20px
    }
}

.get-max_features_item_wrapper:nth-child(1),.get-max_features_item_wrapper:nth-child(2) {
    margin-bottom: 20px
}

.get-max_features_item_name {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 8px
}

@media (max-width: 1023px) {
    .get-max_features_item_name {
        font-size:20px;
        padding-left: 0
    }

    .get-max_features_item_name br {
        display: none
    }
}

.get-max_quote {
    flex: auto
}

.get-max_quote_block {
    border: 2px solid #252525;
    border-radius: 22px;
    padding: 40px 32px 32px;
    display: flex;
    gap: 32px;
    flex-direction: column;
    position: relative
}

@media (max-width: 1023px) {
    .get-max_quote_block {
        padding:32px 24px 24px;
        gap: 20px
    }
}

.get-max_quote_block:before {
    content: "";
    position: absolute;
    width: 82px;
    height: 60px;
    top: 0;
    left: 63px;
    transform: translate(-50%,-50%);
    background: #e3d0fe
}

.get-max_quote_block_icon {
    position: absolute;
    top: 0;
    left: 63px;
    transform: translate(-50%,-50%)
}

.get-max_quote_block_text {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 1023px) {
    .get-max_quote_block_text {
        font-size:20px;
        line-height: 1.5
    }
}

.content {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (max-width: 1023px) {
    .content {
        gap:24px
    }
}

.content h1 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700
}

.content h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500
}

@media (max-width: 1023px) {
    .content h2 {
        font-size:16px;
        line-height: 1.3
    }
}

.content h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.content p {
    font-size: 16px;
    line-height: 1.5
}

.content ul,.content ol {
    margin-left: 1em
}

.content ul li,.content ol li {
    font-size: 16px;
    line-height: 1.5
}

.content ul {
    list-style: disc
}

.content div.image img {
    width: 100%
}

.content_img-row {
    display: flex;
    gap: 20px
}

@media (max-width: 1023px) {
    .content_img-row {
        gap:5px
    }
}

.content_img-row_item {
    flex: auto
}

.content_img-row_item img {
    width: 100%;
    border-radius: 22px
}

.content blockquote {
    background: #f8f8f8;
    padding: 32px 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.content .blockquote_text {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #000
}

@media (max-width: 1023px) {
    .content .blockquote_text {
        font-size:20px
    }
}

.content .blockquote_author {
    padding-top: 12px
}

.content .accent {
    background: #f9dcde;
    border-radius: 4px;
    padding: 0 4px
}

.tag {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    display: inline-block;
    padding: 8px 16px;
    background: #f8f8f8;
    border-radius: 50px
}

.tag_exp {
    background: #f9dcde
}

.author {
    display: flex;
    gap: 13px;
    align-items: center
}

.author_name {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.author_name-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1023px) {
    .author_name-name {
        font-size:14px;
        line-height: 1.4
    }
}

.author_name-pos {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #25252580
}

.modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 1000;
    padding: 14px;
    align-items: center;
    justify-content: center;
    display: none
}

.modal_wrapper__openned {
    display: flex
}

.modal_body {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border: 2px solid #252525;
    border-radius: 28px;
    box-shadow: 8px 8px #252525;
    padding: 32px;
    position: relative
}

.modal_header {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px
}

.modal_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.modal_field {
    position: relative;
    margin-bottom: 9px
}

.modal_field__focus.modal_field label,.modal_field__filled.modal_field label {
    top: 20px
}

.modal_field label {
    position: absolute;
    top: 32px;
    left: 24px;
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #a6a4af;
    transition: .2s;
    pointer-events: none
}

.modal_field input {
    border: 2px solid #252525;
    border-radius: 50px;
    padding: 27px 24px 9px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.modal_field input:focus {
    outline: none
}

.modal_agreement {
    display: flex;
    gap: 16px;
    padding-top: 7px;
    margin-bottom: 16px
}

.modal_agreement_checkbox {
    flex: 0 0 24px
}

.modal_agreement_checkbox input {
    display: none
}

.modal_agreement_checkbox input:checked+label {
    border-color: #5948c5;
    background: #5948c5
}

.modal_agreement_checkbox input:checked+label svg {
    opacity: 1
}

.modal_agreement_checkbox label {
    display: block;
    border: 2px solid #252525;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: .2s
}

.modal_agreement_checkbox label svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    opacity: 0
}

.modal_agreement_text {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #a6a4af
}

.modal_agreement_text a {
    color: #5cd69e
}

.modal_button {
    background-color: #5948c5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 16px 24px;
    border-radius: 22px;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.modal_code-block {
    max-height: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    transition: .3s
}

.modal_code-block__openned {
    margin-top: 30px;
    max-height: 140px;
    padding-bottom: 10px;
    margin-bottom: -10px
}

.page-contact_block {
    background: #ffffff;
    flex: auto;
    margin-bottom: 2px
}

.page-contact_block_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .page-contact_block_head {
        flex-direction:column;
        gap: 24px;
        margin-bottom: 32px
    }

    .page-contact_block_head>div {
        width: 100%
    }
}

.page-contact_block_head_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    max-width: 530px
}

.page-contact_block_head_btn {
    display: inline-flex;
    background-color: #5948c5;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1023px) {
    .page-contact_block_head_btn {
        display:flex;
        width: 100%;
        justify-content: space-between;
        padding: 16px 20px;
        border-radius: 16px
    }
}

.page-contact_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 96px
}

@media (max-width: 1023px) {
    .page-contact_list {
        margin-bottom:48px
    }
}

.page-contact_list_item {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    .page-contact_list_item {
        flex:0 0 100%
    }
}

.page-contact_item {
    background-color: #cbfc55;
    border-radius: 22px;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%
}

@media (max-width: 1023px) {
    .page-contact_item {
        padding:32px 20px
    }
}

.page-contact_item_header {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    flex: 0 0 auto
}

@media (max-width: 1023px) {
    .page-contact_item_header {
        font-size:20px
    }
}

.page-contact_item_text {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: .7em;
    flex: auto
}

@media (max-width: 1023px) {
    .page-contact_item_text {
        margin-bottom:20px
    }
}

.page-contact_item_link {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-left: 33px
}

@media (max-width: 1023px) {
    .page-contact_item_link {
        font-size:20px
    }
}

.page-contact_item_link_wrapper {
    flex: 0 0 auto
}

.page-contact_item_link_btn {
    display: inline-flex;
    background-color: #252525;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.page-contact_item_link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='23' viewBox='0 0 31 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.61572 6.00813C3.61572 4.55096 4.79699 3.36969 6.25416 3.36969L27.3617 3.36969C28.8189 3.36969 30.0001 4.55096 30.0001 6.00813V19.2003C30.0001 20.6575 28.8189 21.8388 27.3617 21.8388H6.25416C4.79699 21.8388 3.61572 20.6575 3.61572 19.2003L3.61572 6.00813Z' fill='%23252525'/%3E%3Cpath d='M29.2068 4.12213L17.6844 14.4636C17.1845 14.9079 16.4313 14.9079 15.9315 14.4636L4.40907 4.12213M13.301 12.1254L4.40907 21.0863M29.2068 21.0863L20.3149 12.1254M6.25416 21.8388H27.3617C28.8189 21.8388 30.0001 20.6575 30.0001 19.2003V6.00813C30.0001 4.55096 28.8189 3.36969 27.3617 3.36969L6.25416 3.36969C4.79699 3.36969 3.61572 4.55096 3.61572 6.00813L3.61572 19.2003C3.61572 20.6575 4.79699 21.8388 6.25416 21.8388Z' stroke='%23252525' stroke-width='0.882584'/%3E%3Cpath d='M1 3.79963C1 2.34246 2.18127 1.16119 3.63844 1.16119L24.746 1.16119C26.2031 1.16119 27.3844 2.34246 27.3844 3.79964V16.9918C27.3844 18.449 26.2031 19.6303 24.746 19.6303H3.63844C2.18127 19.6303 1 18.449 1 16.9918L1 3.79963Z' fill='white'/%3E%3Cpath d='M26.5911 1.91363L15.0686 12.2551C14.5688 12.6994 13.8156 12.6994 13.3158 12.2551L1.79335 1.91363M10.6853 9.9169L1.79335 18.8778M26.5911 18.8778L17.6991 9.9169M3.63844 19.6303H24.746C26.2031 19.6303 27.3844 18.449 27.3844 16.9918V3.79964C27.3844 2.34246 26.2031 1.16119 24.746 1.16119L3.63844 1.16119C2.18127 1.16119 1 2.34246 1 3.79964L1 16.9918C1 18.449 2.18127 19.6303 3.63844 19.6303Z' stroke='%23252525'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-position: center center
}

.page-contact_requisites {
    column-count: 2;
    font-size: 16px;
    line-height: 2
}

@media (max-width: 1023px) {
    .page-contact_requisites {
        column-count:1;
        font-size: 14px
    }
}

.page-partners_become-partner-block {
    background: #ffffff;
    flex: auto
}

.page-partners_become-partner-header {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px
}

@media (max-width: 1023px) {
    .page-partners_become-partner-header {
        font-size:36px;
        text-align: left;
        max-width: 340px
    }
}

.page-partners_become-partner-text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 40px
}

@media (max-width: 1023px) {
    .page-partners_become-partner-text {
        text-align:left
    }
}

.page-partners_become-partner-features {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 1023px) {
    .page-partners_become-partner-features {
        flex-direction:column;
        gap: 12px
    }
}

.page-partners_become-partner-features>div {
    flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px
}

.page-partners_become-partner-features-item {
    background-color: #cbfc55;
    border-radius: 22px;
    padding: 30px 20px 20px 30px;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 1023px) {
    .page-partners_become-partner-features-item {
        min-height:165px
    }
}

.page-partners_become-partner-features-item_header {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 1023px) {
    .page-partners_become-partner-features-item_header {
        font-size:20px
    }
}

.page-partners_become-partner-features-item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.page-partners_become-partner-features-item_num {
    background: #ffffff;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 28px
}

.page-partners_lists {
    margin-bottom: 2px;
    background-color: #e3d0fe
}

.page-partners_lists-cols {
    display: flex
}

@media (max-width: 1023px) {
    .page-partners_lists-cols {
        flex-wrap:wrap;
        gap: 32px
    }
}

.page-partners_lists_list {
    flex: 0 0 50%;
    margin-left: -1px;
    margin-right: -1px
}

@media (max-width: 1023px) {
    .page-partners_lists_list {
        flex:0 0 100%
    }
}

.page-partners_lists_list-header {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    padding: 37px 40px;
    border: 2px solid #252525;
    background-color: #cbfc55;
    border-radius: 22px
}

@media (max-width: 1023px) {
    .page-partners_lists_list-header {
        font-size:20px;
        padding: 24px 20px
    }
}

.page-partners_lists_list-content {
    border: 2px solid #252525;
    background-color: #fff;
    border-radius: 22px;
    padding: 38px 45px;
    margin-top: -2px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: 310px
}

@media (max-width: 1023px) {
    .page-partners_lists_list-content {
        padding:32px 20px;
        gap: 24px;
        min-height: auto
    }
}

.page-partners_lists_list-item {
    display: flex;
    gap: 16px
}

.page-partners_lists_list-item-num {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    display: flex;
    height: 28px;
    align-items: center;
    color: #5948c5
}

.page-partners_lists_list-item-text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5
}

.page-partners_get-profit {
    margin-bottom: 2px;
    background-color: #cbfc55;
    position: relative;
    overflow: hidden;
    padding: 64px 0 67px
}

@media (max-width: 1023px) {
    .page-partners_get-profit {
        margin-bottom:0
    }
}

.page-partners_get-profit_content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative
}

@media (max-width: 1023px) {
    .page-partners_get-profit_content {
        padding-bottom:160px
    }
}

.page-partners_get-profit_header {
    font-size: 48px;
    line-height: 1.05;
    font-weight: 700;
    max-width: 490px
}

@media (max-width: 1023px) {
    .page-partners_get-profit_header {
        font-size:36px;
        text-align: center
    }
}

.page-partners_get-profit_text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 380px
}

@media (max-width: 1023px) {
    .page-partners_get-profit_text {
        text-align:center
    }
}

.page-partners_get-profit_btn {
    display: inline-flex;
    background-color: #252525;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 1023px) {
    .page-partners_get-profit_btn {
        background:#5948c5;
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 16px 20px;
        border-radius: 16px
    }
}

.page-partners_get-profit_phone {
    position: absolute;
    right: 80px;
    bottom: -67px;
    max-width: 100%
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone {
        width:264px;
        bottom: -146px;
        right: 50%;
        transform: translate(50%)
    }
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-main {
        width:100%
    }
}

.page-partners_get-profit_phone-screen-1 {
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translate(-50%)
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-screen-1 {
        top:95px;
        width: 190px
    }

    .page-partners_get-profit_phone-screen-1 svg {
        max-width: 100%
    }
}

.page-partners_get-profit_phone-screen-1_btn {
    height: 42px;
    border-radius: 40px;
    position: relative;
    margin: 22px auto
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-screen-1_btn {
        margin-top:10px;
        max-width: 100%
    }
}

.page-partners_get-profit_phone-screen-1_btn .acb-text,.page-partners_get-profit_phone-screen-1_btn_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.page-partners_get-profit_phone-screen-2 {
    position: absolute;
    top: 102px;
    left: 50%;
    transform: translate(-50%)
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-screen-2 {
        top:85px;
        width: 160px
    }

    .page-partners_get-profit_phone-screen-2 svg {
        max-width: 100%
    }
}

.page-partners_get-profit_phone-1 {
    position: absolute;
    top: 200px;
    left: -100px;
    transform: translate(-100%)
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-1 {
        width:60px;
        height: 60px;
        top: 170px;
        left: -16px
    }
}

.page-partners_get-profit_phone-2 {
    position: absolute;
    top: -10px;
    left: -30px;
    transform: translate(-100%)
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-2 {
        width:40px;
        height: 40px;
        top: 45px;
        left: -6px
    }
}

.page-partners_get-profit_phone-3 {
    position: absolute;
    top: 150px;
    right: -30px;
    transform: translate(100%)
}

@media (max-width: 1023px) {
    .page-partners_get-profit_phone-3 {
        width:60px;
        height: 60px;
        top: 80px;
        right: -16px
    }
}

.page-team_offer_block {
    background: #ffffff;
    flex: auto
}

.page-team_offer_title {
    max-width: none
}

.page-team_offer_grid {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-template-rows: 148px 172px;
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

@media (max-width: 1023px) {
    .page-team_offer_grid {
        display:flex;
        flex-direction: column
    }
}

.page-team_offer_grid_opportunity {
    grid-row: 1/2;
    grid-column: 1
}

.page-team_offer_grid_opportunity .page-team_offer_item_name {
    flex: 0 0 50%
}

.page-team_offer_grid_team {
    grid-row: 2/2;
    grid-column: 1
}

.page-team_offer_grid_team .page-team_offer_item_name {
    flex: 0 0 50%
}

.page-team_offer_grid_care {
    grid-row: 1/3;
    grid-column: 2/3
}

.page-team_offer_item {
    background: #cbfc55;
    border-radius: 22px;
    padding: 32px 36px;
    height: 100%;
    display: flex;
    align-items: flex-end
}

@media (max-width: 1023px) {
    .page-team_offer_item {
        flex-direction:column;
        gap: 12px;
        align-items: flex-start;
        padding: 25px 20px 32px
    }
}

.page-team_offer_item_name {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.page-team_offer_item_name-name {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media (max-width: 1023px) {
    .page-team_offer_item_name-name {
        font-size:20px
    }
}

.page-team_offer_item_list {
    list-style: disc;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    gap: 12px;
    flex-direction: column
}

@media (max-width: 1023px) {
    .page-team_offer_item_list {
        margin-left:1em
    }
}

.page-team_vacation {
    display: flex;
    flex-direction: column;
    gap: 60px
}

@media (max-width: 1023px) {
    .page-team_vacation {
        gap:8px
    }
}

.page-team_vacation_block {
    background: #e3d0fe;
    flex: auto;
    margin-bottom: 2px
}

.page-team_vacation_item.page-team_vacation_item__opened .page-team_vacation_item_status-icon:after {
    transform: translate(-50%,-50%) rotate(270deg)
}

.page-team_vacation_item.page-team_vacation_item__opened .page-team_vacation_item-body {
    max-height: 2000px
}

.page-team_vacation_item_status-icon {
    pointer-events: none;
    width: 30px;
    height: 30px;
    border: 2px solid #252525;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width: 1023px) {
    .page-team_vacation_item_status-icon {
        display:none
    }
}

.page-team_vacation_item_status-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 2px;
    background-color: #252525;
    border-radius: 50%
}

.page-team_vacation_item_status-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 10px;
    background-color: #252525;
    border-radius: 50%;
    transition: .6s
}

.page-team_vacation_item-header {
    position: relative;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    padding: 37px 40px;
    border: 2px solid #252525;
    background-color: #cbfc55;
    border-radius: 22px
}

@media (max-width: 1023px) {
    .page-team_vacation_item-header {
        font-size:20px;
        padding: 24px 55px 24px 20px
    }
}

.page-team_vacation_item-body {
    display: flex;
    gap: 20px;
    flex-direction: column
}

@media (max-width: 1023px) {
    .page-team_vacation_item-body {
        overflow:hidden;
        max-height: 0;
        transition: .8s
    }
}

.page-team_vacation_item-body-details {
    display: flex;
    margin-top: -2px
}

@media (max-width: 1023px) {
    .page-team_vacation_item-body-details {
        flex-direction:column
    }
}

.page-team_vacation_item-body-details-list {
    flex: 0 0 50%;
    margin-left: -1px;
    margin-right: -1px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 22px;
    padding: 45px 45px 70px
}

@media (max-width: 1023px) {
    .page-team_vacation_item-body-details-list {
        padding:32px 20px;
        margin-left: 0;
        margin-right: 0
    }
}

.page-team_vacation_item-body-details-list_header {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 23px
}

@media (max-width: 1023px) {
    .page-team_vacation_item-body-details-list_header {
        font-size:20px;
        margin-bottom: 32px
    }
}

.page-team_vacation_item-body-details-list_list {
    display: flex;
    gap: 16px;
    flex-direction: column
}

@media (max-width: 1023px) {
    .page-team_vacation_item-body-details-list_list {
        gap:24px
    }
}

.page-team_vacation_item-body-details-list_list-num {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.2;
    display: flex;
    height: 28px;
    align-items: center;
    color: #5948c5
}

.page-team_vacation_item-body-details-list_list-text {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5
}

.page-team_vacation_item-body_btn {
    display: flex;
    justify-content: center;
    background-color: #5948c5;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.page-article {
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex: auto;
    margin-bottom: 2px;
    padding: 130px 0 95px
}

@media (max-width: 1023px) {
    .page-article {
        padding:90px 0 56px
    }
}

.page-article_wrapper {
    max-width: 814px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

.page-article_back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px
}

.page-article_back_text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500
}

.page-article_preview {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .page-article_preview {
        margin-bottom:32px
    }
}

.page-article_preview img {
    width: 100%;
    border-radius: 22px
}

.page-article_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center
}

.page-article_info_date {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #999
}

.page-article_name {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .page-article_name {
        margin-bottom:32px
    }
}

.page-article_name_header {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700
}

@media (max-width: 1023px) {
    .page-article_name_header {
        font-size:28px;
        line-height: 1.2
    }
}

.page-article_name_subheader {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500
}

.page-article_other-articles {
    background: #ffffff
}

.page-article_other-articles .swiper {
    overflow: visible
}

.page-article_slider_item {
    width: 380px
}

@media (max-width: 1023px) {
    .page-article_slider_item {
        width:320px
    }
}

.page-blog_block {
    background: #ffffff;
    flex: auto;
    padding-top: 28px
}

.page-blog_selector {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px
}

@media (max-width: 1023px) {
    .page-blog_selector {
        display:none
    }
}

.page-blog_selector_item {
    padding: 8px 16px;
    background: #f8f8f8;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 40px;
    cursor: pointer;
    transition: .2s
}

.page-blog_selector_item__active {
    background: #5948c5;
    color: #fff
}

.page-blog_selector_item__exp:hover,.page-blog_selector_item__exp.page-blog_selector_item__active {
    color: #252525;
    background: #f9dcde
}

.page-blog_selector_item__inst:hover,.page-blog_selector_item__inst.page-blog_selector_item__active {
    color: #252525;
    background: #e3d0fe
}

.page-blog_selector_item__market:hover,.page-blog_selector_item__market.page-blog_selector_item__active {
    color: #252525;
    background: #d0e8fe
}

.page-blog_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: 190px 274px 190px 64px repeat(2,190px) 64px repeat(2,190px) 274px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 36px
}

@media (max-width: 1023px) {
    .page-blog_grid {
        display:flex;
        flex-direction: column
    }
}

.page-blog_grid__with-out-banners {
    grid-template-rows: 190px 274px 190px 64px repeat(2,190px) 64px repeat(2,190px) 274px
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1) {
    grid-column: 1/3;
    grid-row: 1/3
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2) {
    grid-column: 3/4;
    grid-row: 1/2
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+3) {
    grid-column: 3/4;
    grid-row: 2/3
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+4) {
    grid-column: 1/2;
    grid-row: 3/5
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5) {
    grid-column: 2/4;
    grid-row: 3/4
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6) {
    grid-column: 1/2;
    grid-row: 5/6
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+7) {
    grid-column: 2/3;
    grid-row: 4/6
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+8) {
    grid-column: 3/4;
    grid-row: 4/6
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) {
    grid-column: 1/3;
    grid-row: 6/7
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+10) {
    grid-column: 3/4;
    grid-row: 6/8
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) {
    grid-column: 1/3;
    grid-row: 7/10
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12) {
    grid-column: 3/4;
    grid-row: 8/9
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) {
    grid-column: 3/4;
    grid-row: 9/10
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+14) {
    grid-column: 1/2;
    grid-row: 10/11
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+15) {
    grid-column: 2/3;
    grid-row: 10/11
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+16) {
    grid-column: 3/4;
    grid-row: 10/11
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) {
    padding-left: 72px
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2) .page-blog_item_cover,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6) .page-blog_item_cover,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12) .page-blog_item_cover,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) .page-blog_item_cover {
    width: 40px;
    height: 40px;
    top: 24px;
    left: 20px;
    border-radius: 100%;
    transform: none
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_tags,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6) .page-blog_item_content_tags,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12) .page-blog_item_content_tags,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_tags {
    order: 2
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_header {
    order: 1;
    color: #252525;
    height: 2.6em;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    display: block;
    overflow: hidden
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_date,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+6) .page-blog_item_content_date,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+12) .page-blog_item_content_date,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_date {
    order: 3;
    color: #252525;
    flex: auto;
    display: flex;
    align-items: flex-end
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) {
    padding-left: 194px
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5) .page-blog_item_cover,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) .page-blog_item_cover {
    width: 138px;
    height: 138px;
    top: 24px;
    left: 20px;
    border-radius: 100%;
    transform: none
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_tags,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) .page-blog_item_content_tags {
    order: 2
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) .page-blog_item_content_header {
    order: 1;
    color: #252525;
    height: 2.6em;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    display: block;
    overflow: hidden
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_date,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+9) .page-blog_item_content_date {
    order: 3;
    color: #252525;
    flex: auto;
    display: flex;
    align-items: flex-end
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) {
    padding: 40px 36px
}

@media (max-width: 1023px) {
    .page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1),.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) {
        padding:24px 20px;
        min-height: 240px
    }
}

@media (max-width: 1023px) {
    .page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) .page-blog_item_content {
        height:100%
    }
}

.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) .page-blog_item_content_header {
    font-size: 48px
}

@media (max-width: 1023px) {
    .page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content_header,.page-blog_grid__with-out-banners .page-blog_item:nth-child(16n+11) .page-blog_item_content_header {
        font-size:24px;
        flex: auto
    }
}

.page-blog_grid__with-banners {
    grid-template-rows: 190px 274px 190px 274px 190px 274px 190px 64px 190px 274px
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+1) {
    grid-column: 1/3;
    grid-row: 1/3
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2) {
    grid-column: 3/4;
    grid-row: 1/2
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+3) {
    grid-column: 3/4;
    grid-row: 2/3
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+4) {
    grid-column: 1/2;
    grid-row: 3/5
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5) {
    grid-column: 2/4;
    grid-row: 3/4
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+6) {
    grid-column: 2/3;
    grid-row: 4/5
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+7) {
    grid-column: 3/4;
    grid-row: 4/5
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) {
    grid-column: 1/3;
    grid-row: 5/6
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+9) {
    grid-column: 3/4;
    grid-row: 5/7
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) {
    grid-column: 1/3;
    grid-row: 6/8
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+11) {
    grid-column: 3/4;
    grid-row: 7/9
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+12) {
    grid-column: 3/4;
    grid-row: 9/10
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+12) {
    grid-column: 1/3;
    grid-row: 8/10
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+14) {
    grid-column: 1/2;
    grid-row: 10/11
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+15) {
    grid-column: 2/3;
    grid-row: 10/11
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+16) {
    grid-column: 3/4;
    grid-row: 10/11
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2),.page-blog_grid__with-banners .page-blog_item:nth-child(16n+13) {
    padding-left: 72px
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2) .page-blog_item_cover,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+13) .page-blog_item_cover {
    width: 40px;
    height: 40px;
    top: 24px;
    left: 20px;
    border-radius: 100%;
    transform: none
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_tags,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_tags {
    order: 2
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_header,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_header {
    order: 1;
    color: #252525;
    height: 2.6em;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    display: block;
    overflow: hidden
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+2) .page-blog_item_content_date,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+13) .page-blog_item_content_date {
    order: 3;
    color: #252525;
    flex: auto;
    display: flex;
    align-items: flex-end
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5),.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) {
    padding-left: 194px
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5) .page-blog_item_cover,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) .page-blog_item_cover {
    width: 138px;
    height: 138px;
    top: 24px;
    left: 20px;
    border-radius: 100%;
    transform: none
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_tags,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) .page-blog_item_content_tags {
    order: 2
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_header,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) .page-blog_item_content_header {
    order: 1;
    color: #252525;
    height: 2.6em;
    text-overflow: ellipsis;
    flex: 0 0 auto;
    display: block;
    overflow: hidden
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+5) .page-blog_item_content_date,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+8) .page-blog_item_content_date {
    order: 3;
    color: #252525;
    flex: auto;
    display: flex;
    align-items: flex-end
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+1),.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) {
    padding: 40px 36px
}

@media (max-width: 1023px) {
    .page-blog_grid__with-banners .page-blog_item:nth-child(16n+1),.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) {
        padding:24px 20px;
        min-height: 240px
    }
}

@media (max-width: 1023px) {
    .page-blog_grid__with-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) .page-blog_item_content {
        height:100%
    }
}

.page-blog_grid__with-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content_header,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) .page-blog_item_content_header {
    font-size: 48px
}

@media (max-width: 1023px) {
    .page-blog_grid__with-banners .page-blog_item:nth-child(16n+1) .page-blog_item_content_header,.page-blog_grid__with-banners .page-blog_item:nth-child(16n+10) .page-blog_item_content_header {
        font-size:24px;
        flex: auto
    }
}

.page-blog_item_banner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-end
}

.page-blog_item_banner__social {
    justify-content: flex-start;
    position: relative;
    padding: 36px
}

.page-blog_item_banner__social .page-blog_item_banner_text {
    padding-top: 0
}

.page-blog_item_banner_text {
    padding-top: 24px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 370px
}

@media (max-width: 1023px) {
    .page-blog_item_banner_text {
        font-size:20px;
        line-height: 1.3;
        font-weight: 500;
        text-align: center
    }
}

.page-blog_item_banner_icon svg {
    max-width: 100%
}

.page-blog_item_banner_phone-social {
    position: absolute;
    top: -10px;
    left: 52%;
    transform: rotate(24deg)
}

@media (max-width: 1023px) {
    .page-blog_item_banner_phone-social {
        transform:translate(-50%);
        top: 150px;
        left: 50%;
        width: 250px
    }
}

.page-blog_item_banner_social-links {
    display: flex;
    gap: 8px
}

@media (max-width: 1023px) {
    .page-blog_item_banner_social-links {
        margin-bottom:230px;
        justify-content: center
    }
}

.page-blog_item_banner_social-links_item {
    background: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.page-blog_item_banner_btn {
    display: inline-flex;
    background-color: #252525;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    justify-content: space-between
}

.page-blog_item {
    background: #999999;
    border-radius: 22px;
    padding: 24px 20px;
    position: relative;
    overflow: hidden
}

.page-blog_item.page-blog_item_banner {
    padding: 32px 20px;
    background: #cbfc55
}

.page-blog_item__exp {
    background: #f9dcde;
    transition: .2s
}

.page-blog_item__exp:hover {
    background-color: #f5c2c6
}

.page-blog_item__inst {
    background: #e3d0fe;
    transition: .2s
}

.page-blog_item__inst:hover {
    background-color: #d5b9fe
}

.page-blog_item__market {
    background: #d0e8fe;
    transition: .2s
}

.page-blog_item__market:hover {
    background-color: #b9ddfe
}

.page-blog_item:hover .page-blog_item_cover {
    width: 105%;
    height: 105%
}

.page-blog_item_cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    transition: .2s
}

.page-blog_item_cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .4
}

.page-blog_item_content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px
}

.page-blog_item_content_header {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    flex: auto;
    display: flex;
    align-items: flex-end
}

.page-blog_item_content_date {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500
}

.page-blog_item_slider {
    display: block;
    width: 100%;
    height: 275px
}

.page-blog_item_slider .page-blog_item_content_header {
    font-size: 24px!important
}

.page-blog_item_slider .page-blog_item_content_date {
    color: #999
}

.page-blog_start-search_btn {
    display: flex;
    justify-content: center;
    background-color: #604cdd;
    padding: 24px 36px;
    border-radius: 22px;
    color: #fff;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

.page-blog_subscribe {
    background: #cbfc55
}

.page-blog_subscribe_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center
}

.page-blog_subscribe_header {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    max-width: 830px
}

@media (max-width: 1023px) {
    .page-blog_subscribe_header {
        font-size:36px
    }
}

.page-blog_subscribe_subheader {
    font-size: 18px;
    line-height: 1.3;
    text-align: center
}

@media (max-width: 1023px) {
    .page-blog_subscribe_subheader {
        font-size:16px;
        line-height: 1.5
    }
}

.page-blog_subscribe_field {
    max-width: 490px;
    width: 100%;
    padding-top: 12px
}

.page-about_block {
    background: #ffffff;
    flex: auto;
    margin-bottom: 2px
}

.page-about_tabs_btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 32px
}

@media (max-width: 1023px) {
    .page-about_tabs_btns {
        gap:5px;
        justify-content: center
    }
}

.page-about_tabs_btns_item {
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #5948c5;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    cursor: pointer;
    transition: .2s
}

@media (max-width: 1023px) {
    .page-about_tabs_btns_item {
        font-size:14px;
        white-space: nowrap
    }
}

.page-about_tabs_btns_item__active {
    background: #5948c5;
    color: #fff
}

.page-about_tabs_body_item {
    display: none
}

.page-about_tabs_body_item__active {
    display: block
}

.page-about_tabs_body_item_header {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px
}

@media (max-width: 1023px) {
    .page-about_tabs_body_item_header {
        font-size:36px;
        text-align: left
    }
}

.page-about_tabs_body_item_text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px
}

@media (max-width: 1023px) {
    .page-about_tabs_body_item_text {
        margin-bottom:24px;
        text-align: left
    }
}

.page-about_quote {
    max-width: 864px;
    margin: 94px auto 0;
    border: 2px solid #252525;
    border-radius: 22px;
    padding: 40px 60px 34px 33px;
    position: relative
}

@media (max-width: 1023px) {
    .page-about_quote {
        padding:44px 16px 24px;
        margin-top: 69px
    }
}

.page-about_quote_icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 33px;
    transform: translateY(-50%);
    background: #ffffff
}

@media (max-width: 1023px) {
    .page-about_quote_icon {
        left:16px;
        width: 60px
    }
}

.page-about_quote_icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.page-about_quote_text {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    .page-about_quote_text {
        font-size:28px
    }
}

.page-about_quote_team img {
    width: 145px
}

.page-about_quote_team_name {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: #25252580
}


.main-section-new {
    max-width: 1326px;
    padding-top: 100px;
    padding-bottom: 30px;

}

.main-section-new-bottom-radius {
    padding: 0;
    background-color: #fff;
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-56 {
    padding-bottom: 56px;
}

.w-53 {
    max-width: 53px!important;
}
.h-53 {
    max-height: 53px!important;
}

.radius-t-56 {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
}
.radius-b-56 {
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
}

.new-fact-item {
    width: 281px;
    height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #604CDD;
    border-radius: 22px;
    padding: 24px;
    background-color: #fff;
    margin-right: 20px;
}

.fact-title {
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
}

.fact-desc {
    font-family: Onest, serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.fact-footer {
    width: 100%;
    display: flex;
    justify-content: end;
}

.fact-page {
    width: 31px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 10px;
    color: #252525;
    background-color: #CBFC55;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
}

.customers-section-2 {
    background-color: #e3d0fe;
    position: relative;
    z-index: 100;
    min-height: 847px;
    box-sizing: border-box;
}

.customers-section-2__left-block {
    display: flex;
    flex-wrap: wrap;
    width: 637px;
    height: 508px;
    padding: 0;
    opacity: 1;
}

.customers-section-2__left-block-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 308px;
    height: 244px;
    opacity: 1;
    border-radius: 22px;
    background-color: #fff;
    padding: 28px;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.customers-section-2__left-block-item:nth-child(2n) {
    margin-right: 0;
}



.customers-section-2__right-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 481px;
    height: 508px;
    opacity: 1;
    padding: 40px 32px 32px 32px;
    background: transparent;
    border: 1px solid black;
    border-radius: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #252525;
}
.customers-section-2__right-block-svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3D0FE;
    z-index: 10;
    top: -13px;
    left: 39px;
    width: 70px;
    height: 26px;
}

.customers-section-2__right-block-avatar {
    width: 53px;
    height: 53px;
    margin-right: 13px;
    border-radius: 50%;
    border: 2px solid #252525;
}

.customer-top-review-user {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #252525;
}

.customer-top-review-user-pos {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #25252580;

}

.faq-item {
    margin-bottom: 16px;
    border-radius: 22px;
    min-height: 64px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.faq-item.active {
    background-color: #e3d0fe;
    z-index: 2;
    box-shadow: 8px 8px #252525;
}

.faq-item:hover {
    z-index: 2;
    box-shadow: 8px 8px #252525;
}

.faq-question {
    padding: 20px 24px;
    background-color: #fff;
    color: #252525;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 20px;
    line-height: 120%;
}

.faq-question:hover {
    background-color: #fff;
}

.faq-question.active {
    background-color: #E3D0FE;
    border: 0;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.expand_icon.active {
    display: block;
}

.expand_icon {
    display: none;
}

.collapse_icon {
    display: none;
}

.collapse_icon.active {
    display: block;
}

.faq-answer {
    background-color: #E3D0FE;
    padding: 0;
    margin-top: -1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    border: 0;
}

.faq-answer.active {
    padding: 20px;
    max-height: 1000px;
}

.faq-answer ul {
    margin: 10px 0;
    list-style: none; /* Убираем стандартные маркеры */
    padding-left: 0; /* Убираем стандартный отступ */
}

.faq-answer li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 1.5em; /* Отступ для дефиса */
}
.faq-answer li::before {
    content: "-"; /* Дефис как маркер */
    position: absolute;
    left: 0;
    color: #333; /* Цвет дефиса */
}

.customer-animation-desktop {
    display: block;
    position: absolute;
    top: -25px;
    left: 596px;
    width: 689px;
    height: 502px;
    background: transparent;
    z-index: 2;
}
.customer-animation-mobile {
    display: none;
}

.customers-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 56px;
    transition: all 0.5s ease;
}

.executors-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 111px;
    height: 56px;
    transition: all 0.5s ease;
}

.customers-icon-1 {
    opacity: 1;
    transform: scale(1);
}

.customers-icon-2 {
    opacity: 0;
    transform: scale(0.9);
}

.customers-icon-active .customers-icon-1 {
    opacity: 0;
    transform: scale(0.9);
}

.customers-icon-active .customers-icon-2 {
    opacity: 1;
    transform: scale(1);
}

.customers-white-circle {
    transition: x 0.5s ease;
}

.customers-icon-active .customers-white-circle {
    x: 62px;
}

.customers-text-path {
    transition: opacity 0.3s ease;
}

.customers-icon-active .customers-text-path {
    opacity: 0;
}

.customers-controls {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.customers-btn {
    padding: 8px 16px;
    background: #4a6fa5;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.customers-btn:hover {
    background: #385d8a;
}

.customers-status {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.customers-animation-reply {
    position: absolute;
    width: 169px;
    height: 56px;
    opacity: 0;
    left: 121px;
    border-radius: 48px;
    border-width: 2px;
    border-style: solid;
    border-color: #252525;
    background: #CCFD56;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
    padding: 12px 16px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
}

.customers-animation-task-card {
    position: absolute;
    top: 79px;
    background: #fff;
    width: 381px;
    height: 208px;
    opacity: 1;
    border-radius: 28px;
    border-width: 2px;
    padding: 24px;
    z-index: 2;
    box-shadow: 8px 8px #252525;
}

.executors-animation-reply {
    position: absolute;
    width: 232px;
    height: 56px;
    opacity: 0;
    left: 121px;
    background: #fff;
    border-radius: 48px;
    border-width: 2px;
    border-style: solid;
    border-color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
    padding: 12px 16px;
}

.executors-animation-reply-bell {
    position: absolute;
    width: 40px;
    height: 39px;
    opacity: 1;
    top: -7px;
    left: 200px;
    border-radius: 24px;
    border: 2px solid #252525;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

.executors-animation-reply-indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    top: -2px;
    left: 25px;
    border: 2px solid #252525;
    border-radius: 50%;
    background-color: #F095E3;
    transition: opacity 0.5s ease-in-out;
}

.executors-animation-task-cards {
    position: absolute;
    background: #fff;
    width: 381px;
    height: 208px;
    opacity: 1;
    border-radius: 28px;
    border-width: 2px;
    padding: 24px;
    z-index: 2;
    box-shadow: 8px 8px #252525;
}

.executors-animation-task-card-1 {
    top: 79px;
}

.executors-animation-task-card-2 {
    top: 79px;
    left: 400px;
}

.executors-animation-task-card-3 {
    top: 310px;
    left: -80px;
}

.executors-animation-task-card-4 {
    top: 310px;
    left: 320px;
}


.customers-animation-task-card-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    margin-bottom: 4px;
}

.customers-animation-task-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.customers-animation-task-card-btn {
    opacity: 1;
    height: 32px;
    border-radius: 24px;
    border: 2px solid #252525;
    background-color: #E3D0FE;
    padding: 8px 12px;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    transition: background-color 0.3s ease;
}

.customers-animation-seller-card {
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 221px;
    height: 173px;
    opacity: 0;
    border-radius: 24px;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 24px;
    z-index: 2;
    box-shadow: 8px 8px #252525;
}

.customers-animation-seller-card-1 {
    top: 79px;
    left: 466px;
}

.customers-animation-seller-card-2 {
    top: 290px;
    left: 421px;
}


.customers-animation-seller-card-3 {
    top: 320px;
    left: 150px;
}

.customers-animation-seller-card-text {
    height: 8px;
    border-radius: 16px;
    background-color: #E4E4E4;
}

.customers-animation-seller-card-position {

}

.executors-animation-window {
    margin: -32px -28px 0;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.executors-animation-task-card {
    display: none;
}

.executors-animation-task-categories {
    display: block;
}

.executors-animation-step3-1 {
    display: block;
}
.executors-animation-step3-2 {
    display: none;
}
.executors-animation-step3-3 {
    display: none;
}

.process-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.process-buttons-btn {
    width: 194px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #fff;
    color: #252525;
    border: 2px solid #604CDD;
    border-radius: 48px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.process-buttons-btn:hover {
    background: #604CDD;
    color: #fff;
}


.process-buttons-btn-active {
    width: 194px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #604CDD;
    color: #fff;
    border: 2px solid #604CDD;
    border-radius: 48px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.process-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    color: #252525;
    margin-bottom: 12px;
    text-align: center;
}

.process-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #252525;
    margin-bottom: 35px;
}

.about-quote-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 96px;

}
.about-quote-text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 864px;
    height: 357px;
    opacity: 1;
    border-radius: 22px;
    border: 2px solid #252525;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    padding: 41px 33px;
}

.about-quote {
    position: absolute;
    top: -15px;
    left: 25px;
    z-index: 2;
    width: 55px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}


.about-quote-subtext {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #25252580;
}

.blog-section-new {
    display: flex;
    flex-direction: column;
    padding-top: 28px;
}

.blog-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 0 10px;
}

.blog-filters__list {
    display: flex;
    gap: 8px;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.blog-filters__list li {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #F8F8F8;
}

.blog-filters__list li:hover {
    background-color: #604CDD;
    color: #fff;
}

.blog-filters__list li.active {
    background-color: #604CDD;
    color: #fff;
}

.blog-section-new-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.blog-page-wrapper {
    display: flex;
    flex-direction: column;
    width: 1214px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.blog-list-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-list-1-2 {
    display: flex;
    flex-direction: column;
    width: 381px;
    gap: 20px;
}

.blog-list-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-list-2-2 {
    display: flex;
    flex-direction: column;
    width: 781px;
    gap: 20px;
}

.blog-list-2-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 381px;
    margin: 0;
    padding: 0;
}

.blog-card {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    padding: 24px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: .2s;
}

.blog-card-big {
    width: 781px;
    height: 484px;
}

.blog-card-big-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    margin: auto 0 8px;
    color: #fff;
    text-shadow: -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

.blog-card-small {
    width: 381px;
    height: 190px;
    background-color: #F9DCDE;
}

.blog-card-small-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #252525;
}

.blog-card-middle {
    width: 381px;
    height: 274px;
}

.blog-card-long {
    width: 781px;
    height: 190px;
    background-color: #D0E8FE;
}

.blog-section-big-img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    margin-right: 36px;
}

.blog-card-middle-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: auto 0 8px;
    color: #fff;
    text-shadow: -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

.blog-for-users {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 381px;
    height: 484px;
    opacity: 1;
    border-radius: 22px;
    padding: 32px 20px;
    background-color: #CBFC55;
}

.blog-for-users-img-1 {
    border-radius: 33px;
    box-shadow: 6px 6px #252525;
}

.blog-for-users-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.blog-for-users__black-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 12px 24px;
    width: 100%;
    height: 72px;
    opacity: 1;
    border-radius: 22px;
}

.blog-social {
    display: flex;
    flex-direction: column;
    width: 781px;
    height: 282px;
    opacity: 1;
    border-radius: 22px;
    background-image: url("/img/blog_social_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding: 36px 36px;
}

.blog-social-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #252525;
    margin-bottom: 16px;
}

.article-go-back {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.article-go-back-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.article-cover-wrapper {
    margin-bottom: 40px;
}

.article-cover {
    width: 782px;
    height: auto;
    opacity: 1;
    border-radius: 22px;
}
.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.article-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #999999;
}

.article-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 20px;
}

.contacts-wrapper {
    width: 1184px;
    margin: 0 auto;
    padding: 96px 0;
}

.contacts-title {
    display: flex;
    margin-bottom: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;
}

.contacts-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    width: 552px;
    margin-bottom: 40px;
}

.contacts-card-subtitle-1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    width: 552px;
    margin-bottom: 20px;
}

.purple-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #604CDD;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 24px 36px;
    height: 72px;
    opacity: 1;
    border-radius: 22px;
    gap: 12px;
    margin-bottom: 40px;
}

.black-btn-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 24px 36px;
    height: 72px;
    opacity: 1;
    border-radius: 22px;
    gap: 12px;
    margin-bottom: 40px;
    width: 275px;
}

.contacts-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-bottom: 96px;
}

.contacts-card {
    display: flex;
    flex-direction: column;
    width: 581px;
    height: 253px;
    opacity: 1;
    gap: 10px;
    border-radius: 22px;
    padding: 48px 36px;
    background-color: #CBFC55;
}

.contacts-card-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
}

.contacts-card-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
}
.contacts-card-email {
    display: flex;
    align-items: center;
}

.contacts-requisites {
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 1;
    gap: 24px;
}

.contacts-requisites-cards {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 100px;
    margin-bottom: 96px;
}

.team-section-2 {
    background-color: #e3d0fe;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.team-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.team-cards-left {
    display: flex;
    flex-direction: column;
    width: 681px;
    opacity: 1;
    gap: 20px;
}

.team-card-left {
    display: flex;
    justify-content: space-between;
    width: 681px;
    height: 148px;
    opacity: 1;
    border-radius: 22px;
    background-color: #CBFC55;
    padding: 32px 20px;
}

.team-card-left-text-left {
    display: flex;
    flex-direction: column;
    width: 77%;
    height: 148px;
    opacity: 1;
    gap: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.team-card-left-text-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.team-card-right {
    display: flex;
    justify-content: space-between;
    width: 481px;
    height: 316px;
    opacity: 1;
    border-radius: 22px;
    background-color: #CBFC55;
    padding: 32px 20px;
}

.team-card-right-text-left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 259px;
    opacity: 1;
    gap: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}
.team-card-right-text-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.team-ul {
    list-style: circle!important;
}

.team-ul li {
    margin-bottom: 12px;
}

.team-vacancy-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 44px;
}
.team-vacancy-card-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
    width: 100%;
    height: 106px;
    opacity: 1;
    border-radius: 22px;
    border: 2px solid #252525;
    background-color: #CBFC55;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

.team-vacancy-card-name svg {
    cursor: pointer;
}

.team-vacancy-terms-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.team-vacancy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #604CDD;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 24px;
    border-radius: 22px;
}

.team-vacancy-terms-cards {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.team-vacancy-card-terms {
    display: flex;
    flex-direction: column;
    width: 592px;
    height: 465px;
    opacity: 1;
    border-radius: 22px;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 47px 44px;
}

.team-vacancy-card-terms-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    margin-bottom: 24px;
}

.team-vacancy-card-terms-list {
    list-style: none;
}

.team-vacancy-card-terms-list li {
    display: flex;
    margin-bottom: 16px;
}

.team-vacancy-card-terms-list-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 28px;
    opacity: 1;
    margin-right: 16px;
    border-radius: 10px;
    padding: 8px 10px;
    background-color: #F8F8F8;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
}

.partners-section-title {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    width: 100%;
    font-weight: 700;
    font-size: 56px;
    line-height: 110%;

}
.partners-section-subtitle {
    display: flex;
    justify-content: center;
    width: 659px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 40px;
}

.partners-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.partners-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 281px;
    height: 244px;
    opacity: 1;
    gap: 10px;
    border-radius: 22px;
    padding: 32px 20px;
    background-color: #CBFC55;
}

.partners-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 12px;
}

.partners-card-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.partners-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 28px;
    gap: 8px;
    opacity: 1;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    color: #252525;
    background-color: #fff;
}

.partners-vacancy-cards {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 16px;
}

.partners-vacancy-terms-cards {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.partners-vacancy-card-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
    width: 592px;
    height: 106px;
    opacity: 1;
    border-radius: 22px;
    border: 2px solid #252525;
    background-color: #CBFC55;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
}

.partners-vacancy-card-terms {
    display: flex;
    flex-direction: column;
    width: 592px;
    height: 270px;
    opacity: 1;
    border-radius: 22px;
    border: 2px solid #252525;
    background-color: #fff;
    padding: 47px 44px;
}

.partners-section-3 {
    background-color: #CBFC55;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

.partners-start-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    opacity: 1;
}

.partners-start-block-left {
    display: flex;
    flex-direction: column;
    width: 37%;
}

.partners-start-block-left-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    margin-bottom: 24px;
}

.partners-start-block-left-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 23px;
}

.partners-start-block-left-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #252525;
    color: #fff;
    width: 194px;
    height: 72px;
    opacity: 1;
    border-radius: 22px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 24px 40px;
}

.partners-start-block-right {
    position: relative;
    width: 50%;
}

.partners-start-block-right-bg {
    position: absolute;
    top: -53px;
    left: 0;
    opacity: 1;
}

.partners-start-block-right-bg-mobile {
    position: absolute;
    top: -53px;
    left: 0;
    opacity: 0;
}
.partners-start-block-right-frame-1 {
    position: absolute;
    top: 45px;
    left: 210px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.partners-start-block-right-frame-2 {
    position: absolute;
    top: 48px;
    left: 215px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
.partners-start-block-right-frame-3 {
    position: absolute;
    top: 45px;
    left: 226px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.modal_field-error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}


@media (max-width: 585px) {

    .partners-start-block {
        flex-direction: column;
        width: 100%;
        height: 418px;
        opacity: 1;
    }

    .partners-start-block-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .partners-start-block-left-title {
        font-weight: 700;
        font-size: 36px;
        line-height: 110%;
        margin-bottom: 8px;
        text-align: center;
    }

    .partners-start-block-left-subtitle {
        text-align: center;
    }

    .partners-start-block-left-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #604CDD;
        color: #fff;
        width: 343px;
        height: 56px;
        opacity: 1;
        border-radius: 22px;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        padding: 24px 40px;
    }

    .partners-start-block-right {
        position: relative;
        top: -119px;
        width: 100vw;
    }

    .partners-start-block-right-bg {
        opacity: 0;
    }

    .partners-start-block-right-bg-mobile {
        width: 390px;
        top: -47px;
        left: 0.5rem;
        opacity: 1;
    }

    .partners-start-block-right-frame-1 {
        position: absolute;
        top: 7px;
        left: 94px;

    }
    .partners-start-block-right-frame-2 {
        position: absolute;
        top: 7px;
        left: 98px;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }
    .partners-start-block-right-frame-3 {
        position: absolute;
        top: 7px;
        left: 110px;
        opacity: 1;
        transition: opacity 0.5s ease-in-out;
    }

    .partners-section-title {
        font-size: 36px;
    }

    .partners-section-subtitle {
        display: flex;
        justify-content: start;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: left;
        margin-bottom: 32px;
    }

    .partners-cards {
        flex-direction: column;
        gap: 12px;
    }

    .partners-card {
        width: 100%;
        height: 164px;
    }

    .partners-card-title {
        font-size: 20px;
    }

    .partners-vacancy-cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 16px;
    }

    .partners-vacancy-card-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 20px;
        width: 100%;
        height: 74px;
        font-size: 20px;
        line-height: 130%;
    }

    .partners-vacancy-card-terms {
        width: 100%;
        height: auto;
        padding: 32px 20px;
    }

    .team-cards {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .team-cards-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        opacity: 1;
        gap: 20px;
    }

    .team-card-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 230px;
        opacity: 1;
        border-radius: 22px;
        background-color: #CBFC55;
        padding: 32px 20px;
    }

    .team-card-left-text-left {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 148px;
        opacity: 1;
        gap: 10px;
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
    }

    .team-card-left-text-right {
        padding: 0 20px;
    }

    .team-card-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 400px;
        opacity: 1;
        border-radius: 22px;
        background-color: #CBFC55;
        padding: 32px 20px;
    }

    .team-card-right-text-left {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
        opacity: 1;
        gap: 10px;
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
    }

    .team-card-right-text-right {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 0 20px;
    }

    .team-vacancy-card-name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 36px 40px;
        width: 100%;
        height: 106px;
        opacity: 1;
        border-radius: 22px;
        border: 2px solid #252525;
        background-color: #CBFC55;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }

    .team-vacancy-terms-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .team-vacancy-terms-cards {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .team-vacancy-card-terms {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        opacity: 1;
        border-radius: 22px;
        border: 2px solid #252525;
        background-color: #fff;
        padding: 47px 44px;
    }

    .team-vacancy-card-terms-title {
        font-size: 20px;
    }


    .contacts-wrapper {
        width: 100%;
        padding: 56px 16px;
    }



    .contacts-title {
        font-weight: 700;
        font-size: 36px;
    }

    .contacts-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        width: 100%;
        margin-bottom: 24px;
    }

    .purple-btn-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #604CDD;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        padding: 24px 36px;
        height: 72px;
        opacity: 1;
        border-radius: 22px;
        gap: 12px;
        width: 100%;
        margin-bottom: 40px;
    }

    .contacts-cards {
        margin-bottom: 48px;
    }

    .contacts-card {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 238px;
        opacity: 1;
        gap: 10px;
        border-radius: 22px;
        padding: 32px 20px;
        background-color: #CBFC55;
    }

    .contacts-card-title {
        font-size: 20px;
    }

    .contacts-card-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 32px;
        text-wrap: wrap;
    }
    .contacts-card-subtitle-1 {
        width: 100%;
        text-wrap: wrap;
        margin-bottom: 32px;
    }

    .black-btn-arrow {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #252525;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        padding: 16px 20px;
        height: 72px;
        opacity: 1;
        border-radius: 22px;
        gap: 12px;
        margin-bottom: 40px;
        width: 275px;
    }

    .contacts-requisites {
        display: flex;
        flex-direction: column;
        width: 100%;
        opacity: 1;
        gap: 24px;
    }

    .contacts-requisites-cards {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
        margin-bottom: 56px;
    }

    .article-title {
        font-weight: 500;
        font-size: 28px;
    }

    .blog-list-1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .blog-list-1-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .blog-page-wrapper {
        width: 100%;
        padding: 0 16px;
    }

    .blog-filters__list {
        justify-content: center;
        align-items: center;
    }

    .blog-card-big {
        width: 100%;
        height: 243px;
    }

    .blog-card-big-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
        margin: auto 0 8px;
        color: #fff;
        text-shadow: -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
    }

    .blog-card-small {
        width: 100%;
        height: 243px;
        background-color: #F9DCDE;
    }

    .blog-card-small-title {
        font-size: 20px;
    }

    .blog-card-middle {
        width: 100%;
        height: 243px;
    }

    .blog-card-middle-title {
        font-size: 20px;
    }

    .blog-list-2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px;
    }

    .blog-for-users {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 398px;
        opacity: 1;
        border-radius: 22px;
        padding: 32px 20px;
        background-color: #CBFC55;
        margin-bottom: 20px;
    }

    .blog-for-users-title {
        font-size: 20px;
    }

    .blog-for-users-img-1 {
        border-radius: 33px;
        box-shadow: 6px 6px #252525;
    }

    .blog-list-2-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
        margin-bottom: 20px;
    }

    .blog-card-long {
        width: 100%;
        height: 190px;
        background-color: #D0E8FE;
    }

    .blog-section-big-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 16px;
    }

    .blog-social {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;
        height: 404px;
        opacity: 1;
        border-radius: 22px;
        background-image: url("/img/blog_social_bg_mobile.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
        padding: 32px 32px;
    }

    .blog-social-title {
        font-size: 20px;
    }

    .blog-list-2-1 {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .pb-56 {
        padding-bottom: 0;
    }

    .about-quote-section {
        margin-bottom: 48px;
    }
    .about-quote-text {
        width: 343px;
        height: auto;
        padding: 25px 16px;
        font-weight: 700;
        font-size: 28px;
        line-height: 110%;
    }
    .process-title {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
        color: #252525;
        margin-bottom: 12px;
        text-align: center;
    }

    .process-subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #252525;
        margin-bottom: 35px;
    }
    .new-fact-item {
        margin-right: 8px;
    }
    .customers-section-2__left-block {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .customers-section-2__left-block-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 16px;
        width: 100%;
        height: auto;
        opacity: 1;
        border-radius: 22px;
        background-color: #fff;
        padding: 12px 20px;
        font-weight: 500;
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .customers-section-2__right-block {
        width: 100%;
        height: auto;
        padding: 32px 24px;
        border-radius: 16px;
        font-size: 20px;
    }

    .customer-animation-desktop {
        display: none;

    }
    .customer-animation-mobile {
        display: block;
        position: absolute;
        top: 306px;
        left: 1px;
        width: 320px;
        height: 502px;
        background: transparent;
        z-index: 2;
    }
    .executors-animation-mobile {
        display: block;
        position: absolute;
        top: 306px;
        left: 1px;
        width: 1072px;
        height: 502px;
        background: transparent;
        z-index: 2;
    }
    .customers-icon {
        position: absolute;
        top: 188px;
        left: 16px;
        width: 88px;
        height: 44px;
        transition: all 0.5s ease;
    }

    .executors-icon {
        position: absolute;
        top: 0;
        left: 20px;
        width: 88px;
        height: 44px;
        transition: all 0.5s ease;
    }

    .customers-icon-1 {
        opacity: 1;
        transform: scale(1);
    }

    .customers-icon-2 {
        opacity: 0;
        transform: scale(0.95);
    }

    .customers-icon-active .customers-icon-1 {
        opacity: 0;
        transform: scale(0.9);
    }

    .customers-icon-active .customers-icon-2 {
        opacity: 1;
        transform: scale(1);
    }

    .customers-white-circle {
        transition: x 0.5s ease;
    }

    .customers-icon-active .customers-white-circle {
        x: 62px;
    }

    .customers-text-path {
        transition: opacity 0.3s ease;
    }

    .customers-icon-active .customers-text-path {
        opacity: 0;
    }


    .customers-animation-reply {
        position: absolute;
        width: 169px;
        height: 44px;
        opacity: 0;
        top: 20px;
        left: 141px;
        border-radius: 48px;
        border-width: 2px;
        border-style: solid;
        border-color: #252525;
        background: #CCFD56;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease-in-out;
        padding: 12px 16px;
        color: #1A1A1A;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        z-index: 10;
    }

    .customers-animation-task-card {
        position: absolute;
        top: 0;
        left: 16px;
        background: #fff;
        width: 240px;
        height: 158px;
        opacity: 1;
        border-radius: 28px;
        border-width: 2px;
        padding: 24px;
        z-index: 2;
        box-shadow: 8px 8px #252525;
    }

    .customers-animation-task-card-subtitle {
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        color: #999999;
        margin-bottom: 4px;
    }

    .customers-animation-task-card-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 130%;
    }
    .customers-animation-task-card-btn {
        opacity: 1;
        height: 32px;
        border-radius: 24px;
        border: 2px solid #252525;
        background-color: #E3D0FE;
        padding: 8px 12px;
        color: #252525;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        transition: background-color 0.3s ease;
    }

    .customers-animation-seller-card {
        position: absolute;
        transition: opacity 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 215px;
        height: 168px;
        opacity: 0;
        border-radius: 24px;
        border: 2px solid #252525;
        background-color: #fff;
        padding: 24px;
        z-index: 2;
        box-shadow: 8px 8px #252525;
    }

    .customers-animation-seller-card-1 {
        top: 150px;
        left: 150px;
    }

    .customers-animation-seller-card-2 {
        top: 150px;
        left: 150px;
    }


    .customers-animation-seller-card-3 {
        top: 150px;
        left: 150px;
    }

    .customers-animation-seller-card-text {
        height: 8px;
        border-radius: 16px;
        background-color: #E4E4E4;
    }

    .executors-animation-reply {
        position: absolute;
        width: 232px;
        height: 56px;
        opacity: 0;
        left: 141px;
        background: #fff;
        border-radius: 48px;
        border-width: 2px;
        border-style: solid;
        border-color: #252525;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease-in-out;
        padding: 12px 16px;
    }

    .executors-animation-reply-bell {
        position: absolute;
        width: 40px;
        height: 39px;
        opacity: 1;
        top: -7px;
        left: 200px;
        border-radius: 24px;
        border: 2px solid #252525;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease-in-out;
    }

    .executors-animation-reply-indicator {
        position: absolute;
        width: 10px;
        height: 10px;
        opacity: 1;
        top: -2px;
        left: 25px;
        border: 2px solid #252525;
        border-radius: 50%;
        background-color: #F095E3;
        transition: opacity 0.5s ease-in-out;
    }

    .executors-animation-task-cards {
        position: absolute;
        background: #fff;
        width: 240px;
        height: 158px;
        opacity: 1;
        border-radius: 28px;
        border-width: 2px;
        padding: 24px;
        z-index: 2;
        box-shadow: 8px 8px #252525;
    }

    .executors-animation-task-card-1 {
        top: 79px;
        left: 10px;
    }

    .executors-animation-task-card-2 {
        top: 79px;
        left: 268px;
    }

    .executors-animation-task-card-3 {
        top: 79px;
        left: 536px;
    }

    .executors-animation-task-card-4 {
        top: 79px;
        left: 804px;
    }

}
