/* Оплата */

.page_oplata .section_3{
    background: url("/images/background_oplata.png") no-repeat center;
    background-size: cover;
    padding-bottom: 0;
}
.page_oplata .bank_list {
    padding-bottom: 450px;
}

.page_oplata .bank_list {
    margin-top: 170px;
    display: flex;
    align-items: center;
}

.page_oplata .bank_list .bank_group {
    display: flex;
    align-items: center;
    margin-right: 90px;
}

.page_oplata .bank_list .bank_group .bank:not(:last-child) {
    margin-right: 23px;
}

.page_oplata .bank_list .bank_group .bank.mastercard {
    width: 91PX;
}

.page_oplata .bank_list .bank.sberbank {
    margin-right: 117px;
}

.page_oplata .bank_list .bank.quivi {
    margin-right: 58px;
}

/* Видеонаблюдение */

.videonabljudenie .section_4 {
    padding-top: 77px;
    background: url("/images/background_videonab.png") no-repeat center;
    background-size: cover;
}

.videonabljudenie .section_4 .content {
    margin-top: 125px;
    display: block;
}


.videonabljudenie .section_4 .content .tariffs_title,
.section_4.internet .content .discount_title {
    margin-bottom: 47px;
    text-align: center;
}

.videonabljudenie .section_4 .content .tariffs_title h3 {
    color: #656565;
}

.videonabljudenie .section_4 .content .tariff_items_video {
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
}

.videonabljudenie .section_4 .content .tariff_item_video {
    margin-bottom: 5px;
    padding: 34px 17px 34px 132px;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.videonabljudenie .section_4 .content .tariff_item_video .number_icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999999;
}

.videonabljudenie .section_4 .tariff_item_video .price {
    margin-top: 0;
    text-align: right;
}

.videonabljudenie .section_4 .button {
    margin-top: 27px;
}

.videonabljudenie .section_4 .tariff_item_video .name p {
    font-size: 27px;
    color: #333333;
    font-weight: 700;
    line-height: 1.2;
}

.videonabljudenie .section_4 .tariff_item_video .name span.color {
    color: #e13511;
    text-transform: uppercase;
}

.videonabljudenie .section_4 .tariff_item_video .description {
    margin: 8px 0 20px 0;
    font-size: 12px;
    font-weight: 300;
    color: #333333;
}

.videonabljudenie .section_4 .tariff_item_video .price_list p {
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

.videonabljudenie .section_4 .tariff_item_video .price_list p span {
    padding: 0 1px;
    background-color: #fff;
    z-index: 5;
}

.videonabljudenie .section_4 .tariff_item_video .price_list p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    background: url("/images/dot_gray.png") repeat-x bottom;
}

.videonabljudenie .section_4 .tariff_item_video .icon {
    padding-bottom: 27px;
    position: absolute;
    left: 27px;
    width: 78px;
}

.videonabljudenie .section_4 .tariff_item_video .icon img {
    width: 48px;
    margin: 0 auto;
}

.videonabljudenie .section_4 .tariff_item_video .icon:before {
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background-color: #f6f6f6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.videonabljudenie .section_4 .tariff_item_video .button a {
    border: 3px solid #e13511;
    background-color: #fff;
    color: #e13511;
}

.videonabljudenie .section_4 .tariff_item_video .button a:hover {
    background-color: #e13511;
    color: #fff;
}

.videonabljudenie .section_4 .equipment {
    margin-top: 225px;
}

/* Интернет + TV */
.internet .section_4 {
    background: url("/images/background_internet.png") no-repeat center;
    background-size: cover;
    padding-bottom: 209px;
}

.internet .section_4 .content {
    margin-top: 40px;
}

.internet .section_4 .tariff_items_video .title_tabs {
    margin: 0 auto 35px;
    display: table;
}

.internet .section_4 .tariff_items_video .tab_content {
    display: none;
}

.internet .section_4 .tariff_items_video .tab_content.active {
    display: block;
}

.internet .section_4 .tariff_items_video .title_tab {
    display: inline-block;
    min-width: 124px;
    padding: 17px 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
}

.internet .section_4 .tariff_video {
    margin-bottom: 115px;
}

.internet .section_4 .tariff_items_video .title_tab.active {
    background: #971b01;
    color: #fff;
}

.internet .section_4 .tariff_item_video .name span.color {
    text-transform: none;
}

.internet .section_4 .tariff_item_video .icon {
    text-align: center;
    left: 34px;
}

.internet .section_4 .tariff_item_video .icon img {
    width: 57px;
}

.internet .section_4 .tariff_item_video .icon span {
    color: #666666;
    font-size: 10px;
    font-weight: 300;
}

.internet .section_4 .tariff_item_video .icon:after {
    display: block;
    content: '';
    width: 9%;
    height: 5px;
    background-color: #1f4063;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section_4 .advertising {
    position: relative;
}

.section_4 .advertising .text {
    position: absolute;
    top: calc(50% - 10px);
    left: 14.5%;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
}

.internet .section_4 .equipment {
    padding-bottom: 0;
}

.internet .section_4 .equipment .equipment_item .price {
    text-align: center;
}
.internet .section_4 .equipment {
    margin-top: 140px;
}
.internet .section_4 .other {
    margin: 160px auto 0;
    max-width: 1470px;
}

.internet .section_4 .other .title {
    margin-left: 75px;
}

.internet .section_4 .other .content {
    margin-top: 118px;
}

.internet .section_4 .other .item_list {
    max-width: initial;
    justify-content: center;
    position: relative;
}

.internet .section_4 .other .other_item {
    min-height: 314px;
    padding: 0 0 22px;

}

.internet .section_4 .other .owl-item.center .other_item,
.internet .section_4 .other .owl-item.medium .other_item {
    opacity: 1;
}

.internet .section_4 .other .other_item:not(:first-child)  {
    margin-left: 33px;
}


.internet .section_4  .other .owl-stage {
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-carousel .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -moz-inline-box;
}

.section_4 .equipment .equipment_item .img {
    width: 100%;
    height: auto;
}
.internet .section_4 .other .other_item img {
    height: 145px;
    object-fit: cover;
}

.internet .section_4 .other .other_item .name {
    margin-top: 20px;
    min-height: 31px;
}

.internet .section_4 .other .other_item .price {
    margin-top: 15px;
    text-transform: uppercase;
}

.internet .section_4 .button {
    margin-top: 20px;
}
.internet .section_4 .button a {
    padding: 9px 0;
    margin: 0 auto;
}

.internet .section_4 .button a:hover {
    background-color: #e13511;
    color: #fff;
}
.videonabljudenie .section_4 .button a {
    padding: 9px 0;
    margin: 0 auto;
}
.internet .section_4 .owl-item.medium .button a,
.internet .section_4 .owl-item.center .button a   {
    background-color: #e13511;
    color: #fff;
}
.internet .section_4 .owl-theme .owl-nav [class*=owl-] {
    width: 18px;
    height: 18px;
    background: url("/images/slider-arrow.svg") no-repeat center;
    background-size: contain;
}
.internet .section_4 .owl-theme .owl-controls {
    width: 63.5%;
    position: absolute;
    top: 37%;
}

.internet .section_4 .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.internet .section_4 .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.internet .section_4 .owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg);
}


/* Вопросы */

.questions {
    padding: 80px 0 120px;
}

.questions .faq_wrapper {
    margin-top: 50px;
    padding: 0 25px;
}

.question .question_title {
    padding: 20px 20px 20px 0;
    border-bottom: 1px dashed #e13511;
    position: relative;
    cursor: pointer;
}


.question .question_title h4 {
    font-size: 20px;
    font-weight: 400;

}

.question .question_title:after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 0;
    background: url("/images/down-arrow.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.3s;
}

.question .question_title.open:after {
    transform: rotate(180deg);
}

.question .text {
    display: none;
    padding: 20px 10px 10px;
}

.question .text h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #e13511;
    font-size: 25px;
    font-weight: 400;
}

.question .text  {
    font-weight: 300;
}
