.calc_wrap_ajax {
	border: 3px solid;
    width: 800px;
}

.helper input[type='text'], .helper select, .helper textarea {
  width: 255px; }
.helper input[type='radio'] {
  margin-bottom: 10px !important;
  vertical-align: top; }
.helper label {
  cursor: pointer; }
.helper td:first-child div {
  font-weight: bold; }

.md-overlay.show {
  opacity: 1;
  visibility: visible; }

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(46, 38, 16, 0.8);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }
.raschet__viberitetarifplan_tableTarif {
    width: 879px;
    margin: 31px 0 0 0px;
	min-height: 64px;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 850px;
  max-height: 90%;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  .md-modal::after {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* box-shadow: 0 0px 94px -10px rgba(251, 221, 77, 0.8), 0 0px 200px 57px rgba(255, 236, 145, 0.38); */
    z-index: -1; }
  .md-modal.shine::after {
    opacity: 1; }
  .md-modal.shine .md-content__close {
    display: block; }

.md-show {
  visibility: visible; }

.fixl {
  position: fixed;
  font-size: 15px;
  font-weight: bold;
  top: 50%;
  left: -46px;
  padding: 5px 9px;
  z-index: 999;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #E05715;
  color: #fff;
  /* width: 81px; */
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  box-shadow: 2px -2px 5px rgba(80, 18, 18, 0.24);
  text-shadow: 0px 0px 1px #983B0E;
  line-height: 17px; }
  .fixl:hover {
    background: #EF7236; }

.md-content__close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  display: none;
  background-image: url("/images/fancybox_sprite.png"); }

.md-content {
  background: #fff url("/images/calc-car_back.jpg") right bottom no-repeat;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  padding: 20px;
  min-height: 216px;
  max-height: 90vh; }
  .md-content .header_h1 {
    text-align: center;
    width: 799px; }
  .md-content.shadow {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden; }
  .md-content.opened {
    background: #fff; }
    .md-content.opened .md-content__text-in {
      display: none; }

.md-content__text-in h1 {
  text-align: center;
  margin: 45px 0 0 0;
  font-style: italic; }
.md-content__text-in .button_yes {
  line-height: 36px;
  color: #F7FFDA;
  width: 175px;
  display: inline-block;
  border: 1px outset #D7EC8B;
  background: #B9D84C;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B9D84C), to(#439445));
  background: -webkit-linear-gradient(#B9D84C, #439445);
  background: -moz-linear-gradient(#B9D84C, #439445);
  background: -ms-linear-gradient(#B9D84C, #439445);
  background: -o-linear-gradient(#B9D84C, #439445);
  background: linear-gradient(#B9D84C, #439445);
  box-shadow: 0 1px 1px rgba(21, 39, 12, 0.51), 0 2px 3px rgba(38, 64, 18, 0.4), 0 4px 6px rgba(127, 153, 36, 0.34);
  margin: 27px 20px 0 100px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer; }
  
  .md-content__text-in .button_yes.active {
    background: #469b48 url(/images/ajax-loader.gif) 50% 50% no-repeat !important;
    color: transparent;
    box-shadow: inset 0 1px 1px rgba(21, 39, 12, 0.51), inset 0 2px 3px rgba(38, 64, 18, 0.4), inset 0 4px 6px rgba(127, 153, 36, 0.34); }
	
    .md-content__text-in .button_yes.active:hover {
      background: #469b48 url(/images/ajax-loader.gif) 50% 50% no-repeat !important; }
  
  .md-content__text-in .button_yes:hover {
    background: #D1F35C;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D1F35C), to(#57B55A));
    background: -webkit-linear-gradient(#D1F35C, #57B55A);
    background: -moz-linear-gradient(#D1F35C, #57B55A);
    background: -ms-linear-gradient(#D1F35C, #57B55A);
    background: -o-linear-gradient(#D1F35C, #57B55A);
    background: linear-gradient(#D1F35C, #57B55A); }
.md-content__text-in .button_no {
  height: 36px;
  color: #4B9845;
  width: 150px;
  display: inline-block;
  border: none;
  background: transparent;
  font-size: 18px;
  cursor: pointer; }
  .md-content__text-in .button_no:hover {
    text-decoration: underline; }

.md-effect-15 .md-content {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

.md-show.md-effect-15 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.typecar_block {
  height: 138px;
  margin: 15px 0 71px; }

.typecar_block__elem {
  display: inline-block;
  width: 24%;
  margin-left: 2px; }
  .typecar_block__elem input {
    display: block;
    margin: 0 auto; }
    .typecar_block__elem input:checked + label::before {
      border: 5px solid #f9bc06; }
  .typecar_block__elem label {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 110px;
    cursor: pointer; }
    .typecar_block__elem label::before {
      content: "";
      position: absolute;
      width: 196px;
      height: 128px;
      left: 0;
      top: -129px;
      right: auto;
      bottom: auto;
      box-sizing: border-box;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: 5px solid transparent;
      border-radius: 5px; }
    .typecar_block__elem label:hover::before {
      border: 5px solid rgba(128, 128, 128, 0.4); }
  .typecar_block__elem:first-child label::before {
    background: url(/images/calc-car.jpg) 13px -4px no-repeat; }
  .typecar_block__elem:nth-child(2) label::before {
    background: url(/images/calc-car.jpg) -171px -4px no-repeat; }
  .typecar_block__elem:nth-child(3) label::before {
    background: url(/images/calc-car.jpg) -363px -4px no-repeat; }
  .typecar_block__elem:nth-child(4) label::before {
    background: url(/images/calc-car.jpg) -567px 0px no-repeat; }
.typecar_block__elem span{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.result_price {
  display: block;
  height: 44px;
  /* border: 4px double #8FF58F; */
  color: white;
  font-weight: bold;
  background: green;
  font-size: 20px;
  width: 430px;
  border-radius: 4px;
  margin: 10px 0 29px;
  opacity: 0.6; }
  .result_price.end {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .result_price p:first-child {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: normal;
    position: absolute;
    width: 100px;
    height: 44px;
    left: 52px;
    top: auto;
    right: auto;
    bottom: auto;
    white-space: nowrap;
    line-height: 41px;
    padding: 0 0 0 43px;
    background: url(/images/ajax-loader.gif) 0% 50% no-repeat; }
  .result_price p:last-child {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 200px;
    white-space: nowrap;
    margin: 0 auto;
    padding: 12px 0;
    display: none; }
    .result_price p:last-child::after {
      content: "";
      position: absolute;
      width: 83px;
      height: 84px;
      left: auto;
      top: -16px;
      right: -65px;
      bottom: auto;
      -webkit-transform: scale(3);
      -moz-transform: scale(3);
      -ms-transform: scale(3);
      -o-transform: scale(3);
      transform: scale(3);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      opacity: 0;
      background: url("/images/galka.png") no-repeat; }
    .result_price p:last-child.end::after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

	  
	
.zakaz_module2__inner {
	color:#2178bb
}
	

	
.raschet__chtoPodkluchit{
    width: 256px;
    height: 159px;
    cursor: pointer;
    background: url(/images/raschet_sprait.png) -11px -11px no-repeat;
    position: absolute;
    top: 23px; 
    opacity: 0.5;
    z-index: 9;
	left: 163px;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
}
.raschet__chtoPodkluchit:hover {
	opacity: 0.8;
}
.raschet__chtoPodkluchit.push {
	opacity: 1 !important;
}
.raschet__chtoPodkluchit.push::before, .viberitepaketBlock.push::before, .fizur__fiz.push::before, .fizur__ur.push::before {
	opacity:1; 
	-o-transform: scale(1); 
	-ms-transform: scale(1); 
-moz-transform: scale(1);
-webkit-transform: scale(1);  
transform: scale(1);	
} 
.raschet__chtoPodkluchit::after, .viberitepaketBlock::after, .fizur__fiz::after, .fizur__ur::after {
	content:"";
	position:absolute;
	left: -27px;
	bottom: 0;
	width:30px;
	height:30px; 	
 
	background: url('/images/raschet_sprait.png') -35px -215px no-repeat;
}
.hiddenBlock__ustanovka {
	margin-top: 30px;
}
.hiddenBlock__dannie {
	margin-top: 20px;
    padding-bottom: 185px;
	z-index: 99;
}
.raschet__chtoPodkluchit::before, .viberitepaketBlock::before, .fizur__fiz::before, .fizur__ur::before {
	content:"";
	position:absolute;
	left: -27px;
	bottom: 0;
	width:30px;
	height:30px;
	opacity:0;
	-o-transform: scale(2); 
	-ms-transform: scale(2); 
	-moz-transform: scale(2);
	-webkit-transform: scale(2);  
	transform: scale(2); 
	z-index: 5;
	-webkit-transition: all 0.3s cubic-bezier(0.76, 0, 1, 0.37);
    -moz-transition: all 0.3s cubic-bezier(0.76, 0, 1, 0.37);
    -ms-transition: all 0.3s cubic-bezier(0.76, 0, 1, 0.37);
    -o-transition: all 0.3s cubic-bezier(0.76, 0, 1, 0.37);
    transition: all 0.3s cubic-bezier(0.76, 0, 1, 0.37);
	background: url('/images/raschet_sprait.png') -92px -215px no-repeat;
}


.viberitepaketBlock::after, .viberitepaketBlock::before {
	left: -35px;
    top: 16px;
	bottom: auto;
}


.raschet__chtoPodkluchit_tv{
    left: 511px;
	background: url(/images/raschet_sprait.png) -274px -11px no-repeat;
}	 
.raschet__chtoPodkluchit span {
    display:block;
    width:160px;
    padding-top: 160px;
    text-align:center;
    color:#336fb3;
    font-size: 22px;
	padding-left: 27px;
}		 
.raschet__chtoPodkluchit_tv span { 
    width:190px; 
}	
.raschet__div {
    text-align: center;
    padding: 43px 0 0 0;
}
.macbook {
    width: 827px;
    height: 389px;
    position: absolute;
    right: -132px;
    bottom: -80px;
    background: url(/images/macbook.png) 0px 0px no-repeat;
}
.macbook div{
	display:none;
	width: 97px;
    height: 312px;
    position: absolute;
    right: 20px;
    bottom: 0;
    background: url(/images/macbook.png) 0px -389px no-repeat;
}
.jq-selectbox__select, .raschet__div input{
	font-size:22px;
}
.jq-selectbox__dropdown{ 
	text-align:left;
}
.jq-selectbox, .jq-select-multiple, .raschet__div input {
    width: 350px;
}

.raschet__div input::-webkit-input-placeholder       {text-align:center;font-size:22px;opacity: 1; -webkit-transition: all 0.5s ease;}
.raschet__div input::-moz-placeholder                {text-align:center;font-size:22px;opacity: 1; -moz-transition: all 0.5s ease;}
.raschet__div input:-moz-placeholder                 {text-align:center;font-size:22px;opacity: 1; -moz-transition: all 0.5s ease;}
.raschet__div input:-ms-input-placeholder            {text-align:center;font-size:22px;opacity: 1; -ms-transition: all 0.5s ease;}
.raschet__div input:placeholder              		 {text-align:center;font-size:22px;opacity: 1; transition: all 0.5s ease;}
 
.raschet__div input:focus::-webkit-input-placeholder     {opacity: 0; padding-left:50px;}
.raschet__div input:focus::-moz-placeholder              {opacity: 0; padding-left:50px;}
.raschet__div input:focus:-moz-placeholder               {opacity: 0; padding-left:50px;}
.raschet__div input:focus:-ms-input-placeholder          {opacity: 0; padding-left:50px;}
.raschet__div input:focus:placeholder              		 {opacity: 0; padding-left:50px;}

	  
	  
#zakaz_module2 {
	width:943px;
	background:#fff;
	border-radius:8px;
	
	box-shadow:  0 5px 33px -4px rgba(0,0,0,.45), 0 14px 22px 0px rgba(0,0,0,.25);
}	  
	
#zakaz_module1 {
	background:none;
}	
.raschet__viberitetarifplan_podrobnee {
	    z-index: 1;
    left: 165px;
    top: 180px;  
    white-space: nowrap;
}

.raschet__centerTitle {
	font-size: 30px;font-style: italic; font-weight: bold;padding-top: 63px;color: #2178bb; 
	text-align:center;
	border-bottom:2px solid #e6e4e3;
}
.raschet__div1 {
	height:274px;
}
 .raschet__select_big, .raschet__input_big{
	    width: 620px !important;
}
.raschet__select_big .jq-selectbox__select-text {
	width: 564px  !important;
} 

.raschet__div2 {
	padding: 35px 0 0 0;
}
.raschet__fizur {
	    padding: 0;
		    height: 351px;
}
.raschet__centerTitle1 {
	    padding-top: 110px;
}
.raschet__centerTitle2 {
	 padding-top: 86px;
}
#fiz, #ur {
	top: 145px;
}
.sleduusheyyBlock #antennablock {
	width: 547px;
	height: 386px;
	z-index: 10;
	position:absolute;
	top: 25px !important;
	right: 59px !important;
	left: auto !important;
	background: url(/images/spunew_sprait.jpg) -18px -935px no-repeat;
}	
.sleduusheyyBlock #antennablock div {
	display:none;
}
.sleduusheyyBlock #antennablock2 {
	width: 277px;
	height: 292px;
	z-index: 10;
	position:absolute;
	top: -83px;
	right: 0;
	background: url(/images/spunew_sprait.jpg) -15px -1544px no-repeat;
}
#detal1 {
	width:324px;
	height:239px;
	position: absolute;
	top: 5px;
	left: 36px;
	background: url(/images/antennared_sprait.png) left top no-repeat;
	}
	#detal2 {
	width:118px;
	height:71px;
	position: absolute;
	top: 66px;
	left: 22px;
	background: url(/images/antennared_sprait.png) -375px -31px no-repeat;
	}
	#detal3 {
	width:445px;
	height:257px;
	position: absolute;
	top: 92px;
	left: 10px;
	background: url(/images/antennared_sprait.png) -23px -293px no-repeat;
	}
	#detal4 {
	width:119px;
	height:194px;
	position: absolute;
	top: 182px;
	left: 426px;
	background: url(/images/antennared_sprait.png) -41px -603px no-repeat;
	}
	#detal5 {
	width: 246px;
	height: 139px;
	position: absolute;
	top: 170px;
	left: 170px;
	background: url(/images/antennared_sprait.png) -237px -624px no-repeat;
	}
	#detal6 {
	width: 23px;
	height: 24px;
	position: absolute;
	top: 95px;
	left: 31px;
	background: url(/images/antennared_sprait.png) -36px -268px no-repeat;
	}
	.sleduusheyyBlock #antenna_list li span, .sleduusheyyBlock #antenna_list__tv li span {
	border-bottom:1px dotted #1d1d1d;	
	}
	.sleduusheyyBlock #antenna_list li:hover span, .sleduusheyyBlock #antenna_list__tv li:hover span {
	font-weight:bold;
	color:#cd0405;
	border-bottom:1px dotted #cd0405;cursor: default;	
	}
.sleduusheyyBlock #antenna_list {
height: auto;
    position: absolute;
    left: 27px;
    top: 65px;
	font-size: 15px;
}	
	
#zakaz_module2 ul.listtt li {
    list-style: none;
    padding: 8px 0;
}	
#zakaz_module2 ul.listtt > li:before {
    content: '\2014\a0\a0';
    color: #000;
}
.sleduusheyyBlock {
	    /* height: 500px; */
}
.sleduusheyyBlock__priceTitle {
    text-align: right;
    font-size: 24px;
    color: #21bb2c;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 317px;
    width: 200px;
	z-index:14;
}
.detal7_exist {
	position:absolute;
    left: 150px;
    top: 283px;
	width:219px;
	height:81px;
	background:url(/images/raschet_sprait.png) -89px -338px no-repeat;
	display: block !important;
}
#detal7 {
	position:absolute;
    left: 150px;
    top: 284px;
	width:219px;
	height:81px;
	z-index:3;
	background:url(/images/raschet_sprait.png) -89px -428px no-repeat;
}
.sleduusheyyBlock__priceCost {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 245px;
    top: 317px;
    background: #21bb2c;
    border-radius: 8px;
    padding: 6px 10px;
    z-index: 67;
}
.sleduusheyyBlock__priceCost em{
	color:#bbffc0;
	font-style:normal;

}
.sleduusheyyBlock__priceCost span{
	font-size:14px; 
}
.sleduusheyyBlock__priceDesc {
	background: #faf0d1;
    color: #e4b21b;
    padding: 5px;
    width: 640px;
    padding: 10px 17px;
    padding-left: 42px;
    position: absolute;
    top: 411px;
    left: 55px;
    z-index: 99;
    border-radius: 8px;
    font-size: 15px;
    height: 72px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-align: justify;
}
.sleduusheyyBlock__priceDesc::before {
	content:"";
	width:20px;
	height:74px;
	background:url(/images/raschet_sprait.png) -214px -227px no-repeat;
	position:absolute;
    left: 10px;
    top: 10px;
}
.zakaz_module2__inner {
	padding-bottom:80px;
}
.raschet__pachkord {
	width:92px;
	position:absolute;
	right:0;
	top:0;
	z-index:35;
	min-height:309px;
	border-radius: 0 8px 0 0;
	background: url(/images/raschet_sprait_rightBack.png) 27px 0px repeat-y;
}
.raschet__pachkord::before {
	content:"";
	width:72px;
	height:209px;
	position:absolute;
	left:0;
	bottom:-10px;
	background:url(/images/raschet_sprait.png) 0px -297px no-repeat;
}
#fiz, #ur {
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
}
#fiz:hover, #ur:hover{
	opacity:0.8 !important;
}
#fiz.push, #ur.push{
	opacity:1 !important;
}
.viberitepaketBlock {
    text-align: center;
    font-size: 16px;
    width: 225px;
    margin: 47px 22px 0 149px !important;
    display: inline-block;
    vertical-align: top;
	cursor:pointer;
	border:1px solid #fff;
	      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
	  border-radius: 15px;
}
.viberitepaketBlock:hover, .viberitepaketBlock.push {
	border:1px solid #2178bb;
	background:hsla(206, 70%, 43%, 0.08);
	    color: #2178bb !important;
	
}
.viberitepaketBlock__title {
	width:225px;
	background:#2178bb;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	padding:22px;
	margin:0 auto;
	border-radius:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viberitepaketBlock__span {
	    padding: 7px 0;
}
.viberitepaketBlock__price {
	background:#21bb2c;
	color:#fff;
	padding:8px 13px;
	margin:0 auto;
	border-radius:10px;
	width:131px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viberitepaketBlock__link {
	color:#2178bb;
	text-decoration:underline;
	display: block;
	    padding: 7px 0;
}
.raschet__viberitepaket > div:nth-child(2)   { 
	    margin-left: 30px;

}
.trebuetsaustanovka__span {
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
	padding:0 13px;
	border-radius:5px;
	cursor:pointer;
}
.trebuetsaustanovka__input {
	text-align:center;
}
.trebuetsaustanovka__span_YES:hover {
	background: #21bb2c;
	color:#fff;
	text-decoration:none;
}
.trebuetsaustanovka__span_YES.push {
	background: #21bb2c;
	color:#fff;
	text-decoration:none;
}
.trebuetsaustanovka__span_YES {
	color:#21bb2c;
	
}
.trebuetsaustanovka__span_NO {
	color:#bb2121;
}

.trebuetsaustanovka__span_NO:hover {
	background: #bb2121;
	color:#fff;
	text-decoration:none;
}
.trebuetsaustanovka__span_NO.push {
	background: #bb2121;
	color:#fff;
	text-decoration:none;
}
.raschet__viberitepaket > div:nth-child(3) .viberitepaketBlock__title { 
	
	padding: 13px 0;

}
.trebuetsaustanovka__input {
margin: 38px 0 0;
}


.hiddenBlock {
	display:none;
}

#antennablock__tv {
	 
	    height: 486px;
    margin-left: -39px;
	margin-top: 9px;
}
#detal1__tv {
	position:absolute;
	    left: 631px;
	top:0;
	z-index:5;	
	width:230px;
	height:300px;
	background: url('/images/tvantenna_sprait.png') -293px 0px no-repeat;
}
#detal2__tv {
	position:absolute;
    left: 501px;
    top: 262px;
	z-index:8;	
	width:266px;
	height:81px;
	background: url('/images/tvantenna_sprait.png') -304px -372px no-repeat;
}
#detal3__tv {
	position:absolute;
    left: 469px;
    top: 189px;
	z-index:3;	
	width:285px;
	height:134px;
	background: url('/images/tvantenna_sprait.png') -300px -495px no-repeat;
}
#detal4__tv {
	position: absolute;
    left: 778px;
    top: 223px;
    z-index: 3;
    width: 85px;
    height: 60px;
    background: url(/images/tvantenna_sprait.png) -138px -651px no-repeat;
} 
#hdetal1__tv {
	position:absolute;
	left: 631px;
	top:0;
	z-index:6;	
	width:230px;
	height:300px;
	display:none;
	background: url('/images/tvantenna_sprait.png') -44px 0px no-repeat;
}
#hdetal2__tv {
	position:absolute;
    left: 501px;
    top: 262px;
	z-index:9;	
	width:266px;
	height:81px;
	display:none;
	background: url('/images/tvantenna_sprait.png') -21px -372px no-repeat;
}
#hdetal3__tv {
	position:absolute;
    left: 469px;
    top: 189px;
	z-index:4;	
	width:285px;
	height:134px;
	display:none;
	background: url('/images/tvantenna_sprait.png') -3px -495px no-repeat;
}
#hdetal4__tv {
	position: absolute;
    left: 778px;
    top: 223px;
    z-index: 4;
    width: 85px;
    height: 60px;
	display:none;
    background: url(/images/tvantenna_sprait.png) -9px -651px no-repeat;
} 
.internetBLOCK {
	height: 527px;
}
.tvBLOCK, .internetBLOCK {
	display:none;
}
.tvBLOCK {
	height: 439px;
}
#antenna_list__tv {
    position: absolute;
    top: 66px;
    left: 27px;
	font-size: 15px;
}
.sleduusheyyBlock__priceDesc_short::before {
	display:none;
}
.sleduusheyyBlock__priceDesc_short {
	height: 38px;
	padding-left: 17px; 
} 
.sleduusheyyBlock__title {
	background:#2178bb;
	color:#fff;
	padding:5px 7px;
	position:absolute;
	top:26px;
	left:27px;
	font-size: 15px;
	    border-radius: 4px;
		display:none;
}

.twoVar .sleduusheyyBlock__title {
	display:block;
}
.tvBLOCK .sleduusheyyBlock__priceCost, .tvBLOCK .sleduusheyyBlock__priceTitle {
	top:279px;
}
.tvBLOCK .sleduusheyyBlock__priceDesc {
	top:372px;
}
[name="TarifType"]  {
	display:none; 
}
.hiddenBlock__tarifTv {
	margin-top: 37px;
}
textarea.raschet__input_big {
	font-size:22px;
}
input.raschet__input_big {
	text-align:left;
}

.hiddenBlock__dannie input::-webkit-input-placeholder       {text-align:left}
.hiddenBlock__dannie input::-moz-placeholder                {text-align:left}
.hiddenBlock__dannie input:-moz-placeholder                 {text-align:left}
.hiddenBlock__dannie input:-ms-input-placeholder            {text-align:left}
.hiddenBlock__dannie input:placeholder              		{text-align:left} 

.raschet__yakutdiv {
	display:none;
}
.jq-file {
	    width: 333px;
}


.raschet__viberitetarifplan_tableTarif::before{
	content:""; 
	position:absolute; 
	left: 0; 
	top: 0; 
	width:100%; 
	height:100%; 
	z-index: 5; 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity:0;
	background: hsla(0,100%,100%,0.8) url('/images/742.svg') 50% 50% no-repeat;
}
.raschet__viberitetarifplan_tableTarif::after{
	content:attr(data-loading); 
	position:absolute; 
	left: 0; 
	top: 50%; 
	width:100%; 
	height:100%; 
	z-index: 6; 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color:#2178bb;
	text-align: center;
    margin-top: 43px;
    font-size: 20px;
	opacity:0;
	
}
.raschet__viberitetarifplan_tableTarif.loading::before, .raschet__viberitetarifplan_tableTarif.loading::after{
	opacity:1;
}
.raschet__viberitetarifplan_tableTarif.hidden::before, .raschet__viberitetarifplan_tableTarif.hidden::after{
	visibility:hidden;
}
.raschet__viberitetarifplan_tableTarif table tr:not(:first-child):not(.nohover):not(.active):hover,.raschet__viberitetarifplan_tableTarif table tr:not(.active):not(.nohover):not(:first-child):hover th, .raschet__viberitetarifplan_tableTarif table tr:not(.nohover):not(.active):not(:first-child):hover td, .raschet__viberitetarifplan_tableTarif table tr:not(.active):not(.nohover):not(:first-child):hover span 
 

{ 
	background: #73d57b !important;
	color:#fff !important;
	cursor:pointer;
}
.raschet__viberitetarifplan_tableTarif table tr.active,.raschet__viberitetarifplan_tableTarif table tr.active th, .raschet__viberitetarifplan_tableTarif table tr.active td, .raschet__viberitetarifplan_tableTarif table tr.active span

{
	background:#21bb2c !important;
	color:#fff !important;
	cursor:pointer;
}
@media screen and (max-width: 767px) { 
	.raschet__select_big, .raschet__input_big, .raschet__select_big .jq-selectbox__select-text {
		width: 100% !important;
	}
} 