@charset "UTF-8";
body {
  overflow-x: hidden !important; }



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("/static/src/fonts/Roboto-900.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("/static/src/fonts/Roboto-700.ttf") format('truetype');
  font-display: swap;
}



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("/static/src/fonts/Roboto-500.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("/static/src/fonts/Roboto-400.ttf") format('truetype');
  font-display: swap;
}


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("/static/src/fonts/Roboto-300.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url("/static/src/fonts/Roboto-200.ttf") format('truetype');
  font-display: swap;
}




@font-face {
  font-family: "maxnet";
  src: url("../fonts/maxnet.eot?fbtpdx");
  src: url("../fonts/maxnet.eot?fbtpdx#iefix") format("embedded-opentype"), url("../fonts/maxnet.ttf?fbtpdx") format("truetype"), url("../fonts/maxnet.woff?fbtpdx") format("woff"), url("../fonts/maxnet.svg?fbtpdx#maxnet") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }



i {
  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: "maxnet" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p > i{
    font-family: inherit !important;
    font-style: italic;
    font-weight: inherit;

}

.section-header-title h1{
    font-size:2.3em;
}

.icon-chevron-down-icon{
  padding-left: 5px; }

@media screen and (max-width: 767.98px) {
.dropdown.dropdown-selection .btn.dropdown-toggle {
    padding: 6px 20px;
    justify-content: space-between;
}
.info p {
    width: 75%;
}


}


.icon-Chat-nav-icon:before {
  content: "";
  color: #397dfb; }

.icon-chevron-down-icon:before {
  content: ""; }

.icon-Headphones-nav-icon:before {
  content: "";
  color: #377cfd; }

.icon-Person-nav-icon:before {
  content: "";
  color: #397dfb; }

.icon-Phone-nav-icon:before {
  content: "";
  color: #377cfd; }

.icon-Search-nav-icon:before {
  content: "";
  color: #397dfb; }

.color-red {
  color: #bb0000; }

.btn.btn-red {
  background-color: #bb0000; }

.color-green {
  color: #222222; }

.btn.btn-green {
  background-color: #222222; }

.color-blue {
  color: #377CFD; }

.btn.btn-blue {
  background-color: #377CFD; }

.color-blueDark {
  color: #003893; }

.btn.btn-blueDark {
  background-color: #003893; }

.color-yellow {
  color: #F8E765; }

.btn.btn-yellow {
  background-color: #F8E765; }

.label-red {
  color: #bb0000;
  background-color: rgba(187, 0, 0, 0.1); }

.label-green {
  color: #222222;
  background-color: rgba(34, 34, 34, 0.1); }

.title-h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46.88px; }

.title-h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 37.5px; }

.title-h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px; }

.title-h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px; }

.section-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 37.5px;
  text-align: center; }

.section-subtitle {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center; }

.par-1 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px; }

.par-2 {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px; }

.offer-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  letter-spacing: 0.2em; }

@media all and (max-width: 768px) {
  .title-h2 {
    font-size: 24px;
    line-height: 28.13px; } }

.btn {
  margin: 0 auto;
  display: block;
  padding: 15px 40px;
  width: auto;
  height: fit-content;
  border: 0px;
  border-radius: 999px;
  outline: none;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 18.75px; }
  .btn:hover {
    color: #FFFFFF; }
  .btn-select-lang {
    padding: 17px 5px;
    width: 64px;
    background-color: #E0E3EE;
    border-radius: 0;
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em; }
  .btn-primary {
    background-color: #377CFD;
    color: #FFFFFF;
    border: 1px solid #377CFD;
    font-weight: 700; }
    .btn-primary:hover {
      background-color: #FFFFFF;
      color: #377CFD;
      border: 1px solid #377CFD; }
  .btn-secondary {
    background-color: #F8E765;
    color: #393939;
    font-weight: 700; }
  .btn-dark-blue {
    background-color: #003893;
    color: #FFFFFF;
    font-weight: 700;
    border: 1px solid #003893; }
    .btn-dark-blue:hover {
      background-color: #377CFD !important;
      border: 1px solid #377CFD !important; }
  .btn-outline {
    background-color: transparent;
    color: #377CFD;
    font-weight: 700;
    border: 1.5px solid #377CFD; }
    .btn-outline:hover {
      color: #FFFFFF;
      background-color: #377CFD;
      border-color: #377CFD; }
    .btn-outline.arrow {
      border: 1px solid transparent;
      font-weight: 400; }
      .btn-outline.arrow:hover {
        color: #377CFD;
        border-color: #377CFD;
        background-color: #ffffff; }
  .btn-request {
    padding: 10.26px 20px;
    font-weight: 400;
    font-size: 14px; }
  .btn-lightblue {
    background-color: #377CFD;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #377CFD; }
    .btn-lightblue:hover {
      background-color: #FFFFFF;
      color: #377CFD; }
  .btn-yellow:hover {
    background-color: transparent;
    color: #F8E765;
    border: 2px solid #F8E765; }

.dropdown-menu {
  min-width: 100%;
  background-color: #ffffff;
  box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2);
  border-bottom: 5px solid #377CFD; }
  .dropdown-menu.dropdown-for-whom_list {
    min-width: max-content;
  }

  .dropdown-menu li {
    padding: 5px 2px;
    color: #000000;
    font-size: 14px; }
    .dropdown-menu li a {
      color: #000000;
      font-size: 14px; }
      .dropdown-menu li a:hover {
        color: #377CFD; }

.dropdown-toggle i {
  font-size: 8px; }

.dropdown-toggle:hover {
  color: initial; }





.dropdown.dropdown-for-whom .btn, .dropdown.dropdown-location .btn, .dropdown.dropdown-selection .btn {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .dropdown.dropdown-for-whom .btn:after, .dropdown.dropdown-location .btn:after, .dropdown.dropdown-selection .btn:after {
    display: none; }
  .dropdown.dropdown-for-whom .btn i, .dropdown.dropdown-location .btn i, .dropdown.dropdown-selection .btn i {
    color: #377CFD; }

.dropdown .dropdown-language, .dropdown .dropdown-selection_list {
  min-width: 100%; }

.round-select {
  margin: 0 auto;
  display: block;
  max-width: 960px;
  border-radius: 999px;
  display: flex;
  justify-content: center; }
  .round-select_link {
    background-color: #F2F4FB;
    padding: 6px 10px;
    display: inline-flex;
    justify-content: center;
    min-width: 180px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #393939;
    border: 1px solid #DCE0EC; }
    .round-select_link:first-of-type {
      border-top-left-radius: 999px;
      border-bottom-left-radius: 999px; }
    .round-select_link:last-of-type {
      border-top-right-radius: 999px;
      border-bottom-right-radius: 999px; }
    .round-select_link:hover {
      color: #377CFD; }
    .round-select_link.active {
      color: #FFFFFF;
      background-color: #397dfb; }
      .round-select_link.active:focus {
        color: #FFFFFF; }
    .round-select_link:active, .round-select_link:focus {
      color: initial; }


[data-title] {
  position: relative; }

.section-tariffs-accordion [data-title] {
  position: relative; }

  width: 100%; }

.section-tariffs-accordion [data-title]:hover::after {
  top: -2em;
  left: 1em;
  width: auto;
}

[data-title]::after {
  content: attr(data-title);
  position: absolute;
  left: -165px;
  top: 0;
  background: #fff;
  color: #000;
  padding: 0.5em;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: 1s;
  z-index: 1000;
  font-size: 12px; 
  white-space: normal;
  font-weight: 300;
  text-align: left;
}

.hint [data-title]::after {
    left: 0;
}

[data-title]:hover::after {
  opacity: 1;
  top: 2.3em;
  white-space: normal;
 }

.info-attr, .info-attr-for-table{
white-space: nowrap;
}

.info-attr span ,.info-attr-for-table span{
  top: -0.5em;
  right: 0.2em;
}

.info-attr span, .info-attr-second, .intro-attr-three, .info-attr-for-table span, .info-attr-for-table-second {
  margin-top: -20px; }













.carousel-card {
  margin: 0 auto;
  width: 264px;
  min-height: 440px;
  display: flex; }
  .carousel-card_inner {
    min-width: 264px;
    background-color: #FFFFFF;
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    border-radius: 16px;
    display: flex;
    flex-direction: column; }
  .carousel-card_header {
    height: 80px;
    padding: 15px 10px 15px 20px;
    background-color: #EEF1F8;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .carousel-card_header .label_on-sale {
      display: none;
      padding: 0 17px;
      width: 90px;
      height: 40px;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 18.75px;
      color: #377CFD;
      border: 1px solid #377CFD;
      border-radius: 999px; }
    .carousel-card_header-title {
      margin: 0;
      /*width: 100%;*/
      font-size: 20px;
      font-weight: 700;
      line-height: 23.44px; }
  .carousel-card_body {
    padding: 15px 15px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .carousel-card_body .items-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      .carousel-card_body .items-list .items-list_item {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 18.75px; }

        .carousel-card_body .items-list .items-list_item a {
          font-weight: 700;
          text-decoration: underline;
          color: #377CFD;
          transition: color 375ms ease; }
          .carousel-card_body .items-list .items-list_item a:hover {
            color: #F8E765; }
        .carousel-card_body .items-list .items-list_item .icon-wrapper_white, .carousel-card_body .items-list .items-list_item .icon-wrapper_dark {
          margin-right: 10px;
          width: 24px;
          height: 24px; }
        .carousel-card_body .items-list .items-list_item .icon-wrapper_white {
          display: block; }
        .carousel-card_body .items-list .items-list_item .icon-wrapper_dark {
          display: none; }
        .carousel-card_body .items-list .items-list_item:not(:last-of-type) {
          margin-bottom: 15px; }
        .carousel-card_body .items-list .items-list_item:last-of-type {
          margin-bottom: 12px; }
    .carousel-card_body .price-field {
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .carousel-card_body .old-price {
      margin-right: 10px;
      display: none;
      position: relative;
      font-size: 24px;
      font-weight: 300;
      line-height: 28.13px; }
      .section-tariffs-accordion .old-price{
        position: relative;}
      .carousel-card_body .old-price:after, .section-tariffs-accordion .old-price:after {
        position: absolute;
        content: "";
        height: 1px;
        width: 100%;
        background-color: #999999;
        z-index: 1;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .carousel-card_body .current-price {
      margin-right: 10px;
      font-size: 32px;
      font-weight: 700;
      line-height: 37.5px; }
    .carousel-card_body .value {
      font-size: 16px;
      font-weight: 300;
      line-height: 18.75px;
      margin-right: 5px; }
    .carousel-card_body .btn.connect {
      max-width: 176px; }
  .carousel-card.favourite.on-sale .label_on-sale {
    background-color: #ffffff; }
  .carousel-card.favourite .carousel-card_header {
    background-color: #0846ac; }
    .carousel-card.favourite .carousel-card_header-title {
      color: #FFFFFF; }
  .carousel-card.favourite .carousel-card_inner {
    background-color: #003893; }
  .carousel-card.favourite .carousel-card_body .items-list_item {
    color: #FFFFFF; }
    .carousel-card.favourite .carousel-card_body .items-list_item .icon-wrapper_white {
      display: none; }
    .carousel-card.favourite .carousel-card_body .items-list_item .icon-wrapper_dark {
      display: block; }
    .carousel-card.favourite .carousel-card_body .items-list_item a {
      color: #FFFFFF; }
      .carousel-card.favourite .carousel-card_body .items-list_item a:hover {
        color: #F8E765; }
  .carousel-card.favourite .current-price,
  .carousel-card.favourite .old-price,
  .carousel-card.favourite .value {
    color: #FFFFFF; }
  .carousel-card.on-sale .carousel-card_header .label_on-sale {
    display: flex; }
  .carousel-card.on-sale .old-price {
    display: inline-block; }

.carousel-with-dots {
  display: flex; }
  .carousel-with-dots .dots {
    padding: 40px 40px 72px 30px;
    flex: 1 1 50%;
    width: 50%;
    min-width: 500px;
    height: 479px;
    background-color: #F2F4FB;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;}
    .carousel-with-dots .dots .owl-dots {
      padding-left: 30px;
      border-left: 3px solid #DCE0EC; }
      .carousel-with-dots .dots .owl-dots .owl-dot {
        padding-top: 5px;
        padding-bottom: 25px;
        cursor: pointer; }
        .carousel-with-dots .dots .owl-dots .owl-dot span {
          opacity: 0;
          width: 10px;
          height: 10px;
          margin: 5px 7px;
          background: #d6d6d6;
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity 0.2s ease;
          border-radius: 30px; }
        .carousel-with-dots .dots .owl-dots .owl-dot.active {
          position: relative; }
          .carousel-with-dots .dots .owl-dots .owl-dot.active:before {
            content: "";
            position: absolute;
            left: -33px;
            top: 0;
            width: 3px;
            height: 30px;
            background-color: #377CFD; }
        .carousel-with-dots .dots .owl-dots .owl-dot.active span,
        .carousel-with-dots .dots .owl-dots .owl-dot:hover span {
          background: #869791; }
        .carousel-with-dots .dots .owl-dots .owl-dot div {
          pointer-events: none;
          opacity: 0;
          visibility: hidden; }
    .carousel-with-dots .dots .text-over-dots {
      position: absolute;
      top: 50px;
      left: 60px;
      list-style: none;
      pointer-events: none; }
      .carousel-with-dots .dots .text-over-dots li {
        padding-bottom: 30px;
        color: #393939;
        font-size: 16px;
        font-weight: 300;
        line-height: 18.75px;
        pointer-events: none; }
        .carousel-with-dots .dots .text-over-dots li.active {
          font-weight: 700;
          color: #377CFD;
          text-decoration: underline; }
  .carousel-with-dots .slider {
    flex: 1 1 50%;
    width: 50%; }
    .carousel-with-dots .slider_title {
      margin-bottom: 20px;
      line-height: 37.5px;
      text-align: center; }
    .carousel-with-dots .slider_subtitle {
      margin-bottom: 40px;
      font-size: 16px;
      font-weight: 300;
      color: #393939;
      text-align: center;
      line-height: 26px; }
    .carousel-with-dots .slider .carousel-wrapper {
      margin: 0 auto;
      max-width: 500px; }
  .carousel-with-dots .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
    padding-top: 0;
    filter: drop-shadow(0px 12px 12px rgba(28, 65, 84, 0.1)) drop-shadow(0px 24px 24px rgba(28, 65, 84, 0.08)) drop-shadow(0px 48px 48px rgba(28, 65, 84, 0.08)); }
    .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item_inner {
      width: 100%;
      display: flex;
      max-width: 500px;
      height: 100%;
      border-radius: 16px; }
    .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__left, .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right {
      flex: 0 0 50%;
      width: 50%;
      max-width: 250px; }
    .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__left {
      background: #FFFFFF;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__left .img-wrapper {
        display: flex;
        justify-content: center;
        align-items: center; }
        .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__left .img-wrapper img {
          max-width: 181px;
          max-height: 240px; }
    .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right {
      padding: 40px 34px 20px;
      background: #F2F4FB;
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px; }
      .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .item_title {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: center; }
      .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .item_price {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .item_price-value {
          padding: 0 10px;
          font-weight: 700;
          font-size: 32px;
          line-height: 37.5px; }
        .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .item_price-around {
          font-weight: 300;
          font-size: 16px;
          line-height: 18.75px; }
      .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .btn-outline {
        margin-bottom: 10px;
        max-width: 160px;
        max-height: 50px; }
        .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right .btn-outline.arrow {
          max-width: 183px; }


.owl-carousel .owl-item .carousel-card_header img {
    max-width: 96px;
    height: 100%;
    max-height: 32px;
}


.owl-carousel .owl-item .carousel-card_body img{
    width: auto;
}


.owl-carousel {
  position: relative; }
  .owl-carousel .owl-stage-outer {
    padding-top: 16px;
    padding-bottom: 120px; }
  .sip-section .owl-carousel .owl-stage-outer {
    padding-bottom: 0; }

  .owl-carousel .owl-nav {
    margin: 0; }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
      margin: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      top: 50% !important;
      transform: translateY(-50%) !important; }
    .owl-carousel .owl-nav .owl-next {
      right: -3.5% !important; }
    .owl-carousel .owl-nav .owl-prev {
      left: -3.5% !important; }
    .owl-carousel .owl-nav [class*=owl-]:hover img {
      -webkit-filter: brightness(0.7);
      filter: brightness(0.7); }

  .owl-carousel.carousel-dots-aside .owl-nav .owl-next {
    right: -3% !important; }
  .owl-carousel.carousel-dots-aside .owl-nav .owl-prev {
    left: -3% !important; }
  .owl-carousel.carousel-tv-channels .owl-nav .owl-next {
    right: -3% !important; }
  .owl-carousel.carousel-tv-channels .owl-nav .owl-prev {
    left: -3% !important; }


@media screen and (max-width: 480px) {
.owl-carousel .owl-nav .owl-prev {
    left: -3.5% !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -3.5% !important;
}
}


@media screen and (max-width: 991.98px) {
  .reviews .owl-carousel .owl-nav .owl-prev {
    left: -5% !important;
  }

  .reviews .owl-carousel .owl-nav .owl-next {
    right: -5% !important;
  }

  .owl-carousel .owl-nav {
    margin: 0; }
    .owl-carousel .owl-nav .owl-next {
      right: 3% !important; }
    .owl-carousel .owl-nav .owl-prev {
      left: 3% !important; } 

    .section-about-maxnet .about-maxnet_contents .left-side {
        margin: 0 !important;
    }

    .section-internet_carousel-about {
        margin-top: 0 !important;
    }

}

@media screen and (max-width: 767.98px) {
  .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right {
    padding: 40px 20px 20px; }
    .carousel-with-dots .owl-carousel .owl-stage-outer .owl-stage .owl-item .item__right a svg {
      display: none; }
  .owl-carousel.carousel-tv-channels .owl-nav .owl-prev {
    background: none; }
    .owl-carousel.carousel-tv-channels .owl-nav .owl-prev img {
      width: 75% !important; }
  .owl-carousel.carousel-tv-channels .owl-nav .owl-next {
    background: none; }
    .owl-carousel.carousel-tv-channels .owl-nav .owl-next img {
      width: 75% !important; }
    .section-header-title .title-breadcrumps-cont .breadcrumps {
        flex-wrap: wrap;
    }

    .conn_tech_img {
        width: 15% !important;
    }
    .conn_tech_img~.item-feature {
        width: 85% !important;
    }

    .tab-offers_offer-left_benefit {
        margin-bottom: 0;
        flex-direction: row;
    }

 }


.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0; }


.modal-coverage .SumoSelect{
  width: 100%;
  margin-bottom: 15px;
}

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 300px;
  height: 52px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #e8e9eb;
  border-radius: 15px; }

.SelectBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50px; }

.sumoStopScroll {
  overflow: hidden; }

.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: 0; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
  box-sizing: border-box;
  border-radius: 20px; }

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden; }

.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0; }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  height: 50px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

.SumoSelect > .CaptionCont > span.placeholder {
  color: #999;
   }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100%; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 50px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: .5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin: 10px 0 10px 20px; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700; }

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5; }

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px; }

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center; }

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

@media screen and (max-width: 991.98px) {
    .domains-items {
        flex-wrap: wrap;
    }

    .three-col {
        width: 50% !important;
    }


  .SumoSelect {
    margin-bottom: 20px; } 

    .section-about-maxnet .about-maxnet_contents {
        min-height: inherit !important;
    }

}



.navbar-grey {
  padding: 0;
  background-color: #EDF0F8;
  font-size: 14px; }
  .navbar-grey .row {
    width: 100%; }
  .navbar-grey .nav-list-wrapper {
    height: 100%;
    display: flex;
    align-items: center; }
  .navbar-grey .btn-wrapper {
    padding: 5px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .navbar-grey .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap; }
    .navbar-grey .navbar-nav .nav-item .nav-link {
      padding-top: 6px;
      padding-bottom: 6px;
      color: #393939;
      font-weight: 400; }
  .navbar-grey .dropdown svg {
    transition: all ease 0.2s; }
  .navbar-grey .dropdown.show svg {
    transform: rotate(-180deg); }
  .navbar-grey .dropdown-toggle i {
    color: #393939; }
  .navbar-grey .btn-request {
    max-width: 150px;
    max-height: 40px;
    font-weight: 400; }
  .navbar-grey .btn-select-lang.dropdown-toggle:after {
    display: none; }

.header-white {
  padding: 16px 0px; }
  .header-white_contents {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-white_contents .dropdowns-wrapper {
      display: flex; }
      .header-white_contents .dropdowns-wrapper .dropdown.dropdown-location {
        width: 115px; }
      .header-white_contents .dropdowns-wrapper .dropdown.dropdown-for-whom {
        width: 140px; }
      .header-white_contents .dropdowns-wrapper .dropdown:first-of-type {
        margin-right: 57px; }
  .header-white .dropdown-for-whom_list .drp-whom-a.whom-active {
    display: none; }
  .header-white .contact {
    display: flex; }
    .header-white .contact-phone {
      margin-right: 50px; }
  .header-white .contact-phone,
  .header-white .contact-headphones {
    display: flex;
    align-items: center; }
    .header-white .contact-phone i,
    .header-white .contact-headphones i {
      margin-right: 15px;
      font-size: 30px;
      color: #377CFD; }
    .header-white .contact-phone a,
    .header-white .contact-headphones a {
      color: #377CFD;
      font-size: 18px;
      line-height: 21px;
      font-weight: 700; }
    .header-white .contact-phone span,
    .header-white .contact-headphones span {
      font-size: 12px;
      font-weight: 400;
      line-height: 14.06px; }
    .header-white .contact-phone .contacts,
    .header-white .contact-headphones .contacts {
      display: flex;
      flex-direction: column; }
  .header-white .navigation-links {
    display: flex;
    margin: -15px;
    padding: 0px 30px;
    align-items: center;
    position: relative; }
    .header-white .navigation-links a {
      display: flex;
      padding: 0px 15px; }
    .header-white .navigation-links i {
      font-size: 20px; }
    .header-white .navigation-links .input-search-container {
      position: absolute;
      bottom: -85px;
      left: -170px;
      z-index: 999; }
      .header-white .navigation-links .input-search-container #header-input-search {
        width: 300px;
        height: 50px;
        padding-left: 20px;
        font-size: 14px;
        color: #999999;
        border: 1px solid white;
        box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08);
        }


@media screen and (max-width: 1199px) {
  .header-white .dropdowns-wrapper .dropdown:first-of-type {
    margin-right: 18px; }
  .header-white .contact-phone {
    margin-right: 18px; }
  .header-white .navigation-links {
    margin: -5px;
    padding: 0 10px; }
    .header-white .navigation-links a {
      padding: 0 5px; } }




.header-blue {
  background-color: #022762; }
  .header-blue .pages-navigation_list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .header-blue .pages-navigation_list-item {
      display: flex;
      position: relative;
      border-top: 5px solid transparent; }
      .header-blue .pages-navigation_list-item.top-border {
        border-top: 5px solid #377CFD; }
        .header-blue .pages-navigation_list-item.top-border a {
          color: #377CFD; }
      .header-blue .pages-navigation_list-item a {
        padding: 37px 15px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        line-height: 18.75px;
        border-top: 5px solid transparent;
        text-align: center;
        white-space: nowrap; }
        .header-blue .pages-navigation_list-item > a {
        cursor: default; }
      .header-blue .pages-navigation_list-item:hover ul {
        transform: rotateX(0deg);
        opacity: 1;
        display: block; }
      .header-blue .pages-navigation_list-item .category-nav-title_link {
        background-color: #DCE0EC;
        margin-left: -20px;
        width: 127.5%;
        padding: 5px 0 5px 20px; }

      .header-blue .pages-navigation_list-item .category-nav-title {
        background-color: #DCE0EC;
        margin-left: -20px;
        width: 127.5%; }
        .header-blue .pages-navigation_list-item .category-nav-title a {
          color: #AEB3C2 !important;
          padding: 10px 0 10px 30px; }
        .header-blue .pages-navigation_list-item .category-nav-title:hover {
          cursor: not-allowed; }
          .header-blue .pages-navigation_list-item .category-nav-title:hover a {
            cursor: not-allowed !important;
            color: #AEB3C2 !important; }
      .header-blue .pages-navigation_list-item ul {
        padding: 10px 30px 10px 20px;
        display: none;
        list-style: none;
        background-color: #ffffff;
        box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2);
        position: absolute;
        left: 0;
        top: 97px;
        z-index: 999;
        transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
        transform: rotateX(90deg);
        border-bottom: 5px solid #377CFD; }
        .header-blue .pages-navigation_list-item ul li {
          margin: 5px 0; }
          .header-blue .pages-navigation_list-item ul li a {
            display: block;
            border: 0;
            color: #000000 !important;
            font-weight: normal;
            padding: 5px 0 5px 10px;
            width: 100%;
            text-align: left;
            border: 0 !important; }
            .header-blue .pages-navigation_list-item ul li a:hover {
              color: #377CFD !important; }
          .header-blue .pages-navigation_list-item ul li.active a {
            color: #377CFD !important; }



.hide-nav-btn, .close-btn {
  display: none; }

.header-mob {
  padding: 20px 0 15px;
  background-color: #F2F4FB;
  position: relative; }
  .header-mob_cont {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-mob_cont-icons {
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
  .header-mob_nav {
    margin-top: 20px;
    padding: 15px 30px 30px;
    display: none;
    position: absolute;
    width: 96%;
    background-color: #ffffff;
    z-index: 999;
    margin-top: 15px;
    box-shadow: 0px 20px 20px 14px rgba(34, 60, 80, 0.4); }
    .header-mob_nav-show {
      display: block; }
    .header-mob_nav .card-header h5 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header-mob_nav .card-header h5 p {
        width: 100%;
        padding: 15px 0;
        color: #999999;
        font-weight: normal; }
    .header-mob_nav .card .card-body {
      display: flex;
      flex-direction: column; }
      .header-mob_nav .card .card-body a {
        margin-left: 20px;
        padding: 5px 0;
        color: #4e4e4e; }
    .header-mob_nav .card .solo-mob-nav {
      width: 100%;
      display: block;
      font-size: 18px;
      padding: 15px 0;
      color: #999999;
      font-weight: normal; }
    .header-mob_nav .top-three h5 p {
      color: #377CFD; }
    .header-mob_nav .top-three .card-body a {
      color: #003893; }
    .header-mob_nav-btn {
      margin: 30px 0; }
    .header-mob_nav .nav-from-grey-header {
      display: flex;
      flex-direction: column; }
      .header-mob_nav .nav-from-grey-header a {
        padding: 15px 0;
        color: #999999;
        font-size: 18px;
        font-weight: normal; }
  .header-mob .nav-mob_phones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .header-mob .nav-mob_phones-container {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      .header-mob .nav-mob_phones-container_img-cont {
        width: 20px;
        height: 30px;
        margin-right: 20px; }
        .header-mob .nav-mob_phones-container_img-cont img {
          width: 100%;
          height: 100%; }
      .header-mob .nav-mob_phones-container a {
        color: #377CFD;
        font-size: 18px;
        line-height: 21px;
        font-weight: 700; }
      .header-mob .nav-mob_phones-container p {
        font-size: 11px;
        font-weight: 400;
        line-height: 14.06px; }
  .header-mob .nav-mob_search-container {
    margin-top: 30px;
    position: relative; }
    .header-mob .nav-mob_search-container .input_search {
      width: 100%;
      height: 50px;
      font-size: 14px;
      color: #999999;
      padding: 0 40px 0 25px;
      border: 1px solid #e8e9eb;
      border-radius: 15px; }

    .nav-mob_search-container .search-btn {
     right: 5%;
    }

.mob-links-hide {
  display: none; }

@media screen and (max-width: 991.98px) {
  .header-mob_nav {
    overflow-y: auto;
    height: 92vh;
    z-index: 1001; } }

@media screen and (max-width: 767.98px) {
  .header-mob_cont {
    padding: 0 15px; }
  .header-mob_nav {
    width: 100%;
    height: 91vh;
    left: 0; } 
    .three-col {
        width: 100% !important;
    }
    }

.rc-section {
  overflow: hidden; }
  .rc-section_inner {
    position: relative; }
    .rc-section_inner .transparent-block {
      background-color: transparent;
      height: 302px; }
    .rc-section_inner .gray-block {
      width: 100%;
      height: 204px;
      background-color: #F2F4FB; }
    .rc-section_inner .main-block {
      padding: 34px 32px 66px 60px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      min-width: 1140px;
      display: flex;
      flex-direction: column;
      box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
      background-color: #FFFFFF;
      border-top-right-radius: 16px;
      border-top-left-radius: 16px; }
      .rc-section_inner .main-block .bubble-wrapper {
        position: absolute;
        top: 34px;
        left: 75px;
        width: 140px;
        height: 140px;
        text-align: center; }
        .rc-section_inner .main-block .bubble-wrapper .img-wrapper {
          margin-bottom: 18px;
          width: 140px;
          height: 140px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          .rc-section_inner .main-block .bubble-wrapper .img-wrapper img, .rc-section_inner .main-block .bubble-wrapper .img-wrapper svg {
            width: 100%;
            height: 100%; }
        .rc-section_inner .main-block .bubble-wrapper .bubble-age {
          position: absolute;
          font-size: 30px;
          font-weight: bold;
          color: #ffffff; }
        .rc-section_inner .main-block .bubble-wrapper .bubble-text {
          font-weight: 700;
          line-height: 22px;
          letter-spacing: 0.2px; }
      .rc-section_inner .main-block .cards-wrapper {
        margin-bottom: 50px;
        display: flex;
        width: 100%;
        justify-content: flex-end; }
        .rc-section_inner .main-block .cards-wrapper .card {
          max-width: 220px;
          width: 21%; }
          .rc-section_inner .main-block .cards-wrapper .card:not(:last-of-type) {
            margin-right: 66px; }
          .rc-section_inner .main-block .cards-wrapper .card .img-wrapper {
            margin: 0 auto 14px 0;
            width: 80px;
            height: 80px; }
            .rc-section_inner .main-block .cards-wrapper .card .img-wrapper img, .rc-section_inner .main-block .cards-wrapper .card .img-wrapper svg {
              width: 100%;
              height: 100%; }
      .rc-section_inner .main-block .form-wrapper .form-title {
        margin-bottom: 10px;
        width: 100%;
        height: 70px;
        text-align: center; }
      .rc-section_inner .main-block .form-wrapper .form-subtitle {
        margin-bottom: 52px;
        width: 100%;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .rc-section_inner .main-block .form-wrapper .inputs-wrapper {
        margin-left: 33px;
        display: flex; }
        .rc-section_inner .main-block .form-wrapper .inputs-wrapper input {
          margin-right: 30px;
          max-width: 300px;
          width: 100%;
          padding: 8px 8px 8px 52px;
          height: 48px;
          border-radius: 10px;
          outline: none;
          box-shadow: none;
          border: 1px solid #c4c4c4;
          background-image: url(/static/src/icons/png/phone-input.png);
          background-position: center left 3%;
          background-repeat: no-repeat; }
          .rc-section_inner .main-block .form-wrapper .inputs-wrapper input::placeholder {
            color: #999999; }
          .rc-section_inner .main-block .form-wrapper .inputs-wrapper input:focus, .rc-section_inner .main-block .form-wrapper .inputs-wrapper input:focus-visible {
            outline: none; }
          .rc-section_inner .main-block .form-wrapper .inputs-wrapper input:first-child {
            background-image: url(/static/src/icons/png/user-input.png);
            background-position: center left 3%;
            background-repeat: no-repeat; }
        .rc-section_inner .main-block .form-wrapper .inputs-wrapper .btn {
          margin-left: 0; }

@media all and (max-width: 1050px) {
  .rc-section_inner .main-block {
    padding: 34px 70px 66px 70px; } }

@media all and (max-width: 992px) {
  .rc-section .main-block {
    padding: 35px 30px 45px 30px;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    min-width: 688px;
    max-width: 688px; }
    .rc-section .main-block .cards-wrapper,
    .rc-section .main-block .form-wrapper {
      flex: 0 0 50%;
      width: 50%; }
    .rc-section .main-block .cards-wrapper {
      margin: 0;
      padding-left: 20px;
      padding-top: 77px;
      order: 1;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%; }
      .rc-section .main-block .cards-wrapper .card {
        margin: 0;
        display: flex;
        max-width: initial;
        height: auto;
        flex-direction: row;
        width: 100%;
        align-items: center; }
        .rc-section .main-block .cards-wrapper .card .img-wrapper {
          margin: 0 20px 0 0;
          width: 60px;
          height: 60px; }
        .rc-section .main-block .cards-wrapper .card-text {
          max-width: 214px; }
        .rc-section .main-block .cards-wrapper .card:not(:last-of-type) {
          margin: 0 0 22px 0; }
    .rc-section .main-block .form-wrapper {
      padding-right: 20px;
      order: 0; }
      .rc-section .main-block .form-wrapper .form-title {
        margin-bottom: 20px;
        height: auto;
        font-size: 24px;
        line-height: 42px; }
      .rc-section .main-block .form-wrapper .form-subtitle {
        margin-bottom: 30px;
        height: auto; }
      .rc-section .main-block .form-wrapper .inputs-wrapper {
        margin: 0;
        flex-direction: column;
        align-items: center; }
        .rc-section .main-block .form-wrapper .inputs-wrapper input {
          margin: 0 0 20px 0;
          width: 100%; }
        .rc-section .main-block .form-wrapper .inputs-wrapper .btn {
          margin: 0 auto; }
    .rc-section .main-block .bubble-wrapper {
      top: 24px;
      left: initial;
      right: 30px;
      width: 294px;
      height: 60px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .rc-section .main-block .bubble-wrapper .img-wrapper {
        margin-bottom: 0;
        margin-right: 20px;
        width: 60px;
        height: 60px; }
        .rc-section .main-block .bubble-wrapper .img-wrapper .bubble-age {
          font-size: 16px; } }

@media all and (max-width: 768px) {
  .rc-section .transparent-block,
  .rc-section .gray-block {
    display: none; }
  .rc-section .main-block {
    position: relative;
    padding: 30px 30px 60px;
    flex-direction: column;
    width: 100%;
    min-width: initial;
    max-width: initial;
    border-radius: 0px;
    box-shadow: none; }
    .rc-section .main-block .cards-wrapper {
      display: none; }
    .rc-section .main-block .form-wrapper {
      padding: 0;
      flex: 0 0 100%;
      width: 100%; }
    .rc-section .main-block .bubble-wrapper {
      display: none; } }

.our-partners .title-partners, .our-partners .sub-title-partners {
  text-align: center;
  margin-bottom: 15px; }

.our-partners .owl-stage {
  display: flex;
  align-items: center; }

  .our-partners .owl-carousel .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 0; }


  .our-partners .owl-stage .owl-item .item {
    text-align: center;
    width: 100%;
    max-width: 120px;
    margin: 25px auto; }

@media screen and (max-width: 1199.98px) {
  .our-partners .owl-stage .owl-item .item img {
    width: 100%; } }

@media screen and (max-width: 992px) {
.owl-stage {
    margin: 0 auto;
}
}




@media screen and (max-width: 767.98px) {
  .our-partners .owl-stage-outer {
    padding-bottom: 100px; } }

.tv-channels {
  margin-bottom: 20px; }
  .tv-channels .title-tv-channels, .tv-channels .sub-title-tv-channels {
    text-align: center;
    margin-bottom: 15px; }
  .tv-channels_tabs {
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0; }
    .tv-channels_tabs .tab {
      padding: 10px 20px;
      background-color: #EEF1F8;
      border: 1px solid #dcdfe6;
      border-radius: 25px; }
      .tv-channels_tabs .tab:hover {
        cursor: pointer; }
  .tv-channels .owl-stage {
    display: flex;
    align-items: center; }
    .tv-channels .owl-stage-outer {
      height: 100px !important;
      padding-bottom: 80px;
      margin-bottom: 20px; }
    .tv-channels .owl-stage .owl-item  {
      text-align: center; }
      .tv-channels .owl-stage .owl-item img {
        width: 75%;
        margin: 0 auto;
        max-width: 100px; }
      .tv-channels .owl-stage .owl-item .item_content {
        min-height: 110px; }
      .tv-channels .owl-stage .owl-item .item_content p {
        font-size: 12px;
        margin-top: 5px; }

@media screen and (max-width: 991.98px) {
  .tv-channels {
    margin: 30px 0; }
    .tv-channels_tabs {
      flex-wrap: wrap;
      justify-content: center !important;
      position: sticky;
      z-index: 999;
      top: 0;
      background-color: #ffffff;
      padding-top: 10px; }
      .tv-channels_tabs .tab {
        margin: 0 10px 10px 10px; }
    .tv-channels_offer {
      flex-direction: column; }
      .tv-channels_offer-left {
        width: 100%;
        padding: 40px 30px; }
        .tv-channels_offer-left p {
          text-align: center; }
        .tv-channels_offer-left_benefit {
          justify-content: center; }
        .tv-channels_offer-left_buttons {
          justify-content: center; }
      .tv-channels_offer-right {
        width: 100%; }
        .tv-channels_offer-right .mobile-stores-buttons {
          margin-top: 20px; } }

.section-tariffs {
  padding: 60px 0 0; }
  .section-tariffs .round-select {
    margin-bottom: 32px; }
  .section-tariffs .maxnet-banner {
    margin-top: -60px; }

@media screen and (max-width: 991.98px) {
  .section-tariffs .maxnet-banner {
    margin-top: 0; } }

.section-why-us {
  opacity: 1;
  margin-top: 40px; }

.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center; }

.modal.is-visible {
  visibility: visible;
  display: flex; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal-wrapper {
  position: fixed;
  z-index: 9999;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35); }

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal-header {
  position: relative;
  background-color: #fff; }

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child {
  margin-top: 0; }

.modal-content > *:last-child {
  margin-bottom: 0; }

.modal-header {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  .modal-header p {
    margin-left: 20px;
    font-weight: bold; }

.modal-wrapper {
  padding: 20px;
  border-radius: 15px;
  position: fixed; }
  .modal-wrapper .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999; }
    .modal-wrapper .close:hover {
      cursor: pointer; }
  .modal-wrapper .modal-content p {
    margin-bottom: 30px; }
  .modal-wrapper .modal-content form {
    display: flex;
    flex-direction: column; }
    .modal-wrapper .modal-content form input {
      width: 100%;
      padding: 8px 8px 8px 52px;
      height: 48px;
      border-radius: 10px;
      outline: none;
      box-shadow: none;
      border: 1px solid #c4c4c4;
      margin-bottom: 10px; }
    .modal-wrapper .modal-content form textarea {
      padding: 10px 0 0 50px;
      margin-bottom: 10px;
      height: 95px;
      border: 1px solid #c4c4c4;
      border-radius: 10px; }
  .modal-wrapper .modal-content .rating-container {
    display: flex;
    justify-content: center; }
    .modal-wrapper .modal-content .rating-container_item {
      display: flex;
      justify-content: space-between;
      max-width: 200px;
      margin-top: 20px; }

      .modal-wrapper .modal-content .rating-container_item input {
        opacity: 0;
        }

    .modal-rate {

        display: inherit;
        background: none;
        box-shadow: none;
        border-radius: inherit;
        position: inherit;
        padding: inherit;
        width: inherit;
    }

  .modal-rate  .rating-container {
    display: flex;
    justify-content: center; }

   .modal-rate  .rating-container_item {
      display: flex;
      justify-content: space-between;
      max-width: 200px;
      margin-top: 20px; }

    .modal-rate  .rating-container_item {
        margin-top: 0;
        margin-left: 30px;
    }

      .modal-wrapper .modal-content .rating-container_item label {
        background-image: url(/static/src/images/modals/star.svg);
        cursor: pointer;
        width: 40px;
        height: 40px; }

       .rating-container_item span {
        background-image: url(/static/src/images/modals/star-blue.svg);
        width: 24px;
        height: 24px;
        margin-right: 4px; }


      .modal-rate .rating-container_item .star-on ~ span{
        background-image: url(/static/src/images/modals/star.svg);
        }


      .modal-rate  .rating-container_item .star-on {
        background-image: url(/static/src/images/modals/star-blue.svg);
        }

      .modal-wrapper .modal-content  .rating-container_item .star-on {
        background-image: url(/static/src/images/modals/star-blue.svg);
        }



        .modal-wrapper .modal-content .rating-container_item span:hover {
          cursor: pointer; }

  .modal-wrapper .modal-content .upload-container {
    display: flex;
    align-items: center;
    position: relative;
    margin: 22px 0 18px; }
    .modal-wrapper .modal-content .upload-container .input-file-tap {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .modal-wrapper .modal-content .upload-container .input-file-tap:hover {
        cursor: pointer; }
    .modal-wrapper .modal-content .upload-container .upload-txt {
      display: flex;
      align-items: center; }
      .modal-wrapper .modal-content .upload-container .upload-txt svg {
        margin: 0 15px 0 23px; }
      .modal-wrapper .modal-content .upload-container .upload-txt p {
        margin: 0;
        font-size: 14px;
        color: #999999; }
    .modal-wrapper .modal-content .upload-container .cv-upload-previw, .modal-wrapper .modal-content .upload-container .cv-upload-previw p {
      margin-left: 20px;
      font-size: 14px;
      color: #377CFD; }
    .modal-wrapper .modal-content .upload-container .cv-upload-input {
      display: none; }

  .modal-wrapper .modal-content .btn-container {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end; }
    .modal-wrapper .modal-content .btn-container button {
      margin: 0; }

.success, .error {
  display: none; }

@media screen and (max-width: 767.98px) {
  .btn-container {
    justify-content: center !important; }
  .upload-container {
    display: block !important; }
    .upload-container .cv-upload-previw {
      margin: 15px 0 0 55px !important; } 

    .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-title {
        font-size: 32px;
        margin-left: 10px;
        margin-right: 10px; 
    }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-subtitle {
        font-size: 15px;
    }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc {
        padding: 40px 0 20px 0;
    }
    .section-home-carousel .carousel-wrapper .item .hero-item_form {
        display: none;
    }




 }

.section-tariffs .table-container-row:first-child {
    border: 0;
}
.section-tariffs .table-container {
  position: relative; }
  .section-tariffs .table-container .table-nav {
    position: absolute;
    z-index: 999;
    top: -50px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 110px; }
    .section-tariffs .table-container .table-nav [class*=table-nav_]:hover {
      -webkit-filter: brightness(0.7);
      filter: brightness(0.7);
      cursor: pointer; }
  .section-tariffs .table-container-row {
    display: flex;
    border-top: 1px solid #DCE0EC; }
    .section-tariffs .table-container-row_left-side {
      width: 30%;
      display: flex;
      align-items: center;
      padding: 20px;
      position: relative; }
    .table-container-row_right-side.button-container .btn-primary {
        width: 100%;
    }


      .section-tariffs .table-container-row_left-side p {
        padding-left: 30px;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none; }

    .section-tariffs .table-container-row .table-head-title_ls p {
      font-weight: bold;
      margin: 0 auto;
      padding: 0; }
    .section-tariffs .table-container-row_right-side {
      display: flex;
      width: 70%; }
      .section-tariffs .table-container-row_right-side .col-tariff {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 5px; }
        .section-tariffs .table-container-row_right-side .col-tariff p {
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          font-weight: bold; }
      .section-tariffs .table-container-row_right-side .spec-column {
        background-color: #EEF1F8; }
    .section-tariffs .table-container-row .table-head-title_rs .col-tariff {
      background-color: #EEF1F8;
      text-align: center; }
      .section-tariffs .table-container-row .table-head-title_rs .col-tariff p {
        font-size: 20px; }
    .section-tariffs .table-container-row .table-head-title_rs .spec-column {
      background-color: #003893; }
      .section-tariffs .table-container-row .table-head-title_rs .spec-column p {
        color: #ffffff; }
    .section-tariffs .table-container-row .button-container .col-tariff {
      flex-direction: column; }
      .section-tariffs .table-container-row .button-container .col-tariff p {
        display: flex;
        align-items: center;
        font-size: 27px;
        margin-bottom: 15px; }
        .section-tariffs .table-container-row .button-container .col-tariff p span {
          font-size: 16px;
          font-weight: normal; }

        .section-tariffs .table-container-row .button-container .col-tariff p span:first-child {
          margin-right: 5px;}

        .section-tariffs .table-container-row .button-container .col-tariff p span:last-child {
          margin-left: 5px;}





    .section-tariffs .table-container-row .button-container .spec-column {
      color: #003893; }

@media screen and (max-width: 992px)
.section-tariffs .table-container-row_right-side .col-tariff {
    width: 50%;
}

@media screen and (max-width: 768px)
.section-tariffs .table-container-row_right-side .col-tariff {
    width: 100%;
}



.section-tariffs .table-detail {
  margin: 20px auto; }
  .section-tariffs .table-detail p,.international-tariffs .table-detail p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #377CFD; }
    .section-tariffs .table-detail p span,.international-tariffs .table-detail p span {
      margin: 0 0 0 10px; }
    .section-tariffs .table-detail p:hover, .international-tariffs .table-detail p:hover {
      cursor: pointer; }

@media screen and (max-width: 992px) {
  .section-tariffs .table-container {
    margin-top: 60px; }
    .section-tariffs .table-container-row .table-nav {
      right: 7%; }
    .section-tariffs .table-container-row_left-side {
      width: 50%; }
      .section-tariffs .table-container-row_left-side p {
        padding-left: 0; }
    .section-tariffs .table-container-row_right-side {
      width: 70%; }
      .section-tariffs .table-container-row_right-side .col-tariff {
        width: 100%; }
    .section-tariffs .table-container-row .button-container .btn {
      padding: 15px 30px; } }





.section-home-carousel .container-fluid {
  background-color: #003893; }

.section-home-carousel .carousel-wrapper .owl-stage-outer {
  padding: 0; }

.section-home-carousel .carousel-wrapper .item .hero-item {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .section-home-carousel .carousel-wrapper .item .hero-item .dots-aside {
    position: absolute;
    top: 138px;
    right: 8px;
    width: 12px;
    height: 120px; }
  .section-home-carousel .carousel-wrapper .item .hero-item_desc {
    text-align: center;
    padding: 40px 0;
    max-width: 360px; }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc .offer-label {
      margin-bottom: 20px;
      color: #F8E765; }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-title {
      margin-bottom: 14px;
      height: 140px;
      display: flex;
      align-items: center;
      color: #FFFFFF;
      justify-content: center; }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-subtitle {
      margin-bottom: 20px;
      height: 60px;
      font-weight: 300;
      line-height: 24px;
      color: #FFFFFF; }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc .btn {
      width: 160px;
      height: 50px; }
  .section-home-carousel .carousel-wrapper .item .hero-item_img {
    max-width: 340px;
    display: flex;
    align-items: center; }
    .section-home-carousel .carousel-wrapper .item .hero-item_img .img-wrapper {
      width: 340px;
      height: 254px; }
      .section-home-carousel .carousel-wrapper .item .hero-item_img .img-wrapper img {
        width: 100%;
        height: 100%; }
  .section-home-carousel .carousel-wrapper .item .hero-item_form {
    max-width: 358px;
    background-color: #0846AC; }
    .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper {
      padding: 30px 30px 40px; }
      .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper {
        margin-bottom: 43px;
        display: flex;
        flex-direction: column;
        width: 100%; }
        .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input {
          padding: 8px 8px 8px 52px;
          width: 100%;
          height: 48px;
          border-radius: 10px;
          outline: none;
          box-shadow: none;
          border: none; }
          .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input:not(:last-of-type) {
            margin-bottom: 20px; }
          .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input::placeholder {
            color: #999999; }
          .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input:focus, .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input:focus-visible {
            outline: none; }
      .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .btn {
        width: 160px;
        height: 50px; }
      .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .form-title {
        margin-bottom: 10px;
        width: 100%;
        height: 40px;
        text-align: center;
        letter-spacing: 0.25px;
        line-height: 20px;
        color: #FFFFFF; }
      .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .form-text {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
        color: #FFFFFF; }

.section-home-carousel .owl-carousel {
  height: 100%; }
  .section-home-carousel .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent; }
  .section-home-carousel .owl-carousel .owl-stage-outer {
    height: 100%; }
    .section-home-carousel .owl-carousel .owl-stage-outer .owl-stage {
      height: 100%; }
      .section-home-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        height: 100%; }
        .section-home-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
          height: 100%; }
          .section-home-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .hero-item {
            height: 100%; }

@media all and (max-width: 1199px) {
  .section-home-carousel .carousel-wrapper .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section-home-carousel .carousel-wrapper .owl-nav .owl-prev {
    left: 5% !important; }
  .section-home-carousel .carousel-wrapper .owl-nav .owl-next {
    right: 5% !important; }
  .section-home-carousel .carousel-wrapper .item .hero-item {
    flex-wrap: wrap;
    justify-content: center; }
    .section-home-carousel .carousel-wrapper .item .hero-item_desc {
      padding: 40px 0 60px 0;
      /*flex: 0 0 50%;*/
      width: 50%; }
      .section-home-carousel .carousel-wrapper .item .hero-item_desc .offer-label {
        margin-bottom: 5px;
        width: 100%;
        text-align: center; }
      .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-title {
        margin-bottom: 20px;
        height: 120px;
        text-align: center; }
      .section-home-carousel .carousel-wrapper .item .hero-item_desc .hero-subtitle {
        margin-bottom: 30px;
        height: 60px;
        text-align: center; }
      .section-home-carousel .carousel-wrapper .item .hero-item_desc .btn {
        margin: 0 auto; }
    .section-home-carousel .carousel-wrapper .item .hero-item_img {
      display: none; }
    .section-home-carousel .carousel-wrapper .item .hero-item_form {
      flex: 0 0 50%;
      width: 50%; }
      .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper {
        margin-bottom: 25px; }
        .section-home-carousel .carousel-wrapper .item .hero-item_form .form-wrapper .inputs-wrapper input {
          padding: 8px 18px 8px 52px; } }

@media all and (max-width: 991px) {
  .section-home-carousel .carousel-wrapper .owl-nav .owl-prev {
    left: -5% !important; }
  .section-home-carousel .carousel-wrapper .owl-nav .owl-next {
    right: -5% !important; }
    .animation-about-service {
        display: none;
    }
    .section-how-connect {
        margin: 0 0 60px;
    }
    .tab-offers_offer-left_benefit {
        justify-content: start;
    }
    .tab-offers_offer-left p {
        text-align: left;
        padding: 0 10px;
    }
    .blog-and-news_news {
        text-align: left;
    }



 }

@media all and (max-width: 767px) {
    .tab-offers_offer-left_benefit {
        flex-direction: row;
    }

  .section-home-carousel .carousel-wrapper .hero-item_desc {
    width: 100% !important; }
  .section-home-carousel .carousel-wrapper .hero-item_form {
    width: 100% !important; }
    .section-home-carousel .carousel-wrapper .hero-item_form-width {
      display: block !important;
      height: 0px !important; }
  .section-home-carousel .carousel-wrapper .owl-nav .owl-prev {
    top: 25% !important; }
  .section-home-carousel .carousel-wrapper .owl-nav .owl-next {
    top: 25% !important; } }

.section-index-cards {
  margin: 0 0 60px 0; }
  .section-index-cards .i-card {
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px 20px;
    position: relative;
    max-height: 145px;
    border: 1px solid #EDF0F8;
    border-radius: 15px;
    -webkit-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    transition: all 375ms ease; }
    .section-index-cards .i-card a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .section-index-cards .i-card img {
      margin-bottom: 10px; }
    .section-index-cards .i-card span {
      font-size: 16px;
      font-weight: bold; }
    .section-index-cards .i-card_img {
      margin-bottom: 10px; }
    .section-index-cards .i-card .hover-svg {
      display: none; }
    .section-index-cards .i-card:hover {
      background-color: #003893;
      border: 1px solid #003893;
      cursor: pointer; }
      .section-index-cards .i-card:hover span {
        color: #FFFFFF; }
      .section-index-cards .i-card:hover .i-card_img-bg {
        fill: #0846AC; }
      .section-index-cards .i-card:hover .i-card_img-lines {
        fill: #FFFFFF; }
      .section-index-cards .i-card:hover .i-card_img-stroke-white {
        stroke: #FFFFFF; }

      .section-index-cards .i-card:hover .i-card_img-fill-stroke-blue {
        stroke: #0846AC;
        fill: #0846AC; }

      .section-index-cards .i-card:hover .i-card_img-fill-stroke-white {
        stroke: #FFFFFF;
        fill: #0846AC; }


      .section-index-cards .i-card:hover .static-svg {
        display: none; }
      .section-index-cards .i-card:hover .hover-svg {
        display: block; }

.section-index-cards.home-index-cards {
  margin: 0;
  padding: 30px 0;
  background-color: #F2F4FB; }

.section-how-connect {
  margin: 60px 0; }
  .section-how-connect h2 {
    text-align: center;
    margin-bottom: 20px; }
  .section-how-connect p {
    text-align: center;
    margin-bottom: 40px; }
  .section-how-connect .pdng-0 {
    padding: 0; }
  .section-how-connect .how-c_blue-card {
    background-color: #003893;
    border: 1px solid #003893; }
    .section-how-connect .how-c_blue-card p {
      color: #FFFFFF; }
  .section-how-connect_card {
    display: flex;
    flex-direction: column;
    padding: 25px;
    height: 100%;
    border: 1px solid #EDF0F8;
    border-radius: 15px;
    -webkit-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3); }
    .section-how-connect_card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 45px; }
    .section-how-connect_card p {
      text-align: left; }
      .section-how-connect_card p:first-of-type {
        margin-bottom: 30px;
        font-weight: bold; }
      .section-how-connect_card p:last-of-type {
        margin-bottom: 0; }
    .section-how-connect_card.gray-card {
      background-color: #F2F4FB;
      border-color: #F2F4FB; }

.section-how-connect_card {
  min-height: 264px; }

  .section-about-maxnet {
    margin-bottom: 40px; }

.section-about-maxnet .about-maxnet_contents {
  padding: 60px 0 0;
  display: flex;
  flex-direction: row;
  min-height: 414px;}

  .section-about-maxnet .about-maxnet_contents .left-side {
    max-width: 560px; }
    .section-about-maxnet .about-maxnet_contents .left-side .btn-outline {
      margin-left: 0;
      max-width: 183px; }
  .section-about-maxnet .about-maxnet_contents .right-side .img-wrapper {
    width: 410px;
    height: 300px; }
    .section-about-maxnet .about-maxnet_contents .right-side .img-wrapper img {
      width: 100%;
      height: 100%; }
  .section-about-maxnet .about-maxnet_contents .right-side img {
    width: 100%; }

.section-about-maxnet .about-maxnet-title {
  margin-bottom: 32px; }

.section-about-maxnet ul {
  font-weight: 300;
  margin-left: 18px;
}

.section-about-maxnet p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
  font-size: 16px;
  font-style: normal;}

@media all and (max-width: 992px) {
    .banner-wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }


  .section-about-maxnet {
    padding-top: 40px; }
    .section-about-maxnet .about-maxnet_contents {
      padding: 0;
      flex-wrap: wrap;}
      .section-about-maxnet .about-maxnet_contents .left-side {
        margin: 0 0 30px;
        width: 100%;
        max-width: initial; }
        .section-about-maxnet .about-maxnet_contents .left-side .btn-outline {
          margin: 0 auto; }
        /*.section-about-maxnet .about-maxnet_contents .left-side p {
          margin-bottom: 0; }*/
        .section-about-maxnet .about-maxnet_contents .left-side a {
          margin-top: 30px !important; }
      .section-about-maxnet .about-maxnet_contents .right-side {
        width: 100%;
        text-align: center; }
        .section-about-maxnet .about-maxnet_contents .right-side .img-wrapper {
          margin: 0 auto;
          width: 315px;
          height: auto; }
        .section-about-maxnet .about-maxnet_contents .right-side img {
          width: 50%;
          margin-bottom: 10px; }
    .section-about-maxnet .about-maxnet-title {
      margin-bottom: 30px; }
    .section-about-maxnet .about-maxnet-text {
      margin-bottom: 30px; } }

@media all and (max-width: 768px) {
  .section-about-maxnet {
    padding-top: 30px; }
    .section-about-maxnet .about-maxnet_contents img {
      width: 100%; }
    .section-about-maxnet .about-maxnet-title {
      margin-top: unset !important;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
    .section-about-maxnet .about-maxnet-text {
      width: 100%; } }

.tab-offers {
  margin: 60px 0; }
  .tab-offers_tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .tab-offers_tabs .tab {
      padding: 10px;
      background-color: #EEF1F8;
      border: 1px solid #dcdfe6;
      border-radius: 25px; }
      .tab-offers_tabs .tab:hover {
        cursor: pointer; }
  .tab-offers_offer {
    display: flex;
    margin-top: 40px; }
    .tab-offers_offer-left {
      width: 50%;
      padding: 40px 20px 40px 40px;
      background-color: #F2F4FB; }
      .tab-offers_offer-left h3 {
        font-size: 32px; }
      .tab-offers_offer-left p {
        margin: 20px 0; }
      .tab-offers_offer-left_benefit {
        flex-direction: row;
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .tab-offers_offer-left_benefit p {
          margin-left: 30px; }
      .tab-offers_offer-left_buttons {
        display: flex;
        align-items: center; }
        .tab-offers_offer-left_buttons a {
          margin: 0; }
        .tab-offers_offer-left_buttons a:first-child {
          margin-right: 50px; }
    .tab-offers_offer-right {
      width: 50%;
      background-color: #003893; 
      display: flex;
    }

    .tab-offers.b2b-ats .tab-offers_offer-right {
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;}


      .tab-offers_offer-right .benefit-preview-img {
        text-align: center; }
        .tab-offers_offer-right .benefit-preview-img img {
          width: 100%; }
      .tab-offers_offer-right .mobile-stores-buttons {
        display: flex;
        justify-content: space-evenly;
        align-items: center; }

@media screen and (max-width: 991.98px) {
  .tab-offers {
    margin: 30px 0; }
    .tab-offers_tabs {
      flex-direction: column;
      align-items: center;
      position: sticky;
      z-index: 999;
      top: 0;
      background-color: #ffffff;
      padding-top: 10px; }
      .tab-offers_tabs .tab {
        margin-bottom: 10px; }
    .tab-offers_offer {
      flex-direction: column; }
      .tab-offers_offer-left {
        width: 100%;
        padding: 40px 30px; }
        .tab-offers_offer-left p {
          text-align: left; }
        .tab-offers_offer-left_benefit {
          justify-content: start; }
        .tab-offers_offer-left_buttons {
          justify-content: center; }
      .tab-offers_offer-right {
        width: 100%; }
        .tab-offers_offer-right .mobile-stores-buttons {
          margin-top: 20px; } }

@media screen and (max-width: 767.98px) {
  .tab-offers {
    margin: 30px 0; }
    .tab-offers_offer {
      flex-direction: column; }
      .tab-offers_offer h3 {
        font-size: 24px;
        text-align: center; }
      .tab-offers_offer-left {
        padding: 30px 25px; }
        .tab-offers_offer-left_benefit {
          margin-bottom: 0;
          flex-direction: row; }
          .tab-offers_offer-left_benefit p {
            margin-left: 0; }
        .tab-offers_offer-left_buttons {
          flex-direction: column; }
          .tab-offers_offer-left_buttons a {
            margin: 20px auto; }
      .tab-offers_offer-right .mobile-stores-buttons {
        display: flex;
        flex-direction: column; }
        .tab-offers_offer-right .mobile-stores-buttons a {
          margin: 20px auto 0; } }

.blog-and-news {
  margin: 30px 0; }
  .blog-and-news_container {
    display: flex;
    justify-content: space-between; }
  .blog-and-news_blog {
    width: 50%;
    padding: 40px 20px 0 40px; }
    .blog-and-news_blog-header {
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      .blog-and-news_blog-header a {
        margin: 0 !important; }
    .blog-and-news_blog-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 40px; }
      .blog-and-news_blog-content .blog-card {
        width: 48%;
        background-color: #F2F4FB;
        margin-bottom: 30px;
        border-radius: 16px;
        padding: 25px 25px 30px;
        position: relative; }
        .blog-and-news_blog-content .blog-card_header {
          border-radius: 16px 16px 0 0;
          text-align: center; }
          .blog-and-news_blog-content .blog-card_header img {
            width: 100%; }
        .blog-and-news_blog-content .blog-card_footer {
          margin-top: 15px;
          border-radius: 0 0 16px 16px;
          position: relative;
          z-index: 2; }
          .blog-and-news_blog-content .blog-card_footer p {
            font-weight: bold; }
        .blog-and-news_blog-content .blog-card .blod-card_hover-eff {
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(75, 101, 156, 0.75) 0%, rgba(1, 55, 145, 0.9) 50%);
          top: 0;
          left: 0;
          border-radius: 16px; }
        .blog-and-news_blog-content .blog-card .blod-card_hover-link {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1000; }
        .blog-and-news_blog-content .blog-card .blod-card_hover-eff_hidden {
          display: none; }
        .blog-and-news_blog-content .blog-card:hover .blod-card_hover-eff_hidden {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(75, 101, 156, 0.75) 0%, rgba(1, 55, 145, 0.9) 50%);
          top: 0;
          left: 0;
          border-radius: 16px; }
        .blog-and-news_blog-content .blog-card:hover .blog-card_footer {
          color: #FFFFFF; }
  .blog-and-news_news {
    width: 50%;
    padding: 40px 20px 0 60px; }
    .blog-and-news_news-title {
      font-size: 32px;
      margin-bottom: 30px; }
    .blog-and-news_news .btn {
      width: 50%;
      margin: 40px 0 0; }
    .blog-and-news_news-link {
      margin-top: 40px; }
      .blog-and-news_news-link a p:first-child {
        font-size: 14px;
        color: #377CFD; }
      .blog-and-news_news-link a p:last-child {
        font-weight: bold;
        color: #000000; }

@media screen and (max-width: 991.98px) {
  .blog-and-news {
    margin: 40px 0 0; }
    .blog-and-news_container {
      display: block; }
    .blog-and-news_blog {
      width: 100%; }
      .blog-and-news_blog-header {
        justify-content: space-around; }
    .blog-and-news_news {
      width: 100%;
      text-align: left;
      padding: 40px 20px 0 20px; }
      .blog-and-news_news .btn-all-news {
        margin: 40px auto 0; }
      .blog-and-news_news-link {
        margin-top: 20px;
        /*margin-left: 24%;*/ }
        .blog-and-news_news-link a {
          display: flex;
          align-items: baseline; }
          .blog-and-news_news-link a .news_date {
            margin-right: 10px; } }

@media screen and (max-width: 991.98px) {
        .blog-and-news_blog-content .blog-card_footer p {
          text-align: center; }
}


@media screen and (max-width: 767.98px) {
  .blog-and-news_blog {
    padding: 20px 20px 0; }
    .blog-and-news_blog-header {
      flex-direction: column; }
      .blog-and-news_blog-header img {
        margin-bottom: 40px; }
    .blog-and-news_blog-content {
      flex-direction: column; }
      .blog-and-news_blog-content .blog-card {
        width: 100%; }
  .blog-and-news_news {
    padding: 20px; }
    .blog-and-news_news .btn-all-news {
      width: 70%; }
    .blog-and-news_news-link {
      margin-left: unset; } }

.video-about-webtv {
  background-color: transparent !important; }

.download-app-webtv {
  padding: 30px 0 45px;
  background-color: #F2F4FB; }
  .download-app-webtv_content {
    display: flex;
    justify-content: center;
    align-items: center; }
    .download-app-webtv_content-icon img {
      margin-right: 20px; }
    .download-app-webtv_content-buttons {
      display: flex;
      margin-left: 20px; }
      .download-app-webtv_content-buttons a {
        display: block;
        height: fit-content; }
        .download-app-webtv_content-buttons a:first-child {
          margin-right: 10px; }
        .download-app-webtv_content-buttons a:last-child {
          margin-left: 10px; }
    .download-app-webtv_content .btn-app-webtv {
      margin: 0; }

@media screen and (max-width: 991.98px) {
  .download-app-webtv {
    padding-top: 0;
    margin-bottom: 30px; }
    .download-app-webtv_content-buttons {
      display: block; }
      .download-app-webtv_content-buttons a:first-child {
        margin-right: 0;
        margin-bottom: 10px; }
      .download-app-webtv_content-buttons a:last-child {
        margin-top: 10px;
        margin-left: 0; } }

@media screen and (max-width: 767.98px) {
  .download-app-webtv_content {
    flex-direction: column;
    justify-content: center; }
    .download-app-webtv_content-icon img {
      margin-right: 0; }
    .download-app-webtv_content-icon svg {
      display: none; }
    .download-app-webtv_content-buttons {
      margin: 20px 0; }
    .download-app-webtv_content a:first-child {
      margin-bottom: 20px; } 
    .section-tariffs .item .item-two-col {
        flex-direction: column;
    }
    .section-tariffs .item .item-two-col .item_right {
        margin-left: 40px;
        padding-left: 5px;
    }

    }

.section-tariffs .font .item_left p {
  font-weight: normal !important; }

.section-tariffs .slider.indent .item .item-two-col .item_left {
  width: 55%; }

.section-tariffs .slider.indent .item .item-two-col .item_right {
  width: 45%;
  padding-left: 10px; }

.section-tariffs .slider {
  border: 1px solid #DCE0EC;
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2); }
  .section-tariffs .slider .owl-carousel.owl-theme.carousel-dots-aside-one .owl-stage-outer.owl-height {
    padding-top: 0; }
  .section-tariffs .slider .owl-dots {
    display: none; }

.section-tariffs .slider-header {
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .section-tariffs .slider-header .title-h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #393939; }
  .section-tariffs .slider-header .label_on-sale {
    display: flex;
    padding: 0 17px;
    width: 90px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #377CFD;
    border: 1px solid #377CFD;
    border-radius: 999px; }

.section-tariffs .item .item-two-col {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative; }
  .section-tariffs .item .item-two-col.bg {
    background: #EEF1F8;
    border-radius: 16px;
    margin-top: 30px; }
  .section-tariffs .item .item-two-col::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #DCE0EC;
    opacity: 1;
    width: 90%;
    bottom: 0; }
  .section-tariffs .item .item-two-col:last-child::before {
    border-bottom: none; }


  .section-tariffs .item .item-two-col .item_left {
    display: flex;
    align-items: center; }
    .section-tariffs .item .item-two-col .item_left .icon-wrapper_white svg {
      background: #397dfb;
      border-radius: 50%; }
    .section-tariffs .item .item-two-col .item_left .title {
      margin-left: 20px;
      font-weight: 300; }
  .section-tariffs .item .item-two-col .item_right {
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: right;}
    .section-tariffs .item .item-two-col .item_right .price-value {
      font-weight: 700;
      padding-right: 8px;
      font-size: 20px; }

.section-tariffs .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-prev {
  left: -9% !important; }

.section-tariffs .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-next {
  right: -9% !important; }

.section-tariffs .slider .btn {
  margin-top: 40px;
  background: #377CFD;
  color: #fff;
  margin-bottom: 5px; }

.section-tariffs .international-tariffs {
  background: #F2F4FB;
  width: 100%;
  height: 100%; }
  .section-tariffs .international-tariffs .two-column {
    display: flex;
    width: 100%;
    height: 100%; }
    .section-tariffs .international-tariffs .two-column .col.one {
      width: 95%;
      flex-grow: inherit;
      flex-basis: inherit; }
      .section-tariffs .international-tariffs .two-column .col.one .title-h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        margin-top: 25px;
        color: #393939; }
      .section-tariffs .international-tariffs .two-column .col.one .item {
        margin-top: 42px; }
        .section-tariffs .international-tariffs .two-column .col.one .item .item-two-col {
          padding: 30px 0px 27px 30px; }
          .section-tariffs .international-tariffs .two-column .col.one .item .item-two-col:first-child {
            background: inherit;
            border-radius: none; }
          .section-tariffs .international-tariffs .two-column .col.one .item .item-two-col::before {
            width: 96%; }
          .section-tariffs .international-tariffs .two-column .col.one .item .item-two-col .item_right .price-value {
            font-size: 16px; }
        .section-tariffs .international-tariffs .two-column .col.one .item .btn {
          margin-top: 40px;
          color: #377CFD;
          font-weight: normal;
          width: 100%;
          max-width: 170px;
          padding: 15px 24px; }
    .section-tariffs .international-tariffs .two-column .col.one .item .btn:hover {
            color: #ffffff; }
    .section-tariffs .international-tariffs .two-column .col.two {
      width: 20%; }

.section-tariffs-accordion #accordionTariffs .card .card-header {
  padding: 24px 0 15px; }

.section-tariffs-accordion #accordionTariffs .card .owl-carousel .item_left {
  width: 55%; }

.section-tariffs-accordion #accordionTariffs .card .owl-carousel .item_right {
  width: 45%; }

.section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-two .owl-stage-outer.owl-height {
  max-height: 300px; }

.section-tariffs-accordion #accordionTariffs .card .owl-dots {
  display: none; }

.section-tariffs-accordion #accordionTariffs .card .item {
  border-radius: 16px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 20px 30px;
  margin-top: 29px;
  box-shadow: 5px 5px 13px 2px rgba(3, 3, 8, 0.2); }
  .section-tariffs-accordion #accordionTariffs .card .item p.title {
    font-size: 16px;
    font-weight: bold;
    color: #2D3436; }
  .section-tariffs-accordion #accordionTariffs .card .item .item-two-col {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 15px; }
    .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_left .title {
      font-size: 14px;
      font-weight: 300; }
    .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_right {
      font-weight: 700; }

#animation-telephony {
  width: 100%;
  max-width: 450px;
  height: 414px;
  background: url("/static/src/gif-animation/gts-img1.png") left center;
  background-size: cover;
  animation: play-telephony 4.5s steps(6) infinite; }

@keyframes play-telephony {
  100% {
    background-position: -2700px; } }

@media screen and (max-width: 991.98px) {
  #animation-telephony {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  #animation-telephony {
    max-width: 225px;
    height: 207px; }
  @keyframes play-telephony {
    100% {
      background-position: -1350px; } } }

@media screen and (max-width: 991.98px) {
  .section-about-maxnet .about-maxnet_contents .about-maxnet-title {
    text-align: center;
    margin-top: 20px; }
  .section-tariffs .container {
    max-width: 100%;
    padding: 0; }
  .section-tariffs .slider {
    width: 500px;
    margin: 0 auto; }
    .section-tariffs .slider .owl-theme .owl-nav [class*="owl-"] {
      margin-left: -25px !important;
      margin-right: -25px !important; }
  .international-tariffs {
    margin-top: 50px;
    padding: 0 50px; }
    .international-tariffs .two-column .col.one {
      width: 100% !important; }
      .international-tariffs .two-column .col.one h2.title-h2 {
        font-size: 20px !important;
        margin-top: 50px !important; }
      .international-tariffs .two-column .col.one .item .item-two-col {
        padding: 30px 0px 27px 0px !important; }
        .international-tariffs .two-column .col.one .item .item-two-col::before {
          width: 100% !important; }
    .international-tariffs .two-column .col.two {
      display: none; }
  .section-tariffs-accordion {
    margin-top: 50px !important; }
    .section-tariffs-accordion #accordionTariffs .card .owl-stage-outer.owl-height {
      max-height: 350px !important; } }

@media screen and (max-width: 767.98px) {
  .section-wrapper .round-select {
    min-width: inherit; }
  .section-tariffs .container {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px; }
  .section-tariffs .slider {
    margin-bottom: 50px;
    width: 95%; }
    .section-tariffs .slider .owl-nav .owl-prev {
      margin-left: -25px !important; }
    .section-tariffs .slider .owl-nav .owl-next {
      margin-right: -25px !important; }
    .section-tariffs .slider .item {
      padding: 0 5px; }
      .section-tariffs .slider .item .item-two-col {
        flex-direction: column; }
        .section-tariffs .slider .item .item-two-col .item_right {
          width: 100% !important;
          margin: 0;  }
        .section-tariffs .slider .item .item-two-col .item_left {
          width: 100% !important; }
  .section-tariffs .calc-tariffs {
    margin-top: 0 !important;
    margin-bottom: 40px !important; }
  .international-tariffs {
    margin-bottom: 40px;
    padding: 0 10px;
    margin-top: 0; }
    .international-tariffs .two-column .col.one {
      width: 100% !important; }
      .international-tariffs .two-column .col.one h2.title-h2 {
        font-size: 20px !important; }
      .international-tariffs .two-column .col.one .item .item-two-col {
        padding: 30px 0px 27px 0px !important; }
        .international-tariffs .two-column .col.one .item .item-two-col::before {
          width: 100% !important; }
    .international-tariffs .two-column .col.two {
      display: none; }
  .section-tariffs-accordion {
    margin-top: 0 !important; } }

.section-tariffs input::placeholder {
  color: #999999; }

.section-tariffs .icon-wrapper_grey svg {
  background: #DCE0EC;
  border-radius: 50%; }


.section-tariffs .slider {
  border: 1px solid #DCE0EC;
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2); }
  .section-tariffs .slider .owl-carousel.owl-theme.carousel-dots-aside-one .owl-stage-outer.owl-height {
    height: 640px; }
  .section-tariffs .slider .owl-dots {
    display: none; }

.section-tariffs .slider-header {
  display: flex;
  justify-content: center; }
  .section-tariffs .slider-header .title-h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #393939; }
  .section-tariffs .slider-header .label_on-sale {
    display: flex;
    padding: 0 17px;
    width: 90px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #377CFD;
    border: 1px solid #377CFD;
    border-radius: 999px; }

.section-tariffs .item .item-two-col {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative; }
  .section-tariffs .item .item-two-col.bg {
    background: #EEF1F8;
    border-radius: 16px;
    margin-top: 30px; }
    .section-tariffs .item .item-two-col.bg .item_left ,.section-tariffs .item .item-two-col.bg_grey .item_left,.section-tariff-plans_2-columns .item .item-two-col.bg_grey .item_left {
      width: 100% !important; }
    .section-tariffs .item .item-two-col.bg.bg_cost .item_left {
      width: 66% !important; }

      .section-tariffs .item .item-two-col.bg .item_left p {
        font-weight: bold; }
  .section-tariffs .item .item-two-col::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #DCE0EC;
    opacity: 1;
    width: 90%;
    bottom: 0; }
  .section-tariffs .item .item-two-col .item_left {
    display: flex;
    align-items: center; }
    .section-tariffs .item .item-two-col .item_left .icon-wrapper_white svg {
      background: #397dfb;
      border-radius: 50%; }
    .section-tariffs .item .item-two-col .item_left .title {
      margin-left: 20px;
      font-weight: 300; }
  .section-tariffs .item .item-two-col .item_right {
    font-weight: 300;
    display: flex;
    align-items: center;
    width: 34%; }
    .section-tariffs .item .item-two-col .item_right .price-value {
      font-weight: 700;
      padding-right: 8px;
      font-size: 20px; }

.section-tariffs .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-prev {
  left: -9% !important; }

.section-tariffs .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-next {
  right: -9% !important; }

.section-tariffs .slider .btn {
  margin-top: 40px;
  background: #377CFD;
  color: #fff; }

.section-tariffs .calc-tariffs {
  background: #F2F4FB;
  width: 100%;
  height: 100%; }
  .section-tariffs .calc-tariffs .two-column {
    display: flex;
    width: 100%;
    height: 100%; }
    .section-tariffs .calc-tariffs .two-column .col.one {
      width: 95%;
      flex-grow: inherit;
      flex-basis: inherit; }
      .section-tariffs .calc-tariffs .two-column .col.one .title-h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        margin-top: 25px;
        color: #393939; }
      .section-tariffs .calc-tariffs .two-column .col.one .input-group {
        padding-left: 20px; }
        .section-tariffs .calc-tariffs .two-column .col.one .input-group .btn-1 {
          border-top-right-radius: 8px;
          border-bottom-right-radius: 8px;
          border: 1px solid #007bff;
          background: #007bff;
          padding: 15px 15px;
          font-size: 20px;
          color: #fff;
          background-image: url(/static/src/images/arrows-carousel/r-arrow.png);
          width: 55px;
          background-repeat: no-repeat;
          background-position: center; }
      .section-tariffs .calc-tariffs .two-column .col.one .item {
        margin-top: 42px; }
        .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col {
          padding: 30px 0px 27px 30px; }
          .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col:first-child {
            background: inherit;
            border-radius: none; }
          .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col::before {
            width: 96%; }
          .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col .item_left .icon-wrapper_white svg {
            background: #fff; }
          .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col .item_right .price-value {
            font-size: 16px; }
        .section-tariffs .calc-tariffs .two-column .col.one .item .btn {
          margin-top: 40px;
          color: #377CFD;
          font-weight: 100;
          width: 100%;
          max-width: 170px;
          padding: 15px 24px; }
    .section-tariffs .calc-tariffs .two-column .col.two {
      width: 20%; }

.section-tariffs-accordion #accordionTariffs {
  margin-top: 20px !important; }
  .section-tariffs-accordion #accordionTariffs .card #collapseTariff .carousel-wrapper .item {
    border-radius: 16px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 20px 20px;
    margin-top: 29px;
    box-shadow: 5px 5px 13px 2px rgba(3, 3, 8, 0.2);
    height: auto;
    position: inherit; }
    .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col {
      display: flex;
      justify-content: space-between;
      line-height: 20px;
      margin-top: 5px;
      position: inherit;
      bottom: inherit;
      width: inherit;
      left: inherit;
      padding: initial; }
      .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_left .title {
        font-size: 14px;
        font-weight: 300; }
        .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_left .title b {
          font-weight: bold; }
      .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_right {
        font-weight: 700; }
        .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_right a.btn {
          padding: 15px 35px;
          border: 1.5px solid #377CFD; }
  .section-tariffs-accordion #accordionTariffs .card .card-header {
    padding: 24px 0 15px; }
  @media screen and (max-width: 767.98px) {
    .section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-two .owl-stage-outer.owl-height {
      height: 350px !important; } }
  .section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-three .owl-stage-outer.owl-height {
    height: 300px !important; }
  .section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-two .owl-stage-outer.owl-height {
    height: 300px; }
  .section-tariffs-accordion #accordionTariffs .card .owl-dots {
    display: none; }
  .section-tariffs-accordion #accordionTariffs .card .item {
    border-radius: 16px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 20px 30px;
    margin-top: 29px;
    box-shadow: 5px 5px 13px 2px rgba(3, 3, 8, 0.2);
    height: 180px;
    position: relative; }
    .section-tariffs-accordion #accordionTariffs .card .item p.title {
      font-size: 16px;
      font-weight: bold;
      color: #2D3436; }
    .section-tariffs-accordion #accordionTariffs .card .item .item-two-col {
      display: flex;
      justify-content: space-between;
      line-height: 20px;
      margin-top: 15px;
      position: absolute;
      bottom: 10px;
      width: 100%;
      left: 0px;
      padding: 0 30px; }
      .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_left .title {
        font-size: 14px;
        font-weight: 300; }
        .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_left .title b {
          font-weight: bold; }
      .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_right {
        font-weight: 700; }
        .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_right a.btn {
          padding: 15px 25px;
          border: 1.5px solid #377CFD; }

#animation-sip-b2c {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/sip1(1).png") left center;
  background-size: cover;
  animation: play-sip-b2c 4.5s steps(8) infinite;
  position: absolute; }

@keyframes play-sip-b2c {
  100% {
    background-position: -4560px; } }

@media screen and (max-width: 991.98px) {
  #animation-sip-b2c {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-sip-b2c {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2c {
    100% {
      background-position: -2280px; } } }

@media screen and (max-width: 991.98px) {
  .owl-carousel .owl-stage-outer{
    margin-bottom: 0; }

  .section-tariffs .calc-tariffs {
    margin-top: 70px;
    padding: 0 50px; }
    .section-tariffs .calc-tariffs .two-column .col.one {
      width: 100% !important; }
      .section-tariffs .calc-tariffs .two-column .col.one h2.title-h2 {
        font-size: 20px !important;
        margin-top: 50px !important; }
      .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col {
        padding: 30px 0px 27px 0px !important; }
        .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col::before {
          width: 100% !important; }
    .section-tariffs .calc-tariffs .two-column .col.two {
      display: none; }
  .section-tariffs-accordion #accordionTariffs {
    margin-top: 40px; } }

@media screen and (max-width: 767.98px) {
  .section-tariffs .slider {
    margin-bottom: 50px; }
  .section-tariffs .calc-tariffs {
    margin-bottom: 0;
    padding: 0 10px; }
    .section-tariffs .calc-tariffs .two-column .col.one {
      width: 100% !important; }
      .section-tariffs .calc-tariffs .two-column .col.one .input-group {
        padding-left: 0; }
      .section-tariffs .calc-tariffs .two-column .col.one h2.title-h2 {
        font-size: 20px !important; }
      .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col {
        padding: 30px 0px 27px 0px !important; }
        .section-tariffs .calc-tariffs .two-column .col.one .item .item-two-col::before {
          width: 100% !important; }
    .section-tariffs .calc-tariffs .two-column .col.two {
      display: none; } }

.sip-b2b-services-cards {
  background: #F2F4FB;
  padding: 60px; }
  .sip-b2b-services-cards .indent {
    margin-top: 40px; }
  .sip-b2b-services-cards .item-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    width: 100%; }
    .sip-b2b-services-cards .item-card.right {
      float: right; }
    .sip-b2b-services-cards .item-card .info {
      display: flex;
      align-items: center;
      margin-top: 30px;
      font-weight: 700; }
      .sip-b2b-services-cards .item-card .info svg {
        margin-left: 30px;
        position: absolute;
        right: 20px; }
    .sip-b2b-services-cards .item-card:hover .card-hover-block {
      /*display: block;*/
      background: #003893;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      }
      .sip-b2b-services-cards .item-card:hover .card-hover-block h4 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 16px; }
      .sip-b2b-services-cards .item-card:hover .card-hover-block p {
        color: #fff;
        font-weight: 300;
        line-height: 20px; }
    .sip-b2b-services-cards .item-card .card-hover-block {
      display: none; }

@media screen and (max-width: 991.98px) {
  .sip-b2b-services-cards .item-card {
    margin-top: 30px;
    width: 100%; }
    .sip-b2b-services-cards .item-card.right {
      float: none; } }

@media screen and (max-width: 767.98px) {
  .sip-b2b-services-cards {
    padding: 40px 10px 40px 10px; }
    .sip-b2b-services-cards .indent {
      margin-top: 0; } }

#animation-sip-b2b {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/sip1.png") left center;
  background-size: cover;
  animation: play-sip-b2b 4.5s steps(17) infinite; }

@keyframes play-sip-b2b {
  100% {
    background-position: -9690px; } }

@media screen and (max-width: 991.98px) {
  #animation-sip-b2b {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  #animation-sip-b2b {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2b {
    100% {
      background-position: -4845px; } } }

@media screen and (max-width: 991.98px) {
  .section-more-about .card .card-body .card-body_header {
    flex-direction: column; }
    .section-more-about .card .card-body .card-body_header .card-body_header-img {
      margin-top: 30px; } }

#animation-sip-b2b-number {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("../../assets/gif-animation/sip1(1).png") left center;
  background-size: cover;
  animation: play-sip-b2b-number 4.5s steps(8) infinite;
  position: absolute; }

@keyframes play-sip-b2b-number {
  100% {
    background-position: -4560px; } }

@media screen and (max-width: 991.98px) {
  #animation-sip-b2b-number {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-sip-b2b-number {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2b-number {
    100% {
      background-position: -2280px; } } }

.section-tariff-plans_2-columns .icon-wrapper_grey svg {
  background: #DCE0EC;
  border-radius: 50%; }

.section-tariff-plans_2-columns .slider.distance .item .item-two-col.bg {
  background: #EEF1F8;
  border-radius: 16px;
  margin-top: 30px; }

.section-tariff-plans_2-columns .slider.distance .item .item-two-col .item_left {
  width: 65%; }

.section-tariff-plans_2-columns .slider.distance .item .item-two-col .item_right {
  width: 35%;
  padding-left: 10px; }

.section-tariff-plans_2-columns .slider {
  border: 1px solid #DCE0EC;
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2); }
  .section-tariff-plans_2-columns .slider .owl-carousel.owl-theme.carousel-dots-aside-one .owl-stage-outer.owl-height {
    padding-top: 0; }
  .section-tariff-plans_2-columns .slider .owl-dots {
    display: none; }

.section-tariff-plans_2-columns .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px; }
  .section-tariff-plans_2-columns .slider-header .title-h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: #393939; }
  .section-tariff-plans_2-columns .slider-header .label_on-sale {
    display: flex;
    padding: 0 17px;
    width: 90px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #377CFD;
    border: 1px solid #377CFD;
    border-radius: 999px; }

.section-tariff-plans_2-columns .item .item-two-col {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  position: relative; }
  .section-tariff-plans_2-columns .item .item-two-col::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #DCE0EC;
    opacity: 1;
    width: 90%;
    bottom: 0; }
  .section-tariff-plans_2-columns .item .item-two-col:first-child {
    background: #EEF1F8;
    border-radius: 16px; }
  .section-tariff-plans_2-columns .item .item-two-col .item_left {
    display: flex;
    align-items: center;
    width: 70%; }
    .section-tariff-plans_2-columns .item .item-two-col .item_left .icon-wrapper_white svg {
      background: #397dfb;
      border-radius: 50%; }
    .section-tariff-plans_2-columns .item .item-two-col .item_left .title {
      margin-left: 20px;
      font-weight: 300; }
  .section-tariff-plans_2-columns .item .item-two-col .item_right {
    font-weight: 300;
    display: flex;
    align-items: center; }
    .section-tariff-plans_2-columns .item .item-two-col .item_right .price-value {
      font-weight: 700;
      padding-right: 8px;
      font-size: 20px; }

.section-tariff-plans_2-columns .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-prev {
  left: -9% !important; }

.section-tariff-plans_2-columns .slider .owl-carousel.carousel-dots-aside .owl-nav .owl-next {
  right: -9% !important; }

.section-tariff-plans_2-columns .slider .btn {
  margin-top: 30px;
  background: #377CFD;
  color: #fff; }

.section-tariff-plans_2-columns .international-tariffs {
  background: #F2F4FB;
  width: 100%;
  height: 100%; }
  .section-tariff-plans_2-columns .international-tariffs .two-column {
    display: flex;
    width: 100%;
    height: 100%; }
    .section-tariff-plans_2-columns .international-tariffs .two-column .col.one {
      width: 95%;
      flex-grow: inherit;
      flex-basis: inherit; }
      .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .btn {
        width: 100%;
        max-width: 200px;
        margin: 30px auto;
        background-color: #fff; }
        .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .btn:hover {
          color: #FFFFFF;
          background-color: #377CFD; }
      .section-tariff-plans_2-columns .international-tariffs .two-column .col.one h4.title-h2 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        margin-top: 25px;
        color: #393939; }
      .section-tariff-plans_2-columns .international-tariffs .two-column .col.one p.under-title {
        text-align: center;
        font-weight: 300;
        width: 100%;
        max-width: 400px;
        margin: 40px auto; }
      .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item {
        margin-top: 42px; }
        .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .item-two-col {
          padding: 30px 0px 27px 30px; }
          .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .item-two-col .item_left .icon-wrapper_white svg {
            background: #fff; }
          .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .item-two-col:first-child {
            background: inherit;
            border-radius: none; }
          .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .item-two-col::before {
            width: 96%; }
          .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .item-two-col .item_right .price-value {
            font-size: 16px; }
        .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .item .btn {
          margin-top: 40px;
          color: #377CFD;
          font-weight: 100;
          width: 100%;
          max-width: 170px;
          padding: 15px 24px; }
    .section-tariff-plans_2-columns .international-tariffs .two-column .col.two {
      width: 20%; }

@media screen and (max-width: 991.98px) {
  .section-tariffs-accordion #accordionTariffs {
    margin-top: 0; }
  .section-tariff-plans_2-columns .container {
    max-width: 100%;
    padding: 0; }
  .section-tariff-plans_2-columns .international-tariffs {
    margin-top: 50px; }
    .section-tariff-plans_2-columns .international-tariffs .two-column .col.one .btn {
      margin: 30px auto 0; }
  .section-tariff-plans_2-columns .slider {
    width: 500px;
    margin: 0 auto; }
    .section-tariff-plans_2-columns .slider .owl-carousel.owl-theme.carousel-dots-aside-one .owl-stage-outer.owl-height {
      max-height: 600px;
      padding-top: 0; }
    .section-tariff-plans_2-columns .slider .owl-theme .owl-nav [class*="owl-"] {
      margin-left: -25px !important;
      margin-right: -25px !important; } }

@media screen and (max-width: 767.98px) {
  .section-tariff-plans_2-columns .international-tariffs {
    margin-top: 0; }
  .section-tariff-plans_2-columns .container {
    max-width: inherit;
    padding-left: 15px;
    padding-right: 15px; }
  .section-tariff-plans_2-columns .slider {
    margin-bottom: 40px;
    width: 95%; }
    .section-tariff-plans_2-columns .slider .owl-stage-outer.owl-height {
      max-height: 750px !important; }
    .section-tariff-plans_2-columns .slider .owl-nav .owl-prev {
      margin-left: -25px !important; }
    .section-tariff-plans_2-columns .slider .owl-nav .owl-next {
      margin-right: -25px !important; }
    .section-tariff-plans_2-columns .slider .item .slider-header {
      padding: 0 10px; }
    .section-tariff-plans_2-columns .slider .item .item-two-col {
      flex-direction: column; }
      .section-tariff-plans_2-columns .slider .item .item-two-col .item_right {
        margin-left: 40px;
        width: unset !important; }
  .section-tariff-plans_2-columns .calc-tariffs {
    margin-top: 0 !important;
    margin-bottom: 40px !important; } }

#aniamtion-sip-b2b-analog {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("../../assets/gif-animation/analog1.gif") left center;
  background-size: cover;
  animation: play-sip-b2b-analog 3.5s steps(12) infinite; }

@keyframes play-sip-b2b-analog {
  100% {
    background-position: -6840px; } }

@media screen and (max-width: 991.98px) {
  #aniamtion-sip-b2b-analog {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  .section-tariff-plans_2-columns .slider.distance .item .item-two-col .item_left {
    width: 100% !important; }
  .section-tariff-plans_2-columns .slider.distance .item .item-two-col .item-right {
    width: 100% !important; }
  #aniamtion-sip-b2b-analog {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2b-analog {
    100% {
      background-position: -3420px; } } }

#animation-sip-b2b-trunk {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("../../assets/gif-animation/trunk1.png") left center;
  background-size: cover;
  animation: play-sip-b2b-trunk 4.5s steps(9) infinite; }

@keyframes play-sip-b2b-trunk {
  100% {
    background-position: -5130px; } }

@media screen and (max-width: 991.98px) {
  #animation-sip-b2b-trunk {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  #animation-sip-b2b-trunk {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2b-trunk {
    100% {
      background-position: -2565px; } } }

.section-check-coverage_form .wrapper-inp-out {
    width: auto;
}

.section-check-coverage .section-check-coverage_form .input-wrapper {
  background: #fff;
  width: 60%;
  border-radius: 10px;
  padding-left: 20px;
  margin-right: 20px; }
  .section-check-coverage .section-check-coverage_form .input-wrapper input {
    width: 94%;
    border: none;
    margin: 0;
    padding: 10px;
    overflow: auto; }
    .section-check-coverage .section-check-coverage_form .input-wrapper input:focus {
      outline: none; }

.section-how-connect .col .section-how-connect_card {
  min-height: auto;
  position: relative; }
  .section-how-connect .col .section-how-connect_card:hover .hover-block {
    display: block; }
  .section-how-connect .col .section-how-connect_card .hover-block {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #003893;
    display: none;
    color: #fff;
    padding: 90px 20px 0 20px;
    font-weight: 300;
    width: 101%;
    border-radius: 14px;
    line-height: 20px; }
    .section-how-connect .col .section-how-connect_card .hover-block h4 {
      position: absolute;
      top: 40px;
      color: #fff;
      font-size: 16px; }
    .section-how-connect .col .section-how-connect_card .hover-block.white {
      background: #fff;
      left: -1px;
      top: -1px;
      width: 101%;
      height: 101%;
      color: #000; }
      .section-how-connect .col .section-how-connect_card .hover-block.white h4 {
        color: #000; }
  .section-how-connect .col .section-how-connect_card .section-how-connect_card-header svg:last-child {
    width: 40%; }

.section-more-about #accordion .card-body_header-img {
  width: 100% !important; }

.section-more-about #accordion img {
  width: 100%;
  max-width: 300px;}

.section-b2b-phone-connection .block-phone-connection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
  border-radius: 16px;
  padding: 40px 50px;
  width: 80%;
  margin: 0 auto; 
  position: relative; }
  .section-b2b-phone-connection .block-phone-connection .close-request-toggle,.section-b2b-phone-connection .block-phone-connection .close-domain-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }
    .section-b2b-phone-connection .block-phone-connection .close-request-toggle:hover,.section-b2b-phone-connection .block-phone-connection .close-domain-toggle:hover {
      cursor: pointer; }

  .section-b2b-phone-connection .block-phone-connection .checkout {
    background: #377CFD;
    border-radius: 50%; }
  .section-b2b-phone-connection .block-phone-connection .info {
    margin: 0 60px; }
    .section-b2b-phone-connection .block-phone-connection .info P {
      font-weight: 700; }
    .section-b2b-phone-connection .block-phone-connection .info .two-cols {
      display: flex;
      margin-top: 20px; }
      .section-b2b-phone-connection .block-phone-connection .info .two-cols p {
        font-weight: 300; }
        .section-b2b-phone-connection .block-phone-connection .info .two-cols p b {
          font-weight: 700; }
        .section-b2b-phone-connection .block-phone-connection .info .two-cols p:last-child {
          margin-left: 20px; }
  .section-b2b-phone-connection .block-phone-connection .connect .btn {
    background: #0846AC;
    color: #fff; 
    border: 1px solid transparent; }


@media screen and (max-width: 991.98px) {
  .section-tariffs {
    padding-bottom: 0; }
    .section-tariffs .section-wrapper .carousel-tariffs .owl-stage-outer.owl-height {
      max-height: 600px; }
  .section-check-coverage .section-check-coverage_form .input-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0; }
  .section-how-connect .container .col-50 {
    width: 50%;
    flex-wrap: wrap;
    flex-basis: initial; }
  .section-how-connect .section-how-connect_card .hover-block.white {
    height: 102% !important; }
  .section-b2b-phone-connection .block-phone-connection {
    padding: 30px 50px;
    width: 100%; } }

@media screen and (max-width: 1200px){
.section-how-connect .container .col-50 {
    width: 33%;
}
section.blog-tabs {
    margin-top: 20px;
}

.section-tariffs-accordion.phone_0800 #accordionTariffs .card .owl-carousel .item_left {
    width: unset;
    display: flex;
    align-items: center;
}

.section-tariffs-accordion.phone_0800 #accordionTariffs .card .owl-carousel .item_right {
    width: unset;
}

.section-tariffs-accordion.phone_0800 #accordionTariffs .card .item .item-two-col {
    padding: 0 25px;
}


}

section.blog-tabs .tv-channels_tabs {
    justify-content: start;
    flex-wrap: wrap;
}
section.blog-tabs .tv-channels_tabs a {
    margin: 5px;
}




@media (min-width: 992px) and (max-width: 1199.98px) {
.section-how-connect .container .col-50 {
    width: 33%;
    flex-wrap: wrap;
    flex-basis: initial;
    margin-bottom: 20px;
}
}


@media screen and (max-width: 767.98px) {
  .section-check-coverage .section-check-coverage_form .input-wrapper input {
    width: 90%; }
  .section-how-connect .container .col-50 {
    width: 100%;
    flex-wrap: wrap;
    flex-basis: initial; }
  .section-b2b-phone-connection .block-phone-connection {
    flex-direction: column;
    padding: 30px 30px; }
    .section-b2b-phone-connection .block-phone-connection .info {
      margin: 30px 0;
      text-align: center; } }

.b2b-ats {
  margin: 40px 0 60px; }
  .b2b-ats .tab-offers_offer {
    margin-top: 0; }
    .b2b-ats .tab-offers_offer-right {
      justify-content: space-between; }
      .b2b-ats .tab-offers_offer-right_subtitle {
        margin: -10px 0 10px; }
      .b2b-ats .tab-offers_offer-right h3 {
        font-size: 32px; }
      .b2b-ats .tab-offers_offer-right h3, .b2b-ats .tab-offers_offer-right p, .b2b-ats .tab-offers_offer-right .tab-offers_offer-left_buttons-detail {
        color: #ffffff; }

.sip-tariffs .table-container-row:last-child {
  border-bottom: none; }

@media screen and (max-width: 991.98px) {
  .b2b-ats .tab-offers_offer-left h3 {
    text-align: center; }
  .b2b-ats .tab-offers_offer-right h3 {
    text-align: center; }
  .b2b-ats .tab-offers_offer-right p {
    margin: 20px 0 20px 30px; }
  .b2b-ats .tab-offers_offer-right_subtitle {
    text-align: center; }
  .sip-tariffs .table-container-row .table-nav {
    display: flex; } }

@media screen and (max-width: 767.98px) {
  .b2b-ats .tab-offers_offer .tab-offers_offer-left h3 {
    text-align: center; }
  .b2b-ats .tab-offers_offer .tab-offers_offer-right h3 {
    text-align: center;
    font-size: 24px; }
  .b2b-ats .tab-offers_offer .tab-offers_offer-right p {
    margin: 20px auto;
    text-align: center; }
  .b2b-ats .tab-offers_offer a {
    margin: 20px auto; } }






#animation-sip-b2b-0800 {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/08001.png") left center;
  background-size: cover;
  animation: play-sip-b2b-0800 4.5s steps(11) infinite;
  position: absolute; }

@keyframes play-sip-b2b-0800 {
  100% {
    background-position: -6270px; } }

@media screen and (max-width: 991.98px) {
  #animation-sip-b2b-0800 {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-sip-b2b-0800 {
    max-width: 285px;
    height: 207px; }
  @keyframes play-sip-b2b-0800 {
    100% {
      background-position: -3135px; } } }

#animation-internet-b2b {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/b2b-1.png") left center;
  background-size: cover;
  animation: play-internet-b2b 5.5s steps(14) infinite; }

@keyframes play-internet-b2b {
  100% {
    background-position: -7980px; } }

@media screen and (max-width: 991.98px) {
  #animation-internet-b2b {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  #animation-internet-b2b {
    max-width: 285px;
    height: 207px; }
  @keyframes play-internet-b2b {
    100% {
      background-position: -3990px; } } }


.section-internet_carousel-about .two-blocks .block.col-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-internet_carousel-about .tv-channels_tabs {
  justify-content: left; }
  .section-internet_carousel-about .tv-channels_tabs .tab {
    margin-right: 40px; }

@media screen and (max-width: 767.98px) {
  .section-internet_carousel-about .tv-channels_tabs {
    justify-content: center; }
    .section-internet_carousel-about .tv-channels_tabs .tab {
      margin-right: 0; } }

#animation-tv-b2b {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("../../assets/gif-animation/web-tv-0-gif.png") left center;
  background-size: cover;
  animation: play-tv-b2b 4.5s steps(8) infinite; }

@keyframes play-tv-b2b {
  100% {
    background-position: -4557px; } }

@media screen and (max-width: 991.98px) {
  #animation-tv-b2b {
    margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  #animation-tv-b2b {
    max-width: 285px;
    height: 207px; }
  @keyframes play-tv-b2b {
    100% {
      background-position: -2278px; } } }

.section-internet_carousel-about {
  margin-top: 60px; }
  .section-internet_carousel-about .two-blocks {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .section-internet_carousel-about .two-blocks .block {
      width: 50%; }
      .section-internet_carousel-about .two-blocks .block .title-h4 {
        color: #fff;
        font-size: 24px; }
      .section-internet_carousel-about .two-blocks .block.col-one {
        background: #003893;
        color: #fff;
        padding: 50px 40px 50px 40px; }
        .section-internet_carousel-about .two-blocks .block.col-one p {
          margin-top: 35px;
          font-weight: 300; }
      .section-internet_carousel-about .two-blocks .block.col-two {
        background: #F2F4FB;
        color: #000;
        padding: 50px 40px; }
        .section-internet_carousel-about .two-blocks .block.col-two .title-h4 {
          color: #0846AC;
          font-size: 25px;
          margin-bottom: 60px; }
        .section-internet_carousel-about .two-blocks .block.col-two .item {
          display: flex;
          flex-direction: row;
          margin-bottom: 15px !important;
          align-items: start;
           }
          .section-internet_carousel-about .two-blocks .block.col-two .item svg {
            width: 100%;
            max-width: 50px; }
          .section-internet_carousel-about .two-blocks .block.col-two .item p {
            margin-left: 10px;
            font-weight: normal; }

.section-get-connection {
  margin-top: 50px !important; }
  .section-get-connection .section-get-connection_cont svg {
    z-index: 0; }
  .section-get-connection .section-get-connection_cont h2 {
    z-index: 1;
    position: relative; }
  .section-get-connection .section-get-connection_cont form {
    z-index: 1;
    position: relative; }
    .section-get-connection .section-get-connection_cont form input {
      width: 100%;
      max-width: 250px;
      margin-right: 20px; }
      .section-get-connection .section-get-connection_cont form input:last-of-type {
        margin: 0; }
    .section-get-connection .section-get-connection_cont form .btn {
      margin-left: 20px; }

@media screen and (max-width: 991.98px) {
  .section-internet_carousel-about .two-blocks {
    flex-direction: column; }
    .section-internet_carousel-about .two-blocks .block {
      width: 100%; }
      .section-internet_carousel-about .two-blocks .block.col-one {
        padding-left: 40px; }
  .section-get-connection .section-get-connection_cont h2 {
    z-index: 1;
    position: relative;
    font-size: 26px; }
  .section-get-connection .section-get-connection_cont form {
    z-index: 1;
    position: relative;
    padding: 0 30px; }
    .section-get-connection .section-get-connection_cont form input {
      width: 100%;
      max-width: 300px;
      margin-right: initial; }
      .section-get-connection .section-get-connection_cont form input:last-of-type {
        margin: initial; }
    .section-get-connection .section-get-connection_cont form .btn {
      margin-left: 0;
      margin-top: 30px; } }

@media screen and (max-width: 767.98px) {
  .section-get-connection .section-get-connection_cont {
    padding: 40px 10px; } }

.history-of-company {
  position: relative;
  color: #fff; }
  .history-of-company .background-dark-blue {
    background: #003893;
    border-radius: 16px;
    color: #fff;
    padding-top: 30px;
    height: 360px;
    position: absolute;
    width: 84%;
    left: 120px; }
  .history-of-company .section-wrapper .section-title {
    color: #fff;
    margin-top: 30px; }
  .history-of-company .slider {
    padding: 20px 15px; }
    .history-of-company .slider .owl-theme .owl-nav [class*="owl-"] {
      position: absolute !important;
      top: 75px !important;
      background: none !important; }
    .history-of-company .slider .item .date {
      border: 1.5px solid #397DFB;
      border-radius: 50px;
      width: 160px;
      text-align: center;
      padding: 5px 0; }
    .history-of-company .slider .item .line {
      width: 100%;
      border-bottom: 2px solid #377CFD; }
      .history-of-company .slider .item .line svg {
        position: relative;
        top: 10px;
        left: 60px; }
    .history-of-company .slider .item .info {
      background: #fff;
      border-radius: 16px;
      margin-top: 40px;
      padding: 15px 20px;
      width: 90%;
      box-shadow: 5px 15px 16px -3px rgba(3, 3, 8, 0.2); }
      .history-of-company .slider .item .info p {
        color: #000;
        font-weight: 300; }
    .history-of-company .slider .item .info.full {
      width: 95%;
      box-shadow: 5px 15px 16px -3px rgba(3, 3, 8, 0.2); }

.reviews {
  position: relative;
  color: #000;
  background: #F2F4FB; }
  .reviews .background-dark-blue {
    background: #003893;
    border-radius: 16px;
    color: #fff;
    padding-top: 30px;
    height: 360px;
    position: absolute;
    width: 84%;
    left: 120px; }
  .reviews .section-wrapper .section-title {
    color: #003893;
    margin-top: 60px; }
  .reviews .slider {
    padding: 20px 15px; }
    .reviews .slider .owl-theme .owl-nav [class*="owl-"] {
      position: absolute !important;
      top: 100px !important;
      background: none !important; }
    .reviews .slider .owl-carousel.owl-theme.carousel-dots-aside-reviews .owl-stage-outer.owl-height {
      max-height: 300px; }
    .reviews .slider .item .info {
      background: #fff;
      border-radius: 16px;
      padding: 15px 20px;
      width: 95%;
      box-shadow: 5px 15px 16px -3px rgba(3, 3, 8, 0.2);
      margin-left: 10px; }
      .reviews .slider .item .info::before {
        content: ''; }
      .reviews .slider .item .info p {
        color: #000;
        font-weight: 300; }
    .reviews .slider .item .item-two-col {
      margin-top: 40px;
      padding-left: 20px;
      display: flex;
      justify-content: space-between; }
      .reviews .slider .item .item-two-col .item_left {
        width: 45%;
        display: flex;
        align-items: center; }
        .reviews .slider .item .item-two-col .item_left img.user_photo {
          width: 100%;
          max-width: 60px; }
        .reviews .slider .item .item-two-col .item_left .user_info {
          margin-left: 25px; }
      .reviews .slider .item .item-two-col .item_right {
        margin-right: 15px; }
    .reviews .slider .item .info.full {
      width: 95%;
      box-shadow: 5px 15px 16px -3px rgba(3, 3, 8, 0.2); }
  .reviews .btn {
    margin-bottom: 60px;
    background: #397DFB;
    border: 1px solid #397DFB;
    color: #fff; }

.certificates {
  position: relative;
  color: #000; }
  .certificates .background-dark-blue {
    background: #003893;
    border-radius: 16px;
    color: #fff;
    padding-top: 30px;
    height: 360px;
    position: absolute;
    width: 84%;
    left: 120px; }
  .certificates .section-wrapper .section-title {
    color: #003893;
    margin-top: 60px; }
  .certificates .section-wrapper .section-subtitle {
    margin-bottom: 30px; }
  .certificates .slider {
    padding: 0 15px;
    height: 380px !important; }
    .certificates .slider .owl-carousel.owl-theme.carousel-dots-aside-certificates .owl-stage-outer.owl-height {
      max-height: 440px; }
    .certificates .slider .owl-carousel.owl-theme.carousel-dots-aside-certificates .owl-nav [class*="owl-"] {
      position: absolute !important;
      top: 150px !important; }
    .certificates .slider .bg-grey {
      background: #DCE0EC !important; }
    .certificates .slider .item {
      background: #EEF1F8;
      display: flex;
      justify-content: center;
      padding: 10px;
      position: relative; }
      .certificates .slider .item:hover .block {
        display: block; }
      .certificates .slider .item .item-image img {
        width: 100%;
        max-width: 200px;
        height: 240px; }
      .certificates .slider .item .block {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: #003893;
        padding: 5px;
        display: none;
        color: #fff;
        padding: 100px 20px;
        opacity: 0.9;
        font-weight: 300; }
        .certificates .slider .item .block h4 {
          color: #fff;
          font-size: 16px;
          font-weight: 700; }

.our-partners.about {
  margin-top: -100px; }

.our-partners {
  margin-bottom: 80px; }



.section-tariffs-accordion #accordionTariffs .card #collapseTariff .item {
  border-radius: 16px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 20px 30px;
  margin-top: 29px;
  box-shadow: 5px 5px 13px 2px rgba(3, 3, 8, 0.2);
  height: auto;
  position: inherit; }
  .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 5px;
    position: inherit;
    bottom: inherit;
    width: inherit;
    left: inherit;
    padding: initial; }
    .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_left .title {
      font-size: 14px;
      font-weight: 300; }
      .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_left .title b {
        font-weight: bold; }
    .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_right {
      font-weight: 700; }
      .section-tariffs-accordion #accordionTariffs .card #collapseTariff .item .item-two-col .item_right a.btn {
        padding: 15px 35px;
        border: 1.5px solid #377CFD; }

.section-tariffs-accordion #accordionTariffs .card .card-header {
  padding: 24px 0 15px; }

@media screen and (max-width: 767.98px) {
  .section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-two .owl-stage-outer.owl-height {
    height: 350px !important; } }

.section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-three .owl-stage-outer.owl-height {
  height: 300px !important; }

.section-tariffs-accordion #accordionTariffs .card .owl-carousel.owl-theme.carousel-dots-aside-two .owl-stage-outer.owl-height {
  height: 300px; }

.section-tariffs-accordion #accordionTariffs .card .owl-dots {
  display: none; }

.section-tariffs-accordion #accordionTariffs .card .item {
  border-radius: 16px;
  margin-right: 20px;
  margin-left: 10px;
  padding: 20px 30px;
  margin-top: 29px;
  box-shadow: 5px 5px 13px 2px rgba(3, 3, 8, 0.2);
  height: 180px;
  position: relative; }
  .section-tariffs-accordion #accordionTariffs .card .item p.title {
    font-size: 16px;
    font-weight: bold;
    color: #2D3436; }
  .section-tariffs-accordion #accordionTariffs .card .item .item-two-col {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0px;
    padding: 0 30px; }
    .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_left .title {
      font-size: 14px;
      font-weight: 300; }
      .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_left .title b {
        font-weight: bold; }
    .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_right {
      font-weight: 700; }
      .section-tariffs-accordion #accordionTariffs .card .item .item-two-col .item_right a.btn {
        padding: 15px 25px;
        border: 1.5px solid #377CFD; }



@media screen and (max-width: 1199.98px) {
  .history-of-company .background-dark-blue {
    width: 100%;
    left: 0; } }

@media screen and (max-width: 1400px) {
.history-of-company .background-dark-blue {
    width: 92%;
    left: 4%;
}
}



@media screen and (max-width: 991.98px) {
  .section-about-maxnet .about-maxnet_contents .right-side {
    text-align: center;
    margin-bottom: 50px; }
  .section-index-cards .col {
    flex-basis: inherit; }
  .section-index-cards .col-50 {
    width: 50%; }
  .history-of-company .background-dark-blue {
    background: #003893;
    border-radius: 16px;
    color: #fff;
    padding-top: 30px;
    position: absolute;
    width: 100%;
    left: 0; }
  .history-of-company .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .reviews .slider .owl-carousel.owl-theme.carousel-dots-aside-reviews .owl-stage-outer.owl-height {
    max-height: 400px; }
  .reviews .slider .item .item-two-col {
    flex-direction: column; }
    .reviews .slider .item .item-two-col .item_left {
      order: 1;
      width: 100%;
      margin-top: 30px; } }

@media screen and (max-width: 767.98px) {
  .history-of-company .background-dark-blue {
    height: 410px; }
  .history-of-company .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .reviews .slider .owl-carousel.owl-theme.carousel-dots-aside-reviews .owl-stage-outer.owl-height {
    max-height: 400px; }
  .reviews .slider .item .item-two-col {
    flex-direction: column; }
  .reviews .info p {
    width: unset;
  }

 }

.section-submenu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px; }
  .section-submenu ul li {
    border: 1.5px solid #DCE0EC;
    border-radius: 50px;
    text-align: center;
    padding: 5px 30px;
    background: #EEF1F8; }
    .section-submenu ul li a {
      color: #393939;
      font-weight: 300; }
    .section-submenu ul li :first-child {
      border: none;
      color: inherit; }
  .section-submenu ul :first-child {
    color: #397DFB;
    background: transparent;
    border: 1.5px solid #397DFB; }

.section-blog {
  margin-top: 30px;
  margin-bottom: 50px; }
  .section-blog .news-maxnet a {
    color: #000; }
  .section-blog .item img {
    width: 100%; }
  .section-blog .item .ratings-and-views {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;  }
    .blog-rait p {
        padding-left: 5px;
    }

    .section-blog .item .ratings-and-views .col {
      display: flex;
      align-items: center; }
      .section-blog .item .ratings-and-views .col p {
        color: #377CFD;
        padding-left: 10px; }
      .section-blog .item .ratings-and-views .col p.grade {
        border: 1px solid #377CFD;
        border-radius: 30px;
        padding: 5px 15px 5px 15px;
        margin-left: 10px;
        text-align: center; }
  .section-blog .item .title-h2 {
    font-size: 24px;
    color: #393939;
    font-weight: bold;
    margin-top: 30px; }
  .section-blog .item .info {
    margin-top: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; }
  .section-blog .item .two-col {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px; }
    .section-blog .item .two-col .col-right .social-media {
      display: flex;
      align-items: center; }
      .section-blog .item .two-col .col-right .social-media p {
        padding-right: 10px;
        color: #397DFB; }
      .section-blog .item .two-col .col-right .social-media a {
        margin-left: 15px; }
  .section-blog aside {
    padding-left: 0; }
    .section-blog aside form {
      width: 300px;
      background: #F2F4FB;
      height: 400px;
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2); }
      .section-blog aside form .form-sky-one {
        position: absolute;
        top: 0;
        left: 0; }
      .section-blog aside form .name-form {
        position: absolute;
        top: 60px;
        line-height: 22px;
        font-weight: bold;
        text-align: center; }
      .section-blog aside form input {
        width: 80%;
        background: #FFFFFF;
        border: 1px solid #DCE0EC;
        padding: 10px 0 10px 55px;
        border-radius: 10px; }
      .section-blog aside form .email {
        margin-top: 20px; }
      .section-blog aside form .btn {
        margin-top: 40px;
        background: #397DFB;
        color: #fff;
        position: absolute;
        bottom: 40px;
        z-index: 111; }
      .section-blog aside form .form-sky {
        position: absolute;
        bottom: 0;
        right: 0; }
    .section-blog aside .news-maxnet {
      margin-top: 70px; }
      .section-blog aside .news-maxnet .title-h2 {
        text-align: center;
        color: #393939;
        font-size: 24px;
        margin-bottom: 30px; }
      .section-blog aside .news-maxnet .article {
        margin-bottom: 40px;
        color: #2D3436;
        font-weight: bold; }
        .section-blog aside .news-maxnet .article .date {
          color: #377CFD;
          font-size: 14px;
          margin-bottom: 10px;
          font-weight: normal; }
    .section-blog aside .more-about-maxnet-md {
      background-image: url("/static/src/images/blog/Intersecttwo.png");
      width: 86%;
      height: 270px;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      color: #fff;
      justify-content: center;
      padding: 45px;
      border-radius: 16px; }
      .section-blog aside .more-about-maxnet-md::before {
        content: "";
        width: 100%;
        position: absolute;
        display: block;
        height: 99%;
        top: 0;
        z-index: 0;
        background: linear-gradient(180deg, #003893 0%, rgba(0, 56, 147, 0.42) 100%);
        border-radius: 16px; }
      .section-blog aside .more-about-maxnet-md p {
        z-index: 1;
        position: absolute;
        bottom: 60px;
        font-size: 16px;
        font-weight: bold;
        padding: 0 15px; }
    .section-blog aside .more-about-maxnet-sm {
      display: none; }
    .section-blog aside .popular-publication .title-h4 {
      font-size: 24px;
      text-align: center;
      margin-top: 30px;
      color: #393939;
      width: 95%; }
    .section-blog aside .popular-publication .blog-and-news_blog-content {
      flex-direction: column; }
      .section-blog aside .popular-publication .blog-and-news_blog-content .blog-card {
        width: 90%;
        color: #000; }


@media screen and (max-width: 991.98px) {
  .section-submenu ul {
    justify-content: flex-start !important; }
    .section-submenu ul li {
      width: 30%;
      margin-bottom: 10px; }

  .section-blog .item {
    width: 100%; }
  .section-blog aside {
    padding-left: 0 !important; }
    .section-blog aside form {
      width: 100%; }
      .section-blog aside form .name-form {
        font-size: 24px;
        top: 30px;
        line-height: 28px; }
    .section-blog aside .more-about-maxnet-md {
      display: none; }
    .section-blog aside .more-about-maxnet-sm {
      display: block;
      background-image: url("/static/src/images/blog/maxnet-news.png");
      width: 95%;
      height: 280px;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      color: #fff;
      justify-content: center;
      padding: 45px;
      border-radius: 16px; }
      .section-blog aside .more-about-maxnet-sm p {
        z-index: 1;
        position: absolute;
        bottom: 60px;
        font-size: 16px;
        font-weight: bold; }
    .section-blog aside .popular-publication .blog-card {
      width: 100% !important;
      display: flex;
      color: #2D3436; 
      flex-direction: column;}
      .section-blog aside .popular-publication .blog-card .blog-card_footer {
        left: 30px; }
    .section-blog aside .tv-channels_tabs {
      justify-content: left !important; } }


@media screen and (max-width: 767.98px) {
  .section-submenu ul {
    flex-direction: column;
    justify-content: inherit; }
    .section-submenu ul li {
      margin-bottom: 15px;
      width: 100%; }
  .section-blog aside {
    padding-left: 0; }
    .section-blog aside .form {
      width: 100%; } 

    .section-blog aside .more-about-maxnet-md {
      display: block;
      margin: 0 auto;
      background-size: cover;
      padding: 20px; }
      .section-blog aside .more-about-maxnet-md::before {
        left: 0;
        height: 100%; }
    .section-blog aside .more-about-maxnet-sm {
      display: none; }
    .section-blog aside .popular-publication .title-h4 {
      width: 100%; }
    .section-blog aside .popular-publication .blog-and-news_blog-content .blog-card {
      flex-direction: column;
      padding: 25px 25px 40px; }
      .section-blog aside .popular-publication .blog-and-news_blog-content .blog-card .blog-card_footer {
        left: 0;
        top: 20px; }
  .section-blog .item .two-col {
    align-items: center;
    margin-top: 0;
    flex-direction: column; }
    .section-blog .item .two-col .col-left {
      margin:10px 0 20px; }
    .section-blog .item .two-col .col-right .social-media {
      align-items: center;
      color: #397DFB; }
  .section-blog .item .bottom-block {
    margin-top: 60px; }
    .section-blog .item .bottom-block .col-right {
      margin-left: 0 !important; }
  .section-blog .block-comments .user-header {
    flex-direction: column; }
    .section-blog .block-comments .user-header .date {
      margin-top: 10px; }
  .section-blog .block-comments .user-footer {
    flex-direction: column;
    margin-top: 20px; }
    .section-blog .block-comments .user-footer .user-col-left {
      justify-content: initial; }
    .section-blog .block-comments .user-footer .user-col-right {
      justify-content: center;
      margin-top: 20px; }
  .section-blog .block-comments .bottom-line::before {
    display: none; } }




.section-submenu {
  width: 90%; }
  .section-submenu p {
    font-weight: bold;
    font-size: 24px;
    text-align: center; }
  .section-submenu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 15px; }
    .section-submenu ul li {
      border: 1.5px solid #DCE0EC;
      border-radius: 50px;
      text-align: center;
      padding: 5px 30px;
      background: #EEF1F8;
      width: 47%;
      height: 50px;
      line-height: 40px;
      margin-bottom: 10px; }
      .section-submenu ul li:last-child {
        width: 60%; }
      .section-submenu ul li a {
        color: #393939;
        font-weight: 300; }
      .section-submenu ul li :first-child {
        border: none;
        color: inherit; }
    .section-submenu ul .active {
      color: #397DFB;
      background: transparent;
      border: 1.5px solid #397DFB; }

.section-blog-detail {
  margin-top: 60px;
  margin-bottom: 50px; }
  .section-blog-detail .news-maxnet a {
    color: #000; }
  .section-blog-detail .item {
    width: 95%; }
    .section-blog-detail .item img {
      width: 100%; }
    .section-blog-detail .item .ratings-and-views {
      display: flex;
      justify-content: space-between;
      margin-top: 25px;
      flex-wrap: wrap; }

     .section-blog-detail .ratings-and-views .col-item p {
        margin-bottom: 0;
      }

      .section-blog-detail .item .ratings-and-views .col {
        display: flex;
        align-items: center; }
        .section-blog-detail .item .ratings-and-views .col p {
          color: #377CFD;
          padding-left: 10px; }
        .section-blog-detail .item .ratings-and-views .col p.grade {
          border: 1px solid #377CFD;
          border-radius: 30px;
          padding: 5px 15px 5px 15px;
          margin-left: 10px;
          text-align: center; }
    .section-blog-detail .item .title-h2 {
      font-size: 24px;
      color: #393939;
      font-weight: bold;
      margin-top: 30px; }
    .section-blog-detail .item .info {
      margin-top: 30px;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }
    .section-blog-detail .item .two-col {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 50px; }
      .section-blog-detail .item .two-col .col-right .social-media {
        display: flex;
        align-items: center; }
        .section-blog-detail .item .two-col .col-right .social-media p {
          padding-right: 10px;
          color: #377CFD;}
        .section-blog-detail .item .two-col .col-right .social-media a {
          margin-left: 15px; }
    .section-blog-detail .item .two-col.bottom-block {
      justify-content: left;
      align-items: center; }
      .section-blog-detail .item .two-col.bottom-block .col-right {
        margin-left: 50px; }
  .section-blog-detail .typee-of-tv h2 {
    color: #000;
    margin-top: 40px; }
  .section-blog-detail .typee-of-tv p {
    text-align: justify;
    margin-bottom: 30px;
    font-weight: 300; }
   .section-blog-detail .item p {
    text-align: justify;
    margin-bottom: 10px;
    }

  .section-blog-detail .typee-of-tv ul li {
    margin: 5px 18px;
    font-weight: 300; }
    .section-blog-detail .typee-of-tv ul li b {
      font-weight: 700; }
  .section-blog-detail .typee-of-tv .info {
    margin-top: 30px; }
  .section-blog-detail .typee-of-tv img {
    width: 100%;  }
  .section-blog-detail .block-comments {
    margin-left: 40px;
    position: relative; }
    .section-blog-detail .block-comments .user-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 60px; }
      .section-blog-detail .block-comments .user-header .name {
        font-weight: bold;
        font-size: 16px; }
      .section-blog-detail .block-comments .user-header .date {
        color: #377CFD;
        display: flex;
        align-items: center; }
    .section-blog-detail .block-comments .user-content p {
      font-weight: 300; }
    .section-blog-detail .block-comments .user-footer {
      color: #999999;
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .section-blog-detail .block-comments .user-footer .user-col-left {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .section-blog-detail .block-comments .user-footer .user-col-left .likes {
          background: url("/static/src/images/form-icons/like.svg") no-repeat;
          display: flex;
          cursor: pointer; }
          .section-blog-detail .block-comments .user-footer .user-col-left .likes p,
          .section-blog-detail .block-comments .user-footer .user-col-left .dislike p {
            margin-left: 25px; }
        .section-blog-detail .block-comments .user-footer .user-col-left .answer {
          cursor: pointer;
        }
        .section-blog-detail .block-comments .user-footer .user-col-left .dislike {
          background: url("/static/src/images/form-icons/dislike.svg") no-repeat;
          display: flex;
          margin-left: 10px;
          margin-right: 10px;
          margin: 0 40px;
          cursor: pointer;     }

      .section-blog-detail .block-comments .user-footer .user-col-left .dislike.blue {
          background: url("/static/src/images/form-icons/dislike-blue.svg") no-repeat;        
        }

      .section-blog-detail .block-comments .user-footer .user-col-left .likes.blue {
          background: url("/static/src/images/form-icons/like-blue.svg") no-repeat;        
        }


      .section-blog-detail .block-comments .user-footer .user-col-right {
        display: flex;
        align-items: center;
        color: #377CFD; }
    .section-blog-detail .block-comments .bottom-line::before {
      content: "";
      display: block;
      position: absolute;
      bottom: -20px;
      width: 100%;
      height: 2px;
      background: #DCE0EC; }
  .section-blog-detail .new-comment {
    margin-left: 0; }
  .section-blog-detail .more-comments {
    display: flex;
    align-items: center;
    color: #377CFD;
    justify-content: center;
    margin-top: 40px;
    cursor: pointer; }
  .section-blog-detail aside {
    padding-left: 0; }
    .section-blog-detail aside form {
      width: 300px;
      background: #F2F4FB;
      height: 400px;
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2); }
      .section-blog-detail aside form .form-sky-one {
        position: absolute;
        top: 0;
        left: 0; }
      .section-blog-detail aside form .name-form {
        position: absolute;
        top: 60px;
        line-height: 22px;
        font-weight: bold;
        text-align: center; }
      .section-blog-detail aside form input {
        width: 80%;
        background: #FFFFFF;
        border: 1px solid #DCE0EC;
        padding: 10px 0 10px 55px;
        border-radius: 10px; }
      .section-blog-detail aside form .email {
        margin-top: 20px; }
      .section-blog-detail aside form .btn {
        margin-top: 40px;
        background: #397DFB;
        color: #fff;
        position: absolute;
        bottom: 40px;
        z-index: 111; }
      .section-blog-detail aside form .form-sky {
        position: absolute;
        bottom: 0;
        right: 0; }
    .section-blog-detail aside .news-maxnet {
      margin-top: 70px; }
      .section-blog-detail aside .news-maxnet .title-h2 {
        text-align: center;
        color: #393939;
        font-size: 24px;
        margin-bottom: 30px; }
      .section-blog-detail aside .news-maxnet .article {
        margin-bottom: 40px;
        color: #2D3436;
        font-weight: bold; }
        .section-blog-detail aside .news-maxnet .article .date {
          color: #377CFD;
          font-size: 14px;
          margin-bottom: 10px;
          font-weight: normal; }
    .section-blog-detail aside .more-about-maxnet-md {
      background-image: url("/static/src/images/blog/Intersecttwo.png");
      width: 86%;
      height: 270px;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      color: #fff;
      justify-content: center;
      padding: 45px;
      border-radius: 16px; }
      .section-blog-detail aside .more-about-maxnet-md::before {
        content: "";
        width: 100%;
        position: absolute;
        display: block;
        height: 99%;
        top: 0;
        z-index: 0;
        background: linear-gradient(180deg, #003893 0%, rgba(0, 56, 147, 0.42) 100%);
        border-radius: 16px; }
      .section-blog-detail aside .more-about-maxnet-md p {
        z-index: 1;
        position: absolute;
        bottom: 60px;
        font-size: 16px;
        font-weight: bold;
        padding: 0 15px; }
    .section-blog-detail aside .more-about-maxnet-sm {
      display: none; }
    .section-blog-detail aside .popular-publication .title-h4 {
      font-size: 24px;
      text-align: center;
      margin-top: 30px;
      color: #393939;
      width: 95%; }
    .section-blog-detail aside .popular-publication .blog-and-news_blog-content {
      flex-direction: column; }
      .section-blog-detail aside .popular-publication .blog-and-news_blog-content .blog-card {
        width: 90%;
        color: #000; }
    .section-blog-detail aside .tv-channels_tabs {
      display: flex;
      justify-content: normal;
      margin: 30px 0;
      flex-direction: row;
      flex-wrap: wrap;
      }
      .section-blog-detail aside .tv-channels_tabs .tab {
        margin: 2px; }


@media screen and (max-width: 991.98px) {
  .section-submenu {
    width: 100%; }
    .section-submenu ul {
      justify-content: center !important; }
      .section-submenu ul li {
        width: 30%;
        margin-bottom: 10px;
        margin-right: 7px; }
        .section-submenu ul li:last-child {
          text-align: center; }
  .section-blog-detail .item {
    width: 100%; }
  .section-blog-detail aside {
    padding-left: 0 !important;
    margin-top: 50px; }
    .section-blog-detail aside form {
      width: 100%; }
      .section-blog-detail aside form .name-form {
        font-size: 24px;
        top: 30px;
        line-height: 28px; }
    .section-blog-detail aside .more-about-maxnet-md {
      display: none; }
    .section-blog-detail aside .more-about-maxnet-sm {
      display: block;
      background-image: url("/static/src/images/blog/maxnet-news.png");
      width: 95%;
      height: 280px;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      color: #fff;
      justify-content: center;
      padding: 45px;
      border-radius: 16px; }
      .section-blog-detail aside .more-about-maxnet-sm p {
        z-index: 1;
        position: absolute;
        bottom: 60px;
        font-size: 16px;
        font-weight: bold; }
    .section-blog-detail aside .popular-publication .blog-card {
      width: 100% !important;
      display: flex;
      color: #2D3436; }
      .section-blog-detail aside .popular-publication .blog-card .blog-card_footer {
        left: 30px; } 
    .section-blog-detail aside .tv-channels_tabs {
      justify-content: left !important; } }

@media screen and (max-width: 991.98px) {
    .section-blog-detail aside .popular-publication .blog-and-news_blog-content .blog-card {
      flex-direction: column;
      padding: 25px 25px 40px; }
}



@media screen and (max-width: 767.98px) {
  .section-submenu {
    width: 100%; }
    .section-submenu ul {
      flex-direction: column;
      justify-content: inherit; }
      .section-submenu ul li {
        margin-bottom: 15px;
        width: 100%; }
        .section-submenu ul li:last-child {
          width: 100%; }
  .section-blog-detail aside {
    padding-left: 0; }
    .section-blog-detail aside .form {
      width: 100%; }
    .section-blog-detail aside .more-about-maxnet-md {
      display: block;
      margin: 0 auto; 
      background-size: cover;
      padding: 20px; }
      .section-blog-detail aside .more-about-maxnet-md::before {
        left: 0; 
        height: 100%; }
    .section-blog-detail aside .more-about-maxnet-sm {
      display: none; }
    .section-blog-detail aside .popular-publication .title-h4 {
      width: 100%; }
  .section-blog-detail .item .two-col {
    align-items: center;
    margin-top: 0;
    flex-direction: column; }

    .section-blog-detail .item .two-col .col-left {
      margin-bottom: 20px; }
    .section-blog-detail .item .two-col .col-right .social-media {
      align-items: center;
      color: #397DFB; }
  .section-blog-detail .item .bottom-block {
    margin-top: 60px; }
    .section-blog-detail .item .bottom-block .col-right {
      margin-left: 0 !important; }

  .section-blog-detail .block-comments .user-header {
    flex-direction: column; }
    .section-blog-detail .block-comments .user-header .date {
      margin-top: 10px; }
  .section-blog-detail .block-comments .user-footer {
    flex-direction: column;
    margin-top: 20px; }
    .section-blog-detail .block-comments .user-footer .user-col-left {
      justify-content: initial; }
    .section-blog-detail .block-comments .user-footer .user-col-right {
      justify-content: center;
      margin-top: 20px; }
  .section-blog-detail .block-comments .bottom-line::before {
    display: none; } }




.section-store-selection {
  margin: 60px 0 30px; }
  .section-store-selection .cont-center {
    align-items: center; }
    .section-store-selection .cont-center .dropdown-selection {
      max-width: 315px;
      margin: 0 auto; }
      .section-store-selection .cont-center .dropdown-selection .btn {
        font-size: 16px;
        color: #000; 
         }
      .section-store-selection .cont-center .dropdown-selection ul li a {
        font-size: 16px; }
    .section-store-selection .cont-center .dropdown-toggle i {
      font-size: 10px; }

@media screen and (max-width: 1200px) {
  .section-store-selection .cont-center {
    flex-wrap: unset; }
    .section-store-selection .cont-center .select-news-nav-bar {
      color: #000000; } }

@media screen and (max-width: 767.98px) {
  .section-store-selection {
    margin: 30px 0 15px; }
    .section-store-selection .cont-center {
      flex-wrap: wrap; }
      .section-store-selection .cont-center .form_mob-select {
        max-width: 315px; }
      .section-store-selection .cont-center .dropdown-selection {
        max-width: 315px;
        margin: 20px auto 0 !important;
        border: 1.5px solid #377cfd;
        border-radius: 999px;
        padding: 4px 0px; }
      .section-store-selection .cont-center .dropdown-toggle i {
        font-weight: bold;
        font-size: 11px; } }

.section-store-products {
  margin: 60px 0 30px; }
  .section-store-products .item-card {
    margin-bottom: 60px;
    min-height:352px;
    padding: 10px 10px 20px 10px;
    border: 1.5px solid #EEF1F8;
    box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    }
    .section-store-products .item-card_header {
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: normal;
      margin-bottom: 20px; }
      .section-store-products .item-card_header-new {
        padding: 5px 15px;
        border: 1.5px solid #F8E765;
        border-radius: 999px; }
        .section-store-products .item-card_header-new p {
          font-size: 14px;
          color: #393939; }
      .section-store-products .item-card_header-promotion {
        padding: 6px 15px;
        border: 1.5px solid #397DFB;
        border-radius: 999px; }
        .section-store-products .item-card_header-promotion p {
          font-size: 14px;
          color: #397DFB; }
    .section-store-products .item-card_img {
      margin-bottom: 20px;
      text-align: center }
      .section-store-products .item-card_img img {
        width: 100%;
        max-height: 137px;
        max-width: 233px;}
    .section-store-products .item-card_txt {
      margin: 0 auto 30px;
      max-width: 275px; }
      .section-store-products .item-card_txt p {
        font-size: 16px;
        font-weight: bold;
        color: #393939;
        text-align: center; }
    .section-store-products .item-card_footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section-store-products .item-card_footer .price {
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-store-products .item-card_footer .price-old {
          text-decoration: line-through;
          color: #393939; }
        .section-store-products .item-card_footer .price-current {
          margin-left: 5px;
          color: #393939; }
          .section-store-products .item-card_footer .price-current span {
            font-size: 20px;
            font-weight: bold; }
      .section-store-products .item-card_footer .item_button {
        color: #377CFD; }
        .section-store-products .item-card_footer .item_button span {
          padding-left: 5px; }

@media screen and (max-width: 768px) {
  .section-store-products {
    margin: 40px 0 30px; }
    .section-store-products .item-card_header-new {
      background-color: #F8E765; } }

.section-equipment ul {
    margin-left: 18px;
}



.section-equipment {
  margin-top: 50px; }
  .section-equipment .carousel-equipment-preview {
    margin-bottom: 50px; }
  .section-equipment #sync2 .owl-item:hover {
    cursor: pointer; }
    .section-equipment .carousel-equipment-preview .owl-stage-outer {
      padding: 0;
      border: 1.5px solid #DCE0EC;
      border-radius: 16px;
      box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08); }
      .section-equipment .carousel-equipment-preview .owl-stage-outer .item img {
        width: 100%; }
  .section-equipment .carousel-equipment {
    margin-bottom: 50px; }
    .section-equipment .carousel-equipment .owl-stage-outer {
      padding: 0 0 30px 0; }
      .section-equipment .carousel-equipment .owl-stage-outer .item {
        border: 1.5px solid #DCE0EC;
        border-radius: 16px;
        box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 12px 12px rgba(28, 65, 84, 0.08); }
        .section-equipment .carousel-equipment .owl-stage-outer .item img {
          width: 100%; }
    .section-equipment .carousel-equipment .owl-prev {
      top: 38% !important;
      left: -10px !important; }
    .section-equipment .carousel-equipment .owl-next {
      top: 38% !important;
      right: -10px !important; }
  .section-equipment .equip-info {
    font-weight: 300;
    line-height: 22px; }
    .section-equipment h4 {
      margin: 20px 5px;
    }
    .section-equipment li {
      margin-bottom: 5px;
    }
    .section-equipment .equip-info~p {
      margin: 10px 0;
    }


  .section-equipment .equip-two-col {
    display: flex;
    margin-top: 40px;
    align-items: center; }
    .section-equipment .equip-two-col .price {
      display: flex;
      align-items: center; }
      .section-equipment .equip-two-col .price .price-around {
        font-weight: 300;
        font-size: 16px;
        line-height: 18.75px; }
      .section-equipment .equip-two-col .price .price-value {
        padding: 0 10px;
        font-weight: 700;
        font-size: 32px;
        line-height: 37.5px; }
    .section-equipment .equip-two-col .btn {
      margin: 0 40px;
      background-color: #377CFD;
      color: #fff;
      border: 1px solid #377CFD; }
  .section-equipment .equip-three-col {
    display: flex;
    flex-direction: row;
    margin-top: 50px; }
    .section-equipment .equip-three-col div {
      margin-right: 30px;
      display: flex;
      flex-direction: column; }
    .section-equipment .equip-three-col .guarantees .item {
      flex-direction: row !important;
      margin-bottom: 20px;
      align-items: center; }
      .section-equipment .equip-three-col .guarantees .item p {
        margin-left: 20px;
        font-weight: 700; }
    .section-equipment .equip-three-col .price {
      width: 40%; }
      .section-equipment .equip-three-col .price span {
        margin-bottom: 20px; }
      .section-equipment .equip-three-col .price .order {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }

.fancybox__thumb {
  background-size: contain !important; }

.section-equipment_carousel-about .tv-channels_tabs {
  justify-content: left;
  position: relative; }
  .section-equipment_carousel-about .tv-channels_tabs .tab {
    margin-right: 40px; }
  .section-equipment_carousel-about .tv-channels_tabs:first-child::before {
    content: '';
    width: 100%;
    background-color: #DCE0EC;
    position: absolute;
    height: 1px;
    bottom: -20px; }

.section-equipment_carousel-about .tabbed-content .content-box {
  justify-content: left !important;
  flex-direction: column; }
  .section-equipment_carousel-about .tabbed-content .content-box .item-two-col {
    display: flex;
    margin-bottom: 30px; }
    .section-equipment_carousel-about .tabbed-content .content-box .item-two-col .item_left {
      width: 30%; }
      .section-equipment_carousel-about .tabbed-content .content-box .item-two-col .item_left p {
        font-weight: bold; }
    .section-equipment_carousel-about .tabbed-content .content-box .item-two-col .item_right {
      width: 70%; }


  .section-equipment_carousel-about .tabbed-content .content-box .btn {
    margin: 0 0 30px 0;
    background-color: #377CFD;
    color: #fff;
    border: 1px solid #377CFD; }
  .section-equipment_carousel-about .tabbed-content .content-box .section-blog-detail {
    margin-top: 0; }
    .section-equipment_carousel-about .tabbed-content .content-box .section-blog-detail .block-comments .user-header.margin {
      margin-top: 0; }
    .section-equipment_carousel-about .tabbed-content .content-box .section-blog-detail .block-comments .user-header .name svg {
      margin-left: 30px; }
  .section-equipment_carousel-about .tabbed-content .content-box .card-body {
    width: 100%; }
    .section-equipment_carousel-about .tabbed-content .content-box .card-body a {
      display: block;
      padding: 30px 0;
      border-bottom: 1.5px solid #DCE0EC; }
      .section-equipment_carousel-about .tabbed-content .content-box .card-body a:first-child {
        padding-top: 0 !important; }

@media screen and (max-width: 991.98px) {
  .section-equipment .equip-two-col {
    justify-content: right; }
    .section-equipment .equip-two-col .btn {
      margin-right: 0; }
  .section-equipment .equip-three-col {
    justify-content: space-between; } }

@media screen and (max-width: 767.98px) {
  .section-equipment .equip-two-col {
    justify-content: center;
    flex-direction: column; }
    .section-equipment .equip-two-col .btn {
      margin-left: 0;
      margin-top: 30px; }
  .section-equipment .equip-three-col div {
    margin-right: 0; }
  .section-equipment .equip-three-col .price {
    width: inherit; }
    .section-equipment .equip-three-col .price span {
      margin-bottom: 0; }
      .section-equipment .equip-three-col .price span:not(:first-child) {
        margin-top: 15px;
        margin-bottom: 0; }
    .section-equipment .equip-three-col .price .order {
      display: flex;
      flex-direction: column;
      justify-content: inherit;
      margin-top: 15px; }
  .section-equipment .equip-three-col .guarantees .item:first-child {
    margin-bottom: 15px; }
  .section-equipment .equip-three-col .guarantees .item:not(:first-child) {
    margin-top: 17px; }
  .section-equipment_carousel-about .content-box .item-two-col {
    flex-direction: column; }
    .section-equipment_carousel-about .content-box .item-two-col .item_left {
      width: 100% !important; }
  .section-equipment_carousel-about .content-box .btn {
    margin: 0 auto 30px auto !important; } }



@media screen and (max-width: 479.98px) {
  .carousel-equipment .owl-prev img, .carousel-equipment .owl-next img {
    width: 20px; } }



.page-news .btn-outline {
  margin-left: 0 !important;
  margin-top: 20px;
  font-weight: normal !important;}

.page-news h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  align-items: center;
  color: #ffffff; }
  @media screen and (max-width: 576px) {
    .page-news h2 {
      font-size: 24px; } }

.page-news p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #ffffff; }

.page-news .news-nav-bar {
  background: #ffffff; }
  .page-news .news-nav-bar .news-nav-bar-wrapper {
    width: 100%; }
    .page-news .news-nav-bar .news-nav-bar-wrapper div {
      color: black;
      font-weight: 300; }
    @media screen and (max-width: 1200px) {
      .page-news .news-nav-bar .news-nav-bar-wrapper {
        margin: 40px 0; } }
    .page-news .news-nav-bar .news-nav-bar-wrapper .tv-channels_tabs {
      justify-content: space-evenly;
      max-width: 100%;
      flex-wrap: wrap; }
      @media screen and (max-width: 1200px) {
        .page-news .news-nav-bar .news-nav-bar-wrapper .tv-channels_tabs {
          max-width: 100%; } }
      .page-news .news-nav-bar .news-nav-bar-wrapper .tv-channels_tabs > * {
        padding: 6px 20px; }
    @media screen and (max-width: 992px) {
      .page-news .news-nav-bar .news-nav-bar-wrapper .tv-channels_tabs-mobile {
        justify-content: center; } }

.page-news .news-content .news-content-wrapper .main-news,
.page-news .news-content .news-content-wrapper .news-list {
  display: flex;
  margin-bottom: 60px;
 }
  .page-news .news-content .news-content-wrapper .main-news .news-img,
  .page-news .news-content .news-content-wrapper .news-list .news-img {
    max-width: 533px;
    max-height: 300px;
    box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08);
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: auto; }
    .page-news .news-content .news-content-wrapper .main-news .news-img img,
    .page-news .news-content .news-content-wrapper .news-list .news-img img {
      height: 100%;
      width: 100%; }
  .page-news .news-content .news-content-wrapper .main-news .news-description,
  .page-news .news-content .news-content-wrapper .news-list .news-description {
    display: flex;
    flex-direction: column;
    margin-left: 67px; }
    .page-news .news-content .news-content-wrapper .main-news .news-description p,
    .page-news .news-content .news-content-wrapper .news-list .news-description p {
      color: black; }
    .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-info,
    .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-info {
      display: flex;
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      vertical-align: middle;
      margin-bottom: 20px; }
      .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-info .item,
      .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-info .item {
        display: flex;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin-right: 30px;
        /*cursor: pointer;*/ }
        .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-info .item img,
        .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-info .item img {
          height: 40px;
          width: 40px;
          margin-left: -10px; }
        .news-desc-info .item p {
            white-space: nowrap;  (добавить)
        }


        .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-info .item p,
        .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-info .item p {
          color: #377cfd;
          padding-top: 2px;
          height: 40px;
          line-height: 40px;
          vertical-align: middle; }
    .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-data,
    .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-data {
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-align: start;
      margin-bottom: 25px; }
    .page-news .news-content .news-content-wrapper .main-news .news-description .news-desc-text,
    .page-news .news-content .news-content-wrapper .news-list .news-description .news-desc-text {
      font-family: Roboto;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      text-align: start;
      margin-bottom: 25px; }
  @media screen and (max-width: 992px) {
    .page-news .news-content .news-content-wrapper .main-news,
    .page-news .news-content .news-content-wrapper .news-list {
      display: none; } }

.page-news .news-content .news-content-wrapper .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit; }
  .page-news .news-content .news-content-wrapper .news-list .list-item {
    position: relative;
    width: 33%;
    margin-bottom: 60px;
    /*height: 385px;*/ }
    @media screen and (max-width: 992px) {
      .page-news .news-content .news-content-wrapper .news-list .list-item {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .page-news .news-content .news-content-wrapper .news-list .list-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; 
        }}
    .page-news .news-content .news-content-wrapper .news-list .list-item .btn {
      position: absolute;
      bottom: -40px; }
      @media screen and (max-width: 768px) {
        .page-news .news-content .news-content-wrapper .news-list .list-item .btn {
          position: static; } }
      @media screen and (max-width: 768px) {
        .page-news .news-content .news-content-wrapper .news-list .list-item .btn {
          width: 100%;
          margin: 0 auto; } }
    .page-news .news-content .news-content-wrapper .news-list .list-item .news-img-mini {
      max-width: 330px;
      max-height: 185px;
      height: 100%;
      width: 100%;
      box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08);
      border-radius: 10px;
      margin-right: 0;
      margin-bottom: 25px;
      overflow: hidden;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 768px) {
        .page-news .news-content .news-content-wrapper .news-list .list-item .news-img-mini {
          margin: 0 auto 25px; } }
      .page-news .news-content .news-content-wrapper .news-list .list-item .news-img-mini img {
        width: 100%;
        height: 100%; }
    .page-news .news-content .news-content-wrapper .news-list .list-item .news-description {
      margin-left: 0;
      max-width: 330px; }

@media (min-width: 992px) and (max-width: 1199.98px) {
.page-news .news-content .news-content-wrapper .news-list .list-item {
    padding-right: 10px;
}

.page-news .news-content .news-content-wrapper .news-list .list-item:nth-child(3) {
    padding-right: 0;
}
}





.news-nav-pages {
  width: 100%;
  display: flex;
  margin: 20px 0 60px; }
  .news-nav-pages .news-nav-pages-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .news-nav-pages .news-nav-pages-wrapper img {
      cursor: pointer;
      height: 14px;
      margin: auto 20px; }
    .news-nav-pages .news-nav-pages-wrapper .nav-nubmers {
      display: flex; }

      .news-nav-pages .news-nav-pages-wrapper .nav-nubmers .item {
        cursor: pointer;
        position: relative;
        color: #377cfd;
        font-weight: bold;
        border: 2px solid #377cfd;
        border-radius: 50%;
        height: 55px;
        width: 55px;
        margin: 0 10px;
        margin: 0 5px;
        }
        @media screen and (max-width: 768px) {
          .news-nav-pages .news-nav-pages-wrapper .nav-nubmers .item {
            width: 35px;
            height: 35px; } }
        .news-nav-pages .news-nav-pages-wrapper .nav-nubmers .item span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

        .news-nav-pages .news-nav-pages-wrapper .nav-nubmers .item.active {
          background: #377cfd; }
          .news-nav-pages .news-nav-pages-wrapper .nav-nubmers .item.active span {
            color: #ffffff; }

.news-detail {
  margin-top: 60px;
  margin-bottom: 50px; }
  .news-detail .news-maxnet a {
    color: #000; }
  .news-detail .item {
    width: 95%; }
    .news-detail .item img {
      width: 100%;
      border-radius: 16px;
      box-shadow: 5px 16px 25px 8px rgba(3, 3, 8, 0.2); }
    .news-detail .item .two-col {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 25px;
      color: #377CFD; }
      .news-detail .item .two-col .ratings-and-views {
        display: flex; }
        .news-detail .item .two-col .ratings-and-views .col.blog-date {
          display: flex;
          align-items: center; }
        .news-detail .item .two-col .ratings-and-views .col.blog-save {
          display: flex;
          align-items: center; }
    .news-detail .item .to-share {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      color: #377CFD; }
      .news-detail .item .to-share .social-media a {
        margin-left: 20px; }
  .news-detail .pay-attention {
    margin-top: 40px;
    width: 95%; }
    .news-detail .pay-attention .title-h2 {
      font-weight: bold;
      font-size: 24px;
      color: #000; }
    .news-detail .pay-attention p {
      font-weight: 300;
      margin: 10px 0;}
    .news-detail .pay-attention .grey-line {
      margin-top: 40px;
      margin-bottom: 40px;
      width: 100%;
      height: 2px;
      background: #DCE0EC; }
  .news-detail .switch {
    width: 95%; }
    .news-detail .switch .two-columns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #377CFD;
      margin-top: 75px; }
      .news-detail .switch .two-columns .prev-news svg {
        margin-right: 5px; }
      .news-detail .switch .two-columns .next-news svg {
        margin-left: 5px; }
  .news-detail aside .news-maxnet .title-h2 {
    text-align: center;
    color: #393939;
    font-size: 24px;
    margin-bottom: 30px; }
  .news-detail aside .news-maxnet .article {
    margin-bottom: 40px;
    color: #2D3436;
    font-weight: bold; }
    .news-detail aside .news-maxnet .article .date {
      color: #377CFD;
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: normal; }
  .news-detail aside .blog-and-news_blog {
    padding: 0;
    width: 100%; }
    .news-detail aside .blog-and-news_blog .blog-and-news_blog-header {
      justify-content: left; }
      .news-detail aside .blog-and-news_blog .blog-and-news_blog-header .btn {
        margin-left: 20px !important;
        border-radius: 50%;
        padding: 15px 20px; }
    .news-detail aside .blog-and-news_blog .blog-and-news_blog-content {
      flex-direction: column; }
      .news-detail aside .blog-and-news_blog .blog-and-news_blog-content .blog-card {
        width: 80%; }

@media screen and (max-width: 991.98px) {
  .news-detail .item {
    width: 100%; }
  .news-detail .switch {
    width: 100%; }
  .news-detail aside .news-maxnet {
    margin-top: 40px; }
  .news-detail aside .blog-and-news_blog .blog-and-news_blog-content {
    flex-direction: row; }
    .news-detail aside .blog-and-news_blog .blog-and-news_blog-content .blog-card {
      width: 47%; } }

@media screen and (max-width: 767.98px) {
  .news-detail {
    margin-bottom: 20px; }
    .news-detail .item .two-col {
      justify-content: center; }
    .news-detail .pay-attention {
      width: 100%; }
    .news-detail .switch .two-columns {
      margin-top: 45px;
      flex-direction: column; }
      .news-detail .switch .two-columns a:first-child {
        margin-bottom: 50px; }
    .news-detail aside .blog-and-news_blog .blog-and-news_blog-header {
      flex-direction: row;
      justify-content: center; }
      .news-detail aside .blog-and-news_blog .blog-and-news_blog-header img {
        margin-bottom: 0; }
      .news-detail aside .blog-and-news_blog .blog-and-news_blog-header .btn {
        padding: 15px 20px !important; }
    .news-detail aside .blog-and-news_blog .blog-and-news_blog-content {
      flex-direction: column; }
      .news-detail aside .blog-and-news_blog .blog-and-news_blog-content .blog-card {
        width: 100%; } }

.page-offers h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  align-items: center;
  color: #ffffff; }

.page-offers p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  color: #377cfd; }

.page-offers .round-select {
  margin-top: 50px;
  margin-bottom: 15px; }

.page-offers .offersHeader {
  background: #003893; }
  .page-offers .offersHeader .offersHeaderWrapper {
    color: black;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    min-height: 200px; }
    .page-offers .offersHeader .offersHeaderWrapper .offersH2 {
      display: flex;
      flex-direction: column;
      width: 40%;
      margin: auto; }
      .page-offers .offersHeader .offersHeaderWrapper .offersH2 h2 {
        margin-bottom: 30px; }
      .page-offers .offersHeader .offersHeaderWrapper .offersH2 p {
        text-align: start; }
        .page-offers .offersHeader .offersHeaderWrapper .offersH2 p span {
          color: #ffffff; }
        .page-offers .offersHeader .offersHeaderWrapper .offersH2 p span:nth-child(2) {
          color: #377cfd; }
    .page-offers .offersHeader .offersHeaderWrapper .new-description {
      display: flex;
      justify-content: space-around;
      width: 60%;
      margin: auto; }
      .page-offers .offersHeader .offersHeaderWrapper .new-description .desItem {
        display: flex;
        flex-direction: column;
        vertical-align: middle;
        height: fit-content; }
        .page-offers .offersHeader .offersHeaderWrapper .new-description .desItem img {
          height: 64px;
          width: 64px;
          margin: 0 auto; }

.page-offers .offers-nav-bar {
  background: #ffffff; }
  .page-offers .offers-nav-bar .offers-nav-bar-wrapper {
    margin: 40px auto; }
    .page-offers .offers-nav-bar .offers-nav-bar-wrapper div {
      color: black;
      font-weight: 300; }
    .page-offers .offers-nav-bar .offers-nav-bar-wrapper .tv-channels_tabs {
      justify-content: space-between;
      max-width: 85%;
      flex-wrap: wrap; }
      .page-offers .offers-nav-bar .offers-nav-bar-wrapper .tv-channels_tabs > * {
        padding: 6px 20px; }
    .page-offers .offers-nav-bar .offers-nav-bar-wrapper .offers-table {
      display: flex;
      background: #f2f4fb;
      border: 1.5px solid #dce0ec;
      box-sizing: border-box;
      border-radius: 999px;
      overflow: hidden;
      max-width: 520px;
      max-height: 40px;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0 auto;
      background: #ffffff; }
      .page-offers .offers-nav-bar .offers-nav-bar-wrapper .offers-table .offers-item {
        text-align: center;
        width: 50%;
        background: #ffffff;
        height: 40px;
        margin: 0;
        width: 100%;
        padding: 8px 20px;
        border-radius: 0;
        transform: translateY(-3px); }
      .page-offers .offers-nav-bar .offers-nav-bar-wrapper .offers-table .active-offer {
        background: #397dfb;
        color: #ffffff; }

.page-offers .offers-list {
  display: flex;
  flex-direction: column; }
  .page-offers .offers-list p {
    color: black; }
  .page-offers .offers-list .list-item {
    display: flex;
    margin-bottom: 30px; }
    .page-offers .offers-list .list-item .offers-image {
      width: 50%; }
      .page-offers .offers-list .list-item .offers-image img {
        width: 100%; }
    .page-offers .offers-list .list-item .offers-description {
      display: flex;
      margin: 30px 67px 30px 0;
      width: 50%;
      flex-direction: column; }
      .page-offers .offers-list .list-item .offers-description .newsDescText {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: start;
        margin-bottom: 30px; }
      .page-offers .offers-list .list-item .offers-description .btn {
        max-width: 170px;
        max-height: 50px;
        padding: 14px 30px;
        margin-left: 0; }
      .page-offers .offers-list .list-item .offers-description h2 {
        color: #003893;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 32px;
        line-height: 37px;
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
      .page-offers .offers-list .list-item .offers-description p {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        text-align: start; }
      .page-offers .offers-list .list-item .offers-description .offers-desc-img {
        margin-bottom: 30px;
        margin-top: 30px; }
        .page-offers .offers-list .list-item .offers-description .offers-desc-img .offers-desc-img_item {
          margin-bottom: 15px;
          align-items: center;

          display: flex; }
          .page-offers .offers-list .list-item .offers-description .offers-desc-img .offers-desc-img_item p {
            margin: auto 0;
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 28px;
            text-align: start;
            margin-bottom: 20px;
            padding: 6px 0 0 0; }
          .page-offers .offers-list .list-item .offers-description .offers-desc-img .offers-desc-img_item img {
            height: 40px;
            width: 40px;
            margin-right: 27px; }
  .page-offers .offers-list .offer_reverse {
    flex-direction: row-reverse; }
  .page-offers .offers-list .offers-description_reverse {
    margin: 0 0 0 67px !important; }

.page-offers .accordionSection {
  margin: 0 0 80px 0;
  padding-left: 0; }

@media screen and (max-width: 991.98px) {
  .section-tariffs-accordion.offers {
    margin-top: -50px !important; }
  .page-offers .offers-list .offers-description_reverse {
    margin: auto !important; }
  .page-offers .offers-list .list-item {
    flex-direction: column; }
    .page-offers .offers-list .list-item .offers-image {
      width: 100%; }
      .page-offers .offers-list .list-item .offers-image img {
        max-width: 400px;
        margin: 0 auto;
        display: block; }
    .page-offers .offers-list .list-item .offers-description {
      width: 100%;
      margin-bottom: 0; }
      .page-offers .offers-list .list-item .offers-description h2 {
        margin: 0 auto; }
      .page-offers .offers-list .list-item .offers-description p {
        text-align: center;
        margin-top: 20px; }
      .page-offers .offers-list .list-item .offers-description .offers-desc-img {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 50px; }
      .page-offers .offers-list .list-item .offers-description .btn {
        margin: 0 auto; } }

@media screen and (max-width: 767.98px) {
  .offers-desc-img {
    margin-left: 0 !important; } 


}

.offers-detail {
  margin-top: 60px;
  margin-bottom: 50px; }
  .offers-detail .item {
    width: 95%; }
    .offers-detail .item img {
      width: 100%;
      border-radius: 16px;
      box-shadow: 5px 16px 25px 8px rgba(3, 3, 8, 0.2); }
    .offers-detail .item .to-share {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 30px;
      color: #377CFD; }
      .offers-detail .item .to-share .social-media {
        margin-top: -6px; }
      .offers-detail .item .to-share .social-media a {
        margin-left: 20px; }
    .offers-detail .item .info {
      margin-top: 30px;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }
      .offers-detail .item .info ul li {
        margin-top: 20px;
        line-height: 36px; }
        .offers-detail .item .info ul li svg {
          border-radius: 50%;
          background: #EEF1F8;
          margin-right: 10px; }
  .offers-detail .save-block {
    margin-top: 60px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: #EEF1F8;
    padding: 50px 40px;
    border-radius: 16px;
    position: relative;
    box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2);
    width: 95%; }
    .offers-detail .save-block .regulations {
      margin: 0 60px; }
      .offers-detail .save-block .regulations p {
        color: #003893;
        font-weight: bold; }
        .offers-detail .save-block .regulations p:last-child {
          margin-top: 10px;
          color: #393939;
          font-weight: 300; }
    .offers-detail .save-block .btn {
      margin: initial;
      background: #003893;
      color: #fff;
      z-index: 1; }
    .offers-detail .save-block .form-sky {
      position: absolute;
      right: -1px;
      top: 0;
      z-index: 0; }
  .offers-detail aside .three-items .block-item {
    display: flex;
    flex-direction: column; }
    .offers-detail aside .three-items .block-item img {
      width: 75%;
      margin-bottom: 30px; }
    .offers-detail aside .three-items .block-item .two-col .info {
      margin-bottom: 30px; }
      .offers-detail aside .three-items .block-item .two-col .info p {
        color: #2D3436;
        font-weight: 700; }
        .offers-detail aside .three-items .block-item .two-col .info p:first-child {
          color: #377CFD;
          font-weight: normal;
          margin-bottom: 10px; }
    .offers-detail aside .three-items .block-item .two-col .btn {
      display: initial; }
    .offers-detail aside .three-items .block-item {
      margin-top: 70px; }
    .offers-detail aside .three-items .block-item:first-child {
      margin-top: 0; }

@media screen and (max-width: 991.98px) {
  .offers-detail .item {
    width: 100%; }
  .offers-detail .save-block {
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
    width: 100%; }
    .offers-detail .save-block .regulations {
      margin: 30px 60px;
      text-align: center; }
      .offers-detail .save-block .regulations br {
        display: none; }
  .offers-detail aside .three-items {
    margin-top: 50px; }
    .offers-detail aside .three-items .block-item {
      flex-direction: row; }
      .offers-detail aside .three-items .block-item img {
        width: 100%;
        max-width: 250px; }
      .offers-detail aside .three-items .block-item .two-col {
        margin-left: 70px; } }

@media screen and (max-width: 767.98px) {
  .offers-detail {
    padding: 0 15px; }
  .offers-detail .info p{
    width: 100%;
  }

    .offers-detail .save-block .regulations {
      margin: 30px 0; }
    .offers-detail aside .three-items .block-item {
      flex-direction: column;
      align-items: center;  }
      .offers-detail aside .three-items .block-item img {
        margin: 0 auto; }
      .offers-detail aside .three-items .block-item .two-col {
        margin-left: 0;
        margin-top: 30px; }
        .offers-detail aside .three-items .block-item .two-col .btn {
          display: block;
          text-align: center;
          margin: 0 auto;
          width: 100%;
          max-width: 200px; } }


.vacancy-detail {
  margin-top: 60px;
  margin-bottom: 50px; }
  .vacancy-detail .vacancy-description h2.title-h2 {
    margin-bottom: 30px; }
  .vacancy-detail .vacancy-description p {
    margin-bottom: 20px; }
    .vacancy-detail .vacancy-description p.bold {
      font-weight: bold;
      margin: 30px 0; }
  .vacancy-detail .vacancy-description .list {
    margin-top: 20px;
    display: flex; }
    .vacancy-detail .vacancy-description .list p {
      margin-left: 25px;
      margin-bottom: 0; }
  .vacancy-detail .contacts-info_card {
    margin-bottom: 60px;
    width: 100%;
    max-width: 300px; }
    .vacancy-detail .contacts-info_card .contacts-info_card-info .info_title {
      font-weight: 300;
      margin-bottom: 30px; }
    .vacancy-detail .contacts-info_card .contacts-info_card-info .info_link a {
      color: #2D3436; }
    .vacancy-detail .contacts-info_card .contacts-info_card-info .btn-lightblue {
      margin: 45px auto 0; }

.section-tariffs-accordion.vacancy #accordionTariffs .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }
  .section-tariffs-accordion.vacancy #accordionTariffs .card .item {
    width: 30%;
    background-color: #fff;
    margin-right: 5px;
    margin-left: 5px; }
    .section-tariffs-accordion.vacancy #accordionTariffs .card .item .item-two-col {
      align-items: center; }

    .section-tariffs-accordion.vacancy #accordionTariffs .card .item:last-child {
      margin-bottom: 30px; }

@media screen and (max-width: 991.98px) {
  .vacancy-detail .contacts-info_card {
    max-width: inherit;
    margin-top: 15px;
    margin-bottom: 40px; }
  .section-tariffs-accordion.vacancy #accordionTariffs .card .item {
    width: 47%;
    background-color: #fff; } }

@media screen and (max-width: 767.98px) {
  .vacancy-detail .vacancy-description .list {
    margin-top: 20px;
    display: flex;
    align-items: center; }
    .vacancy-detail .vacancy-description .list svg {
      width: 10%; }
    .vacancy-detail .vacancy-description .list p {
      margin-left: 25px;
      margin-bottom: 0;
      width: 90%; }
  .section-tariffs-accordion.vacancy #accordionTariffs .card .item {
    width: 100%;
    background-color: #fff; }
 }

.section-crm-phone-connection {
  margin: 30px; }
  .section-crm-phone-connection .block-phone-connection {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #EEF1F8;
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    border-radius: 16px;
    padding: 40px 50px;
    width: 80%;
    margin: 0 auto;
    position: relative; }
    .section-crm-phone-connection .block-phone-connection .sky-block {
      position: absolute;
      top: -1px;
      right: -1px;
      z-index: 0; }
    .section-crm-phone-connection .block-phone-connection .checkout {
      background: #377CFD;
      border-radius: 50%; }
      .section-crm-phone-connection .block-phone-connection .checkout svg {
        z-index: 1;
        position: relative; }
    .section-crm-phone-connection .block-phone-connection .info {
      margin: 0 60px; }
      .section-crm-phone-connection .block-phone-connection .info P {
        font-weight: 700;
        color: #003893;
        font-size: 20px; }
      .section-crm-phone-connection .block-phone-connection .info .two-cols {
        display: flex;
        margin-top: 20px; }
        .section-crm-phone-connection .block-phone-connection .info .two-cols p {
          font-weight: 300;
          color: #393939;
          font-size: 16px; }
          .section-crm-phone-connection .block-phone-connection .info .two-cols p b {
            font-weight: 700; }
    .section-crm-phone-connection .block-phone-connection .connect .btn,.banner-wrapper .maxnet-banner .get-coverage-btn {
      background: #0846AC;
      color: #fff;
      z-index: 1;
      position: relative;
      border: 1px solid transparent; }

@media screen and (max-width: 991.98px) {
  .section-crm-phone-connection .block-phone-connection {
    padding: 30px 50px;
    width: 100%; }
  .section-how-connect .col {
    padding-right: 15px !important; } }

@media screen and (max-width: 767.98px) {
  .section-crm-phone-connection .block-phone-connection {
    flex-direction: column;
    padding: 30px 30px; }
    .section-crm-phone-connection .block-phone-connection .info {
      margin: 30px 0;
      text-align: center; } }

.section-how-connect .col {
  padding-right: 0; }
  .section-how-connect .col .section-how-connect_card .hover-block {
    padding: 20px 20px 0px 20px; }
  .section-how-connect .col .section-how-connect_card .section-how-connect_card-header {
    margin-bottom: 25px; }

.section-about-maxnet.crm .left-side .list {
  display: flex;
  margin-bottom: 30px; }
  .section-about-maxnet.crm .left-side .list svg {
    width: 20%; }
  .section-about-maxnet.crm .left-side .list p {
    margin-left: 10px; }

#animation-crm {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/crm.png") left center;
  background-size: cover;
  animation: play-crm 4.5s steps(8) infinite;
  position: absolute; }

@keyframes play-crm {
  100% {
    background-position: -4560px; } }

#animation-crm-ed {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/crm-ed.png") left center;
  background-size: cover;
  animation: play-crm-ed 4.5s steps(6) infinite;
  position: absolute; }

@keyframes play-crm-ed {
  100% {
    background-position: -3420px; } }

#animation-crm-support {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/crm-support.png") left center;
  background-size: cover;
  animation: play-crm-support 4.5s steps(7) infinite;
  position: absolute; }

@keyframes play-crm-support {
  100% {
    background-position: -3990px; } }

@media screen and (max-width: 991.98px) {
  #animation-crm {
    margin: 0 auto;
    position: initial; }
  #animation-crm-ed {
    margin: 0 auto;
    position: initial; }
  #animation-crm-support {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-crm {
    max-width: 285px;
    height: 207px; }
  #animation-crm-ed {
    max-width: 285px;
    height: 207px; }
  #animation-crm-support {
    max-width: 285px;
    height: 207px; }
  @keyframes play-crm {
    100% {
      background-position: -2280px; } }
  @keyframes play-crm-ed {
    100% {
      background-position: -1710px; } }
  @keyframes play-crm-support {
    100% {
      background-position: -1995px; } } }

.section-internet_carousel-about.crm .two-blocks .col-two:last-child {
  background-color: #003893;
  color: #fff; }
  .section-internet_carousel-about.crm .two-blocks .col-two:last-child h4 {
    color: #fff; }

.section-internet_carousel-about.crm .two-blocks .col-two .item {
  margin-bottom: 0; }
  .section-internet_carousel-about.crm .two-blocks .col-two .item:first-child {
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap; }
  .section-internet_carousel-about.crm .two-blocks .col-two .item:last-child {
    justify-content: start;
    align-items: center; }
    .section-internet_carousel-about.crm .two-blocks .col-two .item:last-child .btn {
      margin: 0;
      background-color: #377CFD;
      color: #fff;
      margin-right: 30px;
      border: 1px solid transparent; }
  .section-internet_carousel-about.crm .two-blocks .col-two .item h4 {
    margin-bottom: 0;
    margin-right: 15px; }



.section-internet_carousel-about.crm .two-blocks .col-two p {
  margin-bottom: 30px; }
.section-tariffs-accordion.crm-amo .clickable-arrows  {
  text-align: center; }

  .section-tariffs-accordion.crm-amo .owl-stage-outer {
    padding-bottom: 15px; }
  .section-tariffs-accordion.crm-amo .click-arrow:hover {
    cursor: pointer; }
  .section-tariffs-accordion.crm-amo .click-arrow:hover {
    cursor: pointer; }
 .section-tariffs-accordion.crm-amo #accordionTariffs .card .item {
    height: inherit !important; }
    .section-tariffs-accordion.crm-amo #accordionTariffs .card .item .item-two-col {
      position: relative;
      align-items: center; }
    .section-tariffs-accordion.crm-amo #accordionTariffs .card .item .list {
      display: flex;
      margin-top: 20px; }
      .section-tariffs-accordion.crm-amo #accordionTariffs .card .item .list svg {
        width: 10%; }
      .section-tariffs-accordion.crm-amo #accordionTariffs .card .item .list p {
        width: 90%; }

.section-about-maxnet .right-side img {
  width: 100%; }

#animation-crm-amo {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/crm-amo.png") left center;
  background-size: cover;
  animation: play-crm-amo 4.5s steps(6) infinite;
  position: absolute; }

@keyframes play-crm-amo {
  100% {
    background-position: -3420px; } }

@media screen and (max-width: 991.98px) {
  #animation-crm-amo {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-crm-amo {
    max-width: 285px;
    height: 207px; }
  @keyframes play-crm-amo {
    100% {
      background-position: -1710px; } } }


.section-tariff-plans_2-columns.crm-bitrix24 .click-arrow:hover {
  cursor: pointer; }

.section-tariff-plans_2-columns.crm-bitrix24 .owl-stage-outer {
  padding-bottom: 15px; }

.section-tariff-plans_2-columns.crm-bitrix24 .round-select {
  margin-bottom: 30px; }





.section-tariff-plans_2-columns.crm-bitrix24 .international-tariffs .two-column {
  text-align: center;
  padding-bottom: 20px; }
  .section-tariff-plans_2-columns.crm-bitrix24 .international-tariffs .two-column .col.one a.btn-details {
    color: #377CFD; }
  .section-tariff-plans_2-columns.crm-bitrix24 .international-tariffs .two-column .item {
    margin-bottom: 15px; }
    .section-tariff-plans_2-columns.crm-bitrix24 .international-tariffs .two-column .item .item-two-col .item_left {
      width: 80%; }
      .section-tariff-plans_2-columns.crm-bitrix24 .international-tariffs .two-column .item .item-two-col .item_left .title {
        text-align: left; }

#animation-crm-bitrix24 {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("/static/src/gif-animation/crm-bitrix24.png") left center;
  background-size: cover;
  animation: play-crm-bitrix24 4.5s steps(6) infinite;
  position: absolute; }

@keyframes play-crm-bitrix24 {
  100% {
    background-position: -3420px; } }

@media screen and (max-width: 991.98px) {
  #animation-crm-bitrix24 {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-crm-bitrix24 {
    max-width: 285px;
    height: 207px; }
  @keyframes play-crm-bitrix24 {
    100% {
      background-position: -1710px; } } }

#animation-domains {
  width: 100%;
  max-width: 570px;
  height: 414px;
  background: url("../../assets/gif-animation/domains.png") left center;
  background-size: cover;
  animation: play-domains 4.5s steps(8) infinite;
  position: absolute; }

@keyframes play-domains {
  100% {
    background-position: -4560px; } }

@media screen and (max-width: 991.98px) {
  #animation-domains {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-domains {
    max-width: 285px;
    height: 207px; }
  @keyframes play-domains {
    100% {
      background-position: -2280px; } } }




.nav-payment {
  background-color: #F2F4FB; }
  .nav-payment_content {
    justify-content: space-around; }
    .nav-payment_content-link {
      text-align: center;
      padding: 30px 15px;
      max-width: 190px;
      width: 100%;
      margin: 20px 0;
      border: 2px solid transparent;
      position: relative; }
      .nav-payment_content-link p {
        margin-top: 10px;
        color: #377CFD; }
      .nav-payment_content-link:hover {
        cursor: pointer;
        border: 2px solid #377CFD;
        border-radius: 25px;
        background-color: #ffffff; }
      .nav-payment_content-link_fullauto {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }

.nav-hosting .nav-payment_content {
  justify-content: center; }
  .nav-hosting .nav-payment_content-link {
    margin: 40px 15px;
    display: flex;
    align-items: center;
    max-width: 260px;
    padding: 15px 20px; }
    .nav-hosting .nav-payment_content-link p {
      margin-top: 0;
      margin-left: 15px; }



@media (min-width: 992px) and (max-width: 1199.98px) {
  .sip-style-clss .nav-payment_content-link {
    max-width: 240px; }
  .info p {
    width: 80%;
   }
 }

@media screen and (max-width: 991.98px) {
  .nav-payment_content-link {
    flex-direction: row;
    display: flex;
    max-width: 320px;
    align-items: center;
    padding: 20px 25px; }
    .nav-payment_content-link p {
      width: 65%;
      text-align: left;
      margin-left: 20px;
      margin-top: 0; } }


@media screen and (max-width: 767.98px) {
  .nav-payment {
    padding: 20px 0 30px; }
    .nav-payment_content-link {
      padding: 10px 25px;
      margin: 10px 0; }
  .nav-hosting .nav-payment_content-link {
    margin: 10px 0; } }



.method-card {
  margin: 60px 0; }
  .method-card_content_steps-steps {
    padding: 0; }
    .method-card_content_steps-steps_step {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .method-card_content_steps-steps_step-header {
        display: flex;
        align-items: center;
        width: 100%; }
        .method-card_content_steps-steps_step-header-round {
          width: 55px;
          height: 55px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 2px solid #377CFD;
          border-radius: 30px; }
          .method-card_content_steps-steps_step-header-round span {
            position: absolute;
            color: #377CFD;
            font-weight: bold; }
        .method-card_content_steps-steps_step-header .step-line {
          width: 46%;
          height: 2px;
          background-color: #377CFD; }
      .method-card_content_steps-steps_step p {
        margin-top: 25px;
        text-align: center;
        width: 63%; }
        .method-card_content_steps-steps_step p a {
          color: #377CFD; }
      .method-card_content_steps-steps_step .step_1 {
        margin-left: 80%; }
      .method-card_content_steps-steps_step .step_2-round {
        width: 60px; }
      .method-card_content_steps-steps_step .step_3 {
        margin-right: 8%; }
  .method-card_content_method {
    margin: 60px 0 30px; }
    .method-card_content_method .owl-item {
      display: flex;
      justify-content: center;
      align-items: center; }
    .method-card_content_method-option {
      padding: 15px;
      width: 90%;
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .method-card_content_method-option:hover {
        box-shadow: 0px 7px 20px 4px rgba(34, 60, 80, 0.2);
        border-radius: 16px; }
      .method-card_content_method-option a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex; }

@media screen and (max-width: 991.98px) {
  .method-card {
    margin: 60px 0 10px; }
    .method-card_content_steps-steps_step p {
      width: 85%; }
    .method-card_content_method-option {
      margin-bottom: 40px; } }

@media screen and (max-width: 767.98px) {
  .method-card {
    margin: 30px 0; }
    .method-card_content_steps-steps_step {
      margin-bottom: 30px; }
      .method-card_content_steps-steps_step-header {
        justify-content: center; }
      .method-card_content_steps-steps_step p {
        width: 100%; }
      .method-card_content_steps-steps_step .step_1 {
        margin-left: 0; }
      .method-card_content_steps-steps_step .step_2-round {
        width: 55px; }
      .method-card_content_steps-steps_step .step_3 {
        margin-right: 0; }
      .method-card_content_steps-steps_step .step-line {
        display: none; }
    .method-card_content_method {
      margin: 30px 0 0; }
      .method-card_content_method-option {
        margin-bottom: 40px; } }

.method-qr {
  margin: 60px 0; }
  .method-qr_content {
    margin: 40px 0; }
    .method-qr_content-qr {
      margin: 0 auto;
      max-width: 160px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 120px;
      padding: 20px 40px;
      text-align: center;
      border: 1px solid transparent;
      border-radius: 25px;
      box-shadow: 0px 20px 20px 4px rgba(34, 60, 80, 0.1); }
      .method-qr_content-qr img {
        width: 100%; }

.method-bank {
  margin: 60px 0; }
  .method-bank_content {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; }
    .method-bank_content-bank {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
      width: 50%; }
      .method-bank_content-bank .method-qr_content-qr {
        margin: 0; }
        .method-bank_content-bank .method-qr_content-qr:hover {
          transform: scaleX(1.2) scaleY(1.2) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(9px) skewX(1deg) skewY(1deg); }
      .method-bank_content-bank p {
        width: 70%;
        margin-left: 30px; }

@media screen and (max-width: 991.98px) {
  .method-bank_content-bank {
    width: 100%; } }

@media screen and (max-width: 767.98px) {
  .method-bank {
    margin: 60px 0 30px; }
    .method-bank_content {
      margin-top: 30px; }
      .method-bank_content-bank {
        flex-direction: column;
        justify-content: center;
        width: 100%; }
        .method-bank_content-bank p {
          width: 100%;
          margin: 30px auto 0;
          text-align: center; } }

.method-terminal {
  margin: 60px 0; }

.insruction-video {
  padding: 40px 0 60px;
  background-color: #F2F4FB; }
  .insruction-video .title-insruction-video {
    text-align: center; }
  .insruction-video .sub-title-insruction-video {
    text-align: center; }
  .insruction-video_content {
    margin: 40px auto 0;
    text-align: center;
    width: 100%;
    max-width: 550px; }
    .insruction-video_content img {
      width: 100%; }

.instruction-links {
  margin: 50px 0; }
  .instruction-links_option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
    .instruction-links_option-logo {
      width: 75px;
      height: 75px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #F2F4FB;
      border-radius: 40px; }
      .instruction-links_option-logo img {
        position: absolute;
        height: auto; }
    .instruction-links_option p {
      width: 80%;
      font-weight: bold; }

@media screen and (max-width: 991.98px) {
  .instruction-links_option {
    flex-direction: column;
    justify-content: center; }
    .instruction-links_option p {
      width: 100%;
      text-align: center;
      margin-top: 20px; } }

@media screen and (max-width: 767.98px) {
  .instruction-links_option {
    margin-bottom: 30px; } }

.contacts-info {
  margin: 90px 0; }
  .contacts-info_card {
    padding: 20px 30px 20px 40px;
    height: 100%;
    border: 1px solid #EEF1F8;
    border-radius: 25px;
    box-shadow: 0px 20px 20px 4px rgba(34, 60, 80, 0.2); }
    .contacts-info_card-info .info_title {
      margin-top: 30px;
      font-weight: bold; }
    .contacts-info_card-info .info_link {
      margin-top: 10px; }
      .contacts-info_card-info .info_link a {
        color: #377CFD;
        font-weight: bold; }
    .contacts-info_card-info .info_subtitle {
      margin-top: 10px; }
    .contacts-info_card-info .btn-lightblue {
      max-width: 180px;
      margin: 45px 0 0; }
    .contacts-info_card_blue {
      background-color: #003893; }
      .contacts-info_card_blue .info_title, .contacts-info_card_blue .info_subtitle, .contacts-info_card_blue .info_request {
        color: #FFFFFF; }
      .contacts-info_card_blue .info_request {
        margin-top: 95px; }

@media screen and (max-width: 991.98px) {
  .contacts-info {
    margin: 40px 0 0; }
    .contacts-info_adaptive {
      flex-direction: column; }
      .contacts-info_adaptive .col-md-4 {
        max-width: 100%;
        width: 100%; }
    .contacts-info_card {
      display: flex;
      margin-bottom: 40px;
      padding: 40px; }
      .contacts-info_card-info {
        margin-left: 40px; }
        .contacts-info_card-info .info_title:first-child {
          margin-top: 0; } }

@media screen and (max-width: 767.98px) {
  .contacts-info_card {
    flex-direction: column;
    padding: 30px; }
    .contacts-info_card-info {
      margin-left: 0; }
      .contacts-info_card-info .info_title:first-child {
        margin-top: 30px; }
      .contacts-info_card-info .info_request {
        margin-top: 30px; }
      .contacts-info_card-info .btn-lightblue {
        margin: 30px auto 0; } }

.contacts-form_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.contacts-form {
  padding: 60px 0;
  background-color: #F2F4FB; }
  .contacts-form_content .title-contacts-form, .contacts-form_content .sub-title-contacts-form {
    text-align: center; }
  .contacts-form_content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%; }
    .contacts-form_content form input {
      width: 27%;
      margin-top: 50px;
      max-width: 300px;
      height: 50px;
      font-size: 14px;
      color: #999999;
      padding-left: 50px;
      border: 1px solid #e8e9eb;
      border-radius: 15px; }
    .contacts-form_content form textarea {
      width: 100%;
      margin: 25px 0;
      padding: 20px 0 0 15px;
      height: 70px;
      font-size: 14px;
      color: #999999;
      border: 1px solid #e8e9eb;
      border-radius: 15px; }
    .contacts-form_content form button {
      margin: 0 auto;
      width: 20%;
      max-width: 200px; }
    .contacts-form_content form input:focus-visible, .contacts-form_content form textarea:focus-visible {
      border: 2px solid #397DFB !important;
      border-radius: 15px !important; }

@media screen and (max-width: 991.98px) {
  .contacts-form {
    padding: 40px 0; }
    .contacts-form_content form {
      flex-wrap: unset;
      flex-direction: column;
      align-items: center; }
      .contacts-form_content form input {
        margin-top: 25px;
        width: 100%;
        max-width: 315px; }
      .contacts-form_content form textarea {
        max-width: 315px; }
      .contacts-form_content form button {
        width: 100%; } }



.search-section {
  background-color: #F2F4FB;
  padding: 75px 0; }
  .search-section .search-on-page {
    display: flex;
    justify-content: center;
    align-items: center; }
    .search-section .search-on-page input {
      width: 100%;
      max-width: 514px;
      height: 45px;
      padding-left: 30px;
      margin-right: 30px;
      border: 1px solid #DCE0EC;
      border-radius: 10px; }
    .search-section .search-on-page button {
      margin: 0; }

@media screen and (max-width: 767.98px) {
  .search-section {
    padding: 40px 0; }
    .search-section .search-on-page {
      display: block !important;
      max-width: 300px;
      margin: 0 auto; }
      .search-section .search-on-page input {
        margin-right: 0 !important; }
      .search-section .search-on-page button {
        margin: 20px auto 0 !important; } }

.search-result-section {
  margin: 50px 0 70px; }
  .search-result-section_result-container_wrapper {
    position: relative;
    padding: 16px 0; }
    .search-result-section_result-container_wrapper-title {
      font-size: 16px;
      font-weight: normal;
      color: #336FDE;
      margin-left: 47px;
      margin-bottom: 10px; }
    .search-result-section_result-container_wrapper-txt {
      display: flex;
      align-items: center; }
      .search-result-section_result-container_wrapper-txt svg {
        width: 100%;
        max-width: 24px; }
      .search-result-section_result-container_wrapper-txt p {
        margin-left: 23px;
        font-size: 16px;
        color: #393939; }
    .search-result-section_result-container_wrapper a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

@media screen and (max-width: 767.98px) {
  .search-result-section {
    margin: 30px 0 40px; } }

.section-faq-accordion {
  margin: 0 0 60px 0; }
  .section-faq-accordion p {
    white-space: normal;
    text-align: left;
    margin: 5px 0; }
  .section-faq-accordion .card-header {
    padding: 20px 0;
    border-bottom: 1.5px solid #DCE0EC; }
    .section-faq-accordion .card-header .card-header-title {
      color: #393939;
      font-size: 20px;
      font-weight: bold;
      padding: 0;
      margin-bottom: 0; }
    .section-faq-accordion .card-header a:hover {
      cursor: pointer; }
  .section-faq-accordion .card-body a {
    color: #377CFD;
    display: block;
    padding: 30px 0;
    border-bottom: 1.5px solid #DCE0EC; }

  .section-faq-accordion .card-body a:target {
    font-weight: 900;
    box-shadow: 0 1px 0 0;
    }


  .section-faq-accordion .card-body_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1.5px solid #DCE0EC; }
    .section-faq-accordion .card-body_txt P:first-child {
      font-weight: bold; }
    .section-faq-accordion .card-body_txt P:last-child {
      width: 145px; }
  .section-faq-accordion .answer-container {
    margin-top: 30px; }
    .section-faq-accordion .answer-container .category-title {
      font-size: 16px;
      color: #377CFD; }
    .section-faq-accordion .answer-container .question-title-container {
      margin: 30px 0;
      position: relative; }
      .section-faq-accordion .answer-container .question-title-container .question-title {
        font-size: 20px;
        color: #393939;
        font-weight: bold; }
      .section-faq-accordion .answer-container .question-title-container .button_copy_question {
        position: relative;
        top: -6px;
        left: 0;
         }
        .section-faq-accordion .answer-container .question-title-container .button_copy_question:hover {
          cursor: pointer; }
    .section-faq-accordion .answer-container .answer-txt-container {
      font-size: 16px;
      color: #2D3436; }
      .section-faq-accordion .answer-container .answer-txt-container .answer-txt {
        padding-bottom: 30px; }
    .section-faq-accordion .answer-container .back_to_question {
      font-size: 16px;
      color: #377CFD; }

.section-faq-banner {
  margin-bottom: 90px; }
  .section-faq-banner .maxnet-banner svg:first-of-type {
    margin-right: 30px; }

@media screen and (max-width: 767.98px) {
  .section-faq-accordion .card-body_txt {
    flex-direction: column;
    align-items: baseline; }
    .section-faq-accordion .card-body_txt P {
      margin-top: 10px; }
  .section-faq-accordion .question-title-container {
    width: 100% !important; }
    .section-faq-accordion .question-title-container .button_copy_question {
      right: 15px !important; }
  .section-faq-banner .maxnet-banner svg:first-of-type {
    margin-right: 0 !important; } }

.useful-links {
  background-color: #F2F4FB;
  padding: 40px 0; }
  .useful-links p {
    color: #377CFD;
    font-weight: bold; }
  .useful-links .links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .useful-links .links a {
      padding: 10px 20px;
      background-color: #EEF1F8;
      border: 1px solid #397DFB;
      border-radius: 25px;
      margin-right: 15px;
      margin-bottom: 20px;
      color: #397DFB; }
      .useful-links .links a:hover {
        background-color: #377CFD;
        color: #fff; }

.section-about-maxnet.page-404 {
  padding: 0 0 40px 0; }

#animation-page-404 {
  width: 100%;
  max-width: 410px;
  height: 300px;
  background: url("/static/src/gif-animation/404.png") left center;
  background-size: cover;
  animation: play-page-404 4.5s steps(8) infinite;
  position: absolute; }


@keyframes play-page-404 {
  100% {
    background-position: -3280px; } }

@media screen and (max-width: 991.98px) {
  #animation-page-404 {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  #animation-page-404 {
    max-width: 205px;
    height: 150px; }
  @keyframes play-page-404 {
    100% {
      background-position: -1640px; } } }





.section-header-title {
  padding: 40px 0 30px 0;
  background-color: #003893; }
  .section-header-title .title-breadcrumps-cont h1 {
    color: #ffffff;
    margin-bottom: 40px; }
  .section-header-title .title-breadcrumps-cont .breadcrumps {
    display: flex;
    align-items: baseline; }
    .section-header-title .title-breadcrumps-cont .breadcrumps a {
      color: #ffffff; }
    .section-header-title .title-breadcrumps-cont .breadcrumps span {
      margin: 0 10px;
      font-size: 18px;
      color: #ffffff; }
    .section-header-title .title-breadcrumps-cont .breadcrumps p {
      color: #377CFD; }
  .section-header-title_features {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-header-title_features p {
      margin-top: 30px;
      color: #ffffff;
      text-align: center; }



@media screen and (max-width: 991.98px) {
  h1 {
    text-align: center; } }

.section-tariffs-accordion {
  margin: 0 0 60px 0; }
  .section-tariffs-accordion #accordionTariffs p {
    white-space: normal;
    text-align: left;
    margin: 0; }
  .section-tariffs-accordion #accordionTariffs .card-header {
    padding: 10px 0 25px;
    border-bottom: 1.5px solid #DCE0EC; }
    .section-tariffs-accordion #accordionTariffs .card-header .card-header-title {
      color: #393939;
      font-size: 20px;
      font-weight: bold;
      padding: 0;
      margin-bottom: 0; }
    .section-tariffs-accordion #accordionTariffs .card-header:hover {
      cursor: pointer; }
  .section-tariffs-accordion #accordionTariffs .card-body a {
    display: block;
    padding: 5px 0;


 }


  .section-tariffs-accordion #accordionTariffs .card-body_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1.5px solid #DCE0EC; }
    .section-tariffs-accordion #accordionTariffs .card-body_txt P:first-child {
      font-weight: bold; }
    .section-tariffs-accordion #accordionTariffs .card-body_txt P:last-child {
      width: 20%; }

    .section-tariffs-accordion #accordionTariffs .card-body_txt p {
      width: 80%;
      padding-right: 10px;
    }

@media screen and (max-width: 767.98px) {
  .section-tariffs-accordion #accordionTariffs .card-body_txt {
    flex-direction: column;
    align-items: baseline; }
    .section-tariffs-accordion #accordionTariffs .card-body_txt P {
      margin-top: 10px;
      width: 100%; } 

    .section-tariffs-accordion #accordionTariffs .card-body_txt P:last-child {
        width: 100%;
    }


}




.section-how-connect {
  margin: 60px 0; }
  .section-how-connect h2 {
    text-align: center;
    margin-bottom: 20px; }
  .section-how-connect p {
    text-align: center;
    margin-bottom: 40px; }
  .section-how-connect .pdng-0 {
    padding: 0; }
  .section-how-connect .how-c_blue-card {
    background-color: #003893;
    border: 1px solid #003893; }
    .section-how-connect .how-c_blue-card p {
      color: #ffffff; }
  .section-how-connect_card {
    display: flex;
    flex-direction: column;
    padding: 25px;
    height: 100%;
    border: 1px solid #EDF0F8;
    border-radius: 15px;
    -webkit-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3); }
    .section-how-connect_card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 45px; }
    .section-how-connect_card p {
      text-align: left; }
      .section-how-connect_card p:first-of-type {
        margin-bottom: 30px;
        font-weight: bold; }
      .section-how-connect_card p:last-of-type {
        margin-bottom: 0; }
    .section-how-connect_card.gray-card {
      background-color: #F2F4FB;
      border-color: #F2F4FB; }

.section-check-coverage {
  background-color: #F2F4FB;
  margin: 0 0 60px 0;
  padding: 60px 0; }
  .section-check-coverage h2 {
    text-align: center;
    margin-bottom: 20px; }
  .section-check-coverage p {
    text-align: center;
    margin-bottom: 55px; }
  .section-check-coverage_form {
    display: flex;
    justify-content: center; }
    .section-check-coverage_form input {
      width: 300px;
      height: 52px;
      font-size: 14px;
      color: #999999;
      padding-left: 50px;
      border: 1px solid #e8e9eb;
      border-radius: 15px;
      /*background-image: url(/static/src/images/inputs/map-mark-input.png);*/
      background-position: center left 3%;
      background-repeat: no-repeat; }

      .modal-coverage .section-check-coverage_form input:last-of-type {
        margin: 0; }

    .section-check-coverage_form .get-coverage-btn, .section-check-coverage_form .check-domain-btn {
      margin: 0;
      color: #ffffff;
      font-weight: 700;
      background-color: #377CFD;
      border: 1px solid #377CFD;
      position: relative;
      z-index: 1; }
      .section-check-coverage_form .get-coverage-btn:hover,.section-check-coverage_form .check-domain-btn:hover {
        color: #377CFD;
        background-color: inherit;
        border: 1px solid #377CFD; }

.section-more-about {
  margin: 60px 0 60px 0; }
  .section-more-about h2 {
    text-align: center;
    margin-bottom: 20px; }
  .section-more-about p {
    text-align: center;
    margin-bottom: 40px; }
  .section-more-about #accordion p {
    margin: 5px; }
  .section-more-about #accordion .card {
    padding: 40px 0 20px;
    border-bottom: 1.5px solid #DCE0EC; }
    .section-more-about #accordion .card:last-child {
      border-bottom: none; }
    .section-more-about #accordion .card-header .card-header-title {
      color: #393939;
      font-size: 24px;
      font-weight: bold;
      padding: 0;
      margin-bottom: 0;
      white-space: normal; }
    .section-more-about #accordion .card-header:hover {
      cursor: pointer; }
    .section-more-about #accordion .card-body_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px; }
      .section-more-about #accordion .card-body_header p {
        text-align: justify; }
    .section-more-about #accordion .card-body_tick-txt {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      .section-more-about #accordion .card-body_tick-txt .accord-tick {
        width: 24px;
        height: 24px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
        background-color: #F2F4FB;
        border-radius: 50px;
        border: 1px solid #F2F4FB; }
        .section-more-about #accordion .card-body_tick-txt .accord-tick span {
          position: absolute;
          font-size: 14px; }

@media screen and (max-width: 767.98px) {
  .section-more-about .card-header-title {
    font-size: 18px !important; } }

.section-get-connection {
  margin: 0 0 60px 0; }
  .section-get-connection_cont {
    padding: 50px 10px 80px;
    position: relative;
    background-color: #F2F4FB;
    border-radius: 15px;
    -webkit-box-shadow: 0px 10px 21px 4px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 0px 10px 21px 4px rgba(34, 60, 80, 0.3);
    box-shadow: 0px 10px 21px 4px rgba(34, 60, 80, 0.3); }
    .section-get-connection_cont .get-connection-yellow {
      position: absolute;
      top: -1px;
      left: -1px; }
    .section-get-connection_cont .get-connection-blue {
      position: absolute;
      bottom: -1px;
      right: -1px;
      z-index: 0; }
  .section-get-connection h2 {
    text-align: center;
    margin-bottom: 20px; }
  .section-get-connection p {
    text-align: center;
    margin-bottom: 55px; }
  .section-get-connection_form {
    display: flex;
    justify-content: center; }
    .section-get-connection_form input {
      width: 300px;
      height: 50px;
      font-size: 14px;
      color: #999999;
      padding-left: 50px;
      border: 1px solid #e8e9eb;
      border-radius: 15px;
      background-image: url(/static/src/images/inputs/user-input.png);
      background-position: center left 3%;
      background-repeat: no-repeat; }
      .section-get-connection_form input:last-of-type {
        background-image: url(/static/src/images/inputs/phone-input.png);
        margin: 0 30px; }
    .section-get-connection_form .get-connection-btn {
      margin: 0;
      color: #ffffff;
      font-weight: 700;
      background-color: #377CFD;
      border: 1px solid #377CFD;
      position: relative;
      z-index: 1; }
      .section-get-connection_form .get-connection-btn:hover {
        color: #377CFD;
        background-color: inherit;
        border: 1px solid #377CFD; }

.section-index-cards {
  margin: 0 0 60px 0; }
  .section-index-cards .i-card {
    display: flex;
    flex-direction: column;
    padding: 20px 0 20px 20px;
    position: relative;
    max-height: 145px;
    border: 1px solid #EDF0F8;
    border-radius: 15px;
    -webkit-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    -moz-box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    box-shadow: 4px 10px 21px 4px rgba(34, 60, 80, 0.3);
    transition: all 375ms ease; }
    .section-index-cards .i-card a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .section-index-cards .i-card img {
      margin-bottom: 10px; }
    .section-index-cards .i-card span {
      font-size: 16px;
      font-weight: bold; }
    .section-index-cards .i-card_img {
      margin-bottom: 10px; }
    .section-index-cards .i-card .hover-svg {
      display: none; }
    .section-index-cards .i-card:hover {
      background-color: #003893;
      border: 1px solid #003893;
      cursor: pointer; }
      .section-index-cards .i-card:hover span {
        color: #ffffff; }
      .section-index-cards .i-card:hover .i-card_img-bg {
        fill: #0846AC; }
      .section-index-cards .i-card:hover .i-card_img-lines {
        fill: #ffffff; }
      .section-index-cards .i-card:hover .i-card_img-stroke-white {
        stroke: #ffffff; }
      .section-index-cards .i-card:hover .static-svg {
        display: none; }
      .section-index-cards .i-card:hover .hover-svg {
        display: block; }

.footer-blue {
  background-color: #003893;
  font-size: 14px; }
  .footer-blue_contents {
    padding: 45px 0; }
    .footer-blue_contents .footer-nav p {
      margin-bottom: 25px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 700; }
    .footer-blue_contents .footer-nav a {
      display: block;
      margin-bottom: 15px;
      color: #ffffff;
      font-weight: 100; }
      .footer-blue_contents .footer-nav a:last-child {
        margin-bottom: 0; }
    .footer-blue_contents .footer-adress-cont {
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      .footer-blue_contents .footer-adress-cont_adress {
        position: relative; }
        .footer-blue_contents .footer-adress-cont_adress .footer-location-icon {
          position: absolute;
          left: -30px;
          top: 45px; }
        .footer-blue_contents .footer-adress-cont_adress p {
          margin-bottom: 25px;
          color: #ffffff;
          font-size: 16px;
          font-weight: 700; }
        .footer-blue_contents .footer-adress-cont_adress a {
          display: block;
          margin-bottom: 5px;
          margin-left: 25px;
          color: #FFFFFF;
          font-weight: 700; }
        .footer-blue_contents .footer-adress-cont_adress span {
          color: #ffffff;
          font-size: 14px;
          font-weight: 400;
           }
    .footer-blue_contents .footer-serv-center-cont {
      display: flex;
      margin-bottom: 35px; }
      .footer-blue_contents .footer-serv-center-cont_phone {
        position: relative; }
        .footer-blue_contents .footer-serv-center-cont_phone .footer-phone-icon {
          position: absolute;
          left: -33px; }
        .footer-blue_contents .footer-serv-center-cont_phone p {
          margin-bottom: 18px;
          color: #ffffff; }
        .footer-blue_contents .footer-serv-center-cont_phone a {
          display: block;
          margin-bottom: 15px;
          color: #ffffff;
          font-weight: 700; }
        .footer-blue_contents .footer-serv-center-cont_phone span {
          color: #ffffff; }
    .footer-blue_contents .btn-contact-management {
      padding: 15px 30px;
      color: #ffffff;
      border: 1.5px solid #ffffff;
      border-radius: 50px;
      background-color: inherit; }
      .footer-blue_contents .btn-contact-management:hover {
        color: #003893;
        background-color: #ffffff; }

.footer-darkblue {
  background-color: #022762; }
  .footer-darkblue_contents {
    padding: 25px 0; }
    .footer-darkblue_contents .footer-copyright {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #ffffff; }
    .footer-darkblue_contents .footer-social-links {
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      .footer-darkblue_contents .footer-social-links a {
        color: #ffffff; }

.des_dp_none {
  display: none !important; }

.section-header-title_features p {
  font-size: 14px; }

 .carousel-dots-aside-two_sip .owl-item {
    padding: 0 40px; }
 .owl-carousel.carousel-dots-aside-two_sip .owl-stage-outer{
    padding-bottom: 50px;
  }


@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-home-carousel .col-lg-12 {
    max-height: 411px; }
  .header-blue .pages-navigation_list-item a {
    padding: 37px 11px;
    font-size: 14px; }
  .carousel-tv-channels .owl-stage .active {
    margin-right: 0px !important; }
  .section-how-connect_card {
    height: 330px; }
  .footer-blue_contents .footer-nav p {
    font-size: 15px; }
  .footer-blue_contents .btn-contact-management {
    font-size: 13px; } }

@media screen and (max-width: 1199.98px) {
  .carousel-with-dots {
    flex-direction: column; }
    .carousel-with-dots .dots {
      margin: 40px auto 0; }
    .carousel-with-dots .slider {
      width: unset;
      order: -1; }
  .offers_tabs-hide-mob {
    display: none; }
 }


@media screen and (max-width: 991.98px) {
  .des_dp_none {
    display: block !important; }
  .offers_tabs-hide-mob {
    display: none; }
  .title-breadcrumps-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px; }
  .navbar-grey, .header-white, .header-blue, .footer-nav {
    display: none; }
  .carousel-with-dots .dots {
    display: none !important; }
  .maxnet-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px !important; }
    .maxnet-banner .ad-banner_desc {
      text-align: center; }
      .maxnet-banner .ad-banner_desc .ad-banner_title {
        margin: 30px 0 20px 0; }
      .maxnet-banner .ad-banner_desc .ad-banner_text {
        margin-bottom: 30px; }
  .section-how-connect [class|=col]:nth-child(4) .section-how-connect_card {
    margin-bottom: 0; }
  .pdng-0 .row {
    justify-content: center; }
    .pdng-0 .row .col-md-12 {
      max-width: 50%;
      width: 50%; }
  .section-how-connect_card {
    height: unset;
    margin-bottom: 20px; }
    .section-how-connect_card-header {
      margin-bottom: 20px;
      margin-right: 40px; }
      .section-how-connect_card-header svg:last-child {
        display: none; }
    .section-how-connect_card p:first-of-type {
      margin-bottom: 10px; }
  .gray-card svg {
    display: block !important; }
  .how-c_blue-card svg {
    display: block !important;
    width: unset !important; }
  .section-check-coverage {
    padding: 40px 0 30px;
    margin-bottom: 30px; }
    .section-check-coverage p {
      margin-bottom: 40px; }
  .section-check-coverage_form {
    flex-direction: column;
    align-items: center; }
    .section-check-coverage_form input {
      margin-bottom: 20px; }
    .section-check-coverage_form input:last-of-type {
      margin: 0;
      margin-bottom: 30px; }
  .section-more-about {
    margin-bottom: 30px; }
  .section-more-about #accordion .card-body_tick-txt .accord-tick {
    width: 40px;
    height: 30px; }
  .section-more-about #accordion .card-body_header-img {
    width: 50%; }
  .section-get-connection_cont {
    padding: 40px 0 30px; }
    .section-get-connection_cont p {
      margin-bottom: 40px; }
  .section-get-connection_form {
    flex-direction: column;
    align-items: center; }
    .section-get-connection_form input {
      margin-bottom: 20px; }
    .section-get-connection_form input:last-of-type {
      margin: 0;
      margin-bottom: 30px; }
  .i-card {
    margin-bottom: 20px; }
  .footer-adress-cont, .footer-serv-center-cont, .footer-copyright, .footer-social-links {
    justify-content: center !important; }
  .footer-location-icon {
    top: 35px !important; }
  .footer-blue_contents .footer-adress-cont_adress p {
    margin-bottom: 15px; }
  .footer-serv-center-cont {
    align-items: unset;
    justify-content: normal !important; }
  .footer-blue_contents .footer-serv-center-cont_phone p {
    font-size: 14px; }
  .btn-contact-management {
    display: block;
    margin: 0 auto; }
  .footer-copyright {
    margin-bottom: 20px; }
  .footer-social-links a {
    margin-right: 20px; }
    .footer-social-links a:last-child {
      margin-right: 0; } }

@media screen and (max-width: 767.98px) {
    .six-cards .single-card_text{
    display: none;}
  .title-breadcrumps-cont {
    margin-bottom: unset; }
    .title-breadcrumps-cont .breadcrumps span {
      margin: 0 7px !important; }
  .round-select {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: unset;
    background-color: unset; }
  .round-select_link:first-of-type {
    border-radius: 999px !important; }
  .round-select_link {
    border: 1px solid #DCE0EC;
    border-radius: 999px !important;
    margin-bottom: 5px; }
  .section-header-title .title-breadcrumps-cont h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .section-header-title_features {
    display: none; }
  h2 {
    font-size: 24px !important; }
  .section-tariffs {
    padding: 30px 0 0; }
  .section-tariffs-accordion #accordionTariffs .card-header h5 p {
    font-size: 18px; }
  .six-cards_cards {
    justify-content: center !important;
    margin: 0 auto !important; }
  .maxnet-banner .blob-tr {
    display: none; }
  .maxnet-banner .icon {
    margin-right: 0 !important; }
  .maxnet-banner .ad-banner_desc {
    margin-right: 0 !important; }
  .section-tariffs-accordion {
    margin-bottom: 30px; }
  .six-cards_subtitle {
    margin-bottom: 20px !important; }
  .six-cards .single-card {
    width: 50% !important;
    padding-bottom: 20px !important; }
  .btn-outline {
    font-size: 14px !important;
    padding: 15px 15px !important; }
  .section-how-connect {
    margin-top: 30px; }
  .section-how-connect_card {
    flex-direction: row;
    align-items: center;
    min-height: 140px; }
  .section-how-connect_card-header {
    margin-right: 30px;
    margin-bottom: 0; }
  .section-more-about p {
    margin-bottom: 10px; }
  .section-more-about #accordion .card-header h5 p {
    font-size: 16px;
    white-space: normal; }
  .section-more-about #accordion .card {
    padding: 20px 0; }
  .section-more-about #accordion .card-body_header {
    margin-top: 20px;
    display: block; }
  .card-body_header-img {
    width: 100%;
    margin-top: 30px; }
    .card-body_header-img svg {
      width: 100%;
      height: 100%; }
  .section-more-about #accordion .card-body_tick-txt {
    align-items: unset; }
  .section-more-about #accordion .card-body_tick-txt .accord-tick {
    width: 100px;
    height: 30px;
    margin-right: 15px; }
  .section-get-connection_cont {
    padding: 40px 30px 30px; }
    .section-get-connection_cont svg {
      display: none; }
  .section-get-connection_form input {
    width: 100%; }
  .section-index-cards {
    margin-bottom: 30px; }
    .section-index-cards .i-card {
      padding: 20px;
      align-items: center; } }

@media screen and (max-width: 420px) {
  .title-breadcrumps-cont {
    margin-bottom: unset; }
    .title-breadcrumps-cont .breadcrumps .brdcr_mn-cnt {
      width: min-content; } }


.section-why-us .partner-cols {
  display: flex;
  align-items: center;
  margin-bottom: 30px;}
  .section-why-us .partner-cols p {
    margin-left: 15px;
    font-weight: bold; }

.cctv-equip .partner-cols {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .cctv-equip .partner-cols svg {
    width: 100%;
    height: 100%;
    max-width: 34px;
    max-height: 34px; }
  .cctv-equip .partner-cols p {
    margin-left: 15px;
    font-weight: bold; }

.cctv-offers .tab-offers_offer-right {
  justify-content: unset; }
  .cctv-offers .tab-offers_offer-right p {
    margin: 20px 0 20px 30px; }
  .cctv-offers .tab-offers_offer-right .tab-offers_offer-right_subtitle {
    margin: 12px 0 22px; }




.cctv-offers .wrap-parent-content {
  display: flex;
  flex-wrap: wrap; }
  .cctv-offers .wrap-parent-content .tab-offers_offer-left_benefit {
    width: 50%;
    margin-bottom: 0; }
    .cctv-offers .wrap-parent-content .tab-offers_offer-left_benefit p {
      margin-left: 15px; }
    .cctv-offers .wrap-parent-content .tab-offers_offer-left_benefit svg {
      width: 100%;
      height: 100%;
      max-width: 64px;
      max-height: 64px; }

@media screen and (max-width: 767.98px) {
.cctv-offers .wrap-parent-content .tab-offers_offer-left_benefit {
    width: 100%;
    margin-bottom: 0;
}
.cctv-offers .wrap-parent-content .tab-offers_offer-left_benefit p {
    text-align: left;
}
}




@media screen and (max-width: 479.98px) {
  .cctv-offers .tab-offers_offer-left_benefit {
    width: 100% !important; }
    .cctv-offers .tab-offers_offer-left_benefit p {
      margin: 20px 0 !important; } }

.section-video-params {
  margin: 40px 0; }
  .section-video-params h3 {
    max-width: 292px;
    font-size: 32px; }
  .section-video-params p {
    margin: 20px 0 40px;
    max-width: 460px;
    color: #393939; }
  .section-video-params_select {
    position: relative;
    width: fit-content; }
    .section-video-params_select select {
      border: 1.5px solid #377CFD;
      border-radius: 999px;
      padding: 15px 50px 15px 30px;
      user-select: none;
      -webkit-user-select: none;
      appearance: none;
      outline: none;
      -webkit-appearance: none;
      box-sizing: border-box; }
      .section-video-params_select select option {
        padding: 10px 0; }
      .section-video-params_select select:focus, .section-video-params_select select:active, .section-video-params_select select:focus {
        border: 1.5px solid #377CFD; }
      .section-video-params_select select::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 20px;
        height: 2px;
        width: 15px;
        transform: rotate(-45deg);
        background: #377cfd; }
      .section-video-params_select select::after {
        content: "";
        position: absolute;
        top: 18px;
        right: 30px;
        height: 2px;
        width: 15px;
        color: red;
        transform: rotate(45deg);
        background: #377cfd; }
    .section-video-params_select::before {
      content: "";
      position: absolute;
      top: 28px;



      right: 20px;
      height: 2px;
      width: 15px;
      transform: rotate(-45deg);
      background: #377cfd; }
    .section-video-params_select::after {
      content: "";
      position: absolute;
      top: 28px;
      right: 30px;
      height: 2px;
      width: 15px;
      color: red;
      transform: rotate(45deg);
      background: #377cfd; }

@media screen and (max-width: 767.98px) {
  .section-video-params h3 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    max-width: unset; }
  .section-video-params p {
    margin: 20px auto 40px;
    text-align: center; }
  .section-video-params .section-video-params_select {
    margin: 0 auto 30px; } }

.section-internet_carousel-about.cctv-detail .tv-channels_tabs {
  margin: 0; }

.section-internet_carousel-about.cctv-detail .two-blocks .block.col-one {
  background: transparent;
  padding-top: 0; }

.section-internet_carousel-about.cctv-detail .two-blocks .block.col-two {
  background: transparent;
  padding: 50px 20px; }
  .section-internet_carousel-about.cctv-detail .two-blocks .block.col-two .ready-items p {
    margin: 0 0 25px 0; }
  .section-internet_carousel-about.cctv-detail .two-blocks .block.col-two .ready-items svg {
    margin-right: 10px; }

@media screen and (max-width: 767.98px) {
  .section-internet_carousel-about.cctv-detail .tv-channels_tabs {
    margin: 0; }
  .section-internet_carousel-about.cctv-detail .two-blocks .block.col-two {
    padding: 0; } }




.cctv-detail-benefits .benefits-items {
  display: flex;
  flex-wrap: wrap; }
  .cctv-detail-benefits .benefits-items .item {
    width: 25%;
    text-align: center;
    padding: 0 30px; }
    .cctv-detail-benefits .benefits-items .item p {
      font-weight: bold;
      margin-top: 15px; }

@media screen and (max-width: 767.98px) {
  .cctv-detail-benefits .benefits-items {
    flex-direction: column; }
    .cctv-detail-benefits .benefits-items .item {
      width: 100%;
      margin-bottom: 15px; } }

.cctv-detail-ready-made-solution {
  margin-top: 50px; }
  .cctv-detail-ready-made-solution .rms-items {
    display: flex;}
    
    .cctv-detail-ready-made-solution .rms-items .item {
      width: 33.3%;
      padding-right: 10px; }
      .cctv-detail-ready-made-solution .rms-items .item .image {
        position: relative; }
        .cctv-detail-ready-made-solution .rms-items .item .image img {
          width: 100%; }
        .cctv-detail-ready-made-solution .rms-items .item .image svg {
          position: absolute;
          right: 10px;
          bottom: 10px; }

@media screen and (max-width: 991.98px) {
  .cctv-detail-ready-made-solution .rms-items {
    flex-direction: column-reverse; }
    .cctv-detail-ready-made-solution .rms-items .item {
      width: 100%; }
      .cctv-detail-ready-made-solution .rms-items .item:last-child {
        width: 100%;
        margin-bottom: 10px; } }


.new-comp {
  visibility: visible; }

body {
  color: #393939; }

p {
  margin: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: disc; }

ul > ul {
  list-style: circle;
  margin-left: 18px; }


.dp_none {
  display: none !important; }

.owl-carousel {
  display: block !important; }

.active-tab {
  color: #397DFB !important;
  background-color: inherit !important;
  border: 1px solid #397DFB !important; }

.form_mob-select {
  position: relative;
  width: fit-content;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto; }
  .form_mob-select::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 30px;
    height: 2px;
    width: 15px;
    color: red;
    transform: rotate(45deg);
    background: #377cfd; }
    @media screen and (min-width: 1199.98px) {
      .form_mob-select::after {
        display: none; } }
  .form_mob-select::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 20px;
    height: 2px;
    width: 15px;
    transform: rotate(-45deg);
    background: #377cfd; }
    @media screen and (min-width: 1199.98px) {
      .form_mob-select::before {
        display: none; } }
  .form_mob-select .select-news-nav-bar, .form_mob-select .select-pages-nav-bar {
    display: block;
    background: #ffffff;
    color: #377cfd;
    border: 1.5px solid #377cfd;
    box-sizing: border-box;
    border-radius: 999px;
    padding: 6px 20px;
    width: 315px;
    user-select: none;
    -webkit-user-select: none;
    appearance: none;
    outline: none;
    -webkit-appearance: none; }
    @media screen and (min-width: 1200px) {
      .form_mob-select .select-news-nav-bar, .form_mob-select .select-pages-nav-bar {
        display: none; } }

@media screen and (max-width: 767.98px) {
  .form_mob-select .select-pages-nav-bar {
    width: 100%; } }

.content-box {
  display: none !important; }










.content-box.active-content-box {
  display: flex !important;
  justify-content: center !important; }

.active-payment-link {
  border: 2px solid #377CFD;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 4px rgba(34, 60, 80, 0.2); }

.sip-style-clss .container {
  padding: 0; }
  .sip-style-clss .container .row .col-lg-12 {
    padding: 0; }


.accordions-switch-container {
  width: 20%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  background-color: #F2F4FB;
  border-radius: 999px;
  border: 1px solid #F2F4FB;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.accordions-switch-plus, .accordions-switch-minus {
  font-weight: 300;
  color: #000000;
  font-size: 40px; }

.accordions-switch-minus {
  font-size: 39px; }

.accordions-switch-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1px;
  padding: 10px 0px;
  position: absolute;
  z-index: 999;
  background-color: #F2F4FB; }

.active-acc-switch {
  display: none; }

.mb-0 {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .mb-0 .card-header-title {
    display: block !important;
    width: 93%; }
    @media screen and (max-width: 991.98px) {
      .mb-0 .card-header-title {
        width: 90%; } }
    @media screen and (max-width: 767.98px) {
      .mb-0 .card-header-title {
        width: 80%; } }

.user-input-icon {
  background-image: url(/static/src/icons/png/user-input.png) !important;
  background-position: center left 10px !important;
  background-repeat: no-repeat !important; }

.phone-input-icon {
  background-image: url(/static/src/icons/png/phone-input.png) !important;
  background-position: center left 10px !important;
  background-repeat: no-repeat !important; }

.location-input-icon {
  background-image: url(/static/src/icons/png/location.png) !important;
  background-position: center left 10px !important;
  background-repeat: no-repeat !important; }

input.house-input-icon.inp-out:focus-visible {
 outline: auto 1px #7799D0; }

input.search-txt.location-input-icon {
 padding: 0 2px 0 50px; }



.email-input-icon {
  background-image: url(/static/src/icons/png/icon-mail.png) !important;
  background-position: center left 10px !important;
  background-repeat: no-repeat !important; }

.search-input-icon {
  background-image: url(/static/src/icons/png/search.png);
  background-position: center left 10px;
  background-repeat: no-repeat; }

.textarea-input-icon_modal {
  background-image: url(/static/src/icons/png/date.png);
  background-position: top left 10px;
  background-repeat: no-repeat; }

.transparent-btn-hover:hover {
  color: #FFFFFF !important;
  background-color: #377CFD !important;
  border-color: #377CFD !important;
  box-shadow: 0px 7px 20px 4px rgba(34, 60, 80, 0.2) !important; }

.get-coverage-btn:hover, .check-domain-btn:hover {
  background-color: #FFFFFF !important;
  color: #377CFD !important;
  border: 1px solid #377CFD !important; }

.modal-rating-toggle:hover {
  cursor: pointer; }

.modal-comment-toggle:hover {
  cursor: pointer; }


.maxnet-banner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 40px 104px 30px 30px;
  background-color: #EEF1F8;
  border-radius: 16px;
  box-shadow: 0px 12px 12px rgba(28, 65, 84, 0.1), 0px 24px 24px rgba(28, 65, 84, 0.08), 0px 48px 48px rgba(28, 65, 84, 0.08); }
  .maxnet-banner svg.icon {
    margin-right: 54px; }
  .maxnet-banner .btn {
    position: relative;
    margin: 0;
    z-index: 1; }
  .maxnet-banner .ad-banner_desc {
    max-width: 498px;
    /*margin: 0 40px;*/ }

.blob-tr {
  position: absolute;
  top: 0;
  right: 0; }

.six-cards_cards {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.six-cards_title {
  margin-bottom: 20px;
  line-height: 37.5px;
  text-align: center; }

.six-cards_subtitle {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  text-align: center;
  line-height: 26px; }



.six-cards .single-card {
  padding: 0px 35px 56px;
  width: 30%; }
  .six-cards .single-card .icon-wrapper {
    margin: 0 auto 20px;
    width: 64px;
    height: 64px; }
    .six-cards .single-card .icon-wrapper img,
    .six-cards .single-card .icon-wrapper svg {
      width: 100%;
      height: 100%; }
  .six-cards .single-card_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center; }
  .six-cards .single-card_text {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center; }

.form-control {
  padding: 1rem 1.25rem;
  border: 1px solid #c3cad9;
  border-radius: 8px;
  font-weight: 400;
  color: #003893;
  height: initial; }
  .form-control:focus {
    border-color: #377CFD;
    color: #003893;
    box-shadow: none; }
  .form-control::placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #EEF1F8; }
  .form-control :-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #EEF1F8; }
  .form-control ::-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 400;
    color: #EEF1F8; }
  .form-control.footer {
    padding: 1.5rem;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500; }
    .form-control.footer:focus {
      border-color: #377CFD; }
    .form-control.footer::placeholder {
      font-size: 14px;
      font-weight: 500;
      color: #EEF1F8; }
    .form-control.footer :-ms-input-placeholder {
      font-size: 14px;
      font-weight: 500;
      color: #EEF1F8; }
    .form-control.footer ::-ms-input-placeholder {
      font-size: 14px;
      font-weight: 500;
      color: #EEF1F8; }

.form-group.btn-inside {
  margin-bottom: 0;
  position: relative; }
  .form-group.btn-inside .form-control {
    height: 100%;
    max-height: 64px; }
  .form-group.btn-inside .btn[type="submit"] {
    position: absolute;
    min-width: initial;
    max-width: 126px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%); }

form label {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 18.75px;
  color: #1f2045; }

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

form.registration .form-row {
  margin-left: -15px;
  margin-right: -15px; }

form.registration .form-row > .col,
form.registration .form-row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

form.registration .form-control {
  max-height: 56px; }

form.registration textarea.form-control {
  max-height: initial; }

form .textarea {
  margin-bottom: 14px; }

form .form-notation {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #EEF1F8;
  line-height: 1.5rem; }

ul.checkmarks {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.checkmarks li {
    --circleSize: 16.67px;
    margin-bottom: 12px;
    padding-left: 38px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: #003893; }
    ul.checkmarks li:before {
      position: absolute;
      content: "\e905";
      display: flex;
      justify-content: center;
      align-items: center;
      top: 50%;
      left: 4px;
      transform: translateY(-50%);
      width: var(--circleSize);
      height: var(--circleSize);
      border-radius: 50%;
      font-family: "dci";
      font-size: 8px; }
  ul.checkmarks.soft-blue li:before {
    background-color: rgba(55, 124, 253, 0.2);
    color: #377CFD; }
  ul.checkmarks.dark-blue li:before {
    background-color: #003893;
    color: #ffffff; }
  ul.checkmarks.yellow li:before {
    background-color: #f8e765;
    color: #ffffff; }

.contacts-info_card-header {
    max-width: 80px;
    max-height: 80px;
}


.animation-about-service {
  width: 100%;
  max-width: 570px;
  height: 414px;

  background-size: cover;
  animation: play-about-service 4.5s steps(5) infinite;
  position: absolute; }

@keyframes play-about-service {
  100% {
    background-position: -2850px; } }

@keyframes play-telephony {
  100% {
    background-position: -2700px; } }

@keyframes play-sip-b2c {
  100% {
    background-position: -4560px; } }

@keyframes play-sip-b2b {
  100% {
    background-position: -9690px; } }
@keyframes play-sip-b2b-analog {
  100% {
    background-position: -6840px; } }
@keyframes play-sip-b2b-trunk {
  100% {
    background-position: -5130px; } }
@keyframes play-sip-b2b-0800 {
  100% {
    background-position: -6270px; } }
@keyframes play-internet-b2b {
  100% {
    background-position: -7980px; } }
@keyframes play-tv-b2b {
  100% {
    background-position: -4557px; } }
@keyframes play-crm-ed {
  100% {
    background-position: -3420px; } }
@keyframes play-crm-support {
  100% {
    background-position: -3990px; } }
@keyframes play-cctv-b2c {
  100% {
    background-position: -3600px; } }





@media screen and (max-width: 991.98px) {
  .animation-about-service {
    margin: 0 auto;
    position: initial; } }

@media screen and (max-width: 767.98px) {
  .animation-about-service {
    max-width: 285px;
    height: 207px; }
  .animation-about-service.telephony-b2c,.animation-about-service.cctv-b2c ,.animation-about-service.about-main {
    max-width: 225px;}


  @keyframes play-about-service {
    100% {
      background-position: -1425px; } } 
  @keyframes play-telephony {
    100% {
      background-position: -1350px; } }
  @keyframes play-sip-b2b {
    100% {
      background-position: -4845px; } }
  @keyframes play-sip-b2b-analog {
    100% {
      background-position: -3420px; } }
  @keyframes play-sip-b2b-trunk {
    100% {
      background-position: -2565px; } }
  @keyframes play-sip-b2b-0800 {
    100% {
      background-position: -3135px; } }
  @keyframes play-internet-b2b {
    100% {
      background-position: -3990px; } }
  @keyframes play-tv-b2b {
    100% {
      background-position: -2278px; } }
  @keyframes play-crm-ed {
    100% {
      background-position: -1710px; } }
  @keyframes play-crm-support {
    100% {
      background-position: -1995px; } }
  @keyframes play-cctv-b2c {
    100% {
      background-position: -1800px; } }
  @keyframes play-sip-b2c {
    100% {
      background-position: -2280px; } } }






.animation-about-service.data-center {
    background: url("/static/src/gif-animation/data-center.png") left center;
}

.animation-about-service.index-main {
    background: url("/static/src/gif-animation/about-img1.png") left center;
}

.animation-about-service.about-main {
    background: url("/static/src/gif-animation/about-img1.png") left center;
    animation: play-telephony 4.5s steps(6) infinite;
    max-width: 450px;
}


.animation-about-service.cctv-b2c {
    background: url("/static/src/gif-animation/cctv-b2c.png") left center;
    animation: play-cctv-b2c 4.5s steps(8) infinite;
    max-width: 450px;
}

.animation-about-service.sip-b2c {
    background: url("/static/src/gif-animation/sip-b2c.png") left center;
    animation: play-sip-b2c 4.5s steps(8) infinite;
}

.animation-about-service.sip-b2b {
    background: url("/static/src/gif-animation/sip1.png") left center;
    animation: play-sip-b2b 4.5s steps(17) infinite;
}


.animation-about-service.telephony-b2c {
  max-width: 450px;
  animation: play-telephony 4.5s steps(6) infinite;
  background: url("/static/src/gif-animation/gts-img1.png") left center;
}

.animation-about-service.analog-b2b {
    background: url("/static/src/gif-animation/analog1.png") left center;
    animation: play-sip-b2b-analog 3.5s steps(12) infinite;
}

.animation-about-service.vats-b2b {
    background: url("/static/src/gif-animation/vats.gif") left center;
    animation: play-sip-b2b-analog 3.5s steps(12) infinite;
}


.animation-about-service.number-b2b {
    background: url("/static/src/gif-animation/sip1(1).png") left center;
    animation: play-sip-b2b-number 4.5s steps(8) infinite;
}

.animation-about-service.trunk-b2b {
    background: url("/static/src/gif-animation/trunk1.png") left center;
    animation: play-sip-b2b-trunk 4.5s steps(9) infinite;
}

.animation-about-service.phone_800-b2b {
    background: url("/static/src/gif-animation/08001.png") left center;
    animation: play-sip-b2b-0800 4.5s steps(11) infinite;
}

.animation-about-service.hosting-hdd {
    background: url("/static/src/gif-animation/hosting-hdd.png") left center;
}

.animation-about-service.domains {
    background: url("/static/src/gif-animation/domains.png") left center;
    animation: play-sip-b2c 4.5s steps(8) infinite;
}

.animation-about-service.internet-b2b {
    background: url("/static/src/gif-animation/b2b-1.png") left center;
    animation: play-internet-b2b 5.5s steps(14) infinite;
}

.animation-about-service.tv-b2b {
    background: url("/static/src/gif-animation/web-tv-0-gif.png") left center;
    animation: play-tv-b2b 4.5s steps(8) infinite;
}

.animation-about-service.crm-b2b {
    background: url("/static/src/gif-animation/crm.png") left center;
    animation: play-crm 4.5s steps(8) infinite;
}

.animation-about-service.crm-amo-b2b {
    background: url("/static/src/gif-animation/crm-perfectum.png") left center;
    animation: play-crm-ed 4.5s steps(6) infinite;
}

.animation-about-service.crm-bitrix-b2b {
    background: url("/static/src/gif-animation/crm-vtiger.png") left center;
    animation: play-crm-ed 4.5s steps(6) infinite;
}

.animation-about-service.cloud-bitrix-b2b {
    background: url("/static/src/gif-animation/cloud-bitrix.png") left center;
    animation: play-internet-b2b 4.5s steps(7) infinite;
}



.animation-about-service.crm-ed-b2b {
    background: url("/static/src/gif-animation/crm-ed.png") left center;
    animation: play-crm-ed 4.5s steps(6) infinite;
}

.animation-about-service.crm-support-b2b {
    background: url("/static/src/gif-animation/crm-support.png") left center;
    animation: play-crm-support 4.5s steps(7) infinite;
}

.animation-about-service.server-b2b {
    background: url("/static/src/gif-animation/server.png") left center;
    animation: play-crm-support 4.5s steps(7) infinite;
}

.animation-about-service.solutions-b2b {
    background: url("/static/src/gif-animation/buhgalteria.png") left center;
    animation: play-crm-ed 4.5s steps(6) infinite;
}


.animation-about-service.partnership-b2b {
    background: url("/static/src/gif-animation/partnership.png") left center;
    animation: play-crm-support 4.5s steps(7) infinite;
}

.animation-about-service.animation-crm-ed {
    background: url("/static/src/gif-animation/crm-ed.png") left center;
    animation: play-crm-ed 4.5s steps(6) infinite;
}

.animation-about-service.animation-crm-support {
    background: url("/static/src/gif-animation/crm-support.png") left center;
    animation: play-internet-b2b 4.5s steps(7) infinite;
}



.domains-items {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.domains-items .dm-item {
  display: flex;
  margin-bottom: 30px;
}
.domains-items .dm-item .right-col {
  padding-left: 5px;
  width: 45%;
}
.domains-items .dm-item .left-col svg {
  margin-right: 2px;
}

.domains-items .dm-item .left-col{
  width: 55%;
}


.left-col  .info-attr-for-table{
  position: relative;
  bottom: 7px;
}



.domains {
 margin-top: 30px !important;
}

.domains .card-body {
  position: relative;
}

.domains .domains-items {
  margin-top: 20px;
}

.domains .domains-items .three-col .dm-item .right-col {
  font-weight: 700;
}

.domains .domains-items .three-col .dm-item {
  border-bottom: 1px solid #DCE0EC;
  padding-bottom: 15px;
}


.three-col{
  width: 30%;
}


.domains .info-attr-for-table {
    position: absolute;
    left: 80px;
    top: 5px;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
  .domains .domains-items {
    flex-direction: column;
  }
}

p.title {
  position: relative;
}

.conn_tech_img~.item-feature{
  width: 90%;
}

.item-feature{
  margin-left: 5px;
}

.action_cost{
    color: #ff0000;
}


.block.col-two > p {
    margin-bottom: 15px;
}

.wrapper-inp-out {
    position: relative;
    margin: 0 30px;
    width: 100%;
}

.modal-content .SumoSelect {
  color: #c4c4c4;
  border: 1px solid #c4c4c4;
}


.modal-coverage .wrapper-inp-out {
    margin: 0;
}


.wrapper-inp-out:after {
    display: inline-block;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(/static/src/icons/png/house.png);
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 6px;
    left: 11px;
}

.dropbtn {
    border: none;
    cursor: pointer;
    background-color: #fff;
}

.dropbtn.nobackground{
    background-color: transparent;
}

.dropdown-content {
    position: absolute;
    list-style: none;
    background: #fff;
    z-index: 10000;
    margin: 0;
    padding: 10px 0;
    box-shadow: 5px 20px 30px 5px rgba(3, 3, 8, 0.2);
    border-bottom: 5px solid #377CFD;
    display: none; 
}

.dropdown-content a {
    padding: 5px 10px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    color: #377CFD;
}

.dropdown-content.show {
    display: block;
}


.input-search-container .wrapper-inp-out:after {
    background-image: none;
}

.search-btn {
  position: absolute;
  top: 22%;
  right: 12%;
  background: transparent;
  border: none;
}

.conn_tech_img {
    width: 10%;
    text-align: center;
    margin-right: 5px;
}


li.house-type-block__item {
    margin-left: 20px;
    color: #fff;
}


.pocket-btn {
    background: url(/static/src/icons/svg/home/getpocket.svg) !important;
}

.partner-cols-img {
    max-width: 320px;
    margin: 0 auto;
}

.partner-cols-img img {
    width: 100%;
    display: block;
}

.card-body_header ul {
    margin-left: 18px;
}


button.dropbtn > i {
    vertical-align: middle;
}


.col-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #377CFD;
}

.section-blog-detail.blog-comments .col-item.blog-watch {
    width: 20%;
}

.section-blog-detail.blog-comments .col-item {
    width: 40%;
}


.embed-youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.1%;
    overflow: hidden;
    cursor: pointer;
}
.embed-youtube img {
    width: 100%;
    top: -16.9%;
    left: 0;
    opacity: 0.9;
}

.embed-youtube .embed-youtube-play {
    width: 68px;
    height: 48px;
    background-color: #FF0000;
    box-shadow: 0 0 30px rgb(0 0 0 / 60%);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}


.embed-youtube .embed-youtube-play:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent #fff;
}
.embed-youtube img,
.embed-youtube .embed-youtube-play {
    cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    position: absolute;
}
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.embed-youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.embed-youtube .embed-youtube-play:hover {
    background-color: #f00;
}

.modal-check-domain .block-phone-connection .info p {
    display: inline;
}

input.domen-input-icon {
    background-image: url(/static/src/icons/svg/fields/domain-input.svg) !important;
    background-position: center left 19px !important;
    background-repeat: no-repeat !important;
}


.activate_b2x{
    cursor: pointer;
}


.header-mob_cont-icons i.icon-Search-nav-icon.search_nav_btn {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.table-container-row_right-side.button-container .col-tariff .btn-primary {
  padding: 15px;
}


.cost_verical {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.cost_verical span {
    width: 100%;
}


.i_pon .owl-item {
    max-width: 400px;
}
.i_pon .owl-stage {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767.98px) {
.i_pon .owl-item {
    max-width: none;
}
.i_pon .owl-stage {
    display: block;
    justify-content: unset;
}
}


.grecaptcha-badge { visibility: hidden; }


.logo-wrapper  img {
    width: 100%;
    max-width: 99px;
}


.modal-content #coverage-check .wrapper-inp-out {
    width: 100%;
}


ol li {
    margin: 10px 0;
}

.section-faq-accordion .answer-container .answer-txt-container ul {
    margin: 10px 0;
}


@media screen and (max-width: 767.98px){
.section-tariffs .item .item-two-col.bg.bg_cost .item_left {
    width: 100% !important;
}

.section-tariffs .item .item-two-col .item_right {
        width: inherit;
}
}


p.info-tariffs {
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 80px;
}


.tab-offers_tabs a {
    margin: 0 3px 7px;
}


.fancy-img {
    display: inline-block;
}


.carousel-with-dots .dots::-webkit-scrollbar {
    width: 0;
}


.animation-about-service.wifi-6-animation {
    background: url("/static/src/gif-animation/wifi-6-animation.png") left center;
    animation: play-internet-b2b 5.5s steps(14) infinite;
}


.wifi-equip.cctv-equip .partner-cols p {
    font-weight: normal;
}

.wifi-equip.cctv-equip .partner-cols {
    margin-bottom: 20px;
}

.wifi-equip .partner-cols-img {
    max-width: 440px;
}

@media screen and (max-width: 991.98px) {
    .header-mob_cont-icons {
        position: relative; (Добавить)
    }

    .input-search-container.search_nav_btn {
        position: absolute;
        top: 36px;
        right: -22px;
        z-index: 999;
    }

    .search-btn {
        top: 0%;
        right: 0;
    }

    .input-search-container.search_nav_btn ~ .toggle-search-input.search_nav_btn {
        position: absolute;
        right: -24px;
        bottom: -22px;
    }

    .input-search-container.search_nav_btn.dp_none ~ .toggle-search-input.search_nav_btn {
        position: unset;
    }

    img.search-picture {
        visibility: hidden;
    }
    .footer-adress-cont {
        justify-content: normal !important;
    }

}


@media screen and (max-width: 991.98px) {
.section-header-title {
    padding: 20px 0;
}
}

@media screen and (max-width: 767.98px) {
.section-header-title {
    padding: 15px 0;
}
}

.animation-about-service.gpon-animation {
    background: url(/static/src/gif-animation/gpon-animation.png) left center;
    animation: play-internet-b2b 5.5s steps(14) infinite;
    margin-top: 20px;
}


@media screen and (max-width: 400px){
.six-cards .single-card {
    padding: 0px 5px 56px;
}
}


input#header-input-search {
    border: 1px solid #DCE0EC;
    border-radius: 7px;
}

.tab-offers_tabs.offers_tabs-hide-mob.parent_tabs_div {
    justify-content: space-evenly;
}

.section-tariffs.sip-section .row {
    justify-content: center;
}

.installments {
    display: flex;
    align-items: center;
    margin-right: 5px;
    padding: 0 10px !important;
    max-width: 130px;
}

.installments p {
    font-size: 12px !important;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
}

.installments svg {
    margin-left: 2px;
}

.animation-about-service.easy-sip-animation {
    background: url(/static/src/gif-animation/easy-sip-animation.png) left center;
    animation: play-internet-b2b 9.5s steps(14) infinite;
    margin-top: 20px;
}

.font-bold {font-weight: bold !important;}


span.font-bold {
    font-size: 18px !important;
    margin: 6px 0 6px;
}


.section-tariffs.sip-tariffs .col-tariff  {
    text-align: center;
}

.vats.section-tariffs .table-container-row_right-side .col-tariff  {
    width: 33.3%;
}


.SumoSelect,.wrapper-inp-out {margin: 0 10px !important;}

@media screen and (max-width: 991.98px) {
    .SumoSelect,.wrapper-inp-out {
       margin: 2px 0 !important;
    }
}

select.street_search,select.city_search {
    width: 300px;
    height: 52px;
    font-size: 14px;
    color: #999999;
    padding-left: 50px;
    border: 1px solid #e8e9eb;
    border-radius: 15px;
}

.modal-coverage .SumoSelect {
    margin: 0 0 15px 0 !important;
    border-radius: 15px;
}

.modal-coverage .wrapper-inp-out {
    margin: 0 !important;
}

.modal-coverage .modal-wrapper .modal-content form input {
    border-radius: 15px !important;
}




