@charset "windows-1251";
.priceList {
  margin: 30px 0 35px;
  text-align:center;
}
.priceList:hover .priceBlock {
  background: whitesmoke;
  box-shadow: none;
}


.priceList:hover .priceBlock:hover {
  background: white;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
}


.priceBlock .separator {
  width: 50%;
  margin: 0 auto;
  height:2px;
  position:relative;
  background: #e2e2e2;
  transition: background 0.2s ease;
}
.priceList:hover .priceBlock:hover .separator {
  background: #f15021;
}


.priceBlock_active {
  background: white;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
}

.priceBlock-header .h2 {
font-size: 24px;
line-height:30px;
}


.priceBlock .separator:before {
  background: #e2e2e2;
  transition: background 0.2s ease;
}














/* typographics */
/*.paragraph-line-height {
    line-height: 1.5;    
}
@line-height-base:          1.5; */

.subTitle {
  margin-top: -24px !important;
}
.subTitle .h4 {
  font-size: 20px;
}
.charapter {
  font-size: 20px;
}
.priceList {
  margin: 50px 0 35px;
}
.priceList-item {
  width: 33.33%;
  float: left;
}
.priceList-item-inner {
  padding: 0 10px;
}
.priceList:hover .priceBlock {
  background: whitesmoke;
  box-shadow: none;
}
.priceList:hover .priceBlock .separator:before {
  background: #e2e2e2;
}
.priceList:hover .priceBlock:hover {
  background: white;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
}
.priceList:hover .priceBlock:hover .separator:before {
  background: #ff5600;
}
.priceBlock {
  background: whitesmoke;
  border: 2px solid #ececec;
  border-radius: 3px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  padding: 35px 15px 155px;
  min-height: 465px;
}
.priceBlock-header {
  padding: 0 0 30px;
  min-height: 120px;
}
.priceBlock-content {
  display: inline-block;
  text-align: left;
  padding: 35px 0 0;
  min-height: 186px;
}
.priceBlock-content .form-checkbox {
  margin-bottom:10px;
}
.priceBlock-content .form-checkbox input {
  margin-right:5px;
}
.priceBlock-content label {
  font-size:16px;
  line-height:20px;
}
.priceBlock-footer {
  position: absolute;
  bottom: 35px;
  left: 0px;
  width: 100%;
}
.priceBlock-footer .h2 {
 font-size:22px;
 margin-bottom:20px;
}
.priceBlock-footer .h2 .minPrice {
  font-weight:400;
}
.priceBlock .separator {
  width: 120px;
  margin: 0 auto;
}
.priceBlock .separator:before {
  background: #e2e2e2;
  transition: background 0.2s ease;
}
.priceBlock_active {
  background: white;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
}
.priceBlock_active .separator:before {
  background: #ff5600;
}
/*** .tariffs-form { ***/

.tariffs-wrap {
  margin: 0;
}
.tariffs-form {
  background: #fffcf8;
  border: 1px solid #ffe0b6;
  padding: 24px 17px;
}
.tariffs-form .form-row .form-label {
  color: #434343;
  font-weight: bold;
}
.tariffs-form .input-tariff-region {
  width: 258px;
}
.tariffs-form .form-cell:first-child {
  width: 395px;
}
.tariffs-form .input-tariff-city {
  width: 410px;
}
.tariffs-form .input-tariff-organizations {
  width: 120px;
}
.tariffs-form .tariff-mode-cell {
  width: 240px;
}
.tariffs-form .btn-submit {
  margin-top: 5px;
}
/*** } TARIFF FORM ***/

/*** .table { ***/

.content .table-wrap {
  margin: 30px 0;
  width: 455px;
}
.table {
  width: 100%;
}
.table.table-bordered {
  border: 2px solid #ececec;
}
.table.table-bordered th,
.table.table-bordered td {
  border: 2px solid #ececec;
}
.table.table-bordered td {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.table.table-hovered tr:hover td {
  background: whitesmoke;
}
.table th,
.table td {
  padding: 20px 25px;
  vertical-align: top;
  line-height: 18px;
}
.table th {
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  color: #8a8a8a;
  width: 50%;
}
.table td {
  font-size: 15px;
  color: black;
  width: 50%;
}
/*** } TABLE ***/

/*** PRICE ***/

.rur {
  font-size: 0;
}
.rur:before {
  font-family: 'konturIconic' !important;
  font-size: inherit;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  content: "\20BD";
}
.tariffs-price {
  font-size: 18px;
  overflow: hidden;
  line-height: 18px;
  vertical-align: middle;
  font-weight:400;
}
.tariffs-price .rur:before {
  font-size: 18px;
}
.tariffs-price .per {
  font-size: 15px;
}
.tariffs-price .plus {
  /*font-weight: bold;*/
}
/******/

/*** .tariffs-list { ***/

.tariffs-results-title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.37;
  font-weight: 400;
}
.tariffs-results-wrap {
  margin: 0;
  position: relative;
  overflow-x:auto;
  margin-bottom:30px;
}
.tariffs-results-wrap.disabled:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 50;
  content: "";
  display: block;
}
.tariffs-list-wrap {
  margin: 35px 0;
  position: relative;
}
.table.tariffs-list {
  table-layout: fixed;
  border-bottom: 2px solid #ececec;
}
.tariffs-list th {
  border-bottom: none;
  vertical-align: top !important;
  padding: 15px 0 0;
  width: 140px;
}
.tariffs-list th:first-child {
  border-left: none !important;
  border-top: none !important;
  vertical-align: bottom !important;
}
.tariffs-list th:first-child .btn {
  margin-left: -20px;
}
.tariffs-list .tariffs-th-prices th {
  padding: 5px 0 20px;
  border-top: none;
  border-bottom: 2px solid #ececec;
  vertical-align: top;
}
.tariffs-list th.tariffs-list-item_active .tariffs-list-item:before {
  content: "рекомендуем";
  display: block;
  color: white;
  background: #ff5600;
  position: absolute;
  top: -41px;
  left: -2px;
  right: -2px;
  height: 26px;
  line-height: 25px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.tariffs-list tr:first-child th {
  border-top: 2px solid #ececec;
}
.tariffs-list tr:first-child .tariffs-list-item_active {
  border-top: 2px solid #ff5600;
}
.tariffs-list tr:last-child td.tariffs-list-item_active {
  border-bottom: 2px solid #ff5600;
}
.tariffs-list .highlight-1 {
  background: #f6f6f6;
}
.tariffs-list .highlight-1 td {
  border-top: 1px solid #ececec;
}
.tariffs-list th,
.tariffs-list td {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  border-left: 2px solid #ececec;
  width: 168px;
}
.tariffs-list th:first-child,
.tariffs-list td:first-child {
  text-align: left;
  width: auto;
  width:250px;
  border-left: 2px solid #ececec;
  padding: 15px 54px;
}
.tariffs-list th:last-child,
.tariffs-list td:last-child {
  border-right: 2px solid #ececec;
}
.tariffs-list td {
  vertical-align: middle;
  line-height: 1.3;
  border-top: 1px solid #f6f6f6;
  padding: 15px 0;
}
.tariffs-list th.tariffs-list-item_active,
.tariffs-list td.tariffs-list-item_active,
.tariffs-list .highlight-1 td.tariffs-list-item_active,
.tariffs-list .highlight-2 td.tariffs-list-item_active {
  border-left: 2px solid #ff5600;
  border-right: 2px solid #ff5600;
}
.tariffs-list-item {
  word-wrap: break-word;
  position: relative;
  padding: 0 7px 7px;
}
.tariffs-list-item-title {
  color: #222222;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 2px;
  overflow: hidden;
  font-weight:400;
}
.tariffs-list-item-description {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.2;
  overflow: hidden;
  margin: 6px 0 0;
}
.tariffs-list-item-btn {
  margin: 20px 0 0;
}
.tariffs-list-item-btn .btn,
.tariffs-results-prices tr td .btn {
  font-size:16px;
  padding: 5px 10px 8px;
}
.tariffs-list-item-check {
  background: #ff5600;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.tariffs-list-item-check-comment {
  font-size: 13px;
  color: #ee592f;
  line-height: 1.2;
  text-align: center;
}
.tariffs-price_other {
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  
}
.tariffs-price_other .rur:before {
  font-size: 16px;
}
.tariffs-price_other .per {
  font-size: 12px;
}
.tariffs-price_add {
  text-align: center;
}
.tariffs-list-row:hover {
  background: #fafafa;
  background: rgba(245, 245, 245, 0.5);
}
.tariffs-list-param-link {
  cursor: pointer;
}
.tariffs-list-param-link-wrap {
  font-size: 16px;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
}
.tariffs-list-param-link-wrap:before {
  content: "";
  position: absolute;
  left: -20px;
  top:7px;
  background:none;
  border-right:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  width:9px;
  height:9px;
  transform: rotate(-135deg); 
  -webkit-transform: rotate(-135deg);
  cursor: pointer;
}
.close .tariffs-list-param-link-wrap:before {
  content: "";
  transform: rotate(45deg); 
  -webkit-transform: rotate(45deg);
}
tr:hover .close .tariffs-list-param-link-wrap:before {
  border-right:1px solid #f15021;
  border-bottom:1px solid #f15021;
}
tr:hover .tariffs-list-param-link-wrap {
  color: #ff7b00 !important;
}
tr:hover .tariffs-list-param-link-wrap:before {
  border-right:1px solid #f15021;
  border-bottom:1px solid #f15021;
}
.tariffs-list-param-info {
  line-height: 1.5;
  font-size: 14px;
  overflow: hidden;
  opacity: 1;
  margin: 10px 0 0;
  transition: all 0.2s ease-in-out;
}
/*.tariffs-list-param-wrap.close .tariffs-list-param-link-wrap:before {
        content: "\e058";
        font-family: 'KonturIconic';
    }*/

.tariffs-list-param-wrap.close .tariffs-list-param-info {
  max-height: 0 !important;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.tariffs-list-wrap .table h2 {
  margin: 0;
}
/*** } TABLE TARIFFS ***/

/*** ONE RESULT { ***/

.tariffs-results-one {
  margin-bottom: 35px;
}
.tariffs-results-one .text table th,
.tariffs-results-one .text table td {
  padding-top: 13px;
  padding-bottom: 13px;
}
.tariffs-results-one .text table td {
  font-size: 15px;
}
.tariffs-results-one .text .termTitle {
  display: block;
}
.tariff-params-info .table h2 {
  margin: 0;
}
.tariff-params-info td {
  vertical-align: middle;
}
.table td .tariffs-price,
.table td .tariffs-price .rur:before {
  font-size: 15px;
  height: 22px;
  overflow: hidden;
}
.tariffs-results-prices {
  width: 625px !important;
  margin: 0 0 35px;
}
.tariffs-results-prices th {
  color: black;
  font-size: 15px;
  text-align: right;
  padding: 13px 15px;
  width: auto;
  border-bottom: 1px solid #ececec;
}
.tariffs-results-prices th:first-child {
  text-align: left;
}
.tariffs-results-prices tr:first-child td {
  border-top: 2px solid #ececec;
}
.tariffs-results-prices tr td {
  border-bottom: 1px solid #ececec;
  padding: 13px 15px;
  vertical-align: middle;
  width: auto;
}
.tariffs-results-prices tr td:last-child {
  padding: 0 0 0 15px;
}
.tariffs-results-prices .tariffs-price {
  text-align: right;
  white-space: nowrap;
  height: 21px;
}
.tariffs-results-prices .btn {
  margin-left: 30px;
  margin-right: 20px;
}
.tariffs-results-prices tr td:first-child,
.tariffs-results-prices tr th:first-child {
  padding-left: 0;
}
/*** } ONE RESULT ***/

/*** TABLE HEADER CLONE { ***/

.tariffs-header-clone {
  display:none;
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  z-index: 10;
}
.tariffs-header-clone:before {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: white;
  position: absolute;
  left: -2px;
  top: -2px;
}
.tariffs-header-clone .tariffs-list {
  border-bottom: none;
  border-left: 1px solid transparent;
  width: 100%;
  table-layout: auto;
}
.tariffs-header-clone.js-stick {
  position: fixed;
  top: 1px;
  padding: 0;
  margin: 0;
  z-index: 20;
}
/*.tariffs-header-clone.js-description-hide .tariffs-list-item-description,
.tariffs-list.js-description-hide .tariffs-list-item-description {
    display: none;
}*/

/*** } TABLE HEADER CLONE ***/

.tariffs-empty {
  margin: 10px 20px;
}
.tariffs-empty .b_how-to-connect__form,
.tariffs-empty .b_how-to-connect__form__inner {
  background: none;
  padding: 0;
}
.text-attention {
  position: relative;
  margin: 30px 0 20px;
}
.text-attention:before {
  position: absolute;
  content: "\e005";
  font-family: 'konturIconic' !important;
  font-size: 16px;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  color: #ff5508;
  left: -21px;
  top: -1px;
}
.tariffs-question-icon {
  color: #fe8625;
  font-family: 'konturIconic' !important;
  border: none;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;
}
/*** TABLE SINGLE ***/

.tariffs-list_single th,
.tariffs-list_single td {
  border-left: none;
  width: 250px;
}
.tariffs-list_single .tariffs-list-item-check {
  /*display: none;*/
}

body {
  min-width: 0;
  overflow: auto;
  margin-bottom: 0 !important;
}
#pageWrapper {
  min-width: 960px;
  max-width: 1070px !important;
  margin: 0 auto;
  overflow-x: hidden;
}
#pageWrapper,
footer {
  box-shadow: none !important;
}
.tariffs-header-clone.js-stick:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 57px;
  background: white;
  z-index: -1;
}

/*------------------------------------------------------------------------*/
@media (max-width:1280px){

.priceBlock-header {
  padding: 0 0 30px;
  min-height: 150px;
}

}
@media (max-width:1024px){
.priceList-item {
  width: auto;
  float: none;
}
.priceList-item-inner {
  padding: 0;
  margin-bottom:20px;
}
.priceBlock {
  padding: 20px;
  min-height: 1px;
}
.priceBlock-header {
  padding: 0;
  min-height: 1px;
  float:left;
  width:48%;
  text-align:right;
  margin-bottom:20px;
}
.priceBlock-content {
  padding: 6px 0 0 0;
  min-height: 1px;
  float:right;
  width:48%;
  margin-bottom:20px;
}
.priceBlock .separator {
  display:none;
}
.priceBlock-footer {
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
}
.priceBlock-footer .h2 {
 font-size:22px;
 margin-bottom:20px;
 float:left;
 width:48%;
 text-align:right;
 padding-top:3px;
}
.priceBlock-footer .btn {
display:block;
float:left;
margin-left:4%;
}
}

@media (max-width:480px){
.priceBlock-header {
  padding: 0;
  float:none;
  width:auto;
  text-align:center;
  margin-bottom:20px;
}
.priceBlock-content {
  padding: 0 0 0 0;
  min-height: 1px;
  float:none;
  width:auto;
  margin-bottom:20px;
}
.priceBlock-footer .h2 {
 font-size:22px;
 margin-bottom:20px;
 float:none;
 width:auto;
 text-align:center;
 padding-top:0;
}
.priceBlock-footer .btn {
display:inline-block;
float:none;
margin-left:0;
}
}


/*----*/
.separator {
height:1px;
overflow:hidden;
margin-bottom:30px;
border-bottom:1px dotted #99a1a6;
}

.text-gray.h6 {
margin-bottom:30px;
}

.file {
position:relative;
padding:0 0 0 50px;
margin-bottom:30px;
}
.file a {
position:relative;
text-decoration:none;
border-bottom:1px dotted #f15021;
-webkit-transition: all .3s ease; 
-moz-transition: all .3s ease; 
transition: all .3s ease;
}
.file a:hover {
border-bottom:1px dotted transparent;
}
.file a:before {
content:'';
display:block;
position:absolute;
top:5px;
left:-45px;
width:30px;
height:36px;
background:url(/img16/doc_icon.png) center center no-repeat;
background-size:contain;
}
.file dd {
color:#666;
font-size:15px;
}















