

/* Start:/business/produkt_internet/style.css?175680482111675*/
@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

a, abbr, acronym, address, applet, b, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, t big, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

button:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}

.b2b_internet {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #E3E5F1;
}

.b2b_internet-back__container {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 20px 0;
}

.b2b_internet__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    text-transform: uppercase;
}

.b2b_internet-back__link {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #3366CC;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.b2b_internet__block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b2b_internet-tariffs {
    margin-top: 72px;
}

.b2b_internet-reasons {
    padding: 80px 0 45px;
}

.b2b_internet-reasons__title {
    margin-bottom: 40px;
}

.b2b_internet-reasons__list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b2b_internet-reasons__item {
    width: 47.25%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 35px;
}

.b2b_internet-reasons__item:before {
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    position: relative;
    margin-top: -5px;
    margin-right: 9px;
    background: url(/business/produkt_internet/images/mark.svg) center no-repeat;
}

.b2b_internet-reasons__item_text {
    width: calc(100% - 40px);
    display: inline-block;
    position: relative;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.b2b_internet-reasons__item_text em {
    font-weight: bold;
    font-style: normal;
}

.b2b_internet-manager {
    padding: 60px 0;
    background: #FFFFFF;
}

.b2b_internet-manager__title {
    margin-bottom: 16px;
}

.b2b_internet-manager__description {
    text-align: center;
    margin-bottom: 10px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.b2b_internet-manager__list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b2b_internet-manager__item {
    width: calc(50% - 21px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 35px;
    margin-right: 42px;
}

.b2b_internet-manager__item:nth-of-type(2n) {
    margin-right: 0;
}

.b2b_internet-manager__item:before {
    content: "";
    width: 31px;
    height: 31px;
    display: block;
    position: relative;
    margin-top: -5px;
    margin-right: 9px;
    background: url(/business/produkt_internet/images/mark.svg) center no-repeat;
}

.b2b_internet-manager__item_text {
    width: calc(100% - 40px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.b2b_internet-improve {
    margin: 60px 0;
}

.b2b_internet-improve__content {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.b2b_internet-improve__text {
    width: calc(100% / 3 + 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.b2b_internet-improve__text_description {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 33px;
}

.b2b_internet-improve__text_description em {
    color: #3366CC;
    font-style: normal;
    font-weight: bold;
}

.b2b_internet-improve__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 57px;
    padding: 11px 43px;
    color: #3366CC;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    background: inherit;
    border: 1px solid #3366CC;
    border-radius: 100px;
    cursor: pointer;
}

.b2b_internet-improve__btn:hover {
    color: #FFFFFF;
    background: #3366CC;
}

.b2b_internet-improve__text_note {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.b2b_internet-improve__img_wrapper {
    width: auto;
    max-width: 690px;
    height: auto;
    max-height: 272px;
    border-radius: 10px;
}

.b2b_internet-improve__img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.b2b_internet-improve__img::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(227, 229, 241, 0.2)), to(rgba(227, 229, 241, 0.2)));
    background: linear-gradient(0deg, rgba(227, 229, 241, 0.2), rgba(227, 229, 241, 0.2));
    border-radius: 10px;
    z-index: 100;
}

.b2b_internet-improve__img img {
    width: 100%;
    max-width: 690px;
    height: 100%;
    max-height: 272px;
    display: block;
    position: relative;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .container {
        width: calc(100% - 72px);
        max-width: 1024px;
    }

    .b2b_internet-reasons__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b2b_internet-reasons__item {
        width: 85%;
    }

    .b2b_internet-improve__text {
        width: 30%;
        margin-right: 24px;
    }

    .b2b_internet-improve__text {
        width: 85%;
        margin-top: 24px;
    }

    .b2b_internet-improve__text_description {
        font-family: 'Open Sans', sans-serif;
        font-size: 23px;
    }

    .b2b_internet-improve__btn {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-improve__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b2b_internet-improve__img_wrapper {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet__title {
        text-align: center;
        font-size: 24px;
        line-height: 33px;
    }

    .b2b_internet-back__link {
        color: #FFFFFF;
    }

    .container {
        width: calc(100% - 40px);
        max-width: 425px;
    }

    .b2b_internet-tariffs {
        margin-top: 0;
    }

    .b2b_internet-reasons {
        padding: 72px 0 38px;
    }

    .b2b_internet-reasons__item {
        width: 100%;
    }

    .b2b_internet-manager__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b2b_internet-manager__item {
        width: 100%;
    }

    .b2b_internet-improve__text {
        width: 100%;
    }

    .b2b_internet-improve__text_description {
        font-size: 20px;
        line-height: 27px;
    }
}

@media screen and (max-width: 320px) {
    .container {
        width: calc(100% - 32px);
    }

    .b2b_internet-intro__banner_item-text {
        width: calc(100% - 32px);
        padding: 12px;
        font-size: 15px;
        line-height: 18px;
        left: 16px;
    }
}

/* End */


/* Start:/local/templates/is_new/components/bitrix/news.list/b2b_banner_internet/style.css?175397171610528*/
.hidden-block {
    display: none !important;
}

.b2b_internet-intro {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b2b_internet-intro__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #3366CC;
    border-radius: 10px;
}

.b2b_internet-intro__content {
    width: calc(100% / 12 * 4 - 13px);
    height: auto;
    display: block;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #FFFFFF;
    margin: 105px 81px 30px 57px;
}

.b2b_internet-intro__title {
    width: auto;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    font-weight: normal;
    line-height: 57px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-transform: uppercase;
}

.b2b_internet-intro__description {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.b2b_internet-intro__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 65px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: #EB0520;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

.b2b_internet-intro__btn:hover {
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
}

.b2b_internet-intro__btn_mobile {
    display: none;
}

.b2b_internet-intro__banner {
    max-width: 691px;
    width: calc(100% / 12 * 7);
    max-height: 350px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.b2b_internet-intro__banner::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.b2b_internet-intro__banner_item {
    max-width: 691px;
    width: 100%;
    min-height: 347px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20.5px;
    scroll-snap-align: start;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.b2b_internet-intro__banner_item-img {
    max-width: inherit;
    width: inherit;
    min-height: inherit;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.b2b_internet-intro__banner_item-img img {
    max-width: inherit;
    width: 100%;
    min-height: inherit;
    height: auto;
    object-fit: cover;
    object-position: 100%;
    border-radius: 0 10px 10px 0;
}

.b2b_internet-intro__banner_item::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 102, 204, 0.2);
    border-radius: 0 10px 10px 0;
    z-index: 100;
}

.b2b_internet-intro__banner_item-text {
    width: 50%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 32px;
    left: 32px;
    padding: 20px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    z-index: 200;
}

.b2b_internet-intro__banner_nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
}

.b2b_internet-intro__banner_nav-btn {
    width: 34px;
    height: 34px;
    display: block;
    position: relative;
    background: url(/local/templates/is_new/components/bitrix/news.list/b2b_banner_internet/img/banner_btn.svg);
    cursor: pointer;
}

.b2b_internet__internet_btn-left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.b2b_internet-intro__banner_nav_counter {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.b2b_internet-intro__banner_dots {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    margin-top: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.b2b_internet-intro__banner_dot {
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 6px;
    border-radius: 8px;
    background: #FFFFFF;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: .5;
}

.b2b_internet-intro__banner_dot:last-of-type {
    margin-right: 0;
}

.b2b_internet-intro__banner_dot-active {
    width: 26px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .b2b_internet-intro__container {
        width: calc(100% - 72px);
        max-width: 1024px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b2b_internet-intro__content {
        margin: 36px 43px 30px 36px;
        width: 35%;
    }

    .b2b_internet-intro__title {
        font-family: 'Open Sans', sans-serif;
        font-size: 38px;
        line-height: 110%;
    }

    .b2b_internet-intro__description {
        margin-bottom: 24px;
    }

    .b2b_internet-intro__banner {
        max-width: 540px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .b2b_internet-intro__banner_item {
        max-width: 540px;
        min-height: 274px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-intro__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b2b_internet-intro__content {
        width: 80%;
    }

    .b2b_internet-intro__banner {
        max-width: unset;
        width: 100%;
    }

    .b2b_internet-intro__banner_item {
        max-width: 696px;
        min-height: 350px;
    }

    .b2b_internet-intro__banner_item-img img {
        border-radius: 0 0 10px 10px;
    }

    .b2b_internet-intro__banner_item::after {
        border-radius: 0 0 10px 10px;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet-intro__container {
        width: calc(100% - 40px);
        max-width: 425px;
        margin-bottom: -1px;
        padding: 15px;
    }

    .b2b_internet-intro .container {
        background: #3366CC;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .b2b_internet-intro .b2b_internet-intro__container {
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
    }

    .b2b_internet-intro {
        margin-bottom: 72px;
        border-radius: 10px;
    }

    .b2b_internet-intro__content {
        width: 100%;
        margin: 0;
        padding: 45px 0 32px;
    }

    .b2b_internet-intro__title {
        font-size: 30px;
        line-height: 41px;
    }

    .b2b_internet-intro__description {
        margin-bottom: 0;
    }

    .b2b_internet-intro__btn {
        display: none;
    }

    .b2b_internet-intro__btn_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 30px;
        margin-bottom: 42px;
    }

    .b2b_internet-intro__banner_item {
        max-width: 344px;
        min-height: 305px;
    }

    .b2b_internet-intro__banner_item-img img {
        border-radius: 10px;
    }

    .b2b_internet-intro__banner_item::after {
        border-radius: 10px;
    }

    .b2b_internet-intro__banner_item-text {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 16px;
        line-height: 22px;
        margin: auto;
        bottom: 0px;
        left: 0px;
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .b2b_internet-intro__banner_nav {
        display: none;
    }

    .b2b_internet-intro__banner_dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

}

@media screen and (max-width: 375px) {
    .b2b_internet-intro__banner_item {
        max-width: 305px;
        min-height: 271px;
    }
}


@media screen and (max-width: 320px) {
    .b2b_internet-intro__container {
        width: calc(100% - 32px);
    }

    .b2b_internet-intro__title {
        font-size: 26px;
    }

    .b2b_internet-intro__banner_item {
        max-width: 258px;
        min-height: 229px;
    }

    .b2b_internet-intro__description {
        font-size: 15px;
    }

    .b2b_internet-intro__banner_item-text {
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */


/* Start:/local/templates/is_new/components/bitrix/news.list/b2b_tariffs_internet/style.css?17539717176338*/
.b2b_internet-tariffs__list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 36px;
    scrollbar-width: none;
}

.b2b_internet-tariffs__list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.b2b_internet-tariff {
    width: calc(100% / 12 * 4 - 14px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    scroll-snap-align: start;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.b2b_internet-tariff:nth-of-type(3n) {
    margin-right: 0;
}

.b2b_internet-tariff__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #3366CC;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.b2b_internet-tariff__description {
    width: 100%;
    min-height: 57px;
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}

.b2b_internet-tariff__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 16px;
}

.b2b_internet-tariff__features_img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-filter: invert(33%) sepia(57%) saturate(847%) hue-rotate(188deg) brightness(104%) contrast(101%);
    filter: invert(33%) sepia(57%) saturate(847%) hue-rotate(188deg) brightness(104%) contrast(101%);
    opacity: 0.8;
}

.b2b_internet-tariff__features_img-speed {
    background: url(/local/templates/is_new/components/bitrix/news.list/b2b_tariffs_internet/img/speed.svg) center no-repeat;
}

.b2b_internet-tariff__features_img-quantity {
    background: url(/local/templates/is_new/components/bitrix/news.list/b2b_tariffs_internet/img/pc.svg) center no-repeat;
}

.b2b_internet-tariff__features_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b2b_internet-tariff__features_text-name {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.b2b_internet-tariff__features_text-quantity {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.b2b_internet-tariff__features_speed-quantity {
    font-weight: normal;
}

.b2b_internet-tariff__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 24px;
    padding: 11px 43px;
    color: #3366CC;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    border: 1px solid #3366CC;
    border-radius: 100px;
    cursor: pointer;
}

.b2b_internet-tariff__btn:hover {
    color: #FFFFFF;
    background: #3366CC;
}

.b2b_internet-tariff__dots {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    margin-top: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.b2b_internet-tariff__dot {
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-right: 6px;
    border-radius: 8px;
    background: #3366CC;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: .5;
}

.b2b_internet-tariff__dot:last-of-type {
    margin-right: 0;
}

.b2b_internet-tariff__dot-active {
    width: 26px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .b2b_internet-tariff__title {
        font-size: 18px;
        line-height: 130%;
    }

    .b2b_internet-tariff__description {
        min-height: 76px;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-tariff__title {
        min-height: 46px;
    }

    .b2b_internet-tariff__description {
        min-height: 96px;
        font-size: 13px;
        line-height: 16px;
    }

    .b2b_internet-tariff__features_text-quantity {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet-tariffs__list {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 10px;
    }

    .b2b_internet-tariff {
        width: calc(100% - 20px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 10px;
    }

    .b2b_internet-tariff__title {
        min-height: unset;
        font-size: 20px;
        line-height: 27px;
    }

    .b2b_internet-tariff__description {
        min-height: 76px;
        font-size: 14px;
        line-height: 19px;
    }

    .b2b_internet-tariff__dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b2b_internet-tariffs__spacer {
        min-width: 10px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
}

@media screen and (max-width: 320px)  {
    .b2b_internet-tariff__title {
        font-size: 16px;
    }
}


/* End */


/* Start:/local/templates/is_new/components/siv/order.form/b2b_internet_form/style.css?17539717176519*/
.b2b_internet-form-block {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    background: #FFFFFF;
}

.b2b_internet-form__container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b2b_internet-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    text-transform: uppercase;
}

.b2b_internet-form__description {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.b2b_internet-form {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.b2b_internet-form__input {
    width: calc(100% / 12 * 2.5 - 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 24px;
    padding: 10px;
    border: 1px solid #909090;
    border-radius: 30px;
    outline: none;
}

.b2b_internet-form__input:focus {
    border-color: #3366CC;
}

.b2b_internet-form__btn {
    width: calc(100% / 12 * 2.5 - 13px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    background: #EB0520;
    border: none;
    border-radius: 100px;
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
}

.b2b_internet-form__btn:hover {
    -webkit-box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
    box-shadow: inset 0px -4px 0 rgba(0, 0, 0, 0.28), 1px 2px 10px rgba(0, 0, 0, 0.59);
}

.b2b_internet-form__info {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.b2b_internet-form__info nobr {
    font-size: inherit;
}

.pol {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.pol a {
    font-size: inherit;
    color: inherit;
}

.pol-slide {
    display: none;
}

.pol-slide span {
    display: block;
    text-align: center;
}

.polago {
    text-decoration: underline;
}

.b2b__modal-block {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    padding: 16px 16px 76px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 8px rgba(117, 117, 117, 0.64);
    box-shadow: 0 8px 8px rgba(117, 117, 117, 0.64);
}

.b2b__modal {
    max-width: 450px;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
}

.b2b__modal-block .b2b__modal-close {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: 1;
    margin-bottom: 44px;
    background-image: url(/local/templates/is_new/assets/img/modal_close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: invert(93%) sepia(0%) saturate(1577%) hue-rotate(146deg) brightness(74%) contrast(92%);
    filter: invert(93%) sepia(0%) saturate(1577%) hue-rotate(146deg) brightness(74%) contrast(92%);
    cursor: pointer;
}

.b2b__modal-text {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 40px;

    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.375em;
    line-height: 105.28%;
    color: #2C6BBE;
}

@media screen and (max-width: 1024px) {
    .b2b_internet-form__input {
        width: 30%;
    }

    .b2b_internet-form__btn {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-form__input {
        width: 40%;
    }

    .b2b_internet-form__btn {
        width: 40%;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet-form__container {
        text-align: center;
    }

    .b2b_internet-form__description {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .b2b_internet-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .b2b_internet-form__input {
        width: 75%;
        margin-right: 0;
    }

    .b2b_internet-form__btn {
        width: 75%;
        margin-top: 20px;
    }

    .b2b__modal-text {
        padding: 0 10px;
    }
}

@media screen and (max-width: 320px) {
    .b2b_internet-form__input {
        width: 80%;
    }

    .b2b__modal {
        width: 97%;
    }

    .b2b__modal-text {
        padding: 0;
    }
}

/* End */


/* Start:/local/templates/is_new/components/bitrix/news.list/b2b_related_services/style.css?17539717165138*/
.b2b_internet-related {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.b2b_internet-back__container {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 20px 0;
}

.b2b_internet-related__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 41px;
    text-transform: uppercase;
}

.b2b_internet-related {
    padding: 80px 0 60px;
}

.b2b_internet-related__list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
    scrollbar-width: none;
}

.b2b_internet-related__list::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.b2b_internet-related__item {
    width: calc(100% / 4 - 15px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 28px;
    scroll-snap-align: start;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.21));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.21));
}

.b2b_internet-related__item:nth-of-type(4n) {
    margin-right: 0;
}

.b2b_internet-related__item_img {
    width: 100%;
    height: auto;
}

.b2b_internet-related__item_img img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.b2b_internet-related__item_name {
    margin: 15px 0 12px 18px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.b2b_internet-related__item_link {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 18px;
    color: #3366CC;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.b2b_internet-related__item_link::after {
    content: "";
    width: 7px;
    height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 11px;
    background: url(/local/templates/is_new/components/bitrix/news.list/b2b_related_services/img/arrow.svg) center no-repeat;
    -webkit-filter: invert(33%) sepia(57%) saturate(847%) hue-rotate(188deg) brightness(104%) contrast(101%);
    filter: invert(33%) sepia(57%) saturate(847%) hue-rotate(188deg) brightness(104%) contrast(101%);
}

@media screen and (max-width: 1024px) {
    .b2b_internet-related__container {
        width: calc(100% - 72px);
        max-width: 1024px;
    }

    .b2b_internet-related__item_link {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .b2b_internet-related__item {
        width: 31.25%;
    }

    .b2b_internet-related__item:nth-of-type(4n) {
        margin-right: 20px;
    }

    .b2b_internet-related__item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 414px) {
    .b2b_internet-related__title {
        font-size: 24px;
        line-height: 33px;
    }

    .b2b_internet-related__container {
        width: calc(100% - 40px);
        max-width: 425px;
    }

    .b2b_internet-related {
        padding: 60px 0 52px;
    }

    .b2b_internet-related__container {
        width: 100%;
    }

    .b2b_internet-related__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 10px;
        overflow: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 20px;
    }

    .b2b_internet-related__spacer {
        min-width: 10px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

    .b2b_internet-related__item {
        width: 240px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 28px 10px;
    }

    .b2b_internet-related__item:nth-of-type(3n) {
        margin-right: 10px;
    }

    .b2b_internet-related__item:nth-of-type(4n) {
        margin-right: 10px;
    }
}

@media screen and (max-width: 320px) {
    .b2b_internet-related__container {
        width: 100%;
    }
}
/* End */
/* /business/produkt_internet/style.css?175680482111675 */
/* /local/templates/is_new/components/bitrix/news.list/b2b_banner_internet/style.css?175397171610528 */
/* /local/templates/is_new/components/bitrix/news.list/b2b_tariffs_internet/style.css?17539717176338 */
/* /local/templates/is_new/components/siv/order.form/b2b_internet_form/style.css?17539717176519 */
/* /local/templates/is_new/components/bitrix/news.list/b2b_related_services/style.css?17539717165138 */
