

/* Start:/local/templates/1c_bit/css/catalog.css?174231134014719*/
h1.main_title {
    text-align: left;
}

.first_tab_title {
    display: flex;
    margin-bottom: 64px;
    margin-top: 80px;
}

.first_tab_title .tabs-title {
    flex: 0 1 50%;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #4C4C4C;
    padding-bottom: 19px;
    border-bottom: 4px solid #F8FAFF;
    cursor: pointer;
}

.first_tab_title .tabs-title.active {
    color: #E50F81;
    border-bottom-color: #E50F81;
    cursor: auto;
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.active {
    display: block;
}

.tab_title2 {
    display: flex;
    flex-wrap: wrap;
}

.tab_title2 .name {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
    color: #000;
    padding: 12px 24px;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 0 20px 24px 0;
    cursor: pointer;
}

.tab_title2 .name.active {
    color: #E50F81;
    border-color: #E50F81;
    cursor: auto;
}

.catalog_cont_block {
    display: none;
    padding-bottom: 120px;
}

.catalog_cont_block.active {
    display: block;
}

.catalog_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.tabs-content2 .block_text {
    margin-top: 120px;
}

.catalog_list .item {
    flex: 0 1 33.333%;
    padding: 0 8px 16px 8px;
}

.catalog_list a, .catalog_list .item > span {
    display: flex;

    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px 32px;
    flex-direction: column;
    align-items: baseline;
    height: 100%;
}

.catalog_list img {
    display: block;
    transition: 0.3ms;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.catalog_list .svg_block {
    background: linear-gradient(90deg, rgba(64, 121, 250, 0.05) 0%, rgba(64, 121, 250, 0.05) 100%);
    border-radius: 4px 12px;
    display: block;
    transition: 0.3ms;
}

.catalog_list .svg {
    object-fit: none;
    transition: 0.3ms;
}

.catalog_list a:hover .name {
    color: #4079FA;
}

.catalog_list a:hover {
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-color: transparent;
}

.catalog_list a:hover .svg_block {
    background: linear-gradient(135deg, #4079FA 0%, rgba(64, 121, 250, 0.424669) 100%);
    transition: 0.3ms;
}

.catalog_list a:hover .svg {
    filter: brightness(0) invert(1);
    transition: 0.3ms;
}

.catalog_list .name {
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-top: 24px;
    transition: 0.3ms;
}

.catalog_list .catalog_list__price {
    margin-top: 4px;
    font-size: 16px;
}

.catalog_list .catalog_list__txt {
    margin-top: 24px;
}

.catalog_list .catalog_list__price span {
    color: #E50F81;
}

.tabs-content2 {
    margin-top: 56px;
}

.text_text .advantages_cat {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.text_text .advantages_cat .item {
    display: flex;
    flex: 0 1 50%;
    padding: 0 15px 48px 15px;
}

.text_text .advantages_cat .item .l {
    flex: 1 0 auto;
    margin-right: 20px;
}

.text_text .advantages_cat .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 12px;
}

.text_text .advantages_cat .txt {
    font-size: 18px;
    line-height: 140%;
    color: #4C4C4C;
}


.first_block {
    display: flex;
    padding-bottom: 120px;
}

.first_block .l {
    flex-shrink: 0;
}

.first_block .r {
    margin-left: 100px;
}

.first_block h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
    padding-bottom: 20px;
}

.first_block .sub_title {
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
}

.first_block .price_block {
    display: flex;
    margin-top: 40px;
    margin-bottom: 48px;
    align-items: center;
}

.first_block .price2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #E50F81;
    padding-left: 32px;
}

.first_block .img_mob {
    display: none;
}


.cloud_solutions_main {
    background: linear-gradient(90deg, rgba(64, 121, 250, 0.1) 34.56%, rgba(229, 15, 129, 0.07) 100%);
}

.cloud_solutions_main .bg {
    background-image: url("/local/templates/1c_bit/css/../img/cloud_solutions_main_bg.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.cloud_solutions_main .container {
    padding-top: 96px;
    padding-bottom: 96px;
}

.cloud_solutions_main .main_title {
    max-width: 460px;
}

.cloud_solutions_main .sub_title {
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
}

.cloud_solutions_main .feedBack2__btn {
    margin-top: 56px;
}

.cloud_solutions_main .numbers {
    display: flex;
    padding-top: 104px;
    margin: 0 -22px;
}

.cloud_solutions_main .item {
    flex: 0 1 auto;
    margin: 0 22px;
}

.cloud_solutions_main .numbers .name {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #E50F81;
    padding-bottom: 16px;
}

.cloud_solutions_main .numbers .text {
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
}


.how_connect_cat {
    padding-bottom: 120px;
}

.how_connect_cat .items {
    display: flex;
    margin: 0 -8px;
    padding-top: 34px;
}

.how_connect_cat .item_block {
    flex: 0 1 33.333%;
    padding: 0 8px;
    height: auto;
}

.how_connect_cat .item {
    background-color: #FFFFFF;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 8px;
    padding: 32px;
    height: 100%;
}

.how_connect_cat .item .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 10px;
}

.how_connect_cat .item .txt {
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
    max-width: 256px;
}

.benefits_tiles_cat {
    margin-top: 80px;
}

.benefits_tiles_cat .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding-top: 34px;
    padding-bottom: 40px;
}

.benefits_tiles_cat .item {
    flex: 0 1 50%;
    display: flex;
    padding: 0 16px;
    margin-bottom: 48px;
}

.benefits_tiles_cat .item .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 12px;
}

.benefits_tiles_cat .item .txt {
    font-size: 18px;
    line-height: 140%;
    color: #4C4C4C;
}

.benefits_tiles_cat img {
    width: 44px;
    height: 44px;
    margin-right: 20px;
}

.benefits_tiles_cat .img {
    flex-shrink: 0;
}


.edge_cat {
    padding-top: 120px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}

.edge_cat .ul3 {
    padding-top: 34px;
}

.ul3 li {
    background-image: url("/local/templates/1c_bit/css/../img/ul3.svg");
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 38px;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 24px;
}

.edge_cat .txt {
    padding-top: 56px;
    opacity: 0.8;
}

.edge_cat .txt p {
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 48px;
}

.edge_cat .txt__bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.edge_cat .txt__bottom a {
    white-space: nowrap;
}

.qa .item.active .a {
    display: block;
}

.qa .a {
    display: none;
}

.key_features_cat {
    padding-top: 120px;
    padding-bottom: 120px;
}

.key_features_cat .txt {
    padding-top: 40px;
}

.key_features_cat .qa .item {
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 24px;
    background-image: url("/local/templates/1c_bit/css/../img/qa.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 34px) 34px;
}

.key_features_cat {
    cursor: pointer;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.key_features_cat .a {
    padding-top: 40px;
}

.key_features_cat .q {
    padding-right: 30px;
}

.customization2{
    margin-top: 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.customization2 .main_title {
    margin-bottom: 64px;
}
.customization2 .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.customization2 .item{
    flex: 0 1 25%;
    padding: 0 8px;
    margin-bottom: 32px;
}
.customization2 .text{
    padding: 24px 32px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    height: 100%;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .cloud_solutions_main .bg {
        background-position: calc(100% + 330px) 50%;
        background-repeat: no-repeat;
    }

}

@media (max-width: 991px) {

    .customization2 .item {
        flex: 0 1 50%;
    }

    .first_tab_title .tabs-title {
        font-size: 14px;
        padding-bottom: 14px;
    }

    .first_tab_title {
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .tab_title2 .name {
        font-size: 14px;
        padding: 12px 16px;
        border-radius: 4px;
    }

    .catalog_list a {
        border-radius: 8px;
        padding: 24px 15px;
    }

    .catalog_list .name {
        font-size: 16px;
    }

    .catalog_list img {
        width: 48px;
        height: 48px;
    }

    .catalog_list .svg_block {
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .catalog_list .svg_block .svg {
        width: 21px;
        height: 21px;
        object-fit: contain;
    }

    .tabs-content2 {
        margin-top: 12px;
    }

    .catalog_list .item {
        flex: 0 1 50%;
        padding: 0 15px 24px 15px;
    }

    .tabs-content2 .block_text {
        margin-top: 56px;
    }

    .text_text .advantages_cat .name {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .text_text .advantages_cat .txt {
        font-size: 14px;
    }

    .text_text .advantages_cat img {
        max-width: 40px;
    }

    .text_text .advantages_cat .item .l {
        margin-right: 15px;
    }

    .catalog_cont_block {
        padding-bottom: 0;
    }

    .first_block .r {
        margin-left: 30px;
    }

    .first_block .price2 {
        font-size: 24px;
        padding-left: 20px;
    }

    .first_block .l {
        flex-shrink: 1;
    }
}

@media (max-width: 767px) {
    .text_text .advantages_cat .item {
        flex: 0 1 100%;
    }

    .text_text .advantages_cat .item .l {
        flex: 0 0 auto;
    }

    .catalog_list .item {
        flex: 0 1 100%;
    }

    .catalog_list .name {
        margin-top: 0;
    }

    .catalog_list .catalog_list__txt {
        margin-left: 24px;
        margin-top: 0;
    }

    .catalog_list a {
        align-items: inherit;
        flex-direction: row;
    }


    .cloud_solutions_main .container {
        padding: 24px 15px;
    }

    .cloud_solutions_main .numbers {
        flex-direction: column;
        padding-top: 32px;
    }

    .cloud_solutions_main .numbers .name {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .cloud_solutions_main .item {
        padding-bottom: 24px;
    }

    .cloud_solutions_main .numbers .text {
        font-size: 16px;
    }

    .cloud_solutions_main .bg {
        background-position: calc(100% + 90px) 100%;
        background-repeat: no-repeat;
        background-size: 290px;
    }

    .edge_cat {
        padding-top: 56px;
    }

    .edge_cat .txt {
        padding-top: 16px;
    }

    .edge_cat .txt p {
        font-size: 16px;
        padding-bottom: 24px;
    }

    .edge_cat .txt {
        opacity: unset;
    }

    .ul3 li {
        font-size: 16px;
        background-size: 20px;
        background-position: 0 4px;
        padding-left: 28px;
    }

    .edge_cat .ul3 {
        padding-top: 0;
    }

    .wrapper .main_title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .key_features_cat .qa .item {
        border-radius: 6px;
        padding: 24px 15px;
        margin-bottom: 16px;
        background-size: 16px;
    }

    .key_features_cat .qa {
        font-size: 16px;
    }

    .key_features_cat {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .wrapper .text_text p {
        font-size: 16px;
        padding-bottom: 24px;
    }

    .key_features_cat .txt {
        padding-top: 25px;
    }

    .edge_cat {
        padding-top: 25px;
    }

    .benefits_tiles_cat .item {
        flex: 0 1 100%;
        margin-bottom: 24px;
    }

    .benefits_tiles_cat .item .name {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .benefits_tiles_cat .item .txt {
        font-size: 14px;
    }

    .benefits_tiles_cat img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .benefits_tiles_cat .items {
        padding-top: 0;
    }

    .first_block .l {
        display: none;
    }

    .first_block .img_mob {
        display: block;
    }

    .first_block .img_mob {
        text-align: center;
        padding-top: 24px;
    }

    .first_block .sub_title {
        font-size: 14px;
    }

    .first_block .price_block {
        margin-top: 32px;
        margin-bottom: 32px;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .first_block .price2 {
        padding-left: 0;
        padding-bottom: 16px;
    }

    .first_block {
        padding-bottom: 50px;
    }

    .first_block .r {
        margin-left: 0;
    }

    .first_block h1 {
        font-size: 26px;
        line-height: 140%;
        padding-bottom: 16px;
    }

    .price_block .feedBack2__btn {
        width: 190px;
        height: 44px;
        font-size: 14px;
    }

    .how_connect_cat .items {
        padding-top: 0;
        flex-wrap: wrap;
    }

    .how_connect_cat .item_block {
        flex: 0 1 100%;
        margin-bottom: 16px;
    }

    .how_connect_cat .item {
        border-radius: 6px;
        padding: 24px 15px;
        display: flex;
    }

    .how_connect_cat .item .cont {
        margin-left: 15px;
    }

    .how_connect_cat .item .name {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .how_connect_cat .item .txt {
        font-size: 14px;
    }

    .customization2 {
        margin-top: 24px;
    }
    .customization2 .main_title {
        margin-bottom: 24px;
    }
    .customization2 .item {
        margin-bottom: 16px;
    }
    .customization2 .text {
        padding: 24px 15px;
        font-size: 16px;
    }
    .customization2 .item {
        flex: 0 1 100%;
    }

}
/* End */


/* Start:/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/style.css?175583168712350*/

.table_fresh {
    background-color: #FFFFFF;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
    margin-top: 64px;
    padding: 8px 0;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.table_fresh .t_row {
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding: 8px 0 8px 8px;
}

.table_fresh .t_row > div {
    padding: 24px 12px;
    width: 13%
}

.table_fresh .t_row > div:first-child,
.table_fresh .t_row > div:nth-child(5) {
    width: 21.5%
}

.table_fresh .t_row > div:nth-child(6) {
    width: 18%
}

.table_fresh .t_row:nth-last-of-type(1) {
    border-bottom: none;
}

.table_fresh .t_row > div:not(:nth-of-type(1)) {
    color: #4C4C4C;
}

.table_fresh .t_price {
    color: #E50F81;
}

.table_fresh .t_title {
    font-weight: 700;
    font-size: 20px;
}

.table_fresh .q {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/q.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 12px;
    cursor: help;
    position: relative;
    top: 5px;
}

.table_fresh .feedBack2__btn {
    width: 191px;
}

.table_fresh .feedBack2__btn.feedBack2__btn_big {
    width: 230px;
}

.table_fresh .tel {
    color: #4E71FD;
}

.table_fresh .x {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/fresh_x.svg");
    background-repeat: no-repeat;
    background-position: 50%;

}

.table_fresh .show_m {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4079FA;
    padding: 12px 24px;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    cursor: pointer;
    transition: 300ms;
}

.table_fresh .show_m:hover {
    background-color: #F8FAFF;
    transition: 300ms;
}

.table_fresh.t_color .t_row {
    padding-top: 0;
    padding-bottom: 0;
}

.table_fresh .t_row > div.t_blue {
    background-color: #e9f8ff;
    padding-right: 8px;
    border-right: 8px solid white;
}

.table_fresh.t_color .t_row.tr {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table_fresh  .t_row.tr  .tr.t_blue {
    width: 100%;
}
.table_fresh  .t_row.tr.first{
    padding-bottom:0;
}
.table_fresh  .t_row.tr.second{
    padding-top:0;
    border-bottom:0;
}
.table_fresh .t_row.zero{
    border-bottom:0;
}

.t_row.tr.first > div{
    text-align:center;
}

.table_fresh.table_fresh_mob .item_title {
    background: none;
    position: relative;
}

.table_fresh.table_fresh_mob .item_title::after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background-image: url(/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/table_fresh_mob.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 4px;
    right: 0;
    transform: rotate(180deg);
}

.modal_new {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal_new .m-content:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 12px;

}

.modal_new .m-content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 166px;
    bottom: 0;
    left: 0;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/modal_bg.svg");
    background-repeat: no-repeat;
}

.modal_new .m-content {
    margin: 15% auto;
    padding: 56px 56px 170px 56px;
    width: 100%;
    max-width: 1240px;
    position: relative;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
    border-radius: 12px;
}

.modal_new .close {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/modal_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    position: absolute;
    right: 60px;
    top: 65px;
}

.modal_new .close:hover {
    cursor: pointer;
}

.modal_new .head {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 64px;
}


.modal_new .form_list {
    display: flex;
    margin: 0 -8px;
}

.modal_new .form_list > div {
    flex: 0 1 25%;
    padding: 0 8px;
}

.modal_new .fresh_form {
    position: relative;
    top: -40px;
}

.modal_new .feedBack__checkBox {
    text-align: left;
    margin-top: 32px;
    font-size: 16px;
}

.modal_new .name_tariff {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.005em;
    color: #4C4C4C;
    padding-top: 20px;
    padding-bottom: 44px;
}

.modal_new .fresh_form input {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #999999;
    padding: 14px 32px;
}

.modal_new .fresh_form .feedBack2__btn {
    border: none;
}

.list_1s {
    display: flex;
    flex-wrap: wrap;
}

.list_1s > div {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 14px 24px;
    color: #4C4C4C;
    margin-right: 24px;
    margin-bottom: 24px;
}

.list_1s .plus, .list_1s .plus1, .list_1s .plus2 {
    display: none;
}

.list_1s.with .plus {
    display: block;
}

.list_1s.with1 .plus1 {
    display: block;
}

.list_1s.with2 .plus2 {
    display: block;
}

.connection2 {
    padding-bottom: 80px;
    background: none !important;
}

.fresh_advantages {
    overflow-x: hidden;
    max-width: 100%;
    padding-top: 150px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}

.fresh_advantages .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-top: 34px;
}

.fresh_advantages .item {
    flex: 0 1 33.333%;
    display: flex;
    padding: 0 20px 48px 20px;
}

.fresh_advantages .item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 12px;
}

.fresh_advantages .item .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
}

.fresh_advantages .item img {

}

.fresh_advantages .item > div:nth-of-type(1) {
    margin-right: 24px;
    flex-shrink: 0;
}

.table_fresh_mob {
    display: none;
}

.table_fresh.table_fresh_mob {
    background-color: transparent;
    box-shadow: none;
    border-radius: 12px;
    margin-top: 0;
    padding: 0;
}

.table_fresh_mob .item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 6px;
    width: 100%;
    margin-bottom: 12px;
    padding: 24px 15px;
}

.table_fresh_mob .item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/table_fresh_mob.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    cursor: pointer;
}

.table_fresh_mob .line {
    display: none;
}

.table_fresh_mob .item.active .item_title {
    display: none;
}

.table_fresh_mob .item.active .line {
    display: block;
}

.table_fresh_mob .line > div:nth-of-type(1) {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding-bottom: 8px;
}

.table_fresh_mob .line {
    padding-bottom: 20px;
    font-size: 14px;
}

.table_fresh_mob.table_fresh .q {
    width: 15px;
    height: 15px;
    background-size: contain;
    margin-left: 10px;
    top: 3px;
}

.table_fresh_mob.table_fresh .show_m {
    font-size: 14px;
    padding: 10px 24px;
}

.tinkoff-pay-widget__block.v2 {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}

.v2 .tinkoff-pay__row .tinkoff-pay__input {
    max-width: 270px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 32px;
    box-shadow: none;
    font-size: 16px;
}

.tinkoff-pay__row .tinkoff-pay__button {
    width: 270px;
    height: 50px;
    background: #E50F81;
    border-radius: 8px;
    font-size: 18px;
    margin-left: 0;
}

.v2 .tinkoff-pay__row {
    max-width: 604px;
}

.v2 .container {
    width: 1140px;
    max-width: unset;
}

.v2 .tinkoff-pay__row .name {
    flex: 0 1 290px;
}

.tinkoff-pay-widget__block .sub_title {
    max-width: 855px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
    text-align: left;
}

.v2 .tinkoff-pay__row .inp {
    flex: 0 1 270px;
    margin-left: 40px;
}

.v2 .main_title {
    text-align: left !important;
}

.v2 .tinkoff-pay-widget:before {
    right: -60px;
}

.tinkoff-pay-widget__block.v2 {
    padding: 60px 0 0;
}

.tinkoff-pay-widget__block .bottom_text {
    max-width: 855px;
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 288px;
    background-color: #fff;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4C4C4C;
    padding: 24px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 50%;
    margin-left: -143px;

    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2 .tooltiptext .head {
    display: block;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    padding: 0 24px 12px 24px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 8px;
}

.tooltip2 .tooltiptext .txt {
    padding: 0 24px;
    display: block;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.content_a .q {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/../img/q.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 12px;
    cursor: help;
    position: relative;
    top: 5px;
}

.content_a .d_q {
    display: none;
}

.how_connect_cat.how_connect_cat__arenda {
    margin-top: 60px;
    padding-bottom: 20px;
}

.t_row.t_complect {
    padding: 0;
}

.t_row.t_complect > div {
    padding: 0;
    border-right: 1px solid #E5E5E5;
}
.t_row.t_complect > div:last-child{
    border-right: 0;
}
.t_row.t_complect  div.flex_auto {
    display:flex;
}
.t_row.t_complect  div.flex_auto > div{
    display:flex;
    margin:auto;
    border-bottom: 0;
}
.t_row.t_complect > div > div {
    padding: 16px;
    border-bottom: 1px solid #E5E5E5;
}
.t_row.t_complect > div > div:last-child {
    border-bottom: 0;
}
.table-tarif{
    padding-top: 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
@media (max-width: 1500px) {
    .v2 .tinkoff-pay-widget:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .v2 .container {
        width: 970px;
    }

    .rentPage.banner--page .banner__textBox ol li {
        color: #4C4C4C;
    }

    .rentPage.banner--page .banner__textBox p {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .v2 .container {
        width: 750px;
    }

    .table_fresh .feedBack2__btn {
        width: 146px;
    }

    .modal_new .form_list {
        flex-wrap: wrap;
    }

    .modal_new .form_list > div {
        flex: 0 1 100%;
        margin-bottom: 24px;
    }

    .modal_new .form_list label {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .table-tarif .block{
        overflow: scroll;
    }
    .table_fresh {
        font-size: 14px;
        min-width: 800px;
    }
    .table_fresh .t_title {
        font-size: 14px;
    }
    .table_fresh .t_row > div {
        padding: 15px 7px;
    }
    .t_row.tr.first > div {
        text-align: left;
    }

}

/* End */
/* /local/templates/1c_bit/css/catalog.css?174231134014719 */
/* /local/templates/1c_bit/components/bitrix/news/catalog2/bitrix/news.detail/.default/style.css?175583168712350 */
