

/* Start:/bitrix/components/stranke/component.contacts/templates/2022/style.css?176288418220746*/
.image_maneger1 {
    position: absolute;
    left: 0px;
    height: 430px;
}

.image_maneger2 {
    position: inherit;
    margin-left: 282px;
    width: 111px;
    margin-top: -37px;
}

.image_maneger3 {
    position: absolute;
    height: 461px;
}

.image_maneger4 {

}

.data_container {
    display: flex;
    flex-direction: column;

}

.company_body_style_wrapper {
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 calc(377px - 31vw);
    padding: 0;
    width: calc(100vw);
    background: #F3F7F9;
    padding-top: 360px;
    margin-top: -300px;
}

.box_element_company {
    margin-top: 90px;
}

.box_element_company .element_predation_new {
    width: 48.196%;
    padding: 30px 40px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 25px;
    min-height: 230px;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
}

.box_element_company .uslugi_obsl_block_left_img {
    float: left;
    margin-right: 40px;
    background: #FFF1E3;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}

.box_element_company .uslugi_obsl_block_left_img div {
    background: #FFFFFF;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    transform: matrix(0.94, 0.33, -0.34, 0.94, 0, 0);
    margin-left: 20px;
    margin-top: -10px;
}

.box_element_company .uslugi_obsl_block_left_img img {
    transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
    position: relative;
    margin-top: 15px;
    margin-left: 20px;
}

.box_element_company .element_company_adress {
    font-weight: 400;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.box_element_company .element_company_wor-time {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 35px;
}

.box_element_company .element_company_phone {
    margin-bottom: 15px;
}

.box_element_company .element_company_phone span {

}

.box_element_company .element_company_email {
    margin-bottom: 30px;
    margin-top: 15px;
}

.box_element_company .element_company_button-buy:hover {
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -o-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
}

.box_element_company svg {
    color: #787878;
    margin-right: 15px;
}

.box_element_company .element_company_button-buy {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 50px;
    background: var(--color-main);
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.box_element_company span {
    color: #7A7A7A;
    font-weight: 400;
    font-size: 16px;
}

.box_element_company h3 {
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #383838;
    margin-top: 0;
}

.box_element_company .copany_coloum_element {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.colum_one {
    margin-right: 40px;
    width: 42%;
}

.box_element_company h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #383838;
}

@media (max-width: 540px) {
    .image_maneger1, .image_maneger2, .image_maneger3 {
        display: none;
    }

    h1 {
        font-size: 28px !important;
        line-height: inherit !important;
    }

    .box_element_company .element_predation_new {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }

    .company_body_style_wrapper {
        margin: 0;
        width: 100%;
        margin-top: -360px;
    }

    .box_element_company {
        margin-left: 0px;
        margin-right: 0px;
    }

    .box_element_company h2 {
        line-height: inherit;
    }
}

.copany_coloum_element a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.copany_coloum_element a:hover {
    color: #7A7A7A;
}

.text_wrapper {
    position: relative;
}

.contacts h1 {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #383838;
}

.items_tab {
    margin-top: 5px;
}

.h1_title .title_name {
    display: inline-block;
    vertical-align: middle;
}

#map_block {
    margin-top: 20px;
    width: 100%;
    max-width: 1500px;
    vertical-align: top;
    border: 1px solid #dbdbdb;
    background-color: #ffffff;
    max-height: calc(100vh - 200px);
}

#map_block img {
    max-width: none;
    max-height: none;
}

#consult-formes-answer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: revert;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.3);
}

.consult-formes-answer__content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 500px;
    max-width: 100%;
    height: auto;
    padding: 30px 20px 25px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
}

#consult-formes-answer.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.js-close-consult-formes-answer {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.consult-formes-answer__icon {
    display: block;
    position: relative;
}

.consult-formes-answer__title {
    display: block;
    position: relative;
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.consult-formes-answer__text {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.page_contacts {
    display: inline-block;
}

.company_wrapper {
    position: relative;
}

.page_contacts .data {
    padding: 15px 0;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid #D4DFE6;*/
}

#map_block .ymaps-2-1-78-balloon__content {
    margin-right: 0;
}

@media (min-width: 541px) {
    #map_block .ymaps-2-1-78-balloon__content > ymaps[style] {
        width: min-content !important;
    }

}

@media (max-width: 900px) {
    .js-sendConsultFormes22{
        width: 100%!important;
        margin: 0!important;
        float: none;
    }
    .page_contacts {
        display: block;
    }
}

#map_block .page_contacts {
}

#map_block .page_contacts .data {
    padding: 0 5px 0 0;
    white-space: nowrap;
}

.page_contacts .data .data_flex {
    display: flex;
    max-width: 650px;
}

.page_contacts .data .contact_img {
    margin-right: 18px;
}

.page_contacts .data .center-block {
    flex: 1 1 auto;
}

.page_contacts .data .button {
    align-self: flex-end;
    margin-left: 15px;
    white-space: nowrap;
}

.page_contacts .data .item_3d {
    display: none;
    -moz-transition: all 0s ease 0.5s;
    -o-transition: all 0s ease 0.5s;
    -webkit-transition: all 0s ease 0.5s;
    transition: all 0s ease 0.5s;

    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-animation: close_up ease 0.5s;
    -moz-animation: close_up ease 0.5s;
    -o-animation: close_up ease 0.5s;
    animation: close_up ease 0.5s;
}

.page_contacts.show_data .data.active .item_3d {
    display: block;
}

.page_contacts .data.active .item_3d {
    margin-top: 20px;
    height: auto;
    opacity: 1;
    -webkit-animation: open_down ease 0.5s;
    -moz-animation: open_down ease 0.5s;
    -o-animation: open_down ease 0.5s;
    animation: open_down ease 0.5s;
}

@keyframes open_down {
    0% {
        height: 0px;
        opacity: 0;
        margin-top: 20px;
    }
    90% {
        height: 200px;
        opacity: 0;
    }
    100% {
        height: auto;
        opacity: 1;
    }
}

@keyframes close_up {
    0% {
        height: auto;
    }
    1% {
        height: 200px;
        opacity: 0;
        margin-top: 0px;
    }
    100% {
        height: 0px;
        opacity: 0;
    }
}

.page_contacts .name_list {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0;
    text-align: left;
    line-height: 1;
}

.page_contacts .name_list:nth-child(4) {
    border-top: 1px solid #e0e0e0;
}

.page_contacts .name_list i {
    padding-right: 15px;
    font-size: 20px;
}

.page_contacts time span {
    color: #82c6c1 !important;
}

.no_pay_phone {
    color: #82c6c1;
}

.page_contacts .contact_name,
.page_contacts .contact_name a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin: 0 0 3px;
    font-size: 16px;
}

.button_buy img {
    padding-right: 10px;
}

.button_buy {
    cursor: pointer;
    color: #3246FD;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #3246FD;
    border-radius: 52px;
    margin-top: 30px;
}

.page_contacts .contact_data_type {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #383838;
    padding: 1px 10px;
    background: #F4F4F4;
    display: inline-block;
    margin: 10px 0 10px 0px;
    border-radius: 10px;
}

.page_contacts .contact_value {
    margin: 0;
    line-height: 22px;
}

.page_contacts .contact_value a {
    text-decoration: none;
    color: black;
    display: block;
}

.page_contacts .contact_value a {

}

.page_contacts .contact_value.PREVIEW a[href^=mail] {
    display: inline-block;
}

.page_contacts .contact_value .fa {
    color: #009acf;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
}

.page_contacts .contact_value.PREVIEW,
.page_contacts .contact_value.PREVIEW,
.page_contacts .contact_value.PHONE a div,
.page_contacts .contact_value.WORKTIME {
    display: inline-block;
    vertical-align: top;
    color: #95989a;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.page_contacts .contact_value.PHONE {
    vertical-align: top;
}

.contact_data {
    margin-top: 10px;
}

.page_contacts .contact_value.PHONE .fa {
    display: none;
}

#tour_3d, #tour_3d_2, #tour_3d_3, #tour_3d_4 {
    width: 100%;
    height: 510px;
}

.buttons_3d {
    margin-bottom: 40px;
}

.count__block select {
    display: none;
}

.PHONE {
    font-size: 14px;
    font-weight: 500;
}

.contact_data svg {
    height: 11px;
    color: #787878;
}

.contact_img img {
    width: 180px;
    border-radius: 10px;
}

.contacts .button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 30px 15px;
    background: #F2F2F2;
    border-radius: 30px;
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
    cursor: pointer;
}

.contacts .button svg {
    vertical-align: middle;
    margin-right: 5px;
}

.contacts .button svg path {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contacts .bottom_form .button {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    padding: 13px 30px;
    border-radius: 35px;
}

.contacts .button:not(:hover,.active) svg path {
    fill: #358ac2;
}

.contacts .button:hover,
.contacts .button.active {
    color: #FFFFFF;
    background: #3246FD;
}

.contacts .button.active:hover {
    background: #3246FD;
}

.contacts .button[disabled] {
    color: #ffffff;
    background: #B3B3B3;
    border: 1px solid #B3B3B3;
    cursor: default;
}

.contacts .button[button_action] {
    border-radius: 5px;
    border: 1px solid #ff4c4c;
    background-color: #ff4c4c;
}

.contacts .button[button_action]:hover {
    border: 1px solid #ff3333;
    background-color: #ff3333;
}

#tabs .tab {
    display: none;
}

#tabs .tab.active {
    display: block;
}

.consult-formes__checkbox-block {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}
.contacts{
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom_form {
    box-sizing: border-box;
    display: inline-block;
    padding: 36px 40px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #D4DFE6;
    border-radius: 10px;
    width: 45%;
}

.bottom_form_col:nth-child(1) {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bottom_form .info_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 6px;
}

.bottom_form .info_data {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 14px;
}

.bottom_form .flex_width {
    flex: 1 1 auto;
}

.bottom_form_col h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;

    color: #383838;
}



.bottom_form_col:nth-child(2) {
    padding-left: 48px;
    flex: 1 1 auto;
}

.online_ember {
    font-weight: 500;
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px;
}

.online_ember .circle {
    width: 12px;
    height: 12px;
    background: #1CB43D;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.bottom_form .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 28px;
    color: #000000;
}

.text_title {
    margin-bottom: 20px;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}

.text_title span {
    color: #000000;
}

.consult-formes-answer__content {
    top: 75% !important;
}

.title span {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.callback-form__person-info {
    display: flex;
    margin-bottom: 15px;
}

.callback-form__person-info .custom_field_complex {
    display: block;
    flex: 1 1 auto;
}

.callback-form__person-info .custom_field_complex {
    margin-right: 22px;
}

.contacts .custom_field_complex .custom_field_name {
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

#consult-comment {
    resize: none;
    height: 120px;
}

a b {
    color: var(--color-main);
    font-size: 14px;
    font-weight: 500;;
}


a.button_buy svg {
    margin-right: 10px;
}

.js-sendConsultFormes22 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 23px;
    width: 100%;
    transition: background 0.2s ease-in-out 0s;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.contacts .custom_field_complex .custom_field_wrap {
    position: relative;
}

.contacts .custom_field_complex textarea,
.contacts .custom_field_complex input {
    margin: 9px 0 0 0;
    padding: 12px 11px 11px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    letter-spacing: 0.16px;
    font-size: 15px;
    color: #383838;
    border: 1px solid #b1cee0;
    border-radius: 5px;
}

.contacts .custom_field_complex input::-webkit-input-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input::-moz-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input:-moz-placeholder {

    font-size: 15px;
    color: #95989a;
}

.contacts .custom_field_complex input.error {
    color: transparent;
}

.consult-formes__checkbox-label {
    width: 50%;
}

.contacts .custom_field_complex .custom_error_message {
    box-sizing: border-box;
    padding: 8px 11px;
    color: red;
    position: absolute;
    left: 0;
    top: 24px;
    line-height: 17px;
    height: 37px;
    width: 100%;
    display: none;
    border: 1px solid #b1cee0;
    border-radius: 5px;
    background: #fff;
}

.contacts .custom_field_complex .custom_field_wrap.error .custom_error_message {
    display: block;
}

.contacts .politic {

    font-size: 13px;
}

.contacts .politic a {
    color: #358ac2;
    text-decoration: none;
}

.company_callback .callback-form__checkbox-block {
    display: block;
    position: relative;
    margin: 7px 0 0 0;
}

.company_callback .callback-form__checkbox-block input {
    display: none;
}

.company_callback .callback-form__checkbox-label {
    padding: 0 0 0 25px;
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 20px;
}

.company_callback .callback-form__checkbox-label a {
    text-decoration: none;
    color: #358ac2;
}

.company_callback .callback-form__check-box {
    display: block;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #358ac2;
}

.custom_check.error {
    outline: 1px solid red;
}

.company_callback .callback-form__check-box > i {
    display: none;
    top: 3px;
    left: 3px;
    position: absolute;
    font-size: 9px;
    color: #77b97e;
}

.company_callback label .callback-form__check-box:hover {
    cursor: pointer;
}

.company_callback label input:checked ~ .callback-form__check-box > i {
    display: inline;
}

.company_callback .callback-form__control-btns {
    padding-top: 15px;
    text-align: right;
}

ymaps .contact_name {
    font-size: 16px !important;
    white-space: normal;
}

@media (max-width: 830px) {
    .bottom_form {
        padding: 30px 40px 30px 40px;
    }

    .bottom_form_col:nth-child(1) {
        padding-right: 15px;
    }

    .bottom_form_col:nth-child(2) {
        padding-left: 15px;
    }
}

@media (max-width: 720px) {
    .bottom_form {
        padding: 30px;
        flex-direction: column;
    }

    .bottom_form_col:nth-child(1),
    .bottom_form_col:nth-child(2) {
        padding: 0;
    }

    .bottom_form_col:nth-child(2) {
        border: none;
    }
}

.user_manager {
    padding-bottom: 20px;
    text-align: center;
    display: none;
}

@media (max-width: 540px) {
    .colum_one {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .user_manager {
        display: block;
    }

    .page_contacts .data .contact_img {
        margin-right: 0;
    }

    .contact_img img {
        width: 100%;
    }

    .button_buy {
        width: 100%;
        text-align: center;
    }

    .bottom_form {
        width: 100%;
    }

    .page_contacts .data .data_flex {
        flex-direction: column;
    }

    .consult-formes__checkbox-label {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }

    .js-sendConsultFormes22 {
        width: 79%;
    }

    .callback-form__container {
        padding: 0px 20px 0px 20px;
    }

    .consult-formes__checkbox-block {
        padding-top: 0 !important;
        padding-bottom: 20px;
    }

    #map_block .page_contacts .data .contact_img {
        display: none;
    }

    .box_element_company h2 {
        margin-left: 20px !important;
    }

    .box_element_company .element_company_button-buy {
        width: 100% !important;
    }

    .box_element_company .element_predation_new {
        padding: 20px;
    }

    .box_element_company .element_company_phone span {
        margin-left: 35px;
    }

    .box_element_company .copany_coloum_element {
        width: 100% !important;
    }

    .page_contacts .data .button {
        margin: 15px 0 0;
        align-self: flex-start;
    }
}

/* End */


/* Start:/bitrix/components/stranke/component.contacts/templates/2022/ymaps.css?17628841822521*/
#map_block {
    height: 544px;
}

.ymaps-balloon-body__name {
    font-weight: 600;
    padding: 5px 0;
}

.ymaps-balloon-body__address {
    height: 32px;
    width: 250px;
    line-height: 32px;
}

.ymaps-balloon-body__address .ymaps-balloon-body-value {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

#map_block .text_2 {
    text-align: center;
    padding: 7px 10px;
    width: 235px;
    height: 54px;
    padding-right: 70px;
}

#map_block .text_2 a {
    margin-top: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 70px;
    bottom: 3px;
    margin: auto;
}

#map_block .see_3d_button {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 68px;
    background: url("/bitrix/components/stranke/component.contacts/templates/2022/images/bg_360.png") no-repeat scroll center center transparent;
    background-color: #009acf;
    cursor: pointer;
}

#map_block .text_pvz {
    padding: 7px 10px;
    width: 220px;
}

#map_block .text_2 a {
    cursor: pointer;
}

#map_block .ymaps-2-1-74-balloon__layout {
    background: transparent;
    color: #fff;
    font-size: 14px;
}

#map_block .ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
    padding: 0;
    margin-right: 0px;
    background: rgba(0, 0, 0, 0.8);
}

#map_block .ymaps-2-1-74-balloon__tail:after {
    background: rgba(0, 0, 0, 0.8);
}

#map_block .text_2[mark] {
    position: absolute;
    right: -120px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

#map_block .text_2[mark].text_2_first {
    bottom: 68px;
}

#map_block .see_3d_button[mark] {
    position: absolute;
    right: -120px;
    top: auto;
    bottom: 0;
}

#map_block .see_3d_button_first[mark] {
    bottom: 68px;
}

#map_block .trgl {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    width: 18px;
    height: 15px;
    overflow: hidden;
}

#map_block .trgl:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.8);
    transform: rotate(45deg);
}

#map_block .page_contacts {
    display: inline-block;
    margin-top: 15px;
}

#map_block .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    margin-right: 10px;
}

#map_block .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content > ymaps {
    /*width: 543px !important;*/
}

/* End */
/* /bitrix/components/stranke/component.contacts/templates/2022/style.css?176288418220746 */
/* /bitrix/components/stranke/component.contacts/templates/2022/ymaps.css?17628841822521 */
