* {
    margin: 0;
    padding: 0;
}

html,
body {

    background: #f2f2f2;

    height: 100%;
}

.footer-em {
    background: #191919;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.wrapper {
    position: relative;
    min-height: calc(100vh - 160px);
}

.content {
    padding-bottom: 75px;
}

.header {
    width: 100%;
    background: #333333;
    padding: 0;
}


.container {
    max-width: 1440px;
}

.head-block {
    width: 100%;
    padding: 0;
}

.button-block {
    margin-left: 70px;
    font-size: 16px;
    color: #fff;
    background: #1ad31f;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.nav-buttons-block-mob:hover {
    color: #1ad31f;
}

.nav-buttons-block-mob:hover svg g {
    fill: #1ad31f;
}

.mobile {
    margin-left: 70px;
}

.whitebck {
    background: #fff;
}

.white a {
    color: #fff;
    font-size: 20px;
}

a.a-head-block {
    color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.a-head-block:hover {
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.nav-block-detail {
    padding: 20px;
}

br {
    margin: 0;
}

.buttons-nav {
    width: 85%;
}


.nav-buttons-block {
    width: 13%;
    text-align: center;
    height: auto;
    display: inline-block;
    color: #373737;
    margin-right: 10px;
}

.nav-buttons-block svg g path,
.nav-buttons-block svg g,
.nav-buttons-block svg {
    margin: 0;
    width: 100%;
    height: 50px;
}

.nav-buttons-block img {
    margin: 0;
}

.logo {
    display: block;
    font-size: 48px;
    width: 10%;
}

span.text-a {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;

}

.nav-buttons-block:hover svg g {
    fill: #67e26b;
}

.nav-buttons-block:hover {
    color: #67e26b;
}

.nav-bar-em {
    background: #fff;
}

.nav-bar-em-mob {
    padding: 10px 20px;
}

.buttons-nav-mob {
    width: 30%;

}

.block-pricing>.column {
    width: 33.3%;
    height: auto;
}

.last-column {
    text-align: center;
}

.nav-buttons-block-mob {
    text-align: center;
    height: auto;
    display: inline-block;
    color: #576065;
    width: 40%;
    margin-right: 10px;
}

.last {
    margin-right: 0;
}

.nav-buttons-block-mob svg {
    width: 36px;
    text-align: center;
}

span.text-a-mob {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}

.logo-mob img {
    height: 60px;
    width: 50;
}

.block-news {
    position: relative;
    border: 1px solid grey;
    background: #fff;
    border-radius: 5px;
    height: 225px;
    padding: 20px;
    margin-bottom: 10px;
}

.block-news>.date {
    font-size: 12px;
    color: #8aa2a4;
}

.block-news>.name a {
    font-size: 24px;
    color: #2c3233;
}

.block-news>.name {

    margin-bottom: 10px;
}

.block-news>.short {
    font-size: 14px;
}

.block-news>.more {
    position: absolute;
    /* добавили */
    bottom: 0;
    /* добавили */
    right: 20px;
    margin-bottom: 10px;
}

.button-more-news:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.button-more-news {
    position: relative;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 9px;
    line-height: 20px;
    padding: 3px 25px 3px 50px;
    color: #666;
    text-decoration: none;
    font-size: 18px;
}

.button-more-news:hover {
    background: #67e26b;
    color: #fff;
    text-decoration: none;
}

.images-newss {
    text-align: center;
    padding: 0;
    margin: 0;

}

.images-newss img {
    height: 300px;
}

.single-blog {}

.news {
    margin-top: 0;
    padding: 20px 0;
    background: #c3c3c3;
    padding-left: 30px;
}

.services {

    margin-top: 0;
    padding: 20px 0;
    background: #c3c3c3;
    padding-left: 30px;
    padding-bottom: 50px;
}

.block-service-pc {
    background: #fff;
    font-family: "Arial";
    color: rgb(42, 204, 46);
    font-weight: 700;

}

.block-service-pc img {
    width: 100%;
    height: 250px;
}

a.block-serv {
    text-decoration: none;

}

a.button-on-pc {
    background: linear-gradient(to bottom, #6df069, #4dcb2f);
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

a.block-serv:hover .block-service-pc {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.text-block-serv {
    margin-left: 10px;
}

.first-serv {
    margin-left: 30px;
}

.block-on-pc {
    background: #fff;
    margin-top: 30px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

a.button-on-pc:hover {
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.column-em {
    display: inline-block;
    width: 30%;
}

.column-em img {
    height: 300px;
}

.title {
    color: rgb(42, 204, 46);
}

.second {
    margin: 0 50px;
}

.text-on-pc {
    font-size: 14px;
    line-height: 3;
}



.mg-100px {}

.buttons-foot-link {
    margin-right: 30px;
    color: #fff;
}

.buttons-foot-link:hover {
    text-decoration: none;
    color: #1ad31f;
}

.footer-em-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-foot-em {
    padding-left: 20px;
}

.white {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.apps {
    padding-right: 20px;
}

.apps img {
    height: 75px;
}

.politics {
    padding-left: 25px;
}

@media (min-width:1314px) {
    .nav-bar-em-mob {
        display: none;
    }



}

@media(max-width:1023px) {
    .services {
        display: none;
    }
}

@media(max-width:1313px) {
    .nav-bar-em {
        display: none;
    }

    .block-end>.button-block {
        display: none;
    }

    .politics {
        padding-left: 0;
    }


}

@media (max-width:500px) {
    .buttons-nav-mob {
        width: 45%;
    }


    .white {
        font-size: 10px;
    }

    .nav-buttons-block-mob {
        width: 45%;
    }
}

@media(max-width:400px) {
    .buttons-nav-mob {
        width: 50%;
    }
}

@media(max-width:370px) {
    .nav-buttons-block-mob {
        width: 40%;
    }

    .nav_row .nav_about img,
    .nav_row .nav_excl img,
    .nav_row .nav_news img,
    .nav_row .nav_order img,
    .nav_row .nav_pay img,
    .nav_row .nav_ur img {
        width: 20px;
    }
}

.nav-bar-mob-detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.iptv-title {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.oli {
    color: #6fb316;
}

#dx {
    display: none;
    background: none;
    width: 100%;
}

.iptv-channels {
    max-width: 1440px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.block-title-page {
    width: 100%;
    background: #fff;

}

.button-turn-on-pricing:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.channels-button {
    color: #000;
    text-decoration: underline;
}

.channels-button:hover {
    color: #6fb316;
}

.block-pricing {
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e6e6e6;
}

.pbsh {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-bottom: 10px;
}

.body-pages>.pbsh {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.body-pages {
    background: #E6E6E6;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing {
    background: #F2F2F2;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-mob {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.brd {
    border-bottom: 1px solid #e6e6e6;
}

.block-title-page {
    text-align: center;
    padding: 10px 0;
}

.red {
    color: red;
    font-weight: 700;
}

.column {
    font-weight: 700;
}

.button-turn-on-pricing {
    background: #6fb316;
    padding: 10px 20px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;

}

.email,
.mobile,
.button-block {
    display: inline-block;
}

.mg-r {
    margin-right: 40px;
}

.green {
    color: green;
}

@media(max-width:944px) {
    .footer-em-det {
        display: flex;
        flex-direction: column;
    }

    .text-head {
        display: none;
    }

    .buttons-nav-mob {
        float: right;
        right: 0;
    }

    .wrapper {
        min-height: calc(100vh - 81px);
    }

    .content {
        padding-bottom: 100px;
    }


    .nav-bar-em-mob {
        padding: 10px 5px;
    }

    .buttons-foot-em {
        text-align: center;
        padding: 0;
    }

    .apps {
        text-align: center;
        padding: 0;
    }
}

@media (min-width:550px) {
    .close-pc {
        display: none;
    }

}

@media (max-width:549px) {
    .close-mob {
        display: none;
    }

    .wrapper {
        min-height: calc(100vh - 81px);
    }

    .news {
        padding-left: 0;
    }

    .pd-mob {
        padding-left: 10px;
        padding-right: 10px;
    }

    .button-turn-on-pricing {
        padding: 2px 4px;
        font-size: 14px;
    }

    .mg-r {
        margin-right: 0;
    }

    .column {
        font-weight: 500;
    }

    .column.first,
    .column.last {
        padding: 0;
    }

    .pricing {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    .row {
        margin: 0;
    }

    .col-12 {
        padding: 0;
    }

    .body-pages {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:438px) {
    .buttons-foot-em {
        text-align: center;
        padding: 0;
    }



    .email {
        padding-left: 10px;
    }

    .mobile {
        margin-left: 70px;
        margin-right: 10px;
    }

    .apps {
        text-align: center;
        padding: 0;
    }

    .apps img {
        width: 40%;
        height: auto;
    }
}

@media(max-width:350px) {
    .mobile {
        margin-left: 10px;
        margin-right: 10px;
    }

    .email {
        float: left;
    }
}