

/* Start:/local/templates/1c_bit/css/arenda.css?175321595721071*/
.arenda_menu {
    display: flex;
    justify-content: space-between;
    width: 100%;

    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.arenda_menu a {

    position: relative;
    height: 47px;
}

.arenda_menu .item {
    padding: 12px 15px 8px 15px;
}

body .wrapper {
    overflow: unset !important;
    width: 100%;
}

/*.arenda_menu .item {*/
/*    flex: 0 1 25%;*/
/*    text-align: center;*/
/*    padding: 24px 0;*/
/*    position: relative;*/

/*    font-weight: bold;*/
/*    font-size: 18px;*/
/*    line-height: 23px;*/
/*    color: #4C4C4C;*/
/*}*/

.arenda_menu .item.active {
    cursor: auto;
    color: #E50F81;
}

.arenda_menu .item.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #E50F81;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.content_a {
    background-color: #F6FAFB;
    padding: 68px 0;
}

.content_a.content_a__arenda {
    padding: 32px 0 68px;
}

.content_a > .container {
    display: flex;
}

.content_a > .container .left, .content_a > .container .right {
    flex: 0 1 50%;
    max-width: 100%;
}

.content_a__head {
    padding: 68px 0 0px;
    background-color: #F6FAFB;
}

.content_a__head-row {
    display: flex;
}

.content_a__head-colum {
    padding-left: 24px;
    width: 50%;
}

.content_a__head ul li {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
    padding: 5px 0 5px 24px;
    position: relative;
    margin-left: -24px;
    background-image: url(/local/templates/1c_bit/css/../img/li.svg);
    background-repeat: no-repeat;
    background-position: 0 14px
}

.right {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    height: fit-content;
}

.conf_list .item {
    background-color: #4079FA;
    padding: 8px 34px 8px 12px;
    background-image: url("/local/templates/1c_bit/css/../img/x.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
    width: fit-content;
    cursor: pointer;
    display: none;
    border-radius: 6px;
}

.conf_list .item.active {
    display: block;
}

.r_calc, .r_calc.empty {
	width:auto;
	height:auto;
    max-width: 406px;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 48px;
    margin: 0 auto;
    border-radius: 12px;
}

.num_field {
    background-color: #F6FAFB;
    border-radius: 20px;
    display: flex;
}

.num_field .item {
    flex: 0 1 33.333%;
    margin: 2px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    width: 56px;
}

.num_field .item.active {
    margin: 2px;
    background-color: #E50F81;
    border-radius: 18px;
    color: #FFFFFF;
    cursor: auto;
    position: relative;
}

.discount_block .item.active:after {
    content: '';
    display: block;
    width: 1px;
    background-color: #E9E9E9;
    height: 28px;
    position: absolute;
    left: 50%;
    bottom: 100%;
}

.months_block, .discount_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.r_calc .name {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
}

.discount_block .item {
    cursor: auto;
}

.discount_block .item.active {
    color: #E50F81;
    background-color: transparent;
}

.price_block {
    margin-top: 40px;
}

.price_block .price_name {
    font-size: 18px;
    line-height: 23px;
    display: flex;
    color: #4C4C4C;
}

.price_block .price {
    font-weight: bold;
    font-size: 72px;
    line-height: 93px;
    color: #4C4C4C;

    background: none;
    padding: 0;
}

.price_block .info {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #4C4C4C;
    padding: 18px 0 0 15px;
}

.price_line {
    display: flex;
    margin-bottom: 32px;
}

.r_calc .note {
    display: none;
}

.r_calc .feedBack__btn {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
}

.r_calc.empty .price_block {
    visibility: hidden;
    display: none;
}


.r_calc.empty .note {
    /**/
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #4C4C4C;
    padding-left: 26px;
    background-image: url("/local/templates/1c_bit/css/../img/note.svg");

    background-repeat: no-repeat;
    background-position: top 15% left;
    margin-bottom: 32px;
    /*position: absolute;*/
    /*bottom: 200px;*/
    /*left: 65px;*/
}

.r_calc.empty .feedBack__btn {
    /*visibility: hidden;*/
}

.block {
    margin-bottom: 30px;
}

.content_a .ttl1, .content_a__head .ttl1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #4C4C4C;
    padding-bottom: 24px;
}

.add_conf {

    /**/
    width: 138px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 6px;


    padding: 8px 12px;
    background-image: url("/local/templates/1c_bit/css/../img/+.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
    text-align: left;
}

.choice_block {
    min-height: 260px;
    padding-bottom: 56px;
}

.list_info {
    display: flex;
    padding-bottom: 24px;
    width: 100%;
    max-width: 448px;
    justify-content: space-between;
    align-items: center;
}

.list_info .name {
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
    padding: 0 20px 0 0;
}

.list_info.inactive .name {
    color: #D9D9D9;
}

.list_info .inp {


    flex: 0 0 120px;
    position: relative;
}

.inp_pole {
    /**/
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 50px;

    background: #FFFFFF;

    border: 1px solid #E9E9E9;
    border-radius: 6px;
}

.list_info .units {
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
}

.vol_disk {
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
}

.list_info .ok {
    display: block;
    width: 16px;
    height: 11px;
    background-size: cover;
    background: no-repeat url("/local/templates/1c_bit/css/../img/ok.svg") center;
}


.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #E50F81;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #E50F81;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}


.count_change {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: none;
    width: 120px;
    height: 38px;
    justify-content: space-between;
    position: relative;
    border-radius: 4px;
}

.count_change input {
    width: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
}

.count_plus {
    background-image: url("/local/templates/1c_bit/css/../img/+.svg");
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.count_minus {
    background-image: url("/local/templates/1c_bit/css/../img/minus.svg");
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.list_info.inactive .inp:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.list_info.inactive .count_change {
    opacity: 0.5;
}


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

.modal_conf::-webkit-scrollbar {
    display: none;
}

.modal_conf .m-content {
    background-color: #fff;
    margin: 2% auto;
    padding: 47px;
    max-width: 1110px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.modal_conf .close {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/1c_bit/css/../img/modal_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

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


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

.modal_form::-webkit-scrollbar {
    display: none;
}

.modal_form .m-content {
    overflow: auto;

    background-color: #F6FAFB;
    margin: auto;
    padding: 56px 73px;
    width: 80%;
    height: 100%;
    max-width: 922px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.modal_form .m-content::-webkit-scrollbar {
    display: none;
}

.modal_form .close {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("/local/templates/1c_bit/css/../img/modal_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

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


.checkbox1 {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 31px;
    padding-right: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox1 .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #4079FA;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox1 input:checked ~ .checkmark {
    background-image: url("/local/templates/1c_bit/css/../img/checkbox1.svg");
    background-position: 50%;
    background-repeat: no-repeat;
}


.modal_conf .head {
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 24px;
    border-bottom: 1px solid #E5E5E5;
}

.modal_conf .items {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.modal_conf .feedBack__btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

.modal_conf .item label {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 18px;
}


.modal_form .head {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    max-width: 400px;
    /*margin: 0 auto;*/
    padding-bottom: 24px;
}

.modal_form .head__center {
    margin: 0 auto;
}

.info_list_block {
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 24px 42px 24px 66px;
    max-width: 568px;
    margin: 0 auto 34px auto;
}

.info_list_block .name {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #E50F81;
    padding-bottom: 15px;

}

.info_list_block li {
    padding: 5px 0 5px 24px;
    position: relative;
    margin-left: -24px;
    background-image: url("/local/templates/1c_bit/css/../img/li.svg");
    background-repeat: no-repeat;
    background-position: 0 14px;

}

.modal_form form {
    width: 100%;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

.modal_form form .name {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 24px;
    text-align: center;
}

.modal_form form .name__sub {
    text-align: center;
    margin-bottom: 24px;
}

.modal_form label {
    display: block;
}

.modal_form input[type="text"], .modal_form input[type="tel"] {
    width: 100%;
    height: 50px;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #999999;
    padding: 14px;
    margin-bottom: 24px;
}

.modal_form .feedBack__btn {
    margin-right: auto;
    margin-left: auto;
    /*display: block;*/
}

.modal_form .feedBack__checkBox {
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.modal_form .feedBack__checkBox a {
    color: #4E71FD;
}

.dn {

    display: none;
}

.fixed {
    position: fixed;
    top: 0;
}

.absolute {
    position: absolute;
}


.tinkoff-pay-widget__block.v2 {
    background: #F6FAFB;


}

.v2 .tinkoff-pay-widget {
    box-shadow: none;
    background: transparent;
}

.v2 .container {
    width: 100%;
    max-width: 671px;
}

.v2 .main_title {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-bottom: 48px;
}

.v2 .sub_title {
    font-weight: bold;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

.v2 .tinkoff-pay-widget {
    padding: 0;
    margin-top: 32px;
    position: relative;
}

.v2 .tinkoff-pay-widget:before {
    content: "";
    display: block;
    position: absolute;
    width: 405px;
    height: 405px;
    background-image: url("/local/templates/1c_bit/css/../img/pay_bg2.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 0;
    right: -440px;
}

.v2 .tinkoff-pay__row {
    display: flex;
}

.v2 .tinkoff-pay__row .name {
    flex: 0 1 calc(100% - 406px);
}

.v2 .tinkoff-pay__row .inp {
    flex: 0 1 406px;
}

.v2 .tinkoff-pay__row .tinkoff-pay__input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.v2 .tinkoff-pay__row .tinkoff-pay__input::-webkit-input-placeholder {
    color: #999;
}


.tooltip2 {
    position: relative;
    display: inline-block;
}

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

@media screen and (max-width: 1500px) {
    .v2 .tinkoff-pay-widget::before {
        background-image: none !important;
        width: 0;
        height: 0;
    }

    .modal_conf {
        overflow-y: auto;
        height: 100%;
    }

}

@media screen and (max-width: 990px) {
    .content_a > .container {
        display: flex;
        flex-flow: row wrap;
        max-width: 100%;
    }

    .choice_block {
        min-height: unset;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 689px) {
    .content_a > .container .left, .content_a > .container .right {
        flex: 0 1 100%;
    }

    .content_a__head {
        padding: 68px 24px 0px;
    }

    .content_a__head-row {
        flex-direction: column;
    }

    .content_a__head-colum {
        width: 100%;
    }

    .left {
        padding: 32px 15px 0 15px;
    }

    .right {
        margin: auto;
        width: 100%;
        display: flex;
        flex-flow: wrap;
        padding: 0 15px;
        justify-content: center;
    }

    .right > .r_calc {
        max-width: 100%;
        min-width: 290px;
        padding: 24px 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .num_field {
        width: 129px;
    }

    .num_field .item {
        width: 41px;
    }

    .months_block .name {
        width: 106px;
        font-size: 14px;
        font-weight: 400;
    }

    .list_info {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
        align-items: flex-start;
        padding-bottom: 14px;
    }

    .list_info .name {
        width: 240px;
        font-size: 16px;
        font-weight: 400;
        padding: unset;
        padding-bottom: 12px;
    }

    .list_info .name_long {
        width: 265px;
    }

    .list_info .inp {
        flex: unset;
    }

    .choice_block {
        min-height: unset;
        padding-bottom: 40px;
    }

    .content_a {
        padding: 32px 0 88px 0;
    }

    .r_calc .note {
        font-size: 16px;
        font-weight: 400;
    }

    .r_calc .feedBack__btn {
        font-size: 14px;
        font-weight: 700;
    }


    .modal_conf .head {
        font-weight: 700;
        font-size: 24px;
    }

    .modal_conf .item label {
        font-weight: 400;
        font-size: 14px;
    }

    .modal_conf .items {
        flex-flow: column;
    }

    .modal_conf .m-content {
        width: 100%;
        padding: 40px 15px 88px 15px;
        margin: unset;
    }

    .modal_conf .feedBack__btn {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        border-radius: 6px;
    }

    .modal_conf .item {
        display: flex;
        flex-flow: row;
        align-items: center;
    }

    .modal_conf {
        height: 100%;
    }

    .modal_form .head {
        font-weight: 700;
        font-size: 24px;
        text-align: left;
    }

    .modal_form .head__center {
        text-align: center;
    }

    .modal_form .name.head__center {
        text-align: center;
    }

    .modal_form .item label {
        font-weight: 400;
        font-size: 14px;
    }

    .modal_form .items {
        flex-flow: column;
    }

    .modal_form .m-content {
        overflow-y: auto;
        width: 100%;
        padding: 40px 15px 88px 15px;
        margin: unset;
    }

    .modal_form .feedBack__btn {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        border-radius: 6px;
    }

    .modal_form .item {
        display: flex;
        flex-flow: row;
        align-items: center;
    }

    .modal_form {
        height: 100%;
        overflow-y: auto;
    }

    .modal_conf {
        overflow-y: auto;
    }

    .info_list_block li {
        font-weight: 400;
        font-size: 16px;
        margin-left: unset;
        padding-left: 25px;
        background-image: url("/local/templates/1c_bit/css/../img/check_1.svg");
        background-position: left top 7px;
    }

    .info_list_block li.empty {
        background-image: url("/local/templates/1c_bit/css/../img/check_1_dis.svg") !important;
        background-position: left top 7px;
    }

    .info_list_block .name {
        font-weight: 700;
        font-size: 20px;
        text-align: left;
    }

    .info_list_block {
        padding: unset;
        background: none;
        border: none;
    }

    .modal_form form .name {
        font-size: 24px;
        font-weight: 700;
        text-align: left;
    }

    .modal_form input[type="text"], .modal_form input[type="tel"] {
        border-radius: 6px;
    }

    .modal_form .feedBack__checkBox {
        color: #4C4C4C;
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }

    .modal_form .feedBack__checkBox > span {
        text-align: left;
    }

    .arenda_menu .item{
        padding: 12px 24px;
        background: #ffffff;
        border: none;
        border-radius: 6px;
        /*width: 50%;*/
    }

    .arenda_menu {
        flex-flow: row;
    }

    .arenda_menu::-webkit-scrollbar {
        display: none;
    }
}
/* End */


/* Start:/local/templates/1c_bit/css/hosting.css?1659927173871*/
.num_field .item {
    position: relative;
}

.num_field .item span {
    font-weight: bold;
    font-size: 8px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E50F81;
    position: absolute;
    right: 8px;
    top: 8px;
}

.num_field .item.active span {
    color: #fff;
}

.its_notice {
    background-image: url("/local/templates/1c_bit/css/../img/note.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #4C4C4C;
}

.r_calc--block {
    margin-top: 18px;
}

.choice_block {
    min-height: unset;
}

@media screen and (max-width: 689px) {
    .r_calc--block {
        margin-top: 12px;
    }

    .its_notice {
        font-size: 13px;
    }

    .num_field .item span {
        right: 4px;
        top: 4px;
    }
}
/* End */


/* Start:/local/templates/1c_bit/css/server.css?16612504147472*/
.block {
    width: 100%;
}

.serv_select_carousel {
    display: flex;
    width: 100%;
    border-radius: 2px;
    gap: 24px;
    text-align: center;
    color: #4C4C4C;

    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.serv_select_carousel::-webkit-scrollbar{
    display: none;
}

.serv_select_carousel > div {
    padding: 12px 24px;
    background: #ffffff;
    border: 1px solid #E9E9E9;
    white-space: nowrap;
    position: relative;
    margin: 2px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 400;
    font-size: 18px;
}

.serv_select_carousel > .active {
    position: relative;
    white-space: nowrap;
    padding: 12px 24px;
    border: 1px solid #E50F81;
    border-radius: 6px;
    color: #E50F81;
    cursor: auto;
    font-weight: 400;
    font-size: 18px;
}

.control3 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
}

.control3 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control3 .control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.control3 .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control3 input:checked ~ .control_indicator:after {
    display: block;
}

.control3 .control_indicator:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #4C4C4C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.w100 {
    width: 100%;
}

.filter_list label {
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
}

.sort_list {
    display: flex;
}

.sort_list .name {
    font-size: 16px;
    line-height: 140%;
    color: #999999;
    margin-right: 17px;
}

.sort_list .default {
    font-size: 16px;
    line-height: 140%;
    color: #4C4C4C;
    margin-right: 35px;
    cursor: pointer;
}

.sort_list .sort {
    color: #E50F81;
    position: relative;
}

.sort_list .sort:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("/local/templates/1c_bit/css/../img/sort.svg");
    position: absolute;
    right: -16px;
    top: 7px;
}

.sort_list .sort.desc:after {
    transform: rotate(180deg);
}

.tov_list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.tov_list .item {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 16px;
    padding: 24px 31px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #F2F2F2;
    box-shadow: 0 4px 35px rgba(17, 83, 182, 0.08);
    border-radius: 12px;
}

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

.tov_list .count_user {
    font-size: 16px;
    line-height: 140%;
    color: #999999;
    padding-bottom: 24px;
}

.tov_list .har_list {
    display: flex;
    margin: 0 -20px;
    font-size: 16px;
    line-height: 21px;
    color: #4C4C4C;
}

.tov_list .har_list > div {
    width: 140px;
    height: 41px;
    border: 1px solid #4079FA;
    display: flex;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.tov_list .r {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.tov_list .cost {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #E50F81;
    text-align: right;
}

.tov_list .more {
    width: 204px;
    height: 49px;
    display: flex;
    background-color: #E50F81;
    margin-top: 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}


.go_back {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #E50F81;
    padding-left: 20px;
    background-image: url("/local/templates/1c_bit/css/../img/go_back.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-bottom: 32px;
}

.tov_title {
    font-weight: bold;
    font-size: 26px;
    line-height: 140%;
    color: #000000;
    padding-bottom: 40px;
}

.no_top {
    margin-top: 0;
}

.inp.select {
    width: 50%;
}

.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select select {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 1px solid #E9E9E9;
    background: #fff;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select::-ms-expand {
    display: none;
}

.select_arrow {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 10px;
    height: 10px;
    border: solid #4C4C4C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.count_change {
    border-radius: 4px;
    border: 1px solid #E9E9E9;
}

.list_info {
    max-width: none;
    display: flex;
    align-items: flex-start;
}

.cpu_block.count_change input {
    width: 20px;
}

.modal_form {
    overflow-y: auto;
}

.modal_form::-webkit-scrollbar {
    display: none;
}

.modal_form .head {
    max-width: 700px;
}

.info_list_block li.empty {
    color: #D9D9D9;
    background-image: url('/local/templates/1c_bit/css/../img/li_empty.svg');
}

.info_list_block li.empty span {
    display: none;
}

@media screen and (max-width: 1200px) {
    .tov_list .har_list {
        flex-flow: row wrap;
        gap: 16px;
        margin: unset;
    }

    .tov_list .har_list > div {
        margin: unset;
    }
}

@media screen and (max-width: 629px) {

    .tov_list .name {
        padding-bottom: 8px;
    }

    .inp.select {
        flex: unset !important;
        max-width: 290px;
    }

    .sort_list {
        display: none;
    }

    .tov_list .item {
        display: flex;
        flex-flow: column;
        padding: 24px 15px;
    }

    .tov_list .r {
        margin-top: 24px;
        flex-flow: row-reverse;
        justify-content: flex-end;
        gap: 16px;
        align-items: center;
    }

    .tov_list .cost {
        width: 126px;
        height: 25px;
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .tov_list .cost span {
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
    }

    .tov_list .more {
        margin-top: unset;
        width: 117px;
        height: 44px;
    }

    .tov_list .har_list > div {
        width: 122px;
        height: 44px;
        margin: unset;
    }

    .tov_list .har_list {
        gap: 16px;
        margin: unset;
        margin-right: -10px;
    }

    .serv_select_carousel > div {
        font-weight: 400;
        font-size: 14px;
        padding: 12px 16px;
    }

    .serv_select_carousel .active {
        font-weight: 400;
        font-size: 14px;
        padding: 12px 16px;
    }

    .tov_list .name {
        font-weight: 700;
        font-size: 18px;
    }

    .tov_list .count_user {
        font-weight: 400;
        font-size: 14px;
    }

    .inp.select {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/1c_bit/css/fresh.css?173747774812166*/
.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;
}

.table_fresh .t_row > div {
    flex: 0 1 25%;
    padding: 24px 12px;
}

.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/css/../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/css/../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: 12px;
    border-right: 12px solid white;
}

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


@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: 767px) {
    .v2 .container {
        width: auto;
    }

    .table_fresh {
        display: none;
    }

    .table_fresh.table_fresh_mob {
        margin-top: 24px;
        display: block;
    }

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

    .arenda_menu_block {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .arenda_menu a {
        white-space: nowrap;
    }

    .arenda_menu .item {
        padding: 12px 15px 8px 15px;
    }

    .table_fresh .feedBack2__btn {
        width: 191px;
        height: 44px;
        font-size: 14px;
    }

    .modal_new .m-content {
        margin: 15% auto;
        padding: 40px 15px 53px 15px;
        width: 100%;
    }

    .modal_new .m-content:after {
        height: 53px;
        background-size: contain;
    }

    .modal_new .head {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .modal_new .close {
        width: 15px;
        height: 15px;
        right: 15px;
        top: 15px;
    }

    .list_1s > div {
        font-size: 14px;
        padding: 12px 15px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .v2 .tinkoff-pay__row {
        display: block;
    }

    .v2 .tinkoff-pay__row .inp {
        flex: 0 1 100%;
        margin-left: 0;
    }

    .v2 .tinkoff-pay__row .name {
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 140%;
        color: #4C4C4C;
    }

    .v2 .tinkoff-pay__row .tinkoff-pay__input {
        max-width: none;
        border-radius: 6px;
        padding: 12px 15px;
        font-size: 14px;
        width: 100%;
        height: 44px;
    }

    .tinkoff-pay-widget__block .sub_title {
        font-size: 16px;
    }

    .v2 .tinkoff-pay-widget {
        margin-top: 24px;
    }

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

    .how_connect_cat {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .tinkoff-pay-widget__block .bottom_text {
        font-size: 14px;
    }
}

@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;
    }
}
/* 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/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 */
/* /local/templates/1c_bit/css/arenda.css?175321595721071 */
/* /local/templates/1c_bit/css/hosting.css?1659927173871 */
/* /local/templates/1c_bit/css/server.css?16612504147472 */
/* /local/templates/1c_bit/css/fresh.css?173747774812166 */
/* /local/templates/1c_bit/css/main.css?167213596520092 */
/* /local/templates/1c_bit/css/catalog.css?174231134014719 */
