

/* Start:/local/templates/sotbit_origami/assets/css/pages/about/business.css?17048059803947*/
.business-banner {
    position: relative;
    height: 400px;
}

.business .business-banner__img {
    height: inherit;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
    width: 100%;
}

.business .business-container,
.business .business-info__inner{
    max-width: 1480px;
    margin: 0 auto;
}

.business .business-info__inner {
    padding: 60px 0;
}

.business .business-info {
    background: var(--bg-color);
}

.business .business-info__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-info__list .business-info__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 215px;
    text-align: center;
}

.business-info__list .business-info__item .business-info__item-img,
.business-info__list .business-info__item .business-info__item-text {
    text-align: center;
}

.business-info__list .business-info__item .business-info__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    /*font-family: "Cera Pro Regular", "Montserrat", "Sans Serif";*/
    padding: 20px 0 0;
}

.business-info__list .business-info__item-img img {
    width: 150px;
    height: 85px;
}

.business .business-about {
    /*font-family: "Cera Pro Regular", "Montserrat", "Sans Serif";*/
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding: 60px 0;
}

.business-list .business-info__item-img {
    min-height: 150px;
}

@media  (max-width: 1900px) {
    .business .business-container {
        max-width: 1066px;
    }

    .business .business-info__inner {
        padding: 50px 40px;
    }
}

@media (max-width: 1365px) {
    .business-info__list .business-info__item {
        max-width: 125px;
    }

    .business-list .business-info__item-img {
        min-height: 125px;
    }

    .business-list .business-info__item-img img {
        font-family: "object-fit:contain";
        -o-object-fit: contain;
        object-fit: contain;
    }

    .business-banner {
        height: 285px;
    }

    .business .business-about {
        padding: 60px 0;
        line-height: 27px;
        font-size: 18px;
    }

    .business .business-container {
        max-width: none;
        padding: 0 40px;
    }
}

@media (max-width: 1023px) {
    .business .business-container {
        padding: 0 15px;
    }

    .business-banner {
        height: 245px;
    }

    .business .business-info__inner {
        padding: 50px 15px 0 15px;
    }

    .business .business-info__list {
        justify-content: center;
    }

    .business-info__list .business-info__item {
        max-width: 203px;
        margin-bottom: 50px;
        margin-right: 60px;
    }

    .business-info__list .business-info__item:nth-child(3),
    .business-info__list .business-info__item:last-child {
        margin-right: 0;
    }

    .business-info__list .business-info__item .business-info__item-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .business-info__list .business-info__item-img img {
        width: 125px;
        height: 100px;
    }

    .business .business-about {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 60px;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .business-banner {
        height: 500px;
    }

    .business .business-info__list {
        justify-content: space-around;
    }

    .business-info__list .business-info__item {
        max-width: 130px;
        margin-right: 0;
    }

    .business-info__list .business-info__item:nth-child(3),
    .business-info__list .business-info__item:last-child {
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/news.list/business_solution/style.css?17048060361886*/
.business-solution .business-solution__inner {
    padding: 35px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
}

.business-solution .business-solution-card {
    max-width: calc(50% - 15px);
    width: 100%;
}

.business-solution .business-solution-card-img img {
    width: 100%;
    font-family: "object-fit:cover";
    height: inherit;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom;
}

.business-solution .business-solution-card .business-solution-card-title {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 0 30px 0;
    display: block;
}

.business-solution .business-solution-card .business-solution-card-description {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1365px) {
    .business-solution .business-solution__inner {
        padding: 0;
        margin-bottom: 60px;
        column-gap: 30px;
        row-gap: 60px;
    }

    .business-solution .business-solution-card .business-solution-card-title {
        font-size: 22px;
        line-height: 33px;
    }
}

@media (max-width: 1023px) {
    .business-solution .business-solution-card .business-solution-card-title {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .business-solution .business-solution-card .business-solution-card-description {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .business-solution .business-solution__inner {
        row-gap: 40px;
    }

    .business-solution .business-solution-card {
        max-width: 100%;
    }

    .business-solution .business-solution-card-img {
        height: 220px;
        min-width: 100%;
    }
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/form.result.new/start_cooperation/style.css?172321038036959*/
body div {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: all 0.1s ease-in-out;
    font-style: normal;
    font-weight: 500;
}
/*<!--Заполните форму обращения-->*/


/*валидация телефона Заполните форму обращения*/
.footer_subscribe_input__wrong_tell--container, .input__wrong_name--container {
    display: none;
}

.form_table_block_tell.active ~ .footer_subscribe_input__wrong_tell--container{
    display: block;
}

.form_action_delete.active {
    border: 1px solid #d70404;
}

.form_action_delete.active .input__wrong_name--container {
    display: block;
    position: absolute;
    width: 100%;
    top: 62px;
}
.form_table_block_tell.form_action_delete.active ~ .input__wrong_name--container {
    display: block;
}
.form_table_block_petition_block.form_action_delete.active ~ .input__wrong_name--container {
    display: block;
}
.form_table_block-details_container.form_action_delete.active ~ .input__wrong_name--container {
    display: block;
}
.form_table_block-situation_container.form_action_delete.active ~ .input__wrong_name--container {
    display: block;

}

.form_table_block_tell .close_input.active .delete_value_tel,
.input__wrong_name--container .close_input.active .delete_value_tel {
    display: none;
}
.form_table_block_tell.active .close_input.active .default_value_tel,
.input__wrong_name--container .close_input.active .default_value_tel {
    display: none;
}
.form_table_block_tell.active .close_input.active .delete_value_tel,
.input__wrong_name--container .close_input.active .delete_value_tel {
    display: block;
}

.input__wrong_name--container, .footer_subscribe_input__wrong_tell--container {
    margin-top: -13px;
    position: relative;
}
.input__wrong_name--container, .footer_subscribe_input__wrong_tell--container {
    background-color: #ffd9e0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #d70404;
    font-size: 12px;
    left: 0;
    line-height: 150%;
    padding: 7px 15px;
    top: 0;
    width: 100%;
    z-index: 4;
}

.input__wrong_name p, .footer_subscribe_input__wrong_tell--container p {
    color: #d70404;
    font-size: 12px;
    line-height: 150%;
}


/*валидация телефона Заполните форму обращения ~ end*/

/*валидация email ~ Задать вопрос*/
.input__wrong_email--container, .input__wrong_name--container {
    display: none;
}

.modal_call-back--form_email.active, .modal_call-back--form_name.active {
    border: 1px solid #d70404;
}

.form_action_delete .close_input.active .delete_value_tel {
    display: none;
}

.form_action_delete.active .close_input.active .default_value_tel {
    display: none;
}

.form_action_delete.active .close_input.active .delete_value_tel {
    display: block;
    visibility: visible;
    height: 18px;
    width: 21px
}

.modal_call-back--form_email .close_input.active .delete_value_email,
.modal_call-back--form_name .close_input.active .delete_value_email {
    display: none;
}
.modal_call-back--form_email.active .close_input.active .default_value_email,
.modal_call-back--form_name.active .close_input.active .default_value_email {
    display: none;
}
.modal_call-back--form_email.active .close_input.active .delete_value_email,
.modal_call-back--form_name.active .close_input.active .delete_value_email {
    display: block;
}

.input__wrong_email--container, .input__wrong_name--container {
    margin-top: -13px;
    position: relative;
    margin-bottom: 7px;
}
.input__wrong_email {
    background-color: #ffd9e0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #d70404;
    font-size: 12px;
    left: 0;
    line-height: 150%;
    padding: 7px 15px;
    top: 0;
    width: 100%;
    z-index: 4;
}

.input__wrong_email p {
    color: #d70404;
    font-size: 12px;
    line-height: 150%;
}


/*валидация email ~ Задать вопрос ~ end*/

/*валидация телефона ~ Заказать обратный звонок*/
.input__wrong_callbackPhone--container, .input__wrong_callbackName--container {
    display: none;
}

.modal_call-back--form_tell.callbackPhone_number.active ~ .input__wrong_callbackPhone--container,
.modal_call-back--form_name.active ~ .input__wrong_callbackName--container {
    display: block;
}

.modal_call-back--form_tell.callbackPhone_number.active, .modal_call-back--form_name.active {
    border: 1px solid #d70404;
}

.modal_call-back--form_tell.callbackPhone_number .close_input.active .delete_value_tel,
.modal_call-back--form_name .close_input.active .delete_value_tel {
    display: none;
}
.modal_call-back--form_tell.callbackPhone_number.active .close_input.active .default_value_tel,
.modal_call-back--form_name.active .close_input.active .default_value_tel{
    display: none;
}
.modal_call-back--form_tell.callbackPhone_number.active .close_input.active .delete_value_tel,
.modal_call-back--form_name.active .close_input.active .delete_value_tel{
    display: block;
}

.input__wrong_callbackPhone--container, .input__wrong_callbackName--container {
    margin-top: -17px;
    position: relative;
    margin-bottom: 7px;
}
.input__wrong_callbackPhone--container_tell, .input__wrong_callbackName--container_tell {
    background-color: #ffd9e0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #d70404;
    font-size: 12px;
    left: 0;
    line-height: 150%;
    padding: 7px 15px;
    top: 0;
    width: 100%;
    z-index: 4;
}

.input__wrong_callbackPhone--container_tell p, .input__wrong_callbackName--container_tell p {
    color: #d70404;
    font-size: 12px;
    line-height: 150%;
}
/*валидация телефона ~ Заказать обратный звонок end*/


/*валидация Задать вопрос*/
.input__wrong_name--container {
    display: none;
}

.modal_call-back--form_email.form_action_delete.active, .modal_call-back--form_message.active {
    border: 1px solid #d70404;
}

.modal_call-back--form_email.form_action_delete .close_input.active .delete_value_email,
.modal_call-back--form_message.form_action_delete .close_input.active .delete_value_email {
    display: none;
}
.modal_call-back--form_email.form_action_delete.active .close_input.active .default_value_email,
.modal_call-back--form_message.form_action_delete.active .close_input.active .default_value_email {
    display: none;
}
.modal_call-back--form_email.form_action_delete.active .close_input.active .delete_value_email,
.modal_call-back--form_message.form_action_delete.active .close_input.active .delete_value_email {
    display: block;
}

.input__wrong_form_callback_email--container {
    margin-top: -17px;
    position: relative;
    margin-bottom: 7px;
}
.input__wrong_form_callback_email {
    background-color: #ffd9e0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #d70404;
    font-size: 12px;
    left: 0;
    line-height: 150%;
    padding: 7px 15px;
    top: 0;
    width: 100%;
    z-index: 4;
}

.input__wrong_form_callback_email p {
    color: #d70404;
    font-size: 12px;
    line-height: 150%;
}
/*валидация Задать вопрос end*/

/*валидация телефона ~ Видеоконсультация со специалистом */
.form_action_delete ~ .input__wrong_inputPhoneSpecialist--container {
    display: none;
}

.form_action_delete.active ~ .input__wrong_inputPhoneSpecialist--container {
    display: block;
}

.form_action_delete.active {
    border: 1px solid #d70404;
}
.modal_call-back--form_name:hover {
    border-color: #000;
}
.form_table_block_product.others.form_action_delete.error_points.error_message {
    border: 1px solid #d70404;
}

.form_table_block_product.others.form_action_delete.error_points.error_message > .close_input.active .delete_value_tel {
    display: block;
    visibility: visible;
    height: 18px;
    width: 21px
}

.form_table_block_product.others.form_action_delete.error_points.error_message > .close_input.active .default_value_tel {
    display: none;
}

.form_table_block_product.others.form_action_delete.error_points > .close_input.active .default_value_tel {
    display: block;
}


.modal_call-back--form_tell.video_specialist.form_action_delete.active .close_input.active .default_value_tel
.modal_call-back--form_name.form_action_delete.active .close_input.active .default_value_tel  {
    display: none;
}
.modal_call-back--form_tell.video_specialist.form_action_delete.active .close_input.active .delete_value_tel
.modal_call-back--form_name.form_action_delete.active .close_input.active .delete_value_tel {
    display: block;
}

.input__wrong_inputPhoneSpecialist--container {
    margin-top: -17px;
    position: relative;
    margin-bottom: 7px;
}
.input__wrong_inputPhoneSpecialist--container_tell {
    background-color: #ffd9e0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #d70404;
    font-size: 12px;
    left: 0;
    line-height: 150%;
    padding: 7px 15px;
    top: 0;
    width: 100%;
    z-index: 4;
}

.input__wrong_inputPhoneSpecialist--container_tell p {
    color: #d70404;
    font-size: 12px;
    line-height: 150%;
}
/*валидация телефона ~ Видеоконсультация со специалистом end*/


.wrapper_form_table_cooperation div {
    font-style: normal;
    font-weight: 400;
    color: #000000;
    /*overflow: hidden;*/
    font-size: inherit;
}
.main-input-md__wrapper {
    display: none;
}
.wrapper_form_table_cooperation {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
}
.form_table_form {
    width: 100%;
}

@media (max-width: 1365px) {
    .wrapper_form_table_cooperation {
        max-width: 944px;
    }
}

@media (max-width: 1024px) {
    .wrapper_form_table_cooperation {
        max-width: 100%;
        padding: 0 15px;
    }
}

.wrapper_form_table_cooperation input {
    width: 100%;
    font-size: inherit;
}
.form_table_container .form_table--title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    color: #000000;
    margin-bottom: 60px;
}
.form_table--title_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_table_block_name_check {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.form_table_block_name_container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.form_table_block_name, .form_table_block_tell, .form_table_block_check, .form_table_block_toy, .form_table_block_product {
    align-items: center;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
    margin-bottom: 20px;
}
.form_table_block_product.form_action_delete.active + .input__wrong_name--container {
    display: block;
}
.form_table_block_product {
    align-items: center;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
}
.form_table_block_name:hover {
    border-color: #000;
}
.form_table_block_tell:hover {
    border-color: #000;
}
.form_table_block_check:hover {
    border-color: #000;
}
.form_table_block_toy:hover {
    border-color: #000;
}
.form_table_block_product:hover {
    border-color: #000;
}

.form_name:not(:focus) ~ .close_input.active {
    visibility: hidden;
}

.form_table_block_check_container {
    display: flex;
    flex-direction: column;
    position: relative;
}
.form_table_block_toy.form_action_delete.active ~ .input__wrong_name--container {
    display: block;
}
.form_table_block_box_petition {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-top: 40px;
}

.form_table_block_box_petition .form_table_block_box-text {
    color: #989898;
}

.form_table_block_box_petition .form_table_block_product-text {
    color: #989898;
}

.form_table_block_situation_details .details_text {
    color: #989898;
}

.form_table_block_box_petition .form_table_block_petition-text {
    color: #989898;
}

.form_table_block_box_container {
    position: relative;
    display: block;
}
.form_table_block_box_container .form_table_block_box {
    border: 1px solid #c4c4c4;
    padding: 10px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 2;
    width: 100%;
    background: #fff;
}

.dropdown-content_form_table_block.active {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 15px;
}

.dropdown-content_form_table_block.active .click_active_link:hover {
    background: var(--bg-color);
}
.form_table_block_product-text.others {
    margin-bottom: 25px;
}
.form_table_block_product.others, .form_table_block_product-text.others {
    display: none;
}

.form_table_block_product.others.error_points, .form_table_block_product-text.others.error_points {
    display: flex;
}

.modal_call-back--form_getOne input{
    width: 100%;
}

.form_table_block_box-container {
    display: flex;
    justify-content: space-between;
}
.form_table_block_box-container .main-input-md__wrapper_link {
    background: transparent;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.form_table_block_box-container .main-input-md__wrapper_link .enter_text {
    font-weight: 400;
}
.form_table_block_box .dropdown-content_form_table_block {
    display: none;
}
.dropdown-content_form_table_block .click_active_link {
    display: flex;
    justify-content: space-between;
}
.dropdown-content_form_table_block.active {
    display: grid;
    grid-template-columns: 100%;
}
.dropdown-content_form_table_block.active .click_active_link {
    margin: 1px 0px 0px 4px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.active .feedback_svg {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}
.dropdown-content.active div {
    margin: 1px 0px 0px 4px;
    padding: 5px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-content.active div:hover {
    background: var(--bg-color);
}

.click_active_link_box {
    margin: 1px 0px 0px 4px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}

.click_active_link_box:hover{
    background: var(--bg-color);
}

.fa_fa-svg_box{
    display: none;
}

.fa_fa-svg_box.active {
    display: block;
}

.form_table_block_box-container_box {
    display: flex;
    justify-content: space-between;
}

.form_table_block_box-container .feedback_svg svg {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.form_table_block_box-container_box .feedback_svg svg{
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
}

.form_table_block_box-container_box.active .feedback_svg svg{
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}


.form_table_block_box-container_box .main-input-md__wrapper_link {
    background: transparent;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.main-input-md__wrapper_link .enter_text_initial {
    font-weight: 400;
}
.main-input-md__wrapper_link .enter_text_box {
    font-weight: 400;
}

.dropdown-content_box {
    display: none;
}

.dropdown-content_box.active {
    display: block;
}

.form_table_block_box-container_hide .dropdown-content.active div:hover {
    background: var(--bg-color);
}
.form_table_block_box-container_box .main-input-md__wrapper_link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 367px;
    width: 100%;
    text-align: left;
}
.fa_fa-svg {
    display: none;
}
.form_table_block_box-text {
    margin-top: 50px;
    margin-bottom: 20px;
}
.form_table_block_product-text {
    margin-top: 10px;
}
.form_table_block_petition_block {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
    height: 167px;
    margin-bottom: 20px;
}
.form_table_block_petition_block:hover {
    border-color: #000;
}
.form_table_block_box:hover {
    border-color: #000;
}
.form_table_block_petition_block .petition {
    resize: none;
    height: -webkit-fill-available;
    width: 100%;
}
.form_table_block_petition-text {
    margin-top: 10px;
}
.form_table_block_box-container_hide{
    display: none;
}

.form_table_block_box-container_hide.active_damage {
    display: block;
    border: 1px solid #c4c4c4;
    padding: 10px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
}
.form_table_block_box-container_hide.active:hover {
    border-color: #000;
}
.hide_input_change_box {
    display: none;
}

.form_table_block_box-container_hide.active.error_message .input__wrong_name--container {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
}

.form_table_block_situation_details {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.form_table_block-situation_container {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
    height: 137px;
    margin-bottom: 20px;
}
.form_table_block_box-container_hide.active_damage.error_message .input__wrong_name--container{
    display: block;
    position: absolute;
    top: 61px;
}
.form_table_block_product.others.form_action_delete.error_points.error_message + .input__wrong_name--container {
    display: block;
}

.form_table_block-situation .pretension {
    resize: none;
    height: -webkit-fill-available;
    width: 100%;
}
.form_table_block-details_container {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
    height: 137px;
    margin-bottom: 20px;
}

.form_table_block-details .details {
    resize: none;
    height: -webkit-fill-available;
    width: 100%;
}
.form_table_block-details_container:hover {
    border-color: #000;
}
.form_table_block-situation_container:hover {
    border-color: #000;
}
.form_table_block_situation_details {
    margin-top: 25px;
}

.form_table_block-details .details_text{
    margin-top: 10px;
}
.form_table_block-situation .details_text {
    margin-top: 10px;
}

.form_table_block_box-container_box_text.active_damage {
    display: block;
    margin-bottom: 25px;
    color: #989898;
    margin-top: 80px;
}

.form_table_block_box-container_box_text {
    display: none;
}
.form_table_block_add_image {
    display: grid;
    justify-content: space-between;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}
.form_table_block_add_image_container {
    border: 1px dashed #c4c4c4;
    border-radius: 4px;
    display: flex;
    max-width: 522px;
    padding: 0;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
}
.form_table_block_submit-container {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 20px;
}
.form_table_block_submit {
    background: #404040;
    border: 1px solid #404040;
    color: #fff;
    font-weight: 500;
    outline: none;
    padding: 9px 28px;
    transition: all .2s;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    height: 50px;
}
.form_table_block_submit:hover {
    background: #000;
    border-color: #000;
}
.form_table_block_add_image_container {
    position: relative;
    height: 100%;
    justify-content: center;
    display: flex;
    padding: 10px;
}
.form_table_block_add_image_container.active {
    justify-content: flex-start;
}
.form_table_block_add_image_container.active .block_add_image_outputMulti {
    margin-bottom: 10px;
}
#fileMulti {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color .2s;
    width: 100%;
    z-index: 2;
}
.add_format_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.add_format_container .add_format_text {
    font-weight: bold;
}
.add_format {
    color: #392828;
}
.form_table_block_add_image_container_text .add_image_container_title {
    font-weight: bold;
    margin-bottom: 15px;
}
.close_input {
    display: none;
}
.close_input.active {
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-out;
    height: auto;
}
.close_input.active:hover {
    opacity: .5;
    transform: rotateZ(360deg);
    cursor: pointer;
}

/*<!--end Заполните форму обращения-->*/
.wrapper_cooperation {
    max-width: 574px;
    margin: 0 auto;
    width: 100%;
}

.cooperation_container {
    display: flex;
    flex-direction: column;
}
.cooperation_title {
    text-align: center;
}
.cooperation_text {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}

.cooperation_text h2,
.cooperation_text p {
    text-align: center;
}

.cooperation_text p {
    line-height: 24px;
}

.cooperation_text a {
    color: #157ee9;
}

.cooperation_contact {
    margin-top: 40px;
    background: var(--bg-color);
    padding: 40px 90px;
}
.cooperation_contact_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
}
.cooperation_mail_block {
    column-gap: 120px;
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
}
.cooperation_mail_block--workingMode {
    display: flex;
}
.cooperation_mail_block--working_mail {
    display: flex;
}
.cooperation_mail_block--working_tell {
    display: flex;
}
.cooperation_mail_block--workingMode_week,.cooperation_mail_block--workingMode_mail, .cooperation_mail_block--workingMode_tell {
    margin-left: 15px;
}
.workingMode_week_work, .workingMode__tell_title, .workingMode__mail_title {
    font-size: 16px;
    font-weight: 600;
}
.workingMode_week_clock, .workingMode__mail, .workingMode__tell {
    font-size: 16px;
}
.form_click_close {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper_modal_call-modal__close_question.modal_call__close_bg {
    margin-bottom: 26px;
}

.form_table_block_add_image .form_table_block_add_image_container_text{
    margin-left: -30px;
}

@media (max-width: 1365px) {
    .cooperation_contact {
        padding: 40px 60px;
    }
    .cooperation_mail_block {
        column-gap: normal;
        justify-content: space-between;
    }
    .form_table_block_name_check, .form_table_block_box_petition, .form_table_block_situation_details, .form_table_block_add_image {
        gap: 60px;
    }
    .cooperation_text {
        margin-top: 30px;
    }
}

@media (max-width: 1024px) {
    .wrapper_form_table_cooperation{
        padding: 0;
    }
    .form_table_container .form_table--title {
        font-size: 22px;
        margin-top: 60px;
    }
    .wrapper_cooperation{
        max-width: 486px;
        padding: 0 10px;
    }
    .cooperation_contact {
        padding: 40px 15px;
    }
    .form_table_block_box-container .main-input-md__wrapper_link {
        align-items: center;
        display: flex;
        max-width: calc(100% - 25px);
    }
    .form_table_block_box-container .main-input-md__wrapper_link .enter_text_initial {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 5px;
    }
    .wrapper_link_initial {
        white-space: nowrap;
    }
}
@media (max-width: 768px) {
    .form_table_block_add_image .form_table_block_add_image_container_text {
        margin-left: 0;
    }
    .form_table_block_add_image_container {
        max-width: 100%;
    }
    .cooperation_contact {
        padding: 40px;
    }
    .cooperation_mail_block {
        flex-direction: column;
        row-gap: 20px;
    }
    .form_table_block_name_check, .form_table_block_box_petition, .form_table_block_situation_details, .form_table_block_add_image {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .details_text, .form_table_block_product-text {
        margin-bottom: 20px;
    }
    .form_table_block_add_image_container {
        min-height: 276px;
    }
    .form_table_block_add_image {
        margin-top: 20px;
    }
    .add_image_container_title {
        margin-top: 20px;
    }
    .add_image_container_list li {
        padding-left: 0;
    }
    .form_table_block_submit {
        width: 100%;
    }
}


.wrapper_modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 10;
}

.wrapper_modal_bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.modal_call-back--form_title {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    margin-bottom: 30px;
}

.wrapper_modal_call-modal__close {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-out;
    height: 25px;
}

.wrapper_modal_call-modal__close:hover {
    transform: rotateZ(360deg);
}

.wrapper_modal_call-modal__close_question {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-out;
    height: 25px;
}

.wrapper_modal_call-modal__close_question:hover {
    transform: rotateZ(360deg);
}

.modal_call-back--form_name, .modal_call-back--form_tell, .modal_call-back--form_email {
    align-items: center;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 0 15px;
    transition: border-color .2s;
    margin-bottom: 20px;
}


.modal_call-back--form_message {
    align-items: baseline;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    padding: 11px 15px;
    transition: border-color .2s;
    height: 150px;
    align-items: last baseline;
    margin-bottom: 25px;
}

.modal_call-back--form_email:hover {
    border-color: #000;
}

.modal_call-back--form_name:hover {
    border-color: #000;
}

.modal_call-back--form_message:hover {
    border-color: #000;
}

.modal_call-back--form_tell:hover {
    border-color: #000;
}

.form_button {
    margin-bottom: 20px;
    margin-top: 25px;
}

.form_button .form_button_enter {
    background: #404040;
    border: 1px solid #404040;
    color: #fff;
    font-weight: 500;
    outline: none;
    padding: 0 20px;
    transition: all .2s;
    border-radius: 4px;
    width: 100%;
    height: 42px;
}

.form_button .form_button_enter:hover {
    background: #000;
    border-color: #000;
}

.form_button_action {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.form_confidential {
    color: #989898;
    font-size: 12px;
    line-height: 15px;
    margin-top: 25px;
}

.form_confidential_link {
    color: #157ee9;
    transition: color .2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
}

.wrapper_close {
    text-align: right;
    margin-bottom: 25px;
}


.wrapper_modal_call.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.wrapper_modal_call, .wrapper_modal_call_question {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    width: 100%;
    max-width: 423px;
    padding: 30px;
    transition: 0.5s all;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 5;
}

.wrapper_modal_call.active, .wrapper_modal_call_question.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.wrapper_modal_call input {
    width: 100%;
}
.wrapper_modal_bg_question {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
    z-index: 10;
}

.wrapper_modal_bg_question.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}

.form_message {
    resize: none;
    height: -webkit-fill-available;
    width: -moz-available;
}

.tabs_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.tabs_container_block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.tabs_item {
    transition: opacity .2s ease-in;
}
.tabs_item:hover {
    cursor: pointer;
}

.modal_call-back--form.active {
    display: block;
}

.modal_call-back--form {
    display: none;
}

#messages_popup.tabs_item.active .messages_popup_svg.active, #phone_popup.tabs_item.active .phone_popup_svg.active,
#video_popup.tabs_item.active .video_popup_svg.active {
    display: block;
}


#messages_popup.tabs_item.active .messages_popup_svg, #video_popup.tabs_item.active .video_popup_svg, #phone_popup.tabs_item.active .phone_popup_svg,
#messages_popup.tabs_item .messages_popup_svg.active, #phone_popup.tabs_item .phone_popup_svg.active, #video_popup.tabs_item .video_popup_svg.active {
    display: none;
}

.modal_call-back--form_text {
    margin-bottom: 25px;
}

/*video*/
.feedback_video__container {
    display: grid;
    margin-top: 25px;
}
.feedback_video__container_number-name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
@media (max-width: 520px) {
    .feedback_video__container_number-name {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
}

.dropdown-content.active .click_active_link_initial {
    margin: 1px 0px 0px 4px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.feedback_video__container_tell-container {
    display: flex;
    justify-content: space-between;
}
.feedback_video__container_tell-container span {
    visibility: hidden;
}
.feedback_video__container_tell-container .enter_text {
    visibility: visible;
}
.active .feedback_video__container_tell-container .main-input-md__wrapper_link {
    font-weight: bold;
    color: #000;
}
.active .feedback_video__container_tell-container span {
    visibility: visible;
    font-size: 14px;
    padding-left: 3px;
    font-weight: lighter;
}
.feedback_video__container_tell {
    border: 1px solid #c4c4c4;
    padding: 10px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
}
.main-input-md__wrapper_link {
    background: transparent;
    border: none;
    color: #989898;
    font-size: 14px;
}
.active .feedback_video__container_tell-container .main-input-md__wrapper_link {
    font-weight: bold;
    color: #000;
}
.dropdown-content.active div {
    margin: 1px 0px 0px 4px;
    padding: 5px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.dropdown-content.active div:hover {
    background: var(--bg-color);
}
.dropdown-content.active  {
    display: grid;
    grid-template-columns: 100%;
}
.dropdown-content {
    display: none;
}

.feedback_video__container_tell.active .feedback_video_feedback_svg {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

/*video end*/


.modal_call-back--form_show {
    display: none;
}

.modal_call-back--form_show.active {
    display: block;
}


/*add_file custom*/
#outputMulti span {
    display: inline-block;
}

#outputMulti img {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;

}
.block_add_image_outputMulti {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

#outputMulti {
    display: contents;
    width: 100%;
}

#outputBlock {
    height: 90px;
    width: 90px;
    position: relative;
    display: none;
}
#outputBlock .UNdRh {
    height: 90px;
    width: 100%;
    background: var(--bg-color);
}
#outputBlock .chhEy {
    background-image: url("/local/templates/sotbit_origami/assets/img/svg/mebelson/plus.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23px;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
}
#outputBlock {
    background: #f5f3f2 url("/local/templates/sotbit_origami/assets/img/svg/mebelson/plus.svg") no-repeat 50%;
}
#outputBlock input {
    bottom: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
}
#outputMulti span:before {
    background-image: url("/local/templates/sotbit_origami/assets/img/svg/mebelson/close_small.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
    z-index: 3;
    position: absolute;
}



.hide_input.active {
    display: block!important;
}
.hide_input {
    display: none!important;
}

.addfile {
    display: block;
    position: relative;
}
.addfile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.4s ease;
}
.addfile:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity 0.4s linear;
}
.addfile:hover:before,
.addfile:hover:after {
    opacity: 1;
}

@media (max-width: 1365px) {
    #outputMulti img, #outputBlock {
        height: 51px;
        width: 51px;
    }
}

@media (max-width: 768px) {
    #outputMulti img, #outputBlock {
        height: 90px;
        width: 90px;
    }
}


/*add_file custom end*/

/*custom form*/
.table_cooperation_footer {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #989898;
}

@media screen and (max-width: 1900px){
    .cooperation_text p {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1024px){
    .cooperation_text p {
        padding: 0 0;
    }
}

.cooperation_bg {
    background: var(--bg-color);
    padding: 1rem 0 60px 0;
}

.mb-popup .cooperation_bg {
    background: none;
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/news.list/shops_map_left/style.css?172321038014124*/
:root {
    --shops-list-width: 453px;
}

.map__container div {
    transition: none;
}

.contact-map {
    padding: 0 70px;
}

.map__body {
    display: flex;
    border: 1px solid #c4c4c4;
    height: 630px;
    box-sizing: content-box;
}

.map__body .bx-yandex-view-layout {
    width: 100%;
}

.map__title {
    font-size: 35px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .contact-map {
        padding: 0 40px;
    }
}

@media (max-width: 1023px) {
    .contact-map {
        padding: 0 15px;
    }
}

.map__text {
    margin: 16px 0 24px;
}

.map__container {
    position: relative;
}

.map__popup {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: var(--shops-list-width);
    height: 630px;
    min-height: 630px;
    box-sizing: content-box;
    background: #FFFFFF;
    border-radius: 4px;
}

.map__popup-header {
    padding: 30px 20px 0 20px;
}

.map__popup-item,
.map__popup-item-content {
    padding: 0 20px;
}

.map__popup-item-content .map__popup-item-info {
    margin-top: 30px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel .map__popup-item-info-tel-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 13px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel .map__popup-item-info-tel-link {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-time {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}

.map__popup-item-info-metro {
    margin-top: 30px;
}

.map__popup-item-info-metro-img {
    background: transparent;
    min-height: 20px;
    min-width: 20px;
    height: 100%;
    position: relative;
}

.map__popup-item-info-metro-img img{
    color: var(--bg-color);
    object-fit: cover;
    height: inherit;
    left: 0;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: bottom;
    width: 100%;
}

.map__popup-item-info-metro-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.map__popup-item-info-metro .map__popup-item-info-metro-title {
    font-weight: 600;
    line-height: 150%;
    font-size: 16px;
}

@media (max-width: 1900px) {
    * {
        --shops-list-width: 360px;
    }
}

@media (max-width: 1365px) {
    .map__popup-header {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 1023px) {
    * {
        --shops-list-width: 330px;
    }

    .map__popup {
        max-height: 100%;
        min-height: 100%;
    }
}



@media (max-width: 320px) {
    .map__popup {
        height: 387px;
        min-height: 387px;
        /*padding: 20px 10px 30px;*/
    }

    .map__popup-header {
        padding: 20px 10px 0 30px;
    }

    .map__popup-item,
    .map__popup-item-content {
        padding: 0 10px 0 30px;
    }

    .map__popup-back {
        width: calc(100% - 40px);
    }
}

.map__popup-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.map__popup-title {
    padding: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

@media (max-width: 1024px) {
    .map__popup-title {
        font-size: 22px;
        line-height: 33px;
    }
}

.map__popup-back {
    position: absolute;
    display: flex;
    align-items: center;
    width: calc(100% - 20px*2);
    height: 100%;
    background: #FFFFFF;
}

.map__popup-close {
    position: relative;
    height: fit-content;
    z-index: 2;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.map__popup-close:hover {
    transform: rotateZ(360deg);
}

.map__popup-close,
.map__popup-back-button {
    padding: 0;
    background: none;
    border: none;
}

.map__popup-back-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.map__popup-back-text {
    font-size: 14px;
    line-height: 1.5;
}

.map__popup-close svg,
.map__popup-back-button svg {
    display: block;
}

.map__popup-body {
    position: relative;
    overflow-y: hidden;
    height: 530px;
}

.map__popup-list {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    overflow-y: clip;
    padding-top: 10px;
    min-height: 100%;
}

.map__popup-item {
    display: flex;
    column-gap: 16px;
    margin: 0;
    //padding: 0;
}

.map__popup-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.map__popup-item-data {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    border-bottom: 1px solid var(--bg-color);
}

.map__popup-item-name,
.map__popup-item-address {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .map__popup-item-name,
    .map__popup-item-address {
        font-size: 14px;
        line-height: 20px;
    }
}

.map__popup-item-address {
    margin-bottom: 20px;
}

.map__popup-item-tel,
.map__popup-item-time {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.map__popup-item-link,
.map__popup-item-photo-all {
    display: inline-block;
    width: fit-content;
    padding-bottom: 2px;
    color: #989898 !important;
    font-size: 14px;
    line-height: 20px;
}

/*.map__popup-item-link:hover,
.map__popup-item-photo-all:hover,
.map__popup-item-link:focus,
.map__popup-item-photo-all:focus,
.map__popup-item-link:active,
.map__popup-item-photo-all:active {
    border-bottom: 1px solid transparent;
}*/

.map__popup-item-photo-all {
    margin-top: 15px;
}

.map__popup-item-content {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: all linear .3s;
    transition-delay: .5s;
    max-height: inherit;
    height: 542px;
    width: 100%;
    background: #FFFFFF;
}

.map__popup-item-content__active {
    left: 0;
}

.map__popup-item-content__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.map__popup-item-content-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.map__popup-item-content__active .map__popup-item-content-footer {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

@media (max-width: 1023px) {
    .map__popup-item-content-footer {
        padding: 20px 0 20px 20px;
    }
}

.map__popup-item-photo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.map__popup-item-photo {
    width: 100%;
    object-fit: cover;
}

.map__popup-item svg {
    flex-shrink: 0;
}

.map_showroom{
    position: relative;
}

.map__popup-pills {
    flex-wrap: wrap !important;
    margin-top: 0 !important;
}

.map__popup-pills .mb-slider-block__pill {
    max-height: 40px;
}

@media (max-width: 768px) {
    .map__popup-pills .mb-slider-block__pill-link {
        font-size: 14px;
    }
}

/*start search*/
.map__popup-search {
    border-radius: 29px;
    border: 1px solid #c4c4c4;
    width: 100%;
    padding: 1px;
}

.map__popup-search .map__popup-search__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    transition: border-color .2s;
    width: 100%;
}

.map__popup-search .map__popup-search-btn {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    opacity: .35;
    padding: 0;
    transition: opacity .2s;
}

.map__popup-search .map__popup-search-input {
    overflow: hidden;
    padding: 13px 5px 14px 15px;
    text-overflow: ellipsis;
    width: 100%;
}
/*end search*/

.map__popup-item-content-footer .map__popup-item-content-btn {
    background: #404040;
    border: 1px solid #404040;
    color: #fff;
    font-weight: 500;
    outline: none;
    transition: all .2s;
    border-radius: 4px;
    width: 100%;
    height: 50px;
}

.map__popup-item-content-footer .map__popup-item-content-btn:hover {
    background: #000;
    border-color: #000;
}

@media (max-width: 1900px) {
    .map__popup-item-content-footer .map__popup-item-content-btn {
        height: 42px;
    }
}

.map__popup-item-content-footer .map__popup-item-content-btns-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.map__popup-item-content-footer .map__popup-item-content-btns {
    display: flex;
    margin-top: 15px;
    gap: 15px;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link button {
    background: var(--bg-color);
    border: 1px solid var(--bg-color);
    color: #000;
    outline: none;
    padding: 0 20px;
    transition: all .2s;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1.5;
    box-sizing: border-box;
    cursor: pointer;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link button:hover{
    background: #c4c4c4;
    border-color: #c4c4c4;
}

.map__popup-item-content .map__popup-item-content__content {
    overflow-y: scroll;
    height: calc(630px - 20px - 70px - 102px);
    padding-bottom: 0;
}

.map__wrapper {
    position: relative;
    height: inherit;
}

.map__body .map-control {
    right: 20px;
    top: 20px;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 150%;
    color: #000;
    gap: 10px;
    border: 1px solid #989898;
    height: 40px;
    width: 40px;
    padding: 0;
}

.map__body .map-controls__wrapper {
    position: absolute;
    right: 20px;
    top: calc(50% - 75px);;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

 .map__body .map__zoom {
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
 }

.map__body .map__show-list {
    position: absolute;
    height: auto;
    width: auto;
    padding: 10px 20px;
}

.map__body .map__show-list.map__show-list__active  span {
    display: inline;
}

.map__body .map__show-list.map__show-list__active {
    height: 40px;
    width: 40px;
    padding: 0;
}

.map__body .map__show-list.map__show-list__active span{
    display: none;
}

.map__body .map__show-list.map__show-list__active svg{
    transform: rotate(0);
}

.map__body .map__show-list svg {
    color: #000;
    transform: rotate(180deg);
}

.map__body.map__body__hidden-list .map__popup {
    display: none;
}

.map__body.map__body__show-list .map__popup {
    display: block;
}

.map__body.map__body__show-list .map__wrapper{
    width: calc(100% - var(--shops-list-width));
}

.map__body.map__body__hidden-list .map__wrapper{
    width: 100%;
}

@media (max-width: 1990px) {
    .map__popup-item-content-footer .map__popup-item-content-btn-link button {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .map__popup {
        height: 453px;
        min-height: 453px;
    }

    .map__body {
        height: 461px;
    }

    .map__popup-item-content
    {
        height: calc(463px - 20px - 75px);
    }

    .map__popup-body {
        height: calc(463px - 20px - 80px);
    }

    .map__popup-item-content .map__popup-item-content__content {
        height: calc(463px - 20px - 70px - 82px);
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    * {
        --shops-list-width: 100%;
    }

    .map__body {
        height: 650px;
    }

    .map__popup-body {
        height: calc(100% - 70px);
    }

    .map__popup-item-content .map__popup-item-content__content {
        padding-bottom: 140px;
    }

    .map__popup-item-content,
    .map__popup-item-content .map__popup-item-content__content {
        height: calc(340px - 20px - 70px);
    }

    .map__popup-item-content__active .map__popup-item-content-footer {
        padding: 20px;
    }

    .map__popup {
        height: 50%;
        min-height: 50%;
        padding-bottom: 10px;
    }

    .map__body {
        flex-direction: column;
    }

    .map__body .bx-yandex-view-layout {
        width: 100%;
    }

    .bx-yandex-map {
        height: 100%;
    }

    .map__body.map__body__show-list .map__wrapper {
        height: 50%;
        width: 100%;
    }

    .map__body.map__body__hidden-list .map__wrapper {
        height: 100%;
        width: 100%;
    }
}

.bx-yandex-view-layout,
.bx-yandex-view-map,
.bx-yandex-map,
.ymaps-map,
.ymaps-glass-pane,
.ymaps-events-pane {
    height: inherit!important;
    box-sizing: content-box;
    width: 100%;
}
yams {
    transition: all ease-in-out .2s;
}

@media (max-width: 767px) {
    .bx-yandex-view-layout,
    .bx-yandex-view-map,
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane,
    .ymaps-events-pane {
        height: 100%!important;
    }
}

.ymaps-b-select {
    display: none!important;
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/map.yandex.view/shop_left/style.css?1704957892520*/
.bx-yandex-view-layout,
.bx-yandex-view-map,
.bx-yandex-map,
.ymaps-map,
.ymaps-glass-pane,
.ymaps-events-pane {
    height: inherit!important;
    box-sizing: content-box;
    width: 100%;
}
yams {
    transition: all ease-in-out .2s;
}

@media (max-width: 767px) {
    .bx-yandex-view-layout,
    .bx-yandex-view-map,
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane,
    .ymaps-events-pane {
        height: 100%!important;
    }
}

.ymaps-b-select {
    display: none!important;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694423626666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/sotbit_origami/assets/css/pages/about/business.css?17048059803947 */
/* /local/templates/sotbit_origami/components/bitrix/news.list/business_solution/style.css?17048060361886 */
/* /local/templates/sotbit_origami/components/bitrix/form.result.new/start_cooperation/style.css?172321038036959 */
/* /local/templates/sotbit_origami/components/bitrix/news.list/shops_map_left/style.css?172321038014124 */
/* /local/templates/sotbit_origami/components/bitrix/map.yandex.view/shop_left/style.css?1704957892520 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694423626666 */
