

/* 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/css/main.css?167213596520092*/
.bnr_main_cont{
    position: relative;
}
.bnr_main_nav_block{
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.bnr_main_nav{
    position: absolute;
    bottom: 120px;
    padding: 0 64px;

}

.sld_nav .slick-arrow{
    font-size: 0;
    line-height: 0;
    background-image: url("/local/templates/1c_bit/css/../img/main_arr.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 44px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border: none;
    position: absolute;
    top: -18px;
}
.bnr_main_nav .slick-arrow.slick-prev{
    left: 0;
}
.sld_nav .slick-arrow.slick-next{
    transform: rotateY(180deg);
    right: 0;
}
.sld_nav .slick-dots{
    display: flex;
    line-height: 0;
}
.sld_nav .slick-dots button{
    line-height: 0;
    font-size: 0;
    border: none;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
}
.sld_nav .slick-dots .slick-active button{
    background: #4079FA;
}


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

}
.bnr_main .bg2{
    background-image: url("/local/templates/1c_bit/css/../img/bn_bg2.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.bnr_main .bg3{

    background-repeat: no-repeat;
    background-position: calc(100% -  180px) 50%;
}
.bnr_main .bnr__row {
    min-height: 634px;
    top: -30px;
    position: relative;
}
.bnr_main .sub_text {
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
    margin-top: 24px;
}
.bnr_main .bnr__title {
    max-width: 545px;
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 0;
}
.bnr_main .over_text {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #4079FA;
    margin-bottom: 32px;
}
.bnr_main .over_text span{
    color: #D60084;
}
.bnr_main .sub_text{
    font-size: 20px;
    line-height: 140%;
    color: #4C4C4C;
    margin-top: 24px;
}
.bnr_main .sub_text span{
    color: #D60084;
}
.bnr_main .feedBack2__btn{
    margin-top: 56px;
}

.advantages_main .items{
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
    position: relative;
    top: -50px;
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -50px;
    margin-left: -50px;
    margin-bottom: -48px;
}
.advantages_main .item{
    display: flex;
    padding: 32px 18px 36px 18px ;
}
.advantages_main .img{
    flex: 1 0 auto;
    padding-right: 24px;
}
.advantages_main .name{
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 12px;
}
.advantages_main .txt{
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
}

.why2{
    margin-top: 120px;
    margin-bottom: 120px;
}
.why2 .feedBack__titleBox {
    margin-bottom: 70px;
}
.why2__subtitle{
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.005em;
    color: #4C4C4C;
}
.why__list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.why2 .item{
    flex: 0 1 calc(33.3333% - 40px);
    padding-left: 42px;
    background-image: url("/local/templates/1c_bit/css/../img/why2.svg");
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}
.why2 .item .text{
    max-width: 260px;
}




.why2 .feedBack2__btn{
    margin-top: 24px;
}

.connection2{
    padding-top: 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.connection2 .main_title {
    margin-bottom: 64px;
}
.connection2 .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.connection2 .items .item{
    flex: 0 1 50%;
    padding: 0 8px;
    margin-bottom: 32px;
    height: auto;
}
.connection2 .items a{
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 32px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    height: 100%;
}
.connection2 .items .iconBox{
    flex: 0 0 auto;
    margin-right: 32px;
}
.connection2 .items .name{
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 16px;
    display: block;

}
.connection2 .items a:hover{
    background-color: transparent;
}
.connection2 .items a:hover .name{
    color: #4079FA;
}
.connection2 .items .text{
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
    display: block;

}

.connection2 .items .s_price {
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    display: block;
}

.catalog_main{
    margin-top: 127px;
    margin-bottom: 120px;
}
.catalog_main .feedBack__subtitle{
    color: #4C4C4C;
}
.catalog_main .items{
    padding-top: 29px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    margin: 0 -8px;
}
.catalog_main .items-row{
    display: flex;
}
.catalog_main .item{
    flex: 0 1 33.333%;
    padding: 0 8px;
    margin-bottom: 32px;
}
.catalog_main .item a{
    display: flex;
    flex-direction: column;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 24px 32px;
    height: 100%;
}
.catalog_main .item .name{
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-top: 24px;
    max-width: 250px;
}


.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;
}


.price_main{
    padding-top: 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.price_main .items{
    display: flex;
    margin: 0 -8px;
    padding-bottom: 32px;
}
.price_main .item{
    flex: 0 1 50%;
    padding: 0 8px;
}
.price_main .cont{
    background-color: #FFFFFF;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 32px;
}
.price_main .name{
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #4079FA;
    padding-bottom: 16px;
}
.price_main .text{
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
}
.price_main .text strong{
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    display: inline-block;
    padding-bottom: 8px;
}
.price_main .bottom{
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
    align-items: center;
}
.price_main .cost{
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #E50F81;
}
.price_main .feedBack2__btn{
    max-width: 191px;
}


.certificate_main{
    margin-top: 120px;
    margin-bottom: 120px;
}
.certificate_main .items{
    display: flex;
    margin: 0 -8px;
}
.certificate_main .items > div{
    flex: 0 1 25%;
    padding: 0 8px;
}
.certificate_main .imgBox{
    margin-bottom: 24px;
}
.certificate_main .item p{
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.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: 96px 0;
}
.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;
}




.reviews_main{
    padding-top: 120px;
}
.rev_main {
    margin: 0 -8px;
}
.reviews_main .item{
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 32px;
    margin: 0 8px;
    height: 100%;
    position: relative;
}
.reviews_main .infoBox{
    display: flex;
}
.reviews_main .name{
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 8px;
}
.reviews_main .position{
    font-size: 18px;
    line-height: 23px;
    color: #000000;
}
.reviews_main .ico{
    display: flex;
    background-color: #F5F8FE;
    border-radius: 50%;
    font-size: 26px;
    line-height: 140%;
    color: #4079FA;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex: 0 0 auto;
}
.reviews_main .text{
    margin-top: 24px;
    font-size: 18px;
    line-height: 23px;
    color: #4C4C4C;
}
.reviews_main .slick-arrow{
    width: 64px;
    height: 64px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 36px;
    font-size: 0;
    border: none;
    position: absolute;
    top: calc(50% - 32px);
    background-image: url("/local/templates/1c_bit/css/../img/rev_main_arr.svg");
    background-position: 50%;
    background-repeat: no-repeat;
}
.reviews_main .slick-prev{
    left: -120px;
}
.reviews_main .slick-next{
    right: -120px;
    transform: rotateY(180deg);
}

.slick-track{
    display: flex !important;
}

.slick-slide{
    height: inherit !important;
}


.mame_list_block .slick-arrow{
    width: 14px;
    height: 24px;
    background-color: #FFFFFF;
    font-size: 0;
    border: none;
    position: absolute;
    background-image: url('/local/templates/1c_bit/css/../img/rev_main_arr.svg');
    background-position: 0 50%;
    background-repeat: no-repeat;
    top: 13px;
    z-index: 5;
}
.mame_list_block .slick-prev{
    left: 0;
}
.mame_list_block .slick-next{
    transform: rotateY(180deg);
    right: 0;
}
.mame_list_block .slick-next:before{
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 24px;
    background: linear-gradient(270deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
    top: 0;
    left: 14px;
}
.mame_list_block .slick-disabled{
    display: none!important;
}

.benefits_main {
    padding-top: 120px;
}
.benefits_main .mame_list{
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
.benefits_main .name{
    display: inline-block;
    padding: 12px 32px;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    position: relative;
    cursor: pointer;
}
.benefits_main .name.active{
    background: #F6FAFB;
    border-radius: 8px 8px 0 0;
    color: #E50F81;
    cursor: auto;
}
.benefits_main .name.active:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E50F81;
    position: absolute;
    bottom: 0;
    left: 0;

}
.benefits_main .cont_item{
    display: none;
    margin-top: 56px;

}
.benefits_main .cont_item.active{
    display: flex;

}
.benefits_main .cont_item .img{
    margin-right: 120px;
    flex: 0 0 auto;
}
.benefits_main .cont_item .banner__subtitle{
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 20px;
}
.benefits_main .cont_item ul{
    margin-bottom: 30px;
}
.benefits_main .cont_item li{
    display: block;
    margin: 12px 0;

    position: relative;
    background-image: url("/local/templates/1c_bit/css/../img/li2.svg");
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 20px;
}
.benefits_main ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}


.sld_nav_all{
    position: relative;
    padding-top: 24px;
}
.sld_nav_all .slick-arrow{
    width: 44px;
    height: 44px;
    top: unset;
}

.sld_nav_all .slick-dots button {
    background-color: #D9E4FE;
}
.sld_nav_all .slick-dots{
    justify-content: center;
    position: relative;
    top: -22px;
}
.sld_nav_all .slick-arrow {
    position: relative;
}
.sld_nav_all .slick-prev {
    left: 0;
}
.sld_nav_all .slick-arrow.slick-next {
    right: calc(-100% + 88px);
}

@media (max-width: 1600px){
    .bnr_main .bg3 {
        background-position: 100% 100%;
    }
    .bnr_main .bnr__row {
        min-height: 590px;
    }
    .bnr_main_nav {
        position: absolute;
        bottom: 85px;
    }
    .bnr_main .bnr__title {
        font-size: 35px;
    }
    .bnr_main .over_text {
        margin-bottom: 15px;
    }
    .bnr_main .feedBack2__btn {
        margin-top: 30px;
    }


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

}
@media (max-width: 991px) {
    .bnr_main_nav_block {
        max-width: 720px;
    }
    .bnr_main .bg3 {
        background-size: 480px;
    }
    .bnr_main .bnr__textBox {
        position: relative;
        margin-top: -50px;
    }
    .advantages_main .img {
        padding-right: 16px;
    }
    .advantages_main .item {
        padding: 16px;
    }
    .advantages_main .item img{
        max-width: 40px;
    }
    .advantages_main .name {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .advantages_main .txt {
        font-size: 14px;
    }
    .why2 .item {
        flex: 0 1 calc(50% - 40px);
    }
    .connection2 .items a {
        padding: 24px 15px;
    }
    .connection2 .items .iconBox {
        margin-right: 15px;
        max-width: 70px;
    }
    .connection2 .items .name {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .connection2 .items .text {
        font-size: 14px;
    }
    .catalog_main .item a {
        padding: 24px 15px;
    }
    .catalog_main .item .name {
        font-size: 16px;
    }
    .catalog_main img {
        display: block;
        max-width: 44px;
    }
    .customization2 .item {
        flex: 0 1 50%;
    }
    .price_main .cont {
        padding: 24px 15px;
    }
    .price_main .feedBack2__btn {
        max-width: 117px;
        font-size: 14px;
        height: 44px;
    }


}
@media (max-width: 767px) {
    .bnr_main .bnr__row {
        min-height: 520px;
    }
    .bnr_main .over_text {
        font-size: 14px;
    }
    .bnr_main .bnr__title {
        font-size: 24px;
    }
    .bnr_main .sub_text {
        font-size: 16px;
        margin-top: 14px;
    }
    .advantages_main .items {
        background: transparent;
        box-shadow: none;
        border-radius: unset;
    }
    .advantages_main .item {
        background: #FFFFFF;
        box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
        border-radius: 6px;
        margin: 0 7px;
        width: 260px;
    }
    .advantages_main .slick-initialized .slick-slide {
        display: flex;
    }
    .advantages_main .img {
        flex: 0 1 auto;
    }
    .advantages_main  .slick-track {
        padding-bottom: 30px;
    }
    .why2 {
        margin-top: 72px;
        margin-bottom: 32px;
    }
    .why2 .feedBack__titleBox {
        margin-bottom: 32px;
    }
    .why2__subtitle {
        font-size: 16px;
    }
    .why2 .item .text {
        max-width: 500px;
        font-size: 16px;
    }
    .why2 .item {
        padding-left: 28px;
        padding-top: 0;
        padding-bottom: 0;
        background-position: 0 5px;
        margin-bottom: 20px;
        background-size: 20px;
    }
    .why2 .feedBack2__btn {
        margin-top: 10px;
        width: 193px;
        height: 44px;
        font-size: 14px;
    }
    .why2 .item {
        flex: 0 1 calc(100% - 40px);
    }
    .connection2 {
        padding-top: 24px;

    }
    .connection2 .main_title {
        margin-bottom: 24px;
    }
    .connection2 .items .item {
        flex: 0 1 100%;
        margin-bottom: 16px;
    }
    .catalog_main .item a {
        flex-direction: row;
    }
    .catalog_main .item .name {
        margin-top: 0;
        margin-left: 24px;
    }
    .catalog_main .sld_nav_all {
        padding-top: 0;

    }
    .catalog_main .item {
        margin-bottom: 16px;
    }
    .catalog_main .items {
        padding-top: 0;
    }
    .catalog_main {
        margin-top: 47px;
        margin-bottom: 47px;
    }
    .customization2 {
        margin-top: 24px;
    }
    .customization2 .main_title {
        margin-bottom: 24px;
    }
    .customization2 .item {
        margin-bottom: 16px;
    }
    .customization2 .text {
        padding: 24px 15px;
        font-size: 16px;
    }
    .benefits_main .cont_item .img {
        display: none;
    }
    .benefits_main .name {
        padding: 12px 15px 8px 15px;
        font-size: 16px;
    }
    .benefits_main .mame_list_block {
        margin: 0 -15px;
    }
    .benefits_main .cont_item {
        margin-top: 20px;
    }
    .benefits_main .cont_item li {
        font-size: 16px;
    }

    .price_main .items {
        flex-direction: column;
    }
    .price_main .name {
        font-size: 14px;
        line-height: 18px;;
        padding-bottom: 12px;
    }
    .price_main .bottom {
        margin-top: 24px;
    }
    .price_main .cost {
        font-size: 18px;
    }

    .certificate_main .items {
        display: block;
    }
    .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;
    }

    .reviews_main {
        padding-top: 56px;
    }
    .reviews_main .ico {
        font-size: 16px;
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }
    .reviews_main .name {
        font-size: 16px;
        padding-bottom: 6px;
    }
    .reviews_main .position {
        font-size: 14px;
        width: 202px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .reviews_main .text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 140%;
    }

    .main_title {
        font-size: 24px;
    }
    .benefits_main .mame_list_block{
        overflow-y: hidden;
    }
    .benefits_main .mame_list{
        display: table;
        white-space: nowrap;
    }
}

@media (max-width: 500px) {
    .bnr_main .bnr__row {
        min-height: 516px;
        align-items: baseline;
        flex-wrap: inherit;
    }
    .bnr_main .bnr__textBox {
        margin-top: 30px;
    }
    .bnr_main .feedBack2__btn {
        height: 44px;
        width: 193px;
        font-size: 14px;
    }
    .bnr_main .bg3 {
        background-size: 320px;
        background-position: 100% 70%;
    }
    .bnr_main_nav {
        bottom: 65px;
        width: 100%;
    }
    .sld_nav .slick-dots {
        justify-content: center;
    }
    .customization2 .item {
        flex: 0 1 100%;
    }
    .certificate_main .items {
        margin: 0;
    }
    .certificate_main img {
        display: block;
        margin: 0 auto;
    }
    .certificate_main {
        margin-top: 24px;
        margin-bottom: 56px;
    }
    .benefits_main {
        padding-top: 25px;
    }
}

/* End */


/* Start:/local/templates/1c_bit/css/hosting_page.css?16499208668449*/
.advantages_host {
    padding-top: 100px;
}
.advantages_host .feedBack__subtitle{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #4C4C4C;
}
.advantages_host .why__host{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.advantages_host .why__item{
    flex: 0 1 33.333%;
    padding: 0 16px;
}
.advantages_host .why__item .text{
    max-width: 270px;
    padding-left: 42px;
    background-image: url('/local/templates/1c_bit/css/../img/why2.svg');
    background-repeat: no-repeat;

    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}
.hostingPage__advantages2{
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.hostingPage__advantages2 .items{
    padding-top: 80px;
    display: flex;
    margin: 0 -16px;
}
.hostingPage__advantages2 .items .item{
    flex: 0 1 50%;
    padding: 0 16px 0 80px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: 16px 0;
}
.hostingPage__advantages2 .items .item.ico1{
    background-image: url("/hosting/icon_01.svg");
}
.hostingPage__advantages2 .items .item.ico2{
    background-image: url("/hosting/icon_02.svg");
}
.hostingPage__advantages2 .name{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 12px;
}
.hostingPage__advantages2 .info{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4C4C4C;
}
.hostingPage__advantages2 .text{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    margin-top: 56px;
}


.txt_2_block{
    padding-top: 120px;
    padding-bottom: 100px;
}
.txt_2_block .ul4{
    padding-top: 40px;
}
.ul4 li{
    padding-left: 20px;
    position: relative;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}
.ul4 li:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E50F81;
    border-radius: 7px;
    left: 0;
    top: 10px;
}

.txt_3_block{
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.txt_3_block .sub_title{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: -0.005em;
    color: #4C4C4C;
    padding-bottom: 64px;
}
.txt_3_block .ul3{
    padding-bottom: 24px;
}
.txt_3_block p{
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 24px;
}
.txt_3_block .feedBack2__btn{
    margin-top: 35px;
    margin-bottom: 48px;
}

.connection2 {
    background: #fff;
    padding-bottom: 100px;
}
.how_connect_block{
    background: #fff;
}
.benefits_main {
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.benefits_main .clouds_bg.dn{
    display: block !important;
}



.rentPage__tariffs{
    margin-top: 120px;
    background: #fff !important;
}
.rentPage__tabs{
    padding-top: 40px;
}
.v2 .rentPage__nav{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 48px;
}
.v2 .rentPage__nav li{
    flex: 0 1 33.333%;
    margin-right: 0;
}
.v2 .rentPage__nav > li .quantity {
    width: unset;
    height: unset;
    border: none;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    color: #4C4C4C;
    font-size: 20px;
    margin-bottom: 0;
}
.v2 .rentPage__nav > li .sale {
    color: #E50F81;
    display: inline-block;
    padding-left: 5px;
}
.v2 .rentPage__nav > li > a {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 19px;
    position: relative;
    border-bottom: 4px solid #F8FAFF;
}
.v2 .rentPage__nav > li.active > a{
    border-color: #E50F81;
}

.v2 .rentPage__table{
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.tbl_a_mob{
    display: none;
}
.v2 .rentPage__table .tbl_a {
    border-radius: 12px;
}
.v2 .rentPage__table .tbl_a_tr{
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}

.tbl_a_tr > div{
    flex: 0 1 30%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}
.tbl_a_tr > div:nth-of-type(1){
    flex: 0 1 40%;
}
.tbl_a_tr:nth-of-type(1) > div{
    padding-top: 32px;
    font-weight: 700;
}
.tbl_a_tr .color{
    color: #E50F81;
}
.tbl_a_tr:nth-last-of-type(1) > div{
    padding-bottom: 32px;
}
.v2 .rentPage__table .tbl_a_tr:nth-last-of-type(1){
    border-bottom: none;
}
.v2 .rentPage__table .tbl_a_tr:hover {
    background: #F8FAFF;
}
.rentPage__tariffs .feedBack2__btn{
    margin-top: 48px;
}


@media (max-width: 991px) {
    .advantages_host .why__item {
        flex: 0 1 50%;
        align-items: baseline;
    }
}


@media (max-width: 767px) {
    .advantages_host .why__item {
        flex: 0 1 100%;
        margin-bottom: 21px;
    }
    .advantages_host .feedBack__subtitle {
        font-size: 16px;
    }
    .feedBack__titleBox {
        margin-bottom: 24px;
    }
    .advantages_host .why__item .text {
        max-width: unset;
        padding-left: 28px;
        background-image: url(/local/templates/1c_bit/css/../img/why2.svg);
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 0 3px;
        padding-bottom: 3px;
        font-weight: 400;
        font-size: 16px;
    }

    .hostingPage__advantages2 .items {
        padding-top: 50px;
    }

    .hostingPage__advantages2 .items {
        flex-wrap: wrap;
    }
    .hostingPage__advantages2 .items .item {
        flex: 0 1 100%;
        margin-bottom: 24px;
        padding: 0 16px 0 70px;
        background-size: 40px;
    }
    .hostingPage__advantages2 .name {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .hostingPage__advantages2 .info {
        font-size: 14px;
    }
    .hostingPage__advantages2 .text {
        font-size: 16px;
        margin-top: 20px;
    }
    .txt_2_block {
        padding-top: 24px;
        padding-bottom: 35px;
    }
    .txt_3_block .sub_title {
        font-size: 16px;
        padding-bottom: 24px;
    }
    .txt_2_block .ul4 {
        padding-top: 0;
    }
    .ul4 li {
        font-size: 16px;
    }
    .txt_3_block p {
        font-size: 16px;
    }
    .txt_3_block .feedBack2__btn {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .connection2 {
        padding-bottom: 15px;
    }
    .how_connect_cat {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .rentPage__tariffs {
        margin-top: 0;
        padding: 35px 0 15px;
    }

    .tbl_a{
        display: none;
    }
    .tbl_a_mob{
        display: block;
        margin-top: 24px;
    }
    .v2 .rentPage__nav > li {
        padding: 0;
        margin: 0;
    }
    .v2 .rentPage__nav{
        margin: 0;
        align-items: end;
    }
    .tbl_a_mob_item{
        background: #FFFFFF;
        box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
        border-radius: 6px;
        margin-bottom: 16px;
        padding: 24px 15px;

    }
    .tbl_a_mob_item .cont{
        overflow: auto;
    }
    .tbl_a_mob_item .line{
        display: flex;
        padding-bottom: 24px;

        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }
    .tbl_a_mob_item .line > div:nth-of-type(1){
        font-weight: 700;
        flex: 0 0 110px;
    }
    .tbl_a_mob_item .line > div{
        white-space: nowrap;
    }
    .tbl_a_mob_item .color{
        color: #E50F81;
    }
    .tbl_a_mob_item .cont::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 4px;
    }

    .tbl_a_mob_item .cont::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #999999;
        -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
    }
    .v2 .rentPage__nav > li > a {
        font-size: 14px;
        padding-bottom: 14px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .rentPage__tariffs .feedBack2__btn {
        margin-top: 15px;
    }


}
/* End */


/* Start:/local/templates/1c_bit/css/arenda_page.css?16723255276241*/
.catalog_2{
    padding-top: 120px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.catalog_2 .catalog_list{
    padding-top: 34px;

}
.connection2 {
    background: transparent;
}

.customization__item {
    pointer-events:none!important;
}
.why {
    background: #fff;
}


.fresh_advantages{
    padding-top: 150px;
    background: transparent;
}
.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;
}


.arenda_why{
    padding-top: 80px;
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.arenda_why .sub_title{
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: #4C4C4C;
    padding-bottom: 64px;
}
.arenda_why .feedBack2__btn{
    margin-top: 24px;
    margin-bottom: 48px;
}

.how_connect_block{
    background: linear-gradient(180deg, rgba(248, 250, 255, 0) 0%, rgba(248, 250, 255, 0.821303) 50.66%, #F8FAFF 100%);
}
.how_connect_block .how_connect_cat {
    padding-bottom: 48px;
}

.rentPage__tariffs{
    background: #fff !important;
}
.v2 .rentPage__nav{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 48px;
}
.v2 .rentPage__nav li{
    flex: 0 1 33.333%;
    margin-right: 0;
}
.v2 .rentPage__nav > li .quantity {
    width: unset;
    height: unset;
    border: none;
    text-align: center;
    box-shadow: none;
    display: inline-block;
    color: #4C4C4C;
    font-size: 20px;
    margin-bottom: 0;
}
.v2 .rentPage__nav > li .sale {
    color: #E50F81;
    display: inline-block;
    padding-left: 5px;
}
.v2 .rentPage__nav > li > a {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    padding-bottom: 19px;
    position: relative;
    border-bottom: 4px solid #F8FAFF;
}
.v2 .rentPage__nav > li.active > a{
    border-color: #E50F81;
}

.v2 .rentPage__table{
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
}
.tbl_a_mob{
    display: none;
}
.v2 .rentPage__table .tbl_a {
    border-radius: 12px;
}
.v2 .rentPage__table .tbl_a_tr{
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}

.tbl_a_tr > div{
    flex: 0 1 30%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;

    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}
.tbl_a_tr > div:nth-of-type(1){
    flex: 0 1 40%;
}
.tbl_a_tr:nth-of-type(1) > div{
    padding-top: 32px;
    font-weight: 700;
}
.tbl_a_tr .color{
    color: #E50F81;
}
.tbl_a_tr:nth-last-of-type(1) > div{
    padding-bottom: 32px;
}
.v2 .rentPage__table .tbl_a_tr:nth-last-of-type(1){
    border-bottom: none;
}
.v2 .rentPage__table .tbl_a_tr:hover {
    background: #F8FAFF;
}
.rentPage__tariffs .feedBack2__btn{
    margin-top: 48px;
}
@media (max-width: 1199px){
    .rentPage .banner__bg {
        display: none;
    }
    .rentPage .banner__title {
        color: #000;
    }
    .rentPage .banner .banner__textBox p {
        color: #4C4C4C;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
    }
    .rentPage .banner__subtitle {
        color: #000;
    }
    .rentPage .banner__textBox p span {
        color: #E50F81;
    }
    .rentPage .banner__subtitle span {
        color: #E50F81;
    }
    .rentPage .banner{
        background-position: 60% 0 !important;
    }
}

@media (max-width: 991px) {
    .rentPage .banner .banner__textBox p {
        font-weight: 600;
        color: white;
    }
}

@media (max-width: 767px) {


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

    .tbl_a{
        display: none;
    }
    .tbl_a_mob{
        display: block;
        margin-top: 24px;
    }
    .v2 .rentPage__nav > li {
        padding: 0;
        margin: 0;
    }
    .v2 .rentPage__nav{
        margin: 0;
        align-items: end;
    }
    .tbl_a_mob_item{
        background: #FFFFFF;
        box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
        border-radius: 6px;
        margin-bottom: 16px;
        padding: 24px 15px;

    }
    .tbl_a_mob_item .cont{
        overflow: auto;
    }
    .tbl_a_mob_item .line{
        display: flex;
        padding-bottom: 24px;

        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }
    .tbl_a_mob_item .line > div:nth-of-type(1){
        font-weight: 700;
        flex: 0 0 110px;
    }
    .tbl_a_mob_item .line > div{
        white-space: nowrap;
    }
    .tbl_a_mob_item .color{
        color: #E50F81;
    }
    .tbl_a_mob_item .cont::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 4px;
    }

    .tbl_a_mob_item .cont::-webkit-scrollbar-thumb {
        border-radius: 20px;
        background-color: #999999;
        -webkit-box-shadow: 0 0 1px rgb(255 255 255 / 50%);
    }
    .v2 .rentPage__nav > li > a {
        font-size: 14px;
        padding-bottom: 14px;
        flex-wrap: wrap;
    }


}
@media (max-width: 550px) {
    .fresh_advantages .item {
        flex: 0 1 100%;
    }
    .fresh_advantages .item > div:nth-of-type(1) {
        flex-basis: 40px;
    }
    .fresh_advantages .item .name {
        font-size: 16px;
        padding-bottom: 8px;
    }
    .fresh_advantages .item .txt {
        font-size: 14px;
    }
    .fresh_advantages .items {
        padding-top: 0;
    }
    .fresh_advantages {
        padding-top: 0;
    }

    .catalog_2 {
        padding-top: 56px;
    }
    .catalog_2 .catalog_list {
        padding-top: 0;
    }

}
/* End */


/* Start:/local/templates/1c_bit/components/bitrix/news.detail/slide/style.css?1586416262155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/1c_bit/components/bitrix/catalog.section.list/v1/style.css?15864162627151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/1c_bit/components/bitrix/news.list/featured/style.css?1586416262150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/1c_bit/components/bitrix/news.list/reviews/style.css?1586416262150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/1c_bit/css/catalog.css?174231134014719 */
/* /local/templates/1c_bit/css/main.css?167213596520092 */
/* /local/templates/1c_bit/css/hosting_page.css?16499208668449 */
/* /local/templates/1c_bit/css/arenda_page.css?16723255276241 */
/* /local/templates/1c_bit/components/bitrix/news.detail/slide/style.css?1586416262155 */
/* /local/templates/1c_bit/components/bitrix/catalog.section.list/v1/style.css?15864162627151 */
/* /local/templates/1c_bit/components/bitrix/news.list/featured/style.css?1586416262150 */
/* /local/templates/1c_bit/components/bitrix/news.list/reviews/style.css?1586416262150 */
