@import url('/web/fonts/fonts.css');

/* Text */
img {
    border: 0 none;
}

.sweet-overlay {
    z-index: 99995 !important;
}

.sweet-alert {
    z-index: 99996 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 1.3em 0 0.7em;
    font-weight: normal;
    line-height: 1.2;
}

h1 {
    font-size: 190%;
    margin: 0 0 1em;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
    font-weight: bold;
}

h4 {
    font-size: 120%;
}

h5 {
    border-bottom: 1px solid #E5E5E5;
    font-size: 140%;
    font-weight: normal;
    margin: 0 0 1.1em;
    padding: 0 0 1em;
}

h6 {
    font-size: 100%;
}

hr, .hr {
    border-top: 1px solid;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 12px 0;
    overflow: hidden;
    padding: 0;
}

#workarea ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 1.5em;
}

#workarea ul li:before {
    content: '\2014\a0';
}

#workarea li {
    behavior: expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">— </span>' + this.innerHTML :'' );
    text-indent: -1.35em;
    margin: 0.6em 0
}

#workarea ul ul {
    padding: 0 0 0 1.5em;
    margin: 0.6em 0
}


table.data-table {
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0
}

table.data-table th {
    text-align: left;
}

table.data-table td, table.data-table th {
    padding: 1em;
    font-size: 0.85em;
}

table.data-table tr.alt-row {
    background-color: #F0F0F0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    font-size: 16px !important;
    font-family: 'Montserrat';
}
body.dis-scroll{
    overflow-y: hidden;
}
form {
    margin: 0;
    padding: 0;
}

form.main-form {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

div, a {
    font-family: 'Montserrat';
}

* html #page-wrapper {
    height: 100%;
}

div#header {
    padding: 10px 0px;
}

.menu {
    margin-left: 0px;
    margin-right: auto;
}

.form-group input {
    font-size: 16px !important;
    padding: 10px !important;
    line-height: 1.4em !important;
    height: 40px !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.mes {
    display: none;
}

div#logo a {
    font-size: 36px;
    text-decoration: none;
    color: #0F172A;
    font-weight: 900;
}

div#content {
    width: 1200px;
    margin: 0 auto;
}

div#header div#content {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
}

.top_menu {
    display: flex;
    justify-content: center;
}

ul#top-menu {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    gap: 0px;
}

ul#top-menu li {
    list-style: none;
    float: none;
    margin: 0px;
}

#top-menu a {
    display: block;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #657790;
    outline: none;
    padding: 0px 0 5px;
    margin: 0 5px 0px;
}

.mobile-btn {
    display: none;
}

div#phone_top .info {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-family: 'Montserrat';
}

.alert.alert-success {
    border-radius: 5px !important;
}

div#phone_top .info a {
    color: #252B42;
    text-decoration: none;
    font-weight: 500;
    width: 160px;
}

div#phone_top .info .ic {
    width: 33px;
    height: 33px;
}

div#phone_top .info .ic svg {
    width: 24px;
}

.buttons {
    display: flex;
    gap: 40px;
    align-items: center;
}

.field.mf-captcha label, div.content-form div.field label.field-title {
    white-space: initial !important;
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
}

.field input {
    width: 90% !important;
}

.buttons a.button {
    background: #00B5E2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
}

.buttons a.button:hover {
    background: #009cc3;
}

.buttons a {
    font-size: 16px;
    text-decoration: none;
    color: #657790;
    font-family: 'Montserrat';
}

.acenter {
    margin: 0 auto;
}

.ic {
    border: 1px solid #00B5E2;
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    padding: 2px;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.pr a {
    text-decoration: none;
}

.ic svg {
    width: 35px;
    height: 35px;
}

a.vk svg {
    width: 70px;
    height: 70px;
}

a.vk {
    width: 70px;
    height: 70px;
    display: block;
    margin: 30px 0px;
}

#top-menu a:hover {
    color: #ffffff;
    background: #00b5e2;
}

#header li.selected a {
    background: #00b5e2;
    color: #fff !important;
}

.tabs [id^="tab"]:checked + label {
    background: #EDEDED;
    color: #0F172A;
}

#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2 {
    display: block;
}

.banner {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
}

.news-detail {
    width: 1200px;
    margin: 0 auto;
}

.preim {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0px 60px 0px;
    width: 100%;
    gap: 40px;
    font-family: 'Montserrat';
    justify-content: space-between;
}

.preim .pr1 {
    width: 28%;
    text-align: center;
    display: flex;
    font-family: 'Montserrat';
    flex-direction: column;
    justify-content: space-evenly;
}

.pr div {
    line-height: 1.6em;
    color: #556987;
}

.preim .img {
    width: 33%;
    height: 560px;
    background-position: center !important;
}

.blue_button.centered {
    margin: 10px auto;
}

.tarif {
    font-family: 'Montserrat';
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Montserrat';
}

.tarifs {
    margin: 80px 0px;
}

.info_tarif {
    width: 35%;
}

.info_tarif h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 1.6em;
    color: #252B42;
    font-weight: 800;
    margin-top: 0px;
}

.fancybox-content {
    border-radius: 20px;
}

.info_tarif p {
    max-width: 550px;
    line-height: 1.6em;
    color: #737373;
    font-size: 16px !important;
    font-family: 'Montserrat';
    margin: 0px 0px 5px 0px;
}

.price-tarif h2 {
    color: #00b5e2;
    font-size: 58px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    line-height: 0.6em;
    margin-bottom: 10px;
}

.price-tarif h3 {
    color: #252B42;
}

.price-tarif h2 span {
    color: #61b6cc;
    font-size: 24px;
    font-weight: 400;
}

.price-tarif p {
    font-size: 16px;
    color: #737373;
}

.price-tarif {
    width: 35%;
}

.buttons1 {
    width: 20%;
    padding-top: 50px;
}

.buttons1 a {
    margin-bottom: 20px;
}

.speed p {
    color: #222;
    margin-bottom: 10px;
}

.speed ul {
    padding-left: 20px;
}

.speed li {
    font-size: 14px;
}

.price-tarif h3, .price-tarif h2 {
    font-family: 'Montserrat';
}

.price-tarif h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

a.green_button {
    background: #2DC071;
    color: #fff !important;
    text-decoration: none;
    padding: 18px 30px;
    font-size: 16px !important;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

a.green_button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

a.blue_button {
    font-size: 18px !important;
    text-decoration: none;
    background: #00B5E2;
    color: #fff !important;
    display: block;
    width: 440px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.news-detail a.blue_button {
    margin: 10px auto;
}

a.blue_button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#footer .buttons {
    justify-content: space-between;
}

h2.zag {
    font-size: 40px;
    color: #252B42;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}

.text_h2 {
    text-align: center;
    font-size: 20px;
    color: #556987;
}

.banner #content {
    display: flex;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.banner #content .banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_text h1 {
    font-family: 'Montserrat';
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner_text h2 {
    color: #b7c3d4;
    margin-bottom: 60px;
    text-align: center;
}

.banner .buttons a {
    font-size: 18px;
    width: auto;
    padding: 18px 40px;
}

.banner .buttons {
    justify-content: center;
}

.banner a.dark_button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.banner a.dark_button {
    background: #404F65;
    border-radius: 10px;
    color: #fff !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.owl-item .pr {
    border: 1px solid #ddd;
    padding: 20px;
    height: 100%;
    box-shadow: 0px 0px 20px #ddd;
}

.devices .owl-item .pr {
    border: 1px solid #ddd;
    padding: 30px;
    height: 100%;
    box-shadow: 0px 0px 20px #ddd;
}

.pic {
    height: 120px;
    margin-bottom: 20px;
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.name {
    color: #252B42 !important;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.pr_text {
    color: #737373 !important;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 30px;
}

.pr img {
    width: 64px;
    height: 64px;
}

.owl-carousel.devices, .owl-carousel.devices .owl-stage-outer.owl-height {
    min-height: 480px;
}

.owl-carousel.devices .owl-item .pr {
    display: flex;
    flex-direction: column;
}

.owl-carousel.devices .owl-item .pr a {
    margin-bottom: 0px;
    margin-top: auto;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.pr {
    text-align: center;
}

.owl-carousel.devices {
    margin: 80px 0px 0px 0px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav {
    width: 100%;
    margin-top: -280px;
    margin-bottom: 100px;
}

button.owl-prev {
    position: absolute;
    left: -60px;
}

button.owl-next {
    right: -60px;
    position: absolute;
}

.news-detail .owl-nav button svg {
    background: #00B5E2 !important;
    padding: 15px !important;
    border-radius: 50px !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.owl-nav button svg {
    width: 50px !important;
    height: 50px !important;
    background: #00b5e2;
    padding: 15px;
    border-radius: 50px;
}

div#footer #content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0px 0px;
}

div#col_1 .info {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0px;
}

div#col_1 .info .ic {
    width: 70px;
}

div#col_1 .info div {
    width: 70%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}

div#col_1 {
    width: 35%;
}

div#footer a {
    text-decoration: none;
    color: #fff;
}

div#col_2 ul {
    flex-direction: column;
}

div#col_2 ul li, div#col_2 ul li a {
    border: 0px;
    color: #8896AB;
    padding: 2px 0px;
}

div#col_2 h2 {
    color: #fff;
    font-weight: 600;
}

div#col_2 {
    width: 25%;
    padding-top: 30px;
}

.img_grid {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
    gap: 10px;
}

div#col_3 {
    width: 33%;
    padding-top: 40px;
}

div#col_3 .form_f {
    padding: 0px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    font-family: 'Montserrat';
    text-align: center;
    width: 100%;
}

div#col_3 .content-form.mfeedback .field {
    margin: 0px 0px 20px 0px !important;
    width: 100%;
}

div.mfeedback {
    padding: 0;
}

span.mf-req {
    position: absolute;
    margin-top: -10px;
    margin-left: 5px;
}

.content-form.mfeedback .field input, .content-form.mfeedback .field textarea {
    width: 90%;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    background: #eee;
    font-size: 16px;
    font-family: 'Montserrat';
}

input[type="submit"]:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

input[type="submit"] {
    background: #00B5E2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    font-family: 'Montserrat';
    border: 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.form_f h2 {
    font-weight: 500;
    color: #252B42 !important;
    margin: 0px 0px 20px 0px;
}

div#col_2 ul li a:hover {
    color: #fff;
    background: transparent;
}

.info a:hover {
    color: #00b5e2 !important;
}

.shagi {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0px;
    gap: 40px;
    justify-content: space-between;
}

.shag {
    display: flex;
    width: 25%;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    background: #5569871A;
    flex-direction: column;
    align-items: center;
}

.shag .num {
    border-radius: 50px;
    display: flex;
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    background: #00b5e2;
    color: #fff;
    margin-top: -54px;
    border: 5px solid #fff;
}

.video {
    display: block;
    text-align: center;
    margin: 40px 0px;
}

.news-list.devices {
    margin: 80px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.news-item.device {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px #ddd;
}

.img_d img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px !important;
}

.img_d {
    margin-bottom: 30px;
    height: 220px;
}

.text_d {
    margin: 20px 0px;
    text-align: center;
    line-height: 1.6em;
    color: #737373;
}

.news-item.device .green_button {
    margin-bottom: 0px;
    margin-top: auto;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

ul.left-menu, ul.left-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.left-menu > a {
    color: #fff !important;
}

div#col_2 ul.left-menu li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 600 !important;
}

div#col_2 ul.left-menu li ul li a {
    color: #8896AB;
    font-weight: 400 !important;
}

ul.left-menu .selected, ul.left-menu a.selected, ul.left-menu a.selected:hover {
    color: #00b5e2 !important;
    font-style: inherit;
    font-size: 18px;
    display: block;
    padding: 5px 0px !important;
}

ul.left-menu ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.grid2 {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
    margin: 80px 80px;
}

.grid2 .left, .grid2 .right {
    width: 47%;
}

.right .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.right .info div {
    width: 80%;
}

.right .info .ic {
    width: 62px;
    height: 62px;
}

.right .vk {
    margin-top: 0px;
}

.left form {
    border: 1px solid #ededed;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #ddd;
}
@media (max-width: 1024px){
    .left form {
        margin-bottom: 30px;
    }
}

.left form div {
    width: 100%;
}

.right .info a, .right .info div {
    text-decoration: none;
    color: #252B42;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4em;
}

ul.support {
    list-style: none;
    padding: 0px;
    font-size: 18px;
    line-height: 1.6em;
    margin: 60px 0px;
}

ul.support li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

h1.zag {
    font-size: 40px;
    color: #252B42;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}

ul.support li:after {
    content: '›';
    display: block;
    font-size: 50px;
    color: #00b5e2;
    width: 20px;
}

ul.support li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.support li:last-child {
    font-weight: 600;
}

ul.support li:last-child:after {
    transform: rotate(90deg);
    font-weight: 400;
}

.owl-carousel.services .pic {
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
}

.owl-carousel.services .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel.services, .owl-carousel.services .owl-stage-outer.owl-height {
    min-height: 560px;
}

.owl-carousel.services.owl-loaded.owl-drag .owl-item .pr {
    border: 0px;
    box-shadow: none;
}

.news-list .owl-nav button svg {
    background: #00B5E2;
    padding: 15px;
    border-radius: 50px;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.pr a:hover .name, .pr a:hover {
    text-decoration: none;
    color: #00b5e2 !important;
}

a.green_button:hover {
    color: #fff !important;
}

div#form_phone h2, #form_phone, div#form_tarif h2, #form_tarif {
    text-align: center;
    margin-top: 0px;
}

.small {
    font-size: 14px;
    margin-top: 20px;
}

div#form_phone .field, div#form_tarif .field {
    width: 100%;
}

div#form_phone p, div#form_tarif p {
    font-size: 14px;
}

.channels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 40px 0px;
    justify-content: center;
}

#tv .channels {
    gap: 20px;
}

.channel {
    width: 18%;
    border-radius: 5px;
    overflow: hidden;
}

.channel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel .pic {
    height: 100%;
}

#tv .channel .pic {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0px;
}

#tv .channel h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

#tv .channel {
    width: 180px;
    display: flex;
    height: auto;
    border-radius: 0px;
    overflow: initial;
    flex-direction: column;
    align-items: center;
}

div#tv {
    padding: 20px !important;
}

ul#horizontal-multilevel-menu li {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}

.tab1, .tab2, .tab3, .tab4 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.tabs-items h2 b {
    font-size: 30px;
}

.tab1 .tab-content1, .tab2 .tab-content2, .tab3 .tab-content3, .tab4 .tab-content4 {
    display: none;
    width: 100%;
}

.tab-content h2 {
    margin-top: 0px;
}

ul.tabs-nav {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

ul.tabs-nav li {
    background: #ededed;
    padding: 10px 15px;
    border-radius: 5px;
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

ul.tabs-nav li:hover, ul.tabs-nav li.active {
    color: #fff;
    background: #00b5e2;
    text-decoration: none;
}

.tabs-items h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}


.speed {
    font-weight: 700;
    font-size: 130%;
}

.devices .owl-stage {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    padding: 0px 20px;
}

.owl-carousel.devices .owl-item {
    height: 100%;
}

a.blue_button.main {
    margin: 40px auto;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

div#tv iframe {
    border: 0px;
}

div#tv {
    padding: 20px !important;
    width: 800px;
}

button.fancybox-button.fancybox-close-small svg {
    color: #fff;
}

button.fancybox-button.fancybox-close-small {
    padding: 10px;
    background: rgb(0 181 226 / 60%);
    border-radius: 30px;
    right: 10px;
    top: 10px;
}


div#tv iframe {
    width: 92% !important;
    max-width: 92% !important;
}

.ic a.vk {
    display: block;
    width: 70px;
    height: 70px;
    margin: 30px 0px;
}

.banner.sm {
    height: 400px;
}

#col_1 .ic a.vk {
    display: block;
    width: 50px;
    height: 50px;
    margin: 30px 0px;
}

#col_1 a.vk svg {
    width: 50px !important;
    height: 50px !important;
}

div#col_1 .info .ic svg {
    width: 26px;
}

div#col_1 .info .ic {
    width: 50px;
    height: 50px;
}

.bx-404-container {
    margin: 40px 0px;
    text-align: center;
}

table.map-columns {
    margin: 0 auto;
}

.bx-404-block {
    font-size: 200px;
    color: #00b5e2;
    font-weight: 600;
}


/* ====top menu ====*/
.top_menu {
    display: flex;
    justify-content: center;
}

#horizontal-multilevel-menu {
    display: flex;
}

#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
    margin: 0;
    padding: 0;
    min-height: 27px;
    width: 100%;
    list-style: none;
    font-size: 11px;
    float: left;
}

#horizontal-multilevel-menu li a.root-item {
    color: #fff;
    font-weight: 500;
    padding: 18px 20px;
    background: #fff;
    color: #0F172A;
    font-size: 16px;
}

#horizontal-multilevel-menu li ul.sub-menu {
    position: absolute;
    /* top: -999em; */
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    width: auto;
    background: #F5F5F5;
    border-radius: 0px 5px 5px 5px;
    overflow: hidden;
}

#horizontal-multilevel-menu li:hover ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
}

ul#horizontal-multilevel-menu li {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    width: auto;
    font-weight: 500;
    display: block;
    background: #ededed;
}

#horizontal-multilevel-menu a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    padding: 18px 20px;
    background: #fff;
    color: #0F172A;
    font-size: 16px;
}

#horizontal-multilevel-menu li a{
    font-weight: 500;
    display: block;
    background: #ededed;
}

#horizontal-multilevel-menu li:hover a.root-item {
    background-color: #ededed;
}

#horizontal-multilevel-menu li ul.sub-menu a:hover {
    font-weight: 500;
    display: block;
    text-align: left;
    background-color: #00B5E2 !important;
    color: #fff;
}

/* ====/top menu ====*/

/*====login form====*/
.login-form {
    max-width: 320px;
    margin-top: 100px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

/*====/login form====*/

.banner .banner_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content {
    display: flex;
    height: 100%;
    justify-content: center;
}

ul.support {
    list-style: none;
    padding: 0px;
    font-size: 18px;
    line-height: 1.6em;
    margin: 60px 0px;
}

ul.support li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

h1.zag {
    font-size: 40px;
    color: #252B42;
    font-weight: 700;
    text-align: center;
    margin-top: 80px;
}

ul.support li:after {
    content: 'â€º';
    display: block;
    font-size: 50px;
    color: #00b5e2;
    width: 20px;
}

ul.support li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.support li:last-child {
    font-weight: 600;
}

ul.support li:last-child:after {
    transform: rotate(90deg);
    font-weight: 400;
}

ul.support li::after {
    content: "›";
    display: block;
    font-size: 50px;
    color: rgb(0, 181, 226);
    width: 20px;
}

.btn-submit {
    background: #00B5E2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 5px;
    font-family: 'Montserrat';
    border: 0px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

form sup {
    color: red;
}

/* faq  */
.faq-item {
    margin-bottom: 15px;
}

.faq-item__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #ddd;
    padding: 5px 15px;
    border-radius: 5px;
}

.faq-item__title .fa{
    cursor: pointer;
}

.faq-item__title h3 {
    margin: 0;
    padding: 0 15px 0 0;
}

.faq-item__content {
    display: none;
}

.faq-item__title.active ~ .faq-item__content {
    display: block;
}
@media (max-width: 1024px){
    .faq-items{
        margin: 0 15px;
    }
}
/* /faq */


/* tarif */
.tarif-items {

}

.tarif-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* /tarif*/

/*location menu */
#location-menu-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 240px;
}

.location-menu__label {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.location-btn {
    font-size: 12px;
    background-color: #00B5E2;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px;
    width: 160px;
}

/* /location menu*/

/* location popup */
#location-popup-shadow {
    background-color: rgba(40, 40, 40, 0.7);
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#location-popup {
    position: fixed;
    top: 10%;
    left: calc(50% - 320px);
    width: 100%;
    max-width: 640px;
    height: 520px;
    z-index: 102;
    background-color: #ecedee;
    padding: 15px;
    display: none;
    border-radius: 15px;
}

@media (max-width: 1024px){
    #location-popup{
        left: 5%;
        width: 90%;
        top: 5%;
        height: auto;
    }
}

#location-popup-close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 34px;
    height: 34px;
    text-align: center;
    color: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
}

@media (max-width: 1024px){
    #location-popup-close{
        top: -40px;
        right: 0;
    }
}

#location-popup-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    text-align: center;
}

.location-popup-items {
    height: 80%;
    width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 15px;
}
@media (max-width: 1024px){
    .location-popup-items {
        max-height: 320px;
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-thumb {
            background-color: #888;
            border-radius: 5px;
        }
    }
}

.location-popup-items > li{
    border: none;
    font-size: 14px;
    margin: 5px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.location-popup-items > li >.location-title > .location-popup-item{
    font-weight: bold;
    font-size: 18px;
    color: #0F172A;
    /*pointer-events: none;*/
}

.location-popup-items > li > .sub-location{
    padding: 5px;
    width: 100%;
    margin: 2px -10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
}
.location-popup-items > li > .sub-location > li{
    margin: 2px;
}
.location-popup-items > li > .sub-location > li > .location-title{

}

.location-popup-items > li > .sub-location > li > .location-title a{
    font-size: 13px;
    font-weight: 400;
    padding: 7px 12px;
    background-color: #d9d9d9;
    display: block;
    margin: 5px;
    border-radius: 5px;
    color: #0F172A;
}
.location-popup-items > li > .sub-location > li > .location-title > a.active{
    text-decoration: none;
    color: #fff;
    background-color: #00b5e2;
}
.location-popup-items > li > .sub-location > li > .location-title a:hover{
    text-decoration: none;
    color: #fff;
    background-color: #00b5e2;
}

.sub-location{
    margin: 0;
}

.location-popup__no-region{
    margin: 10px 0;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
}

.location-popup__no-region-link{
    color: #fff !important;
    text-decoration: none;
    background-color: #00b5e2;
    padding: 0px 15px;
    border-radius: 5px;
    margin-left: 5px;
        text-wrap: nowrap;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .location-popup__no-region{
        flex-direction: column;
    }
    .location-popup__no-region-link{
        margin-top: 15px;
    }
}
.location-popup__no-region-link:hover{
    text-decoration: none;
    background-color: #009cc3;
}

/* /location popup */

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.pr div {
    line-height: 1.6em;
    color: #556987;
}

.pic {
    height: 120px;
    margin-bottom: 20px;
}

.pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.owl-carousel.devices .owl-item .pr {
    display: flex;
    flex-direction: column;
    min-height: 487px;
}

.devices .owl-item .pr {
    border: 1px solid #ddd;
    padding: 30px;
    height: 100%;
    box-shadow: 0px 0px 20px #ddd;
}

@media (min-width: 768px) {
    .tabs p {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs {
        max-width: 750px;
        margin: 30px auto 30px auto;
    }


}

@media only screen and (max-width: 1190px) {
    div#header div#content {
        gap: 20px;
    }

    div#content {
        padding: 0px 0px;
        width: 100%;
    }

    div#logo {
        max-width: 120px;
    }

    .buttons {
        width: 28%;
        gap: 20px;
    }
}

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

    .tabs {
        margin: 50px auto 0px auto;
    }

    .buttons {
        margin: 0 auto;
        justify-content: center;
        width: 100%;
        order: 3;
    }

    .mobile-btn {
        display: block;
    }

    .mobile-btn .ham1 {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        user-select: none;
    }

    .ham1 path {
        fill: none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #333;
        stroke-width: 5.5;
        stroke-linecap: round;
    }

    .ham1.active {
        transform: rotate(45deg);
    }

    .ham1 .top {
        stroke-dasharray: 40 139;
    }

    .ham1 .bottom {
        stroke-dasharray: 40 180;
    }

    .ham1.active .top {
        stroke-dashoffset: -98px;
    }

    .ham1.active .bottom {
        stroke-dashoffset: -138px;
    }

    .ham1.active {
        transform: rotate(45deg);
    }

    .mobile-btn .ham1 {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 1000;
    }

    svg.ham1.active path {
        stroke: #fff;
    }

    .top_menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 260px;
        background-color: #fff;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform .7s cubic-bezier(0, 0, .2, 1);
        transition: transform .7s cubic-bezier(0, 0, .2, 1);
        transition: transform .7s cubic-bezier(0, 0, .2, 1), -webkit-transform .7s cubic-bezier(0, 0, .2, 1);
        z-index: 9999;
    }

    .top_menu.open {
        display: flex;
        flex-direction: column;
        transform: translateX(0);
        webkit-transform: translateX(0);
    }

    .top_menu.open ul {
        display: flex !important;
        width: 100%;
        gap: 0px !important;
        flex-direction: column;
    }

    .top_menu.open ul a {
        padding: 0px 10px !important;
        width: auto;
        height: 50px;
        display: grid !important;
        border: 0px !important;
        font-size: 16px !important;
        align-items: center;
    }

    .top_menu.open ul li {
        display: grid;
        align-items: center;
        border-bottom: 1px solid #c4ead0;
    }

    #mobile-overlay {
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: visibility .3s cubic-bezier(0, 0, .2, 1), opacity .3s cubic-bezier(0, 0, .2, 1);
        width: 13px;
        z-index: 5;
    }

    #mobile-overlay.open {
        background-color: rgba(0, 0, 0, .7);
        opacity: 1;
        visibility: visible;
        width: 100%;
        z-index: 9998;
    }

    .menu {
        order: 0;
        position: fixed;
    }

    div#header div#content {
        gap: 10px;
    }

    .buttons {
        width: 50%;
        gap: 10px;
    }

    div#phone_top {
        min-width: 210px;
    }

    div#header {
        height: auto;
        padding: 20px;
    }

    .news-list.devices {
        margin: 40px 0px;
        gap: 20px;
        row-gap: 20px;
    }

    .news-item.device {
        width: 44%;
        padding: 20px;
    }

    .name {
        font-size: 20px;
        margin-bottom: 0px;
    }

    div#footer #content {
        flex-wrap: wrap;
        gap: 20px;
        padding: 0px 20px 0px;
    }

    div#col_2 {
        width: 40%;
    }

    div#col_1 {
        width: 55%;
    }

    div#col_3 {
        width: 400px;
        margin: 0 auto;
        padding-top: 0px;
    }

    #header .buttons {
        flex-direction: column;
    }

    .banner {
        min-height: 200px;
        height: auto;
        padding: 20px 0px;
    }

    button.owl-prev {
        left: 20px;
        opacity: 0.5;
    }

    button.owl-next {
        right: 20px;
        opacity: 0.5;
    }

    .buttons1 {
        width: 40%;
        padding-right: 20px;
        padding-top: 35px;
        font-size: 16px;
    }

    .price-tarif {
        width: 55%;
        margin-top: 20px;
        padding-left: 20px;
    }

    .info_tarif {
        width: 100%;
        padding: 0 20px;
    }

    .tarif {
        border: 1px solid #ededed;
        margin-bottom: 20px;
        border-radius: 20px;
        margin: 20px 20px;
        padding: 10px;
    }

    .info_tarif h2 {
        margin-bottom: 5px;
    }

    .price-tarif h2 {
        font-size: 38px;
        margin-top: 0px;
    }

    ul.tabs-nav {
        flex-wrap: wrap;
        row-gap: 25px;
        margin-bottom: 30px;
    }

    .info_tarif br {
        display: none;
    }

    .preim {
        justify-content: center;
        margin: 20px 0px 60px 0px;
    }

    .preim .pr{
        margin-bottom: 30px;
    }

    .news-detail {
        width: 100%;
    }

    .preim .img {
        width: 43%;
        background-size: 250px !important;
        border-radius: 20px;
        overflow: hidden;
        margin-right: 20px;
        height: 400px;
        background-position: center !important;
    }

    .preim .pr1 {
        margin-left: 20px;
        width: 43%;
    }

    .pr1:last-child {
        width: 100%;
        margin-right: 20px;
        flex-direction: row;
        gap: 40px;
        justify-content: center;
    }

    .pr1:last-child .pr {
        width: 45%;
    }

    .pic {
        width: 250px;
        margin: 0 auto;
    }

    .pr_text {
        margin: 20px auto 0px auto;
        width: 300px;
    }

    .banner .buttons {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner_text h1 {
        font-size: 40px;
        padding: 10px 20px 0px 20px;
        margin-bottom: 10px;
    }

    .banner_text h2 {
        font-size: 18px;
        margin: 20px 20px;
    }

    ul.tabs-nav li a {
        font-size: 14px;
    }

    .text_h2 {
        font-size: 18px;
        padding: 0px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .img_grid {
        margin: 20px 20px;
        flex-wrap: wrap;
    }

    .channel .pic {
        width: auto;
        height: 100%;
    }

    .channel {
        width: 180px;
        height: 120px;
    }

    .shagi {
        margin: 40px 20px;
        gap: 20px;
        justify-content: center;
    }

    .buttons1 p {
        margin: 0px;
    }

    .main_g {
        margin: 0px 20px;
    }

    .shag {
        padding: 10px 10px 20px 10px;
        width: 45%;
    }

    ul#horizontal-multilevel-menu {
        display: flex;
        flex-direction: column;
    }

    .price-tarif h3 {
        margin-left: 0px;
        margin-right: 0px;
    }

    #horizontal-multilevel-menu li ul {
        position: relative;
    }

    .top_menu.open ul li {
        border-bottom: 2px solid #fff;
    }

    ul.support li {
        flex-wrap: initial;
        gap: 10px;
    }

    ul.support {
        margin: 0px 20px 40px 20px;
    }

    .grid2 {
        gap: 20px;
        margin: 20px 20px;
    }

    .right .info div {
        font-size: 16px;
        width: 70%;
    }

    h2.zag {
        font-size: 30px;
        margin: 20px 20px;
    }

    p {
        font-size: 16px;
        margin: 0 20px;
    }

    h3 {
        font-size: 18px;
        margin: 20px 20px 10px 20px;
    }

    .fancybox-inner p {
        padding: 0px;
        margin: 0px 0px 20px 0px;
    }

    .video iframe {
        width: 500px;
        height: 270px;
    }

    div#tv {
        width: 90% !important;
        max-width: 100% !important;
    }

    div#tv iframe {
        width: 100%;
    }

    div#tv iframe {
        width: 92% !important;
        max-width: 92% !important;
    }

    #footer .buttons {
        width: 100%;
        gap: 20px;
        justify-content: center;
    }

    #horizontal-multilevel-menu li ul.sub-menu{
        position: unset;
        width: 100%;
    }

    .tarif-tabs .speed p, .tarif-tabs .speed p span {
        font-size: 16px !important;
    }

    #location-menu-box {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
    }
    .location-menu__label{
        font-size: 16px;
    }
    .location-menu{
        margin: 0 auto;
        width: 98%;
    }
    .location-btn{
        width: 100%;
        font-size: 16px;
    }

}

div#header {
    position: fixed;
    width: 100%;
    top: 0px;
    background: #fff;
    z-index: 100;
}

div#workarea-wrapper {
    margin-top: 80px;
}

@media only screen and (max-width: 580px) {
    div#header {
        position: relative;
    }

    div#workarea-wrapper {
        margin-top: 0px;
    }

    .price-tarif {
        padding-left: 0px;
    }

    div#logo {
        max-width: 100%;
    }

    div#header {
        height: auto;
        padding: 0px 20px;
        margin-bottom: 20px;
    }

    div#logo {
        text-align: center;
        width: 100%;
        order: 1;
    }

    div#header div#content {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    div#phone_top {
        order: 2;
    }

    div#header div#content {
        gap: 20px;
    }

    .buttons {
        width: 100%;
        gap: 20px;
    }

    #horizontal-multilevel-menu li ul {
        position: relative;
    }

    .tarif div {
        width: 100%;
    }

    .tarif {
        flex-direction: column;
        padding: 0px 20px;
    }

    div#footer #content {
        flex-direction: column;
    }

    div#footer #content > div {
        width: 100%;
        padding: 0px 20px;
    }

    button.owl-prev {
        left: 20px;
        opacity: 0.5;
    }

    button.owl-next {
        right: 20px;
        opacity: 0.5;
    }

    .devices .owl-stage {
        padding: 0px 0px;
        display: inherit;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
    }

    a.blue_button {
        width: 90%;
    }

    h2.zag, h2 {
        padding: 0 20px;
        font-size: 24px;
    }

    h1.zag, h1 padding:

    0 20px; {
    font-size: 28px;
}
    .text_h2 {
        font-size: 16px;
        padding: 0px 20px;
    }

    .info_tarif h2 {
        font-size: 24px;
        padding-left: 0px;
    }

    .info_tarif p {
        padding: 0;
        font-size: 14px !important;
    }

    .tab > label {
        font-size: 12px;
    }

    .price-tarif h2 {
        font-size: 32px;
        padding: 0px;
    }

    .price-tarif h2 span {
        font-size: 18px;
    }

    .buttons1 {
        padding-right: 0px;
        padding-top: 20px;
    }

    .tab-content, .buttons1, .price-tarif h3, .info_tarif, .price-tarif {
        text-align: center;
    }

    .tab {
        justify-content: center;
    }

    .info_tarif h2 {
        line-height: 1.4em;
        padding: 0px;
    }

    .main_g {
        padding: 0px 20px;
    }

    .banner_text h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .banner_text h2 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .banner .buttons {
        margin-top: 20px;
        flex-direction: column;
    }

    .preim {
        gap: 0px;
        padding: 0px 20px;
        margin-bottom: 10px;
        margin-top: 20px;
        flex-direction: column;
    }

    .preim .img {
        display: none;
    }

    .preim .pr1, .news-detail {
        width: 100%;
    }

    .speed ul {
        text-align: left;
    }

    .shagi, .news-list.devices {
        flex-direction: column;
    }

    .shag, .news-item.device {
        width: 90%;
        margin: 0 auto;
        padding: 20px;
        font-size: 14px;
    }

    div#col_3 .form_f {
        padding: 30px 15px;
    }

    .banner {
        min-height: 200px;
        height: auto;
        padding: 20px 0px;
    }

    ul.tabs-nav li a {
        font-size: 14px;
        padding: 10px 10px;
    }

    ul.tabs-nav {
        flex-wrap: wrap;
        row-gap: 23px;
        justify-content: center;
    }

    .tarif {
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    div#col_2 ul.left-menu li a {
        font-size: 16px;
        padding: 0px;
    }

    ul.left-menu {
        text-align: center;
    }

    a.vk {
        margin: 0px 0px;
    }

    .img_grid {
        margin: 20px 0px 0px;
        flex-wrap: wrap;
    }

    .img_grid img {
        width: 45%;
        height: auto;
    }

    h2.zag {
        margin-top: 40px;
    }

    .channel {
        width: 30%;
    }

    .speed ul {
        list-style: none;
        text-align: center;
        padding: 0px;
        margin-bottom: 0px;
    }

    .speed {
        background: #ededed;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .tarifs {
        margin: 40px 0px;
        padding-top: 0px;
    }

    .price-tarif {
        margin-top: 10px;
    }

    .img_d {
        margin-bottom: 20px;
        height: 100px;
    }

    .name {
        margin-bottom: 0px;
    }

    .text_d {
        margin: 10px 0px 20px 0px;
    }

    h1.zag {
        font-size: 30px;
        margin-top: 40px;
    }

    ul.support {
        font-size: 16px;
        margin: 20px 20px;
    }

    ul.support li {
        flex-wrap: inherit;
        gap: 10px;
    }

    .grid2 {
        gap: 0%;
        margin: 40px 20px;
    }

    .grid2 .left, .grid2 .right {
        width: 100%;
    }

    .right .info a, .right .info div {
        font-size: 16px;
    }

    .right .info div {
        width: 70%;
    }

    h3 {
        font-size: 18px;
        padding: 0px 20px;
    }

    p {
        padding: 0px 20px;
        font-size: 14px;
    }

    #header .buttons {
        flex-direction: row;
    }

    .preim .pr1 {
        margin-left: 0px;
    }

    .pr1:last-child {
        margin-right: 0px;
        gap: 0px;
        flex-direction: column;
    }

    .pr1:last-child .pr {
        width: 100%;
    }

    .video iframe {
        width: 300px;
        height: 170px;
    }

    div#col_3 a {
        font-size: 16px;
        display: block;
        font-weight: 600;
        padding-bottom: 5px !important;
    }

    div#col_3 {
        text-align: center;
    }
}
