

/* Start:/local/templates/openyard/assets/css/page-partners.css?174772690061774*/
.block-start {
    margin-top: clamp(40px, 4.4444444444vw, 80px)
}

.block-start__wrap {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: clamp(40px, 8.3333333333vw, 150px)
}

.block-start__wrap .content-buttons {
    display: flex;
    max-width: 940px;
    background-color: var(--black);
    border-radius: 20px;
    background: var(--black);
    overflow: hidden
}

.block-start__image {
    position: relative;
    width: 100%;
    height: clamp(325px, 41.6666666667vw, 750px)
}

.block-start__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    border-radius: clamp(15px, 1.1111111111vw, 20px);
    object-fit: contain
}

.block-start__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.block-start__content .content-caption {
    display: flex;
    flex-direction: column;
    grid-gap: clamp(30px, 2.7777777778vw, 50px)
}

.block-start__content .content-caption h1 {
    color: var(--black);
    font-size: var(--font-size-1);
    font-weight: 500;
    line-height: 100%
}

.block-start__content .content-caption p {
    color: var(--black);
    font-size: clamp(15px, 1.4444444444vw, 26px);
    line-height: 130%;
    letter-spacing: .52px
}

.block-start__content .content-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-gap: 20px 0;
    margin-top: 30px;
    padding: clamp(20px, 2.7777777778vw, 50px);
    border-radius: clamp(15px, 1.1111111111vw, 20px);
    border: 1px solid var(--black);
    background: var(--bg)
}

.block-start__content .content-desc::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 605px;
    height: 276px;
    background: url(/local/templates/openyard/assets/css/../img/block-home_desc_img.svg) center no-repeat;
    background-size: cover
}

.block-start__content .content-desc h4 {
    position: relative;
    margin: 0;
    color: var(--black);
    font-size: var(--font-size-5);
    font-weight: 500;
    line-height: 130%
}

.block-start__content .content-desc p {
    position: relative;
    max-width: 402px;
    color: var(--gray);
    font-size: var(--font-size-6);
    font-weight: 400;
    line-height: 130%
}

@media (max-width: 1920px) {
    .block-start__content .content-desc::before {
        width: calc(420px + (605 - 420) * ((100vw - 991px) / (1920 - 991)));
        height: calc(192px + (276 - 192) * ((100vw - 991px) / (1920 - 991)))
    }
}

@media (max-width: 991px) {
    .block-start__wrap {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .block-start__wrap .content-buttons {
        order: 3
    }

    .block-start__image {
        order: 2;
        overflow: hidden
    }

    .block-start__image img {
        width: 100%;
        object-fit: cover
    }

    .block-start__content {
        height: 100%;
        margin-bottom: 40px;
        order: 1
    }

    .block-start__content .content-desc::before {
        display: none
    }
}

@media (max-width: 480px) {
    .block-start__wrap .content-buttons {
        display: flex;
        flex-direction: column;
        background: rgba(0, 0, 0, 0)
    }
}

.block-caption__wrap {
    position: relative
}

.block-caption__bread {
    position: absolute;
    top: clamp(20px, 1.7777777778vw, 32px);
    left: 0;
    display: flex;
    align-items: center;
    grid-gap: clamp(8px, 0.8333333333vw, 15px)
}

.block-caption__bread span {
    color: var(--black);
    font-size: var(--font-size-4);
    font-weight: 500;
    line-height: 100%
}

.block-caption__title {
    max-width: clamp(820px, 66.1111111111vw, 1190px)
}

@media screen and (max-width: 1600px) {
    .block-caption__title {
        max-width: clamp(780px, 58.8888888889vw, 1060px)
    }
}

@media screen and (max-width: 1180px) {
    .block-caption__title {
        max-width: 680px
    }
}

.block-caption__title h1, .block-caption__title h2 {
    margin: 0;
    color: var(--black);
    font-size: clamp(32px, 3.8888888889vw, 70px);
    font-weight: 500;
    line-height: 100%;
    text-indent: clamp(70px, 7.7777777778vw, 140px)
}

@media screen and (max-width: 1600px) {
    .block-caption__title h1, .block-caption__title h2 {
        font-size: clamp(32px, 3.6111111111vw, 65px)
    }
}

.block-caption__subtitle {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-top: clamp(20px, 2.2222222222vw, 40px)
}

.block-caption__subtitle.is-indented {
    padding: 0 clamp(70px, 7.2222222222vw, 130px)
}

@media (max-width: 1260px) {
    .block-caption__subtitle.is-indented {
        grid-column-gap: 20px
    }
}

@media (max-width: 991px) {
    .block-caption__subtitle.is-indented {
        padding: 0
    }
}

.block-caption__subtitle p {
    grid-column: 2/3;
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 130%
}

@media screen and (max-width: 1600px) {
    .block-caption__subtitle p {
        font-size: 13px
    }
}

@media (max-width: 1199px) {
    .block-caption__bread span {
        max-width: 120px
    }
}

@media (max-width: 991px) {
    .block-caption__subtitle p {
        grid-column: 1/3;
        font-size: 15px
    }
}

@media (max-width: 767px) {
    .block-caption__bread {
        position: relative;
        top: unset;
        left: unset;
        display: none;
        margin-bottom: 15px
    }

    .block-caption__bread span {
        max-width: 100%
    }

    .block-caption__title h1, .block-caption__title h2 {
        text-indent: 0
    }
}

@media (max-width: 365px) {
    .block-caption__title h1, .block-caption__title h2 {
        word-break: break-word
    }
}

.block-service__list {
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.block-service__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: clamp(240px, 17.7777777778vw, 320px);
    margin-bottom: -1px;
    padding: clamp(20px, 2.2222222222vw, 40px);
    border-radius: clamp(15px, 1.1111111111vw, 20px);
    border: 1px solid var(--black);
    background: var(--bg);
    z-index: 2
}

.block-service__item:nth-child(2n) {
    margin-left: -1px
}

.block-service__item .item-icon {
    position: absolute;
    left: clamp(20px, 2.2222222222vw, 40px);
    bottom: clamp(20px, 2.2222222222vw, 40px);
    width: clamp(75px, 5.5555555556vw, 100px);
    height: clamp(75px, 5.5555555556vw, 100px)
}

@media screen and (max-width: 1024px) {
    .block-service__item .item-icon {
        width: clamp(80px, 5.5555555556vw, 100px);
        height: clamp(80px, 5.5555555556vw, 100px)
    }
}

.block-service__item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.block-service__item .item-title .num {
    position: absolute;
    top: clamp(20px, 2.7777777778vw, 50px);
    left: clamp(20px, 2.7777777778vw, 50px)
}

.block-service__item .item-title .num, .block-service__item .item-title h4 {
    margin: 0;
    color: var(--black);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%
}

@media screen and (max-width: 1600px) {
    .block-service__item .item-title .num, .block-service__item .item-title h4 {
        font-size: 19px
    }
}

@media screen and (max-width: 1024px) {
    .block-service__item .item-title .num, .block-service__item .item-title h4 {
        font-size: 18px
    }
}

.block-service__item .item-subtitle {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    max-width: clamp(320px, 23.3333333333vw, 420px)
}

.block-service__item .item-subtitle p {
    color: var(--gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media screen and (max-width: 1600px) {
    .block-service__item .item-subtitle p {
        font-size: 13px
    }
}

@media screen and (max-width: 1024px) {
    .block-service__item .item-subtitle p {
        font-size: 15px
    }
}

.block-service__item .item-subtitle a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: clamp(20px, 2.2222222222vw, 40px);
    color: var(--violet);
    font-size: var(--font-size-6);
    font-weight: 500;
    line-height: 130%
}

.block-service__item .item-subtitle a::after {
    content: "";
    display: block;
    width: 7px;
    height: 17px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDcgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw1LjMyNjU0IDYuNTQ3NjNDNi4yODk1MSA3LjY3MTEgNi4yODk1MSA5LjMyODkgNS4zMjY1NCAxMC40NTI0TDEgMTUuNSIgc3Ryb2tlPSIjQUIyMEVEIiBzdHJva2Utd2lkdGg9IjEuNiIvPgo8L3N2Zz4K);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 991px) {
    .block-service__item .item-icon {
        top: 20px;
        right: 20px;
        left: unset;
        bottom: unset
    }

    .block-service__item .item-title {
        max-width: 65%;
        min-height: 80px;
        margin-bottom: 10px
    }

    .block-service__item .item-subtitle {
        align-self: flex-start;
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 767px) {
    .block-service__list {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 365px) {
    .block-service__item .item-title {
        min-height: auto
    }

    .block-service__item .item-title h4 {
        word-break: break-word
    }
}

.support-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: clamp(550px, 43.3333333333vw, 780px);
    padding: clamp(20px, 2.7777777778vw, 50px);
    border-radius: 20px;
    background: url(/local/templates/openyard/assets/css/../img/page-service/support-bg.svg) center no-repeat;
    background-size: cover;
    mix-blend-mode: darken
}

.support-wrap::before {
    content: "";
    position: absolute;
    top: -13.9%;
    left: 0;
    display: block;
    width: 100%;
    height: 122%;
    background: url(/local/templates/openyard/assets/css/../img/page-service/support-bg-line.svg) center no-repeat;
    background-size: cover
}

.support .block-caption__bread span {
    color: var(--white)
}

.support .block-caption__title h2 {
    color: var(--white)
}

.support-content {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.support-content__text {
    grid-column: 2/3;
    display: flex;
    flex-direction: column;
    grid-gap: clamp(15px, 2.2222222222vw, 40px)
}

.support-content__text p {
    color: var(--white);
    font-size: clamp(15px, 1.4444444444vw, 26px);
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .52px
}

.support-content__text .link {
    color: var(--white);
    font-size: clamp(30px, 4.4444444444vw, 80px);
    font-weight: 400;
    line-height: 100%
}

.support-content__text .link.phone {
    font-size: clamp(20px, 3.3333333333vw, 60px)
}

@media (min-width: 1925px) {
    .support-wrap::before {
        top: -20%;
        height: 155%
    }
}

@media (max-width: 580px) {
    .support-wrap {
        overflow: hidden
    }

    .support-wrap::before {
        top: 23%;
        left: 0;
        height: 100%;
        background-position-x: 78%;
        background-position-y: 100%
    }

    .support-content__text {
        grid-column: 1/3
    }
}

.buttons {
    flex: 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(20px, 1.6666666667vw, 30px) clamp(20px, 2.2222222222vw, 40px);
    font-size: clamp(15px, 1.1111111111vw, 20px);
    font-weight: 500;
    line-height: 120%;
    text-align: start;
    border-radius: 20px;
    border: 1.6px solid var(--black);
    cursor: pointer;
    transition: .5s ease
}

.buttons_bg_black {
    color: var(--white);
    background-color: var(--black)
}

.buttons_bg_black .icon path {
    stroke: var(--light);
    transition: .5s ease
}

.buttons_bg_black:hover {
    background-color: #313539;
    transition: .5s ease
}

.buttons_bg_black:hover .icon path {
    transition: .5s ease
}

.buttons_bg_white {
    color: var(--black);
    background-color: var(--bg)
}

.buttons_bg_white:hover {
    background-color: #e4e4e4
}

.buttons_bg_white .icon path {
    stroke: var(--black)
}

.buttons.is-full-width {
    width: 100%
}

.select {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.select-custom {
    height: clamp(43px, 3.5vw, 63px);
    margin-left: -1px;
    padding: 0 clamp(15px, 1.6666666667vw, 30px);
    border-radius: 15px;
    border: 1px solid var(--black)
}

.select-custom.checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.select-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(10px, 1.6666666667vw, 30px);
    width: 100%;
    font-size: var(--font-size-6);
    user-select: none;
    white-space: nowrap;
    cursor: pointer
}

.select-toggle::after {
    content: "";
    width: 14px;
    height: 8px;
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE2IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNSAwLjVMOCA2LjVMMSAwLjQ5OTk5OSIgc3Ryb2tlPSIjMjcyQjMyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .4s ease
}

.select-toggle:focus {
    outline: none
}

.select-show .select-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-show .select-toggle::after {
    transform: scaleY(-1)
}

.select-show .select-dropdown {
    opacity: 1;
    min-width: fit-content;
    pointer-events: all;
    transition: transform .35s ease, opacity .1s ease
}

.select-show .select__backdrop {
    display: block
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    z-index: 2;
    border-radius: 15px;
    border: 1px solid var(--black);
    background: var(--bg);
    opacity: 0;
    transition: transform .4s ease, opacity .1s ease;
    pointer-events: none
}

.select-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .018);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px
}

.select-dropdown::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg)
}

.select-dropdown::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--black)
}

.select-options {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 350px;
    padding: 0 clamp(15px, 1.6666666667vw, 30px)
}

.select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .018);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px
}

.select-options::-webkit-scrollbar {
    width: 3px;
    background-color: var(--bg)
}

.select-options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--black)
}

.select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(10px, 1.1111111111vw, 20px) 0;
    font-weight: 500;
    font-size: clamp(18px, 1.1111111111vw, 20px);
    color: var(--black);
    line-height: 120%;
    white-space: nowrap;
    text-transform: none;
    transition: color .15s ease-in-out
}

.select-option:hover {
    color: var(--violet);
    cursor: pointer
}

.select-option-selected {
    color: var(--violet)
}

.select-option-selected:hover {
    color: var(--violet)
}

.select input.hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

@media (max-width: 1450px) {
    .select-custom.is-horizontal .select-dropdown {
        left: calc(-1 * var(--padding-1));
        margin-left: 0;
        padding: 0 var(--padding-1)
    }
}

@media (max-width: 720px) {
    .select-custom.is-horizontal {
        padding: 26px 28px;
        background: rgba(232, 232, 232, .3)
    }

    .select-custom.is-horizontal.select-show {
        padding: 26px 28px 0 28px
    }

    .select-custom.is-horizontal .select-dropdown {
        top: 100%;
        left: 0;
        margin-left: 0;
        padding: 0;
        width: calc(100% + 56px);
        margin-top: 26px;
        position: relative;
        padding-top: 16px
    }

    .select-custom.is-horizontal .select-options {
        max-height: none
    }
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40%;
    max-width: 746px;
    height: auto;
    aspect-ratio: 746/1160;
    background: url(/local/templates/openyard/assets/css/../img/page-partner/partner-desktop.png) right no-repeat;
    background-size: 100% 100%
}

@media screen and (max-width: 1600px) {
    main::before {
        max-width: 544px;
        aspect-ratio: 544/870
    }
}

@media screen and (max-width: 991px) {
    main::before {
        background: url(/local/templates/openyard/assets/css/../img/page-partner/partner-mobile.png) right no-repeat;
        max-width: 265px;
        width: 100%;
        background-position: top right;
        aspect-ratio: 265/256;
        left: auto;
        right: 0;
        background-size: 100% 100%;
        z-index: 1
    }
}

.partner-btn {
    height: 108px;
    font-size: 18px;
    border-radius: 20px;
    border: 1px solid var(--black)
}

@media screen and (max-width: 1600px) {
    .partner-btn {
        font-size: 14px;
        height: 81px;
        border-radius: 15px
    }
}

@media screen and (max-width: 991px) {
    .partner-btn {
        font-size: 13px;
        height: 74px
    }
}

.partner-btn > svg {
    width: 6px;
    height: 14px;
    min-width: 6px;
    min-height: 14px;
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width: 1440px) {
    .partner-btn > svg {
        width: 4px;
        height: 10px;
        min-width: 4px;
        min-height: 10px
    }
}

@media screen and (max-width: 991px) {
    .partner-btn > svg {
        width: 6px;
        height: 14px;
        min-width: 6px;
        min-height: 14px
    }
}

.partner__wrap {
    margin-bottom: 20px
}

@media screen and (max-width: 1600px) {
    .partner__wrap {
        margin-bottom: 15px
    }
}

.partner__home {
    height: calc(100vh - 182px);
    min-height: fit-content;
    max-height: 1040px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media screen and (max-width: 1600px) {
    .partner__home {
        height: calc(94vh - 180px)
    }
}

@media screen and (max-width: 991px) {
    .partner__home {
        margin-top: 178px;
        height: calc(80vh - 160px)
    }

    .partner__home .home-buttons {
        display: none
    }
}

.partner__title {
    font-size: 26px;
    line-height: 130%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__title {
        font-size: 18px
    }
}

@media screen and (max-width: 991px) {
    .partner__title {
        font-size: 18px
    }
}

.partner__text {
    max-width: 890px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black)
}

@media screen and (max-width: 1600px) {
    .partner__text {
        max-width: 667px;
        font-size: 30px
    }
}

@media screen and (max-width: 991px) {
    .partner__text {
        font-size: 20px
    }
}

.partner__caption {
    display: flex;
    flex-direction: column;
    gap: 50px
}

@media screen and (max-width: 1600px) {
    .partner__caption {
        gap: 37px
    }
}

@media screen and (max-width: 991px) {
    .partner__caption {
        gap: 15px
    }
}

.partner__content {
    display: flex;
    flex-direction: column;
    gap: 140px
}

@media screen and (max-width: 1600px) {
    .partner__content {
        gap: 105px
    }
}

@media screen and (max-width: 991px) {
    .partner__content {
        gap: 40px
    }
}

.partner-more {
    padding: 30px 40px;
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .partner-more {
        padding: 22px 30px;
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .partner-more {
        font-size: 13px;
        padding: 20px
    }
}

.partner__services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    border-radius: 20px;
    border: 1px solid var(--black);
    background-color: var(--black);
    margin-bottom: 180px
}

@media screen and (max-width: 1600px) {
    .partner__services {
        border-radius: 15px;
        margin-bottom: 120px
    }
}

@media screen and (max-width: 991px) {
    .partner__services {
        margin-bottom: 100px
    }
}

.partner__services-block {
    width: 25%;
    padding: 10px;
    background-color: var(--bg);
    border-radius: 20px;
    gap: 40px;
    border: 1px solid var(--black);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 1600px) {
    .partner__services-block {
        gap: 15px;
        border-radius: 15px;
        padding: 8px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block {
        width: 50%;
        max-height: 172px;
        padding: 15px
    }
}

.partner__services-block:hover .partner__services-image {
    opacity: 0;
    position: absolute;
    z-index: -1000;
    transition: opacity .3s ease
}

@media screen and (max-width: 991px) {
    .partner__services-block:hover .partner__services-image {
        opacity: 1;
        position: static;
        z-index: 1
    }
}

.partner__services-block:hover .partner__services-text {
    width: 100%;
    background-color: var(--bg);
    opacity: 1;
    position: relative;
    z-index: 10;
    transition: opacity .3s ease
}

.partner__services-block:nth-child(6n+1):hover .partner__services-image, .partner__services-block:nth-child(6n):hover .partner__services-image {
    display: block;
    position: static;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 0
}

.partner__services-block:nth-child(6n+1):hover .partner__services-text, .partner__services-block:nth-child(6n):hover .partner__services-text {
    opacity: 1;
    transition: opacity .3s ease
}

.partner__services-block:nth-child(6n+1) {
    border-left: none;
    border-top: none
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+1) {
        border-right: none
    }
}

.partner__services-block:nth-child(6n+2), .partner__services-block:nth-child(6n+4) {
    border: none
}

.partner__services-block:nth-child(6n+3), .partner__services-block:nth-child(6n+5) {
    border: none;
    border-left: 1px solid var(--black)
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+2), .partner__services-block:nth-child(6n+3) {
        border-bottom: 1px solid var(--black)
    }
}

.partner__services-block:nth-child(6n+6) {
    border-right: none;
    border-bottom: none
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+6) {
        border-left: none;
        border-top: none;
        border-bottom: 1px solid var(--black)
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+4), .partner__services-block:nth-child(6n+5) {
        order: 1
    }
}

.partner__services-block:nth-child(6n+1) .partner__services-image {
    width: 99px;
    height: 111px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+1) .partner__services-image {
        width: 80px;
        height: 89px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+1) .partner__services-image {
        width: 60px;
        height: 67px
    }
}

.partner__services-block:nth-child(6n+1) .partner__services-mobile-back-image {
    width: 99px;
    height: 111px
}

.partner__services-block:nth-child(6n+1) .partner__services-text {
    width: 50%
}

.partner__services-block:nth-child(6n+2) .partner__services-image {
    width: 126px;
    height: 101px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+2) .partner__services-image {
        width: 101px;
        height: 81px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+2) .partner__services-image {
        width: 76px;
        height: 61px
    }
}

.partner__services-block:nth-child(6n+2) .partner__services-mobile-back-image {
    width: 126px;
    height: 101px
}

.partner__services-block:nth-child(6n+3) .partner__services-image {
    width: 100px;
    height: 104px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+3) .partner__services-image {
        width: 80px;
        height: 83px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+3) .partner__services-image {
        width: 60px;
        height: 63px
    }
}

.partner__services-block:nth-child(6n+3) .partner__services-mobile-back-image {
    width: 100px;
    height: 104px
}

.partner__services-block:nth-child(6n+4) .partner__services-image {
    width: 103px;
    height: 102px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+4) .partner__services-image {
        width: 83px;
        height: 82px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+4) .partner__services-image {
        width: 62px;
        height: 61px
    }
}

.partner__services-block:nth-child(6n+4) .partner__services-mobile-back-image {
    width: 103px;
    height: 102px
}

.partner__services-block:nth-child(6n+5) .partner__services-image {
    width: 115px;
    height: 92px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+5) .partner__services-image {
        width: 93px;
        height: 75px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+5) .partner__services-image {
        width: 69px;
        height: 56px
    }
}

.partner__services-block:nth-child(6n+5) .partner__services-mobile-back-image {
    width: 115px;
    height: 92px
}

.partner__services-block:nth-child(6n+6) .partner__services-image {
    width: 138px;
    height: 97px
}

@media screen and (max-width: 1600px) {
    .partner__services-block:nth-child(6n+6) .partner__services-image {
        width: 110px;
        height: 78px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+6) .partner__services-image {
        width: 83px;
        height: 58px
    }
}

.partner__services-block:nth-child(6n+6) .partner__services-mobile-back-image {
    width: 138px;
    height: 97px
}

.partner__services-block:nth-child(6n+6) .partner__services-text {
    width: 50%
}

.partner__services-block:nth-child(6n+1), .partner__services-block:nth-child(6n) {
    width: 50%
}

@media screen and (max-width: 991px) {
    .partner__services-block:nth-child(6n+1), .partner__services-block:nth-child(6n) {
        width: 100%
    }
}

.partner__services-title {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    padding: 30px
}

@media screen and (max-width: 1600px) {
    .partner__services-title {
        font-size: 24px;
        line-height: 100%;
        padding: 13px 17px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-title {
        font-size: 18px;
        line-height: 120%;
        padding: 0
    }
}

.partner__services-wrapper {
    width: 100%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media screen and (max-width: 1600px) {
    .partner__services-wrapper {
        padding: 18px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-wrapper {
        padding: 0;
        justify-content: flex-end
    }
}

.partner__services-text {
    width: 100%;
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    opacity: 0;
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__services-text {
        font-size: 15px
    }
}

@media screen and (max-width: 991px) {
    .partner__services-text {
        display: none;
        font-size: 18px
    }
}

.partner__services-image {
    display: flex;
    flex-shrink: 0
}

.partner__services-mobile {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(39, 43, 50, .2);
    z-index: 150
}

.partner__services-mobile-wrapper {
    background-color: var(--bg);
    padding: 25px;
    border-radius: 15px 15px 0 0;
    position: absolute;
    bottom: 0
}

.partner__services-mobile-title {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: var(--black);
    margin: 0 0 20px 0
}

.partner__services-mobile-text {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 60px 0
}

.partner__services-mobile-back {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.partner__services-mobile-back-image {
    width: 100px;
    height: 100px;
    display: flex;
    flex-shrink: 0
}

.partner__services-mobile-back-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px
}

.partner__services-mobile-back-wrapper > img {
    width: 6px;
    height: 14px;
    display: flex;
    flex-shrink: 0
}

.partner__services-mobile-back-wrapper > p {
    font-size: 13px;
    line-height: 100%;
    font-weight: 400;
    color: var(--black);
    margin: 0
}

.partner__steps {
    display: flex;
    flex-direction: column;
    gap: 65px;
    margin-bottom: 180px;
    z-index: 0
}

@media screen and (max-width: 1600px) {
    .partner__steps {
        margin-bottom: 120px;
        gap: 50px
    }
}

@media screen and (max-width: 991px) {
    .partner__steps {
        gap: 30px;
        margin-bottom: 100px
    }
}

.partner__steps-title {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__steps-title {
        font-size: 30px;
        line-height: 120%
    }
}

@media screen and (max-width: 991px) {
    .partner__steps-title {
        font-size: 24px
    }
}

.partner__steps-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0
}

@media screen and (max-width: 991px) {
    .partner__steps-wrapper {
        flex-direction: column;
        align-items: normal;
        justify-content: flex-start
    }
}

.partner__step {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px
}

@media screen and (max-width: 1600px) {
    .partner__step {
        gap: 32px
    }
}

@media screen and (max-width: 991px) {
    .partner__step {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
}

.partner__step:last-child .partner__step-text {
    max-width: 350px
}

@media screen and (max-width: 1600px) {
    .partner__step:last-child .partner__step-text {
        max-width: 250px
    }
}

@media screen and (max-width: 991px) {
    .partner__step:last-child .partner__step-text {
        max-width: 100%
    }
}

.partner__step-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0
}

@media screen and (max-width: 991px) {
    .partner__step-block {
        display: none
    }
}

.partner__step-circle {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background-color: var(--black);
    transform: rotate(45deg)
}

@media screen and (max-width: 1600px) {
    .partner__step-circle {
        width: 7px;
        height: 7px
    }
}

.partner__step-line {
    width: 100%;
    border-top: 1px solid var(--black)
}

.partner__step-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-right: 40px
}

@media screen and (max-width: 1600px) {
    .partner__step-info {
        gap: 20px;
        padding-right: 55px
    }
}

@media screen and (max-width: 1200px) {
    .partner__step-info {
        padding-right: 20px
    }
}

@media screen and (max-width: 991px) {
    .partner__step-info {
        width: 100%;
        gap: 15px;
        padding: 15px 15px 15px 0;
        border-top: 1px solid var(--black);
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.partner__step-number {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__step-number {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .partner__step-number {
        font-size: 13px
    }
}

.partner__step-text {
    font-size: 26px;
    line-height: 130%;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    position: relative
}

@media screen and (max-width: 1600px) {
    .partner__step-text {
        font-size: 18px
    }
}

@media screen and (max-width: 991px) {
    .partner__step-text {
        width: 100%;
        font-size: 13px
    }
}

.partner__step-text > br {
    display: none
}

@media screen and (max-width: 450px) {
    .partner__step-text > br {
        display: block
    }
}

.partner__step-text > .clue-wrapper {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 4px;
    top: 1px
}

@media screen and (max-width: 1600px) {
    .partner__step-text > .clue-wrapper {
        width: 12px;
        height: 12px
    }
}

@media screen and (max-width: 991px) {
    .partner__step-text > .clue-wrapper {
        top: 2px
    }
}

.partner__step-text > .clue-wrapper > .clue {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url("/local/templates/openyard/assets/css/../img/page-partner/table-info.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

@media screen and (max-width: 1600px) {
    .partner__step-text > .clue-wrapper > .clue {
        width: 12px;
        height: 12px
    }
}

.partner__step-text > .clue-wrapper > .clue:hover ~ .partner__stroke-clue.step {
    display: block;
    top: 36px;
    z-index: 20;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
    left: auto;
    right: -27px
}

@media screen and (max-width: 1600px) {
    .partner__step-text > .clue-wrapper > .clue:hover ~ .partner__stroke-clue.step {
        width: fit-content;
        max-width: 290px;
        min-width: 260px;
        top: 30px
    }
}

@media screen and (max-width: 991px) {
    .partner__step-text > .clue-wrapper > .clue:hover ~ .partner__stroke-clue.step {
        top: 24px;
        max-width: 260px;
        min-width: 200px
    }
}

.partner__step-clue {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    gap: 8px;
    z-index: 100
}

@media screen and (max-width: 991) {
    .partner__step-clue {
        align-items: center
    }
}

@media screen and (max-width: 991px) {
    .partner-button {
        grid-template-columns:repeat(1, 1fr)
    }
}

.partner__button {
    grid-column: 2/3;
    height: 108px
}

@media screen and (max-width: 1600px) {
    .partner__button {
        font-size: 14px;
        height: 81px;
        border-radius: 15px
    }
}

@media screen and (max-width: 991px) {
    .partner__button {
        font-size: 13px;
        height: 74px
    }
}

@media screen and (max-width: 991px) {
    .partner__button {
        grid-column: 1
    }
}

.partner__button > svg {
    width: 6px;
    height: 14px;
    min-width: 6px;
    min-height: 14px;
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width: 1440px) {
    .partner__button > svg {
        width: 4px;
        height: 10px;
        min-width: 4px;
        min-height: 10px
    }
}

@media screen and (max-width: 991px) {
    .partner__button > svg {
        width: 6px;
        height: 14px;
        min-width: 6px;
        min-height: 14px
    }
}

.partner__ecosystem {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 180px;
    gap: 10px
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem {
        margin-bottom: 90px
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem {
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        gap: 30px
    }
}

.partner__ecosystem-title {
    max-width: 706px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    max-height: clamp(200px, 21.6666666667vw, 390px)
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-title {
        max-width: 529px;
        font-size: 30px;
        max-height: clamp(200px, 18.8888888889vw, 340px)
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-title {
        max-width: 345px;
        font-size: 24px;
        max-height: 100%
    }
}

.partner__ecosystem-blocks {
    display: flex;
    flex-direction: column;
    gap: 140px
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-blocks {
        gap: 100px
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-blocks {
        gap: 30px
    }
}

.partner__ecosystem-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-top: 1px solid var(--black);
    padding: 40px 0;
    transform-origin: center center;
    position: relative;
    z-index: 2;
    background-color: var(--bg)
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-block {
        gap: 25px;
        padding: 30px 0
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-block {
        padding: 15px 0 0 0;
        gap: 10px
    }
}

.partner__ecosystem-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-info {
        gap: 15px
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-info {
        justify-content: space-between;
        align-items: center;
        gap: 20px
    }
}

.partner__ecosystem-name {
    font-size: 50px;
    line-height: 110%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-name {
        font-size: 36px
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-name {
        font-size: 24px
    }
}

.partner__ecosystem-number {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-number {
        font-size: 13px
    }
}

.partner__ecosystem-text {
    width: 65%;
    max-width: 700px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__ecosystem-text {
        font-size: 13px
    }
}

@media screen and (max-width: 991px) {
    .partner__ecosystem-text {
        width: 100%;
        font-size: 13px
    }
}

.partner__levels {
    margin-bottom: 180px
}

@media screen and (max-width: 1600px) {
    .partner__levels {
        margin-bottom: 120px
    }
}

@media screen and (max-width: 991px) {
    .partner__levels {
        margin-bottom: 100px
    }
}

.partner__levels-title {
    max-width: 612px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black);
    margin: 0 0 70px 0
}

@media screen and (max-width: 1600px) {
    .partner__levels-title {
        font-size: 30px;
        margin: 0 0 45px 0
    }
}

@media screen and (max-width: 991px) {
    .partner__levels-title {
        font-size: 24px;
        margin: 0 0 30px 0
    }
}

.partner__levels-header {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid rgba(39, 43, 50, .2)
}

@media screen and (max-width: 991px) {
    .partner__levels-header {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .partner__levels-body {
        display: none
    }
}

.partner__levels-element {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px
}

@media screen and (max-width: 1600px) {
    .partner__levels-element {
        gap: 8px
    }
}

.partner__levels-element-name {
    font-size: 50px;
    line-height: 110%;
    font-weight: 500;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__levels-element-name {
        font-size: 36px
    }
}

.partner__levels-element-description {
    font-size: 14px;
    line-height: 110%;
    font-weight: 400;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__levels-element-description {
        font-size: 13px
    }
}

.partner__levels-element-image {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0;
    position: relative;
    bottom: 15px
}

@media screen and (max-width: 1600px) {
    .partner__levels-element-image {
        width: 50px;
        height: 50px;
        bottom: 13px
    }
}

.partner__stroke {
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: center
}

.partner__stroke-element {
    width: 25%;
    align-self: flex-end;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 4.5px
}

.partner__stroke-element.border {
    border-bottom: 1px solid rgba(39, 43, 50, .2);
    top: 0
}

.partner__stroke-element.name {
    padding: 26px 0 12px;
    align-self: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px
}

@media screen and (max-width: 1600px) {
    .partner__stroke-element.name {
        gap: 4px;
        padding: 20px 0 8px
    }
}

.partner__stroke-element.name > p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--black);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__stroke-element.name > p {
        font-size: 14px
    }
}

.partner__stroke-wrapper-clue {
    position: relative
}

.partner__stroke-clue {
    position: absolute;
    width: 320px;
    padding: 25px;
    border-radius: 15px;
    background-color: var(--black);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
    left: -152px;
    top: 30px;
    display: none;
    z-index: 100
}

@media screen and (max-width: 1600px) {
    .partner__stroke-clue {
        padding: 18px;
        border-radius: 12px
    }
}

.partner__stroke-clue > p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: var(--white);
    margin: 0
}

@media screen and (max-width: 1600px) {
    .partner__stroke-clue > p {
        font-size: 15px
    }
}

@media screen and (max-width: 991px) {
    .partner__stroke-clue > p {
        font-size: 13px
    }
}

.partner__stroke-clue-nose {
    position: absolute;
    width: 66px;
    height: 8px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.partner__stroke-clue-nose.step {
    left: auto;
    transform: none;
    right: 0
}

.partner__stroke-image {
    width: 16px;
    height: 16px;
    display: flex;
    flex-shrink: 0;
    cursor: pointer
}

.partner__stroke-image:hover + .partner__stroke-clue {
    display: block
}

@media screen and (max-width: 1600px) {
    .partner__stroke-image {
        width: 12px;
        height: 12px
    }
}

.partner__mobile-levels {
    display: none;
    flex-direction: column;
    gap: 0px
}

@media screen and (max-width: 991px) {
    .partner__mobile-levels {
        display: flex
    }
}

.partner__mobile-block {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid var(--black)
}

@media screen and (max-width: 991px) {
    .partner__mobile-block:first-child {
        position: relative;
        top: 1px
    }
}

@media screen and (max-width: 991px) {
    .partner__mobile-block:last-child {
        position: relative;
        gap: 34px;
        top: -1px
    }
}

.partner__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.partner__mobile-header > svg {
    width: 60px;
    height: 60px;
    display: flex;
    flex-shrink: 0
}

.partner__mobile-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: var(--black);
    margin: 0
}

.partner__mobile-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: var(--black)
}

.partner__mobile-list {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.partner__mobile-list-item {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8px
}

.partner__mobile-list-item > img:nth-child(1) {
    width: 4px;
    height: 4px;
    display: flex;
    flex-shrink: 0
}

.partner__mobile-list-item > p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: var(--black)
}

.partner__mobile-icon-clue {
    position: relative;
    right: 6px;
    width: 12px;
    height: 12px;
    display: flex;
    flex-shrink: 0;
    min-width: 12px;
    min-height: 12px;
    cursor: pointer
}

.partner__mobile-icon-clue:hover + .partner__stroke-clue.mobile {
    display: block;
    width: fit-content;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
    max-width: 280px;
    padding: 12px;
    left: auto;
    right: -21px;
    top: 21px;
    transform: none
}

.partner__mobile-icon-clue:hover + .partner__stroke-clue.mobile > img {
    left: auto;
    right: 0;
    transform: none
}

.partner__invitation {
    padding: 20px;
    border-radius: 20px;
    background-color: var(--purple);
    margin-bottom: 180px
}

@media screen and (max-width: 1600px) {
    .partner__invitation {
        border-radius: 15px;
        margin-bottom: 120px;
        padding: 10px
    }
}

@media screen and (max-width: 991px) {
    .partner__invitation {
        border-radius: 15px;
        margin-bottom: 100px;
        padding: 5px
    }
}

.partner__invitation::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 100%;
    aspect-ratio: 188/70;
    background: url(/local/templates/openyard/assets/css/../img/page-partner/partner-bottom.png) right no-repeat;
    background-size: contain;
    border-radius: 0 20px 20px 0
}

@media screen and (max-width: 1600px) {
    .partner__invitation::before {
        aspect-ratio: 1410/525
    }
}

@media screen and (max-width: 991px) {
    .partner__invitation::before {
        background: url(/local/templates/openyard/assets/css/../img/page-partner/partner-bottom-mobile.png) right no-repeat;
        border-radius: 0 15px 15px 0;
        aspect-ratio: 852/317;
        max-height: 215px;
        top: auto;
        bottom: 0;
        background-size: contain
    }
}

.partner__invitation-title {
    padding: 20px 0 0 20px;
    font-size: 50px;
    line-height: 110%;
    font-weight: 500;
    color: var(--white);
    margin: 0 0 188px 0
}

@media screen and (max-width: 1600px) {
    .partner__invitation-title {
        padding: 20px 0 0 20px;
        font-size: 36px;
        margin: 0 0 164px 0
    }
}

@media screen and (max-width: 991px) {
    .partner__invitation-title {
        padding: 10px 0 0 10px;
        font-size: 24px;
        margin: 0 0 20px 0
    }
}

.partner__invitation-text {
    max-width: 468px;
    font-size: 26px;
    line-height: 130%;
    font-weight: 400;
    color: var(--white);
    padding: 20px 0 0 20px;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 100
}

@media screen and (max-width: 1600px) {
    .partner__invitation-text {
        max-width: 431px;
        font-size: 19px;
        padding: 20px 0 0 20px;
        margin: 0 0 30px 0
    }
}

@media screen and (max-width: 991px) {
    .partner__invitation-text {
        max-width: 431px;
        font-size: 13px;
        padding: 0 10px;
        margin: 0 0 180px 0
    }
}

.partner__invitation .partner__invitation-button {
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 20px
}

@media screen and (max-width: 1600px) {
    .partner__invitation .partner__invitation-button {
        border-radius: 15px
    }
}

.partner__invitation-button > span {
    font-size: 18px;
    line-height: 130%;
    color: var(--white);
    font-weight: 400
}

@media screen and (max-width: 1600px) {
    .partner__invitation-button > span {
        font-size: 14px
    }
}

.partner__invitation-button > svg {
    width: 6px;
    height: 14px;
    min-width: 6px;
    min-height: 14px;
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width: 1440px) {
    .partner__invitation-button > svg {
        width: 4px;
        height: 10px;
        min-width: 4px;
        min-height: 10px
    }
}

@media screen and (max-width: 991px) {
    .partner__invitation-button > svg {
        width: 6px;
        height: 14px;
        min-width: 6px;
        min-height: 14px
    }
}

.partner__invitation-button:hover {
    background-color: var(--white);
    border: 1px solid var(--white)
}

.partner__invitation-button:hover > span {
    color: var(--black)
}

.partner__invitation-button:hover > svg > path {
    stroke: var(--black)
}

.partner__search-title {
    max-width: 732px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    color: var(--black);
    margin: 0 0 60px 0
}

@media screen and (max-width: 1600px) {
    .partner__search-title {
        max-width: 549px;
        font-size: 30px;
        margin: 0 0 45px 0
    }
}

@media screen and (max-width: 991px) {
    .partner__search-title {
        max-width: 345px;
        font-size: 24px;
        margin: 0 0 30px 0
    }
}

.partner-input {
    max-width: 202px;
    max-height: 63px
}

@media screen and (max-width: 1600px) {
    .partner-input {
        max-width: 153px;
        max-height: 47px
    }
}

@media screen and (max-width: 991px) {
    .partner-input {
        max-width: none;
        max-height: 47px
    }
}

.partner-input input {
    border-radius: 15px
}

@media screen and (max-width: 1600px) {
    .partner-input input {
        border-radius: 10px
    }
}

.partner-input input:checked {
    transition: none
}

.partner-input input:checked:after {
    transition: none
}

.partner-more {
    border: 1px solid var(--black)
}

@media screen and (max-width: 991px) {
    .partner-more {
        border-radius: 15px
    }
}

.partner-more > svg {
    width: 6px;
    height: 14px;
    min-width: 6px;
    min-height: 14px;
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width: 1440px) {
    .partner-more > svg {
        width: 4px;
        height: 10px;
        min-width: 4px;
        min-height: 10px
    }
}

@media screen and (max-width: 991px) {
    .partner-more > svg {
        width: 6px;
        height: 14px;
        min-width: 6px;
        min-height: 14px
    }
}

@media screen and (max-width: 991px) {
    .partner__logotype {
        position: relative;
        top: -1px
    }
}

@media screen and (max-width: 991px) {
    .partner__select-name {
        font-size: 13px
    }
}

.services-list {
    margin-top: clamp(40px, 3.8888888889vw, 70px)
}

.select-toggle {
    height: 100%;
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .select-toggle {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .select-toggle {
        font-size: 13px
    }
}

.select-toggle::after {
    width: 14px;
    height: 6px;
    min-width: 14px;
    min-height: 6px;
    display: flex;
    flex-shrink: 0
}

@media screen and (max-width: 1440px) {
    .select-toggle::after {
        width: 10px;
        height: 4px;
        min-width: 10px;
        min-height: 4px;
        display: flex;
        flex-shrink: 0
    }
}

@media screen and (max-width: 991px) {
    .select-toggle::after {
        width: 14px;
        height: 6px;
        min-width: 14px;
        min-height: 6px;
        display: flex;
        flex-shrink: 0
    }
}

.logotype {
    margin-bottom: clamp(100px, 10vw, 180px)
}

.logotype-filter {
    margin-bottom: 20px
}

@media screen and (max-width: 1600px) {
    .logotype-filter {
        margin-bottom: 15px
    }
}

.logotype-filter .filter-form {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1330px) {
    .logotype-filter .filter-form {
        flex-wrap: wrap;
        gap: 15px
    }
}

.logotype-filter .filter-form .form-col {
    display: flex
}

.logotype-filter .filter-form .form-col.form-col_with-scroll {

    @media screen and (max-width: 768px) {
        padding-left: 1px;
        max-width: 100%;
        overflow-x: auto;
    }
}

.logotype-filter .filter-form .form-col.form-col_with-scroll > * {

    @media screen and (max-width: 768px) {
        flex: 1 1 auto;
    }
}

.logotype-filter .filter-form .form-col:first-child {
    flex-wrap: nowrap
}

@media screen and (max-width: 991px) {
    .logotype-filter .filter-form .form-col {
        width: 100%;
        flex-wrap: wrap
    }
}

.logotype-filter .filter-form .form-input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: clamp(170px, 11.6666666667vw, 210px);
    width: fit-content;
    height: 63px;
    margin-left: -1px;
    padding: 20px 25px 20px 30px;
    overflow: hidden
}

@media screen and (max-width: 1600px) {
    .logotype-filter .filter-form .form-input {
        padding: 15px 19px 15px 23px;
        height: 47px
    }
}

.logotype-filter .filter-form .form-input:hover input {
    background-color: #e4e4e4
}

@media screen and (max-width: 991px) {
    .logotype-filter .filter-form .form-input {
        max-width: 50%;
        width: 50%;
        justify-content: center
    }
}

.logotype-filter .filter-form .form-input input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: none;
    border: 1px solid var(--black)
}

@media screen and (max-width: 1600px) {
    .logotype-filter .filter-form .form-input input {
        border-radius: 10px
    }
}

.logotype-filter .filter-form .form-input input::after {
    width: 0;
    height: 100%;
    border-radius: 0;
    transition: none;
    transform: none
}

.logotype-filter .filter-form .form-input input:checked::after {
    width: 100%;
    transform: none
}

.logotype-filter .filter-form .form-input input:checked + label {
    color: var(--white);
    transition: none
}

.logotype-filter .filter-form .form-input input:checked + label + .count {
    color: var(--white);
    transition: none
}

.logotype-filter .filter-form .form-input input:checked + label + .count::after, .logotype-filter .filter-form .form-input input:checked + label + .count::before {
    background-color: var(--white-40);
    transition: none
}

.logotype-filter .form-col.form-col_search {
    flex-grow: 1;

    @media screen and (max-width: 1330px) {
        flex-basis: 100%;
    }
}

.logotype-filter .form-col.form-col_search .logotype__search {
    flex-grow: 1;
}

.logotype-filter .form-col.form-col_search .logotype__search .logotype__search-input {
    width: 100%;
}

.logotype-filter .filter-form .form-input label {
    position: relative;
    color: var(--black);
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 400;
    line-height: 130%;
    transition: none;
    z-index: 1
}

.logotype-filter .filter-form .form-input .count {
    position: relative;
    color: var(--black-40);
    font-size: clamp(11px, 0.8888888889vw, 16px);
    font-weight: 400;
    line-height: 130%;
    transition: none;
    z-index: 1;
    bottom: 5px
}

.logotype-list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(clamp(115px, 16.1111111111vw, 290px), 1fr));
    grid-gap: 1px
}

@media screen and (max-width: 991px) {
    .logotype-list {
        grid-template-columns:repeat(3, 1fr);
        border-radius: 15px
    }
}

.logotype-list .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(30px, 2.7777777778vw, 50px);
    outline: 1px solid var(--black);
    cursor: pointer;
    aspect-ratio: 313/220
}

@media screen and (max-width: 1600px) {
    .logotype-list .item {
        aspect-ratio: 235/165
    }
}

@media screen and (max-width: 991px) {
    .logotype-list .item {
        aspect-ratio: 172/104
    }
}

.logotype-list .item.border-up-left {
    border-radius: 20px 0 0 0
}

@media screen and (max-width: 991px) {
    .logotype-list .item.border-up-left {
        border-radius: 15px 0 0 0
    }
}

.logotype-list .item.border-up-right {
    border-radius: 0 20px 0 0
}

@media screen and (max-width: 991px) {
    .logotype-list .item.border-up-right {
        border-radius: 0 15px 0 0
    }
}

.logotype-list .item.border-down-right {
    border-radius: 0 0 20px 0
}

@media screen and (max-width: 991px) {
    .logotype-list .item.border-down-right {
        border-radius: 0 0 15px 0
    }
}

.logotype-list .item.border-down-left {
    border-radius: 0 0 0 20px
}

@media screen and (max-width: 991px) {
    .logotype-list .item.border-down-left {
        border-radius: 0 0 0 15px
    }
}

.logotype-list .item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: .4s ease
}

.logotype-list .item img {
    height: auto;
    filter: grayscale(1);
    opacity: .4;
    transition: .4s ease;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 590px) {
    .logotype-list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.logotype-select .select-custom {
    min-width: clamp(345px, 20.3888888889vw, 367px);
    border-radius: 15px;
    height: 63px
}

@media screen and (max-width: 1600px) {
    .logotype-select .select-custom {
        min-width: clamp(230px, 15.8333333333vw, 285px);
        border-radius: 10px;
        height: 47px
    }
}

@media screen and (max-width: 991px) {
    .logotype-select .select-custom {
        border-radius: 10px
    }
}

@media screen and (max-width: 991px) {
    .logotype-select {
        width: 100%;
        border-radius: 10px
    }
}

.logotype__search {
    position: relative
}

.logotype__search::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    display: block;
    width: 26px;
    height: 26px;
    background: url(/local/templates/openyard/assets/css/../img/page-partner/icons/search-icon.svg) right no-repeat;
    background-size: contain;
    z-index: 15
}

@media screen and (max-width: 1600px) {
    .logotype__search::before {
        width: 19px;
        height: 19px;
        right: 23px
    }
}

@media screen and (max-width: 991px) {
    .logotype__search::before {
        width: 19px;
        height: 19px;
        right: 15px
    }
}

@media screen and (max-width: 991px) {
    .logotype__search {
        width: 100%
    }
}

.block-start__wrap .content-buttons.partner-buttons {
    border-radius: 20px
}

@media screen and (max-width: 1600px) {
    .block-start__wrap .content-buttons.partner-buttons {
        border-radius: 15px
    }
}

@media screen and (max-width: 991px) {
    .block-start__wrap .content-buttons.partner-buttons {
        flex-direction: column-reverse
    }
}

input[type=text].logotype__search-input {
    width: clamp(345px, 28.8888888889vw, 520px);
    height: clamp(43px, 3.5vw, 63px);
    max-height: 63px;
    padding: 0 30px;
    border-radius: 15px;
    border: 1px solid var(--black);
    position: relative;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 400;
    line-height: 100%;
    color: var(--black)
}

@media screen and (max-width: 1600px) {
    input[type=text].logotype__search-input {
        height: 47px
    }
}

@media screen and (max-width: 991px) {
    input[type=text].logotype__search-input {
        position: relative;
        top: 1px
    }
}

input[type=text].logotype__search-input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: clamp(43px, 3.5vw, 63px);
    color: rgba(39, 43, 50, .4)
}

@media screen and (max-width: 1600px) {
    input[type=text].logotype__search-input::placeholder {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    input[type=text].logotype__search-input::placeholder {
        font-size: 13px
    }
}

@media screen and (max-width: 1600px) {
    input[type=text].logotype__search-input {
        border-radius: 10px;
        padding: 0 23px
    }
}

@media screen and (max-width: 991px) {
    input[type=text].logotype__search-input {
        width: 100%;
        border-radius: 10px;
        padding: 0 15px
    }
}

.select-option {
    font-size: 18px
}

@media screen and (max-width: 1600px) {
    .select-option {
        font-size: 14px
    }
}

@media screen and (max-width: 991px) {
    .select-option {
        font-size: 13px
    }
}

.footer {
    z-index: 0
}

/*# sourceMappingURL=page-partners.css.map */

/* End */
/* /local/templates/openyard/assets/css/page-partners.css?174772690061774 */
