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

    .container {
        width: 100%;
        padding: 0 10px;
    }

    .header_bottom .container,
    #k2Container {
        padding: 0 15px;
    }

}

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

    .section_1 {
        padding-bottom: 400px;
    }

    .row_box.container-flex {
        justify-content: space-around;
    }

    .section_1 .box {
        width: 160px;
        height: 160px;
    }

    .section_1:after {
        height: 580px;
    }
    
    .section_1 .box h2 {
        font-size: 15px;
    }
    .section_1 .box h2:before {
        width: 60px;
        height: 55px;
        top: 15px;
        left: calc(50% - 32px);
    }
}

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

    .section_2 .content, .section_3 .content {
        width: 90%;
    }

    .section_2 .content .left_side {
        margin-right: 15px;
    }

    .news-block .card-title {
        font-size: 18px;
    }


    /* Интернет */
    .internet .section_4 .other .content {
        width: 90%;
        margin: 118px auto 0;
    }

    .internet .section_4 .other .item {
        margin: 0 auto;
    }

    .internet .section_4 .owl-theme .owl-controls {
        width: 100%;
    }
}

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

    .main_menu {
        margin-left: 100px;
    }

    .main_menu ul li a {
        padding: 16px 9px;
        font-size: 19px;
    }

    .title h2 {
        font-size: 45px;
    }

    .section_3 .content form input[type="text"] {
        width: 300px;
    }

    .section_3 .content form div,
    .section_2 .content form .bottom {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news-block .card .card-content {
        padding: 40px 15px;
    }

    .news-block .card .card-content {
        padding: 15px;
    }

    /* Интернет */
    .section_4 .advertising .text {
        left: 10%;
    }
}

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

    .main_menu {
        margin-left: 60px;
    }

    .main_menu ul li a {
        padding: 15px 7px;
        font-size: 18px;
    }

    .section_2 {
        padding-bottom: 85px;
    }

    .section_2 .content .left_side {
        width: 80%;
        margin-bottom: 20px;
    }

    .section_2 .content fieldset.formHorizontal.formContainer {
        margin-top: 60px;
    }

    .section_2 .content, .section_3 .content {
        width: 100%;
    }

    .section_4 .item_list .title_tab {
        min-width: 180px;
    }

    /* Новости */
    #k2Container {
        width: 90%;
    }

    /* Интернет */
    .internet .section_4 .other .content {
        width: 100%;
    }

    .section_4 .advertising .text {
        font-size: 27px;
    }


}

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

    .section_1:after {
        display: none;
    }

    .section_1 {
        padding-bottom: 139px;
    }

    .section_2 {
        margin-top: 20px;
    }

    .news-block .row {
        justify-content: center;
    }


    .news-block .col-md-6 {
        width: 390px;
    }

    .card.lk-card .card-content {
        justify-content: center;
    }

    /* Интернет */
    .internet .section_4 .owl-theme .owl-controls {
        width: 101%;
    }

    .internet .section_4 .other .title {
        margin-left: 15px;
    }

    /* Оплата */
    .page_oplata .bank_list {
        padding-bottom: 150px;
        margin-top: 100px;
    }
}

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

    .header_bottom {
        padding: 10px 0;
    }

    .header_bottom .container {
        justify-content: space-between;
    }

    .header_bottom .nav.menu {
        display: none;
    }

    .burger-menu {
        width: 40px;
        height: 20px;
        margin-left: 10px;
        display: block;
        cursor: pointer;
        position: relative;
    }

    .menu-btn {
        width: 40px;
        height: 2px;
        background: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .5s;
    }

    .menu-btn:before,
    .menu-btn:after {
        content: "";
        width: 40px;
        height: 2px;
        background: #000;
        position: absolute;
        transition: .5s;
    }

    .menu-btn:before {
        top: -9px;
    }

    .menu-btn:after {
        top: 9px;
    }

    .burger-menu.active .menu-btn {
        background: rgba(0, 0, 0, 0);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }

    .burger-menu.active .menu-btn:before {
        top: 0;
        transform: rotate(45deg);
    }

    .burger-menu.active .menu-btn:after {
        top: 0;
        transform: rotate(135deg);
    }

    .burger-menu + .moduletable_menu ul {
        position: absolute;
        width: 100%;
        top: 93px;
        right: 0;
        background: #fff;
        text-align: center;
        box-shadow: -4px 10px 5px rgba(0, 0, 0, 0.2);
    }

    .main_menu ul li a {
        width: 100%;
        padding: 20px 5px;
        background: #fff;
        border-bottom: 1px solid #8e210a;
    }

    .main_menu ul li:last-child a {
        border-bottom: none;
    }

    .section_3 .content form input[type="text"] {
        width: 250px;
    }

    .section_4 .tariffs {
        padding-top: 50px;
    }

    .section_4 .equipment {
        margin-top: 80px;
        padding-bottom: 80px;
    }

    footer .container {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    footer h3, footer .right_side p, footer .right_side a {
        font-size: 18px;
    }
}

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

    .section_4 .tab_content .polzunok-container-1,
    .section_4 .tab_content .polzunok-container-2 {
        width: 84%;
        padding: 10px 0;
    }

    .section_4 .equipment .content {
        margin-top: 60px;
    }

    .section_4 .equipment .item_list {
        justify-content: center;
    }

    .section_4 .item_list .title_tab {
        min-width: 130px;
    }

    .section_4 .tab_content .tariffs_item:not(:first-child) {
        margin-left: 15px;
    }

    .section_4 .item.active,
    .section_4 .tab_content .tariffs_item {
        margin: 0 15px 25px;
    }

    /* Интернет / Видео */
    .videonabljudenie .section_4 {
        padding-top: 60px;
    }

    .videonabljudenie .section_4 .content {
        margin-top: 35px;
    }

    .internet .section_4 .other .other_item .name {
        padding: 0 5px;
    }

    .internet .section_4 .other .item_list {
        width: 93%;
    }

    .internet .section_4 .owl-theme .owl-controls {
        width: 107%;
    }

    .internet .section_4 {
        padding-bottom: 90px;
    }

    /* Оплата */
    .page_oplata .bank_list {
        margin-top: 50px;
    }
}

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

    .section_1 .box {
        -moz-transform:  rotate(45deg);
        position: relative;
    }


    .section_3 .content form div,
    .section_2 form .top.container-flex,
    .section_2 .content form .bottom,
    .section_2 .content form .bottom .checkbox {
        justify-content: center;
    }

    .section_2 .content form .bottom label {
        padding-right: 20px;
    }

    .section_2 .content .left_side {
        margin-right: 0;
    }

    .section_3 .content form div > p,
    .section_2 .content .left_side {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .section_2 .content form .bottom fieldset {
        width: 100%;
        text-align: center;
    }

    .section_2 .content form .bottom p {
        justify-content: center;
        margin-bottom: 20px;
    }

    .section_2 .content form .top label,
    .section_2 .content form .bottom legend,
    .section_3 .content form label,
    .section_3 .content form span {
        display: block;
        text-align: center;
    }

    .section_3 .content form input[type="text"]:last-child {
        margin-right: 0;
    }


    .section_4 .news-block {
        padding-bottom: 50px;
    }

    /* Новости */
    div.catItemIntroText {
        font-size: 14px;
    }

    /* Интернет */
    .internet .section_4 .equipment {
        margin-top: 70px;
    }

    .section_4 .advertising .text {
        font-size: 24px;
        left: 7%;
    }

    .internet .section_4 .other .content,
    .internet .section_4 .other {
        margin-top: 80px;
    }


}

@media screen and (max-width: 768px) {
    
    .section_1 .box {
        width: 130px;
        height: 130px;
    }
    
    .section_1 .box h2 {
        font-size: 12px;
    }
    .section_1 .box h2:before {
        width: 49px;
        height: 40px;
        top: 22px;
        left: calc(50% - 26px);
    }
    

    /* Интернет */
    .internet .section_4 .tariff_items_video .title_tab {
        padding: 12px 9px;
        font-size: 18px;
    }

    .videonabljudenie .section_4 .content .tariff_item_video {
        padding-bottom: 20px;
        zoom: 80%;
    }

    .section_4 .equipment .item {
        padding: 25px;
    }

    .internet .section_4 .owl-item.active .button a {
        background-color: #e13511;
        color: #fff;
    }

    .internet .section_4 .other .owl-item.active .other_item {
        opacity: 1;
    }

    /* Оплата */
    .page_oplata .bank_list .bank.sberbank,
    .page_oplata .bank_list .bank_group,
    .page_oplata .bank_list .bank_group,
    .page_oplata .bank_list .bank.quivi {
        margin-right: 50px;
    }

    /* Оплата */
    .page_oplata .bank_list {
        margin-top: 0;
        padding-bottom: 50px;
    }

    .page_oplata .bank_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_oplata .bank_list .bank_group {
        margin-right: 0;
    }

    .page_oplata .bank_list .bank.sberbank,
    .page_oplata .bank_list .bank_group,
    .page_oplata .bank_list .bank_group,
    .page_oplata .bank_list .bank.quivi {
        margin: 0 20px 15px;
    }

    .section_3 .oplata_wrapper {
        padding-bottom: 77px;
    }


}

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

    .section_4 .item_list .title_tabs {
        box-shadow: none;
    }

    div.k2CategoriesListBlock ul {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .section_4 .item_list .title_tab {
        margin: 3px;
        border: 1px solid #b22a0d;
        padding: 10px 8px;
    }


    .section_4 .item_list .title_tab:last-child {
        border: 1px solid #b22a0d;
    }

    .section_4 .equipment .equipment_item:not(.other_item) .img {
        width: 60%;
    }

    /* Новости */
    div.catItemIntroText {
        font-size: 13px;
    }

    /* Интернет */
    .section_4 .advertising .text {
        font-size: 20px;
    }

    .k2Pagination .pagination-start,
    .k2Pagination .pagination-prev,
    .k2Pagination .pagination-end,
    .k2Pagination .pagination-next {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .internet .section_4 .tariff_items_video .title_tab {
        display: inline-block;
        min-width: 10px;
    }
    .internet .section_4 .tariff_items_video .title_tabs {
        text-align: center;
    }
}
@media screen and (max-width: 678px) {
    .section_1 .box {
        border: 1px solid #484848;
    }
    
    .section_1 .box {
        width: 150px;
        height: 150px;
    }
    
    .section_1 .box h2 {
        font-size: 16px;
        padding-top: 80px;
    }

    .box.box1 {
        top: -60px;
        right: -65px;
    }

    .box.box2 {
        top: 65px;
    }

    .box.box3 {
        top: -60px;
        right: 65px;
    }

    footer .left_side {
        width: 100%;
        justify-content: space-around;
        text-align: center;
    }

    footer .right_side {
        text-align: center;
        margin-top: 20px;
    }

    /* Новости */
    .catItemBody {
        flex-direction: column;
    }

    .news-content {
        width: 100%;
        padding-left: 0;
    }
}


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

    header .header_top .container {
        padding-right: 15px;
    }

    .title h2 {
        font-size: 35px;
    }

    .section_4 .discount_title {
        margin-bottom: 40px;
    }

    .section_4 .discount_title h3 {
        text-align: center;
        font-size: 18px;
    }

    .section_2 .content form .top .left_side input[type="text"] {
        width: 300px;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }


    .polzunok-container-1 #result,
    .polzunok-container-2 #result2 {
        width: 45px;
    }

    /* Интернет */
    .videonabljudenie .section_4 .content .tariff_item_video {
        padding-bottom: 20px;
        padding-left: 110px;
        zoom: 100%;
        flex-wrap: wrap;
    }

    .internet .section_4 .tariff_item_video .icon {
        left: 15px;
    }

    .videonabljudenie .section_4 .content .tariff_item_video .left {
        width: 100%;
        margin-bottom: 15px;
    }

    .videonabljudenie .section_4 .content .tariff_item_video .right {
        margin: 0 auto;
    }

    .videonabljudenie .section_4 .price {
        text-align: center;
    }

    .section_4 .advertising {
        margin-top: 20px;
    }

    .section_4 .advertising a {
        display: block;
        overflow: hidden;
    }

    .section_4 .advertising a img {
        float: right;
        width: 151%;
    }

    .section_4 .advertising .text {
        font-size: 19px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        color: #e13511;
    }

    .internet .section_4 .owl-theme .owl-controls {
        width: 107%;
    }

}

@media(max-width:570px) {
    .section_1 .box {
        width: 120px;
        height: 120px;
    }
    
    .section_1 .box h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 555px) {
    .internet .section_4 .tariff_items_video .title_tabs {
        max-width: 450px;
        display: block;
    }
    .internet .section_4 .tariff_items_video .title_tab {
        display: block;
        width: 100%;
        border: 1px solid #971b01;
        margin: 3px auto;
    }

    .section_3 .content form input[type="text"],
    .section_2 .content form .top .right_side input,
    .section_2 .content form .top .right_side input#house {
        width: 300px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }


    .section_2 .content form .top .right_side {
        text-align: center;
    }

    .section_4 .item_list .title_tab,
    .section_4 .tariffs .item,
    .section_4 .equipment .item {
        width: 70%;
    }

    .section_4 .item {
        padding: 40px 20px 40px;

    }

    .section_4 .button a {
        margin: 0 auto;
    }

    .polzunok-container-1 .name,
    .polzunok-container-2 .name {
        font-size: 20px;
    }

    .polzunok-container-1 .sum_discount {
        font-size: 18px;
    }

    .section_2 .content form .bottom .checkbox {
        flex-wrap: wrap;
    }

    .section_2 .content form .bottom .checkbox p {
        width: 100%;
    }

    .section_2 .content form .bottom label {
        padding-right: 0;
    }


}

@media (max-width:530px) {
    .box.box2 {
        top: 40px;
    }
}

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

    .box.box1 {
        right: -52px;
    }

    .box.box3 {
        right: 52px;
    }

    .box.box2 {
        top: 35px;
    }

    .title h2 {
        font-size: 28px;
    }

    .section_4 .equipment .item {
        padding: 15px;
        min-height: 375px;
    }

    .section_4 .equipment .equipment_item .img {
        width: 50%;
    }

    .polzunok-container-1 .ui-slider .ui-slider-range,
    .polzunok-container-2 .ui-slider .ui-slider-range {
        top: -1px;
    }

    .polzunok-container-1 .ui-slider .ui-slider-handle,
    .polzunok-container-1 .polzunok-1 b,
    .polzunok-container-2 .ui-slider .ui-slider-handle,
    .polzunok-container-2 .polzunok-2 b {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding-top: 5px;
        top: -8px;
    }

    /* Новости */
    div.catItemView {
        margin-bottom: 25px;
        padding: 11px 12px;
    }

    div.catItemIntroText {
        height: 98px;
        overflow-y: hidden;
    }


    /* Статья */
    div.itemHeader h2.itemTitle {
        padding-top: 0;
        font-size: 26px;
    }

    div.itemImageBlock {
        width: 100%;
        float: none;
    }

    span.itemImage {
        width: 175px;
        margin: 0 auto 10px;
    }

    /* Интернет */
    .videonabljudenie .section_4 .tariff_item_video .name p,
    .section_4 .price {
        font-size: 22px;
    }

    .internet .section_4 .button {
        margin-top: 15px;
    }

    /* Вопросы */
    .questions .faq_wrapper {
        margin-top: 40px;
        padding: 0;
    }

    .question .question_title h4 {
        font-size: 18px;
    }

    .question .text {
        text-align: justify;
    }

    .question .text h3 {
        font-size: 18px;
    }
}

@media (max-width:450px) {
    .box.box1 {
        right: -30px;
    }
    .box.box2 {
        top: 50px;
    }
    .box.box3 {
        right: 30px;
    }
}

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

    .polzunok-container-1, .polzunok-container-2 {
        padding: 10px;
    }

    .sliders .scale {
        font-size: 15px;
    }

    .sliders .scale .scale_par {
        font-size: 33px;
    }

    .polzunok-container-1 .sum_discount span, .polzunok-container-2 .sum_discount span {
        font-size: 18px;
    }

    .value.active {
        top: 54px;
    }

    .polzunok-container-1 .name,
    .polzunok-container-2 .name {
        font-size: 18px;
    }


    .section_4 .item_list .title_tab,
    .section_4 .tariffs .item,
    .section_4 .equipment .item {
        width: 90%;
    }

    /* Интернет */
    .section_4 .advertising .text {
        font-size: 17px;
    }
}

@media screen and (max-width: 400px) {
    .section_1 .box {
        width: 100px;
        height: 100px;
    }
    .section_1 .box h2 {
        font-size: 12px;
    }
    .section_1 .box h2:before {
        top: 30px;
    }
}

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

    .header_bottom .logo {
        width: 75px;
    }

    .burger-menu + .moduletable_menu ul {
        top: 88px;
    }

    .box.box2 {
        top: 40px;
    }

    .section_3 .content form span {
        font-size: 16px;
    }

    .news-block {
        padding: 125px 0 30px;
    }

    .news-block .col-md-6 {
        width: 400px;
        padding: 0;
    }

    footer {
        padding: 45px 0;
    }

    footer h3, footer .right_side p, footer .right_side a {
        font-size: 16px;
    }

    footer ul.footer_menu li a {
        font-size: 15px;
    }

    .section_4 .equipment .item {
        min-height: 355px;
    }

    /* Новости */
    #k2Container {
        width: 95%;
    }

    /* Интнернет */
    .videonabljudenie .section_4 .tariff_item_video .icon {
        display: none;
    }

    .videonabljudenie .section_4 .content .tariff_item_video {
        padding-left: 12px;
        padding-right: 12px;
    }

    .videonabljudenie .section_4 .tariff_item_video .name,
    .videonabljudenie .section_4 .tariff_item_video .description {
        text-align: center;
    }
}

@media(max-width:360px) {
    .section_1 .box {
        width: 90px;
        height: 90px;
    }
    .section_1 .box h2 {
        font-size: 11px;
    }
    .section_1 .box h2:before {
        top: 35px;
    }
    .section_1 .box h2 {
        font-size: 11px;
        padding-top: 80px;
    }
}