/*---------------------------ACTIONS style----------------------------------------*/
img.action-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  behavior: url(pie.htc);
}
/*---------------------------HOWTOPAY style----------------------------------------*/
img.howtopay-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  behavior: url(pie.htc);
}
/*---------------------------INDEX DONETSK style----------------------------------------*/
.buttonConnectInternet {
  width: 296px;
  display: block;
  padding: 27px 0 27px 0;
  margin: 5px 0 0 0;
  cursor: pointer;
  text-decoration:none; text-align:center;
  border:none;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius: 7px;
  -ms-border-radius: 7px;
  behavior: url(pie.htc);
  font:20px Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#E5FFFF;
  background-color:#fb6e3a;
  background-image: -moz-linear-gradient(top, #fb6e3a 0%, #b50f00 100%);
  background-image: -webkit-linear-gradient(top, #fb6e3a 0%, #b50f00 100%);
  background-image: -o-linear-gradient(top, #fb6e3a 0%, #b50f00 100%);
  background-image: -ms-linear-gradient(top, #fb6e3a 0% ,#b50f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50f00', endColorstr='#b50f00',GradientType=0 );
  background-image: linear-gradient(top, #fb6e3a 0% ,#b50f00 100%);
  -webkit-box-shadow:1px 1px 2px #afafaf, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 1px 1px 2px #afafaf,  inset 0px 0px 1px #ffffff;
  box-shadow:1px 1px 2px #afafaf, inset 0px 0px 1px #ffffff;
}
 .buttonConnectInternet:hover{
  border:none;
  padding: 27px 0 27px 0;
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius: 7px;
  -ms-border-radius: 7px;
  behavior: url(pie.htc);
  font:20px Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#E5FFFF;
  background-color:#b50f00;
  background-image: -moz-linear-gradient(top, #b50f00 0%, #fb6e3a 100%);
  background-image: -webkit-linear-gradient(top, #b50f00 0%, #fb6e3a 100%);
  background-image: -o-linear-gradient(top, #b50f00 0%, #fb6e3a 100%);
  background-image: -ms-linear-gradient(top, #b50f00 0% ,#fb6e3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb6e3a', endColorstr='#fb6e3a',GradientType=0 );
  background-image: linear-gradient(top, #b50f00 0% ,#fb6e3a 100%);
  -webkit-box-shadow:0px 0px 2px #afafaf, inset 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 2px #afafaf,  inset 0px 0px 1px #ffffff;
  box-shadow:0px 0px 2px #afafaf, inset 0px 0px 1px #ffffff;

 }
.buttonConnectIntInner {
  width: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #333;
  font-family: Arial;
  font-size: 19px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}
 .buttonConnectIntInner:hover img{
background-color: rgba(1, 78, 128, 0.85);
}
a.buttonConnectIntInner img {
    max-width: 26px;
    background-color: #0190c3;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 6px;
    margin-right: 10px;
    transition: all .2s;
}
/*---------------------------TOP MENU style----------------------------------------*/
.mainMenuTop {
  height: 32px;
  border: none;
  padding: 0 18px 0 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  behavior: url(pie.htc);
  color: #E5FFFF;
  background-color: #93c733;
  background-image: -moz-linear-gradient(top, #93c733 0%, #3e930a 100%);
  background-image: -webkit-linear-gradient(top, #93c733 0%, #2e7d33 100%);
  background-image: -o-linear-gradient(top, #93c733 0%, #2e7d33 100%);
  background-image: -ms-linear-gradient(top, #93c733 0% ,#2e7d33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e7d33', endColorstr='#2e7d33',GradientType=0 );
  background-image: linear-gradient(top, #93c733 0% ,#2e7d33 100%);
  float: left;
}
.mainMenuTop a {
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 0 -13px 0;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 15px;
}
.mainMenuTop a:hover {
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 0 -13px 0;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  text-shadow: #333 0 1px 0;
}
a.button-connect {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  align-items: center;
  color: white;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  background-color: #014e80;
  border-radius: 0px 0px 8px 8px;
  padding: 5px 15px;
}

a.button-connect img {
  max-width: 28px;
  margin-right: 10px;
}
li.home {
  position: absolute !important;
  right: 0;
  top: 50px;
  display: none;
}

.about_company_service {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}
.about_company_service_item div {
    width: 122px;
    height: 106px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_company_service_item a {
  border-bottom: 0;
  text-decoration: none;
}
.about_company_service_item p {
    color: black;
    font-family: Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
    max-width: 122px;
}
.about_company_service_item {
    width: 25%;
    margin-bottom: 15px;
}
.toggledText {
  display: none;
}
.about_company_text p {
    margin-top: 0;
}
.services img {
    width: 56px;
}
.s1 {
background-color: #0190c3;
}
.s2 {
background-color: #ebedee;
}
.s3 {
background-color: #ebedee;
}
.s4 {
background-color: #ebedee;
}
.s5 {
background-color: #ebedee;
}
.s6 {
background-color: #ebedee;
}
.s7 {
background-color: #ebedee;
}
.s8 {
background-color: #ebedee;
}
.about_company_service_item img {
    max-width: 80px;
}
ul.mobile-menu li.aboutMatrix {
  background-color: rgba(1, 78, 128, 0.85);
  margin-bottom: 5px !important;
}

.flex-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 10px;
  min-height: 32px;
}
.hidden {
  display: none;
}
a.aboutMatrix {
    min-width: 125px;
    height: 32px;
    float: right;
    border: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    behavior: url(PIE.htc);
    color: #fff;
    text-align: center;
    font: 14px/32px arial;
    background-color: rgba(1, 78, 128, 0.85);
    text-transform: uppercase;
    margin-right: 10px;
    padding: 0 10px;
    white-space: nowrap;
}
.noborders.menu-for-all ul li {
    padding: 0 14px;
}
/*---------------------------STYLE MAIN PAGE FOR NOabonents----------------------------------------*/
.bonus-galaxy-wrap {
  background: url(/images/bonus-galaxy-img.png) 0px 0px no-repeat;
  display: table;
  height: 202px;
  color: #fff;
  width: 463px;
  font: 18px/22px arial;
  position: relative;
}

.bonus-galaxy-wrap p {
  margin: 0;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 15px;
}

.matrix-deposit-wrap {
  background: url(/images/matrix-deposit-img.png) 0px 0px no-repeat;
  display: table;
  height: 251px;
  color: #fff;
  width: 463px;
  font: 18px/22px arial;
  position: relative;
  top: -40px;
}

.matrix-deposit-wrap p {
  margin: 0;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 15px;
}

.program-loyality-wrap {
  background: url(/images/program-loyality-img.png) 0px 0px no-repeat;
  display: table;
  height: 250px;
  color: #fff;
  width: 463px;
  font: 18px/22px arial;
  position: relative;
  top: -80px;
}
.program-loyality-wrap p {
  margin: 0;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 15px;
}

.bonus-galaxy-wrap p a,
.matrix-deposit-wrap p a,
.program-loyality-wrap p a
 {
  color: #fff;
  text-decoration: underline;
  border-bottom: none;
}
.bonus-galaxy-wrap p a:hover,
.matrix-deposit-wrap p a:hover,
.program-loyality-wrap p a:hover
 {
  text-decoration: none;
}
.bonus-galaxy-wrap:hover,
.matrix-deposit-wrap:hover,
.program-loyality-wrap:hover {
  opacity: 0.8;
}

/*---------------------------News style----------------------------------------*/
.service__flat-items:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #d3d7da;
    top: 50px;
    bottom: 0px;
}
.service__flat-items {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Exo 2', sans-serif;
}
.service__flat-items > div {
    text-align: center;
}
span.service__flat-ttl {
    color: #333;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}
.service__flat-info {
    display: flex;
    justify-content: center;
}
.service__flat-info div {
    color: #333;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    min-width: 50px;
}
.service__flat-info div span {
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 45px;
}
.service__flat-items ul {
    text-align: left;
    list-style-type: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 96px;
    min-width: 200px;
}
.service__flat-items ul li {
    position: relative;
}
.service__flat-items ul li:before {
    content: '';
    position: absolute;
    background: url(/images/new_design/check.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 2px;
}
.service__flat-price {
    color: #333;
    line-height: 29px;
    font-size: 18px;
    font-weight: 500;
}
.service__flat-price span {
    font-size: 36px;
    font-weight: 700;
}

.service__link {
    margin-bottom: 30px;
    display: inline-block;
}

.popular__services-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.popular__services-item-logo {
    min-width: 122px;
    margin-right: 30px;
}
.popular__services-item-logo div {
    width: 122px;
    height: 106px;
    background-color: #ebedee;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular__services-item-logo div a {
    text-decoration: none;
    border:none;
}
.popular__services-item-logo p {
    width: 122px;
    background-color: #0190c3;
    border-radius: 0 0 6px 6px;
    color: white;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
.popular__services-item-logo p span {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 5px;
}
.popular__services-item-info a {
    color: #025690;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}
table.priceNew.another-service tr td+td {
    background-color: #d4edf9;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}
table.priceNew.another-service td {
    background: #d4edf9;
    padding: 11px;
    text-align: left;
    background-color: #ebedee;
    color: #333;
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
}
table.priceNew.another-service{
    border-radius: 10px;
    overflow: hidden;
}
.news-wrap {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.news-wrap a {
  border-bottom: none;
}

.current-city div {
	background: url(/images/city_select_show.gif) 60% no-repeat;
	width: 30px;
	height: 21px;
	float: right;
	border-left: 1px inset rgba(37,170,211,1);
}

/*---------------------------Donetsk style----------------------------------------*/
.DotSearchForm-btn, .print-blankpay-btn {
  border: 1px solid #448D33;
  padding-top: 25px;
  background: #2e7d33;
  background: -webkit-gradient(linear,left top,left bottom,from(#94c733),to(#2e7d33));
  background: -webkit-linear-gradient(top,#94c733,#2e7d33);
  background: -moz-linear-gradient(top,#94c733,#2e7d33);
  background: -ms-linear-gradient(top,#94c733,#2e7d33);
  background: -o-linear-gradient(top,#94c733,#2e7d33);
  background-image: -ms-linear-gradient(top,#94c733 0,#2e7d33 100%);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  text-shadow: #135088 0 1px 0;
  color: #efe;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  width: 90px;
  height: 28px;
  line-height: 13px;
}

.DotSearchForm-btn:hover, .print-blankpay-btn:hover {
  border: 1px solid #269934;
  text-shadow: #135088 0 1px 0;
  background: #2e7d33;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#94c733), to(#2e7d33));
  background: -webkit-linear-gradient(top, #94c733, #2e7d33);
  background: -moz-linear-gradient(top, #94c733, #2e7d33);
  background: -ms-linear-gradient(top, #94c733, #2e7d33);
  background: -o-linear-gradient(top, #94c733, #2e7d33);
  background-image: -ms-linear-gradient(top, #94c733 0%, #2e7d33 100%);
  color: #fff;
}

.DotSearchForm-btn:active, .print-blankpay-btn:active {
  text-shadow: #135088 0 1px 0;
  border: 1px solid #269934;
  background: #2e7d33;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e7d33), to(#94c733));
  background: -webkit-linear-gradient(top, #2e7d33, #94c733);
  background: -moz-linear-gradient(top, #2e7d33, #94c733);
  background: -ms-linear-gradient(top, #2e7d33, #94c733);
  background: -o-linear-gradient(top, #2e7d33, #94c733);
  background-image: -ms-linear-gradient(top, #2e7d33 0%, #94c733 100%);
  color: #fff;
}

.print-blankpay-btn span {
  font: 12px/12px arial;
}
.another-service-wrap {
  margin: 1px;
}
/* ===================================== STYLE FOR RESPONSIVE DESIGN ==================================== */

/*main top menu*/
ul.main-menu li {
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 0 -13px 0;
  padding: 0 22px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  list-style-type: none;
}
ul.main-menu li a {
  padding: 0;
  color: #fff;
      text-transform: uppercase;
}
ul.main-menu li a:hover {
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 0 -13px 0;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  text-shadow: #333 0 1px 0;
}
ul.main-menu {
  max-width: 810px;
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
  background-color: rgba(1, 78, 128, 0.85);
    height: 32px;
  border: none;
  padding: 0 18px 0 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -ms-border-radius: 15px;
  behavior: url(pie.htc);

}
ul.main-menu li a:hover {
  padding:0 !important;

}
.menu-title,
.cmn-toggle-switch {
  display:none;
}
.cmn-toggle-switch__htx {
  background-color: #014e80;
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.cmn-toggle-switch {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 45px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 18px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: white;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch span::before {
  top: -6px;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch span::after {
  bottom: -7px;
}
.cmn-toggle-switch__htx.active {
  background-color: #014e80;
}
/* end main top menu*/

/*skeleton table*/
.skeeton-tbl {
  max-width: 1000px;
  width: 100%;
}

td.site-logo-td {
  width: 290px;
}
td.billing-form-enter-td {
  width: 250px;
}
td.empty-wrap-30-td {
  width: 30px;
}
td.empty-wrap-1-td {
  width: 1px;
}
td.leftColumn-td {
  width: 261px;
}
.left-column-banner {
  background: #ebedee;
  padding: 23px 0;
  width: 100%;
  border-radius: 7px;
  max-width: 246px;
}

/*footer*/
td.bottomMenu {
  max-width: 1000px;
  width: 100%;
}
td.footer {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}
table.main_content_tbl {
  max-width: 1000px;
  margin: 0 auto;
}
td.html_content_td {
  padding: 0 0 0 15px;
  max-width: 708px;
}
#siteLogo {
  margin-left: 10px;
}
.mainMenuTop.noborders a,
.mainMenuTop.noborders a:hover,
.mainMenuTop.noborders,
 a#buttonBusiness,
 td.site-logo-td,
 table.noborders.nb-banners-tbl,
 .mainMenuTop.noborders a, .mainMenuTop.noborders a:hover,
 .mainMenuTop.noborders,
 .promatrixAnons,
 #galaxy_gifts,
 .banners.banners-all,
 #for_children,
 table.main_content_tbl,
 td.services,
 .footer div,
 .billing-form,
 #phoneSupport,#phoneSupport,td.gplus-td,
td.vk-td,
td.facebook-td,
td.twitter-td,
td.leftColumn-td,table.main_content_tbl
 {
  transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
}

.services_block_wrap {
  background: #ebedee;
  padding: 23px 0;
  width: 246px;
  border-radius: 7px;
}
.connect_street {
  width: 435px;
}
#mainTxt p img {
  max-width: 100%;
  height: auto;
}
#mobile_soc_block a,
.mobile-bottom-menu {
  display: none;
}
a.iptv_logo_mobile,
a.buttonConnectInternet_mobile {
  display: none;
}
.slide-exit-btn {
    display: none;
    height: 17px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    width: 180px;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    font-size: 0;
    border-radius: 0 0 10px 10px;
    border: none;
    box-shadow: none;
    top: -27px;
    float: none;
    margin: 0 auto;
    background: #ededed url(/images/billing_form_hide.gif) center no-repeat;
}
.billing-form-logout-wrap-fullwidth {
    display: block;
}
.billing-form-logout-wrap {
    display: none;
}
.billing-form-logout-wrap {
  height: 0;
}
.package-service-mobile {
    display: none;
}
tr.th-border-radius th {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
/*tarif switcher*/
.can-toggle {
 position: relative;
}
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
 pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
 opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
 content: attr(data-checked);
 left: 0;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 content: attr(data-unchecked);
}
.can-toggle label {
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 position: relative;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
.can-toggle label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
 padding-left: 32px;
}
.can-toggle label .can-toggle__switch {
 position: relative;
}
.can-toggle label .can-toggle__switch:before {
 content: attr(data-unchecked);
 position: absolute;
 top: 0;
 text-align: center;
}
.can-toggle label .can-toggle__switch:after {
 content: attr(data-checked);
 position: absolute;
 z-index: 5;
 text-align: center;
 background: #0190c3;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
   -o-transform: translate(0, 0, 0);
  -moz-transform: translate(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
 color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
 background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 color: #d4edf9;
}
.can-toggle input[type="checkbox"]:hover ~ label {
 color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
 color: #d4edf9;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {

}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 color: #d4edf9;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
 background-color: #5fc054;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 color: #47a43d;
}
.can-toggle label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.can-toggle label .can-toggle__switch {
 -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
 transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
 background: #848484;
}
.can-toggle label .can-toggle__switch:before {
 color: #000;
}
.can-toggle label .can-toggle__switch:after {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
 transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
 color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {

}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(65px, 0, 0);
 transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {

}
.can-toggle label {
 font-size: 14px;
}
.can-toggle label .can-toggle__switch {
 height: 36px;
 -webkit-flex: 0 0 134px;
 -ms-flex: 0 0 134px;
 flex: 0 0 134px;
 border-radius: 4px;
}
.can-toggle label .can-toggle__switch:before {
 left: 51px;
 font-size: 12px;
 line-height: 31px;
 width: 51px;
 padding: 0px;
}
.can-toggle label .can-toggle__switch:after {
 top: 0px;
 left: 0px;
 border-radius: 2px;
 width: 51px;
 line-height: 31px;
 font-size: 12px;
}

.can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
 color: rgba(68, 68, 68, 0.5);
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
 background-color: #d4edf9;
 cursor: pointer;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
 color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
 color: #373737;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
 color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
 background-color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
 background-color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
 color: #d4edf9;
}
.can-toggle.demo-rebrand-2 label .can-toggle__label-text {
 -webkit-flex: 1;
 -ms-flex: 1;
 flex: 1;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
 -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 background: #d4edf9;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
 color: #000;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
 color: #d4edf9;
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {

}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
 -webkit-transform: translate3d(51px, 0, 0);
 transform: translate3d(51px, 0, 0);
  -o-transform: translate3d(51px, 0, 0);
  -moz-transform: translate3d(51px, 0, 0);
  -o-transform: translate(51px, 0);         /* Opera */
  -moz-transform: translate(51px, 0);       /* Firefox */
}
.can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {

}
.can-toggle.demo-rebrand-2 label {
 font-size: 13px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch {
  height: 31px;
  -webkit-flex: 0 0 102px;
  -ms-flex: 0 0 102px;
  flex: 0 0 102px;
  border-radius: 60px;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
  left: 51px;
  font-size: 13px;
  line-height: 31px;
  width: 51px;
  padding: 0px;
  text-align: center;
}
.can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
  top: 0px;
  left: 0px;
  border-radius: 60px;
  width: 51px;
  line-height: 31px;
  font-size: 13px;
}
.tarif-switcher {
    text-align: right;
    width: 100%;
    height: 10px;
}
.can-toggle.demo-rebrand-2 {
    width: 102px;
    text-align: right;
    display: inline-block;
    top: -30px;
}
/*===================================== ADAPTATION STYLES =====================================*/

@media screen and (max-width: 1000px) {

 /*top-menu*/
.mainMenuTop.noborders a,
.mainMenuTop.noborders a:hover {
  padding: 0px;
}
.mainMenuTop.noborders {
  margin-bottom: 10px;
  padding: 0 !important;
  width: 100%;
}
.menu-for-all ul li {
  padding: 0 16px;
}
 /*end top-menu*/

/*header*/
ul.main-menu li {
    padding: 0 14px;
}
td.site-logo-td {
  width: 250px;
}

table.noborders.nb-banners-tbl {
  max-width: 1000px;
  margin: 0 auto;
}
#images_slideshow {
  display: none;
}
.mainMenuTop.noborders {
  text-align: center;
}
.choose-city {
  margin-left: 0px;
  width: 238px;
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
}
.div-rotate {
  background: transparent url("/images/city_select_show.gif") no-repeat scroll 60% center;
  width: 30px;
  height: 21px;
  float: right;
  border-left: 1px inset #25AAD3;
  transform: rotate(180deg);
}
  /*end header*/

  /* content */
.promatrixAnons {
  height: auto;
}
#galaxy_gifts {
  display: none !important;
}
.banners.banners-all {
  width: 100%;
  display: none;

}
#for_children {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  background: transparent !important;
}

#for_children object,
#for_children object embed
 {
  width: 100% !important;
  height: 100% !important;
}
.banner-cube.cube {
  width: 100% !important;
}
.banner-children {
  width: 100% !important;
  height: 100% !important;
  max-width: 640px;
}
#galaxy_gifts {
  height: auto !important;
}
#galaxy_gifts object,
#galaxy_gifts object embed {
  width: 100%  !important;
  height: 100%  !important;
}

table.main_content_tbl {
  margin: 0 15px;
}
td.services {
  padding-top: 30px;
  background: #fff;
  padding-bottom: 20px;
}

#mainTxt #icons .infoBlock {
  display: block !important;
}
#mainTxt #blockData {
  width: auto !important;
}
ul#dropFilter {
  padding: 0;
}
ul#dropFilter ul {
  width: 200px !important;
}
.FilterBut {
  display: block !important;
}
.lincHover {
  border-bottom: none;
}
td.main_action {
  width: 100% !important;
  display: block;
  text-align: left;
}
td.program_loyal {
  width: 100% !important;
  display: block;
  padding: 0 !important;
}
.bonus-galaxy-wrap,
.matrix-deposit-wrap
{
  background: url(/images/bonus-galaxy-img.png) center no-repeat;
  margin: 0 auto;
}
.program-loyality-wrap {
  background: url(/images/program-loyality-img.png) center no-repeat;
  margin: 0 auto;
}
.matrix-deposit-wrap {
  background: url(/images/matrix-deposit-img.png) center no-repeat;
  margin: 0 auto;
}
td.mainB {
  display: none;
}
table.actoin_loyality {
  width: 100%;
  background-color: #fff;
}
a.buttonConnectInternet {
  display: inline-block;
}
a.iptv_logo {
  display: inline-block;
  vertical-align: middle;
}
.error-404 img {
  width: 100%;
}
td.conHint {
    display: none;
}
@-moz-document url-prefix()
{
#mainTxt p img {
    max-width: 450px;
    height: auto !important;
}
}

  /* end content */

  /* footer */
.footer div {
  float: none;
  display: inline-block;
  vertical-align: top;
}
  /* end footer */

}

@media screen and (max-width: 940px) {
 /*top-menu*/
.billing-form {
  position: relative;
  width: 100%;
}
#phoneSupport {
    margin: 0 0 5px 15px !important;
}
#phoneConnect {
  margin: 0 0 0 15px !important;
}
ul.main-menu li {
    padding: 0 5px;
}
 /*end top-menu*/

 /* content */
td.gplus-td,
td.vk-td,
td.facebook-td,
td.twitter-td {
  position: relative;
  width: 45%;
  display: inline-block;
}
 /* end content */

/* footer */
/* end footer */

}
@media screen and (min-width: 769px) {
  .package-service-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {

body {
  background: #FFF url(/images/new_design/body_bg_mobile.png) left top repeat-x;
}
  /*header*/
td.site-logo-td {
  width: 50px;
}
a.aboutMatrix {
  display: none;
}
#siteLogo {
  width: 40px;
  background: url(/images/new_design/matrix-logo.png) left no-repeat;
  height: 35px;
  display: none;
}
td.empty-wrap-30-td {
    width: 130px;
    padding-right: 20px;
}
a.buttonConnectInternet_mobile {
     display: none;
}
a.iptv_logo_mobile {
     display: inline-block;
     margin-top: 5px;
}
/* mobile main top menu*/
li.home {
  display: block;
}
.menu-title,
.cmn-toggle-switch {
  display:inline-block !important;
}
p.menu-title {
  float: left;
  margin: 0;
  line-height: 38px;
  padding-left: 20px;
}
.cmn-toggle-switch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.mainMenuTop.noborders.menu-for-all {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;

}
.mainMenuTop.noborders {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  background: none !important;
}
.mainMenuTop.noborders {
  height: 0;
}
ul.mobile-menu li a {
  height: 32px;
  line-height: 32px;
  margin: 0 0 -13px 0;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
}
ul.mobile-menu li:hover {
  background: #25aad3;
}
ul.mobile-menu li.home:hover {
  background: none;
}
ul.mobile-menu li.home a:hover {
  padding: 0 20px !important;
}
ul.mobile-menu {
  display:none;
  list-style-type: none;
  padding: 0;
  background-color: #0093c5;
  border-radius: 15px;
  z-index: 9999;
  position: relative;
  width: 100%;
  top: -38px;
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 20px;
  bottom: 0;
}
ul.mobile-menu li a {
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  display: block;
}
ul.mobile-menu li {
  float: none !important;
  height: 32px;
  line-height: 32px;
  margin: 0 !important;
  padding: 0 20px;
  position: relative;
  color: #FFF;
  font-size: 15px;
  list-style-type: none;
  width: auto;
}
ul.main-menu li a {
  width: 100%;
  text-align: left;
}
.mainMenuTop.noborders {
  text-align: center;
}
ul.main-menu li {
  padding: 0 15px;
}
ul.main-menu {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
}
.fixed {
  overflow: hidden;
}
.mobile-bottom-menu {
  display: block;
}
.no-abon-con {
  display: none !important;
  padding-left: 0 !important;
  top: 100px !important;
}
td.coin-iptv-td {
  display: none;
}
.billing-form {
  position: absolute;
  width: 45px;
  height: 38px;
  font-size: 0;
  border-radius: 0 0 10px 10px;
  background: #29719f url(/images/new_design/user-login-icon.png) center no-repeat;
  border: none;
  box-shadow: none;
  left: 60px;
  top: 0;
}
.slide-exit-btn {
  display: block;
  z-index: 5;
}
.billing-form-logout-wrap-fullwidth {
    display: none;
}
.btn-logout-billing {
  position: absolute;
  width: 45px;
  height: 38px;
  border-radius: 0px 0px 10px 10px;
  background: #29719F url(/images/new_design/user-login-icon.png) center no-repeat;
  border: medium none;
  box-shadow: none;
  left: 0;
  top: 0px;
  padding: 0;
}
.show-form div {
  width: 45px;
  height: 38px;
  font-size: 0;
  border-radius: 0 0 10px 10px;
  background: #29719f url(/images/new_design/user-login-icon.png) center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.billing-form form {
  padding: 10px 10px 30px 10px;
  width: 180px;
  background: #ededed;
  border-radius: 0 0 10px 10px;
}
.hide-form div {
  float: none;
  margin: 0 auto;
  width: 11px;
  height: 16px;
  background: url(/images/billing_form_hide.gif) center no-repeat;
}
.hide-form {
  text-align: center;
  padding: 5px 10px 5px 10px;
  width: 180px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  font-size: 0;
  border-radius: 0 0 10px 10px;
  border: none;
  box-shadow: none;
  top: -26px;
}
.billing-form form {
  padding: 10px 10px 40px 10px;
  width: 180px;
  background: #ededed;
  font-size: 12px;
  border-radius: 0 0 10px 10px;
}
td.coin-iptv-td {
  padding-top: 15px;
}
.current-city {
  background: #014e80;
}
.billing-form-logout {
  position: absolute;
  width: 45px;
  height: 38px;
  border-radius: 0px 0px 10px 10px;
  background: #29719F url("/images/new_design/icon-logout-user.png") center no-repeat;
  border: medium none;
  box-shadow: none;
  left: 60px;
  top: 0px;
  padding: 0;
  z-index: 9000;
}
a.billing-form-logout-link {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.billing-form-logout-wrap {
  display: none;
  position: relative;
  top: 0;
  background-color: #dbdbdb;
  padding: 20px 10px 40px 10px;
  width: 180px;
  background: #ededed;
  font-size: 12px;
  border-radius: 0 0 10px 10px;
  height: 45px;
  z-index: 3
 }
.billing-form-logout-wrap a {
    color: #000 !important;
}
.billing-form-logout-wrap a+a {
    color: #fff !important;
}
a.button-connect {
display: flex;
}

/*end top menu*/

/*end header*/

/* content */
#soc_block {
  display: none;
}
.howtopay-wrap {
    color: #333;
}
.howtopay-wrap .servTxt b {
    color: #fff;
}
#s4-howtopay {
    margin: 0 auto !important;
    float: none;
}
#s4-howtopay {
    width: 60px;
    background: transparent url("/images/new_design/howtopay.png") no-repeat scroll left center;
    height: 70px;
    margin: 20px auto 0px;
    float: none;
}
.howtopay-wrap .servTxt {
    color: #FFF;
    font-family: "Arial";
    font-size: 0;
    font-weight: 400;
    padding: 5px 10px 0;
}
#mobile_soc_block a {
  display: inline-block;
}
td.html_content_td {
  display: block;
  width: 100%;
  padding: 0;
}
td.leftColumn-td {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border-right: 0px;
}
div#mainTxt {
  padding: 15px;
}

.buttonConnectIntInner,
.leftMenu.noborders {
  margin: 0 auto;
}
.left-column-banner {
  margin: 0 auto;
  max-width: 100%;
}
.leftMenu.noborders,
.left-column-banner,
.bottomMenu {
  display: none;
}
.main_content,
.copyrights {
  padding: 15px !important;
  font-size: 11px;
}
a.buttonConnectIntInner,
a.buttonConnectIntInner:hover {
  max-width: 300px;
  padding: 12px 15px;
  width: auto;
}
a.iptv_logo img {
  width: 100%;
  height: 100%;
}
a.buttonConnectInternet {
    display: inline-block;
    max-width: 300px;
}
.buttonConnectInternet:hover,
.buttonConnectInternet {
  padding: 10px 0 10px 0;
}
.buttonConnectInternet {
  width: 100%;
  margin-bottom: 18px;
}
table.main_content_tbl {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.banners.banners-all {
  display: none;
}
.services_block_wrap {
  display: none;
}
div#icons {
  text-align: center;
}
td.conHint {
  display: none;
}
.DotSearchForm {
  text-align: center;
}
.DotSearchFormHead, {
  padding: 10px;
}
.FrmGreenLabel,
.FilterBut {
  padding: 0 10px 0 10px;
}
ul#dropFilter ul {
  left: 30%;
}
.connect_street {
  width: 100%;
}
div#Map.olMap {
  width: 100% !important;
  height: 300px !important;
}
.bonus-galaxy-wrap,
.matrix-deposit-wrap,
.program-loyality-wrap {
  width: 100%;
  max-width: 463px;
}
.bottomMenu a {
  margin: 0 10px;
}
h3 {
  font-size: 16px;
}

td.services {
  padding-top: 0px;
  background: #fff;
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
  margin-top: 3px;
}
.servItem {
  width: auto;
  float: none;
  display: inline-block;
  min-width: 75px;
  padding: 0 5px 0 5px;
}
.servTxt {
  font-size: 0;
}
.servTxt b {
  font-size: 12px;
}
.servItem a {
  width: 100%;
  height: 100%;
  display: inline-block;
  left: 0;
}
.servItem:hover {
  background: none;
}
.servItem.howtopay-wrap:hover .servTxt b{
color: #025690;
}
.hide_block {
  display: none;
}
.top-menu-td {
  text-align:center;
  padding-left: 15px;
  padding-right: 15px;
}
.mainBorder {
  display: none;
}
.leftColumn-td br{
  display: none;
}
.lincHover {
  border-bottom: none !important;
}
.servItem a:hover {
  background: none;
  opacity: 0.3;
}
#s2 {
  background: url(/images/new_design/settings-small.png) left no-repeat;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
}
#s6 {
  background: url(/images/new_design/service6-small.png) left no-repeat;
  width: 37px;
  height: 37px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
}
#s7 {
  height: 47px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
  background-size: contain;
  background-position-x: center;
      background-position: center;
}
#s11 {
  height: 47px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
  background-size: contain;
      background-position: center;
}
#s12 {
  height: 47px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
  background-size: contain;
      background-position: center;
}
.footer div {
  padding: 0;
  font-size: 0;
  margin-left: 30px;
  line-height: 0px;
  width: 30px !important;
  height: 30px !important;
  text-indent: -9999px;
  background-size: 30px;
}
.infoAddress span {
    display: none;
}
.actions_wrap h3 {
  display: inline-block;
  float: none;
  width: 100%;
}
.infoAddress a {
  display: inline-block;
  z-index: 9999;
  position: relative;
}
.infoAddress {
  z-index: 99;
  position: relative;
}
.footer div b {
  display: none;
}
.footer div a {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.footer {
  padding: 10px 0 20px 0;
}
.indexText div {
    display: none;
}
#blockData .bg {
  width: auto;
}
.conLabel {
  text-align: left !important;
  width: 100% !important;
}
.required {
  width: 100% !important;
}
.conFormRB {
    text-align: center !important;
}
.infoAddress, .infoFeedback, .infoFaq {
    font-size: 0 !important;
    color: #02558F;
    text-indent: -9999px;
}
.infoAddress a, .infoFeedback a, .infoFaq a {
    font-size: 0 !important;
    color: #02558F;
    text-indent: -9999px;
}
#mainTxt #icons .infoBlock,
#mainTxt #icons .infoBlock + .infoBlock
 {
  display: none !important;
}
#mainTxt #icons .infoBlock + .infoBlock + .infoBlock {
  display: block !important;
}
#pr1 img, #pr2 img, #pr3 img, #pr4 img, #pr5 img, #pr6 img, #pr7 img {
  max-width: 100%;
  width: 100%;
}

#mainTxt #pr1 ol li,
#mainTxt #pr2 ol li,
#mainTxt #pr3 ol li,
#mainTxt #pr4 ol li,
#mainTxt #pr5 ol li,
#mainTxt #pr6 ol li,
#mainTxt #pr7 ol li {
  width: 100%;
  padding-left: 10px;
}

#mainTxt #pr1 ol,
#mainTxt #pr2 ol,
#mainTxt #pr3 ol,
#mainTxt #pr4 ol,
#mainTxt #pr5 ol,
#mainTxt #pr6 ol,
#mainTxt #pr7 ol {
  width: 90%;
  padding-left: 0px;
  margin-left: 5%;
  display: inline-block;
}
.actions-wrap h3 {
  display: inline-block;
  padding-top: 5px;
}
#s10 {
  height: 47px;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
  background-position-x: center;
  background-size: contain;
}
.proLink {
  float: none !important;
  margin: 0 auto !important;
  display: block;
  text-align: center;
}
.services .servItem {
    height: 90px;
    position: relative;
}
.services .servItem b {
    margin: 10px 0px 17px !important;
}
.howtopay-wrap .servTxt b {
    color: #FFF;
    margin:  0 0 17px !important;
}
tr.channel-list-mobile {
    font-size: 0px;
}
tr.channel-list-mobile span {
    font-size: 18px !important;
}
tr.channel-list-mobile th {
    min-width: 35px;
}
.priceDiv.priceDiv-ttl div {
  font-size: 13px;
  padding: 0 10px;
  background: #0190c3;
  border-right: 1px solid #fff;
}
ul.tabs__caption li p {
  margin: 0;
  line-height: 13px;
  vertical-align: middle;
}
.tabs {
  margin: 0 0 30px;
}
.tabs__caption {
  height: 42px;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  display: table;
  width: auto;
  border-spacing: 1px;
  border-right: 1px solid #fff;
}
.tabs__caption li {
  vertical-align: middle;
  height: 43px;
  width: 25%;
  display: table-cell;
  margin: 0 1px -1px 0;
  text-align: center;
  padding: 0px 10px;
  color: #2e3732;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background-color: #d5edf9;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {

}
.tabs__caption .active {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  padding: 0px 10px;
  background-color: #0090c4;
  color: #fff;
}
.tabs__content {
  display: none;
  position: relative;
  top: -2px;
}
.tabs__content.active {
  display: block;
}
.package-service-mobile {
    display: block;
}
.priceNewFull {
  display: none !important;
}
.package-service-mobile table.priceNew {
    border-spacing: 1px;
}
th.fonts-help {
    font-size: 13px;
}
}
@-moz-document url-prefix()
{
#mainTxt p img {
    max-width: 400px;
    height: auto !important;
}
}
/* end content */

/* footer */
/* end footer */


}

@media screen and (min-width: 769px) {
ul.main-menu {
  display: inline-block !important;
}
}

@media screen and (min-width: 640px) {
  ul#dropFilter ul {
    display: inherit !important;
  }
}
@media screen and (max-width: 640px) {
/*top-menu*/
.mainMenuTop.noborders {
  padding: 0 !important;
}

td.coin-iptv-td {
  padding-top: 0px;
}
.mainMenuTop a,
.mainMenuTop a:hover {
  padding: 0px 15px;
}
.hide-form-city {
  text-align: center;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 0px;
  border-radius: 0px 0px 10px 10px;
  border: medium none;
  box-shadow: none;
  top: 38px;
  position: absolute;
  width: 230px;
}
.show-form div {
  margin: 0px 20px 0px 0px;
}
/*top-menu*/

/*header*/
.phoneSupport-td div#phoneSupport {
      min-width: 150px;
}

td.phoneSupport-td,
td.phoneConnect-td {
  padding-top: 50px;
}
td.site-logo-td {
  vertical-align: bottom;
  bottom: 10px;
  position: relative;
}
.city-select {
  margin-top: 40px;
  margin-left: 70px;
}
td.coin-iptv-td {
  position: absolute;
  right: 30%;
  top: 45px;
}
td.billing-form-enter-td {
  width: 100%;
  padding: 0px 10px;
  padding-bottom: 60px;
}

.city-select{
  margin-top: 0px;
  width: 250px;
	}
.choose-city{
  width: 250px;
  padding: 10px 0px;
  border-radius: 0 0 7px 7px;
  margin-left: 0px;
  top: 0
	}
.hide-form-city  {
  text-align: center;
  padding: 5px 10px;
  width: 230px;
  position: relative;
  cursor: pointer;
  font-size: 0px;
  border-radius: 0px 0px 10px 10px;
  border: medium none;
  box-shadow: none;
  top: 15px;
  background: #0093C5 none repeat scroll 0% 0%;
}
.hide-form-city div{
  margin: 0px auto;
  float: none;
  width: 11px;
  height: 16px;
  background: transparent url("/images/billing_form_hide.gif") no-repeat scroll center center;
  text-align: center;
  cursor: pointer;
  font-size: 0px;
}
.current-city {
  border-radius: 0 0 10px 10px;
  line-height: 33px;
}
.current-city div {
  height: 33px;
	}
.heightSpacer {
  height: 110px;
}
td.empty-wrap-30-td {
  width: 0px;
}
/* end header*/

/* content */
.service__flat-items {
    display: block;
}
.service__flat-items > div {
    margin-bottom: 20px;
}
.service__flat-items:after {
    display: none;
}
.about_company_service_item {
  width: 50%;
  margin-bottom: 10px;
}
.about_company_service_item p {
  margin: 10px auto;
}
.about_company_service_item div {
  margin: 0 auto;
}
#galaxy_gifts {
  display:none !important;
}
td.gplus-td,
td.vk-td,
td.facebook-td,
td.twitter-td
 {
  width: 95%;
}
table.actoin_loyality {
  margin-top: 3px;
}
a.iptv_logo_mobile img {
  width: 57px;
  height: 46px;
  position: absolute;
  display: block;
  right: 5%;
}
a.buttonConnectInternet_mobile {
  display: none;
}
a.iptv_logo_mobile {
  display: none;
}

a.buttonConnectInternet_mobile img {
  width: 57px;
  height: 46px;
  position: absolute;
  right: 20%;
  display: block;
}
a.iptv_logo {
  display: none;
}
a.buttonConnectInternet {
  display: none;
}
.searchInput {
  width: 220px !important;
}
.priceTab td {
  padding: 8px 0px 8px 0px;
}
ul#dropFilter ul {
  left: 15px;
}
.priceDiv div {
  font-size: 12px  !important;
  padding: 0px 10px  !important;
}
.priceNew th {
  font-size: 12px;
}
ul#dropFilter ul {
  left: 20%;
}
.priceDiv {
  background: #0190C3  !important;
}
.priceDiv div {
  line-height: auto;
  background: none !important;
  height: auto  !important;
}
.priceDiv a, .priceDiv a:hover {
  height: auto !important;
  line-height: 20px !important;
  padding: 5px;
}
.another-service th.fonts-help {
    min-width: 115px;
}
.no-abon-sup {
  display: none !important;
}
#btnConnect a {
  width: 250px;
  background: transparent url("/images/btn_con1.jpg") no-repeat scroll center top;
  padding: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#btnConnect {
  background: transparent url("/images/btn_con2.jpg") no-repeat scroll center top;
  padding: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#aboute {
  width: 95% !important;
}
#vacationForm input {
  max-width: 230px;
}
.feedback_form select,
.feedback_form input,
.feedback_form textarea
{
  width: 95% !important;
}
.priceTab th,
.priceTab td,
#mainTxt table td,
#mainTxt table th
 {
  white-space: normal;
  width: auto !important;
}
.DotSearchForm-btn, .print-blankpay-btn {
  width: auto;
  height: auto;
  display: inline-block;
}
#dogovor .addition {
  margin-left: 0px;
}
#dogovor p {
  white-space: normal;
  word-break: break-all;
}
.buttonConnectInternet {
  width: 250px;
}
.program-loyality-wrap p {
  line-height: 22px;
}
.hide-form div {
  margin: 0px auto;
}
#soc_block {
  left: -5px !important;
}
.slide {
  width: 15px !important;
}
ul#dropFilter:hover ul {
  display:none;
}
td.coin-iptv-td img {
  width: 85px;
  height: auto;
}

a.buttonConnectIntInner {
  display: none;
}
.tabs__caption li {
  padding: 0px 2px;
  font-size: 12px;

}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {

}
.tabs__caption .active {
  padding: 0px 2px;
}
.another-service-wrap {
  margin: 1px;
  padding-right: 10px;
}
@-moz-document url-prefix()
{
#mainTxt p img {
    max-width: 250px;
    height: auto !important;
}
}
/* end content */

/* footer */

/* end footer */
}


@media screen and (max-width: 480px) {
.city-select{
  width: 180px;
	}
.choose-city{
  width: 180px;
  padding: 10px 0px;
	}
td.coin-iptv-td {
  position: absolute;
  right: 0;
  top: 55px;
}
.servItem {
  width: 20%;
}
a.iptv_logo_mobile img {
  width: 40px;
  height: auto;
  right: 10px;
  margin-top:0px;
}
a.buttonConnectInternet_mobile img {
  width: 40px;
  height: auto;
  right: 65px;
  margin-top: 10px;
}
.hide-form-city  {
  width: 160px;
}
}
@media screen and (max-width: 320px) {
.city-select{
  width: 160px;
	}
.choose-city{
  width: 160px;
  padding: 10px 0px;
	}

ul#dropFilter ul {
  left: 10%;
}
td.site-logo-td {
  bottom: 0px;
}
.phoneSupport-td .phoneSupport-inner {
  left: -8px;
}
a.buttonConnectInternet_mobile img {
  width: 40px;
  height: auto;
  right: 20px;
  margin-top: 15px;
}
a.iptv_logo_mobile img {
  margin-top: 15px;
}
td.coin-iptv-td img {
  width: 85px;
  height: auto;
  margin-top: 8px;
}
.hide-form-city {
  width: 140px;
}
	.city-select{
	  width: 160px;
	}
	.choose-city{
	  width: 160px;
	  padding: 10px 0px;
	}

	ul#dropFilter ul {
	  left: 10%;
}
	td.site-logo-td {
	  bottom: 0px;
}
	.phoneSupport-td .phoneSupport-inner {
	  left: -8px;
}
	a.buttonConnectInternet_mobile img {
	  width: 40px;
	  height: auto;
	  right: 20px;
	  margin-top: 15px;
}
	a.iptv_logo_mobile img {
	  margin-top: 15px;
}
	td.coin-iptv-td img {
	  width: 85px;
	  height: auto;
	  margin-top: 8px;
}
	.hide-form-city {
	  width: 140px;
}
	#mtsSupport.phoneSupport-inner{
		display:none;
	}
	div#fSupport.phoneSupport-inner{
		margin-top:0;
	}
	td.site-logo-td{
		bottom:30px;
		margin-left: 15px;
	}
}
div#fSupport.phoneSupport-inner.mobile{
	display:none;
}

#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('/images/snow/s1.png'), url('/images/snow/s2.png'), url('/images/snow/s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	-o-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-o-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}