﻿.last-news {
    font-size: 18px;
    line-height: 26px;
}

.last-news .last-news-item {
    color: #4d4d4d;
}

.last-news .last-news-item .title {
    display: block;
}

.last-news .last-news-item .date {
    color: #adafaf;
    line-height: 20px;
    margin-bottom: 20px;
}

.news-list {
}

.news-item {
    border-bottom: 1px solid #D6D6D6;
    padding: 50px 0;
}

.news-item.sm {
    padding: 20px 0 5px;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item .date {
    font-size: 18px;
    line-height: 20px;
    color: #ADAFAF;
}

.news-item .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 15px 0;
    display: inline-block;
    color: #000;
}

.news-item .text {
    max-width: 1000px;
}

/*------------------*/
.sale-item-card {
    margin-top: 80px;
}

.sale-item-card.nomargin {
    margin-top: 0;
}

.sale-item-link {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
    color: black;
}

.sale-item-img {
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sale-item-img img {
    width: 100%;
}

.sale-item-description {
    margin-bottom: 30px;
}

.act-slider-arrows {
    margin-top: 50px;
}

.act-slider-arrows > span {
    display: inline-block;
    margin-right: 20px;
}

.act-slider-arrows .arrow-right {
    transform: rotate(180deg);
}

/*-------------------*/
.tabs {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media(max-width: 530px) {
    .tabs {
        overflow:scroll;
        justify-content: start;
    }
}

.tabs-item {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid #adafaf;
    border-radius: 5px;
    margin: 0 15px;
    transition: 0.1s all;
}

.tabs-item:hover {
    cursor: pointer;
    background-color: #adafaf;
    color: white;
}

.tabs-item.active {
    background-color: #adafaf;
    color: white;
    cursor: default;
}

.tabs-bl {
    display: none;
}

.tabs-bl.active {
    display: block;
}

/*-------------------*/
.service-item {
    margin-top: 70px;
    padding-left: 80px;
    background-repeat: no-repeat;
    min-height: 70px;
}

.service-item .title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

/*--------main page block item----------*/
.main-page-item-block .mb {
    padding: 80px 0px;
}

.image-block-description h2 {
    margin: 0px 0 35px;
}

.image-block-description p + p:last-child {
    margin-top: 60px;
}

@media (max-width: 425px) {
    .image-block-description p + p:last-child {
        margin-top: 30px;
    }
}

/*--------premium wifi router block----------*/
.premium-wifi-router-container {
    background: #f4f4f4;
}

.premium-wifi-router-header-description {
    margin-bottom: 70px;
}

.wifi-router-info-ul {
    padding: 0px;
    margin: 0 0 50px;
}

.wifi-router-info-li {
    list-style: none;
    margin-bottom: 34px;
    background-image: url('img/list-img.svg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 27px;
}

.wifi-router-info-link {
    margin-bottom: 56px;
}

@media (max-width: 768px) {
    .premium-wifi-router-header-description {
        text-align: start;
        margin-bottom: 30px;
    }

    .wifi-router-info-link {
        margin: 0;
        text-align: center;
    }
}

/*--------MGTS benefits block----------*/
.benefits-item {
    text-align: center;
    margin-top: 60px;
}

.benefits-img {
    box-shadow: 2px 2px 35px rgb(13 18 64 / 15%);
    display: inline-flex;
    border-radius: 50%;
    width: 117px;
    height: 117px;
    align-items: center;
    justify-content: center;
}

.benefits-img img {
    display: inline-block;
    flex: 0 0 auto;
}

.benefits-text {
    margin-top: 20px;
}

@media(max-width: 768px) {
    .benefits-items .row {
        flex-wrap:nowrap;
    }

    .benefits-item {
        width: 220px;
    }

    .benefits-items {
        overflow: scroll;
    }
}

/*-------------------*/
.connection-add-info-block .connect-tarif-button {
    justify-content: start;
    width: 100%;
    margin-top: 50px;
}

.connection-add-info-block .connect-tarif-button span {
    width: 100%;
}

.news-block {
    border-top: 1px solid #d6d6d6;
}

/*--------tarifs cards----------*/
.tarifs-list {
    margin-top: 70px;
}

.tarif-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 14px;
    position: relative;
    box-shadow: 0px 0px 30px rgba(13, 18, 64, 0.1);
    border-radius: 2px;
    padding: 30px 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.tarif-title {
    font-weight: 600;
    font-size: 20px;
    color: black;
    line-height: 20px;
    margin-bottom: 12px;
    display: inline-block;
    text-decoration: underline;
}



.discount-circle {
    background-color: #e30611;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 21px;
    right: 20px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    line-height: 35px;
}

.tarif-subline {
    display: flex;
    padding-left: 50px;
}

.bold-el-text {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.tarif-item {
    flex: 0 0 auto;
    line-height: 26px;
    font-weight: 400;
    background-origin: content-box;
    padding: 20px 0px;
    border-bottom: 1px solid #f4f4f4;
    background-size: 35px 35px;
    background-repeat: no-repeat;
}

.tarif-elem {
    min-width: 110px;
}

#phone-logo {
    background-image: url(img/test-tarifs/phoneLogo.png);
}

#gift {
    background-image: url(img/test-tarifs/gift.png);
}

#star {
    flex: 1 1 50%;
    background-image: url(img/test-tarifs/star.png);
}

#star .tarif-elem {
    width: 100%;
}

#wifi-logo-internet-TV-tarif {
    background-image: url(img/test-tarifs/wifi-logo-internet-TV-tarif.png);
}

#tv-logo-internet-TV-tarif {
    background-image: url(img/test-tarifs/tv-logo-internet-TV-tarif.png);
}

.channels-list-link {
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #e30611;
    margin-left: 50px;
}

#connect-tarif .tarif-elem {
    width: 100%;
}

#connect-tarif .tarif-subline {
    padding: 0;
}

.price-span {
    color: black;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
}

.rub-per-month {
    font-size: 18px;
    color: black;
    font-weight: 600;
    line-height: 26px;
}

.price-span-crossed {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 26px;
    margin-left: 15px;
}

#connect-tarif {
    border: none;
}

.connect-tarif-info {
    min-height: 38px;
    font-size: 12px;
    line-height: 18px;
    color: #7d7e81;
}

.connect-tarif-button {
    display: flex;
    justify-content: center;
}

.connect-btn-text {
    display: inline-block;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 18px;
    background-color: #e30611;
    color: white;
    line-height: 22px;
    width: 207px;
    text-align: center;
}

@media (max-width: 370px) {
    .tarif-content {
        font-size: 13px;
        padding: 30px 10px;
    }

    .tarif-subline {
        padding-left: 40px;
    }

    .tarif-item {
        background-size: 30px 30px;
    }

    #star .tarif-subline {
        padding-left: 38px;
    }

    .channels-list-link {
        margin-left: 40px;
    }
}

.tarif-title q {
    quotes: "\201c""\201d";
}

.form-header {
    text-align: center;
}

.form-container {
    background: #f4f4f4;
    padding: 70px 0px;
}

.form-input {
    font-size: 16px;
    border: 1px solid #adafaf;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 13px 36px 13px 15px;
    background: none;
}

.form-btn {
    width: 100%;
    padding: 12.5px 0;
    background: #e30611;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: white;
    background-color: #e30611;
}

@media (max-width: 991px) {
    .form-header {
        text-align: left;
    }

    .form-header h2 {
        line-height: 30px;
        padding-left: 10px;
    }
}

.valid {
    background-image: url(img/valid-img.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.invalid {
    background-image: url(img/invalid.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.privacy-check {
    text-align: center;
}

.privacy-confirm {
    margin-top: 25px;
    font-size: 12px;
    color: #7d7e81;
    display: inline-block;
    text-align: left;
}

.form-margin > .col-12 {
    padding: 0px 5px 5px 5px;
}

@media(max-width: 768px) {
    .privacy-check {
        text-align: start;
    }

    .form-margin > .col-12 {
        padding: 0px 5px 15px 5px;
    }
}

.dop-tv-items {
    margin-top: 20px;
}

.dop-tv-item {
    border: 1px solid #F4F4F4;
    border-radius: 15px;
    padding: 26px 20px;
    margin-top: 18px;
}

.dop-tv-item .title {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.dop-tv-item .params {
    width: 100%;
    margin-bottom: 30px;
}

.block-description-link {
    margin-top: 30px;
}

.look-all-tarifs {
    margin-top: 30px;
}

.block-tv {
    position: relative;
}

.nav-arrow-tv {
    display: flex;
    position: absolute;
    top: 40px;
    right: 0;
}

.arrow-tv {
    margin: 0 10px;
}

.arrow-tv:hover {
    cursor: pointer;
}

.move-part {
    position: relative;
    transition: all 0.5s ease 0s;
}

.move-part > .row {
    flex-wrap: nowrap;
}

#moveTrack {
    left: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.text-tv {
    padding-right: 50px;
}

@media(max-width: 768px) {
    .service-item {
        margin-top:25px;
    }
}

/*-----------------*/
.form-bg {
    background: #F4F4F4;
}

.banner-form {
    padding: 40px 25px;
}

.banner-form h3 {
    color: black;
}

.banner-form .form-input {
    margin: 0 0 20px;
}

.banner-form .btn.red {
    margin: 35px 0;
}

.banner-form label {
    line-height: 18px;
}

.form-container .btn {
    width: 100%;
    max-width: 280px;
}

.form-container label {
    text-align: left;
}

.banner-mgts .banner-form {
    max-width: 380px;
    display: inline-block;
}

.banner-mgts .btn {
    width: 100%;
}

.banner-mgts h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.banner-wrapper {
    min-height: 320px;
    height: 100%;
}

#header-banner {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    height: 100%;
    min-height: inherit;
    position: relative;
}

.slide {
    position: absolute;
    height: 100%;
    min-height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 1s ease;
}

.slide.active {
    opacity: 1;
}

.nav-btns {
    position: absolute;
    left: 20%;
    bottom: 20px;
    display: flex;
}

.nav-btn {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid white;
    transition: all 1s ease;
}

.nav-btn.active {
    opacity: 1;
    background-color: white;
}

.nav-btn:hover {
    cursor: pointer;
    opacity: 1;
    background-color: white;
}

@media(max-width: 768px) {
    .form-bg {
        text-align:center;
    }

    .banner-form {
        padding: 40px 15px;
    }

    .banner {
        height: 370px;
        background-position: center center;
    }
}

.promo-banner img {
    width: 100%;
}

.steps-container {
    display: flex;
    justify-content: center;
}

.step-card {
    margin: 10px;
    min-width: 263px;
    max-width: 263px;
    height: 355px;
    border: 2px solid #E30611;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0px 17px;
}

.step-hd {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-top: 80px;
    margin-bottom: 0px;
}

.step-txt {
    margin: 30px 0 0 0;
    font-size: 16px;
    color: #58595B;
}

@media(max-width: 1142px) {
    .steps-container {
        flex-wrap:wrap;
    }
}

.comfort-internet {
    margin: 27px 0;
}

.comfort-internet-desc {
    padding-left: 95px;
}

.comfort-internet-img {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 2px 2px 35px rgba(13, 18, 64, 0.15);
}

.comfort-internet-hd {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}

.home-dg-tv-hd {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.home-dg-tv-img {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 117px;
    height: 117px;
    box-shadow: 2px 2px 35px rgba(13, 18, 64, 0.15);
    border-radius: 50%;
}

.home-dg-tv-card {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tariff-internet-comf .home-dg-tv-card {
    margin: 50px 0;
}
@media(max-width:768px){
	.banner-form .btn.red {
    margin:0;
  	padding: 12px 56px;
  	width:auto;
}
}
.adr_form_cont{
	background: #F4F4F4;
}
.adr-check-form{
  padding:50px 0px;
}
.adr-check-form .tt.bold{
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}