

/* Start:/marketplaces/include/css/style.css?171203503922142*/
body .page-holder {
    max-width: 1540px;
}
body .header__content {
    max-width: 100%;
    margin-left: 40px;
}
body .bc-item {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 1L5.5 6L0.5 11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
body .bc-item a {
    color: var(--site-light-color) !important;
}
body .bc {
    color: rgba(255, 255, 255, 0.5);
}
body .header .page-holder {
    max-width: 1740px;
}
.corp-btn.corp-header-btn {
    height: 44px;
    padding: 9px 14px !important;
    max-width: unset !important;
    width: auto !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    white-space: nowrap;
}
.btn-blue.corp-btn.corp-header-btn {
    margin: 0;
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
}
.swiper-slide img{
    max-width: 100%;
}
.corp-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 340px;
    padding: 30px !important;
    text-align: left !important;
    letter-spacing: -0.01em !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
}
.corp-btn--blue {
    justify-content: center;
    max-width: 446px;
}
.btn-blue.corp-btn {
    margin: 0 auto;
}
/* .btn-blue.corp-btn:hover {
    background-color: var(--site-light-color);
} */

.corp-section__title {
    position: relative;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 130px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.04em;
    z-index: 1;
}

.corp-section__title.advantages {
    margin-bottom: 60px;
    padding-left: calc(50% + 31px);
    font-weight: 600;
    font-size: 76px;
    line-height: 110%;
    letter-spacing: -0.035em;
    text-align: left;
}

.corp-main {
    padding: 0 0 90px 0;
    background-color: var(--site-default-color);
    overflow: hidden;
}
.corp-main--inner {
    display: flex;
    gap: 60px;
    padding-top: 20px;
    color: var(--site-light-color);
}
.corp-main--inner .page-title {
    color: var(--site-light-color);
    font-weight: 600;
    font-size: 76px;
    line-height: 110%;
    letter-spacing: -0.035em;
}
.corp-main--inner .page-title br {
    display: none;
}
.corp-main__subtitle {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
}
.corp-main--left {
    width: 100%;
    max-width: 700px;
    flex-shrink: 0;
}

.corp-main--right {
    margin-top: -10px;
}

/** -ABOUT- **/
.corp-about {
    padding: 140px 0;
    background-color: var(--site-bg-secondary-color);
}
.corp-about__top {
    display: flex;
    gap: 60px;
}
.corp-about__top-column {
    width: 100%;
    max-width: 700px;
    flex-shrink: 0;
}
.corp-about__title {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}
.corp-about__description {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 32px;
    line-height: 115%;
    letter-spacing: -0.02em;
}
.corp-about__numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}
.corp-about__numbers-item {
    width: calc(50% - 30px);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--site-separator-color);
}
.corp-about__numbers-item:first-child {
    width: 100%;
}
.corp-about__numbers-item-number {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 100px;
    line-height: 110%;
    letter-spacing: -0.06em;
}
.corp-about__numbers-item-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}
.corp-about__numbers-item:first-child .corp-about__numbers-item-number {
    font-weight: 600;
    font-size: 130px;
    line-height: 110%;
    letter-spacing: -0.08em;
}

/** -PARTNERS- **/
.corp-partners {
    padding-bottom: 160px;
}

/** -TODAY- **/
.corp-today {
    padding: 140px 0;
}
.corp-today__list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
}
.corp-today__list-item {
    width: calc(100% / 3 - 40px);
    max-width: 447px;
    padding: 40px;
    background-color: var(--site-bg-color);
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: 40px 40px;
    background-size: 60px 60px;
}
.corp-today__list-item-number {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    background-color: var(--site-accent-color);
    border-radius: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.corp-today__list-item-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.01em;
}
.corp-today__list-item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
}

/** -ADVANTAGES- **/
.corp-advantages {
    position: relative;
    overflow: hidden;
    background-color: var(--site-bg-color);
}
.corp-advantages--inner {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}
.corp-advantages__line {
    position: absolute;
    top: 0;
    left: calc((100vw - 1460px) / 2 + 33px);
    width: 100%;
    max-width: 844px;
}
.corp-advantages--mobile {
    display: none;
}
.corp-advantages__list {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
    padding-bottom: 424px;
    counter-reset: advantage 0;
}
.corp-advantages__list-item {
    position: relative;
    padding-left: calc(50% + 31px);
    counter-increment: advantage 1;
}
.corp-advantages__list-item-text {
    width: 100%;
    max-width: 700px;
    padding: 93.5px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.01em;
}
.corp-advantages__list-item:before {
    content: counter(advantage);
    position: absolute;
    left: 425px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 57px;
    line-height: 100%;
    letter-spacing: -0.03em;
    display: none !important;
}
.corp-advantages__text {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 76px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.035em;
}
.corp-advantages__list .corp-advantages--desctop {
    display: none;
}

/** -MODAL- **/
#corp__feedback-form {
    position: fixed !important;
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    padding: 160px 40px;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}
#corp__feedback-form.opened {
    transform: translateY(0);
}
#corp__feedback-form .popup-window-close-icon {
    top: 40px;
    right: 40px;
}
#corp__feedback-form .popup-window-close-icon:after {
    background-color: var(--site-light-color);
    border: 1px solid var(--site-default-color);
    background-image: url("/bitrix/templates/template.rimeks/images/svg/close-btn-blue.svg");
}

/* @media (max-width:1540px) {
    .corp-advantages__line {
        left: 184px;
    }
} */


@media (max-width: 1440px) {
    body .page-holder {
        padding: 0 60px;
    }
    .corp-main {
        padding-bottom: 84px;
    }
    .corp-main--inner {
        padding-top: 40px;
    }
    .corp-main--inner .page-title {
        margin-top: 0;
        margin-bottom: 18px;
        font-weight: 600;
        font-size: 62px;
        line-height: 110%;
        letter-spacing: -0.035em;
    }
    .corp-main--left {
        flex-shrink: unset;
    }
    .corp-main__subtitle {
        font-weight: 500;
        font-size: 18px;
        line-height: 135%;
    }
    .corp-main--right {
        flex-shrink: 0;
        max-width: 670px;
        margin-top: -50px;
        transform: translateX(50px);
    }
    .corp-main--right img {
        height: auto;
        max-width: 100%;
    }
    .corp-btn {
        max-width: 400px;
        padding: 25px !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 120% !important;
        letter-spacing: -0.01em !important;
    }
    
    .corp-section__title {
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 117px;
        line-height: 100%;
        text-align: center;
        letter-spacing: -0.03em;
    }

    /** -ADVANTAGES- **/
    .corp-advantages--inner {
        padding: 120px 0;
    }
    .corp-section__title.advantages {
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 62px;
        line-height: 110%;
        letter-spacing: -0.035em;
    }
    .corp-advantages__text {
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 62px;
        line-height: 110%;
        text-align: center;
        letter-spacing: -0.035em;
    }
    .corp-advantages__list {
        margin-bottom: 136px;
        padding-bottom: 316px;
    }
    .corp-advantages__list-item:before {
        left: 270px;
    }
    .corp-advantages__list-item-text {
        font-size: 22px;
        padding-top: 87px;
        padding-bottom: 87px;
    }
    .corp-advantages__line {
        left: 60px;
        max-width: 530px;
    }

    /** -ABOUT- **/
    .corp-about__title {
        max-width: 630px;
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
    }
    .corp-about {
        padding: 120px 0;
    }
    .corp-about__description {
        margin-bottom: 50px;
        font-weight: 600;
        font-size: 28px;
        line-height: 115%;
        letter-spacing: -0.02em;
    }
    .corp-about__numbers {
        gap: 50px 60px;
    }
    .corp-about__numbers-item:first-child .corp-about__numbers-item-number {
        font-size: 117px;
    }
    .corp-about__numbers-item-descr {
        font-size: 16px;
    }
    .corp-about__numbers-item-number {
        font-size: 90px;
    }

    /** TODAY **/
    .corp-today {
        padding: 120px 0;
    }
    .corp-today__list {
        gap: 40px 60px;
        margin-bottom: 50px;
    }
    .corp-today__list-item {
        padding: 35px;
    }
    .corp-today__list-item-number {
        margin-bottom: 40px;
    }
    .corp-today__list-item-title {
        font-size: 22px;
    }
    .corp-today__list-item-text {
        font-size: 16px;
    }
}

@media (max-width: 1299px) {
    .corp-advantages__line {
        left: 0;
    }
}

@media (max-width: 1199px) {
    /* .corp-advantages__line .corp-advantages--desctop {
        display: none;
    } */
    .corp-advantages--inner {
        padding: 100px 0;
    }
    .corp-section__title.advantages {
        font-size: 38px;
    }
    .corp-advantages__line {
        left: 0;
        max-width: 570px;
    }
    .corp-advantages__line img {
        max-width: 100%;
        height: auto;
    }
    .corp-advantages__list-item-text {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 16px;
    }
    .corp-advantages__list-item:before {
        left: 170px;
    }
}

@media (max-width: 1140px) {
    body .header__content {
        margin-left: 0;
    }
    body .header__content-bottom-search,
    body .header__bottom-login,
    body .header__bottom-login-mob {
        display: none;
    }
    body .header__content-bottom-right {
        padding-top: 13.5px;
        padding-bottom: 13.5px;
    }
    body .header__content-bottom-phone svg,
    body .header__bottom-burger svg {
        transform: none;
    }
    body .header__content-bottom-phone {
        margin-right: 20px;
    }
    body .header__bottom-burger {
        margin-left: 20px;
    }

    .corp-btn {
        padding: 25px !important;
    }
    
    #corp__feedback-form {
        padding: 15px;
        overflow-y: auto;
    }
    #corp__feedback-form .page-holder {
        padding: 0;
    }
    #corp__feedback-form .popup-window-close-icon,
    #corp__feedback-form .popup-window-close-icon:after {
        width: 40px;
        height: 40px;
    }
    #corp__feedback-form .popup-window-close-icon {
        top: 15px;
        right: 15px;
    }
    

    .corp-main--inner .page-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.03em;
    }

    .corp-section__title {
        font-weight: 600;
        font-size: 65px;
        line-height: 100%;
    }

    /** -ABOUT- **/
    .corp-about__top {
        display: block;
    }
    .corp-about__title {
        margin-bottom: 40px;
    }
    .corp-about__description {
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 22px;
        line-height: 118%;
        letter-spacing: -0.01em;
    }
    .corp-about__numbers {
        gap: 40px 20px;
    }
    .corp-about__numbers-item {
        width: calc(50% - 10px);
        padding-bottom: 20px;
    }
    .corp-about__numbers-item:first-child .corp-about__numbers-item-number {
        font-weight: 600;
        font-size: 60px;
        line-height: 110%;
        letter-spacing: -0.08em;
    }
    .corp-about__numbers-item-number {
        font-weight: 600;
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.06em;
    }
    .corp-about__numbers-item-number {
        font-size: 50px;
    }

    /** -PARTNERS- **/
    .corp-partners {
        padding-bottom: 0;
    }

    /**  -TODAY- **/
    .corp-today {
        padding: 100px 0;
    }
    .corp-today__list {
        gap: 20px;
    }
    .corp-today__list-item {
        width: calc(100% / 2 - 10px);
        max-width: 50%;
        padding: 115px 25px 25px 25px;
        background-position: 25px 25px;
        background-size: 50px 50px;
    }
    .corp-today__list-item-title {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 125%;
        letter-spacing: normal;
    }
    .corp-today__list-item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.003em;
    }    
}

@media (max-width:991px) {
    .corp-main {
        padding-bottom: 80px;
    }
    .corp-main__subtitle {
        margin-bottom: 91px;
    }
    .corp-main--inner .page-title {
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .corp-main--inner img {
        display: none;
    }
    
     /** -ADVANTAGES- **/
     .corp-advantages--inner {
        padding: 100px 0;
    }

    .corp-advantages__list {
        padding-bottom: 170px;
    }
    /* .corp-advantages__list .corp-advantages--desctop {
        display: none;
    } */
    .corp-advantages--desctop {
        display: none;
    }
    .corp-advantages--mobile {
        display: block;
    }

    .corp-advantages__text {
        font-weight: 600;
        font-size: 40px;
        line-height: 110%;
        text-align: center;
        letter-spacing: -0.04em;
    }
    .corp-advantages__list-item-text {
        font-size: 16px;
        border-bottom: none;
    }
    .corp-advantages__list-item:before {
        left: 90px;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 768px) {
    body .page-holder {
        padding: 0 22px;
    }
    .corp-main--inner {
        padding-top: 0;
        gap: 0;
    }
    .corp-main--inner .page-title {
        max-width: 500px;
        margin-top: 0;
        font-size: 38px;
    }
    .corp-main--inner .page-title br {
        display: inline;
    }
    .corp-main__subtitle {
        margin-bottom: 152px;
        font-weight: 500;
        font-size: 22px;
        line-height: 135%;
    }
    .corp-btn {
        max-width: 345px;
        padding: 23px !important;
    }
    /** ADVANTAGES **/
    .corp-advantages__line {
        left: 167px;
    }
    .corp-advantages__list {
        padding-bottom: 140px;
    }
    .corp-section__title.advantages {
        margin-bottom: 50px;
    }
    .corp-section__title.advantages,
    .corp-advantages__list-item {
        padding-left: calc(50% + 15px);
    }
    .corp-advantages__list-item {
        padding-left: calc(50% + 10px);
    }
    .corp-advantages__list-item:last-child .corp-advantages__list-item-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .corp-advantages__list-item-text {
        max-width: 340px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* .corp-advantages__list-item:not(:first-child) .corp-advantages__list-item-text {
        padding-top: 20px;
    } */
    /** ABOUT **/
    .corp-about {
        padding: 100px 0;
    }
    .corp-about__title {
        font-size: 18px;
    }
    .corp-about__title br {
        display: none;
    }
    .corp-about__description {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
    .corp-about__numbers-item:first-child .corp-about__numbers-item-number {
        font-weight: 600;
        font-size: 70px;
        line-height: 100%;
    }
    .corp-about__numbers {
        gap: 30px 20px;
    }

    /** TODAY **/
    .corp-today__list {
        flex-direction: column;
        margin-bottom: 36px;
    }
    .corp-today__list-item {
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }
    .corp-today__list-item-number {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 700px) {
    .corp-advantages__line {
        left: 15px;
    }
    .corp-section__title.advantages, .corp-advantages__list-item {
        padding-left: 35%;
    }
}

@media (max-width:650px) {

    .corp-today__list {
        gap: 20px;
    }
    
    .corp-today__list-item {
        width: 100%;
        max-width: 100%;
    }

    .corp-advantages--inner {
        padding: 80px 0;
    }
    .corp-advantages__list-item br {
        display: none;
    }

    .corp-advantages__list-item-text {
        font-weight: 600;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: -0.005em;
    }

    .corp-advantages__list {
        padding-bottom: 236px;
    }
    .corp-advantages__text {
        margin-bottom: 40px;
    }
    .corp-advantages__line {
        max-width: 242px;
    }
}

@media (max-width:576px) {
    body .page-holder {
        padding: 0 15px;
    }
    .corp-btn,
    .corp-feedback_submit-button {
        max-width: 100% !important;
    }
    .corp-main--inner .page-title {
        font-size: 32px;
    }
    .corp-main--inner .page-title {
        padding-top: 35px;
    }
    .corp-main__subtitle {
        font-size: 18px;
    }
    .corp-main__subtitle {
        margin-bottom: 160px;
    }
    /** ADVANTAGES **/
    .corp-advantages--inner {
        padding: 80px 0;
    }
    .corp-section__title.advantages {
        margin-bottom: 40px;
        font-size: 29px;
    }
    .corp-advantages__list {
        margin-bottom: 0;
    }
    .corp-section__title.advantages,
    .corp-advantages__list-item {
        padding-left: 130px;
    }
    .corp-advantages__list-item-text {
        font-size: 14px;
        max-width: 215px;
        padding-top: 37.5px;
        padding-bottom: 37.5px;
    }
    .corp-advantages__list-item:last-child .corp-advantages__list-item-text {
        padding-top: 27.5px;
        padding-bottom: 27.5px;
    }
    .corp-advantages__text {
        font-size: 29px;
    }
    /** ABOUT **/
    .corp-about {
        padding: 80px 0;
    }
    .corp-about__title {
        font-size: 16px;
    }
    .corp-about__description {
        font-size: 22px;
    }
    .corp-about__numbers {
        gap: 37px 20px;
    }
    .corp-about__numbers-item:first-child .corp-about__numbers-item-number {
        font-size: 60px;
    }
    .corp-about__numbers-item-number {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 40px;
        line-height: 100%;
    }
    .corp-about__numbers-item {
        padding-bottom: 10px;
    }
    .corp-about__numbers-item-descr {
        font-size: 14px;
    }
    /** TODAY **/
    .corp-today {
        padding: 80px 0;
    }
    .corp-section__title {
        margin-bottom: 40px;
        font-size: 43px;
    }
    .corp-today__list-item-title {
        font-size: 18px;
    }
    .corp-advantages__line {
        left: 15px;
    }
    
    .corp-advantages__line img {
        max-width: inherit;
    }
}


@media (max-width:370px) {
    .corp-section__title.advantages {
        font-size: 22px;
        margin-bottom: 46px;
    }
}

@media (max-width:450px) {
    body .bc-item:nth-last-child(3) {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.5 1L0.5 6L5.5 11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    }
    /* .corp-advantages__line {
        max-width: 232px;
        left: 15px;
    }
    .corp-advantages__list-item {
        padding-left: 147px;
    }

    .corp-advantages__list-item-text {
        max-width: 195px;
    }
    
    .corp-advantages__list-item:before {
        left: 57px;
    } */
}
/* End */


/* Start:/bitrix/templates/template.rimeks/components/bitrix/breadcrumb/rimeks-breadcrumb/style.css?17473027981903*/
.bc {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.005em;
    color: var(--site-label-tetriary-color);
}

.bread_crumbs--light.bc{
  color: var(--site-light-color);
}

.bc-item:first-child {
    background: none;
    padding-left: 0px;
}

.bc-item:first-child {
    background: none;
    padding-left: 0px;
}

.bc-item {
    padding-left: 21px;
    float: left;
    background: url('/bitrix/templates/template.rimeks/components/bitrix/breadcrumb/rimeks-breadcrumb/img/bc-arrow.svg') 9px 33% no-repeat;
    background-size: 6px;
}

.bc-item a {
    color: var(--site-dark-color) !important;
    transition: color .3s ease;
}

.bc-item a:hover {
  color: var(--site-default-color) !important;
}

li.relative.drop-container {
    position: relative;
  }
  li.relative.drop-container:hover .drop {
    display: block !important;
  }
  .drop-container span {
    color:#808080;
  }
  .drop-container .drop {
    display: none;
    position: absolute;
    z-index: 100;
    top: 20px;
    left: -40px;
    background-color: #f5f5f5;
    padding:5px 0;
    border-radius: 5px;
  }
  .drop-container .drop a {
    display: block;
    padding: 5px 10px;
  }
  .drop{
      min-width:250px;
      width:100%;
  }
  .drop ul {
      list-style: none;
      padding-left: 10px;
  }
  .drop ul li.active{
    color:black;
    font-weight: 600;
  }

@media(max-width: 450px) {
  .bc {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .bc-item:nth-last-child(3) {
    padding-left: 15px;
    background: url('/bitrix/templates/template.rimeks/components/bitrix/breadcrumb/rimeks-breadcrumb/img/bc-arrow-back.svg') 0px center no-repeat;
    background-size: 6px;
  }

  .bc-item:not(:nth-last-child(3)) {
    display: none;
  }
  /* ma-28163 start */
  .bc {
    margin-bottom: 15px;
  }
  /* ma-28163 end */
}

/* End */
/* /marketplaces/include/css/style.css?171203503922142 */
/* /bitrix/templates/template.rimeks/components/bitrix/breadcrumb/rimeks-breadcrumb/style.css?17473027981903 */
